@font-face {
    font-family: 'HelNeu55';
    src: url('../font/HelNeu55.eot');
    src:
    url('../font/HelNeu55.eot?#font-spider') format('embedded-opentype'),
    url('../font/HelNeu55.woff') format('woff'),
    url('../font/HelNeu55.ttf') format('truetype'),
    url('../font/HelNeu55.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pcshow { display:block;}
.wapshow { display:none;}


@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}

fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}

input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}


.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}
a,*{-webkit-tap-highlight-color: transparent;tap-highlight-color: transparent;}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

table{margin: 0 auto;border-collapse:collapse;border-spacing:0;width: 100% !important;max-width: 100% !important;}

/*transition*/
.tran100{-webkit-transition:all 0.1s linear; -moz-transition:all 0.1s linear; -ms-transition:all 0.1s linear; transition:all 0.1s linear;}
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img,.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.con_1000{ position:relative; margin:0 auto; width:1000px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

.w1280{width: 1440px; margin: 0 auto;max-width: 92%;}

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #0090dc;}



#nav_slide {
	background: linear-gradient(90deg,#f47115,#df0d16 35%,#c30008 78%);
	line-height: 50px;
	position: relative;
	z-index: 2;
	display: none;}
#nav_slide #bnt_back {
	position: absolute;
	left: 10px;
	top: -2px;}
#nav_slide #bnt_back img {
	height: 20px;
	vertical-align: middle;}
#nav_slide .n_title {
	height: 50px;}
#nav_slide h1 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 50px;}
#bnt_sub_nav {
	position: absolute;
	right: 10px;
	top: 14.5px;
	cursor: pointer;}
#bnt_sub_nav img {
	display: block;
	height: 20px;}
#bnt_sub_nav.on img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);}
#sub_nav_content {
	background: #ddeef5;
	display: none;
	z-index: 9;
	width: 100%;}
#sub_nav_content ul {
	margin-bottom: 0;}
#sub_nav_content ul li {
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #bbdce9;
	padding: 0 15px;}
#sub_nav_content ul li a {
	display: inline-block;
	font-size: 16px;
	padding: 0;
	color: #333;
	width: 88%;}
#sub_nav_content ul li i {
	float: right;
	font-family: simsun;
	font-style: normal;
	font-weight: bold;}
#sub_nav_content ul li ul li {
	border: 0;
	line-height: 28px;
	padding-left: 10px;}
#sub_nav_content ul li ul li a {
	font-size: 13px;
	color: #666;}
#sub_nav_content ul li.on>a {
	color: #b81920;}
#sub_nav_content ul li ul {
	display: none;}


