@import url(style1.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);
    }
}

/*首页*/
.header-v1{ top:30px; /*max-width:1400px;*/ left:50%;transform: translate(-50%, 0%);}
.nav-hide .header-v1{left:0%;transform: translate(0%, 0%); max-width:none; top:0; border-radius:0px;}
.blank_h{ height:0px;}
.nav-hide .blank_h{ height:0px;}

.position{ position:absolute; bottom:5.5%;  width:100%; left:0%; height:22px; line-height:22px;  overflow:hidden; color:#fff; text-align:left; font-size:14px;}
.position a{ color:#fff;  text-decoration:none;}
.position a:hover{color:#1f64a4;}
/*.position label{}*/
.position .postions_r img{ vertical-align:baseline; margin-right:6px; height:12px;}


.o_big_con{ overflow:hidden; position:relative; top:94px;}
.o_big{ overflow:hidden; background-size:100% 100%; position:relative;  width:100%;/*-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;*/ min-height:220px;}
.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:lighter; display:table-cell; vertical-align:middle; color:#fff; }
.o_big_con .h2 span{ display:block;padding-bottom:6px; line-height:46px; overflow:hidden; position:relative;}
.o_big_con .h2 span:after{ content:""; position:absolute; bottom:0; left:0; width:35px; height:1px; background:#fff;}
.o_big_con .h2 label{display:inline-block; position:relative; line-height:26px;  vertical-align:middle; font-size:16px; text-transform:uppercase; }




/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:5%; padding-bottom:5%; clear:both;}
.yema a{ display:inline-block; height:36px; line-height:36px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:18px;margin-left:3px; margin-right:3px;  text-align:center; color:#666666; font-size:14px; border:1px solid #ffffff; background:#ffffff;}
.yema a:hover{ text-decoration:none; color:#fff; background:#1f629e;border:1px solid #1f629e;}
.yema a.on{color:#fff;  background:#1f629e;border:1px solid #1f629e;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#1f629e;}
.yema a span{ font-family:"宋体"; font-size:16px;}
.yema a.first{ float:left;}
.yema a.last{ float:right;}

/*资质荣誉*/
.case_ul{ overflow:hidden; margin-top:58px; }
.case_ul.bgs2{margin-top:0;}
.case_ul .case_li{ float:left; width:49.5%;}
.case_ul ul li{ width:49.4%; margin-right:1.2%; float:left; overflow:hidden; margin-bottom:1.2%;}
.case_ul ul li:nth-child(2n+0){ margin-right:0;}
.case_ul .imgs .bgs{ position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5);transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.case_ul .imgs .bgs i{ font-style:normal; width:98px; height:30px; line-height:30px; font-size:14px; color:#fff; border:1px solid #fff; border-radius:20px; position:absolute; left:50%; top:50%; margin-top:-16px; margin-left:-50px; text-align:center;}
.case_ul .imgs:hover .bgs{opacity:1.0;filter:Alpha(opacity=100);}
.case_ul .imgs{ overflow:hidden;position:relative;}
.case_ul .imgs img{width:100%; -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;}
.case_ul .imgs .h2{ position:absolute; bottom:2%; width:96%; color:#fff; font-size:16px; font-weight:normal; height:40px; overflow:hidden; line-height:40px; text-align:center;white-space:nowrap;text-overflow:ellipsis; left:2%; background:rgba(30,98,158,0.5);transition:all 0.3s;}
.case_ul .imgs:Hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.case_ul .imgs:Hover .h2{ color:#fff; background:rgba(30,98,158,1.0);}
.case_ul .img{ float:right; width:49.9%;}
.case_ul .img .imgs .h2{ height:64px; line-height:64px;}
.case_ul.bgs2 .img{ float:left;}
.case_ul.bgs2 .case_li{ float:right;}
/*荣誉弹窗*/
#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
#zoom .content.loading {
	background-image: url('image/loading.gif');
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);

}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../image/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}
#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('../image/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}
#zoom .next {
	right: 0;
	background: url('../image/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}
#zoom .close:hover {
	background-color: #da4f49;
}
#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}

/*服务项目*/
.service_ul{overflow:hidden; margin-top:47px; }
.service_ul ul li{ margin-top:70px; width:32%; margin-right:2%; float:left;margin-bottom:2%; background:#f8fafc; border-radius:4px;transition:all 0.3s;}
.service_ul ul li:hover{background:#1f64a4; }
.service_ul ul li:nth-child(3n+0){ margin-right:0;}
.service_ul ul li img{ width:141px; height:141px; display:block; margin:0 auto; margin-top:-70px;transition:all 0.3s;}
.service_ul ul li .txts{ width:92%; max-width:360px; margin:0 auto; overflow:hidden; text-align:center;}
.service_ul ul li .txts .h2{color:#333; font-size:18px; margin-top:7px; font-weight:normal; height:44px; overflow:hidden; line-height:44px; white-space:nowrap;text-overflow:ellipsis;  transition:all 0.3s;}
.service_ul ul li .txts .p{color:#999999; font-size:14px;height:40px; overflow:hidden; line-height:20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition:all 0.3s;}
.service_ul ul li .txts i{ font-style:normal; width:98px; height:30px; line-height:30px; display:block; margin:0 auto; font-size:14px; color:#1f64a4; border:1px solid #1f64a4; border-radius:20px; margin-top:40px; margin-bottom:46px;transition:all 0.3s;}
.service_ul ul li:hover .txts .h2{ color:#fff;}
.service_ul ul li:hover .txts .p{ color:#fff;}
.service_ul ul li:hover .txts i{ color:#fff; border:1px solid #fff;}
.service_ul ul li:hover img{/*transform: rotate(360deg);*/ margin-top:-75px;}

/*服务项目详细*/
.service_t{ margin-top:5%; overflow:hidden; text-align:center;}
.service_t .h2{ font-weight:normal; color:#333333; overflow:hidden; line-height:38px;}
.service_t span{ display:block; font-family:Arial; color:#777777; font-size:14px; text-transform:uppercase; line-height:18px;}
.service_t span.zh{ font-family:"微软雅黑"; font-size:16px; line-height:22px; margin-top:4px;}
.service_t.bgs2 .h2{ color:#fff;}
.service_t.bgs2 span{ color:#fff;}
.service_con{ text-align:center; overflow:hidden; margin-top:2%; color:#555555; font-size:14px; line-height:24px; padding-bottom:2%;}
.service_con img{ display:block; max-width:100%; margin:0 auto; margin-bottom:5px;} 
.service_sm{ overflow:hidden;background: url(../image/service_bg3.jpg) center center no-repeat; background-size:cover;}
.service_sm .wrap{ margin-bottom:4%; margin-top:1.5%;}

.service_conact{ margin-bottom:1%; margin-top:3.5%; overflow:hidden; position:relative; background:url(../image/service_bg4.jpg) repeat;}
.service_conact .imgs{ float:left; width:50%; overflow:hidden;}
.service_conact .imgs img{display: block;width: 100%;-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;}
.service_conact .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);}
.service_conact .service_conact_con{ position:absolute; width:50%; right:0; top:50%; transform: translate(0%, -50%); height:auto;}
.service_conact .service_conact_con .txts{ margin:0 auto;width:94%; max-width:540px; overflow:hidden; color:#1f64a4;}
.service_conact .service_conact_con .txts a{color:#1f64a4;}
.service_conact .service_conact_con .txts .h2{ position:relative; overflow:hidden; font-weight:normal; color:#333333; margin-bottom:3px;}
.service_conact .service_conact_con .txts .span{ display:block; color:#777777; font-size:14px; overflow:hidden; text-transform:uppercase;}
.service_conact .service_conact_con .txts .p{ font-size:16px; line-height:32px; overflow:hidden; margin-top:5%;}
.service_conact .service_conact_con .txts .a{display: block; width: 113px;  height: 29px; line-height: 29px; text-indent: 40px;  color: #fff; background: url(../image/foot_bg1.png) no-repeat; background-size: 100% 100%; margin-top:16%; margin-bottom:3%;}
.service_conact .service_conact_con .txts .a:hover{ color:#fff;opacity:0.9;filter:Alpha(opacity=90);}

.service_case{ overflow:hidden; margin-top:3%; margin-bottom:5%; }
.service_case ul li{ width:24.25%; margin-right:1%; float:left; overflow:hidden; margin-bottom:1%;}
.service_case ul li:nth-child(4n+0){ margin-right:0;}
.service_case ul li .imgs .bgs{ position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5);transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.service_case ul li .imgs .bgs i{ font-style:normal; width:98px; height:30px; line-height:30px; font-size:14px; color:#fff; border:1px solid #fff; border-radius:20px; position:absolute; left:50%; top:50%; margin-top:-16px; margin-left:-50px; text-align:center;}
.service_case ul li .imgs:hover .bgs{opacity:1.0;filter:Alpha(opacity=100);}
.service_case ul li .imgs{ overflow:hidden;position:relative;}
.service_case ul li .imgs img{width:100%; -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;}
.service_case ul li .h2{ background:#eeeeee; padding-left:2%; padding-right:2%;color:#333333; font-size:16px; font-weight:normal; height:58px; overflow:hidden; line-height:58px; text-align:center;white-space:nowrap;text-overflow:ellipsis;transition:all 0.3s;}
.service_case ul li:Hover .imgs img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.service_case ul li:Hover .h2{ color:#fff; background:#1f64a4;}

.service_zy{ background:#1f64a4; overflow:hidden;}
.service_zy .service_zy_con{ margin-bottom:5%; margin-top:3%; overflow:hidden; color:#fff; font-size:14px;  line-height:26px;text-align:center;}

/*关于我们*/
.about_x{ overflow:hidden; line-height:28px;font-size:15px;/* background:#fff; */color:#666666;  margin-bottom:5%; margin-top:5%; }
.about_x img{margin-bottom:15px; max-width:100%;}
.about_x .img{ float:right; width:49%; margin-left:1%; overflow:hidden;border-radius:4px; margin-bottom:15px;}
.about_x .img img{ margin-bottom:0; width:100%;-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_x .img: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_x .ul{ overflow:hidden; padding-top:50px; clear:both;}
.about_x .ul li{ float:left; width:32%; margin-bottom:2%; margin-right:2%; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:cover;border-radius:4px;}
.about_x .ul li.bgs1{ background-image:url(../image/about_bg1.png);}
.about_x .ul li.bgs2{ background-image:url(../image/about_bg2.png);}
.about_x .ul li.bgs3{ background-image:url(../image/about_bg3.png);}
.about_x .ul li:nth-child(3n+0){ margin-right:0;}
.about_x .ul li img{ display:block; margin:0 auto; width:44px; margin-bottom:15px; margin-top:47px;}
.about_x .ul li .h3{ font-weight:bold; height:32px; line-height:32px; margin-bottom:30px; overflow:hidden; text-align:center; color:#333333;}
/*联系我们*/
.contact_con{ overflow:hidden; margin-top:3%; margin-bottom:4%;}
.contact_con ul li{ float:left; width:32%; margin-bottom:2%; margin-right:2%; overflow:hidden;transition:all 0.3s;}
.contact_con ul li:nth-child(3n+0){ margin-right:0;}
.contact_con ul li .boxs{ border:1px solid #d8d8d8; overflow:hidden; text-align:center; padding-left:2%; padding-right:2%;}
.contact_con ul li i{ display:block; margin:0 auto; width:50px; height:50px; background:url(../image/contact_icon1.png) no-repeat; background-size:100% 100%;transition:all 0.3s; margin-top:31px;}
.contact_con ul li .h3{ font-weight:normal;line-height:52px; overflow:hidden; position:relative; padding-bottom:5px; font-size:18px; color:#333333;transition:all 0.3s;}
.contact_con ul li .h3:after{ content:""; position:absolute; bottom:0; left:50%; margin-left:-20px; width:40px; height:3px; background:#1f64a4;transition:all 0.3s;}
.contact_con ul li .p{ overflow:hidden; margin-top:17px; line-height:30px; font-size:14px; padding-bottom:42px;}
.contact_con ul li a{transition:all 0.3s;}
.contact_con ul li:hover{ background:#1f64a4; color:#fff;}
.contact_con ul li:hover .boxs{ border:1px solid #1f64a4;}
.contact_con ul li:hover i{ background-image:url(../image/contact_icon2.png);}
.contact_con ul li:hover .h3{ color:#fff;}
.contact_con ul li:hover .h3:after{ background:#fff;}
.contact_con ul li:hover a{ color:#fff;}
/*新闻中心*/
.news_ul{ overflow:hidden; padding-top:4%;}
.news_ul ul li{ display:block; overflow:hidden; padding-bottom:28px; margin-bottom:28px; border-bottom:1px solid #eeeeee;}
.news_ul ul li:last-child{ margin-bottom:0;}
.news_ul ul li .dates{ float:left; width:86px; line-height:24px; overflow:hidden; font-size:16px; color:#8d8d8d; }
.news_ul ul li .dates b{ display:block; height:52px; line-height:52px; overflow:hidden; color:#949494;  font-size:50px;font-weight:normal;}
.news_ul ul li .nmores{ float:right; margin-left:10px;opacity:0;filter:Alpha(opacity=0);transition:all 0.3s; width: 31px; height: 46px;  background: url(../image/i_bg2.png) left center no-repeat;margin-right:10px;}
.news_ul ul li:hover .nmores{opacity:1.0;filter:Alpha(opacity=100); margin-right:0;}
.news_ul ul li .txts{ padding-left:20px; overflow:hidden;}
.news_ul ul li .txts .h2{ height:46px; line-height:46px; overflow:hidden; font-weight:normal; color:#333333; font-size:22px;text-overflow: ellipsis;white-space: nowrap;transition:all 0.3s;}
.news_ul ul li .p{ color:#555555; line-height:30px; height:30px;font-size:15px;text-overflow: ellipsis;white-space: nowrap; overflow:hidden;}
.news_ul ul li:hover .txts .h2{ color:#1f64a5;}

/*新闻资讯详细*/
.about_x2{ overflow:hidden; margin-bottom:4%; margin-top:4%; background:#fff;}
.about_x2 .txts{ overflow:hidden;}
.about_x2 .show_t{ line-height:36px; font-size:30px; color:#333; text-align:center; margin-bottom:2%; margin-top:5px; font-weight:normal;}
.about_x2 .con_line{height:40px; line-height:40px;font-size:14px; color:#999999; border-bottom:1px dashed #cccccc; text-align:center; }
.about_x2 img{margin-bottom:10px; max-width:100%;}
.about_x2 .con_id{ line-height:26px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:28px;font-size:16px; color:#666666;text-align:left;/* font-family:"宋体";*/ padding-bottom:20px;}
.about_x2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2 .con_id p{ padding-bottom:10px; overflow:hidden;}
.about_x2 table{border-collapse:collapse;border-spacing:0;}
.about_x2 table td{ line-height:22px;height:27px; /*border:1px solid #000;*/}

.goback{ float:right; height:26px; line-height:26px; text-align:right; padding-left:23px;background:url(../image/goback.png) left center no-repeat; font-size:14px; color:#333333; margin-top:8px;/* border-bottom:1px solid #a6a6a6;*/}
.fenxiang{ height:30px; overflow:hidden;}
.fenxiang .span{ float:right; font-size:14px; line-height:34px;}

.prenext{ border-top:1px solid #e6e6e6;font-size:14px; margin-bottom:10px;line-height:30px; padding-top:15px; margin-top:15px; color:#333333; clear:both;}
.prenext a{ color:#333333;}
.prenext a:hover{ color:#1f64a5; text-decoration:none;}
/*招聘启事*/
.shreial-list { padding-top: 58px; padding-bottom: 78px; overflow:hidden; }
.shreial-list .content { border: 1px solid #eeeeee; background-color: #FFFFFF;padding: 29px 30px 20px; color: #636363; font-size: 13px; height: 264px; overflow: hidden; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; line-height: 22px; }
.shreial-list li h3 { font-size: 18px; height:44px; line-height:44px; font-weight:normal;}
.shreial-list li h3 img{ float:left; margin-right:13px;}
.shreial-list .posititext { font-size: 14px; line-height: 30px;padding: 22px 0px; color:#333333;}
.shreial-list li{ position: relative; margin-bottom:2%; float:left; width:32%; margin-right:2%; }
.shreial-list li:nth-child(3n+0){ margin-right:0;}
.shreial-list li.cur .zhaopmin{ height: 200px; overflow-y: auto; padding-right: 10px; background:url(../image/top_bg6.png) right top repeat-y; position:relative;}
.shreial-list li.cur .zhaopmin::-webkit-scrollbar { -webkit-appearance: none;}
.shreial-list li.cur .zhaopmin::-webkit-scrollbar:vertical { width: 2px;}
.shreial-list li.cur .zhaopmin::-webkit-scrollbar-thumb { border-radius: 8px; border:0; background-color: rgba(0, 84, 165, 1.0);}
.shreial-list h3 { color: #323232; font-size: 16px; }
.shreial-list .zhaopmin{ color: #a1a1a1;height: 69px;overflow: hidden; margin: 22px 0 0 0; padding-right: 10px; line-height:24px; color:#777777; font-size:14px; }
.shreial-list .system-bot{ font-size: 0; text-align: center; background-color: #1f64a4; height: 64px; line-height: 64px; opacity: 0; position: absolute; left: 0; right: 0; bottom: 0; z-index: 100; -webkit-transition: all ease .5s; -o-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; }

.shreial-list .system-bot a{ display: inline-block; vertical-align: top; *display: inline; *zoom: 1; font-size: 14px; color: #FFFFFF; position: relative; padding: 0 23px; }

.shreial-list .system-bot a:after{ content: ""; display: block; width: 1px; height: 15px; background-color: #FFFFFF; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 0; }
.shreial-list .system-bot a:last-child:after{ display: none; }
.shreial-list .system-bot .Clickbtn2 { display: none; }
.shreial-list .shreal-box{ position: relative; overflow: hidden; }
.shreial-list li:hover .content, .shreial-list li.cur .content{ border-color: #1f64a4; }
.shreial-list li:hover .system-bot, .shreial-list li.cur .system-bot { opacity: 1; }
.shreial-list li.cur .content{ height: 430px; }
.shreial-list li.cur .posititext{ height: 330px; visibility: visible; z-index: 101; }
.shreial-list li.cur .system-bot{ z-index: 102; }
.shreial-list li.cur .Clickbtn2{ display: inline-block; }




@media screen and (max-width: 1440px) {
/*内页*/
.o_big_con .h2 span{ line-height:50px; }
.o_big_con .h2 label{ line-height:24px;}
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:28px;}



}
@media screen and (max-width: 1360px) {
/*资质荣誉*/
.case_ul .imgs .h2{ height:32px; line-height:32px; font-size:15px;}
.case_ul .img .imgs .h2{ height:50px; line-height:50px;}

/*服务项目*/
.service_ul ul li{ margin-top:65px;}
.service_ul ul li img{ width:130px; height:130px; margin-top:-65px;}
.service_ul ul li:hover img{ margin-top:-70px;}
.service_ul ul li .txts .h2{ height:40px; line-height:40px; margin-top:5px;}
.service_ul ul li .txts i{ margin-top:30px; margin-bottom:36px;}
/*服务项目详细*/
.service_case ul li .h2{ height:40px; line-height:40px; font-size:15px;}
.service_case ul li .imgs .bgs i{ font-size:13px;}
/*招聘启事*/
.shreial-list .content{padding: 20px 20px 15px;}
}
@media screen and (max-width: 1280px) {


}
@media screen and (max-width: 1278px) {

}
@media screen and (max-width: 1200px) {
/*内页*/
/*资质荣誉*/
.case_ul{ margin-top:5%;}
.case_ul .imgs .bgs i{ font-size:13px;}
/*服务项目详细*/
.service_conact .service_conact_con .txts .a{ margin-top:10%;}
}
@media screen and (max-width: 1160px) {


}

@media screen and (max-width: 1100px) {
/*内页*/

.o_big_con { top:60px;}
.position .postions_b a{ margin-left:40px;}
/*资质荣誉*/
.case_ul .imgs .h2{ height:28px; line-height:28px; font-size:14px;}
.case_ul .img .imgs .h2{ height:44px; line-height:44px;}
.case_ul .imgs .bgs i{ font-size:12px; height:24px; line-height:24px; width:90px;}
/*服务项目*/
.service_ul ul li .txts .h2{ font-size:16px;}
.service_ul ul li .txts .p{ font-size:13px;}
.service_ul ul li .txts i{ font-size:13px;}
/*服务项目详细*/
.service_conact .service_conact_con .txts .p{ line-height:28px; margin-top:3%;}
.service_conact .service_conact_con .txts .a{ margin-top:6%;}
.service_case ul li .h2{ height:38px; line-height:38px; font-size:14px;}
.service_case ul li .imgs .bgs i{ font-size:12px; height:24px; line-height:24px; width:90px;}
/*联系我们*/
.contact_con ul li .h3{ font-size:16px;}
.contact_con ul li .p{ font-size:13px; line-height:26px;}
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:26px;}
/*招聘启事*/
.shreial-list .system-bot{ height:50px; line-height:50px;}
.shreial-list .system-bot a{padding: 0 13px;}

}
@media screen and (max-width: 1000px) {
/*内页*/





}
@media screen and (max-width: 960px) {
/*内页*/
/*资质荣誉*/
.case_ul{ margin-top:4%;}
.case_ul .img{ float:none; width:100%; margin-bottom:1.2%;}
.case_ul .case_li{float:none; width:100%;}
.case_ul.bgs2 .img{ float:none;}
.case_ul.bgs2 .case_li{ float:none;}
.case_ul .imgs .h2{ height:32px; line-height:32px;}
/*服务项目详细*/
.service_conact .service_conact_con .txts .a{ margin-bottom:1%;}
.service_case ul li{ width:49.5%;}
.service_case ul li:nth-child(4n+0){ margin-right:1%;}
.service_case ul li:nth-child(2n+0){ margin-right:0;}
/*关于我们*/
.about_x .img{ margin-bottom:5px;}
.about_x .ul li img{ margin-top:27px; width:40px; margin-bottom:10px;}
.about_x .ul li .h3{ margin-bottom:23px;}
/*联系我们*/
.contact_con ul li{ float:none; width:100%; margin-right:0;}
/*新闻中心*/
.news_ul ul li .dates{ width:70px;}
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:24px;}
.about_x2 .con_id{ line-height:24px; font-size:14px;}
.about_x2 .con_line{ font-size:13px;}
.prenext{ font-size:13px;}
/*招聘启事*/
.shreial-list li{ width:49%;}
.shreial-list li:nth-child(3n+0){ margin-right:2%;}
.shreial-list li:nth-child(2n+0){ margin-right:0;}
}
@media screen and (max-width: 830px) {
/*内页*/
/*服务项目*/
.service_ul ul li{ width:49%;}
.service_ul ul li:nth-child(3n+0){ margin-right:2%;}
.service_ul ul li:nth-child(2n+0){ margin-right:0;}


}
@media screen and (max-width: 780px) {
/*内页*/
.o_big{ min-height:180px;}
.o_big_con .h2 label{ font-size:14px; line-height:22px;}
.o_big_con .h2 span{ line-height:46px;}
.position .postions_b a{ font-size:14px;}
/*分页*/
.yema a{ height:26px; line-height:26px; padding-left:6px; padding-right:6px; margin-left:2px; margin-right:2px; font-size:13px;}
.yema a span{ font-size:14px;}
/*服务项目详细*/
.service_conact .imgs{ float:none; width:100%; margin-bottom:3%;}
.service_conact .service_conact_con{ width:100%; position:static;transform: translate(0%, 0%); padding-bottom:5%;}
.service_conact .service_conact_con .txts .span{ font-size:13px;}
.service_conact .service_conact_con .txts .p{ font-size:14px; line-height:24px;}
/*招聘启事*/
.shreial-list li{ width:100%; margin-right:0; float:none;}
.shreial-list li:nth-child(3n+0){ margin-right:0;}
}
@media screen and (max-width: 700px) {
/*关于我们*/
.about_x{ font-size:14px; line-height:26px;}

}
@media screen and (max-width: 640px) {
/*内页*/
.o_big_con .h2 label{ line-height:20px;}
.o_big_con .h2 span{ line-height:36px; }
.position{ font-size:13px;}

/*分页*/
.yema a{ font-size:12px;}
.yema a span{ font-size:13px;}
/*服务项目*/
.service_ul{ margin-top:4%;}
/*服务项目详细*/
.service_t span{ font-size:13px;}
.service_t span.zh{ font-size:14px;}
.service_conact .service_conact_con .txts .span{ font-size:12px;}
.service_zy .service_zy_con{ font-size:13px;}
/*关于我们*/
.about_x .ul li{ float:none; width:100%; margin-right:0;}
.about_x .ul li img{ margin-top:20px; width:36px; margin-bottom:8px;}
.about_x .ul li .h3{ margin-bottom:20px;}
/*联系我们*/
.contact_con ul li i{ margin-top:23px;}
.contact_con ul li .h3{ line-height:44px;}
.contact_con ul li .p{ margin-top:12px; padding-bottom:20px;}
/*新闻中心*/
.news_ul ul li{ padding-bottom:20px; margin-bottom:20px;}
.news_ul ul li .dates{ width:60px; font-size:14px; line-height:20px;}
.news_ul ul li .dates b{ font-size:44px; height:48px; line-height:48px;}
.news_ul ul li .txts{ padding-left:10px;}
.news_ul ul li .txts .h2{ height:40px; line-height:40px; font-size:20px;}
.news_ul ul li .p{ height:26px; line-height:26px; font-size:14px;}
.news_ul ul li .nmores{ height:40px;}
/*新闻资讯详细*/
.prenext{ font-size:12px;}
.prenext span.l,.prenext span.r{ float:none; display:block;}
.goback{ margin-top:-42px;}
}
@media screen and (max-width: 520px) {
/*内页*/



}
@media screen and (max-width: 480px) {
/*内页*/
.position{ font-size:12px;}
.o_big{ min-height:130px;}
.o_big_con .h2 span{ font-size:19px; line-height:24px; margin-bottom:10px;}
.o_big_con .h2 label{ font-size:12px; line-height:18px;}

/*分页*/
.yema{ padding-top:35px; padding-bottom:40px;}
.yema a{ padding-left:5px; padding-right:5px; margin-left:1px; margin-right:1px;}
/*资质荣誉*/
.case_ul .imgs .h2{ font-size:13px;}
.case_ul .img .imgs .h2{ height:36px; line-height:36px;}
/*服务项目*/
.service_ul ul li{ margin-top:55px;}
.service_ul ul li img{ width:110px; height:110px; margin-top:-55px;}
.service_ul ul li:hover img{ margin-top:-60px;}
.service_ul ul li .txts i{ margin-top:20px; margin-bottom:26px;}
/*服务项目详细*/
.service_t .h2{ font-size:18px; line-height:32px;}
.service_t span{ font-size:12px;}
.service_t span.zh{ font-size:13px;}
.service_conact .service_conact_con .txts .p{ font-size:13px;}
.service_case ul li .h2{ font-size:13px;height:36px; line-height:36px;}
.service_zy .service_zy_con{ font-size:12px;}
/*关于我们*/
.about_x{ font-size:13px; line-height:24px;}
/*新闻中心*/
.news_ul ul li{ padding-bottom:15px; margin-bottom:15px;}
.news_ul ul li .nmores{ display:none;}
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:20px; line-height:28px;}
.about_x2 .con_line{ font-size:12px;}
.about_x2 .con_id{font-size:13px;}
.goback{ margin-top:8px; float:left; height:20px; line-height:20px;}
.fenxiang{ display:none;}
/*招聘启事*/
.shreial-list .content{ padding:12px 12px 10px; height:254px;}
.shreial-list .posititext{padding: 15px 0px;}
}
@media screen and (max-width: 420px) {
/*服务项目*/
.service_ul ul li{ margin-top:45px; margin-bottom:3%;}
.service_ul ul li img{ width:90px; height:90px; margin-top:-45px;}
.service_ul ul li:hover img{ margin-top:-50px;}
.service_ul ul li .txts .h2{ font-size:15px; height:32px; line-height:32px; margin-top:2px; margin-bottom:2px;}
.service_ul ul li .txts .p{ font-size:12px;}
.service_ul ul li .txts i{ font-size:12px;}
/*关于我们*/
.about_x{ font-size:12px; line-height:22px;}
/*新闻中心*/
.news_ul ul li{ padding-bottom:10px; margin-bottom:10px;}
.news_ul ul li .dates{ font-size:13px; width:56px;}
.news_ul ul li .dates b{ font-size:40px;}
.news_ul ul li .txts .h2{ font-size:18px; height:36px; line-height:36px;}
.news_ul ul li .p{ font-size:13px;}
}
@media screen and (max-width: 380px) {
/*资质荣誉*/
.case_ul .imgs .h2{ font-size:12px; height:30px; line-height:30px;}
/*服务项目详细*/
.service_case ul li .h2{ font-size:12px; height:30px; line-height:30px;}
}
@media screen and (max-width: 360px) {
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:18px; line-height:26px; }




}
@media screen and (max-width: 320px) {
/*内页*/

}