.w-100 {
  width: 100%;
}
.fz-14 {
  font-size: 14px;
}
.p0-3 {
  padding: 0 30px;
}
.flex-1 {
  flex: 1;
}
.mt-15 {
  margin-top: 15px;
}
.coon_1360 {
  width: 1360px;
  margin: 0 auto;
}
.position {
  position: relative;
}
.flex {
  display: flex;
  flex-shrink: 0;
}
.j-spce {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.j-center {
  justify-content: center;
}
.flex-cloum {
  flex-direction: column;
}
.flex-warp {
  flex-wrap: wrap;
}
.main-container {
  min-width: 1360px;
  min-height: 100vh;
  flex-direction: column;
  box-sizing: border-box;
}
.paging {
  margin-top: 70px;
  margin-bottom: 86px;
}
.paging ul {
  display: flex;
}
.paging ul li {
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #f0f0f0;
  margin: 0 10px;
  cursor: pointer;
}
.paging ul li.active {
  background: #008bf6;
  color: #fff;
}
.paging ul li.disabled {
  cursor: default!important;
}
.head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.head .head-content {
  margin: 20px auto 60px auto;
  overflow: hidden;
}
.head .head-content .head-box .menu-icon {
  display: none;
}
.head .head-content .head-box .left p {
  font-size: 30px;
  font-weight: bold;
  color: #ccc;
}
.head .head-content .head-box .left span {
  font-weight: 400;
  font-size: 16px;
  color: #ccc;
  line-height: 32px;
  opacity: 0.42;
  text-transform: uppercase;
}
.head .head-content .right ul li {
  font-weight: bold;
  font-size: 18px;
  color: #cccc;
  line-height: 60px;
  margin-right: 50px;
}
.head .head-content .right ul li.on a {
  color: #209dfe;
}
.head .head-content .right ul li a {
  cursor: pointer;
}
.head .head-content .right ul li a:hover {
  color: #209dfe;
}
.head .head-content .search {
  width: 46px;
  height: 46px;
  background: url('../images/search2.png') no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
}
.main-container {
  position: relative;
}
.main-container .banner-scroll .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 780px;
  background-position: center top;
  background-repeat: no-repeat;
}
.main-container .search-container {
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.main-container .search-container .search .search-box {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
}
.main-container .search-container .search .search-box input {
  height: 100%;
  width: calc(100% - 198px);
  font-size: 16px;
  color: #888888;
  border: none;
  padding-left: 40px;
}
.main-container .search-container .search .search-box .btn {
  width: 198px;
  height: 60px;
  background: #008bf6;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 60px;
  cursor: pointer;
}
.main-container .header-search-container {
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.main-container .header-search-container .search {
  width: 100%;
}
.main-container .header-search-container .search .search-box {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
}
.main-container .header-search-container .search .search-box input {
  height: 100%;
  width: calc(100% - 198px);
  font-size: 16px;
  color: #888888;
  border: none;
  padding-left: 40px;
}
.main-container .header-search-container .search .search-box .btn {
  width: 198px;
  height: 60px;
  background: #008bf6;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 60px;
  cursor: pointer;
}
.line-box-title {
  padding: 40px 0;
  margin: 20px 0;
}
.line-box-title p {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
.line-box-title p span {
  color: #008bf6;
  font-weight: bold;
  font-size: 32px;
}
.line-box-title span {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  text-transform: uppercase;
}
.product,
.product-service-list {
  margin-bottom: 20px;
}
.product ul,
.product-service-list ul {
  margin-left: -18px;
}
.product ul li,
.product-service-list ul li {
  width: 203px;
  height: 260px;
  padding: 40px 20px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  cursor: pointer;
  border: 8px solid #f7f7f7;
  margin-left: 18px;
  position: relative;
}
.product ul li:nth-child(2n + 1),
.product-service-list ul li:nth-child(2n + 1) {
  background-color: #ffffff;
}
.product ul li div,
.product-service-list ul li div {
  text-align: center;
}
.product ul li div p,
.product-service-list ul li div p {
  width: 70%;
  margin: 30px auto 0 auto;
  word-wrap: break-word;
  line-height: 24px;
  font-size: 14px;
  height: 48px;
  overflow: hidden;
}
.product ul li .hover-item,
.product-service-list ul li .hover-item {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  background: url(../images/img2-3.jpg) no-repeat center;
}
.product ul li .hover-item img,
.product-service-list ul li .hover-item img {
  display: block;
  padding-top: 20px;
}
.product ul li:hover .hover-item,
.product-service-list ul li:hover .hover-item {
  display: block;
}
.policy .policy-person {
  background: url('../images/bg11.jpg') no-repeat center top;
  height: 673px;
}
.policy .policy-person ul {
  margin-top: 60px;
}
.policy .policy-person ul li {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  line-height: 30px;
  color: #fff;
}
.policy .policy-person ul li:last-child {
  color: #008bf6;
}
.policy .policy-person span {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #bac1cd;
  line-height: 30px;
}
.policy .policy-person p {
  width: 70%;
  margin-top: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  text-indent: 24px;
  text-align: center;
}
.policy .line-box-title {
  display: none;
}
.policy-form .policy-form-box {
  margin-top: -185px;
  background: #ffffff;
  box-shadow: 4px 6px 35px 0px rgba(0, 139, 246, 0.15);
  border-radius: 10px;
  padding: 50px 80px;
}
.policy-form .policy-form-box .policy-head ul li {
  font-size: 28px;
  font-weight: bold;
  color: #ff8a00;
  margin: 0;
}
.policy-form .policy-form-box .policy-head ul li:last-child {
  color: #333333;
}
.policy-form .policy-form-box .policy-head .policy-tips {
  margin-top: 16px;
  font-size: 16px;
}
.policy-form .policy-form-box .policy-head .policy-tips i {
  color: #e40505;
}
.policy-form .policy-form-box .policy-head .policy-tips span {
  color: #888888;
}
.policy-form .policy-form-box .policy-form-content {
  margin-top: 40px;
}
.policy-form .policy-form-box .policy-form-content ul li label {
  min-width: 85px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.policy-form .policy-form-box .policy-form-content ul li input {
  width: 480px;
  height: 52px;
  background: #f7f7f7;
  border-radius: 6px;
  border: none;
  padding-left: 15px;
  font-size: 16px;
}
.policy-form .policy-form-box .policy-form-content ul li input:focus {
  outline: none;
}
.policy-form .policy-form-box .policy-form-phone {
  margin-top: 24px;
}
.policy-form .policy-form-box .policy-form-phone ul li label {
  min-width: 85px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.policy-form .policy-form-box .policy-form-phone ul li input {
  width: 290px;
  height: 52px;
  background: #f7f7f7;
  border-radius: 6px;
  border: none;
  padding-left: 15px;
  font-size: 16px;
}
.policy-form .policy-form-box .policy-form-phone ul li input:focus {
  outline: none;
}
.policy-form .policy-form-box .policy-btn-group {
  margin-top: 53px;
}
.policy-form .policy-form-box .policy-btn-group .policy-btn {
  width: 242px;
  height: 52px;
  border-radius: 26px;
  line-height: 52px;
  color: #ffff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}
.policy-form .policy-form-box .policy-btn-group .submit {
  background: #008bf6;
  margin-right: 22px;
}
.policy-form .policy-form-box .policy-btn-group .reset {
  background: #686868;
}
.new .new-item {
  font-size: 16px;
}
.new .new-content {
  font-size: 14px;
}
.new .left {
  background: #f7f7f7;
  padding: 20px;
  width: 644px;
  overflow: hidden;
}
.new .left .new-img {
  width: 584px;
  height: 330px;
}
.new .left .new-add {
  background: #008bf6;
}
.new .right {
  width: 665px;
  overflow: hidden;
}
.new .right ul {
  margin: 0;
}
.new .right ul li {
  margin-bottom: 15px;
  padding: 20px;
  background: #f7f7f7;
  position: relative;
}
.new .right ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(../images/news-bg.png) no-repeat left top;
  height: 100%;
  width: 116px;
}
.new .right ul li:hover {
  background: #00286b;
  color: #fff;
}
.new .right ul li:hover span,
.new .right ul li:hover .new-wz {
  color: #fff;
}
.new .right ul li:hover .new-add {
  background: #008bf6;
}
.new .new-item {
  position: relative;
}
.new .new-item .new-head span {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 60px;
}
.new .new-item .new-head i {
  margin: 0 15px;
  color: #939393;
}
.new .new-item .new-head p {
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 16px;
  text-indent: 24px;
}
.new .new-item .new-content .new-wz {
  width: calc(100% - 70px);
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  color: #666;
  line-height: 24px;
}
.new .new-item .new-add {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative;
}
.new .new-item .new-add span {
  display: block;
  line-height: 30px;
}
.about {
  position: relative;
  margin-top: 40px;
  background: #f7f7f7;
}
.about .about-head {
  padding: 40px 0 20px 0;
}
.about .about-head span {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 60px;
}
.about .about-head p {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 60px;
}
.about .about-head .p2 {
  display: inline-block;
  width: 920px;
  margin: 40px 0;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.about .about-head .abo {
  position: absolute;
  right: 0;
  top: 40px;
  width: 578px;
  height: 557px;
  background: url('../images/news-pic.jpg') no-repeat center;
  background-size: 100% auto;
}
.about .about-head .abo .about-item-content {
  width: 370px;
  height: 138px;
  background: #008bf6;
  opacity: 0.95;
  position: absolute;
  bottom: 115px;
  left: 0;
  z-index: 999;
}
.about .about-head .abo .about-item-content p {
  width: 184px;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin: 0 57px 0 0;
  padding: 0 0 0 38px;
}
.about .about-head .abo .about-item-content .add {
  width: 50px;
  height: 50px;
  font-size: 36px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.about .about-content {
  background: url(../images/bg-55.jpg) no-repeat center top;
  height: 625px;
  padding: 60px 0 0 0;
}
.about .about-content ul li {
  margin-right: 10%;
  text-align: center;
  cursor: pointer;
}
.about .about-content ul li img {
  width: 70px;
  height: 70px;
}
.about .about-content ul li .hover-img {
  display: none;
}
.about .about-content ul li p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #f4e8e8;
  line-height: 40px;
}
.about .about-content ul li:hover .img {
  display: none;
}
.about .about-content ul li:hover .hover-img {
  display: block;
}
.about .about-content .hoSwipper {
  position: relative;
}
.about .about-content .hoSwipper .swiper-button-prev {
  display: block;
  position: absolute;
  left: -45px;
  top: 50%;
  z-index: 99;
  background: url('../images/left1.png') no-repeat center;
  width: 29px;
  height: 36px;
  margin-top: 0;
}
.about .about-content .hoSwipper .swiper-button-next {
  right: -45px;
  top: 50%;
  width: 29px;
  height: 36px;
  background-image: url('../images/right1.png');
  background-size: cover;
}
.about .about-content .hoSwipper .swiper-button-disabled {
  display: block;
}
.about .about-content .about-banner {
  position: relative;
  margin: 100px auto 0 auto;
  height: 216px;
}
.about .about-content .about-banner .swiper-wrapper {
  position: relative;
  width: auto;
}
.about .about-content .about-banner .swiper-wrapper .swiper-slide {
  width: 312px !important;
  height: 216px;
}
.about .about-content .about-banner .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.about .about-content .about-banner .swiper-wrapper .bg-cover {
  margin-right: 37px;
}
.map {
  position: relative;
  background: url(../images/bg-66.jpg) no-repeat center top;
  padding-bottom: 30px;
}
.map .map-head {
  padding: 30px 0 0 0;
}
.map .map-head p {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 60px;
}
.map .map-head span {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 60px;
}
.map .map-content {
  width: 700px;
  height: 444px;
  background: #ffffff;
  padding: 20px 0 30px 40px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.map .map-content ul li {
  margin-top: 40px;
}
.map .map-content ul li img {
  margin: 0;
}
.map .map-content ul li .map-list-item {
  margin-left: 20px;
}
.map .map-content ul li .map-list-item p {
  font-size: 16px;
  color: #333333;
}
.map .map-content ul li .map-list-item .content {
  font-size: 18px;
  color: #00286b;
}
.map .map-form {
  position: absolute;
  top: 90px;
  right: 100px;
}
.map .map-form .map-form-content {
  background: #00286b;
  padding: 57px 50px;
  width: 855px;
  height: 310px;
}
.map .map-form .map-form-content .map-form-content-title {
  margin-bottom: 37px;
}
.map .map-form .map-form-content .map-form-content-title p {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 12px;
  display: inline-block;
  margin-right: 18px;
}
.map .map-form .map-form-content .map-form-content-title span {
  font-weight: 400;
  font-size: 20px;
  color: #fffefe;
  line-height: 12px;
  opacity: 0.48;
}
.map .map-form .map-form-content .map-form-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map .map-form .map-form-content .map-form-content-item .map-form-content-item-li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.map .map-form .map-form-content .map-form-content-item .map-form-content-item-li:first-child {
  margin-left: 0;
}
.map .map-form .map-form-content .map-form-content-item .map-form-content-item-li label {
  width: 85px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 72px;
}
.map .map-form .map-form-content .map-form-content-item .map-form-content-item-li input {
  height: 46px;
  flex-grow: 1;
  font-size: 16px;
  padding: 5px;
}
.map .map-form .map-form-content .map-form-content-item .map-form-content-item-textarea {
  width: 100%;
  display: flex;
  align-items: center;
}
.map .map-form .map-form-content .map-form-content-item .map-form-content-item-textarea label {
  width: 85px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 72px;
}
.map .map-form .map-form-content .map-form-content-item .map-form-content-item-textarea textarea {
  height: 70px;
  flex-grow: 1;
  font-size: 16px;
  padding: 5px;
}
.map .map-form .map-form-content .map-form-content-item .map-form-btn {
  width: 81px;
  height: 70px;
  background: #008bf6;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 64px;
  margin-left: 20px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}
.foot-container {
  background: #1e242c;
  padding: 40px 0;
}
.foot-container .foot-container-box {
  padding-bottom: 67px;
}
.foot-container .foot-container-box .link .link-head span {
  font-size: 20px;
  color: #fff;
}
.foot-container .foot-container-box .link .link-head .p2 {
  margin-left: 5px;
  color: #696868;
  font-size: 16px;
  text-transform: uppercase;
}
.foot-container .foot-container-box .link ul {
  width: 270px;
  margin: 0;
  margin-top: 20px;
}
.foot-container .foot-container-box .link ul li {
  width: 130px;
  height: 38px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 38px;
  background-color: #25282e;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.foot-container .foot-container-box .link ul li:hover {
  background-color: #2d7ab8;
}
.foot-container .foot-container-box .foot-content {
  margin-left: 40px;
}
.foot-container .foot-container-box .foot-content .foot-list {
  margin-right: 35px;
}
.foot-container .foot-container-box .foot-content .foot-list p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.foot-container .foot-container-box .foot-content .foot-list ul li {
  color: #cacaca;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}
.foot-container .foot-container-box .foot-content .foot-list ul li:last-child {
  margin-bottom: 0;
}
.foot-container .foot-container-box .foot-content .foot-list ul li:hover {
  color: #2d7ab8;
}
.foot-container .foot-container-box .code {
  background-color: #ffffff;
  padding: 10px;
  height: 180px;
}
.foot-container .foot-container-box .code img {
  width: 122px;
  height: 121px;
}
.foot-container .foot-container-box .code p {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 36px;
}
.foot-container .beian {
  border-top: 1px solid #454b53;
  padding-top: 40px;
}
.foot-container .beian span {
  font-weight: 400;
  font-size: 14px;
  color: #616a76;
  line-height: 30px;
}
.product-service-container {
  min-width: 1360px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  box-sizing: border-box;
}
.product-service-container .banner {
  position: relative;
  width: 100%;
  min-height: 490px;
  height: 100%;
  background-size: 1920px 490px;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  background-image: url('../images/banner2.jpg');
}
.product-service-container .pic {
  margin-top: 67px;
}
.product-service-container .pic .pic-item {
  width: 441px;
  height: 302px;
  margin-right: 20px;
}
.product-service-container .pic .pic-item:last-child {
  margin-right: 0;
}
.product-service-container .pic .pic-item p {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 20px;
}
.product-service-container .pic .pic-item .more {
  width: 97px;
  height: 30px;
  background: #ff8a00;
  margin-top: 45px;
  line-height: 30px;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.product-service-container .fangan {
  background: url('../images/bg42.jpg') no-repeat top center;
  width: 100%;
  height: 780px;
  background-size: cover;
  margin-top: 52px;
}
.product-service-container .fangan .line-box-title p {
  color: #fff;
  font-size: 30px;
}
.product-service-container .fangan .hotSwipper {
  position: relative;
}
.product-service-container .fangan .hotSwipper .big-data-banner {
  position: relative;
  margin: 25px auto 0 auto;
  height: 401px;
}
.product-service-container .fangan .hotSwipper .big-data-banner .swiper-wrapper {
  position: relative;
  width: auto;
}
.product-service-container .fangan .hotSwipper .big-data-banner .swiper-wrapper .swiper-slide {
  width: 648px;
  height: 401px;
}
.product-service-container .fangan .hotSwipper .big-data-banner .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.product-service-container .fangan .hotSwipper .big-data-banner .swiper-wrapper .swiper-slide:nth-child(2n) .fangan-btn {
  background: #ff8a00;
}
.product-service-container .fangan .hotSwipper .big-data-banner .swiper-wrapper .swiper-slide:nth-child(2n + 1) .fangan-btn {
  background: #008bf6;
}
.product-service-container .fangan .hotSwipper .big-data-banner .swiper-wrapper .swiper-slide .fangan-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 30px;
  width: 382px;
  height: 54px;
  border-radius: 27px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
}
.product-service-container .fangan .hotSwipper .big-data-banner .swiper-wrapper .bg-cover {
  margin-right: 64px;
}
.product-service-container .fangan .hotSwipper .swiper-button-prev {
  display: block;
  position: absolute;
  left: -35px;
  top: 50%;
  z-index: 99;
  background: url('../images/left1.png') no-repeat center;
  width: 17px;
  height: 19px;
  background-size: 100% auto;
  opacity: 1;
  margin-top: 0;
}
.product-service-container .fangan .hotSwipper .swiper-button-next {
  right: -35px;
  top: 50%;
  width: 17px;
  height: 19px;
  background-image: url('../images/right1.png');
  background-size: cover;
  z-index: 888888888;
}
.product-service-container .fangan .hotSwipper .swiper-button-disabled {
  display: block;
}
.product-service-container .fangan .hot-mobile-Swipper {
  display: none;
}
.product-service-container .line-product-item {
  margin: 0 auto;
  width: 260px;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.product-service-container .line-product-item span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #888888;
  line-height: 30px;
  text-align: center;
}
.product-service-container .big-data {
  padding-bottom: 52px;
}
.product-service-container .big-data ul li {
  margin-right: 20px;
  cursor: pointer;
}
.product-service-container .big-data ul li:last-child:nth-child(3n + 3) {
  margin-right: 0;
}
.product-service-container .big-data ul li img {
  width: 441px;
  height: 302px;
}
.product-service-container .big-data ul li p {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 22px;
  text-align: center;
}
.product-head-top {
  position: relative;
  z-index: 10;
  width: 282px;
  height: 80px;
  margin: -46px auto 0 auto;
  background: #ffffff;
  border-radius: 53px 53px 27px 27px;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 20px;
}
.tabs {
  width: 100%;
  background: #f7f7f7;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
}
.tabs ul li {
  float: left;
  font-size: 18px;
  padding: 0 23px;
  margin-right: 27px;
  cursor: pointer;
  height: 57px;
}
.tabs ul li.active {
  position: relative;
  color: #00286b;
  font-weight: bold;
}
.tabs ul li.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  bottom: -6px;
  background-color: #00286b;
}
.tabs .bread {
  float: right;
  color: #9c9c9c;
  display: flex;
}
.tabs .bread .home {
  background: url(../images/home.png) no-repeat center 16px;
  height: 60px;
  width: 22px;
  margin-right: 14px;
  display: inline-block;
}
.product-list-container {
  min-width: 1360px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  box-sizing: border-box;
}
.product-list-container .banner {
  position: relative;
  width: 100%;
  min-height: 490px;
  height: 100%;
  background-size: 1920px 490px;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  background-image: url('../images/banner2.jpg');
}
.product-list-container .product-list-nav ul li .product-list {
  margin-top: 17px;
  margin-bottom: 32px;
}
.product-list-container .product-list-nav ul li .product-list ul li {
  margin-right: 18px;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
}
.product-list-container .product-list-nav ul li .product-list ul li:nth-child(3n + 3) {
  margin-right: 0;
}
.product-list-container .product-list-nav ul li .product-list ul li img {
  width: 441px;
  height: 302px;
}
.product-list-container .product-list-nav ul li .product-list ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin: 25px 0 0 0;
  flex-shrink: 1;
}
.product-list-container .product-list-nav ul li .product-list ul li .list-hover {
  display: block;
  background: url(../images/hover-img.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.product-list-container .product-list-nav ul li .product-list ul li .list-hover a {
  display: block;
  height: 100%;
}
.product-list-container .product-list-nav ul li .product-list ul li:hover .list-hover {
  opacity: 0.8;
}
.product-list-container .product-list-nav ul li .product-list ul li .list-item-box {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 36px;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #008bf6;
  border-radius: 50%;
  opacity: 0;
}
.product-list-container .product-list-nav ul li .product-list ul li .list-item-box .list-item-add {
  width: 21px;
  height: 22px;
}
.product-list-container .product-list-nav ul li .product-list ul li:hover .list-item-box {
  opacity: 1;
}
.product-list-container .product-list-nav ul li .product-list ul li:hover p {
  color: #00286b;
  font-weight: bold;
}
.product-details-container {
  min-width: 1360px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  box-sizing: border-box;
}
.product-details-container .banner {
  position: relative;
  width: 100%;
  min-height: 490px;
  height: 100%;
  background-size: 1920px 490px;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  background-image: url('../images/banner2.jpg');
}
.product-details-container .list-details-content {
  padding: 0 80px;
  margin-top: 57px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.product-details-container .list-details-content .product-details-list-content .product-details-list-content-pic {
  width: 441px;
  height: 302px;
}
.product-details-container .list-details-content .product-details-list-content .product-details-list-content-wz {
  margin-left: 67px;
}
.product-details-container .list-details-content .product-details-list-content .product-details-list-content-wz .product-details-list-content-title {
  margin-top: 26px;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}
.product-details-container .list-details-content .product-details-list-content .product-details-list-content-wz .product-details-list-content-tips {
  margin-top: 46px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.product-details-container .list-details-content .product-details-list-content-js {
  margin-top: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.product-details-container .list-details-content .product-details-list-content-js p img {
  max-width: 100%;
}
.product-details-container .list-details-content .product-details-list-content-video {
  width: 995px;
  height: 563px;
  display: block;
  margin: 43px auto 20px auto;
}
.paging-box {
  margin-top: 83px;
  margin-bottom: 102px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.paging-box .paging-prev {
  color: #666666;
}
.paging-box .paging-next {
  color: #00286b;
}
.nav-banner {
  height: 490px;
  background-size: cover;
}
.ecology-container .ecology-zc {
  padding-top: 90px;
  padding-bottom: 92px;
}
.ecology-container .ecology-zc .ecology-zc-box ul li {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 30px;
}
.ecology-container .ecology-zc .ecology-zc-box ul li:last-child {
  color: #008bf6;
}
.ecology-container .ecology-zc .ecology-zc-box span {
  display: block;
  margin-top: 27px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  text-align: center;
}
.ecology-container .ecology-zc .ecology-zc-box p {
  margin-top: 86px;
  padding: 0 104px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.ecology-container .ecology-form {
  width: 100%;
  height: 673px;
  background: url('../images/banner.jpg') no-repeat center;
  background-size: cover;
}
.ecology-container .ecology-form .policy-form-box {
  margin-top: 0;
}
.message-container .message-content-box {
  margin-top: 57px;
}
.message-container .message-content-box .message-content-item ul li {
  border: 1px solid #e5e5e5;
  padding: 30px;
  width: auto;
  margin-right: 35px;
}
.message-container .message-content-box .message-content-item ul li :nth-child(2n + 2) {
  margin-right: 0;
}
.message-container .message-content-box .message-content-item ul li img {
  width: 602px;
  height: 340px;
}
.message-container .message-content-box .message-content-item ul li .message-date span {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 60px;
}
.message-container .message-content-box .message-content-item ul li .message-date i {
  font-size: 16px;
  margin: 0 10px;
}
.message-container .message-content-box .message-content-item ul li .message-date p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  margin: 0;
  width: 515px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}
.message-container .message-content-box .message-content-item ul li .message-wz p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  width: 512px;
  line-height: 24px;
  display: -webkit-box;
  /* Safari */
  -webkit-line-clamp: 2;
  /* Safari and Chrome */
  -webkit-box-orient: vertical;
  /* Safari and Chrome */
  overflow: hidden;
  margin: 0;
}
.message-container .message-content-box .message-content-item ul li .message-wz .add-icon {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 36px;
  color: #fff;
  background: #008bf6;
  border-radius: 50%;
  margin-left: 40px;
  text-align: center;
  font-weight: 100;
}
.message-container .message-content-box .message-content-list-item {
  margin-top: 5px;
}
.message-container .message-content-box .message-content-list-item ul li {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  padding: 30px 46px 46px 46px;
  margin-top: 35px;
  cursor: pointer;
}
.message-container .message-content-box .message-content-list-item ul li .inbox span {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 60px;
}
.message-container .message-content-box .message-content-list-item ul li .inbox .inbox-content {
  margin-left: 54px;
  max-width: 974px;
}
.message-container .message-content-box .message-content-list-item ul li .inbox .inbox-content p {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 60px;
}
.message-container .message-content-box .message-content-list-item ul li .inbox .inbox-content span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  /* Safari */
  -webkit-line-clamp: 2;
  /* Safari and Chrome */
  -webkit-box-orient: vertical;
  /* Safari and Chrome */
  overflow: hidden;
}
.message-container .message-content-box .message-content-list-item ul li .right-inbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 95px;
  background: #00286b;
}
.message-container .message-content-box .message-content-list-item ul li .right-inbox::after {
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-bottom: 184px solid #00286b;
  content: '';
  position: absolute;
  left: -50px;
  bottom: 0;
  transform: scaleX(-1);
}
.message-container .message-content-box .message-content-list-item ul li .right-inbox .inbox-icon {
  width: 51px;
  height: 50px;
  background: url('../images/add2.png') no-repeat center;
  background-size: 100% auto;
}
.message-container .message-content-box .message-content-list-item ul li .right-inbox p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.message-container .message-content-box .message-content-list-item ul li:hover {
  background-color: #00286b;
}
.message-container .message-content-box .message-content-list-item ul li:hover .inbox span {
  color: #fff;
}
.message-container .message-content-box .message-content-list-item ul li:hover .inbox-content p {
  color: #fff;
}
.message-container .message-content-box .message-content-list-item ul li:hover .inbox-content span {
  color: #fff;
}
.message-container .message-content-box .message-content-list-item ul li:hover .right-inbox {
  background-color: #008bf6;
}
.message-container .message-content-box .message-content-list-item ul li:hover .right-inbox::after {
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-bottom: 184px solid #008bf6;
  content: '';
  position: absolute;
  left: -50px;
  bottom: 0;
  transform: scaleX(-1);
}
.details-container .list-details-content {
  margin-top: 56px;
}
.details-container .list-details-content .details-content-box {
  padding: 0 80px;
}
.details-container .list-details-content .details-content-box p {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 60px;
  text-align: center;
}
.details-container .list-details-content .details-content-box .details-data {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 60px;
  text-align: center;
}
.details-container .list-details-content .details-content-box .content-wz {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.details-container .list-details-content .details-content-box .paging-box {
  margin-top: 60px;
  margin-bottom: 65px;
}
.company-introduction-container .company-introduction-content-box {
  margin-top: 56px;
  margin-bottom: 105px;
}
.company-introduction-container .company-introduction-content-box p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.company-introduction-container .company-introduction-content-box .company-introduction-pic-item {
  margin-top: 60px;
}
.company-introduction-container .company-introduction-content-box .company-introduction-pic-item ul li {
  width: 668px;
  height: 211px;
  margin-right: 24px;
  cursor: pointer;
}
.company-introduction-container .company-introduction-content-box .company-introduction-pic-item ul li:last-child {
  margin-right: 0;
}
.company-introduction-container .company-introduction-content-box .company-introduction-pic-item ul li span {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 36px;
}
.company-introduction-container .company-introduction-content-box .company-introduction-pic-item-small {
  margin-top: 25px;
}
.company-introduction-container .company-introduction-content-box .company-introduction-pic-item-small ul li {
  width: 437px;
  height: 211px;
  background: url('../images/product1.jpg') no-repeat center;
  background-size: cover;
  margin-right: 25px;
  cursor: pointer;
}
.company-introduction-container .company-introduction-content-box .company-introduction-pic-item-small ul li:last-child {
  margin-right: 0;
}
.company-introduction-container .company-introduction-content-box .company-introduction-pic-item-small ul li span {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 36px;
}
.search-list-container .banner {
  min-height: 490px;
}
.search-list-container .search-result-box {
  margin-top: 62px;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.search-list-container .search-result-box span {
  color: #00286b;
}
.search-list-container .search-list-content-box {
  margin-top: -3px;
}
.search-list-container .search-list-content-box .message-content-list-item {
  margin-top: 5px;
}
.search-list-container .search-list-content-box .message-content-list-item ul li {
  position: relative;
  background: #f7f7f7;
  padding: 31px;
  margin-top: 45px;
  cursor: pointer;
}
.search-list-container .search-list-content-box .message-content-list-item ul li::after {
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-bottom: 184px solid #00286b;
  content: '';
  position: absolute;
  right: 90px;
  bottom: 0;
  transform: scaleX(-1);
}
.search-list-container .search-list-content-box .message-content-list-item ul li .inbox span {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 60px;
}
.search-list-container .search-list-content-box .message-content-list-item ul li .inbox .inbox-content {
  margin-left: 85px;
  max-width: 974px;
}
.search-list-container .search-list-content-box .message-content-list-item ul li .inbox .inbox-content p {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 60px;
}
.search-list-container .search-list-content-box .message-content-list-item ul li .inbox .inbox-content span {
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  /* Safari */
  -webkit-line-clamp: 2;
  /* Safari and Chrome */
  -webkit-box-orient: vertical;
  /* Safari and Chrome */
  overflow: hidden;
}
.search-list-container .search-list-content-box .message-content-list-item ul li .right-inbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 90px;
  background: #00286b;
}
.search-list-container .search-list-content-box .message-content-list-item ul li .right-inbox::after {
  width: 0;
  height: 0;
  border-right: 90px solid transparent;
  border-bottom: 184px solid #008bf6;
  content: '';
  position: absolute;
  left: -90px;
  bottom: 0;
  transform: scaleX(-1);
}
.search-list-container .search-list-content-box .message-content-list-item ul li .right-inbox .inbox-icon {
  width: 22px;
  height: 21px;
  color: #fff;
  font-size: 36px;
  background-size: 100% auto;
}
.search-list-container .search-list-content-box .message-content-list-item ul li .right-inbox p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.search-list-container .search-list-content-box .message-content-list-item ul li:hover {
  background-color: #00286b;
}
.search-list-container .search-list-content-box .message-content-list-item ul li:hover .inbox span {
  color: #fff;
}
.search-list-container .search-list-content-box .message-content-list-item ul li:hover .inbox-content p {
  color: #fff;
}
.search-list-container .search-list-content-box .message-content-list-item ul li:hover .inbox-content span {
  color: #fff;
}
.search-list-container .search-list-content-box .message-content-list-item ul li:hover .right-inbox {
  background-color: #008bf6;
}
.concat-container .concat-content-box {
  margin-top: 68px;
}
.concat-container .concat-content-box .concat-item ul li .concat-item-bg {
  width: 58px;
  height: 58px;
}
.concat-container .concat-content-box .concat-item ul li .concat-item-bg img {
  width: 100%;
  height: 100%;
}
.concat-container .concat-content-box .concat-item ul li .concat-item-details {
  margin-left: 24px;
}
.concat-container .concat-content-box .concat-item ul li .concat-item-details p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.concat-container .concat-content-box .concat-item ul li .concat-item-details span {
  font-weight: 600;
  font-size: 16px;
  color: #00286b;
}
.concat-container .concat-map {
  margin-top: 72px;
  margin-bottom: 97px;
  width: 100%;
  height: 444px;
  background-size: cover;
}
.product-wrapper {
  background: url(../images/bg3.jpg) no-repeat center bottom;
  min-height: 600px;
  margin-top: 78px;
}
.product-wrapper .swiper-container {
  padding: 20px 0;
  margin: 0 20px;
}
.product-wrapper .swiper-container .swiper-wrapper li {
  min-height: 350px;
  padding: 0 2%;
}
.product-wrapper .swiper-container .swiper-wrapper li h3 {
  border: 1px solid #032b6d;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-top: 70px;
  background-color: #fff;
  position: absolute;
  top: 87px;
  left: 35%;
}
.product-wrapper .swiper-container .swiper-wrapper li h3::after {
  background: url(../images/top.png) no-repeat center top;
  width: 18px;
  height: 14px;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -9px;
  content: '';
}
.product-wrapper .swiper-container .swiper-wrapper li p {
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  height: 72px;
  overflow: hidden;
}
.product-wrapper .swiper-container .swiper-wrapper li:nth-child(even) h3::after {
  background: url(../images/bottom.png) no-repeat center top;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -9px;
  content: '';
  z-index: 2;
}
.product-wrapper .swiper-container .swiper-wrapper li:nth-child(even) p {
  padding: 0 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #fff;
}
.product-wrapper .swiper-button-prev2 {
  background: url(../images/img6-r.png) no-repeat;
  height: 47px;
  width: 48px;
  position: absolute;
  left: 0;
  top: 48%;
  cursor: pointer;
  z-index: 999;
}
.product-wrapper .swiper-button-next2 {
  background: url(../images/img3-l.png) no-repeat;
  height: 47px;
  width: 48px;
  position: absolute;
  right: 0;
  top: 48%;
  cursor: pointer;
  z-index: 999;
}
.honor-content {
  padding: 8% 0;
}
.honor-content .swiper {
  margin: 0 56px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 60px 0;
  z-index: 1;
}
.honor-content .swiper .swiper-slide {
  width: 659px;
  height: 438px;
}
.honor-content .swiper .swiper-slide p {
  width: 100%;
  height: 100%;
}
.honor-content .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.honor-content .swiper .swiper-slide span {
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
}
.honor-content .swiper-button-prev {
  left: -10px;
  width: 37px;
  height: 38px;
  background: url(../images/btn1.jpg) no-repeat left top;
}
.honor-content .swiper-button-prev:hover {
  background: url(../images/btn4.jpg) no-repeat left top;
}
.honor-content .swiper-button-next {
  right: -10px;
  width: 37px;
  height: 38px;
  background: url(../images/btn2.jpg) no-repeat left top;
}
.honor-content .swiper-button-next:hover {
  background: url(../images/btn3.jpg) no-repeat left top;
}
.mask-call .mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #b2b2b2;
  opacity: 0.3;
  z-index: 99;
}
.mask-call .call-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 689px;
  height: 416px;
  background: #ffffff;
  box-shadow: 4px 6px 50px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 68px 47px;
  z-index: 999;
}
.mask-call .call-container .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  font-size: 18px;
}
.mask-call .call-container .call-header {
  text-align: center;
}
.mask-call .call-container .call-header p {
  color: #222222;
  font-size: 20px;
  font-weight: bold;
}
.mask-call .call-container .call-header span {
  display: block;
  margin-top: 30px;
  color: #454545;
  font-size: 16px;
}
.mask-call .call-container .call-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
}
.mask-call .call-container .call-content .call-left img {
  width: 69px;
  height: 69px;
  margin-right: 15px;
}
.mask-call .call-container .call-content .call-left .call-number p {
  font-size: 18px;
  color: #333333;
}
.mask-call .call-container .call-content .call-left .call-number span {
  margin-top: 15px;
  font-size: 26px;
  color: #008bf6;
}
.mask-call .call-container .call-content .call-left .call-tips {
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  padding: 7px 12px;
  text-align: center;
  background-color: #cecece;
}
.mask-call .call-container .call-content .call-right {
  width: 172px;
  height: 171px;
  background-color: #008bf6;
}
.mask-call .call-container .call-content .call-right img {
  width: 100%;
  height: 100%;
}
