.div-height{
  margin-top: 200px;
}


.banner {
  margin-top: 80px;
  height: 550px;
  width: 100%;
  position: relative;
}
.banner .txt {
  position: absolute;
  top: 0;
  left: calc((100% - 1200px) / 2);
  height: 100%;
  color: #fff;
}
.banner .txt h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 200;
}
.banner .txt h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 200;
}
.banner .txt h4 {
  font-size: 14px;
  position: relative;
  padding-bottom: 120px;
}
.banner .txt h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 2px;
  background-color: #fff;
}


/* solution */

.solution_sec1 h3 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 50px;
  text-align: center;
}
.solution_sec1 ul li {
  float: left;
  width: 50%;
  height: 350px;
  text-align: center;
  position: relative;
}
    .solution_sec1 ul li h4 {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 15px;
        width: 90%;
        overflow: hidden;
        margin: 0 auto 15px auto;
    }
    .solution_sec1 ul li p {
        font-size: 14px;
        color: #ffffff;
        width: 90%;
        margin: 0 auto;
    }
.solution_sec1 ul li .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
  background-color: rgba(0,0,0,.3);
}
.solution_sec1 ul li .list .img {
  margin: 0 auto 50px;
  display: block;
  width: 49px;
  height: 49px;
}

  .solution_sec1 ul li .list a{
  display: block;
  margin: 70px auto 0;
  text-align: center;
  background-color: #0064a8;
  color: #fff;
  font-size: 14px;
  width: 170px;
  line-height: 35px;
  display: none;
}
@media(min-width: 991.98px){
.mob-link{
  display: none;
}
}
@media(max-width: 991.98px){
  .solution_sec1 ul li .list .pc-link{
 
  display: none;
}
.mob-link{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999
}
}

.solution_sec1 ul li:hover .list {
  background-color: rgba(0,0,0,0.6);
}

/* solution */


/* solutionDetails */

.solutionDetails {
  background-color: #f9f9f9;
  padding-top: 1px;
}
.solutionDetails_sec1Top {
  margin-bottom: 15px;
}
.solutionDetails_sec1_l {
  float: left;
  width: 55%;
  background-color: #fff;
  height: 380px;
}
.solutionDetails_sec1_Cont {
  width: 80%;
  margin: 0 auto;
}
.solutionDetails_sec1Top h3 {
  font-size: 22px;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.solutionDetails_sec1Top h3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  background-color: #333;
  width: 15px;
  height: 2px;
}
.solutionDetails_sec1_l .p {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  text-align: justify;
}
.solutionDetails_sec1_r {
  float: left;
  width: 45%;
  background-color: #efefef;
  height: 380px;
}
.solutionDetails_sec1_Cont ul li {
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 22px;
  padding-left: 20px;
}
.solutionDetails_sec1_Cont ul li::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.solutionDetails_sec1_Cont img {
	max-width:100%;
}