.nyBanner{width: 100%;height: 400px;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
.nyBanner:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(0,0,0,0.4);opacity: 0;}
.nyBanner .w1280{padding-top: 180px;position: relative;z-index: 2;}
.nyBanner .w1280 h3{font-size: 34px;line-height: 42px;color: #fefefe;font-weight:bold;}
.nyBanner .w1280 .path{font-size: 14px;line-height: 32px;color: #fefefe;}
.nyBanner .w1280 .path span{margin: 0 10px; }
.nyBanner .w1280 .path a{color:#fff;}
.nyBanner .w1280 .path a:hover{text-decoration: underline;}

.nyWrap{min-height: 450px;margin-bottom: 120px; margin-top:80px;}
.nyTitle{font-size: 34px; line-height:50px;color: #111;font-weight:bold; margin-bottom:60px; text-align:center; position:relative;}
.nyTitle:after{content: "";width: 60px;height:1px;position: absolute;left:50%; margin-left:-30px;bottom:-20px;background:#c30008;}

/*资质证书*/

.honorList{width: 100%;overflow: hidden;}
.honorList ul{}
.honorList ul li{width:24%; margin-right:1.333%;cursor: pointer;}
.honorList ul li:nth-child(4n){ margin-right:0;}
.honorList ul li .pic{padding: 15px;background: #f1f1f1 url(../images/honorBg.png) no-repeat center;background-size: 100% 100%;position: relative;}
.honorList ul li .pic em{display: block;width: 100%;height: 0;padding-bottom: 141.18%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.honorList ul li .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: rgba(62,152,23,0.7);opacity: 0;}
.honorList ul li .pic .text{width: 100%;height: 112px;position: absolute;left: 0;top:50%;margin-top: -56px;z-index: 3;text-align: center;}
.honorList ul li .pic .text i{display: block;width: 61px;height: 61px;margin: 0 auto 19px;background: url(../images/fdj1.png) no-repeat center;
-webkit-transform:translateY(-30px); -moz-transform: translateY(-30px); -ms-transform:translateY(-30px); transform:translateY(-30px);filter: alpha(opacity=0);opacity: 0;}
.honorList ul li .pic .text span{display: block;font-size: 18px;line-height: 32px;color: #ffffff;
-webkit-transform:translateY(30px); -moz-transform: translateY(30px); -ms-transform:translateY(30px); transform:translateY(30px);filter: alpha(opacity=0);opacity: 0;}
.honorList ul li h5{font-size: 20px;line-height: 78px;color: #333333;font-weight: normal;text-align: center;}
.honorList ul li:hover .pic b{opacity: 1;}
.honorList ul li:hover .pic .text i,
.honorList ul li:hover .pic .text span{-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);filter: alpha(opacity=100);opacity: 1;}
.honorList ul li:hover h5{color: #3e519e;}
.honorList .readMore{position: relative;top:-10px;}

.sChannel{padding: 134px 0 126px;background: url(../images/sChannelBg.jpg) no-repeat center top;background-size: cover;min-height: 350px;}
.sChannel .nyTit h3{font-size: 46px;font-weight: bold;-webkit-text-shadow: 0px 0px 43px rgba(0, 0, 0, 0.4);text-shadow: 0px 0px 43px rgba(0, 0, 0, 0.4);}
.sChannel .nyTit i{width: 21px;height: 21px;opacity: 1;
-webkit-animation: planeAni2 2s infinite;animation: planeAni2 2s infinite;}

.sChannel .w1280{overflow: hidden;}
.sChannel ul{}
.sChannel ul li{margin: 0 1.5% 20px 0;width: 23.8%;background: #ffffff;}
.sChannel ul li.li3,.sChannel ul li.li5{margin-right: 0;}
.sChannel ul li dl dt{height: 202px;box-sizing: border-box;padding: 42px 50px 0;position: relative;}
.sChannel ul li dl dt em{display: block;height: 26px;line-height: 26px;font-size: 14px;color: #3e519e;font-weight: bold;font-family: "gothic";text-decoration: underline;}
.sChannel ul li dl dt .text{position: relative;min-height: 40px;position: relative;margin-bottom: 48px;color: #222222;line-height: 40px;}
.sChannel ul li dl dt .text p{width: 100%;padding-top: 10px;font-size: 14px;line-height: 30px;}
.sChannel ul li dl dt h5{font-size: 26px;font-weight: bold;}
.sChannel ul li dl dt i{display: block;width: 9px;height: 11px;position: absolute;left: 50px;bottom: 35px;background: url(../images/arrow4.png) no-repeat left bottom;}
.sChannel ul li dl dd{overflow: hidden;}
.sChannel ul li dl dd em{display: block;height: 296px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.sChannel ul li:hover{background: #3e519e;}
.sChannel ul li dl:hover dt em,
.sChannel ul li dl:hover dt .text{color: #fff;}
.sChannel ul li dl:hover dt i{background-position: left top;}
.sChannel ul li dl:hover dd em{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.sChannel ul li.li1 dl dt .text{padding-left: 170px;}
.sChannel ul li.li1 dl dt .text h5{position: absolute;left: 0;top:0;}
.sChannel ul li.li1,.sChannel ul li.li4,.sChannel ul li.li5{width: 49.2%;}
.sChannel ul li.li4 dd,.sChannel ul li.li4 dt,.sChannel ul li.li5 dd,.sChannel ul li.li5 dt{width: 50%;float: left;height: 296px;}
.sChannel ul li.li4 dt,.sChannel ul li.li5 dt{padding-top: 52px;}
.sChannel ul li.li4 dt i,.sChannel ul li.li5 dt i{width: 11px;height: 9px;background: url(../images/arrow5.png) no-repeat right top;}
.sChannel ul li.li4:hover dt i,.sChannel ul li.li5:hover dt i{background-position: left top;}

.partner{overflow: hidden;padding: 80px 0 60px;}
.partner .partnerList{width: 1300px;}
.partner .partnerList li{width: 305px;box-sizing: border-box;border:1px solid #e5e5e5;margin: 0 20px 40px 0;}
.partner .partnerList li a{display: block;height: 200px;text-align: center;line-height: 200px;font-size: 0;}
.partner .partnerList li a img{max-width: 90%;max-height: 90%;}
.partner .partnerList li:hover{border-color: #bbb;}
.partner .partnerList li:hover a img{opacity: 0.7;}

/*组织机构*/

.orgWrap .item { margin-bottom: 15px;}
.orgWrap .item .tit {
	/*height: 52px;
	line-height: 52px;*/
	padding: 18px 20px;
	background: #eff4f4;
	font-size: 22px;
	color: #1a1a1a;
	
	font-weight: normal;
	margin-top: 25px;
	border-left:5px solid #0b9299;}
	
.orgWrap .item .cont dl {

	padding: 8px 0 8px 28px;
	position: relative;
	font-size: 16px;
	line-height: 32px;
	color: #333333;}
.orgWrap .item .cont dl dt {
	position: absolute;
	left: 0;
	top: 8px;
	padding-left: 0px;}
.orgWrap .item .cont dl dt span {
	letter-spacing: 16px;}
.orgWrap .item .cont dl dd span {
	color: #3a502a;
	display: block;}
.orgWrap .item .cont ul {
	padding-left: 20px;}
.orgWrap .item .cont ul li {
	margin-right: 44px;}
.orgWrap .item .cont ul li a {
	display: block;
	padding-left: 24px;
	position: relative;
	font-size: 16px;
	line-height: 36px;
	color: #333333;}
.orgWrap .item .cont ul li a:before, .orgWrap .item .cont ul li a:after {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: url(../images/linkicon.png) no-repeat left top;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;}
.orgWrap .item .cont ul li a:after {
	background-position: left bottom;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);}
.orgWrap .item .cont ul li a:hover {
	color: #19408c;}
.orgWrap .item .cont ul li a:hover:before {
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);}
.orgWrap .item .cont ul li a:hover:after {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);}
.nyDescTxt {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 42px;}
.nyDescTxt * { max-width: 100% !important;}





.message_form { background: #ebebed; padding:80px 120px; margin-top:60px; }
.message_form li { float: left; width: 45%; margin-right: 10%; margin-bottom: 22px; }
.message_form li .message_filed1 { height: 50px; background: #fff; border: 1px solid #e7e4e4; position: relative; }
.message_form li .message_filed1 select { width: 100%; padding: 0 26px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 50px; font-size: 15px; color: #545454; }
.message_form li .message_filed { height: 50px;/* background: #fff; border: 1px solid #e7e4e4;*/ padding-left: 135px; position: relative; }
.message_form li .label { position: absolute; left: 26px; line-height: 50px; height: 50px; font-size: 16px; color: #333; }
.message_form li .text { font-size: 15px; color: #545454; width: 96%; padding: 15px 2%; line-height: 20px; }
.message_form li .btn { max-width: 336px; width: 50%; height: 52px; background:url(../images/djsbg.jpg) repeat-y; background-size:100%; color: #fff; font-size: 20px; }
.message_form li .btn:hover { background: #d11f27;  cursor: pointer;}
.message_form li .message_filed span { line-height:52px; font-size:16px;}
.message_form li .message_filed span.jieshao { padding-left:25px; color:#8d8d8d;}


.message_form li .label2 { float: left; padding-left: 26px; line-height: 50px; font-size: 16px; color: #545454; width:135px; }
.message_form li .text2 { float: left; width: 116px; line-height: 20px; padding: 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 15px; color: #545454; height: 50px; border: 1px solid #e7e4e4; text-align: center; }
.message_form li .yzm_btn { float: left; margin-left: 14px; height: 50px; vertical-align: middle; }
.message_form li .yzm_btn img { height: 50px; width: 115px; }
.message_form .li2, .message_form .li4, .message_form .li10,.message_form .li8 { margin-right: 0; }
.message_form .li6 { margin-right: 0; width: 100%; }
.message_form .li7 { margin-right: 0; width: 100%; margin-top:15px; clear:both; }
.message_form .li7 .message_filed { height: auto; }
.message_form .li7 .message_filed textarea { resize: none; width: 100%; height: 250px; padding: 15px 2%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 15px; color: #545454; line-height: 20px; border:none;}
.message_form .li8, .message_form .li9 { width: 100%; margin-right: 0; }
.message_form .tip { font-size: 18px; color: #757575; }


.resp { position:relative;}
.bzpip { position:absolute;left: 0;  top: 40px; color:#c30008;}

.selectxz .item .textbb { background:none; text-align:center; cursor: pointer; font-size:15px;}
.selectxz { width:100%;}
.selectxz .item {
    width: 180px;
    height: 42px;
	border-radius:5px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 42px;	
    cursor: pointer;
	margin-left:15px; margin-bottom:10px;
}
.selected {
    background:url(../images/djsbg.jpg) repeat-y; background-size:100%; border:none; color:#fff;
}	
.selected .textbb { color:#fff;}




.selectxz3 .item3 .textbb3 { background:none; text-align:center; cursor: pointer; font-size:15px;}
.selectxz3 { width:100%;}
.selectxz3 .item3 {
    width: 180px;
    height: 42px;
	border-radius:5px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 42px;	
    cursor: pointer;
	margin-left:15px; margin-bottom:10px;
}
.selected3 {
    background:url(../images/djsbg.jpg) repeat-y; background-size:100%; border:none; color:#fff;
}	
.selected3 .textbb3 { color:#fff;}





.selectxz4 .item4 .textbb4 { background:none; text-align:center; cursor: pointer; font-size:15px;}
.selectxz4 { width:100%;}
.selectxz4 .item4 {
    width: 32%;
    height: 42px;
	border-radius:5px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 42px;	
    cursor: pointer;
	margin-left:1.3%; margin-bottom:10px;
}
.selected4 {
    background:url(../images/djsbg.jpg) repeat-y; background-size:100%; border:none; color:#fff;
}	
.selected4 .textbb4 { color:#fff;}

.czbm_btn{display: block;width: 260px;height: 60px; background:url(../images/djsbg.jpg) repeat-y
; background-size:100%;border-radius:6px;text-align: center;font-size: 18px;color: #ffffff;font-weight: bold;line-height: 60px;font-size: 0; margin-top:40px;}
.czbm_btn span{display: inline-block;*display: inline;*zoom: 1;padding-right: 38px;background: url(../images/loadMore.png) no-repeat right center;font-size: 22px; font-weight:bold;}
.czbm_btn i{display: inline-block;*display: inline;*zoom: 1;width: 20px;height: 20px;margin-left: 18px;background: #f5f5f9;border-radius: 50%;line-height: 22px;color: #0c2387;font-weight: normal;font-family: "SimSun";
font-size: 14px;background: url(../images/loadMore.png) no-repeat center;}
/*.readMore:hover{opacity: 0.7;}*/
.czbm_btn:hover span { color:#FC0;}

.invest_sec3 { margin-top:40px;}
.invest_servicewrap { height: 220px;  }
.invest_commntitle { margin-bottom: 41px; color: #fff; text-align: center; font-size:26px; }
.invest_service { padding: 0 9.21%;font-size: 16px; line-height: 32px; overflow: hidden;  text-align: center; }
.invest_box { border:1px solid #f47115; height:48px; line-height:48px; max-width:420px; text-align:center; margin:25px auto; font-size:18px; color:#f47115;}
/*合作伙伴*/




/*产品与服务*/

.prosList ul{padding-bottom: 40px;}
.prosList ul li{padding: 20px 0;border-bottom: 1px solid #e0e0e0;}
.prosList ul li:first-child{border-top: 1px solid #e0e0e0;}
.prosList ul li a{display: block;height: 200px;padding-left: 330px;position: relative;}
.prosList ul li a .pic{width: 300px;height:200px;position: absolute;overflow: hidden;left: 0;top:0; border:1px solid #f2f2f2;}
.prosList ul li a .pic em,
.prosList ul li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.prosList ul li a .pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.prosList ul li a .pic b{z-index: 2;background: rgba(0,0,0,0.4);opacity: 0;}
.prosList ul li a .text{width: 100%;}
.prosList ul li a .text h5{font-size: 22px;line-height: 42px;color: #1a1a1a;margin-bottom: 10px; font-weight:normal;}
.prosList ul li a .text p{font-size: 16px;line-height: 28px;color: #666666;height: 80px;overflow: hidden;margin-bottom: 30px;}
.prosList ul li a .text span{display: block;font-size: 16px;color: #fff;width:120px; height:36px; line-height:36px; background:url(../images/djsbg.jpg) repeat-y; border-radius:45px; text-align:center;}
.prosList ul li a:hover .pic b{opacity: 1;}
.prosList ul li a:hover .text h5{color: #ff0000; }
.prosList ul li a:hover .text span{color: #fffc00; }

.prosList ul li a .text .txt{font-size: 16px;line-height: 32px;color: #333333; margin-bottom:25px;}
.prosList ul li a .text .txt dl{min-height: 32px;padding-left: 111px;position: relative;}
.prosList ul li a .text .txt dl dt{position: absolute;left: 0;top:0;color: #808080;}




.videoWrap .gallery-top{width: 78.125%;position: relative;}
.videoWrap .gallery-top .swiper-pagination{display: none;}
.videoWrap .gallery-top .swiper-slide .wrap{display: block;width: 100%;height: 0;padding-bottom: 568px;position: relative;overflow: hidden;}
.videoWrap .gallery-top .swiper-slide .wrap em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.videoWrap .gallery-top .swiper-slide .wrap i{width: 78px;height: 78px;position: absolute;left: 50%;top:50%;margin: -39px 0 0 =39px;background: url(../images/videoIcon1.png) no-repeat center;background-size: 100% 100%;}
.videoWrap .gallery-top .swiper-slide .wrap .btm{width: 100%;height: 59px;position: absolute;left: 0;bottom: 0;z-index: 2;box-sizing: border-box;padding: 0 200px 0 30px;background: url(../images/gray80.png) repeat;}
.videoWrap .gallery-top .swiper-slide .wrap .btm h5{width: 100%;font-size: 16px;color: #ffffff;font-weight: normal;line-height: 59px;}
.videoWrap .gallery-top .swiper-slide .wrap .btm .bdsharebuttonbox{position: absolute;right: 10px;bottom: 0;}
.videoWrap .gallery-top .swiper-slide .wrap .btm .bdsharebuttonbox span{font-size: 14px;color: #ffffff;line-height: 59px;margin-right: 15px;}
.videoWrap .gallery-top .swiper-slide .wrap .btm .bdsharebuttonbox .shareItem{width: 30px;height: 30px;margin: 15px 20px 0 0;padding: 0;background: url(../images/shareIcon1.png) no-repeat left center;cursor: pointer;}
.videoWrap .gallery-top .swiper-slide .wrap .btm .bdsharebuttonbox .shareItem.bds_tsina{background-position: -30px center;}
.videoWrap .gallery-thumbs{width: 21.42%;height: 568px;background: #1c2022;box-sizing: border-box;padding: 70px 15px 114px;position: relative;}
.videoWrap .gallery-thumbs .container{width: 100%;height: 100%;overflow: hidden;}
.videoWrap .gallery-thumbs .container .swiper-slide{cursor: pointer;}
.videoWrap .gallery-thumbs .container .swiper-slide em{display: block;width: 100%;height: 137px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.videoWrap .gallery-thumbs .container .swiper-slide h5{font-size: 16px;line-height: 48px;color: #ffffff;font-weight: normal;text-align: center;}
.videoWrap .gallery-thumbs .swiper-button-next,
.videoWrap .gallery-thumbs .swiper-button-prev{width: 100%;height: 19px;position: absolute;left: 0;margin: 0;right: 0;}
.videoWrap .gallery-thumbs .swiper-button-prev{top:35px;background: url(../images/prevBtn.png) no-repeat center;}
.videoWrap .gallery-thumbs .swiper-button-next{bottom:76px;background: url(../images/nextBtn.png) no-repeat center;top:auto;}

.nyNav{/*background: #f5f5f5;*/border-bottom: 1px solid #e0e0e0;}
.nyNav li{}
.nyNav li a{display: block;height: 76px;line-height: 76px;font-size: 16px;color: #1a1a1a;position: relative; padding:0 35px;}
.nyNav li a:before{content: "";width: 100%;height:76px;background: #52a72d;position: absolute;left: 0;bottom: -1px; z-index:-1;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nyNav li.on a:before,.nyNav li a:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.nyNav li.on a,.nyNav li a:hover{color: #fff;}
.nyNav li.on a{font-weight: bold;}

.aboutWrap .item1{padding: 0 0 50px;}
/*.aboutWrap .item1 .text{width: 65%;}*/
.aboutWrap .item1 .text{width: 100%;}
.aboutWrap .item1 .text .title{font-size: 28px;line-height: 34px;color: #00975d;font-weight: bold;margin-bottom: 6px;background: url(../images/comma.png) no-repeat left top;}

.aboutWrap .item1 .text .pageStyle { font-size:17px; line-height:36px; padding-top:20px;}

.p_KeywordBox {}
.p_KeywordBox span {padding: 2px 10px;}
.p_KeywordBox .p_tag{display: inline-block;  background: #f1f1f1;    border: 1px solid #D9D9D9;    margin-right: 18px;    margin-bottom: 15px;
    cursor: default;    border-radius: 4px;    color: #969696;}
.p_KeywordBox .p_tag a { color: #969696;}
.p_KeywordBox .p_tag a:hover { color: #52a72d;}

.pageStyle{font-size: 15px;line-height: 30px;color: #4c4c4c;}
.pageStyle img{max-width: 100% !important;}

.aboutWrap .item1 .pic{width: 32%;}
.aboutWrap .item1 .pic img{width: 100%;}
.aboutWrap .item2{padding: 75px 0 78px;background: #f5f5f5;}
.aboutWrap .item2 .top{margin-bottom: 48px;}
.aboutWrap .item2 .top li{width: 25%;}
.aboutWrap .item2 .top li p{font-size: 14px;line-height: 28px;color: #4c4c4c;}
.aboutWrap .item2 .top li h5{font-size: 14px;line-height: 60px;color: #4d4d4d;font-weight: normal;}
.aboutWrap .item2 .top li h5 em{font-size: 48px;color: #12a7e4;font-weight: bold;font-family: "HelNeu55";margin-right: 12px;}

.aboutScroll{padding: 0 53px;position: relative;}
.aboutScroll .swiper-button-prev,.aboutScroll .swiper-button-next{width: 23px;height: 45px;position: absolute;top:50%;margin-top: -22px;}
.aboutScroll .swiper-button-prev{left: 0;background: url(../images/leftArr.png) no-repeat center;}
.aboutScroll .swiper-button-next{right: 0;background: url(../images/rigjhtArr.png) no-repeat center;}
.aboutScroll .swiper-pagination{display: none;}
.aboutScroll .container{width: 100%;position: relative;overflow: hidden;}
.aboutScroll .container .swiper-slide{position: relative;}
.aboutScroll .container .swiper-slide em{display: block;width: 100%;height: 0;padding-bottom: 65%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutScroll .container .swiper-slide h5{width: 100%;height: 46px;position: absolute;left: 0;bottom: 0;z-index: 2;box-sizing: border-box;padding: 0 10px;background: url(../images/gray60.png) repeat;text-align: center;font-size: 15px;color: #ffffff;font-weight: normal;line-height: 46px;}


.aboutWrap .item3{padding-top: 42px;}


.whbg { width:100%; height:360px; text-align:center; background:url(../images/whbg.jpg) no-repeat center top; background-size:100% 100%; padding-top:100px;}
.whbg img { margin:0 auto;}
.cultureWrap{width: 100%;background: url(../images/cultureBg.jpg) no-repeat center top;}
.cultureWrap .top{padding-bottom: 70px;}
.cultureWrap .top .text{padding: 0 118px 56px;text-align: center;}
.cultureWrap .top .list{border-left: 1px solid #e1e2e3;}
.cultureWrap .top .list li{width: 33.3%;box-sizing: border-box;text-align: center;padding: 12px 0 12px;border-right: 1px solid #e1e2e3; margin-bottom:25px;}
.cultureWrap .top .list li .icon{height: 67px; width:100%; vertical-align:middle;}
.cultureWrap .top .list li .icon img { margin:0 auto;}
.cultureWrap .top .list li h5{font-size: 24px;line-height: 42px;color: #1a1a1a;font-weight: normal;}
.cultureWrap .top .list li p{font-size: 16px;color: #666666;line-height: 30px; padding:0 20px;}

.cultureWrap .btm li{width: 23.8%;position: relative;cursor: pointer;margin: 0 0 1.1% 1.56%;overflow: hidden;}
.cultureWrap .btm li.li1{width: 49.1%;margin: 0;}
.cultureWrap .btm li em{display: block;width: 100%;height: 0;padding-bottom: 74.72%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.cultureWrap .btm li .text{width: 100%;height: 50px;position: absolute;left: 0;bottom: 0;z-index: 2;background: url(../images/gray60.png) repeat;box-sizing: border-box;padding: 0 20px;}
.cultureWrap .btm li .text h5{width: 100%;box-sizing: border-box;padding-right: 40px;font-size: 16px;color: #fefefe;line-height: 50px;font-weight: normal;background: url(../images/picIcon.png) no-repeat right center;}
.cultureWrap .btm li:hover em{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.cultureWrap .btm li.li6{width: 0;height: 0;overflow: hidden;margin: 0;}

.Gallery{width:100%;height:100%;position:fixed;left:0;top:0;background:#111;opacity:0;z-index:999999;background: rgba(0,0,0,0.8);
transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}
.Gallery.show{opacity:1}
.g-bottom,.g-left,.g-right,.g-top{z-index:99;display:block;-webkit-appearance:none;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}
.g-top{position:absolute;top:0;left:0;width:100%;background:rgba(0,0,0,.7);height:45px;text-align:center;line-height:45px;color:#fff;z-index:120}
.g-left.none,.g-right.none{opacity:.3;cursor:not-allowed}
.g-bottom{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,.7);height:45px;text-align:center;line-height:45px;color:#fff;z-index:120}
.g-left{position:absolute;top:43%;left:0;height:14%;background:rgba(0,0,0,.5);width:55px;cursor:pointer}
.g-right{position:absolute;top:43%;right:0;height:14%;background:rgba(0,0,0,.5);width:55px;cursor:pointer}
.Gallery img{max-height:87%;max-width:99%}
.Gallery.Gallery-none img{max-height:100%;max-width:99%}
.Gallery-wrap{width:100%;height:100%;position:relative;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}
.g-left:after{content:'';width:20px;height:2px;background:#fff;position:absolute;left:16px;top:50%;margin-top:-1px}
.g-left:before{content:'';width:10px;height:10px;border:2px solid #fff;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);border-top:none;border-right:none;display:block;position:absolute;left:16px;top:50%;margin-top:-6px}
.g-right:after{content:'';width:20px;height:2px;background:#fff;position:absolute;right:16px;top:50%;margin-top:-1px}
.g-right:before{content:'';width:10px;height:10px;border:2px solid #fff;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);border-left:none;border-bottom:none;display:block;position:absolute;right:16px;top:50%;margin-top:-6px}
.g-list{width:100%;height:100%;text-align:center;vertical-align:middle;position:absolute;left:0;top:0}
.g-list span{display:inline-block;vertical-align:middle;height:100%}
.g-list img{vertical-align:middle;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;transition:all .4s ease;-moz-transition:all .4s ease;-webkit-transition:all .4s ease; display:inline-block;}
.Gallery-wrap.grab .g-list img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}
.g-top .g-count{width:auto;height:100%;position:absolute;left:0;top:0;padding:0 18px}
.g-top button{height:45px;width:45px;border:none;position:absolute;right:0;top:0;opacity:.8;background:0 0;-webkit-tap-highlight-color:transparent}
.g-top span{display:block;width:100%;height:100%;line-height:45px;color:#fff}
.g-close{cursor:pointer}
.g-close:after{content:'';width:24px;height:2px;background:#fff;display:block;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);position:absolute;left:8px;top:21px}
.g-close:before{content:'';width:24px;height:2px;background:#fff;display:block;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:absolute;left:8px;top:21px}
.g-top button:hover{opacity:1}

.newspaper{width: 100%;overflow: hidden;}
.newspaper ul{width: 1350px;padding-bottom: 40px;}
.newspaper ul li{width: 380px;margin: 0 70px 0 0;}
.newspaper ul li a{display: block;}
.newspaper ul li a .pic{height: 0;padding-bottom: 147.368%;position: relative;overflow: hidden;-webkit-box-shadow: 2.5px 4.33px 16px 0px rgba(0, 0, 0, 0.21);box-shadow: 2.5px 4.33px 16px 0px rgba(0, 0, 0, 0.21);}
.newspaper ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newspaper ul li a h5{font-size: 15px;line-height: 65px;color: #1a1a1a;font-weight: normal;text-align: center;}
.newspaper ul li a:hover h5{color: #52a72d;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;width: 32px;height: 32px;border:1px solid #d9d9d9;background: url(../images/arrow4.png) no-repeat left top;margin: 0 15px;}
.page a.next{background-position: right top;}
.page a:hover{border-color: #52a72d;background-color: #52a72d;background-position-y:bottom;}

.jobWrap .text{padding: 0 85px 44px;text-align: center;line-height: 28px;margin-top: -16px;}
.jobList .nLi{margin-bottom: 10px;}
.jobList .nLi .dt{height: 64px;background: #f0f0f0;padding: 0 460px 0 30px;cursor: pointer;line-height: 64px;position: relative;}
.jobList .nLi .dt h5{width: 100%;font-size: 16px;color: #1a1a1a;}
.jobList .nLi .dt .desc{position: absolute;right: 30px;top:0;width: 446px;font-size: 16px;color: #1a1a1a;}
.jobList .nLi .dt .desc .fr{padding-right: 26px;position: relative;}
.jobList .nLi .dt .desc .fr i{width: 7px;height: 15px;position: absolute;right: 0;top:50%;margin-top: -7px;background: url(../images/arrow5.png) no-repeat center;}
.jobList .nLi .dd{display: none;}
.jobList .nLi:first-child .dd{display: block;}
.jobList .nLi .dd .wrap{padding: 15px 30px 20px;}
.jobList .nLi .dd .wrap .tit{font-size: 15px;line-height: 75px;color: #1a1a1a;}
.jobList .nLi .dd .wrap .btnWrap{padding-top: 40px;}
.jobList .nLi .dd .wrap .btnWrap .btn{width: 190px;height: 58px;box-sizing: border-box;border:1px solid #52a72d;text-align: center;line-height: 58px;font-size: 0;margin-left: 10px;position: relative;}
.jobList .nLi .dd .wrap .btnWrap .btn:first-child{margin-left: 0;}
.jobList .nLi .dd .wrap .btnWrap .btn span{display: inline-block;*display: inline;*zoom: 1;font-size: 16px;color: #52a72d;padding-left: 35px;background: url(../images/jobIcon2.png) no-repeat left center;position: relative;z-index: 2;}
.jobList .nLi .dd .wrap .btnWrap .btn:before{content: "";width: 100%;height: 100%;background: #52a72d;position: absolute;left: 0;top:0;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.jobList .nLi .dd .wrap .btnWrap .btn.btn1{background: #52a72d;}
.jobList .nLi .dd .wrap .btnWrap .btn.btn1 span{background-image: url(../images/jobIcon1On.png);color: #fff;}
.jobList .nLi .dd .wrap .btnWrap .btn.btn2:hover span{color: #fff;background-image: url(../images/jobIcon2On.png);}
.jobList .nLi .dd .wrap .btnWrap .btn.btn2:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.jobList .nLi.on .dt .desc .fr i{-webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -ms-transform: rotateZ(90deg); transform: rotateZ(90deg);}

.respWrap .item1{padding-bottom: 40px;border-bottom: 1px solid #e0e0e0;margin-bottom: 32px;}
.respWrap .item1 .text{width: 56.25%;}
.respWrap .item1 .text .tit{font-size: 24px;line-height: 44px;color: #1a1a1a;font-weight: normal;margin-bottom: 22px;}
.respWrap .item1 .pic{width: 40.625%;}
.respWrap .item1 .pic img{width: 100%;}
.respWrap .item2{margin-bottom: 42px;}
.respWrap .item3{margin-top: 40px;}
.respWrap .item3 .innerItem{width: 48%;}

.syFocusThumb{position: relative; overflow: hidden;}
.syFocusThumb .pagination{padding: 0 53px;position: relative;}
.syFocusThumb .pagination .prev,
.syFocusThumb .pagination .next{width: 23px;height: 39px;position: absolute;top:32px;cursor: pointer;}
.syFocusThumb .pagination .prev{left: 0;background: url(../images/leftArr1.png) no-repeat center;}
.syFocusThumb .pagination .next{right: 0;background: url(../images/rightArr1.png) no-repeat center;}
.syFocusThumb .pagination .thumbWrap{width: 100%;position: relative;overflow: hidden;padding-bottom: 56px;}
.syFocusThumb .pagination .thumbWrap:before{content: "";width: 100%;height: 1px;background: #e5e5e5;position: absolute;left: 0;top:50px;}
.syFocusThumb .pagination .thumbWrap .holder{width: 4000px}
.syFocusThumb .pagination .thumbWrap .holder .toc{display: block;width: 102px;height: 102px;box-sizing: border-box;border:3px solid #fff;border-radius: 50%;background: #fff;position: relative;z-index: 2;margin-right: 94px;
-webkit-box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.19);box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.19);}
.syFocusThumb .pagination .thumbWrap .holder .toc a{display: block;width: 100%;height: 96px;text-align: center;line-height: 96px;font-size: 28px;color: #666666;font-family: "HelNeu55";}
.syFocusThumb .pagination .thumbWrap .holder .toc.selected{border-color: #52a72d;
-webkit-box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0);box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0);}
.syFocusThumb .pagination .thumbWrap .holder .toc.selected a{color: #52a72d;font-weight: bold;}
.syFocusThumb .contentdiv{box-sizing: border-box;padding: 30px 0 90px 166px;position: relative;}
.syFocusThumb .contentdiv:before{content: "";width: 1px;height: 100%;background: #e5e5e5;position: absolute;left: 127px;top:0;}
.syFocusThumb .contentdiv .year{position: absolute;left: 0;top:0;height: 86px;font-size: 36px;color: #52a72d;line-height: 86px;width: 127px;z-index: 2;}
.syFocusThumb .contentdiv .year:before{content: "";width: 15px;height: 15px;position: absolute;right: -9px;top:50%;margin-top: -7px;background: #fff;border-radius: 50%;border:1px solid #e5e5e5;}
.syFocusThumb .contentdiv .cont ul li{margin-bottom: 30px;}




.contactWrap .item1{height:600px;position: relative;margin-bottom: 80px;}
.contactWrap .item1 .mapWrap{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.contactWrap .item1 .w1280{position: relative;z-index: 3;top: 70px;height: 0;}
.contactWrap .item1 .w1280 .tabWrap{width: 405px;background: url(../images/contactBg.png) no-repeat center bottom;background-size: cover;}
.contactWrap .item1 .w1280 .tabWrap .tabs li{width: 100%;height: 80px;text-align: center;font-size: 18px;color: #ffffff;line-height: 80px;background: #7d7d7d;position: relative;cursor: pointer;}
.contactWrap .item1 .w1280 .tabWrap .tabs li:before{content: "";  width:0;height:0;position: absolute;left: 50%;bottom: -9px;
border-right:9px solid transparent;border-left:9px solid transparent;border-top:9px solid #ab0007;filter: alpha(opacity=0);opacity: 0;}
.contactWrap .item1 .w1280 .tabWrap .tabs li.on{background:url(../images/djsbg.jpg) repeat-y; background-size:100%;}
.contactWrap .item1 .w1280 .tabWrap .tabs li.on:before{filter: alpha(opacity=100);opacity: 1;}
.contactWrap .item1 .w1280 .tabWrap .cont{height: 360px;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem{padding: 30px 20px 0 30px;display: none;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem:first-child{display: block;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem .tit{font-size: 24px;line-height: 32px;color: #ab0007; font-weight:bold;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem .line{display: block;width: 36px;height: 1px;background: #ccc;margin: 16px 0 26px;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem .txt{font-size: 16px;line-height: 48px;color: #555555;}

.contactWrap .item2{overflow: hidden;}
.contactWrap .item2 ul{width: 100%;}
.contactWrap .item2 ul li{width:32%; margin-right:2%; margin-bottom:20px; height:220px;box-sizing: border-box;border-top: 4px solid #f47115;background: #f3f3f3;padding: 30px 20px 0 46px;}
.contactWrap .item2 ul li .tit{font-size: 24px;line-height: 42px;color: #ab0007;font-weight: bold; margin-bottom: 14px;}
.contactWrap .item2 ul li .name{font-size: 18px;line-height: 54px;color: #000; font-weight: bold;}
.contactWrap .item2 ul li .txt{font-size: 16px;line-height: 36px;color: #555555;}
.contactWrap .item2 ul li:last-child { margin-right:0;}

.sitemap{padding: 50px 20px;border:1px solid #ccc;background: #fff;margin: 50px auto;}
.sitemap .nLi{ border-bottom: 1px dashed #dbdbdb; padding: 15px 0; }
.sitemap .nLi h3{height: 30px; line-height: 28px; font-family: "Microsoft Yahei"; font-size: 16px; color: #333; font-weight: bold; position: relative;padding-left: 16px;}
.sitemap .nLi h3:before{ content: ""; display: inline-block; width: 4px; height: 16px; background: #0c2387;position: absolute;left: 0;top: 50%;margin-top: -8px; }
.sitemap .nLi h3 a:hover{ color: #0c2387; }
.sitemap .nLi .sub{ padding: 0 0 0 16px;}
.sitemap .nLi .sub li{ float: left; margin-right: 20px; line-height: 30px; font-family: "Microsoft Yahei"; font-size: 14px; color: #4c4c4c; }
.sitemap .nLi .sub li a:hover{ color: #0c2387; text-decoration: underline; }





.busWrap .text{padding: 0 130px 44px;text-align: center;line-height: 26px;}
.busWrap .item1{width: 100%;background: url(../images/busBg.jpg) no-repeat center top;padding: 50px 0 60px;}
.busWrap .item1 .busNav{margin-bottom: 50px;text-align: center;font-size: 0;}
.busWrap .item1 .busNav li{display: inline-block;*display: inline;*zoom: 1;margin: 0 35px;}
.busWrap .item1 .busNav li a{display: block;font-size: 16px;color: #ffffff;line-height: 45px;filter: alpha(opacity=80);opacity: 0.8;}
.busWrap .item1 .busNav li.on a{filter: alpha(opacity=100);opacity: 1;font-size: 25px;}
.busWrap .item1 .busNav li a:hover{filter: alpha(opacity=100);opacity: 1;}

.exhibition_hall{position: relative; overflow: hidden; z-index: 1;padding: 0 120px;}
.roundabout_box { height: 433px; width: 100%;overflow: hidden;margin: 0 auto;box-sizing: border-box;padding: 0 120px;}
.roundabout-holder {list-style: none; width: 100%; height: 433px; margin: 0px auto; }
.roundabout-moveable-item {width: 80.18%; height: 433px; cursor: pointer; overflow: hidden; }
.roundabout-moveable-item em{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.exhibition_hall .prevBtn,.exhibition_hall .nextBtn{width: 70px;height: 70px;position: absolute;top:50%;cursor: pointer;margin-top: -35px;}
.exhibition_hall .prevBtn{left: 0;background: url(../images/leftArr2.png) no-repeat center;background-size: 100% 100%;}
.exhibition_hall .nextBtn{right: 0;background: url(../images/rightArr2.png) no-repeat center;background-size: 100% 100%;}

.busScroll{position: relative;overflow: hidden;padding-bottom: 40px;margin: 0 5%;display: none;}
.busScroll .swiper-slide em{display: block;width: 100%;height: 0;padding-bottom: 51.55%;background-repeat: no-repeat;background-position: center;background-size: cover}
.busScroll .swiper-pagination .swiper-pagination-bullet{}
.busScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #52a72d;}

.busWrap{overflow: hidden;}
.busWrap .item2{}
.busWrap .item2 .tit{padding-top: 10px;height: 109px;line-height: 109px;font-size: 30px;color: #1a1a1a;font-weight: normal;text-align: center;}
.busWrap .item2 ul{width:100%;}
.busWrap .item2 ul li{width:32%; margin-right:2%;padding-bottom: 15px; margin-bottom:25px;}
.busWrap .item2 ul li:nth-child(3n) { margin-right:0;}
.busWrap .item2 ul li a{display: block;}
.busWrap .item2 ul li a .pic{width: 100%;height: 0;padding-bottom: 68.29%;position: relative;overflow: hidden;}
.busWrap .item2 ul li a .pic em{position: absolute;left: 0;top:0;width: 105%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.busWrap .item2 ul li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.4);opacity: 0;}
.busWrap .item2 ul li a h5{padding-top: 12px;font-size: 18px;line-height: 42px;color: #1a1a1a;font-weight: normal; text-align:center;}
.busWrap .item2 ul li a p{font-size: 15px;line-height: 26px;color: #707070;height: 52px;overflow: hidden;}
.busWrap .item2 ul li a:hover .pic em{left: -5%;}
.busWrap .item2 ul li a:hover .pic b{opacity: 1;}
.busWrap .item2 ul li a:hover h5{color: #f47115;}
/*.busWrap .item2 ul li:hover{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);}*/

.page1{text-align: center;font-size: 0; margin-top:60px;}
.page1 a{display: inline-block;*display: inline;*zoom: 1;height: 42px;padding: 0 32px;border:1px solid #d4d4d4;background: #ffffff;
margin: 0 8px;font-size: 14px;color: #4c4c4c;line-height: 42px;}
.page1 a.num{padding: 0 17px;}
.page1 a.on,.page1 a:hover{border-color: #f47115;background: #f47115;color: #fff;}

.contProd .item1{margin: 50px auto 30px;}
.contProd .item1 .cProdScroll{width: 46.875%;position: relative;overflow: hidden;}
.contProd .item1 .cProdScroll em{display: block;width: 100%;height: 0;padding-bottom: 68.75%;background-repeat: no-repeat;background-position: center;background-size: cover}
.contProd .item1 .cProdScroll .swiper-pagination{display: none;}
.contProd .item1 .cProdScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #52a72d;}
.contProd .item1 .text{width: 50%;}
.contProd .item1 .text .tit{font-size: 32px;color: #1a1a1a;font-weight: normal;line-height: 46px;margin-bottom:25px;}
.contProd .item1 .text .subTit{font-size: 24px;line-height: 56px;color: #1a1a1a;font-weight: normal;}
.contProd .item1 .text .pageStyle{min-height: 156px;margin-bottom: 32px;text-align:justify;}
.contProd .item1 .text .syleibie{ border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8; padding:25px 0; font-size:15px; color:#000;}
.contProd .item1 .text .toList{display: block;width: 180px;height: 58px;border-radius: 3px;background: #62b63e;text-align: center;line-height: 58px;color: #ffffff;font-size: 0; margin-top:40px;}
.contProd .item1 .text .toList span{display: inline-block;*display: inline;*zoom: 1;font-size: 16px;padding-left: 32px;background: url(../images/listIcon.png) no-repeat left center;}
.contProd .item1 .text .toList:hover{background: #2b760a;}

.cProdScroll .swiper-button-prev,
.cProdScroll .swiper-button-next{width: 30px;height: 74px;position: absolute;cursor: pointer;top:50%; margin-top:-37px;}
.cProdScroll .swiper-button-prev{left: 0;background: url(../images/leftArr2.png) no-repeat center;background-size: 100% 100%;}
.cProdScroll .swiper-button-next{right: 0;background: url(../images/rightArr2.png) no-repeat center;background-size: 100% 100%;}

.prodTit{font-size: 32px;color: #52a72d;font-weight:bold;line-height: 66px;}

.contProd .item2{margin-bottom: 32px;}
.contProd .item3 .prodTit{margin-bottom: 8px;}

.recProdScroll{padding: 0 50px;position: relative;}
.recProdScroll .swiper-button-prev,
.recProdScroll .swiper-button-next{width: 30px;height: 74px;position: absolute;cursor: pointer;top:50%; margin-top:-37px;}
.recProdScroll .swiper-button-prev{left: 0;background: url(../images/leftArr2.png) no-repeat center;background-size: 100% 100%;}
.recProdScroll .swiper-button-next{right: 0;background: url(../images/rightArr2.png) no-repeat center;background-size: 100% 100%;}
.recProdScroll .container{width: 100%;position: relative;overflow: hidden;}
.recProdScroll .container .swiper-slide a{display: block;}
.recProdScroll .container .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 68.29%;position: relative;overflow: hidden;}
.recProdScroll .container .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 105%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.recProdScroll .container .swiper-slide a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.4);opacity: 0;}
.recProdScroll .container .swiper-slide a h5{padding-top: 18px;font-size: 16px;line-height: 35px;color: #1a1a1a;font-weight: normal;text-align: center;}
.recProdScroll .container .swiper-slide a:hover .pic em{left: -5%;}
.recProdScroll .container .swiper-slide a:hover .pic b{opacity: 1;}
.recProdScroll .container .swiper-slide a:hover h5{color: #52a72d;}
.recProdScroll .swiper-pagination{display: none;width: 100%;}
.recProdScroll .swiper-pagination .swiper-pagination-bullet{margin: 0 3px;}
.recProdScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #52a72d;}


.contProd .item4{margin: 50px auto 0px; background:#f5f5f5; padding:40px 0;}
.contProd .item4 .tips{font-size: 16px;color: #4d4d4d;line-height: 21px;margin-bottom: 46px;}
.contProd .item4 .form dl{margin-bottom: 20px;padding-left: 79px;min-height: 60px;position: relative;box-sizing: border-box;width: 46.6%;}
.contProd .item4 .form dl.w100p{width: 100%;}
.contProd .item4 .form dl dt{position: absolute;left: 0;top:0;font-size: 16px;color: #1a1a1a;line-height: 60px;}
.contProd .item4 .form dl dd{width: 100%;}
.contProd .item4 .form dl .text,
.contProd .item4 .form dl textarea{width: 100%;height: 60px;box-sizing: border-box;border:1px solid #e6e6e6;padding: 0 12px;font-size: 16px;color: #1a1a1a;line-height: 58px; background:#fff;}
.contProd .item4 .form dl textarea{height: 170px;padding: 10px 12px;line-height: 40px;overflow: auto;}
.contProd .item4 .form dl.codeDl dd{box-sizing: border-box;padding-right: 120px;position: relative;}
.contProd .item4 .form dl.codeDl dd .pic{width: 120px;height: 100%;position: absolute;right: 0;top:0;}
.contProd .item4 .form dl.codeDl dd .pic img{width: 100%;height: 100%;cursor: pointer;}
.contProd .item4 .form dl .subm{width: 180px;height: 60px;background: #62b63e;border:none;text-align: center;line-height: 60px;font-size: 18px;color: #ffffff;cursor: pointer;}
.contProd .item4 .form dl .subm:hover{background: #2f820b;}


.appWrap{}
.appScroll{width: 100%;overflow: hidden;position: relative;margin-bottom: 20px;}
.appScroll .container{width: 530px;margin: 0 auto;height: 300px;}
.appScroll .swiper-slide{width: auto;padding: 15px 0;overflow: hidden;}
.appScroll .swiper-slide .wrap{width: 478px;position: relative;}
.appScroll .swiper-slide .wrap .pic{width: 100%;height: 0;padding-bottom: 56.48%;position: relative;overflow: hidden;padding-bottom: 270px;}
.appScroll .swiper-slide .wrap .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.appScroll .swiper-slide .wrap h5{width: 100%;height: 64px;position: absolute;left: 0;bottom: 0;z-index: 3;box-sizing: border-box;padding: 0 20px;font-size: 24px;color: #ffffff;font-weight: normal;}
.appScroll .swiper-slide .wrap .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);}
.appScroll .swiper-slide.swiper-slide-active .wrap{width: 530px;}
.appScroll .swiper-slide.swiper-slide-active .wrap .pic{
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.appScroll .swiper-slide.swiper-slide-active .wrap .pic b{opacity: 0;}
.appScroll .swiper-slide.swiper-slide-active .wrap h5{filter: alpha(opacity=0);opacity: 0;}

.appWrap .appBtm .tit{font-size: 24px;color: #1a1a1a;line-height: 54px;font-weight: normal;}
.appWrap .appBtm .tit span{font-size: 16px;color: #808080;}
.appWrap .appBtm .list{width: 100%;overflow: hidden;}
.appWrap .appBtm .list ul{width: 1336px;}
.appWrap .appBtm .list ul li{width: 387px;margin-right: 58px;height: 47px;border-bottom: 1px dotted #afafaf;}
.appWrap .appBtm .list ul li a{font-size: 15px;color: #4c4c4c;height: 47px;line-height: 47px;position: relative;padding-left: 16px;}
.appWrap .appBtm .list ul li a:before{content: "";width: 4px;height: 4px;background: #4d4d4d;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;}
.appWrap .appBtm .list ul li a:hover{color: #52a72d;}
.appWrap .appBtm .list ul li a:hover:before{background: #52a72d;}

.networkWrap .item1{padding-bottom: 60px;margin-bottom: 15px;background: url(../images/networkBg.jpg) no-repeat center top;min-height: 440px;}
.networkWrap .item1 .w1280{padding-right: 640px;box-sizing: border-box;}
.networkWrap .item1 .list{margin-top: 60px;padding: 23px 23px 19px;border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;}
.networkWrap .item1 .list li:first-child{margin-right: 120px;}
.networkWrap .item1 .list li h5{line-height: 60px;height: 60px;font-weight: normal;}
.networkWrap .item1 .list li h5 span{font-size: 48px;color: #12a7e4;font-family: "HelNeu55";font-weight: bold;margin-right: 8px;}

.networkWrap .item2{overflow: hidden;}
.networkWrap .item2 dl{margin-bottom: 32px;width: 1335px;}
.networkWrap .item2 dl dd{width: 390px;margin: 0 55px 32px 0;}
.networkWrap .item2 dl dd .tit{line-height: 71px;font-size: 24px;color: #1a1a1a;font-weight: normal;border-bottom: 1px solid #e0e0e0;margin-bottom: 20px;}


/*下载*/
.downlist {}
.downlist .tit {
	height: 52px;
	padding: 0 20px;
	background: #f0f0f0;
	font-size: 22px;
	color: #1a1a1a;
	line-height: 52px;
	font-weight: normal;
	margin-bottom: 14px;
	border-left: 5px solid #b81920;}
.downlist ul {
	margin-bottom: 50px;}
.downlist ul li {
	background:#f7f7f7;
	padding: 45px;
    margin: 20px 0;
	
	/*border-bottom: 1px dotted #afafaf*/}
.downlist ul li a {
	display: block;
	text-decoration:none;
	padding: 0 100px 0 0px;
	position: relative;
	}
	
.downlist ul li a h5 {
	font-size: 18px;
	color: #353535;
	font-weight: normal;
	}
.downlist ul li a span {
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 0;
	width:90px; 
	height:32px;
	line-height:32px;
	text-align:center;
	background:#ab0007;
	border-radius:35px;
	top: 50%;
    margin-top: -16px;}
	
.downlist ul li a i {
	width: 4px;
	height:40px;
	background:#ccc;
/*	border: 5px solid transparent;
	border-left: 5px solid #950b0b;*/
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -20px;}
	
.downlist ul li a:hover i {background:#f47115;}	
	
.downlist ul li a:hover h5 {
	-webkit-transform: translateX(6px);
	transform: translateX(6px);
	color: #b81920;}

.downlist ul li a:hover span {
	color: #ffc000;}



.newsList{width: 100%;overflow: hidden;}
.newsList ul{width: 1305px;padding-bottom: 30px;}
.newsList ul li{width: 410px;margin: 0 25px 33px 0;}
.newsList ul li a{display: block;}
.newsList ul li a .pic{width: 100%;height: 0;padding-bottom: 61.7%;position: relative;overflow: hidden;}
.newsList ul li a .pic em,
.newsList ul li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.newsList ul li a .pic em{width: 105%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsList ul li a .pic b{z-index: 2;background: rgba(0,0,0,0.4);opacity: 0;}
.newsList ul li a h5{margin: 18px 0 9px;font-size: 22px;line-height: 32px;color: #1a1a1a;font-weight: normal;height: 64px;overflow: hidden;}
.newsList ul li a span{display: block;font-size: 14px;line-height: 30px;color: #808080;}
.newsList ul li a p{font-size: 14px;line-height: 26px;color: #4c4c4c;height: 52px;overflow: hidden;}
.newsList ul li a:hover .pic b{opacity: 1;}
.newsList ul li a:hover .pic em{left: -5%;}
.newsList ul li a:hover h5{color: #52a72d;}

.passage{padding-top: 0px;}
.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 24px;color: #1a1a1a;line-height: 32px;font-weight: normal;margin-bottom: 10px;}
.passage .psgTit h5.subTit{font-size: 20px;}
.passage .psgTit .info{font-size: 14px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 4px;}
.passage .psgCont{font-size: 16px;line-height: 32px;color: #333333;padding-bottom: 40px;border-bottom: 1px solid #d1d1d1;margin-bottom: 30px;min-height: 300px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgCont strong , .passage .psgCont strong span { font-weight: bold !important;}
.passage .psgCont img{height: auto !important;}
.passage .psgBtm{position: relative;padding: 0 235px 0 0;}
.passage .psgBtm ul li{font-size: 16px;line-height: 34px;color: #3a502a;}
.passage .psgBtm ul li a{color: #333333;}
.passage .psgBtm ul li a:hover{color: #52a72d;text-decoration: underline;}
.passage .psgBtm .bdsharebuttonbox{height: 56px;/*width: 165px;*/padding-left: 25px;border-left: 1px solid #d1d1d1;position: absolute;right: 0;top:5px;}
.passage .psgBtm .bdsharebuttonbox span{font-size: 16px;line-height: 34px;color: #000000;margin: 12px 3px 0 0;}
.passage .psgBtm .bdsharebuttonbox .shareItem{width: 34px;height: 34px;margin: 12px 20px 0 0;padding: 0;background: url(../images/shareIcon2.png) no-repeat left top;}
.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina{margin-right: 0;background-position: -34px top;}


.hzhb{width: 1440px; margin: 0 auto;max-width: 92%;}
.hzhb_nr ul{overflow: hidden; margin-left: -27px;padding-bottom: 65px;}
.hzhb_nr li{float: left; width:16.66%; padding: 0 0 27px 27px;}
.hzhb_nr li a{display: block; overflow: hidden; border: 1px solid #d5dadd;}
.hzhb_nr img{width: 100%;}
.img2 { transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-ou }
.img2:hover { transform: scale(1.05);-webkit-transform: scale(1.05); -moz-transform: scale(1.05);-o-transform: scale(1.05); -ms-transform: scale(1.05); }


.p1_zhxq {display: flex;rid-template-columns: repeat(2,49%);
    grid-column-gap: 2%;}

.left-column,
.right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
}

.cell {
    flex: 1;
	border-radius: 15px;
    box-shadow: 1px 4px 10px 2px #e8efed;
    padding: 25px 8%;
}


.cell h3{font-size:24px;font-weight: 700;color: #c30008; border-bottom:1px solid #f2f2f2;width:100%; height:58px; line-height:52px; }
.cell p { width:100%;  font-size:18px; line-height:40px; padding:15px 0;}

.left-column .row:first-child{margin-bottom: 30px;}



.ggztlist{ margin-top: 60px; }
.ggztlist ul li{ float: left; width: 48%; margin-left: 2%; margin-bottom: 35px; }
.ggztlist ul li:nth-of-type(2n+1){ margin-left: 0; }
.ggztlist ul li a{ display: block; width: 100%; height: 100%; background: #fff; }

.ggztlist ul li .pic{ position: relative; width: 100%; height: 0; padding-top: 55.55%; overflow: hidden; }
.ggztlist ul li .pic img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear; }
.ggztlist ul li a:hover .pic img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.ggztlist ul li .txt{ position: relative; width: 100%; padding: 20px 25px 25px; box-sizing: border-box; text-align: center; border:1px solid #f2f2f2; }
.ggztlist ul li .txt:before{ content: ""; position: absolute; top:64px; left: 50%; margin-left: -30px; display: block; width: 60px; height: 3px; background:url(../images/djsbg.jpg); background-size:cover; }
.ggztlist ul li .txt h5{ line-height:26px; height:28px; overflow:hidden; font-family: 'Microsoft Yahei'; font-size: 22px; color: #333; font-weight: bold; }
.ggztlist ul li .txt p{ min-height: 90px; overflow: hidden; line-height: 28px; font-family: 'Microsoft Yahei'; font-size: 16px; color: #333; margin-top: 38px; }
/*.ggztlist ul li .txt:after{ content: "READ MORE"; display: block; width: 125px; height: 34px; line-height: 34px; border: 1px solid #c9c9c9; font-family: 'Microsoft Yahei'; font-size: 12px; color: #8c8c8c; margin: 30px auto 0; }
.ggztlist ul li a:hover .txt:after{ background:url(../images/djsbg.jpg); background-size:100% 100%; border-color: #c1a67a; color: #fff; }*/


.list1_3 .mtSearch_list{ margin-top: 68px; }
.list1_3 .mtSearch_list ul > li{ margin-top: 42px; }
.list1_3 .mtSearch_list ul > li:first-child{ margin-top: 0; }
.list1_3 .mtSearch_list ul > li a{ display: block; width: 100%;border-radius: 15px;
    box-shadow: 1px 4px 10px 2px #e8efed;padding: 26px; box-sizing: border-box; }
.list1_3 .mtSearch_list ul > li .pic{ float: left; width: 24%; height: 170px; }
.list1_3 .mtSearch_list ul > li .pic img{ width: 100%; height: 100%; }
.list1_3 .mtSearch_list ul > li .txt{ float: right; width: 73%; height: 170px; }
.list1_3 .mtSearch_list ul > li .txt h5{ line-height: 40px; font-family: 'Microsoft Yahei'; font-size: 24px; color: #333; font-weight: normal; }
.list1_3 .mtSearch_list ul > li .txt p{overflow: hidden; line-height: 30px; font-family: 'Microsoft Yahei'; font-size: 16px; color: #767676; margin-top: 12px; }
.list1_3 .mtSearch_list ul > li .txt .sub{ margin-top: 25px; }
.list1_3 .mtSearch_list ul > li .txt .sub li{ float: left; line-height: 24px; margin-left: 50px; font-family: 'Microsoft Yahei'; font-size: 14px; color: #606060; }
.list1_3 .mtSearch_list ul > li .txt .sub li:first-child{ margin-left: 0; }
.list1_3 .mtSearch_list ul > li .txt .sub li b{ color: #292828; font-weight: bold; }
.list1_3 .mtSearch_list ul > li .txt .sub li:before{ content: ""; display: inline-block; vertical-align: middle; margin-right: 10px; width: 22px; height: 24px; background: url(../images/mtSearch_list_ico.png); }
.list1_3 .mtSearch_list ul > li .txt .sub li.li1n:before{ background-position: 0 0; }
.list1_3 .mtSearch_list ul > li .txt .sub li.li2n:before{ background-position: -22px 0; }
.list1_3 .mtSearch_list ul > li .txt .sub li.li3n:before{ background-position: -44px 0; }
.list1_3 .mtSearch_list ul > li .txt .sub li.li4n:before{ background-position: -66px 0; }


.list1_3 .mtOperation{ text-align: center; line-height: 40px; font-family: 'Microsoft Yahei'; font-size: 22px; color: #797979; margin-top: 86px; }
.list1_3 .mtOperation a{ margin-left: 96px; }
.list1_3 .mtOperation a:first-child{ margin-left: 0; }
.list1_3 .mtOperation a img{ margin-right: 10px; }





@media screen and (max-width: 1600px){
.exhibition_hall{box-sizing: border-box;}
.recProdScroll{box-sizing: border-box;}
/*.recProdScroll .swiper-button-prev{left: 20px;}
.recProdScroll .swiper-button-next{right: 20px;}*/
.recProdScroll{padding: 0;}
}

@media screen and (max-width: 1400px){

.aboutScroll{box-sizing: border-box;}
.aboutScroll .swiper-button-prev{left: 10px;}
.aboutScroll .swiper-button-next{right: 10px;}

.syFocusThumb .pagination{box-sizing: border-box;}
.syFocusThumb .pagination .prev{left: 10px;}
.syFocusThumb .pagination .next{right: 10px;}

.contProd .item1 .text .pageStyle {min-height:0; height:145px;overflow:hidden;}
.contProd .item1 .text .toList { margin-top:26px;}

.nyBanner { height:300px;}
.nyBanner .w1280 { padding-top: 110px;}

.aboutWrap .item1 .text .pageStyle {line-height: 29px; padding-top: 0px;}
.nyNav li a { height: 64px;  line-height: 64px;}

.hzhb_nr ul {padding-bottom: 0;}
.prosList ul li a .text p { height:210px;margin-bottom: 29px;}

}

@media screen and (max-width: 1300px){



.aboutWrap .item1{padding: 0 5% 50px;}

.newspaper ul{width: 100%;}
.newspaper ul li{width: 30%;margin-right: 5%;}
.newspaper ul li:nth-child(3n){margin-right: 0;}

.respWrap .item1 .pic{width: 50%;}
.respWrap .item1 .text{width: 48%;}

.contactWrap .item1 ul li{padding: 0 30px;}

.busWrap .item1{background-size: cover;}
.exhibition_hall{padding: 0 100px;}
.exhibition_hall .prevBtn{left: 15px;}
.exhibition_hall .nextBtn{right: 15px;}

.busWrap .item1 .busNav li{margin: 0 15px;}

.busWrap .item2 ul{width: 100%;}
.busWrap .item2 ul li{width: 32%;margin-right: 2%;}
.busWrap .item2 ul li:nth-child(3n){margin-right: 0;}

.recProdScroll{padding: 0;margin: 0  5%;}
.recProdScroll .swiper-button-prev, .recProdScroll .swiper-button-next{width: 50px;height: 50px;}

.contProd .item1 .text .pageStyle{min-height: 78px;}
.contProd .item1 .text .tit{font-size: 26px;line-height: 40px;}
.contProd .item1 .text .subTit{font-size: 20px;line-height: 30px;}
.contProd .item1 .text .toList{height: 48px;line-height: 48px; margin-top:30px;}
.contProd .item1 .text .toList span{font-size: 14px;background-size: auto 13px;}

.appWrap .appBtm .list ul{width: 100%;}
.appWrap .appBtm .list ul li{width: 32%;margin-right: 2%;}
.appWrap .appBtm .list ul li:nth-child(3n){margin-right: 0;}

.networkWrap .item2 dl{width: 100%;}
.networkWrap .item2 dl dd{width: 32%;margin-right: 2%;}
.networkWrap .item2 dl dd:nth-child(3n){margin-right: 0;}

.newsList ul{width: 100%;}
.newsList ul li{width: 32%;margin-right: 2%;}
.newsList ul li:nth-child(3n){margin-right: 0;}



.honorList ul{width: 100%;}
.honorList ul li{width: 30%;margin: 0 5% 3% 0;}
.honorList ul li:nth-child(3n){margin-right: 0;}

.sChannel ul li dl dt h5{font-size: 22px;}
.sChannel ul li dl dt{padding: 42px 25px 0;}
.sChannel ul li dl dt i{left: 25px;}

.partner{padding: 80px 5% 60px;}
.partner .partnerList{width: 100%;}
.partner .partnerList li{width: 23.8%;margin-right: 1.6%;}
.partner .partnerList li:nth-child(4n){margin-right: 0;}

.contProd .item1 .text .pageStyle {min-height:0; height:90px;overflow:hidden;}

.message_form {padding: 40px 60px;}

}

@media screen and (max-width: 1024px){

#nav_slide {display: block;}
	
.p1_zhxq {  display:block;}
	
.nyBanner{height: auto;padding: 10% 0;text-align: center;}
.nyBanner:before{opacity: 1;}
.nyBanner .w1280{padding: 0;}

.nyNav li{margin-right: 20px;}

.videoWrap .gallery-thumbs{display: none;}
.videoWrap .gallery-top{width: 100%;padding-bottom: 40px;}
.videoWrap .gallery-top .swiper-slide .wrap{padding-bottom: 56.8%;}
.videoWrap .gallery-top .swiper-pagination{display: block;}
.videoWrap .gallery-top .swiper-pagination .swiper-pagination-bullet{margin: 0 3px;cursor: pointer;}
.videoWrap .gallery-top .swiper-pagination .swiper-pagination-bullet-active{background: #52a72d;}

.aboutWrap .item1 .pic{display: none;}
.aboutWrap .item1 .text{width: 100%;}

.aboutWrap .item2 .top li{width: 50%;text-align: center;margin-top: 20px;}

.cultureWrap .top{padding-bottom: 40px;}
.cultureWrap .top .text{padding: 0 0 30px;}
.cultureWrap .top .list li .icon{height: 70px;line-height: 70px;}
.cultureWrap .top .list li .icon img{height: 40px;}
.cultureWrap .top .list li h5{font-size: 18px;line-height: 32px;}

.jobWrap .text{padding: 0 0 20px;}
.jobList .nLi .dt .desc{font-size: 14px;width: 280px;right: 15px;}
.jobList .nLi .dt{padding-left: 15px;}
.jobList .nLi .dd .wrap{padding: 15px;}
.jobList .nLi .dd .wrap .tit{line-height: 45px;}

.respWrap .item1 .text,.respWrap .item1 .pic{width: 100%;}
.respWrap .item1 .pic{margin-top: 12px;}

.syFocusThumb .pagination .thumbWrap .holder .toc{margin-right: 40px;}

.contactWrap .item1 .tit{width: 100%;margin-bottom: 20px;font-size: 20px;padding-bottom: 10px;margin-top: 0;}
.contactWrap .item1 .tit:before{height: 2px;}
.contactWrap .item1 ul{width: 100%;}
.contactWrap .item1 ul li{border:none;padding: 0;}

.busWrap .text{padding: 0 0 20px;}
.busWrap .item1 .busNav{display: none;}
.exhibition_hall{display: none;}
.busWrap .item1{padding: 0;background: none;}
.busScroll{display: block;}

.recProdScroll {padding-bottom: 40px;}
.recProdScroll .swiper-button-prev, .recProdScroll .swiper-button-next{display: none;}
.recProdScroll .swiper-pagination{display: block;}

.networkWrap .item1{background: none;min-height: auto;padding-bottom: 20px;}
.networkWrap .item1 .w1280{padding: 0 5%;}
.networkWrap .item1 .list{margin-top: 20px;}
.networkWrap .item1 .list li{width: 33.3%;margin: 0;text-align: center;}
.networkWrap .item1 .list li:first-child{margin: 0;}

.download{margin-top: -10px;}
.download ul li a .desc .fl{display: none;}
.download ul li a .desc{width: auto;}
.download ul li a{padding-right: 100px;height: 44px;line-height: 44px;font-size: 14px;}


.orgWrap .item .tit { font-size:18px;}


}

@media screen and (max-width: 768px){

.nyTitle{font-size: 26px;line-height: 90px;}

.nyNav{display: none;}


.aboutWrap .item1 .text .title{font-size: 20px;line-height: 40px;background-size: auto 100%;margin-bottom: 6px;}
.aboutWrap .item2 .top li h5 em{font-size: 34px;margin-right: 6px;}

.cultureWrap .btm li{width: 49.3%;margin: 0 0 1.5%;}
.cultureWrap .btm li.li1{width: 100%;margin: 0 0 1.5%;}
.cultureWrap .btm li.li3,.cultureWrap .btm li.li5{float: right;}

.newspaper ul{padding-bottom: 20px;}
.newspaper ul li{width: 48%;margin-right: 0;}
.newspaper ul li:nth-child(2n){float: right;}

.jobList .nLi .dt{padding-right: 100px;}
.jobList .nLi .dt .desc{width: auto;}
.jobList .nLi .dt .desc .fl{display: none;}

.respWrap .item1 .text .tit{font-size: 20px;line-height: 28px;margin-bottom: 10px;}

.contactWrap .item1{margin-bottom: 20px;}
.contactWrap .item1 ul li{width: 100%;}


.busWrap .item2 ul li{width: 48%;margin-right: 0;margin-bottom: 10px;}
.busWrap .item2 ul li:nth-child(2n){float: right;}

.contProd .item1 .cProdScroll,.contProd .item1 .text{width: 100%;}
.contProd .item1 .text{margin-top: 20px;}
.contProd .item1 .text .pageStyle{min-height: auto;margin-bottom: 15px; height:auto;}
.contProd .item1 .text .tit{font-size: 20px;line-height: 30px;margin-bottom: 5px;}
.contProd .item1 .text .subTit{font-size: 16px;}

.prodTit{font-size: 20px;line-height: 30px;margin-bottom: 5px;}
.contProd .item1,.contProd .item2{margin-bottom: 26px;}
.contProd .item1{margin-top: 20px;}

.appWrap .appBtm .list ul li{width: 100%;}

.appScroll{display: none;}

.networkWrap .item2 dl dd{width: 49%;margin-right: 0;}
.networkWrap .item2 dl dd:nth-child(2n){float: right;}

.networkWrap .item1 .list li h5{height: 50px;line-height: 50px;}
.networkWrap .item1 .list li h5 span{font-size: 30px;margin-right: 3px;}

.download ul{padding-bottom: 20px;}

.newsList ul li{width: 49%;margin-right: 0;}
.newsList ul li:nth-child(2n){float: right;}
.newsList ul li a h5{font-size: 18px;}

.passage .psgTit h5{font-size: 18px;line-height: 28px;}
.passage .psgTit .info{font-size: 12px;}
.passage .psgTit h5.subTit{font-size: 16px;line-height: 24px;}
.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .bdsharebuttonbox{display: none;}

.busWrap .item2 .tit{font-size: 24px;line-height: 60px;height: 60px;}



.honorList ul{padding-bottom: 8%;}
.honorList ul li{width: 48%;margin-right: 0;}
.honorList ul li:nth-child(2n){float: right;}
.honorList ul li h5{font-size: 16px;line-height: 36px;}
.honorList ul li .pic .text{height: auto;margin-top: 0;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.honorList ul li .pic .text i{width: 34px;height: 34px;background-size: 100% 100%;margin-bottom: 10px;}
.honorList ul li .pic .text span{font-size: 14px;line-height: 28px;}

.honorWrap{margin: 30px auto;}
.honorWrap .top dl dd .tit{font-size: 20px;line-height: 30px;margin-bottom: 10px;}
.honorWrap .top dl dd ul li{font-size: 14px;line-height: 28px;}
.honorWrap .top dl dd ul li:before{top:12px;}
.honorWrap .top{margin-bottom: 30px;}

.sChannel ul li,.sChannel ul li.li1, .sChannel ul li.li4, .sChannel ul li.li5{width: 100%;}
.sChannel ul li.li1 dl dd em{padding-bottom: 96.72%;}
.sChannel ul li dl dt, .sChannel ul li.li4 dt, .sChannel ul li.li5 dt{padding: 5%;}
.sChannel ul li dl dt i{left: 5%;}


.sChannel{padding: 60px 0;}
.sChannel .nyTit h3{font-size: 30px;}

.partner{padding: 30px 5%;}
.partner .partnerList li{width: 49%;margin: 0 0 10px;}
.partner .partnerList li:nth-child(4n){margin-right: 0;}
.partner .partnerList li:nth-child(2n){float: right;}
.partner .partnerList li a{height: 150px;line-height: 150px;}

.prosList ul li a{height: 164px;padding-left: 280px;}
.prosList ul li a .pic{width: 260px;height: 164px;}

.prosList ul li a .text p{font-size: 14px;line-height: 28px;height: 56px;margin-bottom: 20px;}
.message_form li {  float: none;  width: 100%;}



}

@media screen and (max-width: 468px){

.pageWrap{padding-top: 0px;}
.nyBanner{padding: 12% 0;}
.nyBanner .w1280 h3{font-size: 24px;line-height: 34px;}
.nyBanner .w1280 .path{display: none;}

.nyWrap{min-height: 250px; }
.nyTitle{font-size: 22px;line-height: 50px;padding: 10px 0 0; margin-bottom:40px; text-align:center;}
.nyWrap{margin-bottom: 40px; margin-top:0;}
.videoWrap .gallery-top .swiper-slide .wrap i{width: 44px;height: 44px;margin: -22px 0 0 -22px;}
.videoWrap .gallery-top .swiper-slide .wrap .btm .bdsharebuttonbox{display: none;}
.videoWrap .gallery-top .swiper-slide .wrap .btm{padding: 0 10px;height: 44px;line-height: 44px;}
.videoWrap .gallery-top .swiper-slide .wrap .btm h5{font-size: 14px;line-height: 44px;}

.pageStyle{font-size: 13px;line-height: 26px;}
.aboutWrap .item2 .top li{width: 100%;margin-top: 10px;}
.aboutWrap .item2 .top li h5{line-height: 40px;}
.aboutWrap .item1{padding: 0 0 20px;}
.aboutWrap .item2{padding: 20px 0;}
.aboutWrap .item2 .top{margin-bottom: 20px;}
.aboutScroll .swiper-button-prev, .aboutScroll .swiper-button-next{display: none;}
.aboutScroll{padding-bottom: 30px;}
.aboutScroll .swiper-pagination{display: block;width: 100%;position: absolute;left: 0;bottom: 0;}
.aboutScroll .swiper-pagination .swiper-pagination-bullet{margin: 0 3px;}
.aboutWrap .item3{padding-top: 20px;}
.aboutWrap .item1 .text .title{font-size: 17px;line-height: 30px;}

.aboutWrap .item1 .text .title img { width:100%;}


.cultureWrap .top{padding-bottom: 20px;}
.cultureWrap .top .text{padding: 0 0 15px;}
.cultureWrap .top .list,.cultureWrap .top .list li{border:none;}
.cultureWrap .top .list li{padding: 5px 0; width:100%;}
.cultureWrap .top .list li .icon{height: 40px;line-height: 40px;}
.cultureWrap .top .list li .icon img{height: 28px;}
.cultureWrap .top .list li:first-child .icon img,
.cultureWrap .top .list li:nth-child(5) .icon img{height: 30px;}
.cultureWrap .top .list li h5{font-size: 15px;line-height: 28px;}
.cultureWrap .top .list li p{font-size: 12px;line-height: 20px;}
.cultureWrap .btm li{width: 100%;}
.cultureWrap .btm li .text{padding: 0 12px;height: 44px;}
.cultureWrap .btm li .text h5{font-size: 14px;background-size: auto 18px;height: 44px;line-height: 44px;}

.newspaper ul{padding-bottom: 10px;}
.newspaper ul li a h5{line-height: 40px;font-size: 13px;padding: 0 0 10px;}

.jobList .nLi .dt{height: 40px;line-height: 40px;padding: 0 80px 0 10px;}
.jobList .nLi .dt h5{font-size: 12px;}
.jobList .nLi .dd .wrap{padding: 15px 10px;}
.jobList .nLi .dd .wrap .btnWrap{padding-top: 20px;}
.jobList .nLi .dd .wrap .btnWrap .btn{height: 40px;line-height: 38px;width: 49%;margin: 0;}
.jobList .nLi .dd .wrap .btnWrap .btn.btn2{float: right;}
.jobList .nLi .dd .wrap .btnWrap .btn span{font-size: 14px;padding-left: 25px;background-size: auto 20px;}
.jobList .nLi .dd .wrap .tit{font-size: 12px;line-height: 20px;padding: 0 0 3px;}
.jobList .nLi .dt .desc{right: 10px;}
.jobList .nLi .dt .desc .fr{font-size: 12px;padding-right: 14px;}
.jobList .nLi .dt .desc .fr i{background-size: auto 10px;}



.honorList .readMore,.newsList .readMore{top: 0;display: block;width: 200px;height: 50px;line-height: 50px;}
.honorList .readMore span{},.newsList .readMore span{font-size: 14px;}


.prosList ul{padding-bottom: 20px;}
.prosList ul li a{height: auto;padding-left: 0;}
.prosList ul li a .pic{width: 100%;position: relative;height: 0;padding-bottom: 71.875%;margin-bottom: 12px;}
.prosList ul li a .text p{line-height: 24px;height: 48px;margin-bottom: 10px;}

.prosList ul li{padding: 20px 0;}


.respWrap .item1{padding-bottom: 20px;margin-bottom: 20px;}
.respWrap .item2{margin-bottom: 20px;}
.respWrap .item3{margin-top: 20px;}
.respWrap .item3 .innerItem{width: 100%;}
.respWrap .item1 .text .tit{font-size: 16px;text-align: center;}

.syFocusThumb .pagination .thumbWrap .holder .toc{width: 80px;height: 80px;border-width: 2px;margin-right: 60px;}
.syFocusThumb .pagination .thumbWrap .holder .toc a{width: 76px;height: 76px;line-height: 78px;font-size: 20px;}
.syFocusThumb .pagination .thumbWrap{padding-bottom: 20px;}
.syFocusThumb .pagination .thumbWrap:before{top:44px;}
.syFocusThumb .pagination .prev, .syFocusThumb .pagination .next{top:22px;}
.syFocusThumb .contentdiv{padding: 0;}
.syFocusThumb .contentdiv:before{display: none;}
.syFocusThumb .contentdiv .year{position: static;height: 40px;line-height: 40px;font-size: 24px;margin-bottom: 10px;}

.contactWrap .item1 .tit{margin-bottom: 10px;font-size: 15px;}
.contactWrap .item1 ul li{font-size: 13px;line-height: 28px;}


.page1 a.num{display: none;padding: 0 12px;}
.page1 a.num.on{display: inline-block;}
.page1 a{padding: 0 20px;height: 32px;line-height: 30px;}

.busWrap .item2 ul{padding-bottom: 15px;}
.busWrap .item2 ul li{width: 100%;}
.busWrap .item2 ul li:last-child{padding-bottom: 0;margin-bottom: 0;}
.busWrap .item2 ul li a h5{padding-top: 0;font-size: 16px;line-height: 30px;padding: 5px 0 0;}
.busWrap .item2 ul li a p{font-size: 12px;line-height: 20px;height: auto;max-height: 40px;}
.busWrap .item2 .tit{font-size: 22px;padding: 0;}

.recProdScroll .container .swiper-slide a h5{padding-top: 8px;}

.appWrap .appBtm .list ul li:last-child{border:none;}
.appWrap .appBtm .list ul li{height: 40px;}
.appWrap .appBtm .list ul li a{height: 40px;line-height: 40px;font-size: 14px;}
.appWrap .appBtm .tit{font-size: 18px;line-height: 28px;margin-bottom: 5px;}
.appWrap .appBtm .tit span{font-size: 12px;}

.networkWrap .item2 dl dd{width: 100%;}
.networkWrap .item2 dl{margin-bottom: 0;}
.networkWrap .item1 .list li{width: 100%;margin-top: 20px;}
.networkWrap .item2 dl dd .tit{font-size: 18px;line-height: 36px;padding-bottom: 6px;margin-bottom: 6px;}
.networkWrap .item2 dl dd{margin-bottom: 18px;}

.newsList ul{padding-bottom: 30px;}
.newsList ul li{width: 100%;margin-bottom: 20px;}
.newsList ul li:last-child{margin-bottom: 0;}
.newsList ul li a h5{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;height: auto;margin: 9px 0 0;}

.passage{padding-top: 30px;}
.passage .psgCont{font-size: 15px;line-height: 30px;padding-bottom: 20px;margin-bottom: 10px;}
.passage .psgBtm ul li{font-size: 13px;line-height: 28px;}

.contProd .item1 .text{margin-top: 10px;}
.contProd .item1 .text .tit{}
.contProd .item1 .text .subTit{font-size: 15px;}
.contProd .item1 .text .toList{width: 100%;height: 40px;line-height: 40px;}

.download{margin-top: 0;}
.download ul li a .desc .fr{font-size: 12px;padding-left: 20px;background-size: auto 14px;}

.contProd .item4 .form dl { width:100%;}

.nyTitle:after { bottom:-5px;}

.whbg { background-size:cover; height:160px;padding-top: 30px;}

.whbg img {width: 80%;}

.page1 { margin-top:0;}


.orgWrap .item .tit { padding: 12px 20px;}

.ppic img { width:100%;}

.message_form {margin-top: 20px; padding: 30px 20px;}

.message_form li { margin-bottom:10px;}
.message_form li .message_filed { height:42px;    padding-left: 95px;}
.message_form li .label { height:42px; line-height:42px;  left: 6px;}
.message_form li .message_filed { }
.selectxz .item { width:100%; margin-left:0;}
.selectxz2 .item2 { width:100%; margin-left:0;}
.selectxz3 .item3 { width:100%; margin-left:0;}
.selectxz4 .item4 { width:100%; margin-left:0;}


.message_form li .label2 {   padding-left: 0px; width:95px;}

.message_form li .yzm_btn img {  height: 40px;  width: 85px;}
.message_form li .btn { width:100%; margin-top:20px;}
.message_form li .text2 { height:42px; line-height:42px; width:70px;}

.invest_sec3 { margin-top:20px;}

.invest_servicewrap { height:auto; padding-top:30px; padding-bottom:30px;}

.invest_box { width:92%; margin:20px auto 0;}

.invest_commntitle {  margin-bottom:20px;}
.invest_service { font-size: 15px;line-height: 26px;text-align:justify; text-align-last: center;}
.message_form .tip { font-size:15px; text-align:center;}

.hzhb_nr li { width:50%;padding: 0 0 17px 27px;}
.downlist ul li {padding: 25px 15px;}
.downlist ul li a i {left: -15px;}
.downlist ul li a h5 { font-size:16px;}


.left-column, .right-column .cell { margin-top:30px;}
.ggztlist ul li{  width: 100%; margin-left: 0%; margin-bottom:20px; }

.ggztlist ul li .txt h5 { font-size:18px;}
.ggztlist ul li .txt p  { font-size:15px; min-height:auto;}
.ggztlist ul li .txt { padding: 20px 25px 15px;}


.list1_3 .mtSearch_list ul > li a {padding: 15px;}
.list1_3 .mtSearch_list ul > li .pic { width:100%;}
.list1_3 .mtSearch_list ul > li .txt {  width:100%;  height:auto; margin-top:15px;}
.list1_3 .mtSearch_list ul > li .txt h5 { font-size:18px; font-weight:bold;}

.pcshow { display:none;}
.wapshow { display:block;}

.contactWrap .item1 .w1280 .tabWrap { width:100%;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem .tit { font-size:18px;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem {  padding:36px 20px 0 15px;}

.contactWrap .item1 .w1280 .tabWrap .cont {  height: 400px;}

.contactWrap .item2 ul li {  width: 100%; margin-right: 0%;}
.czbm_btn { width:100%;}

.message_form li .message_filed span.jieshao {   padding-left: 10px; font-size:14px;}


}
