@charset "UTF-8";
@font-face{
	font-family:'webfont-cn';
	src:url(fonts/SourceHanSansSC-Regular.otf)
}
@font-face{
	font-family:'webfont-cn-blod';
	src:url(fonts/SourceHanSansSC-blod.otf)
}
@font-face{
	font-family:'webfont-en';
	src:url(fonts/SourceHanSansSC-Light.otf)
}
* {
	font-family: 'webfont-cn',Arial, Helvetica, sans-serif;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	color: #333;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}
body {
	/*font-size: 14px;*/
	-webkit-text-size-adjust: none;
	/*-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;*/
	overflow-x: hidden; background:#fff;
}
h1, h2, h3, h4, h5, h6 {
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}
input, textarea {
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/select.gif) no-repeat scroll 98% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}
a, a:active {
	color: #333;
}
a:hover {
	color: #426ab9;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */
	-webkit-tap-highlight-color: transparent;
}
:focus, a:focus {
	outline: none;
	-moz-outline: none;
}
table, td, th {
	border-collapse: collapse;
	border-spacing: 0;
}
.ul, .ul li {
	list-style: none;
}
hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
.Ispic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	zoom: 0;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}
.ytable {
	display: table;
	width: 100%;
	height: 100%;
}
.ytable-cell {
	display: table-cell;
	vertical-align: middle;
}
/*设置隐藏*/
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.auto-inner {
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
}
.pr {
	position: relative;
}
.nm {
	margin: 0;
}
.nfw {
	font-weight: normal;
}
.img-block {
	display: block;
	width: 100%;
}
/*baidu edit css*/
.view.editor p {
	margin: 16px 0;
}
.view.editor .list-paddingleft-2 {
	padding-left: 0;
}
.view.editor ol, .view.editor ul {
	width: auto;
}
.view.editor li {




	clear: inherit;
}

.en{font-family:'webfont-en', Arial," sans-serif";}

/*STAR*/

.top-main{ position:relative; border-bottom:1px solid rgba(255,255,255,0.3); z-index:100;}
.top-main .logo{ float:left; display:table; height:70px; width:45%; max-width:260px;}
.top-main .logo a{ display:table-cell; vertical-align:middle;}
.top-main .logo img{ max-height:70px;}

