  
/*banner*/
.banner {position: relative;width: 100%;  }
.index-banner-swiper {position: relative;background: #000;z-index:1;}
.banner-slide {}
.banner-slide .txt{position: absolute;width: 900px;left: 7.5%;top: 30%;z-index: 33; line-height: 80px;}
.banner-slide .txt h2{font-size: 60px;color: #fff;padding:10px 0 25px 0;margin:0;line-height:70px;font-weight: bold;}
.banner-slide .txt h3{font-size: 20px;color: #fff;padding:25px 0;margin:0;font-weight: normal;line-height: 30px;}
.banner-slide .txt .line {width: 80px;height: 4px;background: #ed7000;margin: 10px 0;}
.banner-slide .txt.center {text-align: center;width:100%;left:0;top:20%;margin: 0;}
.banner-slide .txt.center .line{margin: 10px auto;}
.banner-slide .txt.right {left: auto;right: 5%;}
.banner-slide .txt.none {display: none;}
.banner-slide .img {text-align: center;}
.banner-slide .txt .img {text-align: left;}

.banner-slide .txt h4 {transform:translateY(200px);opacity:0;transition:all 0.3s;}
.banner-slide .txt h2 {transform:translateY(200px);opacity:0;transition:all 0.5s;}
.banner-slide .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.8s;}
.banner-slide .txt .line {transform:translateY(200px);opacity:0;transition:all 0.7s;}
.index-banner-swiper .swiper-slide-active .txt h2,
.index-banner-swiper .swiper-slide-active .txt h3,
.index-banner-swiper .swiper-slide-active .txt .line{transform:translateY(0px);opacity:1;}

.swiper-banner-pagination {bottom: 55px;width: 100%; display: block;z-index: 90;}
.swiper-banner-pagination .swiper-pagination-bullet {width:60px;height:10px;margin:0 0 0 10px;border-radius: 0;opacity:1;background: none; position: relative;z-index: 11;outline: none;}
.swiper-banner-pagination .swiper-pagination-bullet::before {content: '';display: block;width: 100%;height: 2px;position: absolute;left: 0;top:5px;background: #fff;opacity: 0.3;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{opacity: 1;}
.swiper-banner-pagination .swiper-pagination-bullet::after {content: '';display: block;position: absolute;left:0;top:5px;width:0;height: 2px;background: #ed7000;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;z-index: 10;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {-webkit-animation: w100 4000ms 1;animation: w100 4000ms 1;}

@keyframes w100{0%{width: 0%;} 100%{width: 100%;}}
.banner .sw-prev:hover,.banner .sw-next:hover {background-color: #ed7000;-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);}




/*产品展示*/
.product{width: 100%; overflow: hidden; padding: 4% 0;background: url('../images/prolistbg.jpg') no-repeat center top;background-attachment: fixed; background-size: cover;}
.product_tit{width: 100%; margin: 0 auto 0 auto;color: #fff;}
.product_tit:before {content: "products";text-align: center;display: block;font-weight: 500; font-family: "Axis";font-size: 65px;text-transform: uppercase; opacity: 0.4}
.product_tit h2{text-align: center; font-size: 55px;  margin:-10px 0 0 0; font-weight: 500;}
.product_tit p{text-align: center; font-size: 16px; padding: 10px 0; }
.prolist{width: 90%; margin:2% auto 0 auto;}
.prolist ul{margin: 0 auto;display: flex; display:-webkit-flex;-webkit-justify-content:  space-between;   justify-content:  space-between;flex-wrap: wrap;}
.prolist li{width: 18%; margin: 0 0.5% 1% 0.5%;background:#0194fd;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);text-align: center; line-height:55px;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;font-size: 17px; }
.prolist li:hover a{;font-weight: bold;}
.prolist li a{color: #fff}

.telpro{display: none}
.probox{width:100%; margin: 0 auto; background: url('../images/bg.jpg') no-repeat center top;background-attachment: fixed; background-size: cover; padding: 4% 0;}
#top_scroll {overflow: hidden;width: 85%; margin: 0 auto; padding-bottom: 3%; }
#top_scroll ul li{position: relative; float: left;width:24%;margin:0 .5% 1%;overflow: hidden; box-sizing: border-box;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;border: 1px solid transparent;border-color: rgba(151, 151, 151, 0.1);}
#top_scroll ul li:nth-child(4n){margin-right: 0;}
#top_scroll ul li .img{width: 100%;object-fit: cover; object-position: center; overflow: hidden; }
#top_scroll ul li .img img{ width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
#top_scroll ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
#top_scroll ul li .proText{ padding: 12px 0; transition: .4s;-webkit-transition: .4s; }
#top_scroll ul li strong{display: block;font-weight: bold; color: #333333; font-size: 18px;  line-height: 40px;  text-align: center;border-bottom: #e1dfdf 1px solid; word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}

#top_scroll .protel{width: 70%; margin: 0 auto; line-height: 35px; padding: 15px 0;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; font-size: 14px;}
#top_scroll .protel .protel_a{width: 50%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s; }
#top_scroll .protel .protel_a:hover{background: #ffba00; color: #fff;}
#top_scroll .protel .protel_b{width: 50%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s; }
#top_scroll .protel .protel_b:hover{background: #0194fd; color: #fff;}

#top_scroll ul li:hover .protel_a{background: #ffba00; color: #fff;}
#top_scroll ul li:hover .protel_b{background: #0194fd; color: #fff;}

@media screen and (max-width:1400px){
  #top_scroll {width: 90%;}
}
@media screen and (max-width:1024px){
	.product_tit:before {font-size: 35px;}
	.product_tit h2{font-size: 36px;  margin:-10px 0 0 0; }
	.product_tit p{font-size: 14px; padding: 10px 10px; }
	.prolist{width: 95%}
	.prolist li{width: 49%; font-size: 15px; line-height: 40px; margin: 3px 0;}
	.probox{display: none}
}

@media screen and (max-width:790px){
  .pro h2{font-size: 28px}
  .telpro {width: 99%;display: block; margin:20px auto;}
	.telpro ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap;}
	.telpro ul li{width:49%;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin-bottom: 10px	}
	.telpro ul li img{width: 100%}
	.telpro ul li .proText{background: #666; text-align: center; font-size: 16px; padding: 10px 0;color: #fff}
}

/*公司简介*/
.about{ width:100%; margin:0px auto; position: relative;background:url("../images/index-bg-2.jpg") no-repeat center top; overflow: hidden; padding:10vh 0 2vh 0; color: #fff;}
.about .s_width{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; padding-top: 6%; width: 85%; margin: 0 auto;}
.about .about_l{width:42%;}
.about .about_l h2{color: #fff; font-size: 3vw;text-transform: uppercase;}
.about .about_l h3{color: #fff; font-size: 2vw; padding-bottom: 5%;}
.about .about_l p{line-height: 31px;opacity: .8; color: #FFF; font-size: 16px;}
.footer_link2 {z-index: 1;position: relative;font-size: 16px;color: #fff;width: 170px; line-height: 58px;border:1px solid transparent; border-color: rgba(255, 255, 255, 0.3);border-bottom: 3px solid #c9151e;display: flex;justify-content: center;flex-direction: column;align-items: center; display: block; margin-top: 12%; text-align:center}
.footer_link2::before {transition: 0.6s;z-index: 1;position: absolute;right: 0;bottom: -3px;content: "";width: 0;height: 3px;background: #fff;}
.footer_link2::after {transition: 0.6s;z-index: -1;position: absolute;left: 0;bottom: 0;content: "";width: 0;height: 100%;background: #c9151e;}
.footer_link2:hover::before,.footer_link2:hover::after{width: 100%;}

.about .about_r{width: 30%;}
.aboutus-items {overflow: hidden;}
.aboutus-item {overflow: hidden;margin-top:30px;position: relative;padding-bottom: 30px;}
.aboutus-item::after {content: '';width: 100%;height: 1px;opacity: .2;position: absolute;left: 0;bottom: 0;background: #fff;}
.aboutus-item-title {position: relative;cursor: pointer;font-weight: bold; color: #fff; font-size:18px;}
.aboutus-item-title i {display: block;width:20px;height: 2px;position: absolute;right: 0;top:50%;margin-top: -1px;background: #fff}
.aboutus-item-title i::before {content: '';width: 2px;height: 20px;position: absolute;left: 50%;top:-9px;margin-left: -1px;background: #fff}
.aboutus-item-content {display: none;padding-top: 10px;overflow: hidden;line-height: 24px;opacity: .8;color: #fff;font-size: 16px;}
.aboutus-item.cur .aboutus-item-title {opacity: 1;}
.aboutus-item.cur .aboutus-item-title i::before {display: none;}
.aboutus-item.cur .aboutus-item-content {display: block;}

.aboutus-bottom {overflow: hidden;position: relative;text-align: center;width: 90%; margin: 5% auto 3% auto;}
.aboutus-bottom ul {display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;}
.aboutus-bottom li{width: 21%;border-right:1px solid transparent; border-color: rgba(255, 255, 255, 0.3); padding: 0 2%;}
.aboutus-bottom li:nth-child(4){border-right:none}
.aboutus-bottom .about_a{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.aboutus-bottom .about_a_l {font-size: 16px; text-align: left;}
.aboutus-bottom .about_a_l span{display: block;}
.aboutus-bottom .about_a_r{padding-right: 5%;}
.aboutus-bottom .about_a_r i{font-size: 45px; padding-top: 80%;display: block; opacity: 0.7;}

@media (max-width:750px){
	.about {padding: 5vh 0 2vh 0;}
	.about .s_width{display: block;}
	.about .about_l{width: 100%;}
	.about .about_l h2{color: #fff; font-size: 30px;}
.about .about_l h3{color: #fff; font-size: 20px; padding-bottom: 5%;}
	.about .about_r,.aboutus-bottom {display: none;}
}


/*解决方案*/
.solution{width:100%; margin:0px auto; position: relative; overflow: hidden; padding:4% 0 3% 0;  background:url('../images/pbg.jpg') no-repeat center top; }
.solution_tit{width: 100%; margin: 0 auto 0 auto;}
.solution_tit:before {content: "solution";text-align: center;display: block;font-weight: 500; font-family: "Axis";font-size: 65px;text-transform: uppercase;color: #0054aa;}
.solution_tit h2{text-align: center; font-size: 55px; color: #333; margin:-10px 0 0 0; font-weight: 500;}
.solution_tit p{text-align: center; font-size: 16px; padding: 10px 0; }

.c-list {position: relative;z-index: 4;display: flex;flex-wrap: wrap;align-items: flex-start; flex-wrap: wrap; margin:3.5em auto; display: -webkit-flex;  width: 85%; flex-direction: row;   -webkit-flex-direction: row;    -webkit-flex-wrap: wrap;}
.c-list li {width: 23%;padding: 0 1% 4px 1%;position: relative;}

.c-list .c-wrap {position: relative;overflow: hidden;height: 100%;color: #fff; background: #000;}
.c-list .c-wrap img {width: 100%;height: 100%;object-fit: cover; opacity: 0.6;}
.c-list .c-wrap .c-title {position: absolute;bottom: 40%;left: 0;width: 100%;font-size: 40px;line-height: 34px;transition: all .5s;text-align: center;}
.c-list .c-wrap .c-title span{display: block;font-weight: 500;font-size: 15px; line-height: 50px;text-transform: uppercase;}
.c-list .c-wrap .c-title em{display: block;font-size: 60px; margin-bottom: 25px;}
.c-list .c-wrap .c-text-box {opacity: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;line-height: 26px;-webkit-backdrop-filter: saturate(180%) blur(10px);backdrop-filter: saturate(180%) blur(10px);background-color: rgba(0, 0, 0, 0.5);transition: all .5s;}
.c-list .c-wrap .c-text-box div {width: 100%;}
.c-list .c-wrap .c-text-box .c-title2 {margin-bottom: 20px;font-weight: bold;font-size: 40px;line-height: 50px;text-align: center;}
.c-list .c-wrap .c-text-box .c-text{text-align: center;font-weight: 500;font-size: 15px; line-height: 50px;text-transform: uppercase;} 
.c-list .c-wrap:hover .c-title {opacity: 0;}
.c-list .c-wrap:hover .c-text-box {opacity: 1;}


@media screen and (max-width:1440px){
	.c-list li {width: 23%;}
	.c-list .c-wrap .c-title{font-size: 25px}
	.c-list .c-wrap .c-text-box .c-title2{font-size: 25px}
}
@media screen and (max-width:790px){
	.solution{padding: 4% 0 0 0;}
.solution_tit:before {font-size: 40px;}
.solution_tit h2{font-size: 34px;}
.solution_tit p{display: none;}
.c-list{width: 98%;}
.c-list li {width: 48%; padding:0 1% 2% 1%;}
.c-list .c-wrap .c-title{font-size: 24px; bottom: 10%;}
.c-list .c-wrap .c-title em{font-size: 40px; margin-bottom: 10px;}
.c-list .c-wrap .c-title span{display: none;}
.c-list .c-wrap .c-text-box div{display: none;}
}
	


/*产品优势*/
.fl { float: left;}
.fr {float: right;}
.adv{ height:933px; background:url(../images/advbg.jpg) no-repeat left center; width: 100%; overflow: hidden; padding-top:4%;}
.adv_titl p:nth-child(1){ font-size:50px; color:#fff; font-weight:bold; height:95px; line-height:95px; background:url(../images//adv_tit.png) no-repeat center; text-align:center;}
.adv_titl p:nth-child(2){ font-size:22px; color:#fff; font-weight:lighter; opacity:0.8; margin-top:5px; text-align:center;}
.adv .page{padding-top: 3%; width: 80%; margin: 0 auto;}
.advtab li{ float:left; width:17%; height:100px; background:#fff; transition:all 0.5s ease; line-height:100px; color:#222222; font-size:30px; font-weight:lighter; padding-left:8%; position:relative; cursor:pointer;}
.advtab li:before{ content:''; display:block; width:100%; height:0px; position:absolute; top:0px; left:0px; transition:all 0.5s ease; background:#e70012; transition:all 0.5s ease; z-index:1;}
.advtab li.cur:before,.advtab li:hover:before{ height:100%;}
.advtab li p{ position:relative; z-index:3;}
.advtab li.cur,.advtab li:hover{ background:#e70012; color:#fff; font-weight:normal;}
.advtab li:after{ content:''; display:block; position:absolute; background:url(../images/adv_ico.png) no-repeat left top; z-index:2; transition:all 0.5s ease;}
.advtab li:nth-child(1):after{ width:40px; height:55px; background-position-x:0px; top:24px; left:34px;}
.advtab li:nth-child(2):after{ width:49px; height:50px; background-position-x:-49px; top:25px; left:29px;}
.advtab li:nth-child(3):after{ width:38px; height:44px; background-position-x:-111px; top:28px; left:28px;}
.advtab li:nth-child(4):after{ width:43px; height:45px; background-position-x:-167px; top:25px; left:30px;}
.advtab li:hover:after,.advtab li.cur:after{ transform:rotateY(360deg); background-position-y:-70px;}
.advcon ul{ display:none; position:relative; height:525px; background:#fff;margin-top: 110px;}
.advcon ul:nth-child(1){ display:block;}
.advcon{ margin-top:9px; position:relative;}
.advwa>p:nth-child(1){font-size:26px; color:#064893; margin-bottom:5px;color: #666;}
.adv_tit p{ float:left;}
.adv_tit p:nth-child(1){ font-family:'Arial'; font-size:65px; color:#064893; margin-bottom:0px;}
.adv_tit p:nth-child(2){ height:59px; width:2px; background:#e70012; margin:15px;}
.adv_tit p:nth-child(2) span{display: block;width: 100%;height: 30px;background:#0046d3; animation: waves 2s linear 0s infinite alternate;  -webkit-animation: waves 2s linear 0s infinite alternate;}

.adv_tit{padding-top: 3%;}
.advpic{width: 50%;}
.advpic img{width: 100%;}

/*åŠ¨ç”»*/
@-webkit-keyframes waves {
10% {height: 20%;}
20% {height: 60%;}
40% {height: 40%;}
50% {height: 100%;}
100% {height: 50%;}
}
@keyframes waves {
10% {height: 20%;}
20% {height: 60%;}
40% {height: 40%;}
50% {height: 100%;}
100% {height: 50%;}
}
.adv_tit p:nth-child(3){ font-size:32px; color:#222; font-weight:bold; margin-top:10px;}
.adv_tit p:nth-child(3) span{ display:block; text-transform:uppercase; font-size:18px; color:#999; font-weight: lighter;}
.advword{ clear:both; margin-top:18%;}
.advword p{ position:relative; padding-left:14px; font-size:16px; color:#5d5e60; line-height:35px;}
.advword p:after{ content:''; display:block; position:absolute; width:5px; height:5px; border-radius:50%; background:#e70012; top:15px; left:0px;}
.advwa{ width:45%; padding:55px 0px 0px 65px;}
.advjt{ width:68px; height:68px; cursor:pointer;}
.abb_ri{ background:#e70012 url(../images/jt.png) no-repeat right center;}
.abb_le{ background:#064893 url(../images/jt.png) no-repeat left center; margin-right:1px;}
.acll_b { position:absolute; width:50%; left:64px; top:350px;}
.acll_b i::before,.acll_b i::after{content:'';position: absolute;}
.acll_b i::before{width:25%;;height:3px;background:#064893;z-index:2;transition:600ms ease;left: 33px;margin-top: -1px; left:98px; top:15px;}
.acll_b.line00 i::before{width:25%;transition:600ms ease;}
.acll_b.line01 i::before{width:50%;transition:600ms ease;}
.acll_b.line02 i::before{width:75%;transition:600ms ease;}
.acll_b.line03 i::before{width:100%;transition:600ms ease;}
.acll_b i::after{width:357px;height:1px;background:#e7e3e3;left: 68px;z-index:1;top:16px; left:98px;}
.acll_b i em:nth-child(1){ color:#064893;}
.acll_b i{ font-size:30px; font-family:Arial, Helvetica, sans-serif; color:#e70012; letter-spacing:1px; }
.acll_b i{ display:block; width:375px; position:relative; margin-top:15px;}


@media screen and (max-width:1440px){
	.adv{height: 770px;}
	.adv_titl p:nth-child(1){font-size: 47px;}
	.advwa{ width:44%;padding: 34px 0px 0px 35px;}
	.advtab li{font-size: 25px;}
	.advjt{ width:48px; height:48px; cursor:pointer;}
	.advcon ul{height: 400px}
	.acll_b{top: 330px}
	.acll_b i{font-size: 22px}
	.adv_tit p:nth-child(1){font-size: 55px}
	.adv_tit p:nth-child(3){ font-size: 28px}
	.adv_tit p:nth-child(3) span{font-size: 15px}
	.advwa>p:nth-child(1) {font-size: 24px}
}
@media screen and (max-width:1024px){
	.adv{display: none}
}

/*news*/
.news{width:100%; margin:0px auto; position: relative; overflow: hidden; padding:2% 0 0 0; }
.news_tit{width: 100%; margin: 0 auto 0 auto;}
.news_tit:before {content: "news";text-align: center;display: block;font-weight: 500; font-family: "Axis";font-size: 65px;text-transform: uppercase;color: #0054aa;}
.news_tit h2{text-align: center; font-size: 55px; color: #333; margin:-10px 0 15px 0; font-weight: 500;}
.news_tit p{text-align: center; font-size: 16px;  }
.index_4_1{width: 85%; margin:3% auto 3% auto;}
.index_4_1 ul li{ float:left; width:32%; margin-right:1.27450980392157%;background: #f2f2f2;font-size: 16px;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1); }
.index_4_1 ul li:nth-child(3n){margin-right:0}
.index_4_1_mid_1{overflow:hidden; position:relative;}
.index_4_1_mid_1 img{width:100%;}
.index_4_1_mid_2{margin:0 5%; margin-top:2.125em; }
.index_4_1_mid_2_1{color:#0181e0;font-family:Calibri;}
.index_4_1_mid_2_2{font-size:1.5em; color:#000; margin-top:.75em; margin-bottom:.75em;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.index_4_1_mid_2_3{color:#666;display: -webkit-box;-webkit-box-orient: vertical;  -webkit-line-clamp: 2;   overflow: hidden;word-wrap:break-word;word-break:break-all; line-height:1.9;}



.index_4_2{text-align:center; margin:4.375em 0;}
.index_4_1_mid{overflow:hidden; position:relative;padding-bottom: 20px;}
.index_4_1_mid:after{ height:1.70807453416149%; left:50%; background-position:center top; background-repeat:no-repeat; background-size:cover;content:''; position:absolute; bottom:-1.70807453416149%; width:84.50704225352113%;transform:translateX(-50%); background-image: linear-gradient(to right, #0054aa, #2184ea);border-radius:20px 20px 0 0;  }
.index_4_1 ul li:hover .index_4_1_mid:after{bottom:0;-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; }
.a-image-hover{align-items:center;color:#fff;display:flex;font-size:14px; font-family:Arial, Helvetica, sans-serif;height:100%;justify-content:center;left:0;letter-spacing:0;line-height:1;position:absolute;top:0;width:100%;z-index:2}
.a-image-hover span{display:inline-block;opacity:0;transform:translate3d(-30px,0,0);transition:all .5s cubic-bezier(.14,1,.34,1) 0s}
.a-image-hover span:first-child{transition-delay:.03s}
.a-image-hover span:nth-child(2){transition-delay:.06s}
.a-image-hover span:nth-child(3){transition-delay:.09s}
.a-image-hover span:nth-child(4){transition-delay:.12s}
.index_4_1 ul li:hover .a-image-hover span{opacity:1;transform:translateZ(0)}
.index_4_1 ul li:hover .a-image-hover span:first-child{transition-delay:.12s}
.index_4_1 ul li:hover .a-image-hover span:nth-child(2){transition-delay:.06s}
.index_4_1 ul li:hover .a-image-hover span:nth-child(3){transition-delay:.04s}
.index_4_1 ul li:hover .a-image-hover span:nth-child(4){transition-delay:.03s}
.index_4_1_mid_1:after{background-color:rgba(0,0,0,.3);content:"";height:100%;left:0; z-index:1;opacity:0;position:absolute;top:0;transition:all .5s cubic-bezier(.4,.8,.74,1) 0s;width:100%}
.index_4_1 ul li:hover .index_4_1_mid_1:after{opacity:1;}
.index_4{overflow:hidden; background: #f7f9fb; padding-top: 4%;}

@media screen and (max-width:1440px){
	.news .news_tit h2{font-size: 50px;}
	.news .news_tit p{font-size: 16px;}
}



@media screen and (max-width:790px){
	.news {width: 100%;}
	.news .news_tit h2{font-size: 33px;background-size: 80%;}
	.news_tit:before{font-size: 45px}
	.news .news_tit p{font-size: 15px;margin-top: 0; line-height:22px; width: 95%; margin: 0 auto}
	.index_4_1{width: 95%; margin-bottom: 100px;}
	.index_4_1 ul li{width: 100%; margin-right: 0;}
	.index_4_1_mid_2_2{font-size:18px;}
	.index_4_1_mid_2_3{font-size: 15px;}
}



.news_box{ margin: 0 auto;}
.news_box li{ line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.news_box li span{float: right;}
.flex-center{width: 85%; margin: 5% auto; text-align: center;}

.se_erji{width: 85%; margin: 3% auto; max-width: 1234px;}
.se_erji ul{display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content:center;}
.se_erji li{width: 160px; text-align: center;font-size: 20px; font-weight: bold;}
.se_erji li a{ font-size:18px; color:#333; line-height:50px;transition: all 0.5s; display:block; position:relative; transition: 0.3s;}
.se_erji li a:hover{ color:#fff;text-decoration: none; font-weight: bold; border-radius:30px; background: #b9bcc5;}
.se_erji li.cu_active a{ color:#0088ff;font-weight: bold; border-radius:30px}

.se_erji li.honor_li{background:#a77e56; border:1px solid #a77e56;}
.se_erji li.honor_li a{color: #fff;}

.baninfo {height: 70px;position: relative;z-index: 2;border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.baninfo .cer8 {height: 100%;}
.baninfo .s_width{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; width: 75%;}
.erji {font-size: 0;white-space: nowrap;text-align: center;padding: 17px 0;max-width: 100%;line-height: 36px;height: 36px;}
.erji ul{display: flex; display:-webkit-flex; -webkit-justify-content:center;   justify-content:center;flex-wrap: wrap;}
.erji li{width: auto; text-align: center;margin-right: 20px;border-radius: 18px; padding: 0 10px;}
.erji li a{ font-size:16px; color:#333; line-height:36px;transition: all 0.5s; display:block; position:relative; transition: 0.3s;}
.erji li a:hover{ color:#0c46d4;text-decoration: none; font-weight: bold;  }

.erji li.cu_active a{ color:#0088ff;font-weight: bold;border-radius: 18px;border-radius: 18px;}
.tree {height: 100%;font-size: 14px;line-height: 70px;color: #666;padding-left: 30px;}
.tree a {display: inline-block;height: 100%;color: #666;vertical-align: middle;}
.tree a:hover,.tree a.leaf {color: #0088ff;}
.tree i {display: inline-block;width: 28px;height: 100%;vertical-align: middle;text-align: center;}
@media screen and (max-width: 1280px) {
.erji {float: none;overflow: auto;}
}

/* ===================== 内页 Banner 图 ===================== */
.inbanner {width: 100%;height:600px;position: relative;overflow: hidden; background: #000;}
.inbanner > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;	object-fit: cover;z-index: 0; opacity: 0.7;}
.inbanner .cer {position: relative;height: 100%;}
@media screen and (max-width: 1440px) {
	.inbanner {height: 500px;}
}
@media screen and (max-width: 1023px) {
.inbanner {	height: 300px;}
}
@media screen and (max-width: 750px) {
.inbanner {	height: 280px;}
}
.inbanner2 {width: 100%;height: 380px;position: relative;overflow: hidden;background: #000;}
.inbanner2 > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;	object-fit: cover;z-index: 0;opacity: 0.7;}
.ibcate {position: absolute;width: 100%;left: 0;bottom: 50%;z-index: 1;color: #fff;text-align: center;overflow: hidden;margin-bottom: -90px;}
.ibcate .cn {font-size: 58px;line-height: 56px;font-weight: bold;letter-spacing: 2px;text-indent: 2px;}
.ibcate .en {font-size: 32px;line-height: 43px;}
.ibcate .hx {width: 40px;height: 3px;background-color: #fff;margin: 20px auto;}
.mouse {width: 50px;height: 50px;margin-top: 123px;margin-left: -25px;position: absolute;left: 50%;top: 50%;z-index: 2;/*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/
background: url('../images/jtd-ib.png') center 0 no-repeat;}
@media screen and (max-width: 750px) {
.ibcate {margin-bottom: -83px;}
.ibcate .cn {font-size:16px;}
.ibcate .en {font-size: 14px;line-height: 40px;}
.ibcate .hx {margin: 0 auto;}
.mouse{display: none;}
}

.baninfo {height: 70px;position: relative;z-index: 2;background-color: #f1f1f1;}
.baninfo .cer8 {height: 100%;}
.erji {float: left;font-size: 0;white-space: nowrap;text-align: center;padding: 17px 0;max-width: 100%;line-height: 36px;height: 36px;}
.erji a {display: inline-block;width: 110px;height: 100%;margin-left: 26px;border-radius: 18px;color: #333;font-size: 16px;line-height: 36px;vertical-align: top;background-color: #f1f1f1;}
.erji a:first-child {margin-left: 0;}
.erji a:after {content: '';position: absolute;left: 100%;bottom: 0;z-index: 0;display: none;width: 0;height: 1px;background-color: #ef7c00;-webkit-transition: 0.3s;transition: 0.3s;}
.erji a:hover {background-color: #fff;color: #ef7c00;}
.erji a.on {background-color: #ef7c00;color: #fff;font-weight: bold;}
.erji a:hover:after {left: 0;width: 100%;-webkit-transition: width 0.3s;transition: width 0.3s;}
.tree {height: 100%;font-size: 14px;line-height: 70px;color: #666;padding-left: 30px;background: url('../images/point1.png') 0 no-repeat;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.tree a {display: inline-block;height: 100%;color: #666;vertical-align: middle;}
.tree a:hover,.tree a.leaf {color: #ef7c00;}
.tree i {display: inline-block;width: 28px;height: 100%;vertical-align: middle;text-align: center;}
@media screen and (max-width: 1280px) {
.erji {float: none;overflow: auto;}
}

/*内页公司简介*/
.se_about {padding: 160px 0 170px;position: relative;z-index: 0;background-image: -webkit-gradient(linear, left bottom, left top, from(#fcf4f4), to(#ffffff));background-image: linear-gradient(to top, #fcf4f4 0%, #ffffff 100%);
}
.se_about:after {content: '';position: absolute;left: 0;top: 100%;z-index: 0;width: 300px;height: 300px;background-color: #fcf4f4;}
.se_about .bg {position: absolute;right: 0;top: 0;z-index: 1;width: 24%;height: 100%;background: url('../images/abbg.jpg') center / cover no-repeat;}
.se_about .cer8 {position: relative;z-index: 5;}
.global2 {width: 100%;position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;    flex-wrap: wrap;-webkit-box-pack: justify;    -ms-flex-pack: justify;        justify-content: space-between;-webkit-box-align: start;    -ms-flex-align: start;        align-items: flex-start;}
.globalpicbg2 {width: 44%;position: relative;font-size: 0;text-align: center;}
.globalpicbg2 img {max-width: 100%;-o-object-fit: cover;    object-fit: cover;}
.globalother2 {width: 47%;}
.globalother2 .guolist1 {margin: 60px 0;}
@media screen and (max-width: 1400px) {
	.se_about {  padding: 130px 0 140px;}
	.globalother2 {  width: 50%;}
}
@media screen and (max-width: 1100px) {
	.se_about {  padding: 100px 0 100px;}
	.se_about .bg {  width: 34%;}
	.globalpicbg2 {  width: 100%;}
	.globalother2 {  width: 100%;  margin-bottom: 50px;}
	.globalother2 .guolist1 {  margin: 50px auto;}
}
@media screen and (max-width: 750px) {
	.se_about .bg {  display: none;}
}

.globalother2 .intro {font-size: 16px;color: #666;line-height: 36px;text-align: justify;}
.globalother2 .intro div p{text-indent:2em;}
.cate2 {position: relative;padding-top: 60px;}
.cate2 .enp {position: absolute;left: 0;top: 0;z-index: 0;width: 100%;font-size: 0;}
.cate2 .enp img {max-width: 100%;vertical-align: top;}
.cate2 .cn {font-size: 42px;color: #218ee6;line-height: 60px;font-weight: bold;position: relative;z-index: 1;}
.cate2 .cn2 {font-size: 22px;color: #333;line-height: 40px;}
@media screen and (max-width: 1300px) {
	.cate2 .cn {  font-size: 32px;  line-height: 50px;}
	.cate2 .cn2 {  font-size: 18px;  line-height: 34px;}
}
@media screen and (max-width: 1100px) {
	.cate2 {  text-align: center;  padding-top: 40px;}
	.cate2 .enp img {  width: 60%;}}

.guolist1 {overflow: hidden;font-size: 0;text-align: center;width: 570px;max-width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;    flex-wrap: wrap;-webkit-box-pack: justify;
	-ms-flex-pack: justify;        justify-content: space-between;}
.guolist1 li {display: inline-block;}
.guolist1 li a {display: block;}
.guolist1 h3 {line-height: 60px;height: 60px;}
.guolist1 h3 span {display: inline-block;font-size: 48px;color: #218ee6;height: 100%;font-family: 'Source Han Serif CN';font-weight: bold;}
.guolist1 h3 s {font-size: 20px;color: #333;text-decoration: none;}
.guolist1 .txt {font-size: 16px;color: #666;line-height: 32px;text-align: left;}
@media screen and (max-width: 1023px) {
	.fcate5 {  text-align: center;}
	.abmore {  margin: 50px auto 0;}
	.guolist1 {  width: 95%;}
	.guolist1 h3 span {  font-size: 42px;}

	.fcate5 .cn {  font-size: 32px;  line-height: 50px;}
	.fcate5 .cn2 {  font-size: 18px;  line-height: 34px;}
}
@media screen and (max-width: 750px) {
	.guolist1 h3 span {  font-size: 36px;}
}





/*企业文化*/
.cate1 {position: relative;text-align: center;}
.cate1 .cn {font-size: 42px;color: #218ee6;line-height: 60px;font-weight: bold;font-family: 'Source Han Serif CN';}
.cate1 .en {font-size: 24px;color: #999;line-height: 36px;text-transform: uppercase;font-family: "amerigobt";}
@media screen and (max-width: 1024px) {
	.cate1 .cn {  font-size: 34px;  line-height: 50px;}
	.cate1 .en {  font-size: 20px;  line-height: 30px;}
}
@media screen and (max-width: 750px) {
	.cate1 .cn {  font-size: 26px;  line-height: 40px;}
	.cate1 .en {  font-size: 16px;  line-height: 24px;}
}
.wenhua {padding: 95px 0 95px;background: url('../images/pbg.jpg')  no-repeat center top;border-top-left-radius: 300px;position: relative;z-index: 2;}
.whlist {margin: 50px -12px 0;font-size: 0;text-align: center;}
.whlist li {display: inline-block;width: 25%;position: relative;}
.whlist li .lin {padding: 0 12px;}
.whlist li a {display: block;border: 1px solid #ddd;border-radius: 10px;position: relative;overflow: hidden;padding: 10px 0 30px;}
.whlist li:hover a {border-color: #064892;}
.whlist i {position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;background-size: 20px 20px;opacity: 0;-webkit-transition: 0.6s;transition: 0.6s;}
.whlist i.bg1 {background-image: linear-gradient(45deg, #064892 50%, transparent 0);-webkit-transform: translate(-20%, 0%);        transform: translate(-20%, 0%);}
.whlist i.bg2 {background-image: linear-gradient(45deg, transparent 50%, #064892 0);-webkit-transform: translate(20%, 0%);        transform: translate(20%, 0%);}
.whlist li:hover i.bg1,.whlist li:hover i.bg2 {-webkit-transform: translate(0, 0);        transform: translate(0, 0);opacity: 1;}
.whlist .tupian {width: 100%;height: 222px;position: relative;background: url('../images/zuan1.png') bottom no-repeat;-webkit-transition: .5s;transition: .5s;}
.whlist li:hover .tupian {background-image: url('../images/zuan1h.png');}
.whlist .hex {position: absolute;left: 50%;top: 50%;z-index: 1;width: 114px;height: 113px;-webkit-transition: 2s;transition: 2s;background: url('../images/hex1.png') center no-repeat;margin-left: -57px;margin-top: -57px;}
.whlist li:hover .hex {background-image: url('../images/hex1h.png');-webkit-transform: rotate(330deg);        transform: rotate(330deg);}
.whlist .pic {position: absolute;left: 50%;top: 50%;z-index: 2;width: 80px;height: 80px;margin-left: -40px;margin-top: -40px;}
.whlist .pic .fig {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;}
.whlist .i1 .p1 .fig {background: url('../images/wh1.png') center no-repeat;}
.whlist .i1 .p2 .fig {background: url('../images/wh1h.png') center no-repeat;}
.whlist .i2 .p1 .fig {background: url('../images/wh2.png') center no-repeat;}
.whlist .i2 .p2 .fig {background: url('../images/wh2h.png') center no-repeat;}
.whlist .i3 .p1 .fig {background: url('../images/wh3.png') center no-repeat;}
.whlist .i3 .p2 .fig {background: url('../images/wh3h.png') center no-repeat;}
.whlist .i4 .p1 .fig {background: url('../images/wh4.png') center no-repeat;}
.whlist .i4 .p2 .fig {background: url('../images/wh4h.png') center no-repeat;}
.rollover {-webkit-transform-style: preserve-3d;        transform-style: preserve-3d;position: relative;overflow: visible!important;-webkit-transition: 1s;transition: 1s;}
.rollover .p1,.rollover .p2 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-backface-visibility: hidden;        backface-visibility: hidden;}
.rollover .p2 {-webkit-transform: rotateY(180deg);        transform: rotateY(180deg);}
li:hover .rollover {-webkit-transform: rotateY(180deg);        transform: rotateY(180deg);}
.whlist li .wz {position: relative;z-index: 3;margin-top: 24px;}
.whlist li h3 {font-size: 24px;color: #064892;line-height: 44px;height: 44px;overflow: hidden;-webkit-transition: .5s;transition: .5s;}
.whlist li .hx {width: 38px;height: 2px;background-color: #064892;margin: 26px auto 20px;-webkit-transition: .5s;transition: .5s;}
.whlist li .txt {font-size: 18px;color: #666;line-height: 36px;height: 108px;max-width: 240px;overflow: hidden;margin: 0 auto;padding: 0 10px;-webkit-transition: .5s;transition: .5s;}
.whlist li .txt span {display: inline-block;}
.whlist li:hover h3 {color: #fff;}
.whlist li:hover .txt {color: #fff;}
.whlist li:hover .hx {background-color: #fff;}
@media screen and (max-width: 1440px) {
	.wenhua {  border-top-left-radius: 200px;}
}
@media screen and (max-width: 1023px) {
	.wenhua {  padding: 100px 0 140px;}
	.whlist li {  width: 50%;  margin-top: 24px;}
	.whlist .tupian {  height: 160px;}
	.whlist li .wz {  margin-top: 0;}
	.whlist li .hx {  margin-top: 14px;}
}
@media screen and (max-width: 750px) {
	.wenhua {  padding: 80px 0 100px;  border-top-left-radius: 100px;}
}
@media screen and (max-width: 640px) {
	.whlist li h3 {  font-size: 18px;  line-height: 32px;  height: 32px;}
	.whlist li .txt {  font-size: 16px;  line-height: 30px;  height: 90px;}
}


/*内页团队风采*/
.rongyumain {padding: 100px 0 90px;}
.rongyumain h2.btitle {font-size: 36px;color: #333;line-height: 54px;font-weight: bold;text-align: center;height: 54px;overflow: hidden;}
.rongyumain .intro {margin: 20px auto 0;font-size: 16px;color: #555;line-height: 32px;max-width: 1200px;text-align: center;}
.rylist {overflow: hidden;padding: 0 0 50px;max-width: 1500px;margin: 0px auto 0;}
.rylist li {float: left;width: 33.33%;margin-bottom: 50px;}
.rylist li .lin {padding: 0 30px;}
.rylist li a {display: block;position: relative;border: 1px solid #e7e7e7;}
.rylist li .pic {width: 100%;overflow: hidden;position: relative;font-size: 0;text-align: center;}
.rylist li img {max-width: 90%;max-height: 95%;}
.rylist li h3 {padding: 0 30px;position: relative;overflow: hidden;}
.rylist li h3 span {position: relative;z-index: 3;display: block;height: 40px;overflow: hidden;font-size: 18px;color: #333;font-weight: bold; line-height: 40px;white-space: nowrap;padding: 15px 0 15px 0; text-align: center; border-top: 1px solid #ebebeb;}
.rylist li h3:before {content: '';position: absolute;left: 100%;bottom: 0;z-index: 0;width: 0;height: 100%;background-image: -webkit-gradient(linear, left top, right top, from(#0054aa), to(#2184ea));
background-image: linear-gradient(to right, #0054aa, #2184ea);}
.rylist li h3 span,.rylist li h3:before {-webkit-transition: .5s;transition: .5s;}
.rylist li:hover h3 span {color: #fff;}
.rylist li:hover h3:before {width: 100%;left: 0;-webkit-transition: width .5s;transition: width .5s;}
@media screen and (max-width: 1440px) {
.rylist {padding: 0 0 40px;}
.rylist li .lin {padding: 0 20px;}
}
@media screen and (max-width: 1100px) {
.rylist {padding: 0 0 3px;}
.rylist li .lin {padding: 0 3px;}
.rylist li {width: 50%;}
.rylist li h3 {padding: 0 20px;}
}
@media screen and (max-width: 640px) {
.rongyumain {padding: 40px 0 40px;}
.rylist li {width: 50%;margin-bottom: 15px;}
.rylist li img{width: 100%; max-width: 100%; max-height: auto;}
.rylist li .pic{height: auto; line-height: 0;}
.rylist li h3 span{height: 30px; line-height: 30px;font-weight: normal; font-size: 16px}
.rongyumain .intro {margin: 0px auto 10px auto;}
}

.case-list {position: relative;z-index: 4;}
.case-list li {width: 23%;padding: 0 1% 15px 1%;position: relative; float: left;}

.case-list .c-wrap {position: relative;overflow: hidden;height: 100%;color: #fff;}
.case-list .c-wrap img {width: 100%;height: 100%;object-fit: cover;}
.case-list .c-wrap .c-title {position: relative;bottom: 0;left: 0;width: 100%;font-size: 17px;line-height: 70px;transition: all .5s; text-align: center; background: #f2f2f2; color: #000;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.case-list .c-wrap .c-text-box {opacity: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;line-height: 26px;-webkit-backdrop-filter: saturate(180%) blur(10px);backdrop-filter: saturate(180%) blur(10px);background-color: rgba(0, 0, 0, 0.5);transition: all .5s;}
.case-list .c-wrap .c-text-box div {}
.case-list .c-wrap .c-text-box div img{width: 50%; display: block; margin: 0 auto; }
.case-list .c-wrap .c-text-box div .c-title2{text-align: center; font-size: 18px; margin-bottom: 20px;}
.case-list .c-wrap:hover .c-title {opacity: 0;}
.case-list .c-wrap:hover .c-text-box {opacity: 1;}

/*内页发展历程*/
.fazhanmain {position: relative;padding: 140px 0 87px;background: url('../images/fazhanbg.jpg') center / cover no-repeat;}
.fazhanmain:before {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;background: url('../images/sun.png') right top no-repeat;content: "";}
.fazhanmain .cer8 {position: relative;z-index: 2;}
@media screen and (max-width: 1200px) {
.fazhanmain {padding: 110px 0 80px;}
}
@media screen and (max-width: 750px) {
.fazhanmain {padding: 80px 0 80px;}
}
.cate53 {text-align: center;}
.cate53 .cn {font-size: 32px;line-height: 48px;font-weight: bold;margin-top: 10px;}
.cate53 .en {font-size: 42px;line-height: 52px;font-family: 'Century';word-break: normal;}
@media screen and (max-width: 750px) {
.cate53 .en {font-size: 32px;line-height: 42px;}
.cate53 .cn {font-size: 26px;margin-top: 0;}
}
.pig {width: 60px;height: 60px;background-color: rgba(0, 0, 0, 0.15);border-radius: 50%;opacity: 0;position: absolute;left: 100%;top: 100%;z-index: 10;margin-left: -30px;margin-top: -30px;pointer-events: none;
-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;	user-select: none;-webkit-transition: opacity 0.4s linear, -webkit-transform 0.5s ease-in-out;transition: opacity 0.4s linear, -webkit-transform 0.5s ease-in-out;
transition: opacity 0.4s linear, transform 0.5s ease-in-out;transition: opacity 0.4s linear, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;}
.pig.show {opacity: 1;}
.pig:active,.pig.active {-webkit-transform: scale(1.1);	transform: scale(1.1);}
.pig s {width: 6px;height: 12px;cursor: pointer;position: absolute;margin-top: -6px;top: 50%;z-index: 2;background-color: transparent;background-position: center;background-repeat: no-repeat;-webkit-transition: 0.3s;
transition: 0.3s;}
.pig s.i1 {left: 20px;background-image: url('../images/sjl-pig.png');}
.pig s.i2 {right: 20px;background-image: url('../images/sjr-pig.png');}
.pig:active s.i1,.pig.active s.i1 {left: 14px;}
.pig:active s.i2,.pig.active s.i2 {right: 14px;}
.sw53out {margin-top: 120px;}
#sw53 {height: 328px;}
#sw53 .swiper-slide {width: 420px;}
#sw53 .slideinner {position: relative;width: 100%;height: 100%;}
.fittuwen3 {display: block;padding-left: 44px;padding-right: 80px;height: 100%;background: url('../images/sx1-fz.png') 4px 28px no-repeat;position: relative;}
.fittuwen3 i {position: absolute;left: 0;top: 23px;z-index: 1;border-radius: 5px;width: 9px;height: 9px;background-color: #0054aa;-webkit-transition: 1s;transition: 1s;-webkit-box-shadow: 0 0 0 6px rgba(239, 124, 0, 0.15);
	box-shadow: 0 0 0 6px rgba(239, 124, 0, 0.15);}
.swiper-slide:hover .fittuwen3 i {-webkit-transform: scale(1.2) rotateY(360deg);	transform: scale(1.2) rotateY(360deg);}
.fittuwen3 dt {font-size: 24px;line-height: 54px;height: 54px;overflow: hidden;margin-bottom: 24px;}
.fittuwen3 dt em {font-size: 52px;font-family: "Times New Roman";font-style: normal;font-weight: bold;margin-right: 6px;color: #0054aa}
.fittuwen3 .txt {font-size: 16px;line-height: 28px;height: 244px;overflow: auto;}
.fittuwen3 .txt dd + dd {margin-top: 18px;}
.fittuwen3 .txt dd span {display: block;}
@media screen and (max-height: 1200px) {
.sw53out {margin-top: 80px;}
}

/* ===================== 内页 Banner 图 ===================== */

.mbx{ width:100%; height:60px;   border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.mbx .mbx_cont{ width:85%; margin:0 auto; font-size:16px; line-height:60px; color:#333}
.mbx .mbx_cont a{color: #333;}


/*产品详情页*/
.container{width: 80%; margin: 4% auto; max-width: 1200px;}
.container .info-intro{text-align: center; background: #666;width: 50%; margin: 4% auto 0 auto; color: #fff;}
.container .info-intro h2{font-size: 26px; font-weight: 500; padding: 10px 0;}
.info-pic img{display: block; margin: 0 auto; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;max-width: 650px;}

.info_cont{margin: 5% auto; max-width: 1100px;}


/*anli xiangqing*/
.case_wx{width: 200px; display: block;margin: 0 auto;}
.case_wx img{width: 100%;}
.atc-con i{text-align: center;display: block;}

/*产品详情*/
.se_procont{width: 100%; background:url(../images/fcrobg.jpg) top center no-repeat;;padding: 4% 0 4% 0;background-attachment: fixed; background-size: cover;}
.se_procont .s_width{padding: 4%;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;width: 70%; margin: 0 auto;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1); background: #fbfbfb;}
.se_procont .se_procont_l{width: 55%;}
.sProduct-view-tab {width: 100%;margin-left: auto;margin-right: auto;}
.sProduct-view-tab .pic {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: transparent;/* img{object-fit:contain;} */}
.sProduct-view-tab .pic img {position: absolute;left: 0;top: 0;z-index: 1;border-radius: inherit;width: 100%;}
.sProduct-view-tab .Tt {position: relative;width: 100%;height: 0;padding-bottom: 56%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.sProduct-view-tab .Tt:after {content: " ";position: absolute;left: 0;top: 0;right: 0;bottom: 0;pointer-events: none;border: #eeeeee solid 1px;}
.sProduct-view-tab .Tt .box {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.sProduct-view-tab .Tt .playBtn {position: absolute;z-index: 10;left: 15px;bottom: 15px;width: 36px;height: 36px;background-image: url(../images/btns-play.png);background-size: contain;background-position: 50% 50%;
background-repeat: no-repeat;border-radius: 50%;}
.sProduct-view-tab .Tt .playBtn:after {content: " ";position: absolute;left: 0;top: 0;right: 0;bottom: 0;border: #333 solid 2px;border-radius: inherit;}
.pc .viewport {overflow: hidden;}
.wap .oScroll {overflow: auto;}
.hScroll {width: 100%;white-space: nowrap;}
.hScroll .scrollBox,.hScroll .overview {display: inline-block;vertical-align: top;}
.wap .hScroll {overflow-x: auto;overflow-y: hidden;}
.vScroll {height: 100%;}
.wap .vScroll {overflow-y: auto;overflow-x: hidden;}
.invisible {visibility: hidden;position: absolute !important;z-index: -1;}

@media screen and (min-width: 1025px) {
.sProduct-view-tab .Tt .playBtn {-webkit-transition: all 250ms ease-out 0s;transition: all 250ms ease-out 0s;}
.sProduct-view-tab .Tt .playBtn:hover {-webkit-transform: scale(1.1);transform: scale(1.1);}
}
@media screen and (max-width: 1024px) {
.sProduct-view-tab .Tt .playBtn:active {-webkit-transform: scale(1.1);transform: scale(1.1);}
}
.sProduct-view-tab .Tg {margin-top: 10px;position: relative;}
.sProduct-view-tab .Tg .btn {position: relative;display: inline-block;vertical-align: top;width: 90px;height: 66px;}
.sProduct-view-tab .Tg .btn:nth-child(1n+2) {margin-left: 16px;}
.sProduct-view-tab .Tg .btn:before {content: " ";position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 5;background-color: #000;-webkit-transition: all 250ms ease-out 0ms;transition: all 250ms ease-out 0ms;
opacity: 0;visibility: hidden;}
.sProduct-view-tab .Tg .btn:after {content: " ";position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 6;pointer-events: none;border: #eeeeee solid 1px;}
.sProduct-view-tab .Tg .btn:hover:before {-webkit-transition: all 250ms ease-out 0ms;transition: all 250ms ease-out 0ms;opacity: 0.05;visibility: visible;}
.sProduct-view-tab .Tg .btn.on:after {border-color: #333;}
.se_procont_r{width: 40%;}
.se_procont .se_procont_r h1 {color: #333333;line-height: 1.25; font-size: 40px; font-weight: 800; padding-top: 7%;}
.se_procont .se_procont_r .aside {margin-top:20px;line-height: 1.25; }
.se_procont .se_procont_r .aside span{font-size: 16px;}
.se_procont .se_procont_r .imax {margin:16px 0 20px 0;padding-top: 16px;border-top: #eeeeee solid 1px;color: #666666;font-size: 16px;}
.se_procont .se_procont_r .imax img{ width: 100px;}

.pro_model_1{ padding:4% 0; width: 80%; margin: 0 auto; }
.pro_model_1 p,.pro_model_3 p{text-indent:40px; font-size:16px; color:#666; line-height:36px;}
.pro_model_1 h3{ font-size:30px ;position:relative; padding-bottom:15px; margin:0 0 70px; color:#05163f; line-height:42px }
.pro_model_1 h3:before{content:'';display:block;position:absolute;bottom:-20px;height:10px;background:url(../images/dote.png) no-repeat left bottom;}
.pro_model_1 h3:before {width:81px;left:0;}
.w60{ width:60%} .w35{ width:35%; }  .w25{ width:25%}  .w70{ width:70%}  .w40{ width:40%}  .w55{ width:55%;}  .w30{ width:30%}  .w65{ width:65%}  .w50{ width:50%} .w10{ width:10%} .w85{width:85%}
 .w55 img{float: right;}    .pro_model_1 .fr img,.pro_model_3 .fl img,.fr video{ text-align:right; width:100%; height:auto} 
.pro_model_1 video{ width:100%; height:auto; float:right}


@media screen and (max-width: 1024px) {
  .se_procont .se_procont_r {max-width: 100%;margin-top: 0.7rem;width: 514px;margin-left: auto;margin-right: auto;padding-bottom: 0.4rem;}
}

@media screen and (max-width: 790px) {
	.se_procont{padding: 17% 0 4% 0;}
	.se_procont .s_width{width: 98%; display: block;}
	.se_procont .se_procont_l{width: 100%;}
	.se_procont .se_procont_r{width: 100%;}
	.se_procont .se_procont_r h1{font-size: 28px;}
	.se_procont .se_procont_r .aside {margin-top: 10px;}
	.se_procont .se_procont_r .imax{font-size: 15px;}
	.se_procont .se_procont_r .imax p{line-height: 24px;}
	.se_procont .se_procont_r .btns .btn{min-width: 100px;line-height: 28px;}
	.right-fd{display: none!important;}
  .sProduct-view-tab {width: 100%;}
.sProduct-view-tab .Tg .btn {  width: 72px;  height: 52.8px;  }
.sProduct-view-tab .Tg .btn:nth-child(1n+2) {  margin-left: 12.8px;  }
}


/*内页联系我们*/
.ul-contact{overflow:hidden;z-index:1;margin: 80px auto;}
.ul-contact h4{ font-size:30px;color: #333333; font-weight: 300; display:block; overflow:hidden;margin-bottom:100px; text-align:center}
.ul-contact li{float:left;width:17%;text-align: center; margin:0 1.5%;}
.ul-contact li:nth-child(1),.ul-contact li:nth-child(2),.ul-contact li:nth-child(4),.ul-contact li:nth-child(5){ margin-top:75px;}
.ul-contact li strong{position: relative; z-index: 1; display:block; width:60%;padding:12%; font-weight:normal; text-align:center; margin:5px auto 10px;}
.ul-contact li strong img{ width:100%; border-radius:50%; text-align:center; box-shadow: 0px 0.03rem 0.21rem rgba(5,26,85,0.1);}
.ul-contact .txt{margin:20px 0;text-align:center;font-size:16px;color:#666;line-height:26px;padding-bottom:18px;position:relative}
.ul-contact .txt .zx{cursor:pointer;}
.ul-contact .txt .ctel{ font-size:24px;font-weight: 700;color: #F60}
.ul-contact .txt span{display:block;font-size:24px;color:#222;font-weight:700;margin-bottom:5px;line-height:30px}
.ul-contact .txt p a{display:inline-block}


@media screen and (max-width: 790px) {
	.ul-contact{margin: 40px auto;}
	.ul-contact ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap;}
	.ul-contact li{width: 100%; }
	.ul-contact li:nth-child(1), .ul-contact li:nth-child(2), .ul-contact li:nth-child(4), .ul-contact li:nth-child(5){margin-top: 0;}
}

.message{ background:/*rgb(230,238,244,.95)*/#f2f3f5; padding:70px}
.message .tit{ margin-bottom:50px; text-align:center;color: #111;}
.message .tit h3{font-weight:600; font-size:48px; margin-bottom:30px;}
.message .tit p{ font-size:18px}
.message form{ width:80%; margin:0 auto;overflow:hidden}

.message .layui-form-item {margin-bottom: 5px; overflow: hidden; width:48%; float:left}
.message .layui-form-item:nth-child(6){width: 96%!important;}
.message .layui-form-item:nth-child(7){width: 100%!important;}
.message ul li.wenb {position: relative;width:100%; }
.message ul li.wenb .fl{ width:95%;}
.btnclick{ width:30%; margin-top:20px;}
.message .layui-form-label {width: 100%; display:block; overflow:hidden;text-align:left; font-size: 18px; line-height:50px; color:#333e46}
.message .layui-input { width:97%; border:0; color:#666; font-size:15px;height: 42px;line-height: 42px;  border:#e0e0e0 1px solid;text-indent: 35px;*text-indent:0px;}
.message .layui-input:nth-child(1){ background:rgba(255,255,255,1)}
.message .layui-input:nth-child(2){ background:rgba(255,255,255,1) }
.message .layui-textarea {background:rgba(255,255,255,1);  border:0; width:93%;  border:#e0e0e0 1px solid;  height: 150px; line-height: 20px; font-size:15px;margin: 6px 0 30px; padding:3%; color: #666; resize: none;}
.message  .layui-btn{ padding:13px 70px;margin:30px auto;display: block;cursor:pointer;font-size:20px; color:#fff; border-radius:50px;text-align:center;border: 0px;background-color:#f3562d;}
.message  .layui-btn:hover{background:#f60;}

@media screen and (max-width: 1023px) {
	.message .tit h3{ font-size:36px; padding-top: 30px;margin-bottom: 9px;}
	.message .tit p{font-size: 16px; line-height: 28px; color: #666}
	.message .layui-input{text-indent: 11px}
}

@media screen and (max-width: 790px) {
	.pro_navigation ul{  width: 98%; flex-wrap: wrap;}
	.pro_navigation li{width: 50%; line-height: 40px;}
	.pro_navigation li a.act{height: 40px;border-bottom: #f3562d 3px solid;}
	.pro_navigation li a {font-size: 18px;}
	.s_width{width: 95%; margin: 0 auto;}
	.pro_model_1 p, .pro_model_3 p{font-size: 15px; line-height: 27px;}

	.message{padding: 0 2%; padding-bottom: 140px;}
	.message form{width: 100%;}
	.message .layui-form-item{margin-bottom: 0px;}

}

/*内页产品展示*/
.probanner{background: #cdd0d1; padding: 25px 0; text-align: center; margin-top: 125px;}
.probanner .cn{color: #fff;font-size:36px; font-weight: bold;}
.se_prolist{width: 85%; margin: 0 auto;}
.se_prolist ul{display: flex; display:-webkit-flex; -webkit-justify-content:center;   justify-content: center;flex-wrap: wrap;}
.se_prolist li{ padding:0 3%; line-height: 7vh; text-align: center; margin: 1% 0.5%;transition: .5s; background: #fff;color: #333; cursor:pointer; font-weight: 700;}
.se_prolist li a{color: #333;}
.se_prolist li:hover{ background: #dd2118;}
.se_prolist li:hover a{ color: #fff;}


.se_tuandui { width:75%; margin:0 auto 1rem auto; }
.se_tuandui ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_tuandui li{width:31%; margin:0 1% 2% 1%; position:relative; overflow:hidden; border:1px solid #eee; color:#fff;}
.se_tuandui li:nth-child(3n){ margin-right:0px;}
.se_tuandui li .p-img{  margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden;width: 100%;object-fit: cover; object-position: center; }
.se_tuandui li .p-name{ line-height:65px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center; font-weight: 700; color:#fff;background:#343643;text-transform: uppercase; word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.se_tuandui li .p-img img{ width:100%; height: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#333;}
.se_tuandui p span{ font-size:20px;  color:#e9e9e9;}
.se_tuandui li .p-name em{font-weight: 100; padding: 0 2%;}
.se_tuandui ul li:hover{cursor:pointer; }
.se_tuandui ul li:hover .p-name{ color: #fff;}
.se_tuandui li:hover .p-name{background: #0088ff;}


.se_case { width:85%; margin:4% auto 1rem auto; }
.se_case ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_case li{padding:0; width:14%; margin:0 1% 2% 0; position:relative; overflow:hidden; border:1px solid #eee; color:#fff;}
.se_case li:nth-child(4n){ margin-right:0px;}
.se_case li .p-img{  margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden;width: 100%;object-fit: cover; object-position: center; }
.se_case li .p-name{ line-height:65px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center; font-weight: 500; color:#fff;background:#2778be;text-transform: uppercase; }
.se_case li .p-img img{ width:100%; height: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_case li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}



@media (max-width:1440px){
	.se_tuandui li .p-img{}
}
@media (max-width:1280px){
	.se_tuandui { width:95%; margin:1rem auto 1rem auto; }
	.se_tuandui li{width: 23%;}
	.se_tuandui li .p-img{}
}

@media (max-width:1000px){
	.se_tuandui li .p-img{height: 185px;}
	.se_tuandui ul li i{  background:none;}
}



.fenye{width: 1280px; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 12px; padding: 0 10px; text-align: center;  border: 1px solid #dddddd;margin: 0 3px 6px;color: #666; line-height: 26px;}

.seprobox_l{ background: #fff; width: 100%; }
.seprobox_l h3 {margin-top: 50px;margin-bottom: 40px;font-size: 36px;color: #000000;line-height: 1.3;font-weight: bold;}
.seprobox_l h3 i {margin-right: 3.125%;font-size: 36px;color: #c4c4c4;font-family: "Consolas";font-style: normal;font-weight: normal;line-height: 1;opacity: 0.5;}
.seprobox_l h3 i:before {content: "";width: 12px;height: 3px;background: #c4c4c4;display: inline-block;vertical-align: middle;margin-right: 17px;}
.seprobox_l p {margin-top: 40px;margin-bottom: 40px;color: #000000;line-height: 1.8;text-indent:2em;}
.seprobox_l p img{text-indent:-4em; display: block; margin: 0 auto;}

@media (max-width:1000px){
	.fenye{width: 95%;}
}

/*se_hangye*/
.se_xinwen{width: 85%; margin: 0 auto 5% auto; max-width: 1345px;}
.se_xinwen h2{font-size: 45px; font-weight: bold;width: 100%; margin:8% auto 0 auto;}
.seccontent{width:100%; margin: 0 auto;}
.fnewslist {overflow: hidden;text-align: center;font-size: 0;margin-top: 62px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.fnewslist li {max-width: 31%;}
.fnewslist li .inner {text-align: left;}
.hot {position: relative;border-bottom: 3px solid #f8f8f8;-webkit-transition: 0.5s;transition: 0.5s;}
.hot .pic {width: 100%;height: auto;overflow: hidden;position: relative;}
.hot .pic img {width: 100%;height: 100%;-o-object-fit: cover;    object-fit: cover;}
.hot .wz {padding: 36px 30px 30px;background-color: #f8f8f8;}
.hot h3 {font-size: 20px;color: #111;line-height: 32px;height: 32px;overflow: hidden;-webkit-transition: 0.5s;transition: 0.5s;}
.hot p {font-size: 16px;color: #666;line-height: 32px;overflow: hidden;height: 64px;margin-top: 5px;}
.hot .date {font-size: 16px;color: #999;line-height: 28px;overflow: hidden;height: 28px;margin-top: 25px;}
.fnewslist li:hover .hot h3 {color: #ef7c00;}
.fnewslist li:hover .hot {border-bottom-color: #ef7c00;}
.hot .pic:after {content: '';position: absolute;width: 100%;height: 100%;left: 0;right: 0;z-index: 5;}
.fnewslist li:hover .hot .pic:after {-webkit-animation: gradient-rectangle 1s cubic-bezier(0, 0, 0.18, 0.96) 1;    animation: gradient-rectangle 1s cubic-bezier(0, 0, 0.18, 0.96) 1;}
@-webkit-keyframes gradient-rectangle {
0% {-webkit-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: bottom;transform-origin: bottom;background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));opacity: 1;}
100% {-webkit-transform: scaleY(1);transform: scaleY(1);-webkit-transform-origin: top;transform-origin: top;background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));opacity: 0;}
}
@keyframes gradient-rectangle {
0% {-webkit-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: bottom;transform-origin: bottom;background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));opacity: 1;}
100% {-webkit-transform: scaleY(1);transform: scaleY(1);-webkit-transform-origin: top;transform-origin: top;background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));opacity: 0;}
}
@media screen and (max-width: 1023px) {
.fnewslist {  margin-top: 30px;}
.fnewslist li {  max-width: 48%;  margin-top: 30px;}
.fnewslist li:last-child {  display: list-item;}
}
@media screen and (max-width: 700px) {
.fnewslist li {  width: 100%;  max-width: 100%;}
}



.cer8 {padding: 0 0 120px;width: 85%; margin: 0 auto;}
.newslist {padding: 44px 0;overflow: hidden;width: 80%; margin: 0 auto;}
.newslist li {width: 100%;border-bottom: 1px solid #e8ecf0;padding: 86px 0;}
.newslist li:last-child {border-bottom: 0 none;}
.newslist li a {display: block;position: relative;overflow: hidden;padding-left: 650px;height: 356px;}
.newslist li .pic {position: absolute;left: 0;top: 0;z-index: 1;width: 586px;height: 100%;overflow: hidden;}
.newslist li .pic img {-o-object-fit: cover;    object-fit: cover; width: 100%;}
.newslist li h3 {font-size: 24px;color: #333;line-height: 42px;height: 42px;overflow: hidden;}
.newslist li .txt {font-size: 16px;color: #666;line-height: 32px;height: 64px;overflow: hidden;margin: 20px 0 58px;}
.newslist li .date {font-size: 24px;color: #0054aa;line-height: 36px;font-family: "amerigobt";height: 36px;padding-top: 48px;overflow: hidden;}
.newslist li label {display: block;width: 32px;height: 32px;font-size: 0;cursor: pointer;background: #c3c3c3 url('../images/jtr-n.png') center no-repeat;border-radius: 50%;}
.newslist li,.newslist h3,.newslist label {-webkit-transition: .5s;transition: .5s;}
.newslist li:hover {border-bottom-color: #0054aa;}
.newslist li:hover h3 {color: #0054aa;}
.newslist li:hover label {background-color: #0054aa;}
@media screen and (max-width: 1440px) {
	.newslist{width: 90%}
.newslist li .txt {  line-height: 30px;  height: 90px;  margin-bottom: 32px;}
}
@media screen and (max-width: 1280px) {
	.newslist li .pic{width: 480px}
	.newslist li a{padding-left: 500px}
}
@media screen and (max-width: 1200px) {
.newslist li a {  padding-left: 540px;}
.newslist li .pic {  width: 480px;}
}
@media screen and (max-width: 1023px) {
	.newslist{width: 100%; padding-top: 0}
.newslist li {  padding: 60px 0;}
	.newslist li a{padding-left: 0}
.newslist li .pic {  width: 100%; height: auto; position: relative}
	.newslist li .pic img{width: 100%}
	.newslist li .pic .poa{position: relative!important;;}
}
@media screen and (max-width: 840px) {
	.cer8 {width: 100%;}
.newslist li .date {  padding-top: 20px;}
.newslist li label {  display: none;}
}
@media screen and (max-width: 750px) {
.newslist li {  padding: 40px 0;}
.newslist li .txt {  display: none;}
.newslist li h3 {  font-size: 20px;  line-height: 32px;  height: 96px;}
}
@media screen and (max-width: 600px) {
.newslist li h3 {  font-size: 18px;  line-height: 30px;  height: 120px;}
.newslist li .date {  padding-top: 10px;  font-size: 18px;}
}

/*新闻详情页*/
.greybgnews {background-color: #f8fafb;padding: 50px 0 80px;}
.greybgnews .cer8{ max-width: 1600px; margin:0 auto; padding: 0 30px;}
.main {position: relative;padding-left: 350px;}
.mainleft {width: 100%;min-height: 800px;}
.mainright {width: 300px;position: absolute;top: 0;left: 0;z-index: 1;}
.mainright .pro_l{width: 100%;background: url('../images/homeoneicon07.jpg')repeat center top;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding: 10px;}
.mainright .pro_l h2{background: #0054aa; color: #fff; text-align: center; font-size: 42px;font-weight: bold; padding: 5% 0;}
.mainright .pro_l h2 em{display: block;font-weight: 200;font-size: 19px;margin-top: 5px; opacity: 0.7;}
.mainright .pro_l ul{padding: 20px 0; width: 95%; margin: 0 auto;}
.mainright .pro_l li{width: 100%; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); background: #fff; line-height:55px; margin: 10px 0; padding-left: 3%;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;font-size: 17px;}
.mainright .pro_l li:hover{background: #e70012;}
.mainright .pro_l li:hover a{color: #fff;font-weight: bold;}

.relnewslist .wz {padding: 20px 0;}
.relnewslist h3 {font-size: 18px;color: #333;line-height: 36px;font-weight: bold;height: 36px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-webkit-transition: 0.3s;transition: 0.3s;}
.relnewslist .date {  color: #666;  font-size: 12px;  line-height: 28px;  height: 28px;}
.relnewslist li:hover h3 {  color: #0054aa;}
.atc {padding: 40px 70px 70px;background-color: #fff;}
.atc-h {border-bottom: 1px solid #e7e7e7;padding-bottom: 20px;position: relative;}
.atc-h h1 {font-size: 32px;color: #333;line-height: 46px;font-weight: bold;margin-bottom: 24px; text-align: center;}
.atc-date {font-size: 14px;color: #888;line-height: 30px;text-align: center;}
.atc-date span {display: inline-block;margin-right: 48px;}
.atc-con {padding: 44px 0 76px;font-size: 16px;line-height: 28px;color: #555;text-align: justify;}
.atc-con p{line-height: 31px; margin-bottom: 15px;text-indent:2em;}
.atc-con img {max-width: 100%; display: block; margin: 10px auto;}
.atc-con .videowrap {width: 1440px;position: relative;text-align: center;margin: 50px auto;overflow: hidden;}
.atc-con video {width: 100%;height: 612px;}
@media screen and (max-width: 1440px) {
.atc {padding: 40px 50px 60px;}
.videowrap {width: 100%;padding-bottom: 42.5%;height: 0;}
.video {position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;}
}
@media screen and (max-width: 1300px) {
.main {padding-right: 0;}
.mainleft {min-height: 0;}
}
@media screen and (max-width: 1023px) {
	.greybgnews .cer8{max-width: 98%; margin: 0 auto; padding: 0}
	.main{padding-left: 0}
	.mainright{display: none}
.greybgnews {padding: 60px 0 80px;background-color: #fff;}
.atc {padding: 0 30px;}
}
@media screen and (max-width: 960px) {
.atc-con {padding-bottom: 60px;}
.atc-date span {margin-right: 24px;}
}
@media screen and (max-width: 750px) {
.atc {padding: 0 0;}
.atc-h h1 {font-size: 26px;margin-bottom: 0;}
}
.atc-pn {position: relative;padding-top: 26px;padding-right: 160px;border-top: 1px solid #ddd;}
.atc-pn a {display: block;overflow: hidden;font-size: 14px;color: #666;line-height: 34px;margin-top: 10px;}
.atc-pn a:hover {color: #0054aa;}
.atc-pn a label {display: inline-block;border: 1px solid #ccc;width: 98px;height: 32px;text-align: center;font-size: 14px;line-height: 32px;margin-right: 15px;-webkit-transition: 0.3s;transition: 0.3s;}
.atc-pn a:hover label {border-color: #0054aa;}
.atc-pn a.ret {font-size: 14px;color: #fff;line-height: 34px;text-align: center;background-color: #0054aa;width: 110px;height: 34px;position: absolute;right: 0;bottom: 0;z-index: 1;margin-top: 0;}
.atc-pn a.ret:hover {opacity: 0.8;}
@media screen and (max-width: 960px) {
.atc-pn {padding-right: 0;}
.atc-pn a.ret {position: static;width: 200px;height: 50px;line-height: 50px;border-radius: 5px;display: block;margin: 40px auto 0;font-size: 18px;}
}
.zhaopinout {padding: 110px 0 100px;}
.cate7 {position: relative;padding-top: 80px;padding-bottom: 22px;font-weight: bold;text-align: center;}
.cate7 .en {font-size: 140px;color: rgba(83, 185, 112, 0.06);line-height: 152px;text-transform: uppercase;position: absolute;left: 0;top: 0;z-index: 1;width: 100%;font-family: "Times New Roman";}
.cate7 .cn {font-size: 32px;color: #333;line-height: 50px;position: relative;z-index: 2;}
.cate7:after {content: '';position: absolute;left: 50%;bottom: 0;z-index: 0;width: 30px;height: 3px;margin-left: -15px;background-color: #ef7c00;}
.zpintro {font-size: 16px;color: #666;line-height: 34px;text-align: center;max-width: 920px;margin: 24px auto 0;}
.zpintro span {display: block;}
@media screen and (max-width: 1023px) {
.cate7 .en {font-size: 100px;line-height: 120px;}
.zhaopinout {padding: 90px 0 90px;}
}
@media screen and (max-width: 920px) {
.zpintro span {display: inline;}
}
@media screen and (max-width: 750px) {
.cate7 .en {font-size: 70px;line-height: 100px;}
.zhaopinout {padding: 70px 0 80px;}
}
.rec-head {height: 70px;background-color: #f5f5f5;overflow: hidden;padding: 0 110px;margin-top: 82px;}
.rec-head .th {float: left;padding: 10px 0;width: 20%;height: 50px;overflow: hidden;font-size: 18px;color: #333;line-height: 50px;text-align: center;font-weight: bold;}
.rec-head .th.zhiwei {text-align: left;}
.reclist {background-color: #fff;}
.rec-hand {height: 70px;background-color: #fff;overflow: hidden;padding: 0 110px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.rec-hand .td {float: left;padding: 10px 0;width: 20%;height: 50px;overflow: hidden;font-size: 16px;color: #555;line-height: 50px;text-align: center;}
.rec-hand .td.zhiwei {text-align: left;}
.reclist li:nth-child(even) .rec-hand {background-color: #f5f5f5;}
.reclist li.on .rec-hand {background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#10a560));background-image: linear-gradient(to right, #255ba9, #10a560);}
.reclist li.on .rec-hand .td {color: #fff;}
.reclist li:hover .rec-hand {background-color: rgba(32, 180, 184, 0.2);}
.rec-hand,.reclist .td {-webkit-transition: 0.6s;transition: 0.6s;}
.reclist .rec-con {display: none;}
.reclist .rec-txt {font-size: 16px;color: #777;line-height: 30px;padding: 40px 110px 60px;border: 1px solid #1373c0;background-color: #f5f5f5;}
.reclist .rec-txt .email {display: inline-block;color: #1373c0;text-decoration: underline;}
.reclist .rec-txt h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
.rec-head,.rec-hand {padding: 0 80px;}
.reclist .rec-txt {padding: 40px 80px 60px;}
}
@media screen and (max-width: 1200px) {
.rec-head,.rec-hand {padding: 0 60px;}
.reclist .rec-txt {padding: 40px 60px 60px;}
}
@media screen and (max-width: 1023px) {
.rec-head,.rec-hand {padding: 0 40px;}
.reclist .rec-txt {
padding: 40px 40px 60px;
}
}
@media screen and (max-width: 1023px) {
.rec-head .th,.rec-hand .td {width: 22%;}
.rec-head .th.zhiwei,.rec-hand .td.zhiwei {width: 34%;}
.rec-head .th.bumen,.rec-hand .td.bumen {display: none;}
}
@media screen and (max-width: 750px) {
.rec-head .th.addr,.rec-hand .td.addr {display: none;}
.rec-head .th {width: 30%;}
.rec-head .th.zhiwei {width: 40%;}
.rec-hand .td {width: 30%;}
.rec-hand .td.zhiwei {width: 40%;}
.rec-head,.rec-hand {padding: 0 20px;}
.reclist .rec-txt {padding: 40px 20px 50px;}
}
@media screen and (max-width: 660px) {
.rec-head .th.renshu,.rec-hand .td.renshu {display: none;}
}


/*内页合作案例*/
.kehulist {overflow: hidden;margin: 90px 0 72px;border-top: 1px solid #f2f2f2;border-left: 1px solid #f2f2f2;}
.kehulist li {float: left;width: 20%;text-align: center;}
.kehulist li a {display: block;background-color: #fff;overflow: hidden;border-bottom: 1px solid #f2f2f2;border-right: 1px solid #f2f2f2;}
.kehulist .pic {width: 100%;height: 138px;overflow: hidden;font-size: 0;line-height: 138px;}
.kehulist img {max-width: 70%;max-height: 70%;-webkit-transition: 0.3s;transition: 0.3s;}
.kehulist li:hover img {-webkit-transform: scale(1.04, 1.04);transform: scale(1.04, 1.04);}
.huotip {font-size: 18px;color: #666;line-height: 38px;text-align: center;position: relative;height: 38px;}
.huotip span {display: inline-block;vertical-align: top;letter-spacing: 1px;padding: 0 26px;}
.huotip i {display: inline-block;width: 40px;height: 1px;vertical-align: middle;background-color: #666;}
@media screen and (max-width: 1280px) {
.kehulist li {width: 25%;}
}
@media screen and (max-width: 960px) {
.huobanmain {padding: 100px 0 60px;}
.huobanmain h2.btitle {font-size: 32px;}
.kehulist li {width: 33.33%;}
.huocon {line-height: 30px;}
}
@media screen and (max-width: 640px) {
.huobanmain {padding: 80px 0 60px;}
.kehulist li {width: 50%;}
}


/*内页联系我们*/
.lxlist {width: 100%;font-size: 0;text-align: center; margin: 5% auto;}
.lxlist li {display: inline-block;width: 18%;position: relative;}
.lxlist li a {display: block;}
.lxlist .pic {width: 80px;height: 80px;margin: 0 auto 18px;}
.lxlist .p1,.lxlist .p2 {border-radius: 50%;overflow: hidden;}
.lxlist .p1 {width: 76px;height: 76px;border: 2px solid #ddd;background-color: #fff;}
.lxlist .p2 {width: 80px;height: 80px;background-image: -webkit-gradient(linear, left top, right top, from(#ef7c00), to(#ef7c00));background-image: linear-gradient(to right, #ef7c00, #ef7c00);}
.lxlist .pic .fig {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;}
.lxlist .i1 .p1 .fig {background: url('../images/lx1.png') center no-repeat;}
.lxlist .i1 .p2 .fig {background: url('../images/lx1h.png') center no-repeat;}
.lxlist .i2 .p1 .fig {background: url('../images/lx2.png') center no-repeat;}
.lxlist .i2 .p2 .fig {background: url('../images/lx2h.png') center no-repeat;}
.lxlist .i3 .p1 .fig {background: url('../images/lx3.png') center no-repeat;}
.lxlist .i3 .p2 .fig {background: url('../images/lx3h.png') center no-repeat;}
.lxlist .i4 .p1 .fig {background: url('../images/lx4.png') center no-repeat;}
.lxlist .i4 .p2 .fig {background: url('../images/lx4h.png') center no-repeat;}
.lxlist .i5 .p1 .fig {background: url('../images/lx5.png') center no-repeat;}
.lxlist .i5 .p2 .fig {background: url('../images/lx5h.png') center no-repeat;}
.rollover {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;position: relative;overflow: visible!important;-webkit-transition: .6s;transition: .6s;}
.rollover .p1,.rollover .p2 {position: absolute;top: 0;left: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.rollover .p2 {-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
li:hover .rollover {-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.lxlist li h3 {font-size: 18px;color: #333;line-height: 30px;font-weight: bold;height: 30px;position: relative;overflow: hidden;-webkit-transition: .5s;transition: .5s;}
.lxlist li .hx {width: 20px;height: 2px;background-color: #bfbfbf;margin: 25px auto;-webkit-transition: .5s;transition: .5s;}
.lxlist li .txt {font-size: 16px;color: #666;line-height: 26px;margin: 9px auto 0;height: 31px;overflow: hidden;padding: 0 10px;-webkit-transition: .5s;transition: .5s;}
.lxlist li .txt span {display: inline-block;}
.lxlist li:hover h3 {color: #ef7c00;}
.lxlist li:hover .txt {color: #ef7c00;}
.lxlist li:hover .hx {background-color: #ef7c00;}
#map {width: 100%;height: 600px;}

@media screen and (max-width: 640px) {
	.lxlist li{width: 100%;}
}


/*内页招聘信息*/
.linian {text-align: center;}
.linian h2.btitle {font-size: 42px;color: #222;line-height: 66px;height: 66px;overflow: hidden;}
.linianfig {position: relative;width: 1000px;max-width: 100%;height: 400px;overflow: hidden;margin: 0 auto;}
.liniancon {margin: 30px 0 90px;font-size: 16px;color: #333;line-height: 34px;}
.liniancon img {max-width: 100%;}
.zpout {padding: 110px 0 120px; width: 80%; margin: 0 auto;;}
.rec-head {height: 76px;background-color: #fff;overflow: hidden;padding-left: 70px;border-bottom: 2px solid #333;}
.rec-head .th {float: left;padding: 18px 0;width: 20%;height: 76px;overflow: hidden;font-size: 16px;color: #222;line-height: 40px;text-align: center;}
.rec-head .th.zhiwei {text-align: left;}
.reclist {background-color: #fff;}
.reclist li {border-bottom: 1px solid #ddd;}
.rec-hand {height: 64px;line-height: 64px;background-color: #fff;padding-left: 70px;overflow: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.rec-hand .td {float: left;padding: 12px 0;width: 20%;overflow: hidden;font-size: 16px;color: #222;line-height: 40px;text-align: center;height: 40px;}
.rec-hand .td.zhiwei {text-align: left;}
.reclist li:hover .rec-hand {background-color: #eee;}
.reclist li.on .rec-hand {background-color: #333;}
.reclist li.on .rec-hand .td {color: #fff;}
.reclist li,.rec-hand,.reclist .td {-webkit-transition: 0.5s;transition: 0.5s;}
.reclist .rec-con {display: none;}
.rec-txt {color: #444;line-height: 31px;padding: 34px 70px 46px;background-color: #f7f7f7; font-family: serif;}
.rec-txt .email {color: #1d6bdd;}
.rec-txt .email:hover {text-decoration: underline;}
@media screen and (max-width: 1080px) {
.rec-head,.rec-hand {    padding-left: 40px;}
.rec-txt {padding: 34px 40px 46px;}
}





/*===================== 响应式代码 END =====================*/

.se_choose{width: 85%; margin: 0 auto; }
.se_choose li{font-size: 16px; line-height: 60px;border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding: 0 20px}
.se_choose li .utime{float: right}

