@font-face {
    font-family: zt;
    src: url("../font/ZT.eot"); /* IE9 */
    src: url("../font/ZT.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/ZT.TTF") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("../font/ZT.svg#PMZD") format("svg"); /* iOS 4.1- */
}

a,  article, b, body, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, li,menu, nav, object, ol, p, section, small, span, strong, td, th, time, tr, tt, u, ul{
	margin: 0;
	padding: 0;
	border: 0;
	/*font-family: "Helvetica Neue", Helvetica, STHeiTi, 'Microsoft YaHei',;*/
	vertical-align: baseline;
	word-wrap: break-word;
	font-family: zt;
	font-weight: normal;
}
section footer {
	width: 100%;
}
button, input, select, textarea {
	outline: 0;
	-webkit-box-sizing: border-box
}
article, footer, header, menu, nav, section {
	display: block
}
a {
	color:#666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);

}
li, ol, ul {
	list-style: none
}
b, strong {
	font-weight: 700
}
h3{font-size:1.6rem;}
h4{font-size:1.4rem; font-weight:bold;}
.clear{clear: both;}
.wrap{width: 94%;margin: 0 auto;}
html {
	font-size: 62.5%;
}
@media only screen and (min-width:481px) {
html {
	font-size: 94%!important
}
}
@media only screen and (min-width:561px) {
html {
	font-size: 109%!important
}
}
@media only screen and (min-width:641px) {
html {
	font-size: 125%!important
}
body {
	max-width: 750px;
}
}
body {
	font-size: 1.4rem;
	background-color: #fff;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	color:#666;
	font-family: zt;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
    image -ms-interpolation-mode: bicubic;
	-webkit-touch-callout: none;
}
.swipea #js{bottom:1rem;left:0;position:absolute;text-align:center;width:100%;}
.swipea #js a{background:rgba(255,255,255,.7);color:#fff;font-size:1.2rem;width:1.2rem;margin:0 .3rem;height:1.2rem;line-height:2rem;display:inline-block;text-align:center;border-radius:50%}
.swipea img{width:100%; display:block}
.swipea #js a.active{background:#666;opacity:.6;color:#fff}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
/*header*/
.header{
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    padding: 1.6rem 0;
    box-shadow: -1px 3px 6px 0 rgba(0, 0, 0, 0.05);
}
.head{position: relative;}
.header .btn{
	float: none;
	position: absolute;
	right: 0;
	top: 12px;
}
.header .btn.sp_nav_se{top: 9px;}
.logo img{height:4rem;width: auto;}
.btn{width:30px;float:right;position:relative;cursor:pointer;height: 20px;}
.btn span{display:block;background:#416fb8; /*按钮颜色*/ width:25px;height:2px;position:absolute;transition:all ease 0.35s}
.btn span:nth-of-type(1){top:0px;width: 25px;}
.btn span:nth-of-type(2){top:7px;width: 18px;}
.btn span:nth-of-type(3){top:14px;width: 25px;}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.leftMenu a {
    text-decoration: none;
    display: block;
}
.leftMenu {
    background: #fff;
    position: fixed;
    right: -1000px;
    top: 7.2rem;
    display: block;
    height: 100%;
    width: 58%;
    min-width: 120px;
    max-width: 440px;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
}
.leftMenu.menu-open {
    right: 0;
}
.leftMenu ul li {
    position: relative;
    border-bottom: 1px solid #EDEDED;
}
.leftMenu ul li>a{
	font-size: 16px;
	margin-left: 20px;
	color:#333;
	line-height: 46px;
}
.leftMenu ul li .f2 a{
	font-size: 14px;
	color:#666666;
}
.leftMenu ul li ul li{
	background: #f5f5f5;
    padding-left: 20px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top:-1px;
    font-size: 24px;
    font-weight: 300;
}
.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: -3px;
	
}
.f2,.f3{
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 7.2rem;
    left: 0;
    right: 0;
    overflow: hidden;
}
.menu-dark-backdrop.in {
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.9); /*背景灰度*/
}
.leftMenu ul li.open>a{
    color: #000; 
	font-weight: bold;
/*一级选中后颜色*/

}
.menu_fot {
    text-align: center;
    margin-top: 25px;
}
.menu_fot p{
    font-size: 12px;
    color: #999; /*底部文字颜色*/
    margin-bottom: 10px;
}
.menu_fot span{
    font-size: 26px;
    color: #ff5744; /*底部电话颜色*/
}

