﻿@import url(style.css);
@import url(pscroll.css);
@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.postions{ height:66px; line-height:66px; overflow:hidden;color:#999999; font-size:16px; background:#fff; border-bottom:1px solid #e6e6e6;}
.postions.bgs2{background: #f2f2f2;}
.postions.bgs3{border-bottom: 0;border-top:1px solid #e6e6e6;}
.postions.bgs4{ /*position:absolute; bottom:0; left:0; width:100%; background:rgba(231,231,231,0.19);*/display: none; margin-top:0;}
.posadd .postions{ position:fixed; top:0; left:0; width:100%; z-index:5;}
.postions a{color:#999999; }
.postions a:hover{ color:#008acf;}
.postions label{ color:#999999;}
.postions .postions_r{display: flex;align-items: center; justify-content: left;float: left;}
.postions .postions_r img{ vertical-align:baseline; margin-right:8px; margin-left:11px;height: 14px;}
.postions .postions_r img:first-child{ margin-left:0;}
.postions h2{ float:left; font-weight:normal; color:#333; height:58px; font-size:20px;}
.postions h2 span{font-size:16px; font-family:Arial;}
.postions .rclass{ float:right;background:url(../images/pos_bg2.png) left center no-repeat;background-size:20px auto;  padding-left:25px;-webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color: transparent; display:none;}
.postions .postions_b{ float:right; }
.postions .postions_b a{ float:left; text-align:center;overflow:hidden; font-size:18px; color:#666666; position:relative;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:0; margin-left:60px;}
.postions .postions_b a:hover{color:#333333;}
.postions .postions_b a:after{content: "";display: block;position: absolute;left: 50%;right:50%; bottom: 0;height:3px;opacity: 0;background:#008acf;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:-1;}
.postions .postions_b a.isel:after{left: 0%;right: 0%;opacity: 1;}
.postions .postions_b a:hover:after{left: 0%;right: 0%;opacity: 1;}
.postions .postions_b a.isel{color:#008acf; }
/*分类弹窗*/
.about_bgs{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.about_tc .closed2{ display:none;}

.o_big_con{ overflow:hidden; position:relative;}
.o_big{ overflow:hidden; background-repeat:no-repeat; background-position:70% center; background-size:cover; position:relative;  width:100%;-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;}
.o_big img{ width:100%;filter: Alpha(Opacity=0);opacity: 0;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .wrap{ height:100%; display:table; }
.o_big_con .h2{ font-weight:bold; display:table-cell; vertical-align:middle; color:rgba(255,255,255,1.0); text-align:center;}
.o_big_con .h2 span{ display:block; overflow:hidden; font-weight:normal; color:rgba(255,255,255,1.0); line-height:1;  margin-top:12px; font-size:16px;text-transform: uppercase;}


/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:4%; padding-bottom:4%; clear:both;}
.yema.bgs2{ text-align:right;}
.yema a{ display:inline-block; height:50px; line-height:50px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:60px;margin-left:3px;  text-align:center; color:#999999; font-size:14px; border:1px solid #F7F7F7; background:#F7F7F7;border-radius: 5px;}
.yema a:hover{ text-decoration:none; color:#fff; background:#008acf;background: #008acf;border:1px solid #008acf;border: 0;}
.yema a.on{color:#fff;  background:#008acf;background: #008acf;border: 0;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#008acf;}
.yema a span{ font-family:"宋体"; font-size:16px;color: #838383;}
.yema a:hover span{color:#fff;}
/*分类弹窗*/
.about_bgs{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.about_tc .closed2{ display:none;}
/*暂无内容*/
.nodata{ clear:both; max-width:1200px; margin:0 auto; overflow:hidden; text-align:center; margin-top:13%; margin-bottom:13%; background:url(../images/nodata.png) center top no-repeat; background-size:auto 169px; padding-top:180px;}
.nodata .title{ color:#555555; font-size:18px; overflow:hidden; margin-top:2%; line-height:26px;}
.nodata .desc{color:#999999; font-size:14px; overflow:hidden; line-height:24px; margin-top:5px;}
@media screen and (max-width: 1600px) {
    /*内页*/
    .postions .postions_b a{margin-left:50px;}
    
    }
@media screen and (max-width: 1440px) {
/*内页*/
.postions{ height:46px; line-height:46px; font-size:15px;}
.postions .postions_b a{margin-left:40px;}
}

@media screen and (max-width: 1200px) {
/*内页*/
.postions h2{ font-size:18px;}
.postions h2 span{ font-size:14px;}
.postions .postions_b a{margin-left:30px;}

}

@media screen and (max-width: 1100px) {
/*内页*/
.postions{ height:44px; line-height:44px;}
.postions .postions_b a{margin-left:20px;font-size: 17px;}
.o_big_con .h2 span{ margin-top:0px; font-size:13px;}

}


@media screen and (max-width: 992px) {
/*内页*/
.postions .rclass{ display:block;}
.postions .postions_b{ display:none;}
.postions .postions_b a{ float:none; font-size:16px; display:block; margin-left:0; padding-left:3%; text-align:left; background:#efefef; border-bottom:1px solid #fff; width:auto;}
.postions .postions_b a:hover{ background:#008acf; color:#fff;}
.postions .postions_b a.isel{ color:#fff;background:#008acf;}
.postions .postions_b a:after{ height:0;}
.postions.bgs4{ display:block;}
/*分类弹窗*/
.about_tc{z-index: 19891025; width: 0%; right: 0%; position:absolute; overflow: hidden; top:0; height:100%;/* display: none;*/transition: all 0.3s;}
.postions_b.lws .about_tc{ width:80%;}
.postions_b.lws{ display:block;}
.about_l.lws .about_tc{ width:100%;}
.about_tc .about_divs{ position:absolute; right:0; width:85%; background-color:#fff; top:0; overflow:hidden; height:100%;}
.about_tc .closed2{ right:84.5%; position:absolute; top:150px; cursor:pointer; width:25px; display:block;}
.about_tc .closed2:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
/*分页*/
.yema a{height:36px; line-height:36px;min-width:44px;}
}
@media screen and (max-width: 830px) {
/*内页*/
.postions h2{ font-size:16px;}
.postions h2 span{ font-size:13px;}
}
@media screen and (max-width: 780px) {
/*内页*/
.o_big{ height:166px;}
.postions{ height:42px; line-height:42px; font-size:14px;}
.postions h2{ display:none;}
.postions .postions_b a{ height:44px; line-height:44px; font-size:15px;}
/*分页*/
.yema a{ height:28px; line-height:26px; padding-left:6px; padding-right:6px; margin-left:2px; font-size:13px;min-width: 36px;}
/*.yema a span{ font-size:14px;}*/
}

@media screen and (max-width: 640px) {
/*内页*/
.postions{font-size: 13px;}
.postions .postions_b a{ font-size:14px;}
/*分页*/
.yema a{ font-size:12px;}
/*.yema a span{ font-size:13px;}*/
/*暂无内容*/
.nodata{background-size:auto 130px; padding-top:140px;margin-top:15%; margin-bottom:15%;}
}

@media screen and (max-width: 480px) {
/*内页*/
.o_big{ height:130px;}
.o_big_con .h2 span{ font-size:12px;}
.postions{ font-size:12px;}
.postions .postions_b a{ font-size:13px;}
.postions .postions_r span{ display:none;}
.postions .postions_r img{ margin-left:6px;margin-right: 6px;}
.postions .postions_r{max-width: calc(100% - 80px);height: 42px;line-height: 15px;}
/*分页*/
.yema{ padding-top:35px; padding-bottom:40px;}
.yema a{ padding-left:5px; padding-right:5px; margin-left:2px;min-width: 30px;}
}

.selects{height: 52px;  width: 100%;border:1px solid #e8e8e8;color:#656565;font-size: 16px;padding-left: 66px;}
@media screen and (max-width: 1440px){
	.selects{
		height:46px;
		padding-left: 50px;
	}
}
@media screen and (max-width: 640px){
	.selects{
		height:40px;
		width:100%;border:1px solid #e8e8e8;color:#656565;font-size: 16px;padding-left: 10px;
	}
}

@media screen and (max-width: 480px){
.selects{ font-size:14px;}
}
/*关于我们*/
.about_bg1{ overflow:hidden;}
.about_one{ overflow:hidden; margin-top:8%; margin-bottom:5%;}
.about_one .about_one_t{ float:left; width:31.6%; overflow:hidden; position:relative; margin-right:2%; }
.about_one .about_one_t .desc{ color:#666666; overflow:hidden;  font-size:20px; line-height:1.2;}
.about_one .about_one_t .h3{ font-weight:normal; overflow:hidden; line-height:1.3; margin-top:2%; color:#333333;}
.about_one .mlogo{ display:block; margin-top:76px; max-width:100%;}
.about_one .about_one_con{ overflow:hidden; color:#666; font-size:15.5px; line-height:36px;}
.about_one .about_one_con .h3{ color:#333; font-weight:bold; overflow:hidden; line-height:1.3;margin-bottom:1.5%;}
/*数字*/
.about_one .counter{   text-align:left; margin-top:5%;}
.about_one .counter ul li{ float:left; width:25%;   transition:all 0.3s; position:relative; overflow:hidden;}
.about_one .counter ul li .txts2{ display:inline-block; vertical-align:top; }
.about_one .counter ul li .nums{ color:#333333; line-height:1;}
.about_one .counter span{display:inline-block; vertical-align:top; overflow:hidden; letter-spacing:1px;  }
.about_one .counter label{display:inline-block;vertical-align:bottom;  line-height:2;font-weight:500;  }
.about_one .counter ul li:nth-child(1) label{font-size:16px;}
.about_one .counter ul li:nth-child(4) label{font-size:20px;}
.about_one .counter .h6{ font-weight: normal; font-size:16px;  overflow:hidden; line-height:20px;  margin-top:8px;  color:#333333;}
.about_one .counter ul li:hover{-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}

.about_one_ul{ overflow:hidden; margin-top:6%; margin-bottom:6%; }
.about_one_ul ul li{ float:left; width:32.33%; margin-right:1.5%; margin-bottom:2%; overflow:hidden; position:relative;}
.about_one_ul ul li:nth-child(3n+0){ margin-right:0;}
.about_one_ul ul li .imgs{ overflow:hidden;  position:relative; padding-top:59.04%;border-radius:10px;}
.about_one_ul ul li .imgs img{ position:absolute; top:0; left:0; width:100%; height:100%; display:block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.about_one_ul ul li .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.about_one_ul ul li .txts{ position:absolute; bottom:0; left:0; width:100%; overflow:hidden;transition:all 0.3s;}
.about_one_ul ul li .txts .h3{ font-weight:normal; max-width:440px; text-align:right; width:94%; margin:0 auto; height:60px; line-height:60px;overflow:hidden; font-size:20px;  color:#fff;white-space:nowrap;text-overflow:ellipsis;}


.about_t{ margin-top:7%;  overflow:hidden;}
.about_t .desc{color:#666666; overflow:hidden;  font-size:20px; line-height:1.2;}
.about_t .h3{  font-weight:bold; overflow:hidden; line-height:1.2; margin-top:1%; color:#333333;}

.about_two_bg{ background:#ececec; overflow:hidden;}
.about_two{ margin-top:3%; margin-bottom:7%; overflow:hidden;}
.about_two .p{ overflow:hidden; color:rgba(51,51,51,0.8); font-size:16px; line-height:36px; max-width:900px;}
.about_two_ul{ margin-top:3%; overflow:hidden;}
.about_two_ul li{ float:left; width:23.5%; margin-right:2%; overflow:hidden; text-align:center; background:#fff; border-radius:10px;}
.about_two_ul li:nth-child(4n+0){ margin-right:0;}
.about_two_ul li .imgs{ overflow:hidden; position:relative; padding-top:66.8%;}
.about_two_ul li .imgs img{display: block;width: 100%; height:100%; top:0; left:0; position:absolute;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.about_two_ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.about_two_ul li .txts{ /* overflow:hidden;  */width:96%; margin:0 auto; max-width:296px;margin-top:4%; /* margin-bottom:19%; */ margin-bottom: 6%; }
.about_two_ul li .txts .h3{ font-weight:bold; overflow:hidden; line-height:52px; height:52px; color:#333333; white-space:nowrap;text-overflow:ellipsis;}
.about_two_ul li .txts .p2{ color:#666666;font-size:16px; line-height:32px;/*  height:64px; *//* text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; */}
/*荣誉资质*/
.about_three{ overflow:hidden; background:#f7f7f7; background-size:cover;}
/*发展历程*/
.history_two{margin-top:3.5%;overflow:hidden; text-align:left;}
.history_two .history_two_con{ display:none; position:relative; overflow:hidden;}
.history_two .imgs{  width:50%;  float:left; overflow:hidden; border-radius:4px;}
.history_two .imgs img{ width:100%; height:100%; display:block;-webkit-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;-o-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
.history_two:hover .imgs img{-webkit-transform:scale(1.12, 1.12); -moz-transform:scale(1.12, 1.12); -o-transform:scale(1.12, 1.12); -ms-transform:scale(1.12, 1.12); transform:scale(1.12, 1.12);}
.history_two .txts{  width:48%;  position:absolute; top:0; right:0; height:100%; max-width:690px; overflow:hidden;display: flex; align-items: center; justify-content: left;}
.history_two .txts .year{ width:100%; font-weight:normal; color:#333333; overflow:hidden; line-height:56px;}
.about_history{ overflow:hidden;}
/*发展历程2*/
.about-page .history {
 margin-top:3.5%;
}
.about-page .history .gallery-top .swiper-slide {
  overflow: hidden;
}
.about-page .history .gallery-top .pic{width: 50%; float: left;overflow: hidden;border-radius: 4px;}
.about-page .history .gallery-top .text{width: 48%;position: absolute; top: 0;right: 0; height: 100%; max-width: 690px; overflow: hidden;  display: flex;  align-items: center; justify-content: left;}
.about-page .history .gallery-top img {
   width:100%; height:100%; display:block;-webkit-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;-o-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
}
.about-page .history .gallery-top .pic:hover img{-webkit-transform:scale(1.12, 1.12); -moz-transform:scale(1.12, 1.12); -o-transform:scale(1.12, 1.12); -ms-transform:scale(1.12, 1.12); transform:scale(1.12, 1.12);}

.about-page .history .gallery-top .txt{
   width:100%; font-weight:normal; color:#333333; overflow:hidden; line-height:56px;
}
.about-page .history .gallery-thumbs {
  margin-top: 2.4%; margin-bottom:6%;
}
.about-page .history .gallery-thumbs .swiper-slide {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  background: url(../images/history_ruler.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: 70px; color:#666;
  cursor: pointer;transition:all 0.3s; height:122px;
}
.about-page .history .gallery-thumbs .swiper-slide-thumb-active {
  color: #008ACF; font-size:2.0rem; background-image:url(../images/history_ruler_on.png);
}
/*团队人物*/
.about_four{ background:#efefef; overflow:hidden;}

@media screen and (max-width: 1200px) {
/*发展历程*/
.history_two .txts .year{ line-height:46px;}
/*发展历程2*/
.about-page .history .gallery-top .pic,
.about-page .history .gallery-top .text {
	width: 100%;
	float: none;
}
.about-page .history .gallery-top .txt{line-height:46px;}
.about-page .history .gallery-thumbs .swiper-slide {
	font-size: 2rem; 
	/*background-size: 100% 14px;
	padding-top: 24px;*/
}
/* .about-page .history .gallery-thumbs .swiper-slide-thumb-active { font-size:3.2rem;} */

}

@media screen and (max-width: 992px) {
    /*关于我们*/
.about_one .about_one_t{ float:none; width:100%; margin-right:0;}
.about_one .about_one_t .desc{ font-size:18px;}
.about_one .mlogo{ display:none;}
.about_one .about_one_con{ margin-top:4%; font-size:15px; line-height:30px;}
.about_one .about_one_t .h3{ margin-top:1%;}
.about_one_ul ul li .txts .h3{height:50px; line-height:50px; font-size:16px;}
.about_two .p{ font-size:15px; line-height:30px;}
.about_two_ul li .txts .p2{ font-size:15px; line-height:28px; /* height:56px; */}
.about_two_ul li .txts .h3{ height:44px; line-height:44px;}
.about_t .desc{ font-size:18px;}
/*发展历程*/
.history_two .txts .year{ line-height:36px;}
/*发展历程2*/
.about-page .history .gallery-top .txt{line-height:36px;}
.about-page .history .gallery-thumbs .swiper-slide { font-size:1.8rem; padding-top:60px; height:98px;}
/* .about-page .history .gallery-thumbs .swiper-slide-thumb-active { font-size:2.8rem;} */
}

@media screen and (max-width: 780px) {
    /*数字*/
.about_one .counter .h6{ font-size:14px;}
.about_one .counter ul li:nth-child(1) label{ font-size:14px;}
.about_one .counter ul li:nth-child(4) label{ font-size:18px;}
/*关于我们*/
.about_two_ul li{ width:49%; margin-bottom:2%;}
.about_two_ul li:nth-child(2n+0){ margin-right:0;}
}
@media screen and (max-width: 640px) {
    /*关于我们*/
.about_one .about_one_t .desc{ font-size:16px;}
.about_one_ul ul li .txts .h3{height:40px; line-height:40px; font-size:14px;}
.about_one .about_one_con{ font-size:14px; line-height:26px;}
.about_one .about_one_con .h3{ font-size:16px;}
.about_two .p{ font-size:14px; line-height:26px;}
.about_two_ul li .txts{ margin-bottom:10%;}
.about_two_ul li .txts .p2{ font-size:14px; line-height:26px; /* height:52px; */}
.about_t .desc{ font-size:16px;}
/*发展历程*/
.history_two .imgs{ width:100%; float:none;}
.history_two .txts{ width:100%; position:static; display:block; height:auto; margin-top:3%; margin-bottom:3%;}
.history_two .txts .year{ line-height:30px;}
/*发展历程2*/
.about-page .history .gallery-top .pic{width:100%; float:none;}
.about-page .history .gallery-top .text{ width:100%; position:static; display:block; height:auto; margin-top:3%; margin-bottom:3%;}
.about-page .history .gallery-top .txt{ line-height:30px;}
.about-page .history .gallery-thumbs .swiper-slide { font-size:1.6rem;padding-top:55px; height:82px;}
/* .about-page .history .gallery-thumbs .swiper-slide-thumb-active { font-size:2.4rem;} */
}
@media screen and (max-width: 480px) {
/*数字*/
.about_one .counter .h6{ font-size:13px; margin-top:3px;}
.about_one .counter span{ font-size:26px;}
.about_one .counter ul li:nth-child(4) label{ font-size:16px;}
/*关于我们*/
.about_one .about_one_t .desc{ font-size:14px;}
.about_one_ul ul li .txts .h3{height:30px; line-height:30px; font-size:13px;}
.about_one .about_one_con{ font-size:13px; line-height:22px;}
.about_two .p{ font-size:13px; line-height:22px;}
.about_two_ul{ margin-top:5%;}
.about_two_ul li .txts .p2{ font-size:13px; line-height:22px;/*  height:44px; */ margin-top:1%;}
.about_two_ul li .txts .h3{ height:32px; line-height:32px;}
.about_t .desc{ font-size:14px;}
/*发展历程*/
.history_two .txts .year{ line-height:26px; font-size:15px;}
/*发展历程2*/
.about-page .history .gallery-top .txt{line-height:26px; font-size:15px;}
.about-page .history .gallery-thumbs .swiper-slide{ padding-top:40px;}
}


/*产品中心*/
.product_one{ overflow:hidden; margin-top:8%; margin-bottom:6%;}
.product_one .product_one_l{ float:left; overflow:hidden; width:48%;color:#333; font-size:20px; max-width:690px;}
.product_one .product_one_l .h3{ font-weight:bold; color:#333333; overflow:hidden; line-height:1.3; margin-top:10%;}
.product_one .product_one_l .p{ overflow:hidden; line-height:30px; margin-top:4%; text-align:justify; padding-bottom:8%; position:relative;}
.product_one .product_one_l .p:after{ content:""; position:absolute; left:0; bottom:0; height:4px; width:80px; background:#008ACF;}
.product_one .imgs{ float:right; width:50%; max-width:571px; overflow:hidden;}
.product_one .imgs img{ width:100%; display: block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.product_one .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_bg{ background:#f5f8fa;padding-top:4%;padding-bottom:2%;}
.about_l{ float: left; background:#fff;width:336px; padding-left:30px;padding-right:30px;overflow:hidden;   margin-bottom:5%; position:relative;/*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1); box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/ margin-right:20px;}
.about_l .search_form{  height:44px; width:100%;border:1px solid #c5c6ca; border-radius:4px; margin-top:35px; }
.about_l .search_form .input_shurk{  float:right;width:calc(100% - 42px);width:-webkit-calc(100% - 42px);width:-moz-calc(100% - 42px); height:42px; line-height:42px; background:#fff;border:none;outline:medium; color:#999999; font-size:14px;}
.about_l .search_form .s_btns{ float:left; width:42px; height:42px;background:url(../images/product_pic1.png) center center no-repeat; background-size:14px auto; font-size:15px; color:#fff;  border:none;cursor:pointer; outline:none;}
.about_l .search_form .s_btns:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.about_l .i_left_ul2{ overflow:hidden;  /*background-color:#f4f8f9;*//* border:1px solid #dddddd; border-top:0;*/ margin-bottom:10px; background:#fff;}
.about_l .i_left_ul2 .borders{ padding-top:32px;}
.about_l .i_left_ul2 li h2{ font-weight:normal; overflow:hidden; padding-right:30px; height:60px;font-size:18px; color:#333333; position:relative;background:url(../images/product_pic2.png) right 15px center no-repeat; background-size:11px 7px;transition:all 0.3s;-webkit-tap-highlight-color:transparent; border-top:1px solid #e6e6e6;cursor: pointer; }
.about_l .i_left_ul2 li h2 span{ display:block; width:100%; line-height:22px; }
.about_l .i_left_ul2 li h2 span em{ font-style:normal; display:block; overflow:hidden; height:18px; line-height:18px; color:#999999; font-size:13px; font-family:Arial;}
/*.about_l .i_left_ul2 li:last-child h2{ border-bottom:0;}*/
.about_l .i_left_ul2 li h2 a{color:#333333; text-decoration:none; width:100%; display:block;transition:all 0.3s;height:100%; width:100%; line-height:70px;display: flex; align-items: center; justify-content: left;}
.about_l .i_left_ul2 li h2 a:hover{ color:var(--main-color);/*margin-left:3px; */}
.about_l .i_left_ul2 li h2:hover{background-image:url(../images/product_pic2_on2.png);}
.about_l .i_left_ul2 li.left_sel h2{ color:#333333; background-image:url(../images/product_pic2_on.png); }
.about_l .i_left_ul2 li.left_sel h2 a{ color:#008acf;}


.about_l .i_left_ul2 li{display:block;/* width:100%;*/ position:relative;/* border-bottom:1px solid #cccccc;*/}
.about_l .i_left_ul2 li:last-child h2 a{border-bottom:none; }
.about_l .i_left_ul2 li:last-child h1 a{ border-bottom:none; margin-bottom:0;}
.about_l .i_left_ul2 li h1{ font-weight:normal; overflow:hidden;padding-left:30px; padding-right:27px;  height:40px;line-height:40px;font-size:18px; color:#333; cursor:pointer; position:relative;background:url(../images/product_pic2.png) right 25px center no-repeat; background-size:10px 10px;transition:all 0.3s;-webkit-tap-highlight-color:transparent;}
.about_l .i_left_ul2 li h1 a{ color:#666666; text-decoration:none;display:block; transition:all 0.3s;}
.about_l .i_left_ul2 li h1:hover a{color:#01b4ed;margin-left:3px;}
.about_l .i_left_ul2 li.left_sel h1{ color:#01b4ed;background:url(../images/product_pic3.png) right 20px center no-repeat;}
.about_l .i_left_ul2 li.left_sel h1 a{ color:#01b4ed;}
.about_l .i_left_ul2 li div{ display:none; margin-bottom:4px; }
.about_l .i_left_ul2 li.left_sel div{ display:block;}
.about_l .i_left_ul2 li div a{ font-size:16px;  line-height:28px; padding-left:15px; padding-top:6px; padding-bottom:6px; overflow:hidden; display:block; color:#555555;transition:all 0.3s;/*display: flex; align-items: center; justify-content: left;*/ margin-bottom:6px;}
.about_l .i_left_ul2 li div a:hover{color:var(--main-color); /*margin-left:4px;*/}
.about_l .i_left_ul2 li div a.left_sel{color:var(--main-color); background:#ebf8ff;}
.about_l .i_left_ul2 li div dl{overflow:hidden;}
.about_l .i_left_ul2 li div dl dd{overflow:hidden; display:none; padding-bottom:1px;}
.about_l .i_left_ul2 li div dl dd p{ height:30px; line-height:30px; overflow:hidden; padding-left:37px; padding-right:10px; }
.about_l .i_left_ul2 li div dl dd p a{ height:30px; line-height:30px; overflow:hidden; display:block; padding-left:9px; padding-right:8px; color:#666666;background:url(../images/product_bg4.png) left center no-repeat;transition:all 0.3s;}
.about_l .i_left_ul2 li div dl dd p a:hover{color:#e94001;background-image:url(../images/product_bg4_on.png); margin-left:4px;}
.about_l .i_left_ul2 li div dl dd p.on a{ color:#e94001;background-image:url(../images/product_bg4_on.png);}
.about_l .i_left_ul2 li div dl span{ padding-left:23px; padding-right:8px; overflow:hidden; display:block; line-height:34px;  height:34px;font-size:14px; color:#333;cursor:pointer;background:url(../images/product_bg3.png) 16px center no-repeat; transition:all 0.3s;}
.about_l .i_left_ul2 li div dl span:hover{margin-left:4px;}
.about_l .i_left_ul2 li div dl span a{ color:#666666; text-decoration:none; display:inline;}
.about_l .i_left_ul2 li div dl span a:hover{color:#e94001; }
.about_l .i_left_ul2 li div dl span.left_sel{color:#e94001; background-image:url(../images/product_bg3_on.png);}
.about_l .i_left_ul2 li div dl span.left_sel a{color:#e94001;}
.about_l .i_left_ul2 li div dl span i{ float:right; margin-right:4px; width:8px; height:4px; background:url(../images/product_bg5.png) no-repeat; margin-top:15px; display:none;}
.about_l .i_left_ul2 li div dl span.left_sel i{ display:block;}
.about_r{ float:right;width:calc(100% - 356px);width:-webkit-calc(100% - 356px);width:-moz-calc(100% - 356px); }
.class-list li { width: 32%;float: left; margin-bottom: 2%; text-align: center; margin-right:2%; overflow:hidden;}
.class-list li:hover{box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);}
.class-list li:nth-child(3n){ margin-right:0;}
.class-list li a {display: block;}
.class-list li .picc img { width: 100%; display: block; height:100%;}
.class-list li .picc span { display: block; background: no-repeat center;background-size: cover;-moz-background-size: cover; -webkit-background-size: cover; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s;-o-transition-duration: 0.8s; transition-duration: 0.8s; position:absolute; top:0; width:100%; left:0; height:100%;}
.class-list li a:hover .picc span {/*opacity: .2;filter: alpha(opacity=20);*/transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1);}
/*.class-list li a:hover .text {background: var(--main-color);}*/
/*.class-list li a:hover .tit,
.class-list li a:hover .txt { color: #fff;}*/
.class-list li .picc{background: #fff; position: relative; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s;
 -ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;overflow: hidden; padding-top:66%;}
.class-list li .text { background: #fff;padding: 0px 2%;padding-bottom:16px;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s;-o-transition-duration: 0.4s; text-align:center; overflow:hidden;}
.class-list li .tit,
.class-list li .txt {height: 26px;line-height: 26px; overflow: hidden;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all;
  transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s; -o-transition-duration: 0.4s;color: #999999; font-size:16px; }
.class-list li .tit { font-size: 20px; color:#222222; height:32px; line-height:32px; margin-top:7px;}

@media screen and (max-width: 1200px) {
/*产品中心*/
.class-list li{ width:49%;}
.class-list li:nth-child(3n){ margin-right:2%;}
.class-list li:nth-child(2n){ margin-right:0;}
.class-list li .tit{ font-size:17px;}

}

@media screen and (max-width: 1100px) {
/*产品中心*/
.product_one .product_one_l{ font-size:18px;}
.class-list li .tit {font-size: 18px;}
}

@media screen and (max-width: 992px) {
/*产品中心*/
.product_one .product_one_l{ float:none; width:100%;font-size:16px;}
.product_one .imgs{ float:none; width:100%; max-width:none;}
.about_l{ float:none; width:0%; padding-left:0; padding-right:0; background:none; margin-right:0; z-index: 19891025; right: 0%; position:absolute; overflow: hidden; top:0; height:100%; margin-bottom:0;}
.about_l.lws{ width:90%; max-width:410px;}
/*.about_l .i_left_ul2 li:after{ top:16px; height:22px;}*/
.about_l .i_left_ul2{ padding-left:3%; padding-right:3%;}
.about_l .i_left_ul2 li h1{ padding-right:12px;font-size:16px;}
.about_l .i_left_ul2 li h2{padding-right:12px; font-size:16px; background-position:right 7px center;}
.about_l .i_left_ul2 li div{   margin-bottom:2px; }
.about_l .i_left_ul2 li div a{ font-size:14px;}
.postions.bgs3{height:44px; line-height:44px;}
.about_l .search_form{ max-width:none;}
.about_r{ float:none;width:calc(100% - 0px);width:-webkit-calc(100% - 0px);width:-moz-calc(100% - 0px);}
.product_one .product_one_l .h3{ margin-top:6%;}
.class-list li a:hover .picc span {opacity: 1;filter: alpha(opacity=100);transform: scale(1, 1);-webkit-transform: scale(1, 1);-ms-transform: scale(1, 1);-o-transform: scale(1, 1);-moz-transform: scale(1, 1);}
/*.class-list li a:hover .text {background: #f8f8f8;}*/
.class-list li a:hover .tit{color: #333;}
.class-list li a:hover .txt {color: #666;}
.class-list li .picc::after {display: none;}
.class-list li .text {padding: 10px;}
.class-list li .tit {font-size: 16px;}
.class-list li .txt { font-size:13px;}
}

@media screen and (max-width: 830px) {
/*产品中心*/
.about_l .search_form{ margin-top:3%;}
}

@media screen and (max-width: 780px) {
/*产品中心*/
.about_l .i_left_ul2{ margin-bottom:10px;}
.about_l .search_form{ margin-top:4%; height:32px;}
.about_l .search_form .input_shurk{ width: calc(100% - 30px); width: -webkit-calc(100% - 30px);  width: -moz-calc(100% - 30px); height:30px; line-height:30px;}
.about_l .search_form .s_btns{ width:30px; height:30px;}
}

@media screen and (max-width: 640px) {
/*产品中心*/
.product_one .product_one_l{ font-size:15px;}
.product_one .product_one_l .p{ line-height:26px;}
.about_l .i_left_ul2{ margin-bottom:8px;}
.class-list li .tit{ font-size:15px;}
}

@media screen and (max-width: 480px) {
/*产品中心*/
.product_one .product_one_l{ font-size:14px;}
.product_one .product_one_l .h3{ margin-top:6%;}
.product_one .product_one_l .p{ line-height:24px;}
.class-list li .tit, .class-list li .txt{ height:22px; line-height:22px;}
.class-list li .txt{ font-size:12px;}
.class-list li .tit{ font-size:14px;}
}

@media screen and (max-width: 420px) {
/*产品中心*/
.product_one .product_one_l{ font-size:13px;}
}

/*产品详细*/
.flex{display: -webkit-flex; display: -ms-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.index_public_cn{
  font-size: 2.09vw;
  /* line-height: 3.2291666vw; */
  line-height: 1.1;
  font-weight: bold;
  color: #333333;
}
.index_public_icon{
  /* width: 0.625vw;
    height: 0.625vw; */
    width: 12px;
    height: 12px;
  margin-left: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #008ACF;
  display: inline-block;
  vertical-align: top;transition:all 0.3s;
}
.index_public_title:hover .index_public_icon{transform: translateX(-5px);margin-top: 5px;}
.agency_one{overflow: hidden;margin-bottom: 5%;}
.agency_one .agency_one_img{float: left;width: 50%;overflow: hidden;border-radius: 6px;}
.agency_one .agency_one_img img{width: 100%;}
.agency_one .agency_one_r{overflow: hidden;float: right;width: 48%;max-width: 742px;}
.agency_one .agency_one_r .h1{font-weight: bold;overflow: hidden;line-height: 1.6; color: #333;padding-bottom: 2%;border-bottom: 1px solid #CCCCCC; margin-bottom: 2%;}
.agency_one .agency_one_r .ul li{display: block;overflow: hidden;padding-top: 1%;padding-bottom: 2%;line-height: 32px;font-size: 16px;}
.agency_one .agency_one_r .ul li:first-child .h4{margin-bottom: 5px;}
.agency_one .agency_one_r .ul li .h4{font-weight: bold;color: #333;font-size: 16px;margin-right: 18px;}
.agency_one .agency_one_r .ul li .p{overflow: hidden; color: #999999;}
.agency_one .agency_one_r .ul li .p .pic{ vertical-align: sub; margin-right: 9px;}
.agency_one .agency_one_r .ul li .p a{color:#008ACF;}
.agency_one .agency_one_r .ul li .p a:hover{ text-decoration: underline;}
.agency_two{overflow: hidden;margin-top: 2%;font-size: 16px;margin-bottom: 5%;}
.agency_two table tr td { border:  1px solid #ccc!important;border-collapse: collapse;vertical-align: middle;} 
.agency_two td{height: 50px!important;} 
.agency_two table tr{height: 50px!important;} 
.agency_two p {font-family:'微软雅黑','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial',"宋体",'sans-serif',\5b8b\4f53!important;} 
.agency_two table{ width:100%;border-collapse:collapse;border-spacing:0; text-align: center;}
.agency_two table th{ background:#008ACF; height:60px;border:1px solid #ccc;width: 25%;color: #fff;font-size: 20px;}
.agency_two table td{ line-height:22px;height:50px; border:1px solid #ccc; padding-top:6px; padding-bottom:6px; padding-left:2%; padding-right:2%;word-break: break-all;}
.agency_two table tr td:nth-child(1),.agency_two table tr td:nth-child(3){background: #f7f8fa; }
/*图标*/
.index_product_button{
  margin-top: 2.08333vw;
}
.index_public_button{
  width: 8.333vw;
  height: 2.6041666vw;
  padding: 0.26041666vw;
  -webkit-border-radius:30px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  /* opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(3vw);
  transform: translateY(3vw); */
}
.index_public_button::before{/*去掉就没白底*/
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-border-radius:30px;
  border-radius: 30px;
  -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
  transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_product_wrap .index_public_button::before{ background: #fafafa;}
.i_agency .index_public_button::before{ background: #fafafa;}
.agency_list .index_public_button::before{ background: #fafafa;}
.index_public_button:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}

.index_public_button svg{width: 100%;}
.index_public_button .a{position: relative;
  z-index: 9;
  -webkit-align-items: center;
  align-items: center;}
.index_public_btn_icon{
  width: 2.08333vw;
    height: 2.08333vw;
    position: relative;
    background: #008ACF;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
    transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_public_btn_svg{
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.index_public_btn_svg svg{
  width: 20%;
  fill: #fff;
  -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
  transition: all .8s cubic-bezier(.55, .17, .37, .94);
}
.index_public_btn_hover{
  position: absolute;
  left: 0;
  top: 0;}
.index_public_btn_hover svg{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.index_public_btn_read{
  width: calc(100% - 2.08333vw);
  text-align: center;
  position: relative;
  justify-content: center;
}

.index_public_btn_content{
  position: relative;
}

.index_public_btn_text{
  color: #666;
  line-height: 1.041666vw;
  font-size: 14px;
  -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
  transition: all .8s cubic-bezier(.55, .17, .37, .94);
}


.index_product_button{
  margin-top: 2.08333vw;
}
/*图标鼠标经过*/
.index_public_button:hover .index_public_btn_default svg {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
  transition: all .8s cubic-bezier(.55, .17, .37, .94);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.index_public_button:hover .index_public_btn_hover svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all .8s cubic-bezier(.55, .17, .37, .94);
  transition: all .8s cubic-bezier(.55, .17, .37, .94);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.index_public_button:hover .index_public_text_default {
  color: #1d2088;
}

.index_public_button:hover:after {
  width: 100%;
}
/*白底图标*/
.index_color_button:hover:after {
  background: #008ACF;
}

.index_color_button:hover .index_public_btn_icon {
  background: #fff;
}

.index_color_button:hover .index_public_btn_svg svg {
  fill: #008ACF;
}

.index_color_button:hover .index_public_btn_text {
  color: #fff !important;
}

@media screen and (max-width: 1400px) {
/*产品详细*/
.agency_one .agency_one_r .ul li{line-height: 30px;}
}
@media screen and (max-width: 1200px) {
/*产品详细*/
.agency_one .agency_one_r .ul li .h4{font-size: 15px;}
.agency_one .agency_one_r .ul li{line-height: 26px;font-size: 15px;}
.agency_two{font-size: 15px;}
.agency_two table th{font-size: 18px;}

/*图标*/
.index_product_button{margin: 2.415458vw 0 4.246376vw 0;}
.index_public_button{
  width:120px;
  height: 32px;
  padding: 3px;
    /* height: 9.6618357vw;
    padding: 0.966183vw;
    -webkit-border-radius: 4.8309178vw;
    border-radius: 4.8309178vw; */
}
.index_public_btn_read{/* width: calc(100% - 2.08333vw); */width: calc(100% - 30px);}
.index_public_btn_text{
  /* color: #000033; */
  line-height: 24px;
  /* line-height: 7.7294685vw;
  font-size: 3.381642vw; */
}
.index_public_btn_icon{
  /* width: 7.7294685vw;
    height: 7.7294685vw; */
    width: 26px;
    height: 26px;
}
.index_product_button{margin: 2.415458vw 0 4.246376vw 0;}

}
@media screen and (max-width: 1100px) {
/*产品详细*/
.agency_one{display: block;}
  .agency_one .agency_one_img{float: none;width: 100%;}
  .agency_one .agency_one_r{float: none;width: 100%;max-width: none;margin-top: 3%;}
  .agency_one .agency_one_r .ul li .h4.l{float: none;margin-right: 0;margin-bottom: 5px;}
}
@media screen and (max-width: 1000px) {
  /*产品详细*/
  .agency_one{margin-top: 5%;}
}
@media screen and (max-width: 960px) {
  /*产品详细*/
  .agency_two{font-size: 14px;}
  .agency_two table th{font-size: 16px;height: 50px;}
  .agency_two table td{height: 40px;}
}
@media screen and (max-width: 640px) {
  /*产品详细*/
  .index_public_cn{ font-size: 3.6vw;/* line-height: 1.6; */}
  .index_public_icon{
    /* width: 1vw;
      height:1vw; */
      width: 10px;
      height:10px;
  }
  .index_public_title:hover .index_public_icon{transform: translateX(0px);margin-top: 0px;}
  .agency_two{font-size: 13px;}
  .agency_two table th{font-size: 15px;height: 40px;}
  .agency_two table td{height: 36px;}
  /*图标*/
.index_public_btn_text{font-size: 13px;}
}
@media screen and (max-width: 480px) {
  /*产品详细*/
  .index_public_cn{ font-size: 4.6vw;}
  .index_public_icon{width: 8px;height: 8px;}
  .agency_one{margin-bottom: 6%;}
  .agency_one .agency_one_r .ul li{font-size: 14px;}
  .agency_one .agency_one_r .ul li .h4{font-size: 14px;}
   .agency_two{font-size: 12px;margin-bottom: 6%;}
   .agency_two table th{font-size: 14px;}
}
@media screen and (max-width: 420px) {
  /*产品详细*/
  .index_public_cn{ font-size: 5vw;}
}

/*新闻列表*/
.newsPage {
  padding: 3% 0 0px 0;
}
.newsPage.bg1 {
  background: #f3f3f3;padding-bottom: 5%;
}
.newsList {
overflow: hidden;
}
.newsList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsList li a {
  display: block;
  padding: 52px 0;
  position: relative;
}
.newsList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsList li a:hover .line::after {
  width: 100%;
}
.newsList li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsList li a:hover .date {
  opacity: 0;
}
.newsList li a:hover .pcMore2 {
  opacity: 1;
}
.newsList li .line {
  width: 100%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.newsList li .line::after {
  width: 0;
  height: 1px;
  content: " ";
  background: #008ACF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.newsList li .pic {
  width: 306px;
  float: left;
  overflow: hidden;position: relative;padding-top:200px;
}
.newsList li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  position: absolute;top: 0;left: 0;width: 100%;/* height: 100%; */
}
.newsList li .right {
  width: 218px;
  height: 196px;
  float: right;
  border-left: solid 1px #eaeaea;
  position: relative;
}
.newsList li .pcMore2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  opacity: 0;
}
.newsList li .date {
  font-size: 26px;
  font-family: "Arial";
  color: #e0e0e0;
  font-weight: bold;
  text-align: right;
  padding-top: 50px;
  box-sizing: border-box;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsList li .date span {
  display: block;
  font-size: 62px;
  font-weight: normal;
}
.newsList li .text {
  padding: 40px 280px 0 354px;
  box-sizing: border-box;
}
.newsList li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #2a2736;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsList li .txt {
  height: 56px;
  line-height: 28px;
  font-size: 15px;
  color: #888888;
  margin-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.pcMore2,
.pcMore1 {
  width: 166px;
  height: 46px;
  line-height: 46px;
  display: block;
  margin: 0 auto;
  background: #008ACF;
  text-indent: 35px;
  position: relative;
}
.pcMore2:hover span,
.pcMore1:hover span {
  background-position: right 20px center;
}
.pcMore2:hover::after,
.pcMore1:hover::after {
  width: 100%;
}
.pcMore2::after,
.pcMore1::after {
  content: " ";
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #008ACF;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcMore2 span,
.pcMore1 span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: url(../images/arrow1.png) no-repeat right 34px center;
  display: block;
  font-size: 15px;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcMore2 {
  text-indent: 0;
  text-align: center;
}
.pcMore2 span {
  background: none;
}

@media screen and (max-width: 1200px) {
  /*新闻列表*/
  .newsList li a {
    padding: 20px 0;
  }
  .newsList li a:hover img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  .newsList li a:hover .date {
    opacity: 1;
  }
  .newsList li .line::after {
    display: none;
  }
  .newsList li .pic {
    width: 140px;padding-top: 92px;
  }
  .newsList li .right {
    width: 100px;
    height: 90px;
  }
  .newsList li .pcMore2 {
    display: none;
  }
  .newsList li .date {
    font-size: 20px;
    padding-top: 20px;
  }
  .newsList li .date span {
    font-size: 30px;
  }
  .newsList li .text {
    padding: 10px 120px 0 160px;
  }
  .newsList li .tit {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  .newsList li .txt {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  /*新闻列表*/
  .newsList li .pic {
		width: 120px;padding-top: 80px;
	}
	.newsList li .right {
		display: none;
	}
	.newsList li .text {
		padding: 0px 0px 0 130px;
	}
} 
 /*新闻详细*/
 .newsPage .sidebar {
  width: 374px;
  float: right;
}
.newsPage .sidebar .title {
  line-height: 50px;
  font-size: 22px;
  color: #333333;
}
.newsPage .sidebar .news {
  padding: 32px 26px;
  box-sizing: border-box;
  background: #fff;
}
.newsPage .sidebar .news li:last-child a {
  border-bottom: none;
}
.newsPage .sidebar .news li a {
  padding: 16px 0;
  display: block;
  border-bottom: solid 1px #e6e6e6;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .sidebar .news li a:hover .tit {
  color: #008ACF;
}
.newsPage .sidebar .news li .tit,
.newsPage .sidebar .news li .txt {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .sidebar .news li .tit {
  font-size: 16px;
  color: #333333;
}
.newsPage .sidebar .news li .txt {
  font-size: 14px;
  color: #c8c8c8;
}
.newsPage .details {
  max-width: 1202px;
  width:calc(98% - 374px);width:-webkit-calc(98% - 374px);width:-moz-calc(98% - 374px);
  float: left;
  background: #fff;
  padding: 42px 42px 70px 42px;
  box-sizing: border-box;
}
.newsPage .details .title {
  line-height: 36px;
  font-size: 26px;
  color: #333333;
}
.newsPage .details .info {
  line-height: 25px;
  font-size: 15px;
  color: #c8c8c8;
  margin-top: 12px;
}
.newsPage .details #share2 {
  float: right;
}
.newsPage .details #share2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .details #share2 a {
  width: 25px;
  height: 25px;
  margin: 0 0 0 8px;
  float: left;
  background: no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .details #share2 .icon-qq {
  background-image: url(../images/details_share1.png);
}
.newsPage .details #share2 .icon-qq:hover {
  background-image: url(../images/details_share11.png);
}
.newsPage .details #share2 .icon-weibo {
  background-image: url(../images/details_share2.png);
}
.newsPage .details #share2 .icon-weibo:hover {
  background-image: url(../images/details_share22.png);
}
.newsPage .details #share2 .icon-wechat {
  background-image: url(../images/details_share3.png);
  position: relative;
}
.newsPage .details #share2 .icon-wechat:hover {
  background-image: url(../images/details_share33.png);
}
.newsPage .details .article {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 34px 0;
  margin: 20px 0 35px 0;
}
.newsPage .details .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .details .prevnext a {
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #333333;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .details .prevnext a:hover {
  background-color: #008ACF;
  color: #fff;
}
.newsPage .details .prevnext .prev {
  float: left;
  text-indent: 60px;
  background-image: url(../images/arrow7.png);
  background-position: 36px center;
}
.newsPage .details .prevnext .prev:hover {
  background-image: url(../images/arrow9.png);
  background-position: 26px center;
}
.newsPage .details .prevnext .next {
  float: right;
  text-indent: 35px;
  background-image: url(../images/arrow8.png);
  background-position: right 36px center;
}
.newsPage .details .prevnext .next:hover {
  background-image: url(../images/arrow10.png);
  background-position: right 26px center;
}

@media only screen and (max-width: 1400px) {
   /*新闻详细*/
.newsPage .sidebar {
    width: 300px;
  }
.newsPage .sidebar .news {
    padding: 32px 20px;
  }
  .newsPage .details {
    padding: 30px 30px 50px 30px;
    width: calc(98% - 300px);
    width: -webkit-calc(98% - 300px);
    width: -moz-calc(98% - 300px);
  }
}
@media only screen and (max-width: 1200px) {
  /*新闻详细*/
  .newsPage .sidebar {
    display: none;
  }
  .newsPage .details {
    max-width: none;
    width:calc(100% - 0px);width:-webkit-calc(100% - 0px);width:-moz-calc(100% - 0px);
    margin: 0 auto;
    float: none;
    
  }
  .newsPage .details .title {
    line-height: 30px;
    font-size: 20px;
  }
  .newsPage .details .info {
    font-size: 14px;
    margin-top: 10px;
  }
  .newsPage .details #share2 {
    float: none;
    margin-top: 10px;
  }
  .newsPage .details #share2 .icon-qq:hover {
    background-image: url(../images/details_share1.png);
  }
  .newsPage .details #share2 .icon-weibo:hover {
    background-image: url(../images/details_share2.png);
  }
  .newsPage .details #share2 .icon-wechat:hover {
    background-image: url(../images/details_share3.png);
  }
  .newsPage .details .article {
    padding: 20px 0;
    margin: 20px 0;
  }
  .newsPage .details .prevnext a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .newsPage .details .prevnext a:hover {
    background-color: #f5f5f5;
    color: #333333;
  }
  .newsPage .details .prevnext .prev:hover,
  .newsPage .details .prevnext .prev {
    text-indent: 40px;
    background-image: url(../images/arrow7.png);
    background-position: 16px center;
  }
  .newsPage .details .prevnext .next:hover ,
  .newsPage .details .prevnext .next {
    text-indent: 30px;
    background-image: url(../images/arrow8.png);
    background-position: right 16px center;
  }
}
@media only screen and (max-width: 640px) {
  /*新闻详细*/
.newsPage .details {padding: 20px 10px 20px 10px;}
.article{font-size: 1.4rem;line-height: 26px;}
}
/*人才招聘*/
.brand_bg{ background:#f9f8f7; overflow:hidden; clear:both;}
.o_title{ text-align:left;  /*  margin-top:8%; */ overflow:hidden; position:relative;}
/* .o_title:before{ position:absolute; content:""; top:1px; left:0%;  width:100%;height:2px; background:#e3ddda;}
.o_title:after{ position:absolute; content:""; top:0; left:0%;  width:48px; height:4px; background:#008ACF; border-radius:4px;} */
.o_title .h3{font-weight: bold;color: #000000;line-height: 1.2; overflow:hidden; margin-top:8%;}
.o_title .p{  color:#666666; overflow:hidden;  margin-top:5px; line-height:1.1; font-size:16px;}
.o_title .desc{ float:right; display:block; line-height:26px;  overflow:hidden; color:#008ACF; font-size:17px; margin-top:-52px; max-width:590px;}
.job_title{ margin-top:6%; overflow:hidden;}
.job_title .h3{ float:left; color:#000000; font-weight:normal; overflow:hidden; line-height:52px; width:55%;}
.job_title .txts{ float:right; max-width:540px; width:43%; font-size:17px; color:#666666; line-height:26px;}
.faq_ul{ margin-top:5%; margin-bottom:5%;}
.faq_ul ul li{ display:block; overflow:hidden; background:url(../images/faq_bg4.png) #fff right 40px top 35px no-repeat;transition:all 0.3s; cursor:pointer;-webkit-tap-highlight-color:transparent; background-size:40px 40px; margin-bottom:40px; padding-left:40px; padding-right:40px;}
.faq_ul ul li:last-child{ margin-bottom:0;}
.faq_ul ul li:hover{ background-image:url(../images/faq_bg4_on.png);/* background-color:#fff;*/box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.1);}
/*.faq_ul ul li:hover .h3{   color:#fff; background-image:url(../images/job_bg1_on.png);}
.faq_ul ul li.on .h3{ background-image:url(../images/job_bg1.png); color:#333;}*/
.faq_ul ul li.on .h3 em{ color:#008ACF;}
.faq_ul ul li:hover .h3 em{ color:#008ACF;}
/*.faq_ul ul li.on:hover .h3{ color:#333;}
.faq_ul ul li.on:hover{ background-color:#fff;}*/
.faq_ul ul li.on{ background-image:url(../images/faq_bg4_on2.png);}
.faq_ul ul li .h3{ font-weight:normal; overflow:hidden; padding-top:35px; padding-bottom:35px;line-height:40px; /*white-space:nowrap;text-overflow:ellipsis;*/  color:#333333; transition:all 0.3s; position:relative; font-size:20px; border-bottom:1px solid #dddddd; padding-left:40px; background:url(../images/job_bg1.png) left top 43px no-repeat; background-size:22px 24px;}
.faq_ul ul li .h3 em{ float:right; overflow:hidden; font-style:normal; color:#666666; font-size:15px; padding-right:60px;}
.faq_ul ul li .desc{ color:#666666; overflow:hidden; font-size:17px; line-height:36px; padding-top:30px; padding-bottom:30px;}
/*.faq_ul ul li:hover .desc{ color:#fff;}
.faq_ul ul li.on:hover .desc{ color:#666666;}*/
.faq_ul ul li .desc label{ display:inline-block; vertical-align:top; margin-right:6%;}
.faq_ul ul li .desc label:nth-child(4){ margin-right:0;}
.faq_ul ul li .desc label:nth-child(5){ display:block;}
.faq_ul ul li .down{ overflow:hidden; line-height:36px; font-size:17px;padding: 3% 0 3%  0; display: none; color:#777777; border-top:1px solid #dddddd;}
.faq_ul ul li .down .h4{ font-weight:normal; color:#333333; overflow:hidden; margin-bottom:0.5%; font-size:17px;}
.faq_ul ul li .down .p{ overflow:hidden; margin-bottom:2%;}
.faq_ul ul li .down .p:last-child{ margin-bottom:0;}
.faq_ul ul li .down .two{ overflow:hidden; margin-top:1%; padding-top:2.5%; border-top:1px solid #dddddd;}
.faq_ul ul li .down .two a{ color:#f6f6f6; background:#008ACF; display:block; width:190px; line-height:54px; height:54px; text-align:center; overflow:hidden;transition:all 0.3s; border-radius:6px; }
.faq_ul ul li .down .two a:hover{opacity:0.8;filter:Alpha(opacity=80);}
@media screen and (max-width: 1360px) {
  /*人才招聘*/
  .job_title .txts{ font-size:16px;}
}
@media only screen and (max-width: 780px) {
  /*人才招聘*/
  .job_title .txts{ font-size:15px;}
  .faq_ul ul li .down{  line-height:30px; font-size:16px;}
  .faq_ul ul li .down .h4{ font-size:16px;}
  .faq_ul ul li .desc{ font-size:16px; line-height:30px; padding-top:20px; padding-bottom:20px;}
}
@media only screen and (max-width: 992px) {
  /*人才招聘*/
  .job_title .h3{ float:none; width:100%; max-width:none; line-height:1.3;}
.job_title .txts{ float:none; width:100%; max-width:none; margin-top:2%;}
.faq_ul ul li{ margin-bottom:20px;padding-left:23px; padding-right:23px; background-position:right 23px top 16px;}
.faq_ul ul li .down{  line-height:26px; font-size:15px;}
.faq_ul ul li .down .h4{ font-size:15px;}
.faq_ul ul li .h3{  padding-top:14px; padding-bottom:14px; padding-left:30px; font-size:18px; background-position:left top 21px; background-size:20px 22px; }
.faq_ul ul li .h3 em{ font-size:13px;}
.faq_ul ul li .desc{ line-height:26px; padding-top:15px; padding-bottom:15px; font-size:15px;}
.faq_ul ul li .down .two{ padding-top:3%;}
.faq_ul ul li .down .two a{ width:140px; height:44px; line-height:44px;}
}
@media only screen and (max-width: 780px) {
  /*人才招聘*/
  .o_title .desc{ float:none; margin-top:2%;}
}
@media only screen and (max-width: 640px) {
  /*人才招聘*/
  .o_title .h3{ margin-top:6%;}
  .o_title .p{ font-size:14px;}
  .o_title .desc{ font-size:15px; line-height:24px; }
  .faq_ul ul li{ padding-left:13px; padding-right:13px; background-position:right 13px top 20px; margin-bottom:10px; background-size:30px 30px;}
.faq_ul ul li .h3{ font-size:14px; background-position:left top 21px;}
.faq_ul ul li .h3 em{ padding-right:40px; font-size:12px;}
.faq_ul ul li .down{ font-size:14px; line-height:24px;}
.faq_ul ul li .down .h4{ font-size:14px; margin-bottom:1%;}
.faq_ul ul li .down .two a{width:130px; height:36px; line-height:36px;}
.faq_ul ul li .desc{font-size:13px; line-height:24px;}
}
@media only screen and (max-width: 480px) {
  /*人才招聘*/
  .o_title .p{ font-size:13px;}
  .o_title .desc{ font-size:14px; line-height:22px; }
  .faq_ul ul li{ background-position:right 13px top 12px;}
.faq_ul ul li .down{ padding-top:20px; padding-bottom:20px; font-size:12px; line-height:22px;}
.faq_ul ul li .down .h4{ font-size:13px;}
.faq_ul.bg2 ul li .down{ padding-top:20px; padding-bottom:20px;}
.faq_ul ul li .desc{ line-height:22px; font-size:12px; padding-top:12px; padding-bottom:12px;}
.faq_ul ul li .h3 em{ font-size:12px; padding-right:40px;}
.faq_ul ul li .h3{ padding-left:22px; background-size:16px 17px; background-position:left top 16px; line-height:24px;}
.faq_ul ul li .down .two{ padding-top:4%;}
}
@media only screen and (max-width: 420px) {
  /*人才招聘*/
  .o_title .p{ font-size:12px;}
  .o_title .desc{ font-size:13px; line-height:20px;}
}
@media only screen and (max-width: 360px) {
  /*人才招聘*/
  .o_title .desc{ font-size:12px;}
}
  /*联系我们*/
  .contact_bg{ background:#f3f5f7; overflow:hidden;}
  .ny-lxwm-header{
    padding: 4vw 0 3.5vw;
    /*margin: 0 8.3vw;*/
    background: url(../images/contact_pic1.png) no-repeat center bottom;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    background-size: 100%;
}
.ny-lxwm-header h2{
    color: #008ACF;
    font-family: 'arial';
    font-size: 7.3vw;
}
.map{ position:relative; top:0;}
.map .map_img{ width:100%; position:relative; z-index:0;}
.map .map_img img{ width:100%;min-height: 370px;}
.map .map_img:after{ content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(3,25,44,0.78);}
.map_txt{ position:absolute;}
.map_txt h1{/*font-size: 56px;*/ color: #fff; margin-bottom: 45px; letter-spacing: 3px;}
.map_txt p{ color: #fff;margin-bottom: 109px;letter-spacing: 3px;}
.map_txt button{width: 180px;color: #fff;background:none; cursor:pointer; display:block; overflow:hidden; font-family:"微软雅黑";}
.map_center{position: absolute;transform: translateY(-50%); -ms-transform: translateY(-50%);-moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); width: 500px;height: 500px;}
.map_center p{position: relative;font-size: 36px; font-weight: bold; padding: 0 0px 20px 0;  color: #70868f; border-bottom: 1px solid #70868f; text-transform: uppercase; width: 48%; margin-top: 40%;}
.map_center p:after{
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    transform: translateY(50%);
    -ms-transform:translateY(50%);     /* IE 9 */
    -moz-transform:translateY(50%);    /* Firefox */
    -webkit-transform:translateY(50%); /* Safari 和 Chrome */
    -o-transform:translateY(50%);  /* Opera */
    width: 17px;
    height: 17px;
    background:#fff;
    border-radius: 50%;
}
.map_center span{
	position: absolute;
	right: -40px;
	bottom: -50px;
	width: 100px;
	height: 100px; 
	background-color: #38fdff;
	border-radius: 50%;
	/* opacity: .4; */
	animation: dots 3s infinite;
	-moz-animation: dots 3s infinite;
	-webkit-animation: dots 3s infinite;
	-o-animation: dots 3s infinite;
	display: block;
}
@keyframes dots{

    0%{
        transform: scale(0);
      -ms-transform:scale(0);     
      -moz-transform:scale(0);    
      -webkit-transform:scale(0); 
      -o-transform:scale(0); 
        opacity: .3;
    }
    100%{
      transform: scale(5);
      -ms-transform:scale(5);     
      -moz-transform:scale(5);    
      -webkit-transform:scale(5); 
      -o-transform:scale(5); 
      opacity: 0;
    }
}
.ny-lxwm-map{
    margin: 4.4vw 0 0;
}
.ny-lxwm-map .map_center{
    top: 40%;
    right: 47px;
}
.ny-lxwm-map .map_txt{
    top: 0;
    left: 100px;
}
.ny-lxwm-map .map_txt span{
    width: 50px;
    height: 5px;
    background: #fff;
    display: block;
    margin-top: 7.3vw;
}


.ny-lxwm-map .map_txt button{
    position:relative;
    height:48px;
    border-radius:inherit;
    border: 2px solid #fff;transition: all 0.3s;
}
.ny-lxwm-map .map_txt button p{
    line-height:44px;
   
}
.ny-lxwm-map .map_txt button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: transform .3s ease;
    background: #fff;
    z-index: 10;
}
.ny-lxwm-map .map_txt button:hover{
    box-shadow:inherit;
}
.ny-lxwm-map .map_txt button:hover::after {
    transform: scaleX(1);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.ny-lxwm-map .map_txt button:hover p{
    position: absolute;
    color:#008ACF;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ny-lxwm-map .map_txt h1{
    margin-top: 2.6vw;
}
.ny-lxwm-map .map_txt:after{
    content: none;
}
.ny-lxwm-lxfs{
    padding: 4.2vw 0vw;
}
.ny-lxwm-lxfs .contact_title span{
    font-family: "微软雅黑";
    color:#008ACF;
    
}
.ny-lxwm-lxfs .contact_title span span{
    font-weight: bold;
   
}
.ny-lxwm-lxfs .contact_loc{
    border:1px solid #ccc
}
.ny-lxwm-lxfs .contact_loc:hover{
    border:1px solid #666666;
}
.ny-lxwm-lxfs .contact_loc h4{
    margin-bottom: 1vw;
    font-family: "微软雅黑";
    color:#222;
    font-size:24px;
}
.ny-lxwm-lxfs .contact_loc .h4{
    font-family: "微软雅黑";
    font-size:20px;
}
.ny-lxwm-lxfs .contact_loc h5{
    font-family: "微软雅黑";
    color:#666;
    font-size:16px;
}
.ny-lxwm-lxfs .contact_loc h5 span{
    color: #666;
}
.fl{ float:left;}
.contact1 .contact_title{
    /*padding-bottom: 105px;*/
}
.contact1 .contact_title h1{
    font-size: 60px;
    color: #008ACF;
    display: inline-block;
    margin-right: 72px;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 66px;
}
.contact1 .contact_title .phone{
    height: 56px;
    position: relative;
    padding-left: 66px; margin-right:4%; margin-top:60px;
}
.contact1 .contact_title img{
    margin-right: 23px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);     /* IE 9 */
    -moz-transform:translateY(-50%);    /* Firefox */
    -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
    -o-transform:translateY(-50%);
    left: 0px;
}
.contact1 .contact_title span{
  
    color: #008ACF;
    line-height: 46px;
    letter-spacing: 1.5px;
}
.contact1 .contact_title span a{
    color: #008ACF !important;
}
.contact1 .contact_title .phone2{ overflow:hidden;}
.contact1 .contact_title .phone2 dl dd{ overflow:hidden; float:left; text-align:center; width:50%; position:relative; line-height:28px; color:#555555; font-size:18px;}
.contact1 .contact_title .phone2 dl dd:nth-child(1):after{ content:""; position:absolute; right:0; height:90%; top:5%; overflow:hidden; background:#dedede; width:1px;}
.contact1 .contact_title .phone2 dl dd .boxs{ max-width:94%; margin:0 auto; display:inline-block; vertical-align:top;text-align:left;}
.contact1 .contact_title .phone2 dl dd .h5{ font-weight:bold; overflow:hidden; line-height:1.6; color:#333333;}
.contact1 .contact_title .phone2 dl dd .h4{ font-weight:normal; overflow:hidden; line-height:28px; height:28px; margin-top:15px; color:#333333;}
.contact1 .contact_title .phone2 dl dd a{ color:#555;}
.contact1 .contact_title .phone2 dl dd a:hover{ color:#008ACF;}
.contact1 .contact_title .phone2 dl dd p{ overflow:hidden;}
.contact1 .contact_title .phone2 dl dd .email{ margin-top:22px; }
.ny-lxwm-ywzx{
    padding: 0 0 6.5vw;
    
}
.lxwm-ywzx-cont{
    width: 100%;
    /*height: 37.5vw;*/
    background: url(../img/contact_img1.jpg) no-repeat center;
    background-size: cover; overflow:hidden;
}
.ywzx-cont-box{
    width: 50%;
   /* height: 37.5vw;*/
    background: rgba(0,0,0,.72);
    padding: 3.7vw 4.2vw 3.2vw 4.2vw;
}
.ywzx-cont-box .top{
    border-bottom: 1px solid #393938;
    padding-bottom: 1.2vw;
}
.ywzx-cont-box .top h2{
    color: #fff;
    font-family: "微软雅黑";
    /*font-size: 2.2vw;*/
    font-weight:normal;
    margin-bottom: 1vw;
}
.ywzx-cont-box .top p{
    color: #c4b9a3;
    font-size: 18px;
    line-height:28px;
}
.ywzx-cont-box .center{
    padding: 1.6vw 0 2vw;
}
.ywzx-cont-box .center h2{
    color: #008ACF;
   /* font-size: 2.5vw;
    font-family: "Diodrum";*/
    margin-bottom: 1vw;
}
.ywzx-cont-box .center p{
    color: #fff;
   /* font-size: 1.3vw;*/
}
.ywzx-cont-box .bot form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ywzx-cont-box .bot .int{
    border:1px solid #484848;
    background: rgba(34, 34, 34, .5);
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    margin-bottom: 1vw; text-indent:15px;
}
.ywzx-cont-box .bot .short{
    width: 49%;
    height: 56px;
}
.ywzx-cont-box .bot .int::-webkit-input-placeholder{
    color: #fff;
    font-size: 18px;
    line-height: 56px;
   /* padding-left: 1vw;*/
}
.ywzx-cont-box .bot .textarea{
    width: 100%;
    height: 110px; line-height: 56px;
}
.ywzx-cont-box .bot .btn{
    width: 100%;
    height: 56px;
    background: #008ACF;
    color: #fff;
    font-size: 20px; 
}

@media only screen and (max-width: 1200px) {
  /*联系我们*/
  .ny-lxwm-header img{
    display: none;
}
.ny-lxwm-header{
    justify-content: center;
 padding: 5.5vw 0 5vw;
}
.contact1 .contact_title{ padding-bottom:5%;}
	.contact1 .contact_title .phone{ margin-right:0%; float:none; margin-top:5%;}
	.contact1 .contact_title .phone2{ margin-top:3%; padding-left:66px;}
	.contact1 .contact_title .phone2 dl dd{ text-align:left;}
	.contact1 .contact_title .phone2 dl dd:nth-child(1):after{ display:none;}
	
	.ywzx-cont-box{ width:100%;}
	.ywzx-cont-box .center{padding: 2vw 0 2.5vw;}
  .map_txt p{margin-bottom: 70px;}
}
@media only screen and (max-width: 1000px) {
  /*联系我们*/
  .ny-lxwm-lxfs{ padding-top:3%;}
	.contact1 .contact_title .phone2{ margin-top:2%;}
  .map_txt p{margin-bottom: 50px;}
}
@media (max-width: 995px){
  /*联系我们*/
.map_center{width: 300px; height: 400px; display:none;}
.map_txt h1{margin-bottom: 25px;}
.ny-lxwm-map .map_txt p, .ny-lxwm-map .map_txt h1{line-height: 1.8em;}
}
@media (max-width: 750px){
  /*联系我们*/
.ny-lxwm-map{
    overflow: hidden;
}
.ny-lxwm-map .map_txt p, 
.ny-lxwm-map .map_txt h1{
    line-height: 2em;
}
.ny-lxwm-lxfs .contact_loc h4{
    font-size: 3vw;
    margin-bottom: 1.5vw;
}
.ny-lxwm-lxfs .contact_loc .h4{
    font-size: 2.3vw;
}
.ny-lxwm-lxfs .contact_loc h5{
    font-family: "微软雅黑";
    font-size: 1.8vw;
}
.ywzx-cont-box{
  width: 100%;
/*   height: 60vw;*/padding: 4.7vw 4.2vw 5.2vw 4.2vw;
}
.ywzx-cont-box .top{
  padding-bottom: 2.5vw;
}
.ywzx-cont-box .top h2{
 /* font-size: 4vw;*/
  margin-bottom: 2vw;
}
.ywzx-cont-box .top p{
  font-size:16px;
line-height:26px;
}
.ywzx-cont-box .center h2{
  /*font-size: 3.5vw;*/
/*  margin-bottom: 2vw;*/
}
.ywzx-cont-box .center p{
 /* font-size: 2.3vw;*/
}
.ywzx-cont-box .bot .int{
  font-size: 16px;
  margin-bottom: 2vw; line-height:44px;
}
.ywzx-cont-box .bot .short{
  width: 49%;
  height: 44px;
}
.ywzx-cont-box .bot .int::-webkit-input-placeholder{
  font-size: 16px;
  line-height: 44px;
}
.ywzx-cont-box .bot .textarea{
  height: 100px;
}
.ywzx-cont-box .bot .btn{
  height: 44px;
  font-size: 18px;
}
.ywzx-cont-box .center{padding: 2.6vw 0 3vw;}
.ny-lxwm-lxfs{ padding-top:2%;}
	.contact1 .contact_title img{ margin-right:15px;}
	.contact1 .contact_title .phone{ padding-left:58px;}
	.contact1 .contact_title .phone2{ margin-top:1%;}
	.contact1 .contact_title .phone2 dl dd .h4{ margin-top:10px;}
	.contact1 .contact_title .phone2 dl dd .email{ margin-top:15px;}
	.contact1 .contact_title .phone2 dl dd{ font-size:16px;}
	.map_center{ display:none;}
	.map .map_img img{ min-height:316px;}
	.ny-lxwm-map .map_txt{ left:6%;}
  .ny-lxwm-map .map_txt p, .ny-lxwm-map .map_txt h1{line-height: 1.5em;}
  .map_txt p{margin-bottom: 30px;}
}

@media (max-width: 480px){
  /*联系我们*/
  .ywzx-cont-box{
    /*height: 120vw;*/
}
.ywzx-cont-box .top{
    padding-bottom: 4vw;
}
.ywzx-cont-box .top h2{
   /* font-size: 8vw;*/
    margin-bottom: 3vw;
}
.ywzx-cont-box .top p{
    font-size: 14px;
    line-height: 24px;
}
.ywzx-cont-box .center h2{
   /* font-size: 6vw;*/
  /*  margin-bottom: 2.5vw;*/
}
.ywzx-cont-box .center p{
   /* font-size: 4vw;*/
}
.ywzx-cont-box .bot .int{
    font-size: 14px;
    margin-bottom: 3vw; line-height:38px;
}
.ywzx-cont-box .bot .int::-webkit-input-placeholder{ font-size:14px; line-height:38px;}
.ywzx-cont-box .bot .short{
    width: 100%;
    height: 38px;
}
.ywzx-cont-box .bot .textarea{
    height: 90px;
}
.ywzx-cont-box .bot .btn{
    height: 38px;
    font-size: 16px;
}

  .ny-lxwm-map .map_txt button{
    height:34px; width:130px;
}
.ny-lxwm-map .map_txt button p{ line-height:30px;}
.ny-lxwm-map .map_txt button p{
    line-height:30px;
}
.contact1 .contact_title{
  padding-bottom: 25px;
}
.contact1 .contact_title .phone{ padding-left:48px; height:50px;}
.contact1 .contact_title img{ height:40px; margin-right:10px;}
.contact1 .contact_title span{ line-height:30px;}
.ny-lxwm-lxfs .contact_title span span{ display:block;}
.contact1 .contact_title .phone2{ margin-top:5%; padding-left:48px;}
.contact1 .contact_title .phone2 dl dd{ font-size:14px; line-height:24px;}
.map .map_img img{ min-height:246px;}
	.ny-lxwm-map .map_txt span{ margin-top:35px;}
	.ny-lxwm-map .map_txt h1{ margin-bottom:15px; line-height:26px; margin-top:16px;}
	.ny-lxwm-map .map_txt p{ margin-bottom:30px; line-height:22px;font-size: 14px;}

}