.top-right{  float:right;margin-right:2%; line-height:20px; padding:25px 0; margin-left:4%;}
.top-right > *{ float:left;}
.top-right > * a{ display:block;}
.top-right .language{ margin-left:30px;}
@media(min-width:1025px){

    .top-main {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .top-right .language a {
        color: #fff;
    }
        .top-right .language .wap{ display:none;}
}
@media(max-width:1024px){
.top-right .language .pc{ display:none;}
    .top-right .language .wap {
     font-size:16px;}
    }
.top-right dt{width:20px;}
.top-right dt a{ background:url(../images/btn-search.png) no-repeat center center; height:20px;}
.top-right dt a.on{ background:none; position:relative;}
.top-right dt a.on:before,
.top-right dt a.on:after{ position:absolute; content:''; width:100%; height:3px; background:#fff; top:50%; margin-top:-1.5px; left:0;transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
.top-right dt a.on:before{ transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}

.top-search{ display:none; position:absolute; width:96%; top:100%; right:2%; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.5);}
.top-search .text{ width:100%; color:#999; line-height:40px; height:40px; padding:0 40px 0 10px; border:none;}
.top-search .text.focus{ color:#000;}
.top-search .btn{ position:absolute; right:0; height:100%; width:40px; background:url(../images/btn-search.png) no-repeat center center #426ab9; top:0;}
@media(min-width:769px){
.top-search{ max-width:320px;}
}

.top-menu li a{ display:block;line-height:70px; font-size:16px; color:#fff; position:relative;}
.top-menu li a:after{ position:absolute; content:''; width:0; transition:0.5s; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); bottom:0; background:#fff; height:1px;}
.top-menu li a:hover:after,
.top-menu li.aon a:after{ width:100%;}
@media(min-width:1025px){
.top-menu{ float:right; display:block !important;}
.top-menu li{ float:left; padding:0 21px; }
}
@media(min-width:1025px) and (max-width:1100px){
.top-menu li{ padding:0 15px;}
}
@media(max-width:1024px){
    .top-right dt a.on:before,
    .top-right dt a.on:after { background:#666;
    }    .top-right dt a {
        background-image: url(../images/btn-search-wap.png);
    }
.top-menu{ display:none; position:absolute; right:0; top:100%; width:60%; max-width:210px; background:rgba(0,0,0,0.8); text-align:center; border-radius:0 0 0 10px;}
.top-menu ul{ padding:20px;}
.top-menu li a{ line-height:26px; padding: 10px 0; font-size:16px;}
.top-right{ line-height:32px; padding:19px 0;}
.top-right .language{ margin:0 20px;}
.top-right dt a{ height:32px;}
.open-menu{ width:36px; height:32px; position:relative;}
.open-menu span,
.open-menu:after,
.open-menu:before{ position:absolute; width:100%; left:0; height:4px; background:#666;}
.open-menu:after,
.open-menu:before{ content:''; transition:transform 0.3s;}
.open-menu span{ top:50%; transform:translateY(-50%);}
.open-menu:before{top:4px;}
.open-menu:after{ bottom:4px;}

.open-menu.on span{ opacity:0;}
.open-menu.on:after,
.open-menu.on:before{ top:50%; margin-top:-2px; transform:rotate(45deg);width:70%; left:15%;}
.open-menu.on:before{ transform:rotate(-45deg);}
}

/*banner*/
.page-ban{ position:relative;}
.page-ban .txt{ position:absolute; left:0; top:0; height:100%; width:100%; z-index:10; color:#fff; text-align:center; font-size:54px;}
.page-ban .txt .auto-inner{ background:url(../images/banbg.png) no-repeat center center;}
.page-ban .txt h4{ font-size:1em;letter-spacing:2px;}
.page-ban .txt h3{display: none;font-size:0.5926em;letter-spacing:5px; opacity:0.8; font-style:italic; -webkit-opacity:0.8; text-transform:uppercase;}
@media(min-width:1025px){
    .page-ban .txt {
        padding-top: 70px;
    }
        .page-ban figure{ height:600px; background-color: #f5f5f5;}
.page-ban img{ display:none;}
}
@media(max-width:1024px){
.page-ban figure{ display:none;}
.page-ban img{ width:100%; display:block;}
}
@media(max-width:768px){
.page-ban .txt{ font-size:36px;}
.page-ban .auto-inner{ width:90%;}
	.page-ban .txt h4{padding-bottom: 8%;}
}
@media(max-width:480px){
.page-ban .txt{ font-size:24px; }
}

/*nav-menu*/
.nav-menu .auto-inner{ position:relative; border-bottom:1px solid #ddd;}
.nav-menu .Current{line-height:20px; z-index:10; padding-left:27px; background:url(../images/home.png) no-repeat left center #fff; color:#888;}
.nav-menu .Current i{ font-style:normal;/* font-family:'宋体'; */margin:0 5px;}
.nav-menu .Current a:hover{ color:#426ab9;}
.nav-menu .Current span{ color:#222;}
.nav-menu .Current a{ color:#888;display: inline-block;}
.nav-menu .menu li{ float:left;}
.nav-menu .menu2 ul{float:left;display:inline-block;width: 93%;}
.nav-menu .menu2 span{float:left;color: #426ab9;font-size: 20px;width: 0;height:0;border-right: 15px solid transparent;border-left: 15px solid transparent;border-top: 15px solid #426ab9;margin-top: 2%;position: relative;}
.nav-menu .menu2 span::after{content:"More";position:absolute;top: -18px;right: -52px;
color: #426ab9;font-size:14px;margin:auto;}

.nav-menu .menu2 li{float:left;display:  inline-block;margin-right: 17px;}
.nav-menu .menu2 li a{float:left;display:  inline-block!important;width:100%!important;font-size: 16px!important;}
.nav-menu .menu .owl-carousel{display:block;}
.nav-menu .menu li a{ position:relative; font-size:18px; display: block;/*display:table;*/ line-height:55px; border-bottom:3px solid transparent; word-break: keep-all;}
.nav-menu .menu li a:hover,
.nav-menu .menu li a.aon{ border-bottom-color:#426ab9;color:#426ab9;}
.nav-menu .menu .owl-nav{ display:none;}
@media(min-width:1025px){
.nav-menu{padding:20px 0;}
.nav-menu .Current{ position:absolute; right:0; top:50%;margin-top:-10px;  }
}
@media(max-width:1024px){
.nav-menu .auto-inner{ padding:0 !important;}
.nav-menu .Current{ padding-top:15px; padding-bottom:15px; /* float:left;*/}
    /*.nav-menu .menu{padding:15px 0 0 0; clear:both;border-top:1px solid #eee;}*/
.nav-menu .menu li a{ line-height:40px; font-size:16px;}
}
@media(max-width:640px){
		.nav-menu .menu2 ul{width:100%;}
	.nav-menu .menu2 span{display:none;}
	.nav-menu .menu2 li{width:48%;float:left;margin-right: 2%;display:  inline-block!important;}
	.nav-menu .menu2 li:nth-child(2n){margin-right:0;}
.nav-menu .menu2 li a{    font-size: 14px!important;}
	
}

@media(max-width:480px){
.nav-menu .menu li a{font-size: 13px; max-width: 300px; overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; text-align: center;}
}


.th-menu{ text-align:center; padding-bottom:78px;}
.th-menu li{position:relative;float:left;padding:0 2px;cursor:pointer;margin-right: 3%;width: 31%;}
.th-menu li:nth-child(3n){margin-right: 0;}
.th-menu li figure{padding-bottom: 60%;margin-bottom: 3%;}
.th-menu ul{ position:relative; }
.th-menu ul:before,
.th-menu li:after{position:absolute;content:'';width:1px;height:22px;background:#e6e6e6;top:50%;margin-top:-11px;display: none;}
.th-menu li:after{right:-1px;} 
.th-menu ul:before{ left:-1px;}
.th-menu li a{ display:block;  font-size:16px; margin-bottom:2px; line-height:40px; position:relative;}
.th-menu li a.aon{color: #426ab9;}
@media(max-width:1024px){
.th-menu{ padding-bottom:20px;}
}
@media(min-width:641px){
.th-menu ul{display:inline-block;width:  80%;margin:  0 auto;}
}
@media(max-width:640px){
.th-menu li{width:33.33333%;margin-right:  0;}
.th-menu li a{font-size:12px; line-height: normal;}
}

/*bottom*/
.bottom-main{ background:url(../images/bottombg.jpg) no-repeat center top; background-size:cover; padding-top:35px;}
.bottom-main .auto-inner{ max-width:1600px;}
.bottom-main a{ color:#ccc; display:inline-block; }
.bottom-main a:hover{ color:#fff;}

.bottom-main nav dt{ margin-bottom:15px; font-size:16px;  line-height:40px; border-bottom:1px solid rgba(66,106,185,0.3); position:relative;}
.bottom-main nav dt:before{ position:absolute; content:''; width:30px; height:3px; left:0; bottom:-2px; background:#09357f;}
.bottom-main nav dt a{ color:#fff;}
.bottom-main nav dd{ line-height:20px; padding:3px 0;}
.bottom-main .share{ position:relative;margin-top:24px;}
.bottom-main .share ol a{ float:left; width:38px; margin-right:10px; height:38px; line-height:38px; border-radius:50%; background:url(../images/share.png) no-repeat left center rgba(255,255,255,0.1); padding:0;}
.bottom-main .share ol a.bshare-sinaminiblog{ background-position:-48px center;}
.bottom-main .share ol a:hover{ background-image:url(../images/share-on.png);}

.bsBox,
.bsBox *{ box-sizing:content-box;}

.bottom-main .share li{ float:right; width:100%; max-width:264px;}
.bottom-search{ margin-bottom:24px; position:relative; padding-right:44px;}
.bottom-search .text{ border:none;  width:100%; line-height:38px; height:38px; color:rgba(255,255,255,0.8); padding:0 0 0 28px;background:url(../images/product-bg.png) no-repeat left top;}
.bottom-search .btn{ position:absolute; right:0; top:0; height:100%; width:44px; background:url(../images/product-bg.png) no-repeat right top;}
.bottom-main .share dl dd{  width:48%; margin: 0 auto;}
/* .bottom-main .share dl dd:not(:nth-child(2n)){ margin-right:4%;} */
.bottom-main .share dl dd img{ display:block; width:100%; background:#fff; padding:3px; border:1px solid #e8e8e8; border-radius:10px 0;}
.bottom-main .share dl dd aside{ padding-top:10px; font-size:15px; color:#fff; text-align:center;}

.bottom-main .links{ position:relative; padding-left:80px;  border-bottom:1px solid rgba(255,255,255,0.1); overflow:hidden; margin-top:24px;}
.bottom-main .links span{ position:absolute; left:0; top:0; color:#9d9fa0;line-height:36px;}
.bottom-main .links a{ float:left; margin-right:12px; line-height: 20px; padding: 8px 0;}

.bottom-main .copyright{ line-height:23px; padding:12px 0;}
.bottom-main .copyright,
.bottom-main .copyright a{ color:rgba(255,255,255,0.3);}
.bottom-main .copyright a:hover{ color:#fff;}
.bottom-main .copyright dt a:not(:last-child):after{ display:inline-block; content:''; width:1px; height:10px; background:rgba(255,255,255,0.05); margin:0 10px;}
@media(min-width:769px){
.bottom-main nav .row{ float:left;}
.bottom-main nav dl{ display:block !important; height: auto !important;}
.bottom-main nav dt{max-width:180px; }
}
@media(min-width:1025px){
.bottom-main nav{ float:left; width:71%;}
.bottom-main .copyright > *{ max-width:48%;}
.bottom-main .copyright dt{ float:left;}
.bottom-main .copyright dd{ float:right;}
.bottom-main .share{ float:right; width:25%; margin-left:4%; padding-left:96px; }
.bottom-main .share:before{ position:absolute; content:''; width:1px; height:100%; left:-15%; top:0; height:85%; background:rgba(255,255,255,0.1);}
.bottom-main .share ol{ position:absolute; left:0; top:0;}
}
@media(max-width:1024px){
.bottom-main .share{ display:table; width:86%; max-width:264px; margin-left:auto; margin-right:auto;}
.bottom-main .share ol{ overflow:hidden; display:table; margin:0 auto 20px;}
.bottom-main .copyright{ text-align:center;}
}
@media(max-width:768px){
.bottom-main nav .row{ width:auto !important;}
.bottom-main nav .row dl{ display:none; padding:20px; overflow:hidden;}
.bottom-main nav .row dl dd{/* float:left; margin-right:20px;*/ padding-bottom: 10px;}
.bottom-main nav .row dt:after{ z-index:10; position:absolute; content:''; left:0; top:0; width:100%; height:100%;}
.bottom-main nav .row dt span{ position:absolute; right:10px; width:14px; height:14px; top:50%; margin-top:-7px;}
.bottom-main nav .row dt span:before,
.bottom-main nav .row dt span:after{ position:absolute; content:''; width:100%; height:4px; background:#fff; left:0; top:50%; margin-top:-2px;}
.bottom-main nav .row dt span:after{ transform:rotate(90deg);}
.bottom-main nav .row dt.on span:after{ opacity:0;}
}

.Content{ padding:20px 0 5% 0;}

.prod-left{ background:#1d61d4; padding:23px 0;}
.prod-left .tit{ padding:0 23px 15px 23px; font-size:17px; color:#fff;}
.product-search{ margin:0 23px 19px 23px; position:relative; border:1px solid #eee; background:#fff; padding-right:46px;}
.product-search .text{ border:none; width:100%; line-height:41px; height:41px; color:#999; padding:0 0 0 16px;}
.product-search .btn{ position:absolute; right:0; top:0; width:46px; height:100%; background:url(../images/search.png) no-repeat center center;}
.product-search .btn:before{ position:absolute; content:''; width:1px; height:60%; top:20%; background:#ccc; left:0;}

.prod-category li{ border-bottom:1px solid #154dab; padding:0 23px;}
.prod-category li aside{ position:relative; line-height:22px; padding:15px 20px 15px 0; }
.prod-category li aside:after{ position:absolute; content:''; width:13px; height:13px; right:0; top:50%; margin-top:-6.5px; background:url(../images/aon.png) no-repeat center center;}
.prod-category li aside.on:after{ transform:rotate(-90deg);}
.prod-category li a{display:block; }
.prod-category li aside a{ color:#fff; font-size:17px;}
.prod-category li dl{ padding-bottom:28px; display:none;}
.prod-category li dd{ padding:5px 0; font-size:15px;} 
.prod-category li dd a{ border-radius:5px; background:#fff; line-height:22px; padding:5px 20px;}
.prod-category li dd.aon a{ color:#1d61d4;}

.prod-right .Current{ padding:17px 20px; border:1px solid #f0f0f0;line-height:24px; margin-bottom:32px;}
.prod-right .Current,
.prod-right .Current a{ color:#898989;}
.prod-right .Current a:hover{ color:#1d61d4;}
.prod-right .Current i{ font-style:normal; margin:0 5px;}
.prod-right .page-product {position: relative; overflow: hidden;}
.prod-right .btn-inquiry {position: absolute; top: 20px; right: 16px; display: inline-block;line-height: 32px;padding: 0 15px; border: 1px solid #1d61d4; border-radius: 5px; transition: 0.3s; color: #1d61d4;}
.prod-right .btn-inquiry:hover {background: #1d61d4; color: #fff;}

.list-product{}
@media(min-width:1025px){
.prod-right{ width:75.714%;}
.prod-left{ width:19.857%;}
.category-wap .wap-name{ display:none;}
.prod-category{ display:block !important;}
}
@media(max-width:1024px){
.prod-right,
.prod-left{ float:none;}
.category-wap{ position:relative; z-index:100;}
.prod-category{ display:none; position:absolute; left:0; top:100%; width:100%; background:#1d61d4;}
.category-wap .wap-name{margin:0 23px 0 23px;border:1px solid #eee;  line-height:40px; padding-left:20px; font-size:16px; background:url(../images/icon_shangpin.png) no-repeat right 20px center #fff; background-size:auto 24px;}
}

.list-product td{ line-height:24px;background:#ebebeb;}
.list-product td:nth-child(4) a{ color:#1d61d4; display:inline-block; padding:0 15px; border:1px solid #1d61d4; border-radius:5px; transition:0.3s;}
.list-product td:nth-child(4) a:hover{ background:#1d61d4; color:#fff;}
.list-product .tr-top td{ color:#fff; background:#1d61d4; font-size:18px; line-height:45px; padding:0;}
.list-product tr:nth-child(2n) td{ background:#f5f5f5;}
@media(min-width:641px){
.list-product td{text-align:center; padding:13px 0;  }
.list-product td:nth-child(1),
.list-product td:nth-child(2){ width:25%;}
.list-product td:nth-child(3){ width:38.868%;}
.list-product td span{ display:none;}
}
@media(max-width:640px){
.list-product td{ display:block; padding:5px 20px; color:#666;}
    .list-product td:nth-child(1) {
        padding-top: 15px;
    }
    .list-product td:last-child {
        padding-bottom: 15px;
    }
    .list-product .tr-top td {
        display: none;
    }
.list-product td:nth-child(4){ text-align:right;}
.list-product td span{ color:#000; font-weight:bold; margin-right: 5px;}

.prod-right .page-product {padding-top: 52px;}
}

.Pages{ font-size:16px; color:#777; margin:72px 0 30px 0; background:#fbfbfb; padding:36px 0; text-align:center; line-height:28px;}
.Pages a.a_first,
.Pages a.a_end,
.Pages > span{ display:none;}
.Pages .p_page *,
.Pages .p_page{ display:inline-block;}
.Pages .p_page em{ font-style:normal;}
.Pages a{color:#777;}
.Pages .num{ margin:0 60px;}
.Pages .num a{color:#777;  padding:0 10px; margin:0 10px;}
.Pages .num a.a_cur{ background:#426ab9; color:#fff;}
.Pages a.a_next,
.Pages a.a_prev{ text-transform:uppercase; transition:0.3s; padding:0 20px;}
.Pages a.a_prev{background:url(../images/a_prev.png) no-repeat left center;}
.Pages a.a_next{background:url(../images/a_next.png) no-repeat right center;}
.Pages a.a_next:hover,
.Pages a.a_prev:hover{ color:#426ab9;}
.Pages a.a_prev:hover{padding:0 30px 0 10px; background-position:right center;}
.Pages a.a_next:hover{padding:0 10px 0 30px; background-position:left center;}
@media(max-width:640px){
.Pages .num{ display:none;}

.Pages{margin:20px 0; padding:20px 0;}
}


.list-news ul{ position:relative; min-height:210px;  margin:15px 0 30px 0;}
.list-news ul:hover{ box-shadow:0 0 5px rgba(0,0,0,0.3);}
.list-news ul ol{ position:relative; overflow:hidden;}
.list-news ul ol a,
.list-news ul ol:before,
.list-news ul ol .Ispic{ position:absolute; left:0; top:0; width:100%; height:100%; }
.list-news ul ol a{z-index:20; }
.list-news ul ol:before{content:'';  opacity:0;border:5px solid #fff; transition:0.3s; z-index:10;}
.list-news ul ol .Ispic{ transition:0.3s; }
.list-news ul:hover ol .Ispic{ transform:scale(1.12); -webkit-transform:scale(1.12); -ms-transform:scale(1.12);}
.list-news ul:hover ol:before{ opacity:1;}
.list-news li h5 {
    font-size: 18px;
    font-family: 'webfont-cn-blod';
    font-weight: bold;
}
.list-news li{ font-size:15px; padding-top:25px;transition:0.3s;}
.list-news ul:hover li{ padding-top:12px;}
.list-news li time{ color:#999;}
.list-news li p{ color:#666; line-height:30px; height:60px; margin-bottom:25px;}
.list-news li .more{ transition:0.3s; min-width:80px; padding: 0 15px; line-height:35px; border:1px solid #fff; display:inline-block; color:#fff; background:#2f58af; text-align:center;}
.list-news ul:hover li .more{ background:#fff; border-color:#2f58af; border-radius:5px; color:#2f58af;}
@media(min-width:481px){
.list-news ul{padding-left:329px; padding-right:20px;}
.list-news ul ol{position:absolute; left:0; top:0; width:300px; height:100%; }
}
@media(min-width:481px) and (max-width:768px){
.list-news ul{ padding-left:43%;}
.list-news ul ol{ width:40%;}
}
@media(max-width:480px){
.list-news ul{ margin:0 0 20px 0;}
.list-news ul ol{padding-bottom:70%;}
.list-news li{ padding:20px !important;}
}

.news_info .title{ text-align:center; border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:15px;}
    .news_info .title h1 {
        font-size: 24px;
        color: #000;
        font-family: 'webfont-cn-blod';
        font-weight: bold;
    }
.news_info .title p{ margin-bottom:0; color:#999;}
.news_info .info{ padding:2%;}
.news_info .info_back{ text-align:right; padding:3% 0 20px 0;}
.news_info .info_back a{ transition:0.3s; width:100px; line-height:35px; border:1px solid #fff; display:inline-block; color:#fff; background:#2f58af; text-align:center;}
.news_info .info_pn{ text-align:right;}
.news_info .info_pn span{ padding:5px 0;}
.news_info .info_pn span a{ color:#999;}

.contact{ background:#f5f5f5; padding:11px;}
.contact .info-main{ position:relative; }
.contact .info-main .map{ background:#fff; }
.contact .info-main .map #allmap,
.contact .info-main .map #allmap *{ box-sizing:content-box;}
.contact .info-main .map #allmap{ width:100%; height:100%; position:absolute;}
.contact .info-main .map #allmap img{ max-width:none;}
.contact  .txt dd{ border-bottom:1px solid #fff; margin-top:23px; padding:12px 0 12px 50px; font-size:16px; line-height:26px; background:url(../images/icon-1.png) no-repeat left 12px;}
.contact  .txt dd:nth-child(2){ background-image:url(../images/icon-2.png);}
.contact  .txt dd:nth-child(3){ background-image:url(../images/icon-3.png);}
.contact  .txt dd:nth-child(4){ background-image:url(../images/icon-4.png);}
.contact  .txt dd:nth-child(5){ background-image:url(../images/icon-5.png);}
@media(min-width:1025px){
.contact{ padding-right:0;}
.contact .info-main{padding-left:60.87%;}
.contact .info-main .map{position:absolute; left:0; top:0; width:60.87%; height:100%;}
.contact .info-main .txt{ padding:36px 0 60px 9%;}
}
@media(max-width:1024px){
.contact .info-main .map{ position:relative; padding-bottom:68%;}
.contact .info-main .txt{ padding:20px;}
.contact  .txt dd{ margin-top:12px;}
}

.feedback{ padding:5% 0;}
.feedback li{position:relative; padding-left:100px; }
.feedback li label{ position:absolute; left:0; top:0; color:#333;text-align:right; width:90px;line-height:40px;}
.feedback li .text{ width:100%; border:1px solid #eee; line-height:38px; height:40px; padding:0 10px; background:#fff;}
.feedback ol{ text-align:center;}
.feedback ol input{ cursor:pointer; width:40%; margin:0 2%; max-width:180px; color:#fff; font-size:18px;height:40px; border-radius:5px; border:1px solid #000; background:#000; color:#fff;}
.feedback ol input.btn_reset{ background:#f5f5f5; color:#000;}
@media(min-width:769px){
.feedback{width:90%; max-width:930px; margin:0 auto; }
.feedback ul{ margin-bottom:30px;}
.feedback .row-2 li{ float:left; width:49%; }
.feedback .row-2 li:not(:last-child){ margin-right:2%;}
.feedback li label{ font-size:18px; }
.feedback li textarea.text{ height:210px;}
}
@media(max-width:768px){
.feedback li{ margin-bottom:10px;}
.feedback li textarea.text{ height:160px;}
}
@media(max-width:480px){
.feedback li{ padding-left:80px;}
.feedback li label{ width:75px;}
}


.list-search li{ position:relative; font-size:15px;border-bottom:1px dotted #ccc; padding:20px 0; margin:0 20px 20px; transition:0.3s;}
.list-search li:hover{ box-shadow:0 0 5px rgba(0,0,0,0.3); border-bottom-color:transparent; padding:20px; margin:0 0 20px 0;}
.list-search li > *{ position:relative; z-index:4;}
    .list-search li h5 {
        font-size: 18px;
        font-family: 'webfont-cn-blod';
        font-weight: bold;
    }
.list-search li time{ color:#999; }
.list-search li p{ color:#666; line-height:30px; max-height:60px; margin-bottom: 25px; }
.list-search li .more{ transition:0.3s; width:110px; line-height:35px; border:1px solid #fff; display:block; color:#fff; background:#2f58af; text-align:center;}
.list-search ul li:hover .more{ background:#fff; border-color:#2f58af; border-radius:5px; color:#2f58af;}
.list-search.no-data {
    margin-left: 0;
    margin-right: 0;
}
@media(min-width:1441px){
.list-search{ margin-left:-20px; margin-right:-20px;}
}


/*home*/
.home-banner .slick-slide{ position:relative;}
.home-banner .slick-slide img{ display:block; width:100%;}
@media(min-width:1201px){
.home-banner .slick-slide img.wap{ display:none;}
}
@media(max-width:1200px){
.home-banner .slick-slide img.pc{ display:none;}
}
.home-banner .txt-main{color:#111d4b; position:absolute; left:0; top:0; width:100%; height:100%; z-index:10; font-size:42px;}
.home-banner .txt-main .auto-inner{ width:90%; max-width:1680px;}
.home-banner .txt-main .txt *{ opacity:0; transition:0.5s 0.3s;}
    .home-banner .txt-main p,
    .home-banner .txt-main pre {
        font-family: 'webfont-cn-blod';
        line-height: 1.667em;
        font-weight: bold;
    }
.home-banner .txt-main p{ text-transform:uppercase; font-size:0.6429em; margin:0 0 1.619em 0;transform:translateY(100px); -webkit-transform:translateY(100px); -ms-transform:translateY(100px); }
.home-banner .txt-main pre{ font-size:1em; transform:translateY(-200px); -webkit-transform:translateY(-200px); -ms-transform:translateY(-200px); }
/*.home-banner .color-B{ color:#000;}
.home-banner .color-B p{ color:#555;}
.home-banner .color-B pre{ letter-spacing:0.25em; font-weight:normal;}*/
.home-banner .txt-main .more{transform:translateY(200px); -webkit-transform:translateY(200px); -ms-transform:translateY(200px);}
.home-banner .txt-main .more a{ display:inline-block; width:13em; line-height:3.375em; text-align:center; background:#314ca4; color:#fff; font-size:0.381em; }
.home-banner .txt-main .txt-B pre,
.home-banner .txt-main .txt-B{ text-align:right;}

.home-banner .ani-show .txt *{ opacity:1;transform:translateY(0); -webkit-transform:translateY(0); -ms-transform:translateY(0);}

.home-banner .slick-arrow{ top:50%; margin-top:-25px; position:absolute; width:50px; height:50px; background:rgba(17,29,75,0.2); padding:0; border:none; cursor: pointer; font-size:0; z-index:10; border-radius:50%;}
.home-banner .slick-arrow:hover{ background:#111d4b;}
.home-banner .slick-arrow:after{ position:absolute; content:''; width:40%; height:40%; border-right:2px solid #fff; border-top:2px solid #fff; left:40%; top:30%; transform:rotate(-135deg);}
.home-banner .slick-prev{ left:1%;}
.home-banner .slick-next{ right:1%; }
.home-banner .slick-next:after{transform:rotate(45deg); left:25%;}
.home-banner .slick-dots{ z-index:10; position:absolute; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);  -ms-transform:translateX(-50%); bottom:22px;}
.home-banner .slick-dots li{ float:left; margin:0 15px; height:10px;position:relative; cursor:pointer;}
.home-banner .slick-dots li button{ display:block; width:10px; height:10px; font-size:0; border-radius:50%; padding:0; border:none; background:#fff;cursor:pointer; opacity:0.7; -webkit-opacity:0.7;}
.home-banner .slick-dots li.slick-active button{ opacity:1; -webkit-opacity:1;}
.home-banner .slick-dots li.slick-active:before{ position:absolute; content:''; border-radius:50%;border:1px solid #fff; left:-10px; top:-10px; bottom:-10px; right:-10px;}
@media(max-width:1200px){
.home-banner .txt-main{ font-size:30px; padding:0 50px;}
}
@media(max-width:768px){
.home-banner .txt-main{ font-size:20px;}
}
@media(max-width:640px){
.home-banner .slick-arrow{width: 30px;height:30px; margin-top:-15px;}
}
@media(max-width:480px){
.home-banner .txt-main{ font-size:16px; padding:0 30px;}
.home-banner .txt-main .more a{ /*width:100px;*/ line-height:30px;}
.home-banner .slick-dots{ display:none !important;}
/*.home-banner .slick-dots li{ margin:0 10px;}
.home-banner .slick-dots li.slick-active:before{ left:-5px; top:-5px; bottom:-5px; right:-5px;}*/
}


.home-title{ font-size:60px; padding:1.083em 0 0.75em 0; text-align:center;}
/*.home-title .en{ line-height:1em; text-transform:uppercase; font-size:1em; color:#426ab9; opacity:0.1; -webkit-opacity:0.1; letter-spacing:6px; font-family:'webfont-cn';}
.home-title .cn:before{ display:block; content:''; width:43px; height:2px; background:#436ab9; margin:15px  auto 10px;}*/
.home-title .cn{display: none;}
.home-title .en{ font-size:0.6em; color:#666;}
@media(max-width:768px){
.home-title{ font-size:42px; }
}
@media(max-width:480px){
.home-title{ font-size:32px; }
}

.home-more a{ display:inline-block; transition:0.3s; border:1px solid #aaa; width:150px; line-height:44px; text-align:center;}
.home-more a:hover{ border-color:#436ab9;background:#436ab9; color:#fff;}
#product .home-more{ text-align:center; padding:40px 0;}
#product .home-more a{border-color:#436ab9; background:#436ab9; color:#fff;}
#product .home-more a:hover{background:#fff; color:#436ab9;}
@media(max-width:640px){
#product .home-more{ text-align:center; padding:20px 0;}
}

.home-box{ background-repeat:no-repeat; background-position: center center; background-size:cover;}
.home-box li .pic{overflow:hidden;}
.home-box li .Ispic{ transition:0.5s;}
.home-box li:hover .Ispic{ transform:scale(1.12); -webkit-transform:scale(1.12); -ms-transform:scale(1.12);}

#product{ padding-bottom:33px; background-image:url(../images/bg1.jpg);}
#product li a{ display:block; margin:0 12px; padding-bottom:7px;}
#product li .txt{ box-shadow:0 3px 5px rgba(0,0,0,0.35); background:#fff; padding:0 20px;}
#product li .txt aside{ padding-right:22px; line-height:42px; background:url(../images/more.png) no-repeat right center; font-size:18px;}
#product li .pic{  position:relative; z-index:3;}
#product li .Ispic{ padding-bottom:84.445%;}
@media(min-width:1025px){
#product .slider{ margin-left:-12px; margin-right:-12px;}
}

.home-box .slick-dots{ text-align:center; padding-top:20px;}
.home-box .slick-dots li{ display:inline-block; width:10px; height:10px; background:#ccc; border-radius:50%; margin:0 4px;}
.home-box .slick-dots li button{ display:none;}
.home-box .slick-dots li.slick-active{ background:#436ab9;}

#industry{background-image:url(../images/bg2.jpg); padding-bottom:96px; color:#fff;}
#industry .home-title .en{ color:#fff; opacity:0.8; -webkit-opacity:0.8;}
#industry .home-title .cn{ color:#999; opacity:0.6; -webkit-opacity:0.6;font-family:'webfont-en';}
#industry .home-title .cn:before{ background:#fff; opacity:0.5; -webkit-opacity:0.5;}
#industry .slider li a{ display:block; margin:0 13px; position:relative; padding-bottom:46px;}
#industry .slider li .Ispic{ padding-bottom:105.136%;}
#industry .slider li .txt{ padding:15px; bottom:0; left:18px; width:173px; height:113px; position:absolute; background:#426ab9; color:#fff; transition:0.5s; overflow:hidden;}
#industry .slider li .txt:after{ position:absolute; content:''; left:15px; bottom:17px; background:url(../images/a-more.png) no-repeat center center; width:20px; height:10px; transition:0.6s;}
#industry .slider li .txt aside.dot{display: none;}
#industry .slider li .txt aside.dot2{ font-size:16px; margin-bottom:5px;-webkit-line-clamp:3; max-height: 72px;}
/*#industry .slider li .txt aside.dot2{ font-size:12px; opacity:0.7; -webkit-opacity:0.7;}*/
#industry .slider li a:hover .txt{ background:#fff; color:#333;}
#industry .slider li a:hover .txt:after{ background-image:url(../images/a-more-on.png); left:80%;}
#industry .slick-arrow{transition:0.5s; position:absolute; font-size:0; bottom:0; left:50%; width:65px; height:40px; padding:0; cursor:pointer; background: url(../images/btn-prev.png) no-repeat center center #fff; border:none;}
#industry .slick-prev{ margin-left:-92px;}
#industry .slick-next{ margin-right:-92px; background-image:url(../images/btn-next.png);}
#industry .slick-arrow:hover{ background-color:#426ab9;}
#industry .slick-prev:hover{ background-image:url(../images/btn-prev-on.png);}
#industry .slick-next:hover{ background-image:url(../images/btn-next-on.png);}
@media(min-width:1025px){
#industry .slider{ margin-left:-13px; margin-right:-13px; padding-bottom:128px;}
}
@media(max-width:1024px){
#industry .slider{ padding-bottom:70px;}
#industry{ padding-bottom:30px;}
}

#about{ padding:87px 0 97px 0;}
#about .pic{ position:relative;}
#about .pic:after{ position:absolute; content:''; width:100%; height:100%; background:#a0b4dc; left:18px; top:18px;}
#about .pic img{ display:block; width:100%; position:relative; z-index:2; transition:0.5s;}
#about .pic:hover img{ transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg);}
#about .txt .singlePage{ padding:50px 0;}
#about .txt .title{ font-size:64px;}
#about .txt .title *{ font-family:'webfont-cn-blod'; font-weight:bold;}
/*#about .txt .title .en{ color:#426ab9; font-size:1em; line-height:1em; text-transform:uppercase; opacity:0.1; -webkit-opacity:0.1;}*/
#about .txt .title .cn{display: none;}
#about .txt .title .en{ color:#222; font-size:0.5625em;}
#about .txt .title .en:after{ width:61px; height:3px; background:#426ab9; margin-top:25px; display:block; content:'';}
@media(min-width:1025px){
#about .pic{ width:52.857%;}
#about .txt{ width:39%; padding-top:10px;}
#about .txt .title .en{margin-top:-1em; }
}
@media(max-width:1024px){
#about .pic,
#about .txt{ float:none;}
#about{ padding:30px 0;}
#about .txt{ padding-bottom:30px;}
#about .txt .singlePage{ padding:20px 0;}
#about .pic{ margin-right:18px;}
}
@media(max-width:640px){
#about .txt .title{ font-size:50px;}
}
@media(max-width:370px){
#about .txt .title{ font-size:40px;}
}

#news{ background:#fafbfc;}
#news .tab{ text-align:center; }
#news .tab li{ position:relative; float:left; padding:0 2px;cursor:pointer;}
#news .tab ul{ position:relative;}
#news .tab ul:before,
#news .tab li:after{ position:absolute; content:''; width:1px; height:22px; background:#e6e6e6; top:50%; margin-top:-11px; }
#news .tab li:after{right:-1px;} 
#news .tab ul:before{ left:-1px;}
#news .tab li a{ display:block; padding:0 23px; font-size:16px; margin-bottom:2px; line-height:40px; position:relative;}
#news .tab li.on a{ color:#fff; background:#426ab9;}
#news .tab-list li .Ispic{ padding-bottom:84.445%;}
#news .tab-list li h2{ font-size:16px; margin-top:15px;font-family:'webfont-cn-blod';font-weight:bold;}
#news .tab-list li time{ color:#999; font-size:12px;}
#news .tab-list li p{ line-height:24px;color:#555; }
#news .tab-list li .home-more a{ border-color:#c2c2c2; color:#999;}
#news .tab-list li .home-more a:hover{ color:#fff;}
@media(min-width:641px){
#news .tab-list{padding:58px 0 64px 0;}
#news .tab-list li{ float:left; width:32.143%;}
#news .tab-list li:not(:last-child){ margin-right:1.78%;}
}
@media(max-width:640px){
#news .tab-list{padding:30px 0;}
#news .tab-list li{ margin-bottom:30px;}
}
@media(min-width:481px){
#news .tab ul{ display:inline-block;}
}
@media(max-width:480px){
#news .tab{text-align: center;}
#news .tab li{ max-width:50%; float: none; display: inline-block; margin-left:0; margin-right:0;}
#news .tab li a{ padding:10px 5px;line-height: 20px; font-size: 13px;}
#news .tab-list{margin:0 3%;}
#news .tab ul:before{display: none;}
#news .tab li:first-child:before{ position:absolute; content:''; width:1px; height:22px; background:#e6e6e6; top:50%; margin-top:-11px; left: 0; }
}

.prod-info{ margin-bottom:40px;}
.prod-info .img img{ display:block; width:100%;}
.prod-info .txt{font-size:17px; }
    .prod-info .name {
        font-size: 22px;
        font-family: 'webfont-cn-blod';
        font-weight: bold;
    }
.prod-info .name:after{ display:block; content:''; width:43px; height:4px; background:#ff5e19; margin:15px 0;}
        .prod-info .name span{ margin-left:15px;display: none;}
        .prod-info .txt dd {
            line-height: 20px;
            padding: 10px 0;
        }
.prod-info .txt dt a{ cursor:pointer; display:block; line-height:41px;color:#fff; background:#ff5e19; text-align:center; border-radius:5px;}
.prod-info .txt ul{ border-top:1px dashed #d8d8d8; padding-top:20px; margin-top:20px;}
    .prod-info .txt li h5 {
        font-size: 18px;
        color: #1d61d4;
        font-family: 'webfont-cn-blod';
        margin: 0;
        font-weight: bold;
    }
.prod-info .txt li aside{ padding:17px 0;}
.prod-info .txt li h5:after{ display:inline-block; content:''; vertical-align:middle; border:6px solid transparent; border-left-color:#1d61d4; width:0; height:0; font-size:0; margin-left:11px; border-left-width:9px;}
@media(min-width:769px){
.prod-info .img{ width:36.792%;}
.prod-info .txt{width:56.604%;}
}
@media(max-width:768px){
.prod-info .img,
.prod-info .txt{ float:none;}
.prod-info .txt{ padding-bottom:30px;}
.prod-info .img img{ width:70%; margin:0 auto;}
}
@media(min-width:481px){
.prod-info .txt dl{  position:relative; padding-right:140px;}
.prod-info .txt dt{ position:absolute; right:0; bottom:0; width:126px; }
}
@media(max-width:480px){
.prod-info .txt dt{ padding-top:20px;}
}

.online-from{ display:none; position:fixed; left:0; top:0; width:100%; height:100%; z-index:200; background:rgba(0,0,0,0.5);}
.online-from .main{ position:relative; max-width:500px; width:96%; margin:0 auto; background:#fff; border-radius:10px;}
.online-from .main .close{ cursor:pointer; position:absolute; right:0; top:0; width:24px; height:24px;}
.online-from .main .close:before,
.online-from .main .close:after{ position:absolute; content:''; width:60%; height:2px; background:#666; left:20%; top:50%; margin-top:-1px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
.online-from .main .close:after{transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
.online-from ul{ padding:20px;}
.online-from li{ margin-bottom:10px; position:relative; min-height:30px; line-height:30px; padding-left:160px;}
    .online-from li aside {
        font-size: 18px;
        font-family: 'webfont-cn-blod';
        color: #ff5e19;
        font-weight: bold;
    }
.online-from li label{ position:absolute; left:0; width:150px; font-size:15px; text-align:right; text-transform: capitalize;}
.online-from li select{ width: 100%; height: 30px; padding-left: 10px; border-color: #eee;}
.online-from li .text{ width:100%; height:30px; line-height:28px; border:1px solid #eee; padding:0 10px;}
.online-from li textarea.text{ height:90px;}
.online-from ol{ text-align:center;}
.online-from ol input{ width:200px;height:40px; padding:0; cursor:pointer; border:none; border-radius:5px; font-size:16px; color:#fff; background:#1d61d4;}
@media(max-width:480px){
.online-from li{padding-left: 90px;}
.online-from li label{ width: 80px; font-size: 14px; line-height: 16px; top: 50%; transform: translateY(-50%);}
.online-from li:last-of-type label{ top: 0; transform: translateY(0);} 
}

.list-honor{ padding-top:3%;}
.list-honor ul{ padding:0 50px;}
.list-honor li{ float:left; position:relative;  text-align:center; margin-bottom:4%;}
.list-honor li:first-child:before,
.list-honor li:last-child:after{ position:absolute; content:''; bottom:0px; height:90px; width:50px;}
.list-honor li:first-child:before{ left:-50px; background:url(../images/honor_ul_l.png) no-repeat 0 0;}
.list-honor li:last-child:after{right:-50px; background:url(../images/honor_ul_r.png) no-repeat 0 0;}
.list-honor li aside{ padding-top:35px;height:90px; background:url(../images/honor-libg.png) repeat-x left top;}
.list-honor li .ytable{ height:162px;}
.list-honor li .ytable-cell{ vertical-align:bottom;}
.list-honor li figure{ position:relative; display:inline-block;max-width: 80%;}
.list-honor li figure:after{ position:absolute; right:-24px; background:url(../images/honor-ying.png) no-repeat left bottom; width:24px; height:100%; background-size:contain; content:'';}
.list-honor li figure img{ max-height:162px;}
.list-honor li p{ margin:0 auto; max-width:210px;width:90%; line-height:26px; max-height:52px; font-size:16px;}
@media(min-width:1025px){
.list-honor li{width:25%;}
.list-honor li:nth-child(4n):after,
.list-honor li:nth-child(4n+1):before{ position:absolute; content:''; bottom:0px; height:90px; width:50px;}
.list-honor li:nth-child(4n+1):before{ left:-50px; background:url(../images/honor_ul_l.png) no-repeat 0 0;}
.list-honor li:nth-child(4n):after{right:-50px; background:url(../images/honor_ul_r.png) no-repeat 0 0;}
}
@media(max-width:1024px){
.list-honor li{width:50%;}
.list-honor li:nth-child(2n):after,
.list-honor li:nth-child(2n+1):before{ position:absolute; content:''; bottom:0px; height:90px; width:50px;}
.list-honor li:nth-child(2n+1):before{ left:-50px; background:url(../images/honor_ul_l.png) no-repeat 0 0;}
.list-honor li:nth-child(2n):after{right:-50px; background:url(../images/honor_ul_r.png) no-repeat 0 0;}
}
@media(max-width:480px){
    .list-honor{overflow:hidden; margin-left:-2%; margin-right:-2%;}
    .list-honor ul {
        margin-left: -30px;
        margin-right: -30px;
    }
    .list-honor li p {
        line-height: 20px;
        max-height: 40px;
        font-size: 14px;
    }
.list-honor li .ytable{ height:80px;}
.list-honor li figure img{ max-height:80px;}
}
.list-honor .Pages{ margin-top:0;}

/*Timeline001915*/
.Timeline001915 .list{ background:url(../images/timeline001915-logo.png) no-repeat center top; padding-top:84px;}
.Timeline001915 .list ul{ background:url(../images/timeline001915-ul.jpg) repeat-y center top; padding:54px 0;}
.Timeline001915 li{ padding-left:50%; background:url(../images/timeline001915-li.png) no-repeat center top; padding-top:10px; padding-bottom:10px;}
.Timeline001915 li div{ padding-left:36px;}
.Timeline001915 li div pre{ margin:14px 0; line-height:24px; color:#666;}
.Timeline001915 li .pic{ width:80%;}
.Timeline001915 li .pic img{ display:block; width:100%;}
.Timeline001915 ul li:nth-child(2n){ text-align:right; padding-left:0; padding-right:50%;}
.Timeline001915 ul li:nth-child(2n) div{padding-left:0; padding-right:36px;}
.Timeline001915 li time{ display:block; color:#426ab9; font-size:24px; border-top:1px solid #e1e1e4;}
.Timeline001915 li time:before{ display:block; margin:-3px 0 10px 0; content:''; background-color:#426ab9; width:20px; height:5px;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:right;}
.Timeline001915 ul li:nth-child(2n) time span{ clear:both; display:block;}
.Timeline001915 ul li time span{ max-height:48px; line-height:24px; font-family:Georgia, "Times New Roman", Times, serif}
.Timeline001915 ol{ text-align:center;}
.Timeline001915 ol a{ display:inline-block; width:142px; height:30px; line-height:30px; text-align:center; background-color:#426ab9; color:#fff; font-size:14px; border-radius:5px;}

@media(max-width:480px){

.Timeline001915 .list{ background-position: left top; background-size:auto 40px; padding-top:43px; padding-left:20px;}
.Timeline001915 .list ul{ background-position: 8px top;}
.Timeline001915 li{ padding:0 !important; background-position: left top;}
.Timeline001915 li div{ padding:10px 10px 10px 36px !important;}
.Timeline001915 ul li:nth-child(2n){ text-align:left;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:none;}
}
/*PicList001647*/
.PicList001647 li{ position:relative; float:left; margin-top:2%;margin-bottom:2%;}
.PicList001647 li:before{ position:absolute; content:''; left:-5px; top:-5px; right:-5px; bottom:-5px; transition:0.3s;}
.PicList001647 li:hover:before{ box-shadow:0 0 5px rgba(0,0,0,0.3);}
.PicList001647 li a{ display:block; position:relative; z-index:10; padding-bottom:20px;}
.PicList001647 li .pic{ overflow:hidden;}
.PicList001647 li .pic .Ispic{ padding-bottom:123%; background-size:contain; background-color:#f9f9f9; transition:0.3s;}
.PicList001647 li:hover .Ispic{ transform:scale(1.12); -webkit-transform:scale(1.12); -ms-transform:scale(1.12);}
.PicList001647 li p{ margin:0; color:#999; height:40px; overflow:hidden; line-height:20px;}
    .PicList001647 li aside {
        font-family: 'webfont-cn-blod';
        font-size: 18px;
        padding: 20px 0 10px 0;
        font-weight: bold;
    }
@media(min-width:769px){
.PicList001647 li{ width:18.4%;}
.PicList001647 li:not(:nth-child(5n)){ margin-right:2%;}
}
@media(max-width:768px){
.PicList001647 li{width:49%;}
.PicList001647 li:not(:nth-child(2n)){ margin-right:2%;}
}

/*TextList001729*/
.TextList001729{font-size:16px;color:#555;}
.TextList001729 .type{display:table; width:100%;}
.TextList001729 ol.type{font-size:18px; background:url(../images/jobtitbg.jpg) no-repeat center center; background-size:cover;}
.TextList001729 ol.type li{ line-height:20px; padding-top: 20px; padding-bottom: 20px;}
.TextList001729 .type li{ display:table-cell; vertical-align:middle;text-align:center;}
.TextList001729 ul.type li{cursor:pointer; padding-top:10px; padding-bottom:10px; line-height:30px; font-size:16px;}
.TextList001729 .type li{width:22.5%;}
.TextList001729 .type li:nth-child(5){ width:10%;}
.TextList001729 .type li .icon{ display:block; width:13px; height:13px; margin:0 auto; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); border-top:2px solid #bbb; border-right:2px solid #bbb; transition:0.3s;}
.TextList001729 .type#On li .icon{ border-color:#ff890b;transform:rotate(135deg); -webkit-transform:rotate(135deg); -ms-transform:rotate(135deg); }
.TextList001729 .sample-dl dd{ position:relative; padding-left:165px; min-height:32px;}
.TextList001729 .sample-dl dd .tit{ position:absolute; left:0; top:0;}
.TextList001729 .list:nth-of-type(2n) .type{ background:#f8f8f8;}
.TextList001729 .list .con{ display:none; background:#f9f9f9;overflow:hidden; border-bottom:1px solid #fff; padding:3.125%; line-height:32px;}
.TextList001729 .list .singlePage{padding:32px 0;}
.TextList001729 .list .singlePage .tit{ display:block; }
.TextList001729 .btn_apply a{ display:inline-block; max-width:220px; width:40%; height:40px; line-height:40px; text-align:center; color:#fff; background-color:#ff890b;  border-radius:40px;}
@media(max-width:640px){
.TextList001729 ol.type{ font-size:16px;}
.TextList001729 .type li:nth-child(4){ display:none;}
.TextList001729 .type li{ width:26%;}
.TextList001729 .type li:nth-child(5){ width:22%;}
.TextList001729 ul.type li{ font-size:14px;}
}
@media(max-width:480px){
.TextList001729 ol.type li{ font-size:13px; line-height: 18px;}
}

/*Form001725*/
.Form001725 .tips{padding:0 0 20px 0;margin-bottom:20px;border-bottom:1px solid #e5e5e5;}
.Form001725 .tips h1{margin:0;font-weight:normal;font-size:18px;color:#faa634; padding-bottom:10px;}
.Form001725 .form{max-width:1000px;width:100%;margin:0 auto;background:#fff;border-radius:5px;padding:2%;box-shadow:0 0 5px #ccc;}
.Form001725 .form td{padding-bottom:20px;font-size:14px;}
.Form001725 .form td.w1{width:47%;}
.Form001725 .form td.w2{width:6%;}
.Form001725 .form .text{width:100%;border-radius:3px;border:1px solid #cfcfcf;line-height:36px;height:36px;text-indent:10px;background:none;}
.Form001725 .form td > p{margin:0 0 10px 0;/*color:#2cad42;*/}
.Form001725 .form td aside{ padding-top:15px; color:#666;}
.Form001725 .form  td > p::before{margin-right:5px;display:inline-block;content:'';width:10px;height:10px;border-radius:2px;background:#ff890b;}
.Form001725 .form .btn{background:#ff890b;color:#fff;cursor:pointer;font-size:18px;width:60%;max-width:180px;height:50px;border-radius:3px;border:none;margin:20px auto 0;display:block;}
.Form001725 .placeholder{font-size:14px;padding:30px 0;}
.Form001725 .queueList{margin:0;}
.Form001725 .placeholder .webuploader-pick{background:#666;}
.Form001725 .placeholder div{ word-break:break-all;}


/*edit*/
.singlePage{ color:#444; font-size:17px; line-height:34px;}
.singlePage img{height: auto !important;}


.wh{ color:#444; font-size:17px; line-height:34px;}


.wh h2{font-size:20px; color:#426ab9;}
.singlePage h2{font-size:20px; color:#426ab9;}
.wh ul li{width: 50%;float:left;}
.wh ul li h2{font-size:18px; color:#426ab9;}
.wh ul li p{font-size:15px;color: #333;line-height: 30px;margin:  0;}
.wh ul li span{color:#999;padding-left:20px;font-size: 14px;}
@media(max-width:960px){
.wh ul li{width: 100%;float: none;}   
}

.singlePage table{margin-top: 3%;}
.singlePage table{border-left: 1px solid #d2d2d2;border-top: 1px solid #d2d2d2;}
.singlePage table td{border-right: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;padding: 0 2%;}
.singlePage table td p{line-height: 40px;margin: 0;}
.singlePage .pic{position:relative;}
.singlePage .pic:before{ position:absolute; content:''; left:-17px; top:24px; width:100%; height:98%; background:url(../images/infoimgbg.jpg) repeat;}
.singlePage .pic img{z-index: 2;position: relative;display: block; width: 100%;}
.edit-column-3{ padding-top:3%;}
.edit-column-3 .info h5{ font-size:16px; color:#426ab9; padding-bottom:10px;font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;}
.edit-column-3 .info h2 {font-size: 38px;color: #000;font-family: 'webfont-cn-blod';font-weight: bold; line-height: normal;}
.edit-column-3 .info h2:after{ display:block; width:60px; height:3px; background:#2f58af; content:''; margin:45px 0 50px 0;}
@media(min-width:1025px){
.edit-column-3 .pic{ float:left; width:49.286%;}
.edit-column-3 .info{ float:right; width:41.714%;}
}
@media(max-width:1024px){
.singlePage .pic img{height: auto;}
.edit-column-3 .info{ padding:0 0 30px 0 !important;}
.edit-column-3 .pic{ text-align:center;}
}
@media(max-width:640px){
.edit-column-3 .info h2{ font-size:30px;}
.edit-column-3 .info h2:after{ margin:20px 0;}
}



.edit-title{ font-size:20px; color:#333; line-height:normal; margin:0;}
.edit-title:after{ display:block; content:''; width:37px; height:3px; background:#0071b6; margin:20px 0;}
.edit-column-363-1{position:relative;}
.edit-column-363-1 .pic{ position:relative;}
.edit-column-363-1 .pic img{ display:block; width:100%; position:relative; z-index:2;}
.edit-column-363-1 .pic:before{ position:absolute; content:''; left:-17px; top:24px; width:100%; height:98%; background:url(../images/infoimgbg.jpg) repeat;}.edit-column-363-1 .pic{ position:relative;}

/*
.edit-column-363-1 .pic2:before{background: none;}
.edit-column-363-1 .pic3:before{background: none;}
*/

@media(min-width:1025px){
.edit-column-363-1 .txt{ width:44.714%; padding-left:3%;}
.edit-column-363-1 .pic{ width:51.429%;}
.edit-column-363-1 .txt2,.edit-column-363-1 .pic3{width: 100%!important;}
.edit-column-363-1 .pic4{float: right;margin-top: -300px;}
}
@media(max-width:1024px){
.edit-column-363-1 .txt,
.edit-column-363-1 .pic{ float:none;}
.edit-column-363-1 .txt{ padding:0 !important;}
.edit-column-363-1 .pic{ margin-left:17px; margin-bottom:24px;}
}

.edit-column-363-6{ text-align:center;}
.edit-column-363-6 .txt h2:after{ margin-left:auto; margin-right:auto;}

.edit-column-358 li .pic{ position:relative;}
.edit-column-358 li:nth-child(2n) .fr{ margin-right:20px;}
.edit-column-358 li .pic img{ position:relative; z-index:3; display:block; width:100%;}
.edit-column-358 li .pic:before{ position:absolute; content:''; width:98%; height:100%; left:31px; top:17px; background:url(../images/picbg.jpg) repeat;}
.edit-column-358 .txt h3 {
    margin-top: 0;
    font-size: 22px;
    color: #2f58af;
    font-family: 'webfont-cn-blod';
    font-weight: bold;
}
.edit-column-358 .txt h3:after{ display:block; content:''; width:43px; height:3px; background:#ff4c0b; margin:20px 0 30px 0;}
@media(min-width:1025px) and (max-width:1200px){
.edit-column-358 li{ padding:30px 0;}
}
@media(min-width:1025px){
.edit-column-358 li{ padding:69px 0;}
.edit-column-358 li:nth-child(1){ padding-top:0;}
.edit-column-358 li .fr,
.edit-column-358 li .fl{width:46.429%;}
}
@media(max-width:1024px){
.edit-column-358 li .fr,
.edit-column-358 li .fl{ float:none;}
.edit-column-358 li{ padding-bottom:30px;}
.edit-column-358 li .pic{ margin:0 auto; width:80%;}
}

.edit-column-362 b{font-family:'webfont-cn-blod'; display:block; margin-bottom:15px; font-size:18px;}
.edit-column-362 td{ padding:10px; line-height:19px; width:50%; text-align:center; border:1px solid #d6d6d6;}
.edit-column-362 .tr-top td{font-family:'webfont-cn-blod'; font-weight:bold; background:#dae5f8; font-size:18px;}
@media(max-width:480px){
.edit-column-362 td{ font-size:14px;}
}


/*
 .RighInfo002450
 */
.RighInfo002450{ padding: 5% 0;}
.RighInfo002450 .auto{ position: relative; margin-left: 5%; margin-right: 5%;}
@media only screen and (max-width: 1200px) {
.RighInfo002450 .auto{ margin-left: 15px; margin-right: 15px;}	
}
.RighInfo002450 .wrap-container .tit{ color: #1a1002; font-size: 24px; margin: 0 0 4%; font-weight: normal;}
@media only screen and (min-width:1201px ) {
.RighInfo002450 .wrap-container .tit{ font-size: 30px;}
}
@media only screen and (max-width:767px ) {
.RighInfo002450 .wrap-container .tit{ text-align: center; font-size: 20px;}	
}
.RighInfo002450 .wrap-container .img{ margin: 0 auto; display: block;}
.RighInfo002450 .wrap-container .word{color: #1a1002;font-size: 16px;line-height: 30px;margin-top: 3%;text-indent: 2em;}
@media only screen and (min-width:767px ) {
.RighInfo002450 .wrap-container .img{ float: right; margin: 0 0 0 5%;}
.RighInfo002450 .wrap-container .word{ margin-top: 0;}
}


/*Floor000369*/ 


.Floor000369{padding: 3% 0;max-width: 1200px;margin: 0 auto;}
.Floor000369 .bg{position: relative;height: 1600px;}
.Floor000369 ul li{position:absolute;}
.Floor000369 ul li .txt{text-align: left;padding-right: 10px;}
.Floor000369 ul li h3{font-size: 26px;color: #fff;font-weight:  normal;;}
.Floor000369 ul li h5 a{font-size: 18px;color:  #e2e908;font-weight:  normal;margin:  0;line-height: 20px;}
.Floor000369 ul li span{font-size: 15px;color:  #fff;display:  block;line-height: 27px;}
.Floor000369 ul li .span{color:  #e2e908;}
.Floor000369 .pic{text-align:center;display:none;}
@media(max-width:1200px){
 .Floor000369 .pic{display:block;}
 .Floor000369 .bg{background: none!important;    height: auto;}  
 .Floor000369 .bg ul{display:none;} 
}

.Floor000369_1 ul li:nth-child(1){top: 38%;left:6%;}
.Floor000369_1 ul li:nth-child(2){top: 38%;left: 30%;}
.Floor000369_1 ul li:nth-child(2) .txt{text-align:  center;}
.Floor000369_1 ul li:nth-child(3){top: 38%;left: 51%;}
.Floor000369_1 ul li:nth-child(4){top: 28%;left: 56%;}
.Floor000369_1 ul li:nth-child(4) h5{font-size: 16px;margin-bottom: 160px;padding-left: 175px;text-align: center;}
.Floor000369_1 ul li:nth-child(5){top: 37%;left: 79%;}
.Floor000369_1 ul li:nth-child(6){top: 53.7%;left: 29%;}
.Floor000369_1 ul li:nth-child(6) h5{font-size: 16px;margin-bottom: 3px;}
.Floor000369_1 ul li:nth-child(7){top: 54%;left: 65%;}
.Floor000369_1 ul li:nth-child(7) .txt{text-align:right;position:  relative;}
.Floor000369_1 ul li:nth-child(7) h5{position:  absolute;right: -220px;font-size: 20px;top: 28px;}
.Floor000369_1 ul li:nth-child(8){top: 72%;left: 3%;}
.Floor000369_1 ul li:nth-child(9){top: 72%;left: 27%;}
.Floor000369_1 ul li:nth-child(10){top: 74%;left: 53%;}
.Floor000369_1 ul li:nth-child(11){top: 72%;left: 77%;}


.Floor000369_2 ul li:nth-child(1){top: 37%;left: 10%;}
.Floor000369_2 ul li:nth-child(2){top: 23.5%;left: 48%;}
.Floor000369_2 ul li:nth-child(2) span{top: 26%;left: 23%;}
.Floor000369 ul li .txt span{font-size: 20px!important;}


.Floor000369_2 ul li:nth-child(2) .txt{text-align:  right;}
.Floor000369_2 ul li:nth-child(3){top: 25.5%;left: 76%;}
.Floor000369_2 ul li:nth-child(4){top: 56%;left: 10%;}
.Floor000369_2 ul li:nth-child(5){top: 57%;left: 62%;}
.Floor000369_2 ul li:nth-child(6){top: 46%;left: 81%;}
.Floor000369_2 ul li:nth-child(7){top: 77%;left: 45%;}
.Floor000369_2 ul li:nth-child(8){top: 67%;left: 76%;}
.Floor000369_2 ul li:nth-child(8) h5{margin-bottom: 30px;}



.Floor000369_3 ul li:nth-child(1){top: 37%;left: 10%;}
.Floor000369_3 ul li:nth-child(2){top: 41%;left: 44%;}
.Floor000369_3 ul li:nth-child(2) .txt{text-align:  right;}
.Floor000369_3 ul li:nth-child(3){top: 41%;left: 64%;}
.Floor000369_3 ul li:nth-child(4){top: 46.5%;left: 39%;}
.Floor000369_3 ul li:nth-child(5){top: 58.5%;left: 10%;}
.Floor000369_3 ul li:nth-child(5) h3{margin: 0;}
.Floor000369_3 ul li:nth-child(6){top: 58.2%;left: 37%;}
.Floor000369_3 ul li:nth-child(6) .txt{text-align:right;}
.Floor000369_3 ul li:nth-child(7){top: 57%;left:68%;}
.Floor000369_3 ul li:nth-child(8){top: 76%;left: 10%;}
.Floor000369_3 ul li:nth-child(8) h3{margin:0;font-size: 24px;}
.Floor000369_3 ul li:nth-child(8) .h3{color:  #e2e908;}
.Floor000369_3 ul li:nth-child(8) h5{margin-bottom: 30px;}
.Floor000369_3 ul li:nth-child(9){top: 74%;left: 44%;}
.Floor000369_3 ul li:nth-child(10){top: 74%;left: 72%;}










/*
 .PicList001213 为demo编号
 */
.PicList001213 dl{margin:3% 0;}
@media(min-width:481px){
.PicList001213 dl{ display:table; width:100%;}
.PicList001213 dl dt,
.PicList001213 dl dd{ display:table-cell; vertical-align:middle;}
.PicList001213 dl dt{ width:60%;text-align: right;}
.PicList001213 dl dt .pic{position:  relative;}
.PicList001213 dl dt .pic:before{position:absolute;content:'';left:-17px;top:24px;width:100%;height:98%;background:url(../images/infoimgbg.jpg) repeat;z-index:  999;}
.PicList001213 dl dt img{ width:91%;}
.PicList001213 dl:nth-child(2n) dt{ text-align:left;}
}
.PicList001213 dl h2{ font-size:20px; margin:0;color: #426ab9;}
.PicList001213 dl h2:after {display: block;content: '';width: 37px;height: 3px;background: #0071b6;margin: 20px 0;}
.PicList001213 dl p{ line-height:34px;font-size: 17px;color: #444;}

@media(max-width:480px){
.PicList001213 dl dd{ padding:3%;}
}

.page-nav>a{margin-top:20px;color:#1d61d4;}
.page-nav .page-prev-a{float:left;}
.page-nav .page-next-a{float:right;}
.edit-column-358 li .txt{ text-align:justify;}



.qui-proinfo{padding: 15px;font-size: 13px;border-radius: 5px;background: #fff;margin-top: 1px;display: none;}
.prod-category li dd.aon .qui-proinfo{display: block;}
.qui-bot-info{clear: both;color: #fff;padding-top: 20px;line-height: 26px;word-break: break-word;}
.quilinks{margin-top: 15px;font-size: 0;}
.quilinks a{display: inline-block;vertical-align: top;margin-right: 10px;margin-bottom: 10px;}
.quilinks img{display: block;height: 38px;}