.solutionDetails_sec1Bot {
  background-color: #fff;
  padding: 55px 50px;
}
.solutionDetails_sec1Bot .video {
  width: 100%;
  height: 500px;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.solutionDetails_sec1Bot .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.solutionDetails_sec1Bot .video img {
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -37px;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  opacity: 1;
}
.solutionDetails_sec1Bot .video img.active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.solutionDetails_sec1Bot img {
  width: 100%;
  margin-bottom: 15px;
}


.solutionDetails_sec2 {
  background-color: #fff;
  padding: 80px 0 60px;
}
.solutionDetails_sec2 .index_sec {
  margin: 0 auto;
  overflow: unset;
}
.solutionDetails_sec2 .index_sec > h3 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #000000;
  position: relative;
}
.solutionDetails_sec2 .index_sec > h3 a {
  font-size: 12px;
  color: #0064a8;
  position: absolute;
  right: 0;
  bottom: 0;
}
.solutionDetails_sec2 ul li {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  float: left;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.solutionDetails_sec2 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.solutionDetails_sec2 ul li .img {
  height: 210px;
}
.solutionDetails_sec2 ul li .txt {
  height: 240px;
  padding: 0 20px;
}
    .solutionDetails_sec2 ul li .txt h4 {
        font-size: 18px;
        color: #4d4d4d;
        line-height: 26px;
        margin-bottom: 15px;
        margin-top: 5px;
    }
    .solutionDetails_sec2 ul li .txt p {
        font-size: 14px;
        line-height: 22px;
        color: #4d4d4d;
        margin-bottom: 25px;
        height: 110px;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
.solutionDetails_sec2 ul li .txt img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.solutionDetails_sec2 ul li:hover {
  -moz-box-shadow:0px 0px 30px rgba(0,0,0,0.1);
  -webkit-box-shadow:0px 0px 30px rgba(0,0,0,0.1);
  box-shadow:0px 0px 30px rgba(0,0,0,0.1);
}
.solutionDetails_sec2 ul li:hover .txt img {
  opacity: 1;
}

/* solutionDetails */


/* product */

.product_sec1 .list {
  height: 500px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_sec1 .list > div {
  height: 100%;
}
.product_sec1 .list .list_l {
  width: calc(100% - 300px);
  background-color:#f2f1f6;
  position: relative;
}
.product_sec1 .list:nth-of-type(2n) .list_l {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.product_sec1 .list .list_r {
  width: 300px;
  background: url(/Img/images/product_sec1list_r.jpg) no-repeat center center/cover;
  padding: 0 40px;
}
.product_sec1 .list .list_r h2 {
  font-size: 43px;
  color: #ffffff;
  margin-bottom: 50px;
  font-weight: 200;
  letter-spacing: 1px;
  position: relative;
}
.product_sec1 .list .list_r h2::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  top: 50%;
  left: -40px;
  background-color: #fff;
}
.product_sec1 .list .list_r h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}
    .product_sec1 .list .list_r p {
        font-size: 16px;
        line-height: 28px;
        height: 196px;
        color: #ffffff;
        margin-bottom: 20px;
        overflow: hidden;
    }
.product_sec1 .list .list_r i {
  overflow: hidden;
  display: inline-block;
  font-style: normal;
}
.product_sec1 .list .list_r i span {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  width: 80px;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  position: relative;
  left: -80px;
}
.product_sec1 .list .list_r i img {
  vertical-align: middle;
  position: relative;
  left: -80px;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.product_sec1 .list:hover .list_r i img {
  left: 0;
}
.product_sec1 .list:hover .list_r i span {
  opacity: 1;
  left: 0;
}
.prod-tab-b{
  border-bottom: 1px solid #e5e5e5;
}
.prod-tab-tab{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1550px;
  margin: 0 auto;
}
.prod-tab-tab .prod-tab{
  width: 16.6%;
  font-size: 16px;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
  padding-top: 30px;
}
.prod-tab-tab .prod-tab::after{
  content: '';
  display: block;
  width: 1px; 
  height: 61px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
}
.prod-tab-tab .prod-tab:last-child:after{
  width: 0; 
  height: 0;
}
.prod-tab-tab .prod-tab .prod-tab-bg{
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}

.prod-tab-tab .prod-tab span{
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 15px;
}
.prod-tab-tab .prod-tab-active0 span{
  color: #036eb8;
}
 .prod-tab-bg1{
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}
.prod-tab-active0 .prod-tab-bg1{
  display: block;
}
.prod-tab-tab .prod-tab-active0 .prod-tab-bg{
  display: none;
}
.prod-tab-tab .prod-tab-active0{
  border-bottom: 4px solid #036eb8!important;
}
.prod-tab-content{
  display: none;
  opacity: 0;
}
.product1-page .prod-tab-content:first-child{
  opacity: 1;
}
.prod-tab-content-active{
  display: block;
  opacity: 1;
}
/* product */


/* productDetails */

.productDetails .index_sec {
  margin: 60px auto 70px;
}


.productDetails .index_sec img {
  max-width:100%;
}
.productDetailsHeader {
  background-color: #272a30;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.productDetailsHeader > div {
  width: 1200px;
  margin: 0 auto;
}
.productDetailsHeader h4 {
  font-size: 14px;
  color: #ffffff;
  line-height: 65px;
}
.productDetailsHeader ul {
  float: right;
  padding-top: 15px;
}
.productDetailsHeader ul li {
  float: left;
  margin: 0 2px;
}
.productDetailsHeader ul li a {
  font-size: 14px;
  color: #b1b1b1;
  display: inline-block;
  padding: 7px 17px;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.productDetailsHeader ul li a:hover {
  color: #fff;
}
.productDetailsHeader ul li a.active {
  background-color: #1996f1;
	border-radius: 4px;
  color: #fff;
}


.productDetails .productDetails_sec1 {
  margin-top: 145px;
  width: 100%;
}
.productDetails_sec1 img {
  width: 100%;
}
.productDetails h3 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
}
.productDetails h3 a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #0064a8;
}
.productDetails_sec2 p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
/*.productDetails_sec2 .cont ul {
  list-style-type: disc;
}*/
.productDetails_sec2 .cont ul li {
  position:relative;
  padding-left:20px;
  line-height: 25px;
}
.productDetails_sec2 .cont ul li::after {
  content:'';
  position:absolute;
  top:50%;
  left:7px;
  margin-top:-3px;
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#000;
}
.productDetails_sec3 .video {
  position: relative;
  width: 100%;
  height: 500px;
  cursor: pointer;
}
.productDetails_sec3 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.productDetails_sec3 .video img {
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -37px;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
  opacity: 1;
  z-index: 999;
}
.productDetails_sec3 .video img.active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.productDetails_sec4 .box .list:nth-of-type(2n + 1) {
  background-color: #f6f7f9;
}
.productDetails_sec4 .box .list {
  font-size: 16px;
  line-height: 48px;
  color: #4d4d4d;
}
.productDetails_sec4 .box .list .list_l {
  width: 30%;
  float: left;
  padding-left: 5%;
}
.productDetails_sec4 .box .list .list_r {
  width: 70%;
  float: left;
}
.productDetails_sec5 {
  overflow: unset;
  padding: 0;
}

.productDetails_sec4 .box table{
  width: 100%;
}
.productDetails_sec4 .box table tr{
  font-size: 16px;
  line-height: 48px;
  color: #4d4d4d;
}
.productDetails_sec4 .box table tr:nth-of-type(2n + 1){
  background-color: #f6f7f9;
}
.productDetails_sec4 .box table tr td:first-child{
  width: 30%;
  float: left;
  padding-left: 5%;
}
.productDetails_sec4 .box table tr td:last-child{
  width: 70%;
  float: left;
}
.productDetails_sec4 .box table tr::after{
  content: '';
    display: block;
    clear: both;
}
/* productDetails */


/* news */

.news_sec1 h3 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 35px;
}
.news_sec1 .list {
  top: 0px;
  opacity: 1;
  margin-bottom: 40px;
}

.c-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 48px;
    justify-content: flex-start;
}

