@charset "utf-8";

/*全局控制*/
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"微软雅黑",Arial;-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

/*header*/
.chqs-head{ width:100%; position:fixed; top:0; left:0; z-index:99; background:#fff; border-bottom:1px solid #ddd;}
.chqs-headbox{ padding:0 100px; height:85px;}
.chqs-headbox .logo{ float:left; margin-top:20px;}
.chqs-headbox .logo img{ max-height:45px;}
.chqs-headbox .topr{ float:right; overflow: hidden;}
.chqs-headbox .topr .menubox{ float:left; margin-top:13px;}
.chqs-headbox .topr .menubox ul li{ float:left; display:inline-block;}
.chqs-headbox .topr .menubox ul li a{ display:inline-block; padding:20px 20px; font-size:16px; color:#303289;}
.chqs-headbox .topr .menubox ul li a:hover{ color:#2bb9c7;}
.chqs-headbox .topr .tel{ float:left; display:inline-block; background:url(../images/phone.png) left center no-repeat; padding-left:45px; background-size:40px; margin-top:20px; margin-left:15px; margin-right:80px;}
.chqs-headbox .topr .tel span{ font-size:14px; line-height:20px;}
.chqs-headbox .topr .tel p{ font-size:20px; line-height:20px; color:#303289; font-weight:bold;}
/*.menu{
	width: 42px;
	height: 42px;
	cursor: pointer;
	border: 2px solid #f0f1f1;
	background-image: url(../images/menu-on.png);
	background-position: center center;
	background-repeat: no-repeat;
	position:absolute;
	top: 35px;
	right: 58px;
	z-index:99;
}*/
.chqs-head .menu{width:42px;height:42px; background:url("../images/menu-on.png") no-repeat center center;position:fixed;right:100px;top:17px;z-index:90;border:2px #eaeaea solid;-webkit-transition:all .3s;transition:all .3s;}
.chqs-head .menu:hover{ background:#eaeaea url("../images/menu-on.png") no-repeat center center;}

.mask{width:100%;height:100%;background:#000;-webkit-opacity:0.5;opacity:0.5;filter:Alpha(opacity=50);z-index:900;position:fixed;top:0;left:0;display:none;}

.sitemap{width:400px;background:#fff;z-index:1000;position:fixed;right:-100%;top:0; height:100%;}
.sitemapCon{width:100%;height:100%;}
.sitemap-head{width:320px;height:84px;padding:0 40px; background:#303289;}
.sitemap-head h2{font-size: 16px;color:#fff;line-height:84px;float:left;}
.sitemap-head a{width:46px;height:46px;background:url("../images/close.png") no-repeat center center;float:right;margin-top:19px;}
.sitemap-con{width:320px;padding:20px 40px 0 40px;height:100%;padding-bottom:100px;}
.sitemap-con dl{width:100%; padding-bottom:10px;margin-bottom:12px;border-bottom:2px #f4f4f4 solid; overflow:hidden;}
.sitemap-con dt{font-size:16px;color:#333333;font-weight:bold; padding-bottom:10px;}
.sitemap-con dd{float:left;margin:0px 20px 5px 0px;}
.sitemap-con dd a{font-size:12.5px;color:#999999;}

.sitemap-shares{padding:10px 0 20px 0;}
.sitemap-shares .up{width:1rem;height:1.2rem;float:left;background-size:100%;margin-left:5px;}
.sitemap-shares .uptxt{font-size:36px;color:#fe0000;letter-spacing:-1px; font-family:'dincond-medium';line-height:1.6rem;padding-bottom:0.5rem;float:left;}
.sitemap-shares .down{width:16px;height:13px;float:left;/*background:url("../images/downtx.png ") no-repeat center top;*/background-size:100%;margin-left:5px;}
.sitemap-shares .downtxt{font-size:2.6rem;color:#00A352;font-family:'dincond-medium';line-height:1.6rem;padding-bottom:0.5rem;float:left;}
.sitemap-shares h3{font-size:12.5;color:#5f5c5c;padding-top:5px; }
.sitemap-shares p{font-size:12.5;color:#5f5c5c;}
.sitemap-shares .reenoo{font-size:12.5px;color:#5f5c5c;padding-top:25px;line-height:15px;float:left;}
.sitemap-shares .reenoo a{display:inline-block; padding-left:5px;float:right;}

.headNavBox{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
.headNavBox .bg{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.25);
}
.headNavBoxC{
	width: 400px;
	height: 100%;
	overflow:hidden;
	background: #fff;
	float:right;
	position: relative;
	right: -400px;
}
.headNavBoxCT{
	clear: both;
	height: 110px;
	background: #2d7045;
}
.headNavBoxCT span{
	float: left;
	padding-left: 40px;
	font-size: 16px;
	line-height: 110px;
	color: #fff;
	font-weight: bold;
}
.headNavBoxCT em{
	float:right;
	display: block;
	width:46px;
	height: 46px;
	background-repeat: no-repeat;
	background-image: url(../images/icon7.png);
	background-position: center center;
	margin:33px 40px 0 0;
	cursor: pointer;
}
.scrollBox{
	overflow-x: hidden;
	overflow-y: auto;
}
.headNavDl{
	clear: both;
	padding: 0 40px;
	overflow: hidden;
}
.headNavDl dd{
	clear: both;
	overflow:hidden;
	border-bottom:2px solid #f4f4f4;
	margin-top: 14px;
	padding-bottom: 15px;
}
.headNavDl dd .divT{
	clear: both;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	font-size: 16px;
}
.headNavDl dd .divT a{color: #333;}
.headNavDl dd .div_a{
	clear: both;
	overflow:hidden;
	line-height: 26px;
	padding:5px 0;
}
.headNavDl dd .div_a a{
	display: inline-block;
	color: #999999;
	font-size: 14px;
	padding-right: 10px;
}
.headNavDl dd .div_a a:hover{color: #2d7045;}
.headNavDl dd .div_a a.hover{color: #2d7045;}

/*幻灯片*/
.home-banner{
	width: 100%; margin-top:85px;
}

.home-banner .slideBox{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.home-banner .slideBox .hd{
	width: 100%;
	bottom: 15px;
	position: absolute;
	text-align: center;
	z-index: 1;
}

.home-banner .slideBox .hd ul {
	zoom: 1;
	display: inline-block;
}

.home-banner .slideBox .hd ul li {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	cursor: pointer;
	transition-duration: 0.5s;
	position: relative;
	border-radius:50%;
	display:inline-block;
}


.home-banner .slideBox .hd ul li.on {
	width:29px;
	border-radius:10px;
}

.home-banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width:100%;

}

.home-banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	background:#000;
	width:100%;
}
.home-banner .slideBox .bd li:nth-child(4) .banner-txt{ display:none;}
.home-banner .slideBox .bd img{ width:100%;}
.home-banner .slideBox .bd .img01 {
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s;
}
.home-banner .slideBox .bd .img02{ display:none;}
.home-banner .slideBox .bd .img02{ max-width:100%;animation: changeScale 1 2.5s;}
		/* 下面是前/后按钮代码，如果不需要删除即可 */
/*.home-banner .slideBox .prev,
.home-banner .slideBox .next{ position:absolute; left:4%; top:50%; margin-top:-26px; display:block; width:50px; height:52px; background:url(../images/banner-pre.png) no-repeat center center; border:2px solid #fff; transition-duration:.5s; }
.home-banner .slideBox .next{ left:auto; right:4%; background:url(../images/banner-next.png) no-repeat center center; }
.home-banner .slideBox .prev:hover{  background:url(../images/banner-pre.png) no-repeat center center #00b140; border-color:#00b140}
.home-banner .slideBox .next:hover{  background:url(../images/banner-next.png) no-repeat center center #00b140; border-color:#00b140;  }*/
.banner-txt{ width:100%; position:absolute;color:#fff; top:0; left:0;}
.banner-txt h1{ font-size:46px; line-height:50px; font-weight:normal; padding-bottom:20px; overflow:hidden;    text-shadow: 2px 2px 2px #333333;font-family: "SOURCEHANSANSCN-REGULAR";}
.banner-txt p{ font-size:20px; line-height:30px; font-family:"Arial"; overflow:hidden;    text-shadow: 2px 2px 2px #333333;}
.bann-le{ padding-top:10%; width:100%; text-align:center; overflow:hidden;}
.bann-ri{ padding-top:30px;}
.home-banner .slideBox .prev, .home-banner .slideBox .next{position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 50%;
		left: 20px;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 40px;
		width: 25px;
		background: transparent url(../images/prv.png) no-repeat left top;
		margin-top: -20px;}
 .home-banner .slideBox .next{left: auto;
    background-position: right top; right:20px;}

/*首页*/
.chqs-ab{ width:100%; overflow:hidden; background:url(../images/bj.jpg) center center no-repeat; background-size:cover; padding:100px 0;}
.chqs-main{ margin:0 100px; overflow:hidden; position:relative;}
.chqs-ablf{ width:49%; float:left; overflow:hidden; position: absolute; height:100%;}
.chqs-ablf img{ width:100%; vertical-align:middle;transition-duration:.5s; height:100%;}
.chqs-ablf a:hover img{ transform:scale(1.1,1.1)}
.chqs-abrg{ width:49%; float:right; overflow:hidden; background:#fff; position:relative;}
.chqs-abrg .chqs-info{ padding:60px; overflow:hidden;}
.chqs-abrg .chqs-info h2{ font-size:30px; line-height:35px; color:#2f318b;}
.chqs-abrg .chqs-info h2 span{ display:inline-block; font-size:22px; color:#333; font-weight:500; margin-left:15px;}
.chqs-abrg .chqs-info .abox{ font-size:16px; line-height:30px; margin-top:25px;}
.chqs-abrg .chqs-info ul{ overflow:hidden; margin-top:30px;}
.chqs-abrg .chqs-info ul li{ width:95px; float:left; margin-right:60px;}
.chqs-abrg .chqs-info ul li.li04{ margin-right:0;}
.chqs-abrg .chqs-info ul li .abimg{ width:95px; height:95px; margin-bottom:10px;-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;}
.chqs-abrg .chqs-info ul li .abtit{ font-size:16px; color:#333; text-align:center;}
.chqs-abrg .chqs-info ul li.li01 .abimg{ background:url(../images/wh.png) center center no-repeat; background-size:cover;}
.chqs-abrg .chqs-info ul li.li02 .abimg{ background:url(../images/ry.png) center center no-repeat; background-size:cover;}
.chqs-abrg .chqs-info ul li.li03 .abimg{ background:url(../images/dq.png) center center no-repeat; background-size:cover;}
.chqs-abrg .chqs-info ul li.li04 .abimg{ background:url(../images/cont.png) center center no-repeat; background-size:cover;}
.animated{
	visibility:hidden;
	*visibility: visible;
	visibility: visible\0;
}
.chqs-abrg .chqs-info .abox a:hover, .chqs-abrg .chqs-info ul li a:hover .abtit{ color:#2f318b;}
.chqs-abrg .chqs-info ul li.li01 a:hover .abimg{ background:url(../images/wh01.png) center center no-repeat; background-size:cover;}
.chqs-abrg .chqs-info ul li.li02 a:hover .abimg{ background:url(../images/ry01.png) center center no-repeat; background-size:cover;}
.chqs-abrg .chqs-info ul li.li03 a:hover .abimg{ background:url(../images/dq01.png) center center no-repeat; background-size:cover;}
.chqs-abrg .chqs-info ul li.li04 a:hover .abimg{ background:url(../images/cont01.png) center center no-repeat; background-size:cover;}

.chqs-fw{ width:100%; overflow:hidden; position:relative;}
.chqs-fw1{ padding:100px 0; overflow:hidden; position:relative;}
.chqs-fw1 .t{ width:23.5%; float:left; margin-right:2%; overflow:hidden;}
.chqs-fw1 .t4{ margin-right:0;}
.chqs-fw1 .t h1{ font-size:30px; line-height:35px; margin-bottom:35px;}
.chqs-fw1 .t .img{ width:100%; overflow:hidden; position:relative;}
.chqs-fw1 .t .img img{ width:100%; vertical-align:middle;transition-duration:.5s;}
.chqs-fw1 .t a:hover h1{ color:#2f318b;}
.chqs-fw1 .t a:hover img{ transform:scale(1.1,1.1);}
.chqs-fw1 .t .showBox{position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 47, 100, 0.5);
    transition: all 0.5s ease;}
.chqs-fw1 .t .showBox .s2{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}	
.chqs-fw1 .t .showBox .s1{position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #fff;
    transition: all .5s ease;}	
.chqs-fw1 .t .showBox .s3{position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #fff;
    transition: all .5s ease;}

.chqs-fw1 .t a:hover .showBox{opacity: 1;}
.chqs-fw1 .t a:hover .showBox .s1, .chqs-fw1 .t a:hover .showBox .s3{ width:60%;}

.chqs-news{ width:100%; overflow:hidden; padding:100px 0; background:url(../images/bj.jpg) center center no-repeat; background-size:cover;}
.chqs-newt{ overflow:hidden;}
.chqs-newt .tt{ font-size:35px; line-height:40px; font-weight:bold; color:#2f318b; float:left; display:inline-block;}
.chqs-newt .tt span{ font-size:18px; font-weight:500; display:inline-block; margin-left:15px;}
.chqs-newt .tm{ display:inline-block; float:right; overflow:hidden;}
.chqs-newt .tm a{ display:inline-block; padding:7px 35px; font-size:16px; background:#ddd; margin-left:10px;transition: all .5s ease;}
.newslist{ width:100%; overflow:hidden; margin-top:45px;}
.newslist li{ width:23.5%; float:left; margin-right:2%; overflow:hidden;}
.newslist li.list8{ margin-right:0;}
.newslist li .limg{ width:100%; overflow:hidden;}
.newslist li .limg img{ width:100%; transition: all .5s ease;}
.newslist li .lbox{ overflow:hidden; margin-top:15px;}
.newslist li .lbox .ltit{ font-size:16px; margin-bottom:10px; height:22px; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;}
.newslist li .lbox span{ display:inline-block; width:100%; height:1px; background:#ddd;}
.newslist li .lbox p{ font-size:14px; color:#888; margin-top:10px; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
.chqs-more{ text-align:center; overflow:hidden; margin-top:55px;}
.chqs-more a{ display:inline-block; padding:10px 60px; background:#2f318b; border-radius:8px; font-size:18px; color:#fff;transition: all .5s ease;}
.newslist li a:hover .limg img{ transform:scale(1.1,1.1);}
.newslist li a:hover .lbox .ltit{ color:#2f318b;}
.newslist li .lbox span.sp2{ width:0; height:1px; background:#2f318b;transition: all .5s ease;}
.newslist li a:hover .lbox span.sp2{ width:100%;}
.chqs-more a:hover{ background:#2bb9c7;}
.chqs-newt .tm a:hover{ background:#2f318b; color:#fff;}

/*footer*/
.chqs-footer{ overflow:hidden; position:relative; width:100%; background:#3a3a3a; padding:60px 0;}
.chqs-indrow{ padding:0 100px; overflow:hidden; position:relative;}
.chqs-foot{ overflow:hidden;}
.chqs-foot .chqs-dl{ overflow:hidden; margin-right:6%; float:left; display:inline;}
.chqs-foot .chqs-dl dt{ overflow:hidden; line-height:28px; padding-bottom:10px;}
.chqs-foot .chqs-dl dt a{ font-size:16px; color:#fff;}
.chqs-foot .chqs-dl dd{ overflow:hidden; line-height:28px;}
.chqs-foot .chqs-dl dd a{font-size: 13px;
	color:#888;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
.chqs-foot .chqs-dl dd a:hover{ color:#fff;}
.chqs-foot1{ overflow:hidden; width:32%; height:100%; background:#323232; position:absolute; top:0; right:0;}
.chqs-foot1 .chqs-cont{ overflow:hidden; padding:60px 100px 0px 60px;}
.chqs-foot1 .chqs-cont .tel{ margin-bottom:15px;}
.chqs-foot1 .chqs-cont .tel span{ font-size:16px; color:#fff; display:inline-block; line-height:30px;}
.chqs-foot1 .chqs-cont .tel h2{ font-size:28px; line-height:30px; color:#fff; margin-top:5px;}
.chqs-foot1 .chqs-cont .foot-tox{ overflow:hidden;}
.chqs-foot1 .chqs-cont .foot-tox .d{ font-size:13px; color:#ddd; margin-bottom:10px; padding-left:28px;}
.chqs-foot1 .chqs-cont .foot-tox .dz{ background:url(../images/dizhi.png) left top no-repeat; background-size:22px;}
.chqs-foot1 .chqs-cont .foot-tox .dh{ background:url(../images/tel.png) left center no-repeat; background-size:22px;}
.chqs-foot1 .chqs-cont .foot-tox .cz{ background:url(../images/cz.png) left center no-repeat; background-size:22px;}
.chqs-foot1 .chqs-cont .foot-tox .yx{ background:url(../images/email.png) left 3px no-repeat; background-size:22px;}

.chqs-footer1{ width:100%; overflow:hidden; padding:20px 0; background:#262626; font-size:12px; color:#888; text-align:center;}
.chqs-footer1 a{ color:#888; display:inline-block; margin-left:10px;}
.chqs-footer1 a:hover{ color:#fff;}

/*新闻资讯*/
.subBanner, .chqs-newsban{ width:100%; overflow:hidden; margin-top:85px;}
.subBanner img, .chqs-newsban img{ width:100%;}
.chqs-newsban{ display:none;}
.chqs-newsbody{ width:100%; overflow:hidden; margin-top:60px; margin-bottom:50px;}
.chqs-min{ padding:0 100px; overflow:hidden; margin:0 auto;}
.chqs-tim{ font-size:36px; line-height:40px; text-align:center;}
.chqs-tim .tim2{ width:200px; height:1px; background-color:#ddd; position:relative; margin:0 auto; margin-top:15px;}
.chqs-tim .tim2 span{ display:inline-block; position:absolute; width:50px; height:1px; background-color:#303289; left:75px;}
.chqs-mu{ text-align:center; overflow:hidden; margin-top:30px;}
.chqs-mu a{ display:inline-block; padding:8px 50px; background-color:#f1f1f1; font-size:16px; margin:0 10px;}
.chqs-mu a:hover{ background-color:#303289; color:#fff;-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
.chqs-nlist{ overflow:hidden; margin-top:20px;}
.chqs-nlist ul{ overflow:hidden;}
.chqs-nlist ul li{ border-bottom:1px solid #e1e1e1; padding:40px 20px 40px 0px; overflow:hidden; cursor:pointer;}
.chqs-nlist ul li:hover{background: #f0f0f0;}
.chqs-nlist ul li .time{width:10%; padding-top:30px; color:#303289;  font-family:"Arial"; float:left; transition-duration: 1s; text-align:center;}
.chqs-nlist ul li .time h1{ font-size:48px; line-height:48px;}
.chqs-nlist ul li .time span{ font-size:16px; color: #303289; transition-duration: 1s;}
.chqs-nlist ul li .neir{width:66%; float:left; border-left:1px solid #e6e6e6; padding-left:15px;}
.chqs-nlist ul li .neir .t1{font-size:20px; line-height:36px; color:#333333; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;}
.chqs-nlist ul li .neir .t2{line-height:44px; padding:0 40px 0 23px; color: #999999; float: left; font-size:14px;}
.chqs-nlist ul li .neir .b1{background: url(../images/n-ic1.png) no-repeat left center;}
.chqs-nlist ul li:hover .neir .t1{ color:#303289; font-weight:bold;}
.chqs-nlist ul li .neir .t3{width: 100%; margin-top: 10px; color: #555555; line-height: 24px; font-size: 14px; transition-duration: 1s;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;}
.chqs-nlist ul li:hover .neir .t3{ color:#303289;}
.chqs-nlist ul li .pic{width:20%; float:right; background: #fff; overflow: hidden; border:1px solid #dbdbdb; position:relative; padding-bottom:10%;}
.chqs-nlist ul li .pic img{width: 100%;height: 100%; opacity: 1; transition-duration:1s; display:block; position:absolute; top:0; left:0; bottom:0; right:0; margin:auto;}
.chqs-nlist ul li:hover .pic img{ transform: scale(1.1,1.1); opacity: 0.7; }

#wrap {
    position: relative;
    width: 100%;
}
.black-fixed{ display:none;}
.ajax-page-active #wrap {
    position: fixed;
}
#ajax-page{
	position: fixed;
	z-index: -2;
	opacity: 0;
	width: 100%;
}
#ajax-page-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,0.5);
}
.ajax-page-active #ajax-page-overlay{
	 
	 opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.ajax-page-active #ajax-page{
	position: relative;
	opacity: 1;
	z-index: 9999;
	
}
#ajax-page-wrap{
	position: relative;
	margin: auto;
	transform: translateX(-1000px);
	-webkit-transform: translateX(-1000px);
	width: 1000px;
	min-height: 100vh;
	background: #fff;
}
.ajax-page-active #ajax-page-wrap{
	 
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms;	
}
#ajax-page-content{
	color: #333;
	padding: 30px;
}
.paget1{ width:50px; height:50px; text-align:center; position:absolute; left:50%; margin-left:500px; background-color:#303289;}
.paget1 img{ margin-top:6px;}
.post-title{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
}
.post-title h1{
	float: left;
	width: 80%;
	font-size:24px; line-height:30px;
}
.post-date{
	float: right;
	width: 20%;
	height: 40px;
	line-height: 40px;
	text-align: right;
	color: #666;
}
.page-covert{ width:100%; overflow:hidden; margin-top:80px;}
.page-covert img{ width:100%;}
.post{
	color: #333;
	font-size: 16px;	
	line-height: 28px;
	overflow:hidden;
}
.post p{
	line-height: 28px;
	margin-bottom: 15px;
}
.post img{
	max-width: 100%;
	height: auto;
  margin:auto;
	display: block;
}
.post-title .h1{ text-align:center; width:100%;}

/*产品中心*/
.product-list{ overflow:hidden; margin-top:35px;}
.product-list li{ width:23.5%; float:left; overflow:hidden; margin-right:2%; margin-bottom:2%;}
.product-list li a{ display:block;}
.product-list li a .img{ overflow:hidden; border:1px solid #ddd; border-bottom:none;}
.product-list li a .img img{ width:100%; transition-duration:1s;}
.product-list li a .tit{ text-align:center; font-size:16px; line-height:50px; background-color:#f1f1f1;-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
.product-list li a:hover .img{ border:1px solid #303289; border-bottom:none;}
.product-list li a:hover .img img{transform: scale(1.05,1.05);}
.product-list li a:hover .tit{ background-color:#303289; color:#fff;}
.product-list li:nth-child(4n){ margin-right:0;}
.contact{ overflow:hidden; margin-top:50px;}
.contlist{ width:23.5%; overflow:hidden; margin-right:2%; margin-bottom:2%; float:left;}
.contlist3{ margin-right:0;}
.contlist .conbox{ margin:10px 10px 20px 10px; padding:25px;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.contlist .conbox .itemtit{ font-size:20px; font-weight:bold; margin-bottom:15px; color:#666;}
.contlist .conbox .itemtxt{ font-size:15px; line-height:28px; color:#999;}

/*详细页功能区*/
.preNext{position:relative;}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}

/*分页样式*/
.page_info{text-align:center;margin-top:20px;color:#333; font-size:14px;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:14px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:2px 8px;margin:0 3px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#fff;border:1px solid #303289;background:#303289;}

/*社会责任*/
.chqs-wrap{ width:1400px; margin:0 auto;}
.zeren01{ position:relative; padding-bottom:230px; margin-top:60px;}
.zr01-img{ width:420px; margin:0 auto; position:relative; height:400px;}
.zr01-img span{ color:#15b3c4; font-weight:bold; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:308px; height:308px;}
.zr01-img img{-webkit-animation: animal 5s infinite linear ;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.xy-wb01{ position:absolute; left:0; top:50px; text-align:left;}
.xy-wb01 dl{ margin-bottom:138px; width:410px; overflow:hidden;}
.xy-wb01 dl dd{ float:right; padding-left:20px; width:298px;}
.xy-wb01 dl dd h1{ font-size:24px; padding-bottom:10px;}
.xy-wb01 dl dd p{ font-size:16px; line-height:1.6; height:100px; }
.xy-wb01 dl dt{ font-size:18px; font-weight:bold; width:86px; height:86px;float:left}
.xy-wb01 dl dt img{ transition-duration:.5s;}
.xy-wb02{ left:auto; right:0;}
.xy-wb03{ position:absolute; bottom:0; top:auto; left:50%; transform:translate(-50%)}
.xy-wb03 dl{ margin-bottom:0; width:470px;}
.xy-wb03 dl dd{ width:350px;}
.bf-an{position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0px auto;
    transition: all 0.4s;
	width:330px;
	height:330px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s; cursor:pointer;}

.bf-an:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #b3b5fa;
	opacity: 1;
	border-radius:50%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -moz-transform;
    -moz-transition-property: -moz-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    transition-duration: 1s;
    -webkit-animation-name: yuan;
    -moz-animation-name: yuan;
    animation-name: yuan;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.gy-tim dl{ width:31%; float:left; position:relative; margin-right:3.5%; overflow:hidden}
.gy-tim dl:nth-child(3){ margin-right:0;}
.gy-tim dl dt{ width:100%; position:relative;}
.gy-tim dl dt img{ width:100%; transition-duration:.5s;}
.gy-tim dl dt p{ position:absolute; color:#fff; font-size:30px; top:36px; left:60px;background: rgb(0, 177, 64); padding:5px 12px;}
.gy-tim dl dd{ position:absolute; bottom:-240px; background:#303289; padding:15px 25px; color:#fff; height:262px; transition-duration:.5s;}
.gy-tim dl dd h1{ font-weight:normal; font-size:22px; border-bottom:1px solid #fff; padding-bottom:10px; margin-bottom:10px; line-height:30px;}
.gy-tim dl dd p{ font-size:14px; line-height:1.8;}
.gy-tim dl:hover dd{ bottom:0;}
.gy-tim dl:hover dt img{ transform:scale(1.1,1.1)}
.chqs-gy{ width:100%; overflow:hidden; background:#f2f2f2; padding:100px 0;}
.gy01, .gy-tim{ overflow:hidden;}

/*关于我们*/
.chqs-about1{ width:100%;  padding:85px 0;}
.ab-xi01{ margin:0 auto; background:#fff;-moz-box-shadow:0px 0px 4px #BDBDBD; -webkit-box-shadow:0px 0px 4px #BDBDBD; box-shadow:0px 0px 4px #BDBDBD; padding:55px; z-index:2; position:relative; transition-duration:.5s;}
.ab-xi01:hover{-moz-box-shadow:0px 0px 17px #949494; -webkit-box-shadow:0px 0px 17px #949494; box-shadow:0px 0px 17px #949494;}
.ab-ti{ text-align:center; position:relative; padding-bottom:45px;}
.ab-ti p{ font-size:30px; padding-top:17px;}
.ab-ti span{ display:inline-block; width:80px; height:4px; background:#303289; transform:translate(-50%,-50%); position:absolute; top:0; transition-duration:.5s; left:50%}
.ab-txt{ font-size:18px; line-height:2;}
.chqs-about1 .chqs-wrap{ position:relative;}
.ab-sk{position:absolute; bottom:-40px; right:-30px; width:308px; height:196px; background:#303289; z-index:1;}
.chqs-about2{margin-top:30px;}
.lcb-xi{ position:relative; }
.chqs-about3{ width:100%; overflow:hidden; padding:80px 0; background-color:#f1f1f1;}
.ab_list{ overflow:hidden; margin-top:30px;}
.ab_li{ overflow:hidden;}
.ab_li .ab_left{ width:50%; float:left; overflow:hidden;}
.ab_li .ab_right{ width:50%; float:right; overflow: hidden;}
.ab_li:nth-child(2n) .ab_left{ float:right;}
.ab_li:nth-child(2n) .ab_right{ float:left;}
.ab_li .ab_right .ab_wrap{ padding:15% 0 0 15%; overflow:hidden;}
.ab_li .ab_right .ab_wrap h3{ font-size:30px; line-height:40px; font-family:speeding, sans-serif; color:#303289;}
.ab_li .ab_right .ab_wrap .des{ font-size:20px; line-height:32px; color:#666; margin-top:25px; margin-bottom:50px;}
.ab_li .ab_right .ab_wrap span{ display:inline-block; width:85px; height:1px; background-color:#bcbcbc;}
.pc-lc{ width:100%;  padding:68px 0; background:url(../images/lc.jpg) no-repeat center center; }
.picFocus{ margin:0 auto;  width:100%;  position:relative; padding-bottom:80px; padding-top:30px;  }
		.picFocus .hd{ width:100%; overflow:hidden; padding-bottom:80px; position:relative; }
		.picFocus .hd:after{ content:""; width:100%; height:1px; background:#fff; position:absolute; top:50px; left:0; z-index:1;}
		.picFocus .hd ul{ zoom:1; cursor:pointer }
		.picFocus .hd ul li{float:left; position:relative; width:16.66%; }
		.picFocus .hd ul li p{color:#fff; text-align:center; background:url(../images/b-yuan.png) no-repeat bottom center; font-size:17px; padding:0 35px 40px; position:relative; z-index:3; }
		.picFocus .hd ul li.on p{ background:url(../images/l-yuan.png) no-repeat bottom center; }
       
		.picFocus .bd li{ vertical-align:middle; text-align:center; }
		.picFocus .bd li p{ font-size:24px; color:#fff; line-height:30px;}
.chqs-mobile-nav{
	display: none;
}
.chqs-mobile-nav label{
  display: block;
  color: #fff;
  background: #303289;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 40px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.chqs-mobile-nav label:before{
	display: block;
	content: '';
	width: 25px;
	height: 20px;
	background: url(../images/heart-01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 10px;
	top: 10px;
}
.chqs-mobile-nav label::after {
  content: "+";
  font-size: 18px;
  float: right;
  margin-right: 15px;
}
.chqs-mobile-nav label.selected::after {
  content: '-';
}
.tab_content{
  display: none;
  font-size: 14px;
  line-height: 26px;
  padding: 10px;
  color: #333;
  background: #fff;
}

.mobile-pro{ display:none;}

/*研发创新*/
.chqs-yanfa{ width:100%; overflow:hidden; padding:80px 0 0;}
.chqs-yf{ overflow:hidden; margin-top:50px;}
.yf_li{ overflow:hidden; margin-bottom:50px; position: relative;}
.yf_li .yf_left{ width:50%; float:left; overflow:hidden; border-top-left-radius:20%;}
.yf_li .yf_right{ width:50%; float:right; overflow: hidden; background-color:#f2f2f2; border-bottom-right-radius:20%; position:absolute; right:0; top:0; height:100%;}
.yf_li:nth-child(2n) .yf_left{ float:right; border-bottom-right-radius:20%; border-top-left-radius:0%;}
.yf_li:nth-child(2n) .yf_right{ float:left; border-bottom-right-radius:0%; border-top-left-radius:20%; left:0; right:auto;}
.yf_li .yf_left img{ width:100%;}
.yf_li .yf_right .yf_box{ padding:10%;}
.yf_li .yf_right .yf_box .yf_tit{ font-size:30px; line-height:30px; padding-left:10px; border-left:3px solid #303289; margin-bottom:25px;}
.yf_li .yf_right .yf_box .yf_des{ font-size:16px; line-height:28px; color:#666;}

/*人力资源*/
.chqs-join{ width:100%; overflow:hidden; margin-bottom:50px;}
.chqs-join1{ width:100%; background:url(../images/bgt.jpg) no-repeat; background-size:cover; padding:80px 0;}
.joinx{ margin:20px; text-align:center; background:#fff;-moz-box-shadow:0px 0px 4px #BDBDBD; -webkit-box-shadow:0px 0px 4px #BDBDBD; box-shadow:0px 0px 4px #BDBDBD; padding:55px; z-index:2; position:relative; transition-duration:.5s;}
.joinx:hover{-moz-box-shadow:0px 0px 17px #949494; -webkit-box-shadow:0px 0px 17px #949494; box-shadow:0px 0px 17px #949494;}
.join-txt{ font-size:18px; line-height:2;}
.joinx .more{ display:inline-block; background:#303289; color:#fff; font-size:18px; padding:15px 55px; margin-top:36px;}
.chqs-join2{ width:100%; overflow:hidden; margin-top:80px;}
.chqs-tim p{ font-size:18px; text-align:center; margin-top:10px;}
.rl-list{ overflow:hidden; margin-top:50px;}
.rl-list dl{ width:31%; height:230px; float:left;background: linear-gradient(left , rgb(20, 188, 181) 39% , rgb(48, 222, 214) 69%);
background: -o-linear-gradient(left , rgb(42, 184, 196) 39% , rgb(51, 216, 234) 69%);
background: -ms-linear-gradient(left , rgb(42, 184, 196) 39% , rgb(51, 216, 234) 69%);
background: -moz-linear-gradient(left , rgb(42, 184, 196) 39% , rgb(51, 216, 234) 69%);
background: -webkit-linear-gradient(left , rgb(42, 184, 196) 39% , rgb(51, 216, 234) 69%); text-align:center; color:#fff; padding-top:19px;
margin-right:3.5%;
}
.rl-list dl dt img,.rl-list dl dt img{ transition-duration:.5s; margin-top:20px;}
.rl-list dl dt p{ font-size:18px; font-weight:bold; padding:10px 0 18px 0;}
.rl-list dl dd{ padding:0 39px; font-size:15px; line-height:1.6;}
.rl-list dl:nth-child(2){background: linear-gradient(left , rgb(47, 48, 138) 39% , rgb(60, 61, 174) 69%);
background: -o-linear-gradient(left , rgb(47, 48, 138) 39% , rgb(60, 61, 174) 69%);
background: -ms-linear-gradient(left , rgb(47, 48, 138) 39% , rgb(60, 61, 174) 69%);
background: -moz-linear-gradient(left , rgb(47, 48, 138) 39% , rgb(60, 61, 174) 69%);
background: -webkit-linear-gradient(left , rgb(47, 48, 138) 39% , rgb(60, 61, 174) 69%);}
.rl-list dl:nth-child(3){ margin-right:0;background: linear-gradient(left , rgb(3, 182, 233) 39% , rgb(62, 216, 240) 69%);
background: -o-linear-gradient(left , rgb(0, 162, 233) 39% , rgb(8, 178, 252) 69%);
background: -ms-linear-gradient(left , rgb(0, 162, 233) 39% , rgb(8, 178, 252) 69%);
background: -moz-linear-gradient(left , rgb(0, 162, 233) 39% , rgb(8, 178, 252) 69%);
background: -webkit-linear-gradient(left , rgb(0, 162, 233) 39% , rgb(8, 178, 252) 69%);}

.hz-le dl:hover dt img,.rl-list dl:hover dt img,.yj-list dl:hover dt img,.xy-wb01 dl:hover dt img{-webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;}
.chqs-join3{ overflow:hidden; margin-top:80px; padding-top:80px; padding-bottom:80px; background:url(../images/bgt.jpg) no-repeat; background-size:cover;}

.td-list{ overflow:hidden; margin-top:50px;}
.td-list dl{ width:23.5%; float:left; overflow:hidden; margin-right:2%; margin-bottom:2%;}
.td-list dl:nth-child(4){ margin-right:0;}
.td-list dl dt{ overflow:hidden; width:100%;}
.td-list dl dt img{ width:100%; transition-duration:.5s;}
.td-list dl dd{ text-align:center; font-size:16px; line-height:45px; background-color:#fff; transition-duration:.5s;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;}
.td-list dl:hover dt img{ transform:scale(1.1,1.1)}
.td-list dl:hover dd{ background-color:#303289; color:#fff;}
.chqs-join3 .chqs-more{ margin-top:20px;}
.yj-list{ overflow:hidden; padding-top:50px;}
.yj-list dl{ width:33.33%; text-align:center; float:left;}
.yj-list dl dt{ position: relative;}
.yj-list dl dt:before{content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	background-color: #b3b5fa;
	opacity: 0.5;
	width:120px;
	height:120px; margin:0 auto; border-radius:50%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -moz-transform;
    -moz-transition-property: -moz-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    transition-duration: 1s;
    -webkit-animation-name: grow;
    -moz-animation-name: grow;
    animation-name: grow;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear; display:none
}

.yj-list dl dd{ width:70%; margin:0 auto; padding-top:10px;}
.yj-list dl dd h1{ font-size:22px; font-weight:normal; padding:15px 0;}
.yj-list dl dd p{ font-size:16px; color:#555; line-height:1.8;}
.yj-list dl:hover dt:before{ display:block;}

.chqs-join4{ overflow:hidden; margin-top:80px;}
/*人员招聘*/

.chqs-joint{ overflow:hidden; margin-top:80px; margin-bottom:80px;}
.jp-list{ background-color:#f5f6fa; overflow:hidden; margin-top:50px;}
.jp-list1{ margin:30px; background-color:#fff; overflow:hidden; padding:30px;}
.job-item{ background-color:#fff; overflow:hidden;}
.job-item .item-left{ width:20%; float:left; text-align:center;}
.job-item .item-left .item-name{ font-size:18px; text-align:center; padding:20px 0;}

.job-item .item-info{ position:relative; border-left:2px solid #f5f6fa; overflow:hidden;}
.info-detail{ width:80%; float:left; padding:20px 0;}
.item-wrap{ overflow:hidden;}
.info-detail p{ display:inline-block; width:33.33%; float:left; font-size:14px; color:#666; text-align:center;}

.info-link { display:inline-block; float:right; margin-top:10px; box-sizing: border-box; position: relative; cursor: pointer; background-color: #ececec; color: #666666; padding:.7% 6% .7% 2%; line-height:22px; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 14px; }
.job-item .item-content { border-top: 2px solid #f5f6fa; padding:25px 0; line-height: 2; font-size: 14px; color: #666666; display: none; }
.info-link i { display: block; width: 0; position: absolute; height: 1px; top: 9px; right: 25%; margin: auto; bottom: 0; color: #333333; z-index: 3; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.info-link i::before, .info-link i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; }
.info-link i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.info-link i::after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.info-link:hover { color: #FFFFFF; background-color:#303289; }
.info-link:hover i { color: #FFFFFF; }
.job-item.active .item-info .info-link i{ bottom:15px;}
.job-item.active .info-link{ color: #FFFFFF; background-color:#303289; }
.job-item.active .item-info .info-link i::before {  color: #FFFFFF;-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.job-item.active .item-info .info-link i::after {  color: #FFFFFF;-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
#focust{ display:none;}
#focust .hd ul li{ font-size:0;}
.chqs-wrap11{ max-width:1000px; margin: 0 auto;overflow:hidden;}
/*详细页功能区*/
.preNext{position:relative;}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext ul li{ font-size:16px; margin-bottom:5px;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(../images/actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.bboxt .post-title h1{ width:100%; text-align:center; float:none;}
.bboxt .post-title .post-date{ width:100%; float:none; text-align:center; font-size:14px;}
.bboxt .post img{ width:auto; max-width:100%;}

@media screen and (max-width: 1640px){
	.chqs-abrg .chqs-info{ padding:40px;}
	.chqs-abrg .chqs-info .abox{ font-size:15px; line-height:28px; margin-top:20px;}
	.chqs-abrg .chqs-info ul li{ width:85px;}
	.chqs-abrg .chqs-info ul li .abimg{ width:85px; height:85px;}
	.chqs-nlist ul li .neir .t3{display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
	.chqs-nlist ul li .pic{ padding-bottom:11%;}
	}
@media screen and (max-width: 1530px){
	.chqs-headbox .topr .tel{ display:none;}
	.chqs-headbox .topr .menubox{ margin-right:55px;}
	.chqs-head .menu{ top:17px;}
	.chqs-headbox .topr .menubox{ margin-top:10px;}
	}
@media screen and (max-width: 1450px){
	.chqs-wrap{ width:1230px;}
	}

@media screen and (max-width: 1442px){
	.chqs-abrg .chqs-info ul li{ width:70px; margin-right:40px;}
	.chqs-abrg .chqs-info ul li .abimg{ width:70px; height:70px;}
	.chqs-abrg .chqs-info ul{ margin-top:20px;}
	.chqs-abrg .chqs-info .abox{ font-size:14px; line-height:26px; margin-top:10px;}
	.chqs-main{ margin:0 5%;}
	.chqs-headbox, .chqs-indrow, .chqs-min{ padding:0 5%;}
	.chqs-head .menu{ right:5%;}
	.chqs-foot .chqs-dl{ margin-right:4%;}
	.chqs-foot1{ width:40%;}
	
	}
	
@media screen and (max-width: 1330px){
	.chqs-foot .chqs-dl{ margin-right:3%;}
	.contlist{ width:49%;}
	.contlist1{ margin-right:0;}
	}
@media screen and (max-width:1261px){
	.chqs-wrap{ width:960px;}
	}
@media screen and (max-width: 1160px){
	.chqs-headbox .topr{ display:none;}
	.chqs-ablf{ width:100%; float:none; margin-bottom:20px; position:relative; height:auto; display:none;}
	.chqs-ablf img{ height:auto;}
	.chqs-abrg{ width:100%; float:none;}
	.chqs-ab, .chqs-fw1, .chqs-news{ padding:60px 0;}
	.chqs-abrg .chqs-info ul li{ width:80px; margin-right:50px;}
	.chqs-abrg .chqs-info ul li .abimg{ width:80px; height:80px;}
	#ajax-page-wrap{ width:700px;}
	.paget1{ margin-left:350px;}
}
@media screen and (max-width: 1080px){
	.ffft{ display:none;}
	.chqs-foot1{ width:100%; position:relative; height:auto; background:none;}
	.chqs-foot1 .chqs-cont{ padding:0px 5%;}
	.chqs-footer{ padding:35px 0 20px;}
	.chqs-fw1 .t h1{ font-size:24px; line-height:30px; margin-bottom:25px;}
	.chqs-nlist ul li .time, .chqs-nlist ul li .neir .t2{ display:none;}
	.chqs-nlist ul li .pic{ width:30%; padding-bottom:20%;}
	.chqs-nlist ul li .neir{ border:none; padding-left:0;}
	.chqs-nlist ul li{ padding:20px 0 20px 0}
	.chqs-nlist ul li .neir .t3{display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;}
	.product-list li{ width:32%;}
	.product-list li:nth-child(4n){ margin-right:2%;}
	.product-list li:nth-child(3n){ margin-right:0;}
	.product-list li a .tit{ font-size:14px; line-height:40px;}
	.chqs-wrap{ width:96%;}
  .chqs-wrap11{ max-width:90%; margin: 0 auto;overflow:hidden;}
	}
@media screen and (max-width: 980px){
	.yf_li .yf_right .yf_box .yf_tit{ font-size:24px; line-height:24px; margin-bottom:20px;}
	.yf_li .yf_right .yf_box .yf_des{ font-size:14px; line-height:24px;}
	.chqs-yanfa{ padding-top:50px;}
	}

@media screen and (max-width: 769px){
	.chqs-fw1 .t, .newslist li{ width:49%; margin-bottom:2%;}
	.chqs-fw1 .t2, .newslist li.list4{ margin-right:0;}
	.chqs-fw1 .t3, .chqs-fw1 .t4, .newslist li.list8, .newslist li.list6{ margin-bottom:0;}
	.chqs-more{ margin-top:30px;}
	.chqs-more a{ padding:7px 40px; font-size:16px;}
	.chqs-nlist ul li .neir .t3{display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; font-size:14px; line-height:24px;}
	.chqs-nlist ul li .neir .t1{ font-size:16px; line-height:26px;}
	.paget{ display:none;}
	.paget1{ display:block; background:none; position:relative; left:auto; margin-left:0; width:auto; height:auto;}
	#ajax-page-wrap{ width:auto;}
	.post-title h1{ width:100%;}
	.post-date{ width:100%; text-align:left;}
	#ajax-page-overlay{ height:auto; padding:10px 0; bottom:0; top:auto; position:fixed;}
	.ajax-page-active #ajax-page-overlay {
    z-index: 99999;
    background: rgba(0,0,0,0.5);
    -webkit-transition: background 300ms;
    transition: background 300ms;
	text-align:center;
}.close-button{
	font-size: 40px;
	text-align: center;
}
.chqs-wrap{width: 100%;}
.zr01-img{ display:none;}
.xy-wb01{ position:relative; top:10px;}
.xy-wb01 dl{ width:100%; margin-bottom:20px;}
.xy-wb01 dl dt{ width:60px;}
.xy-wb01 dl dd{width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    padding-left: 13px;
    float: left;
    box-sizing: border-box;}
.xy-wb01 dl dd h1{ font-size:16px;}
.xy-wb01 dl dd p{ height:auto; font-size:14px;}
.zeren01{ padding-bottom:0; margin-top:20px;}
.gy-tim{ padding:30px 18px;}
.gy-tim dl{ width:100%; margin-right:0; margin-bottom:20px;}
.gy-tim dl dt{ width:40%; height:170px;}
.gy-tim dl dd{ width:60%; right:0; bottom:auto; top:0; padding:10px;  height:170px;}
.gy-tim dl dd h1{ font-size:16px; padding-bottom:10px; margin-bottom:10px;}
.gy-tim dl dd p{ font-size:14px;overflow:auto; height:105px;}
.gy-tim dl dt p{ opacity:0;}
.xy-wb01 dl dt img{ max-width:100%;}
.chqs-gy{ padding:20px 0 0px;}
.pc-lc{ display:none;}
.chqs-mobile-nav{ display:block;}
.chqs-about2, .chqs-wrap{ width:94%; margin:0 auto;}
.chqs-about3{ padding:30px 0;}
.ab-ti{ padding-bottom:20px;}
.ab-ti p{ font-size:22px;}
.ab-ti span{ width:65px; height:2px;}
.ab_list{ margin-top:0;}
.ab_li .ab_left{ width:100%; float:none;}
.ab_li .ab_left img{ width:100%;}
.ab_li .ab_right{ width:100%; float:none;}
.ab_li .ab_right .ab_wrap{ padding:20px;}
.ab_li .ab_right .ab_wrap h3{ font-size:18px; line-height:22px;}
.ab_li .ab_right .ab_wrap .des{ font-size:15px; line-height:22px; margin-top:10px; margin-bottom:15px;}
.chqs-about1{ padding:30px 0;}
.ab-xi01{ padding:20px;}
.ab-sk{ display:none;}
.ab-txt{ font-size:14px; line-height:26px;}
.chqs-mobile-nav label{ font-size:16px;}
.yf_li .yf_left{ width:100%; float:none; border-radius:0;}
.yf_li .yf_right{ width:100%; float:none; border-radius:0; position:relative;}
.yf_li:nth-child(2n) .yf_right, .yf_li:nth-child(2n) .yf_left{ border-radius:0;}
.yf_li .yf_right .yf_box{ padding:25px;}
.yf_li{ margin-bottom:25px;}
.chqs-join1{ padding:50px 0;}
.joinx{ padding:25px;}
.join-txt{ font-size:14px; line-height:22px;}
.joinx .more{ margin-top:15px; font-size:14px; padding:8px 35px;}
.chqs-join2{ margin-top:50px;}
.rl-list dl{ width:100%; margin-right:0; float:none; margin-bottom:20px;}
.chqs-join3{ padding:50px 0; margin-top:50px;}
.td-list dl{ width:49%;}
.td-list dl:nth-child(2n){ margin-right:0;}
.yj-list dl{ width:100%; float:none; margin-bottom:20px;}
.yj-list dl dd{ width:90%;}
.chqs-join4{ margin-top:50px;}
.item-wrap{ position:relative;}
.job-item .item-left{ width:100%; float:none; text-align:left;}
.job-item .item-left .item-name{ text-align:left; padding:10px 0;}
.job-item .item-info{ position:initial; border:none; margin-top:10px; margin-bottom:10px;}
.info-detail{ width:100%; padding:0; float:none;}
.info-detail p{ text-align:left;}
.info-link{ position:absolute; margin-top:5px; top:0; right:0;}
.chqs-joint{ margin-top:50px; margin-bottom:50px;}
.home-banner .slideBox .bd .img01{ display:none;}
.home-banner .slideBox .bd .img02{ display:block;}
.chqs-newsban{ display:block;}
.subBanner{ display:none;}
#focust{ display: block;}
#slideBox { display:none;}
	}
	

@media screen and (max-width: 640px){
	.chqs-abrg .chqs-info h2{ font-size:30px;}
	.chqs-abrg .chqs-info h2 span{ font-size:18px;}
	.chqs-abrg .chqs-info ul li{ width:60px; margin-right:30px;}
	.chqs-abrg .chqs-info ul li .abimg{ width:60px; height:60px;}
	.chqs-abrg .chqs-info ul li .abtit{ font-size:14px;}
	.chqs-fw1 .t h1{ font-size:18px; line-height:18px; margin-bottom:20px; padding-left:10px; border-left:2px solid #2f318b;}
	.chqs-fw1 .t1, .chqs-fw1 .t2{ margin-bottom:20px;}
	.newslist{ margin-top:25px;}
	.newslist li .lbox p{ font-size:12px;}
	.chqs-newt .tm a{ padding:6px 25px; font-size:14px;}
	.chqs-headbox{ height:60px;}
	.chqs-headbox .logo img{ max-height:40px;}
	.chqs-headbox .logo { margin-top:10px;}
	.chqs-head .menu{ width:35px; height:35px; top:10px;}
	.sitemap-head{ width:90%; padding:0 5%; height:60px;}
	.sitemap-head a{ width:30px; height:30px; margin-top:15px; background-size:cover;}
	.sitemap-head h2{ font-size:16px; line-height:60px;}
	.sitemap-con{ width:100%; padding:20px 5% 0 5%;}
	.home-banner{ margin-top:60px;}
	.home-banner .slideBox .hd ul li{ width:7px; height:7px; margin:0 2px;}
	.home-banner .slideBox .hd ul li.on{ width:15px;}
	.sitemap{ width:100%;}
	.chqs-nlist ul li .neir{ width:60%;}
	.chqs-nlist ul li .pic{ width:37%; padding-bottom:25%;}
	.subBanner, .chqs-newsban{ margin-top:60px;}
	.chqs-newsbody{ margin-top:30px; margin-bottom:25px;}
	.chqs-tim{ font-size:24px; line-height:30px;}
	.chqs-mu{ margin-top:15px;}
	.chqs-mu a{ padding:5px 20px; font-size:14px;}
	.product-list li{ width:49%;}
	.product-list li:nth-child(3n){ margin-right:2%;}
	.product-list li:nth-child(2n){ margin-right:0;}
	.product-list li a .tit{ font-size:12px; line-height:35px;}
	.contlist{ width:100%; float:none; margin-right:0;}
	.contact{ margin-top:20px;}
	.yf_li .yf_right .yf_box .yf_tit{ font-size:20px; line-height:20px; margin-bottom:15px;}
	.chqs-yanfa{ padding-top:30px;}
	.chqs-yf{ margin-top:25px;}
	.chqs-join4, .chqs-join2{ margin-top:30px;}
	.chqs-join3{ padding:30px 0; margin-top:30px;}
	.chqs-join1{ padding:30px 0;}
	.chqs-tim p{ font-size:14px; line-height:22px;}
	.rl-list, .td-list{ margin-top:25px;}
	.rl-list dl dd{ font-size:14px; line-height:22px;}
	.td-list dl dd{ font-size:14px; line-height:35px;}
	.chqs-join{ margin-bottom:20px;}
	.yj-list{ padding-top:30px;}
	.chqs-joint{ margin-top:30px; margin-bottom:30px;}
	.jp-list{ margin-top:25px;}
	.jp-list1{ margin:5px; padding:10px;}
	.job-item .item-info{ margin-top:0;}
	.job-item .item-left .item-name{ font-size:16px;}
	.info-detail p{ font-size:12px;}
	.home-banner .slideBox .prev, .home-banner .slideBox .next{}
	}
	
@media screen and (max-width: 540px){
	.chqs-ab, .chqs-fw1, .chqs-news{ padding:30px 0;}
	.chqs-abrg .chqs-info{ padding:25px;}
	.chqs-abrg .chqs-info ul{ display:none;}
	.chqs-abrg .chqs-info h2{ font-size:24px;}
	.chqs-abrg .chqs-info h2 span{ font-size:15px;}
	.chqs-fw1 .t .showBox .s2{ font-size:14px;}
	.chqs-newt .tm{ display:none;}
	.chqs-newt .tt{ font-size:30px; line-height:30px;}
	.chqs-newt .tt span{ font-size:16px; margin-left:10px;}
	.chqs-more a{ padding:7px 30px; font-size:14px;}
	.chqs-more{ margin-top:20px;}
	.chqs-foot1 .chqs-cont .tel{ margin-bottom:10px;}
	.chqs-foot1 .chqs-cont .tel span{ font-size:15px; line-height:22px;}
	.chqs-foot1 .chqs-cont .tel h2{ font-size:24px; line-height:30px;}
	.chqs-foot1 .chqs-cont .foot-tox .d{ font-size:12px; background-size:20px; padding-left:25px;}
	.sitemap-con dl{ padding-bottom:8px; margin-bottom:10px;}
	.sitemap-con dt{ font-size:15px; padding-bottom:5px;}
	.sitemap-con dd{ margin:0px 20px 0px 0px;}
	.sitemap-con dd a{ font-size:12px;}
	.sitemap-shares{ padding:0;}
	.sitemap-shares .reenoo{ padding-top:15px; font-size:12px;}
	.chqs-nlist ul li .neir .t1{ line-height:36px;}
	.chqs-nlist ul li .neir .t3{ margin-top:0;}
	.chqs-nlist{ margin-top:10px;}
	.info-detail p{ width:50%;}
	.info-detail p.d-none{ width:100%;}
	.info-link{ padding:5px 30px 5px 15px;}
	.job-item .item-content{ font-size:12px; padding:15px 0;}
	}
	
@-webkit-keyframes animal {
  0%{
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100%{
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes yuan {
  from {
      -webkit-transform:scale(1);
  }
  to {
      -webkit-transform:scale(1.1);
  }
}
@-moz-keyframes yuan {
  from {
      -moz-transform:scale(1);
  }
  to {
      -moz-transform:scale(1.1);
  }
}
@keyframes yuan {
  from {
      transform:scale(1);
  }
  to {
      transform:scale(1.1);
  }
}
@-webkit-keyframes grow {
  from {
      -webkit-transform:scale(1);
  }
  to {
      -webkit-transform:scale(1.2);
  }
}
@-moz-keyframes grow {
  from {
      -moz-transform:scale(1);
  }
  to {
      -moz-transform:scale(1.2);
  }
}
@keyframes grow {
  from {
      transform:scale(1);
  }
  to {
      transform:scale(1.2);
  }
}
@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}	
	
	
@keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-moz-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-webkit-keyframes changeScale
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

@-o-keyframes changeScale 
{   0%   {transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1); opacity: .2;}
100% {transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);opacity: 1}
}
}