/* banner轮播开始 */
.block_home_slider {background: #fff;width:100%;min-width:320px;max-width:640px;position: relative;-moz-border-radius: 3px;
-webkit-border-radius: 3px;border-radius: 3px;behavior: url(js/PIE.htc); /*半透明兼容*/text-align: center;line-height: 0px;margin-right: auto;margin-left: auto;border:none;margin-top:7.2rem;}  
/*底部小图标*/
.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px; background:url(../images/bg_caption.png); text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(../images/sprite_arrow_2.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:6px; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:6px; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.block_home_slider .flex-control-paging { display:inline-block; position:relative; top:-25px;}
.block_home_slider .flex-control-paging li {margin: 0px;padding: 0px;float: left;overflow: hidden;list-style-type: none; margin:0 5px;}
.block_home_slider .flex-control-paging li a {width:10px; height:10px; display:block;cursor:pointer;border-radius:50%;text-indent: -9999px;background: #416fb8;}
.block_home_slider .flex-control-paging li a.flex-active { background:#416fb8;width: 30px;border-radius: 15px;}
.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none;-webkit-backface-visibility: hidden;list-style-type: none;} 
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slide h3{ position:relative; margin-top:-30px; height:30px; background: rgba(0,0,0,.5);font-size: 16px;
color: #be2d31; text-align: right; line-height: 30px; padding-right: 20px;}
/* banner轮播结束 */

.menu-top{padding:1rem 5%;border-bottom: 1px solid #EDEDED;}
.search {
	width: 100%;
	height: 2rem;
	overflow: hidden;
}
.search input[type='text'] {
	border: 0;
	float: left;
	outline: none;
	font-size: 0.7rem;
}

.search input[type='text']::-moz-placeholder {
	color: #b2b2b2;
}

.search input[type='text']::-webkit-input-placeholder {
	color: #b2b2b2;
}

.search input[type='submit'] {
	width: 15%;
	background:url("../images/ss.png") no-repeat center center;
	border: 0;
	float: right;
	outline: none;
	cursor: pointer;
	background-size: auto 2rem;
	height: 2rem;
}
#word{height:2rem;width:80%;padding: 0 3% 0 4%;-webkit-text-fill-color: #333;font-size: 14px;}
.part1{padding:20px 0 35px 0;border-bottom: 15px solid #f4f6f8;}
.nav-tit{text-align: center;}
.nav-tit h2{color: #333;font-size:20px;font-weight: bold;padding: 0 0 5px 0;}
.nav-tit h3{text-align: center;width: 100%;margin: 0 auto;position: relative;}
.nav-tit h3 span{display: inline-block;color: #666;font-size: 14px;padding: 0 1.2rem;}
.nav-tit h3 span em{display: block;position: absolute;top:0px;}
.nav-tit h3 span em.ll{left:0%;}
.nav-tit h3 span em.ll2{right:0%;}
.nav-tit h3 span em img{width: 80%;}
.part01{padding-top: 20px;}
.part1 li{float: left;width: 48.5%;margin-right: 3%;text-align: center;margin-bottom: 15px;}
.part1 li:nth-child(2n){margin-right: 0;}
.part1 li img{width: 100%;height: auto;}
.part1 li a p{color: #333;font-size:14px;line-height: 26px;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;}
.part1 li:hover a p{color: #416fb8;}
.more a{display: block;color: #fff;
    font-size: 14px;
    width: 40%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 24px;
    background: #416fb8;
    margin:20px auto 0 auto;}
.part1 li a .pic{width: 100%;height:13.5rem;overflow: hidden;}
.part1 li a .pic img{width: 100%;height:auto;position: relative;-webkit-transform: scale(1);transform: scale(1);-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;}
.part1 li:hover a .pic img{-webkit-transform: scale(1.2);transform: scale(1.2);}    
    
    
    
.part2,.part5,.part3,.part4,.part6,.part7,.part8{padding:30px 0 35px 0;border-bottom: 15px solid #f4f6f8;}
.part3{text-align: center;padding-bottom:10px;}
.part03{padding-top: 20px;}
.part3 ul{margin-left: -5%;}
.part3 li{display:inline-block;text-align: center;color: #333;font-size:1.3rem;position: relative;margin-bottom:2em;width: 24%;}
.part3 li:nth-child(1){padding-left: 0;}
.part3 li div{margin:0 auto 8px auto;width:6rem;height:6rem;}
.part3 li .ico{background: url("../images/lc1.png") no-repeat;background-size: 100% 100%;}
.part3 li .ico2{background: url("../images/lc2.png") no-repeat;background-size: 100% 100%;}
.part3 li .ico3{background: url("../images/lc3.png") no-repeat;background-size: 100% 100%;}
.part3 li .ico4{background: url("../images/lc4.png") no-repeat;background-size: 100% 100%;}
.part3 li .ico5{background: url("../images/lc5.png") no-repeat;background-size: 100% 100%;}
.part3 li .ico6{background: url("../images/lc6.png") no-repeat;background-size: 100% 100%;}
.part3 li .ico7{background: url("../images/lc7.png") no-repeat;background-size: 100% 100%;}
.part3 li span{display: block;position: absolute;right:-7px;top:2rem;}
.part3 li span img{width: auto;height:1.3rem;}
.tab-nav{padding-top: 20px;padding-bottom: 10px;}
.tab-nav li{display: block;margin-bottom: 10px;float: left;width: 48.5%;margin-right: 3%;background: #f2f2f2 url("../images/a.png") no-repeat 6% center;padding-right: 3%;padding-left: 9%;height:40px;line-height:40px;color: #878787;font-size: 14px;background-size:16px 16px;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;}
.tab-nav li:nth-child(2n){margin-right: 0;}
.tab-nav li.on{background: #f2f2f2 url("../images/hover.png") no-repeat 6% center;color: #416fb8;background-size:16px 16px;}
.tab-list .group .img img{width:100%;height:200px;display: block;margin: 0 auto;}
.tab-list .group .wz{padding:20px 4% 0 4%;}
.tab-list .group .wz h4 a{display: block;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;color: #333;font-size: 16px;margin-bottom: 15px;font-weight: bold;}
.tab-list .group .wz p{color: #666;font-size: 14px;line-height:24px;display: block;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;}
.part5 li a .pic{width:100%;overflow: hidden;}
.part5 li a .pic img{width: 100%;height: auto;}
.part5 li a h4{color: #333;font-size: 16px;font-weight: bold;margin-bottom: 10px;}
.part5 li a p{color: #666;font-size: 14px;line-height:24px;display: block;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;}
.part5 li .box .text{background: #f4f6f8;padding:15px 4%;position: relative;transition: .35s;z-index: 5;}
.tab-list .group .wz:hover h4 a{color: #416fb8;}
.part5 li .box .text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #124a93;
    z-index: -1;
    opacity: 0;
    transform: scale(1.2);
    transition: .35s;   
}
.part5 li .box:hover .text:after {
    opacity: 1;
    transform: scale(1); 
}
.part5 li .box:hover a h4,.part5 li .box:hover a p{color: #fff;}

#home_slider2{ position: relative;padding-top:2.2rem;}
#home_slider2 li{width:100%;}
#home_slider2 .flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-control-paging{display:block}
#home_slider2 .flex-direction-nav{display:none}
#home_slider2 .flexslider{margin-top:1.55rem}
#home_slider2 li .box{width:100%;}
#home_slider2 .flex-control-paging{display:block;text-align: center;margin-top: 20px;}
#home_slider2 .flex-control-paging li{margin:0 5px;padding:0px;overflow:hidden;display: inline-block;width: auto;}
#home_slider2 .flex-control-paging li a{width:11px;height:11px;display:block;background:#e7e7e7;cursor:pointer;line-height: 24px;color: #333;font-size: 14px;text-align: center;text-indent: -9999px;margin: 0 auto;border-radius: 50%;}
#home_slider2 .flex-control-paging li a.flex-active{background:#416fb8;width:30px;border-radius: 6px;height: 11px;}
.part6 .img img{width: 100%;height: auto;}
.part06{padding-top: 20px;}
.part6 p{text-align: center;color: #666;font-size: 14px;line-height:24px;}
.part6 h5{color: #333;font-size: 16px;font-weight: bold;margin-bottom: 15px;text-align: center;padding-top: 20px;}
.honor{padding-top: 15px;}
.honor li{float: left;width: 48.5%;color: #333;font-size: 14px;margin: 10px 3% 10px 0;}
.honor li:nth-child(2n){margin-right: 0;}
.honor li img{width: 100%;height: auto;}
.honor li p{border:1px solid #eee;border-top: none;line-height:4.2rem;}
.we .more a{margin-top: 30px;}
.tabbox .tab{text-align: center;margin-top:20px;}
.tab li{display:block;width:23.875%;margin-right:1.5%;height:35px;line-height:35px;background: #eee;color: #333;font-size:14px;font-weight:400;float: left;}
.tab li:nth-child(4){margin-right: 0;}
.tab li.on{color: #fff;background:#416fb8;}
.tab_con .show{padding-top:0.7rem;}
.show li{border-bottom: 1px solid #e5e5e5;padding:18px 0;}
.show li a .time{font-family: arial;display: inline-block;width:20%;background: #eee;color: #999;text-align: center;font-size:12px;padding:16px 0 10px 0;word-break: break-all;line-height: 1.3rem;}
.show li a .wz{width: 75%;}
.show li a h3{color: #333;font-size:15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;margin-bottom:7px;margin-top: -4px;}
.show li a p{color: #666;font-size:14px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;
line-clamp: 2;-webkit-box-orient: vertical;}
.show li:hover a h3{color:#416fb8;}
.show li:hover a .time{background:#416fb8;color: #fff;}
.show li a .time b{display: block;font-size:28px;padding-bottom:11px;}
.show li:hover a .time b{color: #fff;}
.top-back{position: fixed;right:3%;bottom: 75px;z-index: 20;}
.top-back a img{display: block;width:5rem;height:5rem;}
.foot{ overflow:hidden; position:fixed; bottom:0; left:0; right:0; max-width:640px;margin:0 auto; z-index:9}
.foot ul{ overflow:hidden}
.foot ul li{ float:left; width:25%; background:#416fb8 url("../images/line.jpg") no-repeat right center;padding:8px 0 11px 0;background-size:1px 68%;}
.foot ul li:last-child{background:#416fb8;}
.foot ul li.on{ background:#fc8f2a}
.foot ul li h2{ text-align:center}
.foot ul li h2 img{ width:auto; height:20px; margin-bottom:6px}
.foot ul li h3{ text-align:center; font-size:15px; color:#ffffff; line-height:1.5rem}
.main{padding-bottom: 60px;}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 10%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	position: relative;
	padding: 0;

}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 50px;
	margin-top: -25px;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	margin: 0 6px;
	cursor: pointer;
}

.banner-box {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.swiper-container {
	width: 100%;
	margin: 12px 0 20px 0;
}
.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scale(.8);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
}
.swiper-slide-active, .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.swiper-slide img {
	width: 100%;
	display: block;
}
.swiper-pagination {
	position: relative;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background:#fc8f2a;
}
.jdal{padding-top: 20px;}
.jdal .jdal_type {text-align: center;margin-bottom: 0.5rem;}
.jdal .jdal_type li {display: inline-block;vertical-align: middle;width: 25%;color: #666;font-size: 14px;background: url("../images/ico.png") no-repeat center top;padding-top: 32px;background-size:auto 25px}
.jdal .jdal_type li:nth-child(2){background: url("../images/ico2.png") no-repeat center top;background-size:auto 25px}
.jdal .jdal_type li.on {color: #416fb8;background: url("../images/ico01.png") no-repeat center top;background-size:auto 25px}
.jdal .jdal_type li.on:nth-child(2) {color: #416fb8;background: url("../images/ico02.png") no-repeat center top;background-size:auto 25px}
.jdal .jdal_type li:nth-child(3){background: url("../images/ico3.png") no-repeat center top;background-size:auto 25px}
.jdal .jdal_type li.on:nth-child(3) {color: #416fb8;background: url("../images/ico03.png") no-repeat center top;background-size:auto 25px}
.jdal .jdal_type li:nth-child(4){background: url("../images/ico4.png") no-repeat center top;background-size:auto 25px}
.jdal .jdal_type li.on:nth-child(4) {color: #416fb8;background: url("../images/ico04.png") no-repeat center top;background-size:auto 25px}
.jdal .jdal_con {text-align: center;padding-top: 15px;}
.jdal .jdal_con img{width: 100%;height: auto;}
.jdal .jdal_con h5{
    color: #333;
    font-size: 16px;
    margin: 15px 0;
    font-weight: bold;
}
.jdal .jdal_con p{color: #666;
    font-size: 14px;
    line-height: 24px;
}
.iconbef:before {
	
	background-size: 1.4rem auto;
	vertical-align: middle;
}
.cateList {
	width: 100%;
	line-height:50px;
	text-align: center;
	background: #f4f6f8;
	color: #416fb8;
	position: relative;
	margin-top: 7.2rem;
	
}
.cateList .goBack {
width: 22px;
height: 50px;
position: absolute;
left: 3%;
top: 0;
z-index: 5;
background: url(../images/back.png) no-repeat center;
background-size: 22px auto;
}

.cateList h3 {
	position: relative;
    font-size: 16px;
	
}
.cateList h3 s {
position: absolute;
right:3%;
width: 17px;
height: 50px;
margin-left: .1rem;
background: url(../images/xiala.png) no-repeat center;
background-size: 17px auto;
display: none;
}
.cateList .box {
	width: 100%;
    padding: 10px 3% 0;
	z-index: 11;
	background: #fff;
	display: none;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.cateList .box a {
	width: 48.5%;
	margin-right: 3%;
    margin-bottom:10px;
    height: 35px;
    line-height: 33px;
	border: 1px solid #e3e3e3;
    font-size: 15px;
	text-align: center;
	display: block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cateList .box a:nth-child(2n) {
	margin-right: 0;
}
.cateList .box a.on,.cateList .box a:hover {
	border-color: #416fb8;
	color: #416fb8;
}
.product{padding: 25px 0 40px 0;}
.product li{float: left;width: 48.5%;margin-right: 3%;text-align: center;margin-bottom: 20px;border:1px solid #e3e3e3;}
.product li:nth-child(2n){margin-right: 0;}
.product li img{width:auto;height:140px;display: block;margin: 0 auto;}
.product li a p,.product li p{color: #666;font-size: 14px;line-height: 24px;padding: 10px 2%; white-space: nowrap;border-top:1px solid #e3e3e3;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all}
.product li:hover a p{color: #416fb8;}
.bigimg{position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.9;filter: Alpha(opacity=90);z-index:101;transition:all 1s;display: none}
.imgbox>img{width:100%;}
.imgbox:hover{cursor:zoom-in}
.mask:hover{cursor:zoom-out}
.mask>img{position: fixed;right:10px;top:1rem;width:30px;height:30px;}
.mask>img:hover{cursor:pointer}
.about{padding: 25px 0 40px 0;}.about .tpp{margin-bottom: 1.5rem;}.about .name{padding-bottom: 1.5rem;}.about .name span{display: block;}
.about img{width: 100%;height: auto;}
.about p{color:#666;font-size:14px;line-height: 24px;}
.about .a-pic{margin-top: 1.5rem;}
.about h1{color: #333;font-size:16px;font-weight: bold;margin: 20px 0;}
.about2{padding: 0px 3% 40px 3%;}
.about2 h3{color: #333;font-size:16px;margin-bottom: 10px;position: relative;margin-top: 30px;}
.about2 p{width:#666;font-size:14px;line-height: 24px;margin-left: 6px;}
.about2 h3 span{display: block;width: 20px;height: 20px;border-radius: 50%;position: absolute;left: 0;top: -5px;background: #416fb8;z-index: 0;}
.about2 h3 em{background: #ababab;height: 1px;width: 30px;display: block;margin-top: 10px;margin-left: 8px;}
.about2 h3 strong{display:inline-block;position: relative;z-index: 1;padding-left: 6px;}
.about2 h3 span.color{background: #48ba9f;}
.contact{padding: 25px 0 40px 0;}
.contact h2{ font-size:16px; color:#333; margin-bottom:10px;font-weight: bold;}
.contact p{ font-size:14px; color:#666666; line-height:24px;text-align:justify}
.contact p span{color:#333}
.contact .map{margin:25px 0}
.contact .online p{font-size:14px; color:#666; line-height:24px;}
.online textarea{-webkit-text-fill-color: #666;width:100%;border: none;background-color: #f6f6f6;height:80px;font-family: Arial, Helvetica, sans-serif;padding: 10px 2%;color:#333;font-size:14px;resize: none;outline: none;}
.online input{-webkit-text-fill-color: #666;;border: none;background-color: #f6f6f6;font-family: Arial, Helvetica, sans-serif;padding:0 3%;height:35px;width:96%;color:#333;font-size:14px;}
.Validform_wrong{color:#FF0000;white-space:nowrap;background:url(../images/error.png) no-repeat left center;display: block;clear: both;position: absolute;}
.Validform_loading{padding-left:19px;background:url(../images/onLoad.gif) no-repeat left center;}
.Validform_error{background-color:#ffe7e7;border:1px solid #FF3300;}
.online input.feedbackBtn_1,.online input.feedbackBtn_2{width:110px;padding: 0;background-color: #416fb8;-webkit-text-fill-color: #fff;color: #fff;font-size: 16px;margin-top:15px; cursor: pointer;margin-right:10px;}
.online input.feedbackBtn_2{background: #969696;}
.online{padding:0px 0 60px 0;}
.online td.cha .Validform_wrong{padding-left:4%;top: 67px;}
.online td{position: relative;display: block;background-color: #f6f6f6;margin-top:10px;height:35px;padding: 0 3%}
.online td em{color: #f00;display: inline-block;float: left;height: 35px;line-height: 35px;}
.online td.yzm .Validform_wrong{top: 67px;background: none;left: 0;}
.contact .td2{height: auto;}
.contact .td3{height:auto;background: none;padding: 0;}
​.inside_text05{margin-bottom:1rem;}
.inside_text05 .text05_nav{ overflow:hidden; text-align:center;margin-bottom:20px;}
.inside_text05 .text05_nav h2{ font-size:16px; color:#333333;padding:0px 0 5px 0;font-weight: bold;}
.inside_text05 .text05_nav h3 span{ font-size:13px; color:#999; padding:0 5px;}
.inside_text05 .text05_nav h3{padding-bottom:10px;}
.inside_text05 .text05{ overflow:hidden; padding-bottom:2rem;}
.inside_text05 .text05 p{ font-size:14px; color:#666; line-height:24px;text-indent: 26px;}
.inside_text05 .fy{overflow:hidden; padding:30px 0;}
.inside_text05 .fy h2{ overflow:hidden; line-height:26px;}
.inside_text05 .fy h2 span{ font-size:14px;color:#416fb8;font-weight: bold;}
.inside_text05 .fy h2 a{ font-size:14px; color:#666}
.inside_text05 img,.inside_text05 p img{width:100%;height: auto;display: block;margin: 15px auto;text-indent:0;}
.detailbox{padding: 30px 0 40px 0;}
.top_box h4{color: #416fb8;font-size: 16px;font-weight: bold;padding:25px 0 15px 0;}
.top_box .jieshao{color: #666;font-size: 14px;line-height: 24px;}
.top_box .jieshao p{text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;}
.top_box .call{color: #416fb8;font-size:18px;font-family: arial;padding-left:35px;background: url("../images/tel.jpg") no-repeat left center;margin:20px 0 30px 0;background-size: auto 32px;}
.top_box .call span{display:block;color: #333;font-size: 14px;}
.products_box {padding: 30px 0 50px 0;}
.cp-name{border-bottom: 1px solid #ebecec;margin: 36px 0 20px 0;}
.cp-name span{display: inline-block;width: 120px;height: 35px;text-align: center;line-height: 33px;background:#416fb8;color: #fff;font-size: 16px;}
.down_box p{color: #666;font-size: 14px;line-height: 28px;}
.down_box p strong{color: #333;}
.top_box .left img{width: 100%;height: auto;}
.top_box .left{border:1px solid #dcdcdc;}