.c-pagination.center {
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.c-pagination-item {
    /*display: block;*/
    font-size: 14px;
    width: 38px;
    text-align: center;
    /*border-radius: 20px;*/
    line-height: 38px;
    background: #fff;
    border: 1px #ddd solid;
    margin-right: 8px;
    margin-top: 8px;
    color: #999;
    transition: all .3s ease-out;
}

.c-pagination-item.disabled {
    cursor: not-allowed;
    color: #999;
    opacity: .4;
}

/* .c-pagination-item:first-of-type {
    width: 84px;
} */

.c-pagination-item:last-of-type {
    /* width: 84px; */
    margin-left: 0;
}

.c-pagination-item:not(.disabled):hover,
.c-pagination-item.active {
    color: #fff;
    background-color: #0064a8;
    border-color: #0064a8;
}

@media only screen and (max-width:960px) {
    .c-pagination {
        margin-top: 32px;
    }
}

@media only screen and (max-width:480px) {
    .c-pagination {
        margin-top: 24px;
    }
}

/* news */


/* newsDetails */

.newsDetails_sec1 {
  padding-top: 100px;
}
.newsDetails_sec1 h3 {
  font-size: 30px;
  color: #333;
  margin-bottom: 35px;
  text-align: center;
}
.newsDetails_sec1 h5 {
  font-size: 14px;
  color: #333;
  margin-bottom: 60px;
  text-align: center;
}
.newsDetails_sec1 h5 span {
  margin-left: 25px;
}
.newsDetails_sec1 .content {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
.newsDetails_sec1 .content p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-align: justify;
}
.newsDetails_sec1 .content img {
  margin: 20px 0;
}
.newsDetails_sec1 .href {
  font-size: 14px;
  color: #979797;
  margin-top: 15px;
}
.newsDetails_sec1 .href span {
  color: #333;
}
.newsDetails_sec1 .href span a {
  color: #0064aa;
}

/* newsDetails */


/* recruitment */

.recruitment_sec1 h3 {
  text-align: center;
  font-size: 30px;
  color: #000000;
  margin-bottom: 80px;
}
.recruitment_sec1 ul {
  float: right;
  margin-bottom: 30px;
}
.recruitment_sec1 ul li {
  float: left;
  font-size: 12px;
  color: #808080;
  cursor: pointer;
  padding: 9px 17px;
  margin: 0 2px;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.recruitment_sec1 ul li.active,
.recruitment_sec1 ul li:hover {
  background-color: #0064a8;
  color: #fff;
}

.recruitment_sec1Header {
  background-color: #0064a8;
}
.recruitment_sec1Header .list {
  color: #fff;
  float: left;
  width: 16.66%;
  font-size: 16px;
  text-align: center;
  height: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.recruitment_sec1 .content .item .listBox {
  height: 80px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.recruitment_sec1 .content .item .list {
  float: left;
  width: 16.66%;
  height: 100%;
  font-size: 14px;
  color: #666666;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.recruitment_sec1 .content .item .list .toggle {
  color: #007bb5;
}

.recruitment_sec1 .content .item .txtContent {
  font-size: 14px;
  line-height: 34px;
  color: #4d4d4d;
  text-align: left;
  padding: 30px 35px 50px 35px;
  border-bottom: 1px solid #ebebeb;
  display: none;
}
.recruitment_sec1 .content .item .txtContent a {
  color: #0000ff;
}
.recruitment_sec1 .content .item .txtContent .buttonBox {
  text-align: center;
  margin-top: 30px;
}
.recruitment_sec1 .content .item .txtContent .button {
  display: inline-block;
  width: 180px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #0064a8;
  font-size: 16px;
  margin: 0 15px;
}

/* recruitment */


/* contact */

.contact_sec1 h3 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 50px;
  text-align: center;
}
.contact_sec1 ul li {
  float: left;
  width: calc(100% / 3);
  border-right: 1px solid #ebebeb;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.contact_sec1 ul li:nth-of-type(1) .img {
  background:url(/Img/images/contact_sec1img1.svg) no-repeat center center/32px 53px;
}
.contact_sec1 ul li:nth-of-type(2) .img {
  background:url(/fonts/contact_sec1img2.svg) no-repeat center center/45px 31px;
}
.contact_sec1 ul li:nth-of-type(3) .img {
  background:url(/fonts/contact_sec1img3.svg) no-repeat center center/38px 52px;
}
.contact_sec1 ul li:last-child {
  border-right: none;
}
.contact_sec1 ul li .img {
  width: 45px;
  height: 53px;
  margin-right: 15px;
  float: left;
}
.contact_sec1 ul li .txt {
  height: 55px;
  display: flex;
  float: left;
  /* width: calc(100% - 60px); */
  justify-content: space-between;
  flex-direction: column;
  text-align: left;
}
.contact_sec1 ul li:nth-of-type(3) .txt {
	width: calc(100% - 90px);
}
.contact_sec1 ul li .txt h4 {
  color: #000;
  margin-top: 10px;
}
.contact_sec1 ul li .txt h5 {
  color: #808080;
}

.contact_sec2 {
  overflow: unset;
}
.contact_sec2 h3 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}
.contact_sec2 p {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 50px;
  text-align: center;
}
.contact_sec2 a {
  width: 500px;
  display: block;
  margin: 55px auto 0;
  line-height: 50px;
  font-size: 16px;
  background-color: #0064a8;
  color: #fff;
  text-align: center;
}
.contact_sec2 .content {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.contact_sec2 .content .list {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 500px;
  height: auto;
  line-height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.contact_sec2 .content .list:nth-of-type(2n) {
  margin-right: 0;
}
.contact_sec2 .content .list input,
.contact_sec2 .content .list textarea {
  width: 100%;
  line-height: 50px;
  height: 50px;
  background-color: #fbfbfb;
  padding: 15px 25px;
  font-size: 16px;
  color: #333333;
}
.contact_sec2 .content .list textarea {
  line-height: 22px;
}
.contact_sec2 .content .list label {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  color: #979797;
  font-weight: 200;
  padding: 0 25px;
  top: 15px;
  left: 0;
  transition: all 0.2s cubic-bezier(.4,0,.2,1);
}
.contact_sec2 .content .list label span {
  color: #ff0000;
  margin-right: 5px;
}
.contact_sec2 .content .list.focus label {
  font-size: 12px;
  line-height: 12px;
  top: -6px;
}

/* contact */


/* about */

.about_sec1 > h3 {
  text-align: center;
  font-size: 30px;
  color: #000000;
  margin-bottom: 30px;
}
.about_sec1 > .content p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.about_sec1 > .content img {
  width: 100%;
  margin-top: 40px;
}

.about_sec1 .aboutCulture1 {
  margin-top: 45px;
}
.about_sec1 .aboutCulture1 > li {
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 300px;
  float: left;
  padding: 0 45px;
}
.about_sec1 .aboutCulture1 > li:nth-of-type(2n) {
  margin-right: 0;
}
.about_sec1 .aboutCulture1 > li h4 {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.about_sec1 .aboutCulture1 > li h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.about_sec1 .aboutCulture1 > li p {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.about_sec1 .aboutCulture2 {
  margin-top: 45px;
}
.about_sec1 .aboutCulture2 li {
  width: calc(100% / 4);
  float: left;
  height: 320px;
  padding: 60px 20px 0;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.about_sec1 .aboutCulture2 li .img {
  width: 58px;
  height: 63px;
  position: relative;
  margin: 0 auto 45px;
}
.about_sec1 .aboutCulture2 li .img span {
  display: inline-block;
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.about_sec1 .aboutCulture2 li .img span:last-child {
  z-index: 2;
  opacity: 0;
}
.about_sec1 .aboutCulture2 li h4 {
  font-size: 20px;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.about_sec1 .aboutCulture2 li h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.about_sec1 .aboutCulture2 li p {
  font-size: 14px;
  line-height: 22px;
  color: #4d4d4d;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.aboutHonor {
  height: 700px;
}
.aboutHonor .listBox {
  height: 100%;
  width: 90%;
  float: left;
  position: relative;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.aboutHonor .list {
  width: calc(100% / 3);
  float: left;
  padding: 50px;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.aboutHonor .list:nth-of-type(3n + 1) {
  border-left: none;
}
.aboutHonor .list:nth-of-type(3n + 2) {
  left: -1px;
}
.aboutHonor .list:nth-of-type(3n + 3) {
  border-right: none;
  left: -2px;
}
.aboutHonor .list:nth-of-type(3n + 1),
.aboutHonor .list:nth-of-type(3n + 3) {
  top: 50px;
}
.aboutHonor .list .img {
  height: 300px;
  margin-bottom: 25px;
}
.aboutHonor .list h5 {
  font-size: 16px;
  color: #979797;
  text-align: center;
  margin-bottom: 10px;
}
.aboutHonor .list p {
  font-size: 18px;
  color: #3e3a39;
  line-height: 24px;
  text-align: center;
}
/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
.listBox::-webkit-scrollbar-track-piece {
    width: 1px;
    border-radius: 3px;
    background-color: rgba(235,235,235,0.77);
}
/*å®šä¹‰æ»šåŠ¨æ¡ å†…é˜´å½±+åœ†è§’*/
.listBox::-webkit-scrollbar-thumb {
    border-radius: 3px;  /*æ»šåŠ¨æ¡çš„åœ†è§’*/
    background-color: rgba(197,197,197,0.77);  /*æ»šåŠ¨æ¡çš„èƒŒæ™¯é¢œè‰²*/
}

.listBox::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.aboutHonor .liBox {
  float: left;
  height: 100%;
  width: 10%;
  padding-left: 5%;
  border-right: 1px solid #ebebeb;
  position: relative;
}
.aboutHonor .liBox ul {
  position: absolute;
  top: 50px;
  width: 50%;
  right: 0;
}
.aboutHonor .liBox ul li {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  position: relative;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.aboutHonor .liBox ul li::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  height: 1px;
  background-color: #333;
  width: 15px;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.aboutHonor .liBox ul li::before {
  content: '';
  position: absolute;
  top: calc(50% + 8px);
  right: 0;
  height: 1px;
  background-color: #cacaca;
  width: 10px;
}
/* .aboutHonor .liBox ul li:last-child::before {
  display: none;
} */
.aboutHonor .liBox ul li.active {
  font-size: 16px;
  color: #0064a8;
}
.aboutHonor .liBox ul li.active::after {
  background-color: #0064a8;
}



.aboutCulture2 li.active {
  background-color: #0064a8;
}
.aboutCulture2 li.active .img span:last-child {
  opacity: 1;
}
.aboutCulture2 li.active h4,
.aboutCulture2 li.active p {
  color: #fff;
}
.aboutCulture2 li.active h4::after {
  background-color: #fff;
}


.numberBox {
  background-color: #0064a8;
  padding: 20px 0;
  margin-top: 200px;
}
.numberBox ul {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  top: -100px;
  padding: 45px 0;
  -moz-box-shadow:0px 0px 30px rgba(0,0,0,0.1);
  -webkit-box-shadow:0px 0px 30px rgba(0,0,0,0.1);
  box-shadow:0px 0px 30px rgba(0,0,0,0.1);
}
.numberBox ul li {
  text-align: center;
  font-size: 16px;
  color: #333333;
  width: 20%;
  float: left;
  position: relative;
}
    .numberBox ul li > div {
        font-family: 'Arial';
        font-size: 40px;
        margin-bottom: 10px;
        color: #0064a8;
        letter-spacing: 1px;
    }
.numberBox ul li:nth-last-of-type(n+2)::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: url(/Img/images/line.png) center center;
}

.about_sec2 {
  overflow: unset;
}
.about_sec2 .list {
  width: calc(50% - 15px);
  margin-right: 30px;
  float: left;
}
.about_sec2 .list:nth-of-type(2n) {
  margin-right: 0;
}
.about_sec2 .list .img {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about_sec2 .list .img span {
  position: absolute;
  left: 0;
  bottom: -65px;
  display: inline-block;
  width: 100%;
  height: 65px;
  background: url(/Img/images/jia.png) #0064a8 no-repeat center center;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.about_sec2 .list .txt {
  height: 160px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.about_sec2 .list .txt h4 {
  font-size: 24px;
  color: #000000;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.about_sec2 .list .txt h4::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.about_sec2 .list .txt h5 {
  font-size: 16px;
  color: #808080;
}
.about_sec2 .list:hover .img span {
  bottom: 0;
}
.about_sec2 .list:hover .txt {
  -moz-box-shadow:0px 0px 30px rgba(0,0,0,0.1);
  -webkit-box-shadow:0px 0px 30px rgba(0,0,0,0.1);
  box-shadow:0px 0px 30px rgba(0,0,0,0.1);
}
.about_sec2 .list:hover .txt h4 {
  color: #0064a8;
}

.about_sec3 > div {
  width: 50%;
  float: left;
  position: relative;
  height: 450px;
}
.about_sec3_l > div {
  position: absolute;
  top: 35px;
  left: 35px;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 190px;
  height: 140px;
}
.about_sec3_l > div p {
  width: 80px;
  line-height: 44px;
  text-align: justify;
  font-size: 25px;
  color: #ffffff;
  margin: auto;
}
.about_sec3_l > div > div {
  width: 100%;
  text-align: center;
}
.about_sec3_l > div p::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.about_sec3_r {
  padding-left: 4%;
}
.about_sec3_r .cont h3 {
  color: #333;
  font-size: 50px;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.about_sec3_r .cont h3 span {
  font-size: 22px;
  letter-spacing: 1px;
  margin-left: 20px;
}
.about_sec3_r .cont h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #333;
}
.about_sec3_r .cont p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.about_sec3_r .bot {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about_sec3_r .bot p {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
}

.about_sec4 > h3 {
    text-align: center;
    font-size: 30px;
    color: #000000;
    margin-bottom: 30px;
}
.about_sec4 .item {
  float: left;
  width: 50%;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
}
.about_sec4 .item .img {
  height: 140px;
  width: 200px;
  float: left;
}
.about_sec4 .item .txt {
  height: 140px;
  float: left;
  width: calc(100% - 200px);
  padding: 0 10% 0 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about_sec4 .item .txt h4 {
  font-size: 16px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 20px;
  margin-bottom: 15px;
}
.about_sec4 .item .txt p {
  font-size: 12px;
  color: #4d4d4d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 40px;
  margin-bottom: 25px;
}
.about_sec4 .item .txt i {
  padding-left: 20px;
  font-style: normal;
  display: block;
  color: #979797;
  font-size: 12px;
  background: url(/Img/images/time.png) no-repeat center left/13px;
}
.about_sec4 .item .txt i span {
  float: right;
  color: #246cfc;
}

.ab-con4{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  
}
.ab-con4-title{
  display: block;
  width: 100%;
  text-align: center;
}
.ab-con4-title h6{

  font-size: 30px;
  color: #333333;
  padding-top: 84px;
  padding-bottom: 40px;
}
.ab-con4 .ab-con4bg{
  width: 50%;
  height: 789px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ab-con4 .ab-con4bg:last-child{
  padding: 103px 0;

}
.ab-con4 .ab-con4bg .ab-con4-con{
  margin-bottom: 60px;
  display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  align-items: center;
  margin-left: -49px;
}

.ab-con4 .ab-con4bg .ab-con4-con:last-child{
  margin-bottom: 0;
}
.ab-con4 .ab-con4bg .ab-con4-con span{
  display: block;
  padding-left: 60px;
  font-size: 36px;
  color: #addafe;
}
.ab-con5{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.ab-con5-sw{
  width: 97%;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(/Img/images/ab-honor-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  overflow: hidden;
}
.ab-swiper-container{
  width: 450px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  z-index: 888;
}
 .ab-swiper-container .swiper-wrapper{
  align-items: flex-end;
}
.ab-swiper-container .swiper-slide{
  width:194px;
  padding: 0 13px;
  cursor: pointer;
  transition: all .2s;
}


/* .ab-swiper-container .ab-honor-bgbg-box{
  width: 280px;
  height: 423px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 15px; 
} */
.ab-swiper-container .ab-honor-bgbg-box .ab-honor-bgbg{
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ab-swiper-container .ab-honor-bgbg-box .ab-honor-bg{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ab-swiper-container .ab-honor-bgbg-box {
  /* width: 100%; */
  height: 254px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15px 15px; 
  margin: 0;
  position: relative;
}
.ab-swiper-container .swiper-wrapper{
  margin-left: -128px;
}
.ab-swiper-container .swiper-slide-active{
  width: 450px;
  padding: 0 85px;
}
.ab-swiper-container .swiper-slide-active .ab-honor-bgbg-box {
  border-bottom: 5px solid #0266cd; 
  height: 385px;
}
.ab-swiper-container .swiper-slide .ab-honor-bgbg-box::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  position: absolute;
  left: 0;
  top: 0;
}
.ab-swiper-container .swiper-slide-active .ab-honor-bgbg-box::after{
  opacity: 0;
}
.ab-con5-sw-txt{
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #454545;
  padding-top: 28px;
  opacity: 0;
  transition: all .5s;
}
.ab-swiper-container .swiper-slide-active .ab-con5-sw-txt{
  opacity: 1;
}

.ab-swiper-button-next{
  position: absolute;
  width: 39px;
  height: 39px;
  background: url(/Img/images/ab-sw-next.jpg) no-repeat center ;
  left:375px;
  top: 167px;
  z-index: 9999999;
  cursor: pointer;
}
.ab-swiper-button-prev{
  position: absolute;
  width: 39px;
  height: 39px;
  background: url(/Img/images/ab-sw-prev.jpg) no-repeat center ;
  right: 375px;
  top: 167px;
  z-index: 9999999;
  cursor: pointer;
}
/* about */


.videoBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
  display: none;
}
.productDetails .videoBox {
  top: 0;
  height: 100%;
}
.videoBox .videoCont {
  width: 1200px;
  height: calc(100% - 81px);
  margin: 81px auto 0;
}
.videoBox .shut {
  position: absolute;
  top: -30px;
  cursor: pointer;
  right: 10px;
}
.videoBox .videoCont .center div {
  position:relative;
  margin:0 auto;
}
.videoBox .videoCont video {
  max-width: 100%;
  max-height:550px;
  display:block;
  margin:0 auto;
}



/* search */

.search_sec1 {
  width: 100%;
  margin-bottom: 0;
  height: 200px;
  background-color: #edf4f9;
}
.search_sec1 .input {
  padding-top: 90px;
  height: 140px;
  width: 780px;
  margin: 0 auto;
  position: relative;
}
.search_sec1 .input input {
  height: 100%;
  width: 100%;
  border: none;
  font-size: 18px;
  background-color: #fff;
  display: block;
  padding: 0 60px 0 20px;
}
.search_sec1 .input span {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background: url(/Img/images/search2.png) no-repeat center center;
}

.search_sec2 {
  margin: 0 auto;
}

/* search */

@media(max-width:1280px) {
  .productDetailsHeader > div {
    width: 90%;
  }
  .numberBox ul {
    width: 90%;
  }
  .contact_sec2 .content .list {
    width: calc(50% - 8px);
  }

  .contact_sec1 ul li .txt {
    width: 150px;
  }
  .contact_sec1 ul li .txt h5 {
    font-size: 14px;
  }
  .contact_sec1 ul li .txt h4 {
    font-size: 16px;
  }
  .videoBox .videoCont {
    width:90%;
  }
}

@media(max-width:1100px) {
  .solutionDetails_sec1Bot {
    padding: 30px 25px;
  }
  .productDetails_sec3 .video {
    height: 380px;
  }
  .numberBox ul {
    padding: 30px 0;
    top: -70px;
  }
  .numberBox {
    margin-top: 120px;
  }
  .about_sec1 .aboutCulture2 li {
    padding: 30px 20px 0;
  }
  .news_sec1 .index_sec4Cont .list:nth-of-type(3) {
    display: block;
    margin-right: 21px;
  }
  .news_sec1 .index_sec4Cont .list:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media(max-width:950px) {
  .solutionDetails_sec2 ul li {
    width: calc(100% / 2 - 8px);
    margin-right: 16px;
  }
  .solutionDetails_sec2 ul li:nth-of-type(2) {
    margin-right: 0;
  }
  .solutionDetails_sec2 ul li:nth-of-type(3) {
    display: none;
  }
}

@media(max-width:767px) {

  .about_sec3 > div {
      width: 100%;
        padding: 0;
    }
    .about_sec3 .about_sec3_l {
      height: 250px;
    }
    .about_sec3_l > div {
      width: 120px;
      height: 90px;
      top: 20px;
      left: 20px;
    }
    .about_sec3_l > div p {
      line-height: 34px;
      font-size: 18px;
    }
    .about_sec3 .about_sec3_r {
      height: 320px;
    }
    .about_sec3_r .cont h3 {
      font-size: 24px;
      padding-bottom: 15px;
      margin-bottom: 20px;
    }
    .about_sec3_r .cont h3 span {
      font-size: 14px;
      margin-left: 15px;
    }
    .about_sec3_r .cont p {
      font-size: 12px;
      line-height: 22px;
    }
    .about_sec3_r .bot p {
      margin-top: 5px;
    }

  .banner {
    margin-top: 32px;
    height: 200px;
  }
  .c-pagination.center {
    margin-top: 50px;
  }

  .solution_sec1 ul li {
    /* width: 100%; */
    height: 260px;
  }
  .solution_sec1 ul li .list .img {
    width: 35px;
    height: 35px;
    margin-bottom: 30px;
  }
  .solution_sec1 ul li p {
    width: 85%;
    display:none;
  }
  .solution_sec1 h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .solution_sec1 ul li .list a {
   /* width: 120px;
    margin-top: 50px;*/
  }

  .solutionDetails_sec1_l,
  .solutionDetails_sec1_r {
    width: 100%;
  }
  .solutionDetails_sec1_l {
    height: auto;
    padding:24px;
  }
  .solutionDetails_sec1_r {
    height: auto;
    padding:24px;
  }
  .solutionDetails_sec1_Cont {
    width: 100%;
  }
  .solutionDetails_sec1Top h3 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .solutionDetails_sec1Bot {
    padding: 0;
  }
  .solutionDetails_sec1Bot .video {
    height: 180px;
  }
  .solutionDetails_sec1Bot .video img {
    width: 40px;
    height: 40px;
    margin: -20px;
  }
  .solutionDetails_sec1Bot img:last-child {
    margin-bottom: 0;
  }
  .solutionDetails_sec2 {
    padding: 30px 0 50px;
  }
  .solutionDetails_sec2 .index_sec > h3 {
    font-size: 18px;
  }
  .solutionDetails_sec2 ul li {
    width: calc(100% / 2 - 3px);
    margin-right: 6px;
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  }
  .solutionDetails_sec2 ul li:nth-of-type(3) {
    display: none;
  }
  .solutionDetails_sec2 ul li:nth-of-type(2) {
    margin-right: 0;
  }
  .solutionDetails_sec2 ul li .txt {
    padding: 0 10px;
    height: 130px;
  }
  .solutionDetails_sec2 ul li .txt h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .solutionDetails_sec2 ul li .txt p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
  }
  .solutionDetails_sec2 ul li .txt img {
    opacity: 1;
    width: 20px;
  }
  .videoBox {
    top: 52px;
    height: calc(100% - 52px);
  }
  .videoBox .shut {
    right: 10px;
  }
  .videoBox .videoCont {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .product_sec1 .list {
    height: auto;
    margin-bottom: 15px;
  }
  .product_sec1 .list .list_l,
  .product_sec1 .list .list_r {
    width: 100%;
  }
  .product_sec1 .list:nth-of-type(2n) .list_l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .product_sec1 .list .list_l {
    height: 270px;
  }
  .product_sec1 .list .list_r {
    padding: 0 7%;
    height: 200px;
  }
  .product_sec1 .list .list_r h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product_sec1 .list .list_r h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product_sec1 .list .list_r p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
  }
  .product_sec1 .list .list_r i span {
    font-size: 13px;
    width: 60px;
    left: 0;
    opacity: 1;
  }
  .product_sec1 .list .list_r i img {
    left: 0;
    width: 25px;
  }

  .productDetailsHeader {
    top: 52px;
    height: 50px;
  }
  .productDetailsHeader > div {
    width: 95%;
  }
  .productDetailsHeader ul {
    padding-top: 10px;
  }
  .productDetailsHeader ul li {
    display: none;
  }
  .productDetailsHeader ul li:last-child {
    display: block;
  }
  .productDetailsHeader ul li a {
    font-size: 12px;
    padding: 7px 15px;
  }
  .productDetailsHeader h4 {
    line-height: 50px;
  }
  .productDetails .index_sec {
    margin: 30px auto 50px;
  }
  .productDetails .productDetails_sec1 {
    margin-top: 102px;
  }
  .productDetails h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .productDetails .videoBox {
    top: 102px;
    height: calc(100% - 102px);
  }
  .productDetails_sec3 .video {
    height: 200px;
  }
  .productDetails_sec3 .video img {
    width: 40px;
    height: 40px;
    margin: -20px;
  }
  .productDetails_sec4 .box .list .list_l {
    padding-left: 10px;
    width: 120px;
  }
  .productDetails_sec4 .box .list .list_r {
    width: calc(100% - 120px);
  }
  .productDetails_sec5  {
    padding: 0;
  }

  .news_sec1 h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .news_sec1 .list {
    margin-bottom: 20px;
  }
  .news_sec1 .index_sec4Cont .list .img {
    display: block;
    margin-bottom: 10px;
  }

  .newsDetails_sec1 {
    padding-top: 52px;
  }
  .newsDetails_sec1 h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .newsDetails_sec1 h5 {
    font-size: 12px;
    margin-bottom: 35px;
  }
  .newsDetails_sec1 .content img {
    margin: 10px 0;
  }

  .contact_sec1 h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .contact_sec1 ul li {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-right: none;
  }
  .contact_sec1 ul li .img {
    width: 30px;
    height: 40px;
  }
  .contact_sec1 ul li:nth-of-type(1) .img {
    background:url(/Img/images/contact_sec1img1.svg) no-repeat center center/80%;
  }
  .contact_sec1 ul li:nth-of-type(2) .img {
    background:url(/fonts/contact_sec1img2.svg) no-repeat center center/100%;
  }
  .contact_sec1 ul li:nth-of-type(3) .img {
    background:url(/fonts/contact_sec1img3.svg) no-repeat center center/80%;
  }
  .contact_sec1 ul li:last-child {
    border-bottom: none;
  }
  .contact_sec1 ul li .txt {
    height: 40px;
    width: auto;
  }
  .contact_sec1 ul li .txt h4 {
    font-size: 16px;
  }
  .contact_sec2 h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact_sec2 p {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .contact_sec2 .content .list {
    width: 95%;
    height: auto;
    margin: 0 auto 15px;
  }
  .contact_sec2 .content .list label {
    top: 9px;
    padding: 0 10px;
    font-size: 14px;
  }
  .contact_sec2 .content .list input, .contact_sec2 .content .list textarea {
    line-height: 22px;
    height: 35px;
    font-size: 14px;
    padding: 6px 10px;
  }
  .contact_sec2 .content .list textarea {
    height: 150px;
  }
  .contact_sec2 a {
    width: 95%;
    line-height: 45px;
    font-size: 14px;
    margin-top: 25px;
  }

  .recruitment_sec1 h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .recruitment_sec1 ul {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }
  .recruitment_sec1 ul li {
    float: none;
    display: inline-block;
  }
  .recruitment_sec1Header .list {
    font-size: 14px;
  }
  .recruitment_sec1 .content .item .list {
    padding: 0 1px;
  }
  .recruitment_sec1 .content .item .txtContent {
    padding: 20px 10px 40px;
    line-height: 26px;
  }
  .recruitment_sec1 .content .item .txtContent .button {
    width: 150px;
    line-height: 35px;
    font-size: 14px;
    margin: 30px auto 0;
  }

  .about_sec1 > h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .about_sec1 > .content img {
    margin-top: 25px;
  }
  .about_sec2 .list {
    width: calc(50% - 3px);
    margin-right: 6px;
  }
  .about_sec2 .list .img {
    height: 160px;
  }
  .about_sec2 .list .txt {
    height: 120px;
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  }
  .about_sec2 .list .txt h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 17px;
  }
  .about_sec2 .list .txt h5 {
    font-size: 14px;
    width: 85%;
    margin: 0 auto;
  }
  .numberBox ul {
    width: 95%;
    padding: 10px 0;
    top: -60px;
  }
  .numberBox ul li {
    width: calc(100% / 3);
    margin-bottom: 10px;
    font-size: 14px;
  }
  .numberBox ul li > div {
    margin-bottom: 0;
    font-size: 32px;
  }
  .numberBox ul li:nth-of-type(2)::after {
    display: none;
  }
  .numberBox ul li:nth-of-type(1),
  .numberBox ul li:nth-of-type(2) {
    width: 50%;
  }
  .numberBox {
    padding: 10px 0;
    margin-top: 100px;
  }

  .about_sec1 .aboutCulture1 {
    margin-top: 15px;
  }
  .about_sec1 .aboutCulture1 > li {
    width: 100%;
    margin-right: 0;
    height: 180px;
    margin-top: 10px;
  }
  .about_sec1 .aboutCulture1 > li h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about_sec1 .aboutCulture1 > li p {
    font-size: 12px;
    line-height: 20px;
  }

  .about_sec1 .aboutCulture2 li {
    width: 50%;
    padding: 15px 10px 0;
    height: 240px;
  }
  .about_sec1 .aboutCulture2 li .img {
    width: 40px;
    height: 46px;
    margin: 0 auto 20px;
  }
  .about_sec1 .aboutCulture2 li h4 {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .aboutHonor {
    height: 500px;
  }
  .aboutHonor .listBox {
    padding-right: 5px;
    width: calc(100% - 50px);
  }
  .aboutHonor .list {
    width: 50%;
    padding: 10px;
    top: 0 !important;
    left: 0 !important;
    border: none;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .aboutHonor .list:nth-of-type(2n + 1) {
    border-left: 1px solid #ebebeb;
  }
  .aboutHonor .list:nth-of-type(3n + 3) {
    border-right: 1px solid #ebebeb;
  }
  .aboutHonor .list .img {
    height: 160px;
  }
  .aboutHonor .list h5 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .aboutHonor .list p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
  .aboutHonor .liBox ul li {
    font-size: 12px;
  }
  .aboutHonor .liBox ul li.active {
    font-size: 14px;
  }
  .aboutHonor .liBox {
    padding-left: 0;
    width: 50px;
  }
  .aboutHonor .liBox ul {
    width: 100%;
    padding-left: 5px;
    top: 30px;
  }
  .aboutHonor .liBox ul li::after {
    width: 10px;
  }
  .aboutHonor .liBox ul li::before {
    width: 6px;
  }


  .about_sec4 > h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .about_sec4 .item {
    width: 100%;
    padding: 15px 0;
  }
  .about_sec4 .item .img {
    height: 100px;
    width: 35%;
  }
  .about_sec4 .item .txt {
    height: 100px;
    width: 65%;
    padding: 0 0 0 5%;
  }
  .about_sec4 .item .txt h4 {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin-bottom: 10px;
  }
  .about_sec4 .item .txt p {
    line-height: 20px;
    height: 40px;
    margin-bottom: 10px;
  }
}
.about_sec2 .list .img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about_sec3 .about_sec3_l{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.index_sec4Cont .list .img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.solution_sec1 ul li{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.solution_sec1 ul li .list .img{
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}
.product_sec1 .list .list_l{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.solutionDetails_sec2 ul li .img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.solutionDetails_sec1Bot .video{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media(max-width:991.98px) {
  .ab-con4 .ab-con4bg .ab-con4-con img{
    width: 40px;
  }
  .ab-con4 .ab-con4bg .ab-con4-con span {
    font-size: 1.6rem;
    padding-left: 30px;
  }
  .ab-con4 .ab-con4bg:last-child {
    padding: 15px 0;
  }
  .ab-con4 .ab-con4bg {
    height: 230px;
  }
  .ab-con4 .ab-con4bg .ab-con4-con {
    margin-bottom: 13px;
    margin-left: -19px;
  }
  .ab-con4-title h6 {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .ab-con5{
    display: none;
  }
}
.mob-honor-con3 .main-b{
  padding-left: 2.5%;
}
.mob-honor2-swiper-container{
  overflow: hidden;
}
.mob-honor2-swiper-container .swiper-wrapper{
  align-items: flex-end;
}
.mob-honor2-swiper-container .swiper-wrapper .swiper-slide .mob-honorswbg{
  background-repeat: no-repeat;
  background-size: cover;
  width: 148px;
  height: 235px;
}
.mob-honor2-swiper-container .ab-honor-bgbg-box{
  width: 280px;
  height: 423px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 15px; 
}
.mob-honor2-swiper-container .ab-honor-bgbg-box .ab-honor-bgbg{
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mob-honor2-swiper-container .ab-honor-bgbg-box .ab-honor-bg{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mob-honor2-swiper-container .swiper-slide .ab-honor-bgbg-box {
  width: 240px;
  height: 380px;
}
.mob-honor2-swiper-container .swiper-slide-active .ab-honor-bgbg-box {
  border-bottom: 5px solid #0266cd;
  width: 280px;
  height: 423px;
}
.ab-con5-sw-txt{
  width: 280px;
  text-align: center;
  font-size: 18px;
  color: #454545;
  padding-top: 28px;
  opacity: 0;
  transition: all .5s;
}
.mob-honor2-swiper-container .swiper-slide-active .ab-con5-sw-txt{
  opacity: 1;
}
.mob-honor2-swiper-pagination{
  display: flex;
    justify-content: center;
    padding: 20px 0;
}



.copy .title{
  width: 75px;
}


@media(min-width:991.98px) {
  .mob-honor-con3{
    display: none;
  }
}
.prod-tab-concon{
  min-height: 400px;
}
@media(max-width: 991.98px){
  .solution_sec1 ul li .list{
    background-color: rgba(0,0,0,0.6);
  }
}
@media(max-width: 930px){
  .prod-tab-tab .prod-tab{
    width: 33.3%;
    border-bottom: 1px solid #e5e5e5;
  }
  .prod-tab-tab{
    flex-wrap: wrap;
  }
  .prod-tab-b{
    border-bottom: 0px solid #fff;
  }
  .prod-tab-tab .prod-tab span{
    font-size: 14px;
    padding-bottom: 20px;
  }

}
.phone{
  height: 60px
}
/*5月25日*/
.back-btn{
  width: 170px;
  height: 33px;
  background-color: #0064a8;
  text-align: center;
  line-height: 33px;
  float: right;
  position: relative;
  overflow: hidden;
  border: 1px solid #0064a8;
  margin-bottom: 50px; 
}
.back-btn a{
  color: #fff;
  font-size: 14px;
   transition: all .5s;
   -webkit-transition: all .5s;
   -ms-transition: all .5s;
   position: relative;
   z-index: 999
}
.back-btn::after{
  display: block;
  content:'';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -5px;
   margin-top: -5px;
   border-radius: 50%;
   transform: scale(0);
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   transition: all .5s;
   -webkit-transition: all .5s;
   -ms-transition: all .5s;
  
}
.back-btn:hover:after{
    transform: scale(20);
   -webkit-transform: scale(20);
   -ms-transform: scale(20);
}
.back-btn:hover a{
  color: #333;
}
.use-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  left: 0;
  top: 0;
}
.list_l-img{
  height: 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
.product_sec1 .list:hover .list_l-img{
background-size: 75%;
}
.list_l h5{
  font-size: 36px;
  color: #999;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: none;
}
.list_l .slow-h5{
  display: block;
}
@media(max-width: 768px){
  .back-btn{
    margin-bottom: 28px
  }
}