/*首页*/
	body{overflow-x:hidden;}
	table{border-collapse:collapse;}
	/*回到顶部*/
	.top{width:40px;height:40px;position:fixed;right:10px;bottom:20px;display:none;z-index:999;}
	/*头部*/
	.header{width:100%;height:auto;background:#4e4e4e;overflow:hidden;}
	.center{max-width:1200px;width:100%;margin:0 auto;clear:both;/*overflow:hidden;*/}
	.head_home{width:auto;height:32px;line-height:32px;padding:5px 0;float:left;}
	.head_span1,.head_span2{width:auto;line-height:32px;height:32px;font-size:12px;color:#cfcfcf;display:block;float:left;position:relative;}
	.head_span1{padding-left:20px;padding-right:10px;}
	.head_span2{padding-left:10px;}
	.head_span1:before{
		content: '';
		display: block;
		width:13px;
		height:12px;
		position:absolute;
		top:50%;
		left:0;
		margin-top:-6px;
		background:url(../images/home.png) no-repeat;
		background-size:13px 12px;
	}
	.head_span1:after{
		content: '';
		display: block;
		width:1px;
		height:13px;
		position:absolute;
		top:50%;
		right:0;
		margin-top:-6.5px;
		background:#6f6f6f;
	}
	.head_span2:after{
		content: '';
		display: block;
		width:1px;
		height:13px;
		position:absolute;
		top:50%;
		left:0;
		margin-top:-6.5px;
		background:#595959;
	}
	
	.head_right{width:auto;height:32px;padding:5px 0;float:right;overflow:hidden;}
	.head_login,.head_language{width:auto;height:32px;line-height:32px;float:left;color:#fff;}
	.login,.enroll{width:auto;height:32px;line-height:32px;font-size:12px;padding-right:12px;float:left;position:relative;color:#c7c7c7;}
	.login:hover,.enroll:hover{color:#fff;}
	.enroll{padding-left:8px;}
	.login:after,.enroll:after{
		content: '';
		display: block;
		width:1px;
		height:13px;
		position:absolute;
		top:50%;
		right:1px;
		margin-top:-6.5px;
		background:#6f6f6f;
		
	}
	.login:before,.enroll:before{
		content: '';
		display: block;
		width:1px;
		height:13px;
		position:absolute;
		top:50%;
		right:0;
		margin-top:-6.5px;
		background:#595959;
		
	}
	/*语言*/
	.head_language{padding-left:14px;}
	.ch,.en,.head_language span{width:auto;line-height:32px;font-size:12px;color:#a3a3a3;display:block;float:left;}
	.head_language span{width:14px;text-align:center;}
	.ch:hover,.en:hover{color:#fff;}
	.ch,.en{padding-left:32px;position:relative;}
	.ch:after{
		content:'';
		display:block;
		width:27px;
		height:24px;
		background:url(../images/ch.png);
		background-size:27px 24px;
		position:absolute;
		top:50%;
		left:0;
		margin-top:-12px;
	}
	.en:after{
		content:'';
		display:block;
		width:27px;
		height:24px;
		background:url(../images/en.png);
		background-size:27px 24px;
		position:absolute;
		top:50%;
		left:0;
		margin-top:-12px;
	}
	/*导航*/
	#logomob{display: none;}
	.navwrap{width:100%;height:auto;padding:8px 0;background:#fff;overflow:hidden;border-bottom:1px solid #e5e5e5;}
	.navcent{max-width:1200px;width:100%;height:auto;clear:both;margin:0 auto}
	.logo{height:78px;display:block;float:left;}
	.logo img{max-height: 100%;width: auto;}
	
	.navlist{width:auto;height:32px;padding:15px 0;float:left;margin-left:90px;margin-top: 9px;}
	.navlist li{width:auto;height:32px;padding:0 16px;float:left;position:relative;}
	.navlist li.active a{color:#22ac70;font-weight: bold;}
	.nav_a{width:auto;height:32px;line-height:32px;font-size:14px;color:#555;}
	.navlist li.pro_point{padding-left:0;padding-right:36px;position:relative;}
	/*.navlist li:last-child{padding-right:0;}*/
	.point_down{width:16px;height:10px;display:block;position:absolute;top:50%;right:12px;margin-top:-5px;cursor:pointer;background:url(../images/point_down.png) no-repeat;}
	.navlist li.pro_point span.active{background:url(../images/point_down_active.png) no-repeat!important;}
	.point_down img{width:16px;height:10px;display:none;}
	
	.search{width:230px;height:32px;margin:15px 0;position:relative;float:right;border:1px solid #ddd;margin-top: 23px;
		-moz-border-radius: 16px; /* Firefox */
		-webkit-border-radius: 16px; /* Safari 和 Chrome */
		border-radius: 16px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	}
	.search_input{width:176px;line-height:24px;padding:4px 0 4px 16px;}
	.search_btn{width:20px;height:20px;display:block;position:absolute;top:50%;right:16px;margin-top:-10px;cursor:pointer;z-index:3;}
	
	.pull_down{max-width:1200px;width:100%;min-height:248px;margin:0 auto;position:absolute;left:50%;top:133px;margin-left:-600px;display:none;z-index:99;}
	.pull_tit{max-width:289px;width:24.1%;min-height:150px;background:#4e4e4e;padding:17px 0 17px;float:left;}
	.pull_tit li{width:80%;height:32px;line-height:32px;padding:5px 0 5px 20%;font-size:14px;color:#fff;margin-bottom:7px;overflow:hidden;position:relative;}
	.pull_tit li a.pull_a{display:inline-block;line-height:32px;font-size:14px;color:#fff;}
	.pull_tit li:hover,.pull_tit li.active{background:#19893b;}
	.pull_tit li:after{
		content: '';
		display: block;
		width:9px;
		height:17px;
		position:absolute;
		top:50%;
		right:15px;
		margin-top:-8.5px;
		background:url(../images/point_left.png) no-repeat;
	}
	.pull_tit .picture_bg{
		content: '';
		display: block;
		width:34px;
		height:42px;
		position:absolute;
		top:50%;
		left:5%;
		margin-top:-21px;
		
	}	
	
	
	.pull_box{max-width:911px;width:75.9%;min-height:248px;height:auto;float:right;}
	.pull_cont{width:auto;height:auto;padding:20px 35px 10px;background:#fff;min-height:146px;position:relative;display:none;}
	.pull_cont_tit{width:auto;height:auto;clear:both;overflow:hidden;}
	.cont_tit_list{width:auto;height:auto;overflow:hidden;float:left;}
	.pull_cont_tit .cont_tit_a{width:110px;height:30px;line-height:30px;font-size:14px;color:#19893b;background:#fff;border:1px solid #19893b;text-align:center;float:left;margin-right:7px;cursor:pointer;margin-bottom:7px;}
	.pull_cont_tit li.cont_tit_active{background:#19893b;color:#fff;}
	.cont_more{width:50px;height:17px;line-height:17px;color:#fff;font-size:14px;background:#4e4e4e;text-align:center;float:right;
		-moz-border-radius: 8.5px; /* Firefox */
		-webkit-border-radius: 8.5px; /* Safari 和 Chrome */
		border-radius: 8.5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	}
	.pull_cont_wrap{width:100%;height:auto;overflow:hidden;position:relative;z-index:3;}
	.pull_cont_box{width:100%;height:auto;overflow:hidden;display:none;}
	.pull_pad{padding-top:6px;}
	.pull_list{width:100%;height:auto;overflow:hidden;}
	.pull_list li{width:33.33%;height:auto;overflow:hidden;float:left;margin-bottom:6px;}
	.pull_list_a{width:auto;height:48px;clear:both;overflow:hidden;}
	.pull_list_img{width:56px;height:48px;float:left;}
	.pull_list_p{max-width:170px;line-height:20px;height:40px;font-size:14px;color:#555;float:left;overflow:hidden;display: block;padding:4px 0;padding-left:12px;padding-right:8px;}
	.pull_list_p:hover{color:#19893b;}
	.pro_bigimg{width:510px;height:460px;display:block;position:absolute;bottom:-155px;right:-163px;z-index:1;}
	
	
	/*主体部分*/
	.wrap{width:100%;height:auto;background:#f5f5f5;position:relative;padding-top:1px;overflow:hidden;}
	.opac{width:100%;height:100%;background:#000;position:absolute;top:0;left:0;opacity: 0.8;filter:alpha(opacity=80);z-index:11;display:none;}
	
	/*banner图*/
	.banner{width:100%;max-height:430px;background:url(../images/bannerbg.png) center center no-repeat #f5f5f5;background-size:1920px 154px;padding-top:30px;}
	.bannerbox{max-width:1200px;width:100%;margin:0 auto;}
	.single_box{width:100%;max-height:430px;overflow:hidden;}
	.single_box img{width:100%;max-height:430px;overflow:hidden;display:block;}
	.bannerbox .slick-dots{bottom:40px;}
	.bannerbox .slick-dots li{width:13px;height:13px;margin:0 6.5px;}
	.bannerbox .slick-dots li button{width:13px;height:13px;padding:0;background:url(../images/dot.png) no-repeat;}
	.bannerbox .slick-dots li button:before {display:none;}
	.bannerbox .slick-dots li.slick-active button{background:url(../images/dot_active.png) no-repeat;}
	.bannerbox .slick-prev,.bannerbox .slick-next{width:30px;height:54px;margin-top:-27px;}
	.bannerbox .slick-prev,.about_img .slick-prev{background:url(../images/banner_prev.png) no-repeat;left:0;}
	.bannerbox .slick-next,.about_img .slick-next{background:url(../images/banner_next.png) no-repeat;right:0;}
	.bannerbox .slick-prev:before,.bannerbox .slick-next:before,.about_img .slick-prev:before,.about_img .slick-next:before{display:none;}
	.bannerbox .slick-prev:hover,.about_img .slick-prev:hover{background:url(../images/banner_prev_active.png) no-repeat;}
	.bannerbox .slick-next:hover,.about_img .slick-next:hover{background:url(../images/banner_next_active.png) no-repeat;}
/*行业分类*/
	.module{width:100%;height:auto;/*overflow:hidden;*/padding-top:42px;}
	.module_tit{width:100%;height:40px;padding-bottom:20px;}
	.module_a{width:auto;height:40px;line-height:40px;font-size:22px;color:#555;padding-left:33px;position:relative;display:inline-block;}
	.module_a:after{
		content: '';
		display: block;
		width:20px;
		height:20px;
		position:absolute;
		top:50%;
		left:0;
		margin-top:-10px;
	}
	.home_icon1:after{
		background:url(../images/home_icon1.png) center center no-repeat;
		background-size:20px 20px;
	}
	
	.module_list{width:102.5%;height:auto;overflow:hidden;margin-left:-1.25%;}
	.module_list li{width:30.83%;height:auto;margin-bottom:25px;float:left;overflow:hidden;padding:0 1.25%;}
	.module_li_a{width:100%;height:auto;position:relative;overflow:hidden;}
	.fenlei_img{width:100%;height:auto;overflow:hidden;}
	.fenlei_img img{max-width:378px;height:240px;display:block;width:100%;transition: transform 1s;}
	.module_li_a:hover .fenlei_img img{transform: scale(1.1,1.1);}
	.fenlei_box{width:80%;height:230px;position:absolute;top:196px;left:0;padding:0 10%;overflow:hidden;
		transition: all 1s;
		-moz-transition: all 1s; 
		-webkit-transition: all 1s; 
		-o-transition: all 1s;
	}
	
	.fenlei_tit{width:100%;height:44px;line-height:44px;font-size:16px;color:#fff;text-align:center;}
	.fenlei_span{position:relative;padding-left:0px;line-height:44px;display: inline-block;}
	.fenlei_span:after{
		content: '';
		display: none;
		width:30px;
		height:30px;
		position:absolute;
		left:0;
		top:7px;
		
	}
	.fenlei_box1{background:rgba(31,80,154,0.8);}
	.fenlei_box2{background:rgba(139,139,139,0.8);}
	.fenlei_box3{background:rgba(25,85,183,0.8);}
	.fenlei_box4{background:rgba(30,135,225,0.8);}
	.fenlei_box5{background:rgba(23,22,36,0.8);}
	.fenlei_box6{background:rgba(111,169,40,0.8);}
	.fenlei_box7{background:rgba(14,182,220,0.8);}
	.fenlei_box8{background:rgba(250,170,48,0.8);}
	.fenlei_box9{background:rgba(151,1,13,0.8);}
	
	/*.fenlei_box1 .fenlei_span:after{background:url(../images/fenlei_icon1.png) no-repeat;background-size:30px 30px;}*/
	.fenlei_box2 .fenlei_span:after{background:url(../images/fenlei_icon2.png) no-repeat;background-size:30px 30px;}
	.fenlei_box3 .fenlei_span:after{background:url(../images/fenlei_icon3.png) no-repeat;background-size:30px 30px;}
	.fenlei_box4 .fenlei_span:after{background:url(../images/fenlei_icon4.png) no-repeat;background-size:30px 30px;}
	.fenlei_box5 .fenlei_span:after{background:url(../images/fenlei_icon5.png) no-repeat;background-size:30px 30px;}
	.fenlei_box6 .fenlei_span:after{background:url(../images/fenlei_icon6.png) no-repeat;background-size:30px 30px;}
	.fenlei_box7 .fenlei_span:after{background:url(../images/fenlei_icon7.png) no-repeat;background-size:30px 30px;}
	.fenlei_box8 .fenlei_span:after{background:url(../images/fenlei_icon8.png) no-repeat;background-size:30px 30px;}
	.fenlei_box9 .fenlei_span:after{background:url(../images/fenlei_icon9.png) no-repeat;background-size:30px 30px;}
	
	.fenlei_p{height:auto;line-height:26px;max-height:130px;font-size:12px;color:#fff;padding-top:15px;overflow:hidden;}
/* 	.module_li_a:hover .fenlei_box{top:0px;padding-top:10px;} */
/*应用展示*/
	.apply_wrap{padding-top:10px;}
	.home_icon2:after{
		background:url(../images/home_icon2.png) center center no-repeat;
		background-size:20px 20px;
	}
	.apply_list{width:102%;height:auto;margin-left:-10px;overflow:hidden;}
	.apply_list .apply_li{width:25%;height:auto;overflow:hidden;float:left;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

	}
	.apply_box{max-width:285px;width:auto;height:400px;overflow:hidden;border:1px solid #ebebeb;padding-top:30px;margin:0 10px;background:#fff;margin-bottom:10px;}
	.apply_box:hover{
	    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.1);
	    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
	    -webkit-transform: translate3d(0, -2px, 0);
	    transform: translate3d(0, -2px, 0)
	}
	.apply_single{max-width:235px;width:auto;height:100%;padding:0 25px;}
	.apply_single h4{width:100%;line-height:24px;height:48px;margin:0px 0 5px;font-size:16px;color:#666;overflow:hidden;text-align:center;font-weight:normal;}
	.apply_single p{width:100%;line-height:22px;height:44px;font-size:12px;color:#666;overflow:hidden;text-align:center;}
	.apply_a{max-width:123px;width:100%;height:28px;line-height:28px;font-size:12px;color:#fff;background:#22ac70;text-align:center;margin:10px auto 30px;}
	.apply_img{width:100%;height:auto;overflow:hidden;text-align:center;}
	.apply_img img{max-width:100%;margin:0 auto;transition: transform 1s;}
	.apply_img:hover img{transform: scale(1.1,1.1);}
	.apply_box .slick-prev,.apply_box .slick-next{
		width:24px;height:48px;margin-top:-12px;z-index:9;
	}
	.apply_box .slick-prev{background:url(../images/apply_prev.jpg) no-repeat;left:0;}
	.apply_box .slick-next{background:url(../images/apply_next.jpg) no-repeat;right:0;}
	
	.apply_box .slick-prev:before,.apply_box .slick-next:before{display:none;}
	.apply_box .slick-dots{bottom:-30px;}
	.apply_box .slick-dots>li{width:12px;height:12px;border:1px solid #cdcdcd;background:#fff;overflow:hidden;
		-moz-border-radius: 50%; /* Firefox */
		-webkit-border-radius: 50%; /* Safari 和 Chrome */
		border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */}
	.apply_box .slick-dots li button{width:12px;height:12px;padding:0;}
	.apply_box .slick-dots li button:before{display:none;}
	.apply_box .slick-dots li.slick-active button{border:1px solid #22ac70;background:#22ac70;}
/*公司介绍*/
	.abo_wrap{width:100%;height:auto;overflow:hidden;background:url(../images/abo_wrap.png) center bottom no-repeat;padding-bottom:50px;}
	.home_icon3:after{
		background:url(../images/home_icon3.png) center center no-repeat;
		background-size:20px 20px;
	}
	.abo_img{width:38.83%;max-height:290px;overflow:hidden;float:left;}
	.abo_img img{max-width:100%;max-height:290px;}
	.abo_cont{width:55.66%;height:auto;overflow:hidden;padding:63px 1.67% 0;float:right;}
	.abo_cont_p{width:100%;height:auto;line-height:25px;font-size:14px;color:#666;text-indent:2em;margin-top: 30px;}
	.abo_cont_p:nth-of-type(1){margin-top:0px;}
/*公司新闻*/
	.news_wrap{padding-top:0;}
	.home_icon4:after{
		background:url(../images/home_icon4.png) center center no-repeat;
		background-size:20px 20px;
	}
	.news_list{width:101%;height:auto;overflow:hidden;margin-left:-6px;margin-bottom:45px;}
	.news_li{width:25%;height:auto;float:left;overflow:hidden;}
	.news_a{width:auto;height:auto;padding:0 6px;overflow:hidden;}
	.news_img{width:100%;height:auto;overflow:hidden;}
	.news_img img{transition: transform 1s;display:block;}
	.news_img:hover img{transform: scale(1.1,1.1);}
	
	.news_box{width:auto;padding:15px;background:#fff;}
	.news_box h4{width:auto;line-height:25px;height:25px;font-size:12px;color:#666;font-weight:normal;overflow:hidden;padding-bottom:5px;}
	.news_box p{width:auto;line-height:25px;height:50px;font-size:12px;color:#666;overflow:hidden;}
/*底部*/
	.footer{width:100%;height:auto;background:#4e4e4e;padding:78px 0 69px;overflow:hidden;}
	.dizhibox{max-width:400px;width:33.33%;height:auto;float:left;}
	.dizhibox p{color:#cfcfcf;font-size:12px;line-height:36px;height:auto;}
	.foot_nav{width:9.2%;height:auto;overflow:hidden;padding-left:3%;float:left;}
	.foot_nav_li{width:100%;height:36px;}
	.foot_nav_li a{display:inline-block;height:36px;line-height:36px;font-size:14px;color:#cfcfcf;}
	.foot_nav_li a:hover{color:#fff;}
	.foot_navbor,.foot_navlast{width:14.2%;position:relative;padding-left:0;}
	.foot_navbor .foot_nav_li,.foot_navlast .foot_nav_li{text-align:center;}
	.foot_navbor:before,.foot_navbor:after{
		content: '';
		display: block;
		width:1px;
		height:120px;
		background:#606060;
		position:absolute;
		top:50%;
		right:0;
		margin-top:-60px;
	}
	.foot_navbor:before{
		left:0;
	}
	.foot_navbor:after{
		right:0;
	}
	.ewm_box{width:26%;height:auto;overflow:hidden;float:right;}
	.ewm_img1{width:46.4%;max-width:145px;height:145px;display:block;float:left;}
	.ewm_img2{width:46.4%;max-width:145px;height:145px;display:block;float:left;margin-left:7%}
	.ewm_img2 img{display:block;}
	.ewm_img1 img{vertical-align:middle;}
/*产品中心*/
	.pro_banner{max-width:1200px;width:100%;height:auto;margin:0 auto;position:relative;}
	.pro_banner img{width:100%;height:auto;display:block;}
	.pro_box_bg{width:21.08%;height:100%;position:absolute;top:0;right:0;background:url(../images/pro_box_bg.png) repeat;z-index:3;padding-left:1.67%;}
	.pro_box_h4{width:73.3%;max-height:80px;line-height:40px;font-size:30px;color:#fff;font-weight:normal;margin-top:33px;margin-bottom:20px;overflow:hidden;}
	.pro_box_p{width:78.8%;line-height:24px;overflow:hidden;color:#fff;font-size:14px;}
	.pro_btn{/*width:36%;*/width:92px;height:29px;line-height:29px;font-size:14px;color:#fff;border:1px solid #fff;text-align:center;margin-top:10px;}
	
	.pro_tit{width:100%;height:auto;margin-top:10px;max-height:62px;overflow:hidden;}
	.pro_tit .slick-dots{display:none !important;}
	.pro_tit .slick-list .slick-track{border-bottom:2px solid #e6e6e6;width:100%!important;}
	.pro_tit_box{width:auto;height:36px;line-height:36px;padding:11px 24px;position:relative;}
	.pro_tit_box:after{
		content: '';
		display:block;
		width:1px;
		height:16px;
		background:#d7d7d7;
		position:absolute;
		top:50%;
		right:0;
		margin-top:-8px;
	}
	.pro_tit .slick-slide:last-child .pro_tit_box:after{display:none;}
	.pro_tit_box a{width:auto;height:36px;line-height:36px;font-size:14px;color:#858585;text-align:center;}
	.pro_tit div.active .pro_tit_box:before,.pro_tit .slick-slide:hover .pro_tit_box:before{
		content: '';
		display:block;
		width:100%;
		/* max-width:120px; */
		height:4px;
		background:#19893b;
		position:absolute;
		bottom:-2px;
		left:0;
	
	}
	.pro_cont{width:102%;height:auto;overflow:hidden;clear:both;margin-left:-1%;padding:0px 0 30px;}
	.pro_cont_li{width:25%;height:350px;float:left;margin-bottom:20px;overflow:hidden;}
	.pro_cont_a{max-width:285px;width:92%;height:100%;margin:0 4%;border:1px solid #ebebeb;background:#fff;position:relative;}
	.pro_cont_img{width:100%;height:auto;overflow:hidden;}
	.pro_cont_img img{transition: transform 1s;display:block;}
	.pro_cont_a:hover .pro_cont_img img{transform: scale(1.1,1.1);}
	.pro_cont_box{width:auto;padding:16px 25px 0;}
	.pro_cont_h4{width:auto;height:48px;line-height:24px;font-size:14px;color:#555;font-weight:normal;text-align:center;overflow:hidden;}
	.pro_cont_p{width:auto;line-height:22px;height:44px;font-size:12px;color:#999;text-align:center;overflow:hidden;}
	
	.hoverbox{width:100%;height:auto;line-height:22px;padding:31px 30px;box-sizing: border-box;background:#19893b;position:absolute;bottom:0;left:0;overflow:hidden;display:none;z-index:3;}
	.hoverbox p{width:auto;height:66px;line-height:22px;font-size:12px;color:#fff;
		overflow:hidden;
	    text-overflow: ellipsis;
	    text-overflow: -o-ellipsis-lastline;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.pro_cont_a:hover .hoverbox{display:block;}
/*分页*/
	.pagelist{width:100%;height:38px;line-height:38px;text-align:center;overflow: hidden;padding-bottom:30px;padding-top: 30px;}
	.pagelist a,.pagelist span{width:auto;height:auto;padding:0 15px;background:#fff;border:1px solid #f0f0f0;display:inline-block;margin:0 2px;font-size:14px;}
	.pagelist span.current,.pagelist a.active,.pagelist a:hover{background:#e6e6e6;border:1px solid #e6e6e6;}
/*产品详情页*/
	.detail{padding-top: 5px;padding-bottom: 50px;overflow: hidden;}
.detail .title{padding-bottom: 20px;border-bottom: 1px solid #dadada;text-align: center;margin-bottom: 20px;}
.detail .title h1{font-size: 22px;font-weight: normal;padding-bottom: 15px;}
.detail .title span{line-height: 18px;font-family: arial;color: #999;margin-right: 14px;}
.detail .title span:last-child{margin-right: 0;}
.detail .title i{width: 23px;height: 16px;background-position: -73px 0;margin-right: 10px;}
.detail .title .i2{background-position: -104px 0;margin-left: 30px;}
.detail .context{color: #666;line-height: 30px;text-align: justify;padding-bottom: 45px;padding-top: 20px;}
.detail table{border-collapse:collapse;margin-top: 10px;} /*合并间距*/ 
.detail table,.detail table th,.detail table td{border:1px solid #ddd} /*表格带线框,6像素的间距*/ 
.detail table th,.detail table td{padding:6px;text-align: center;} /*单元格6像素的间距*/ 
.detail table th,.detail table .firstRow{background-color:#eee} /*表头带背景色*/ 

.detail .context img{max-width: 1200px;}
.reLink{height: 48px; line-height: 48px; padding: 0 15px; border: 1px solid #dddddd;}

.reLink .nextLink,

.reLink .prevLink{width: 50%; color: #666;}

.reLink .nextLink{text-align: right;}

.reLink a{display: inline; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}

.reLink a:hover{color: #0754a3;}
/*关于我们*/	
	.about_box{width:100%;height:auto;/*overflow:hidden;*/padding-top:30px;padding-bottom: 30px;}
	.about_img{max-width:500px;width:42%;float:left;position:relative;}
	.about_img .slick-prev,.about_img .slick-next{width:30px;height:54px;margin-top:-27px;}
	.about_cont{max-width:100%;width:100%;}
	.about_h4{width:100%;height:auto;line-height:30px;font-size:24px;color:#555;font-weight:normal;margin-bottom:30px;overflow:hidden;}
	.about_span,.about_p{width:100%;height:auto;line-height:25px;font-size:14px;color:#666;}
	.about_p{text-indent:2em;}
	
	.time_banner{width:100%;height:auto;overflow:hidden;padding-top:40px;padding-bottom:45px;}
	.time_box{width:148px;height:auto;min-height:200px;padding:0 12px;margin:0 auto;position:relative;}
	.time_tit{width:118px;height:118px;line-height:118px;font-size:30px;color:#19893b;text-align:center;margin:0 auto;position:relative;}
	.round_down{background:url(../images/round_down.png) no-repeat;}
	.round_up{background:url(../images/round_up.png) no-repeat;}
	.line_pointer{width:8px;height:52px;margin:6px auto 8px;display:block;}
	.time_cont{width:100%;height:auto;line-height:22px;font-size:12px;color:#666;text-align:center;padding-bottom:20px;}
	.line_sanjiao{width:38px;height:14px;display:block;position:absolute;top:50%;margin-top:-7px;left:-45px;z-index:9;}
	
	.time_banner .slick-track .slick-slide:first-child .line_sanjiao{display:none;}
	.abo_box1{width:100%;height:auto;overflow:hidden;border-top:1px dashed #dadada;padding-bottom:55px;}
	.time_banner .slick-dots{display:none !important;}
	/*荣誉资质*/
	.honor_box{width:100%;height:auto;overflow:hidden;padding-top:30px;}
	.honor_tit{width:auto;height:auto;line-height:30px;font-size:22px;color:#555;padding-left:25px;position:relative;}
	.honor_tit:after{
		content: '';
		display: block;
		width:12px;
		height:12px;
		position:absolute;
		top:9px;
		left:0;
		background:url(../images/huan.png) no-repeat;
	}
	.honor_ps{width:100%;height:auto;line-height:25px;font-size:14px;color:#666;margin-top:20px;}
	.honor_list{width:104%;height:auto;overflow:hidden;margin-top:30px;border-bottom:1px dashed #dadada;margin-left:-2%;}
	.honor_list li{width:21%;height:auto;overflow:hidden;background:#ededed;margin:0 2% 30px;padding-top:16px;float:left;}
	.honor_img{max-width:227px;width:100%;height:265px;margin:0 auto;}
	.honor_lip{width:auto;margin:15px 10px;height:30px;line-height:30px;font-size:14px;color:#333;overflow:hidden;text-align:center;}
	.honor_newlist{width:102.5%;height:auto;overflow:hidden;padding:28px 0 40px;margin-left:-1.25%;}
	.honor_newlist li{width:30.83%;min-height:160px;margin:0 1.25% 20px;float:left;}
	.honor_newbor{width:auto;min-height:160px;background:#fff;border:1px solid #d3d3d3;overflow:hidden;}
	.honor_newbox{max-width:99px;width:100%;height:auto;margin-left:20px;float:left;}
	.pdfbig{width:100%;height:auto;overflow:hidden;text-align:center;padding:15px 0;}
	.pdf_p{width:auto;line-height:24px;height:72px;font-size:14px;color:#666;overflow:hidden;}
	.honor_newbox1{max-width:240px;width:100%;min-height:160px;float:right;}
	.honor_tr{width:100%;height:auto;overflow:hidden;border-bottom:1px solid #e9e9e9;}
	.honor_th_span,.honor_td_span{height:54px;line-height:54px;font-size:14px;color:#555;overflow:hidden;display:block;float:left;}
	.honor_th_span{max-width:74px;width:31%;text-align:right;background:#f7f7f7;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;}
	.honor_td_span{max-width:155px;width:67%;text-align:left;padding-left:5px;}
	.cooper_list{width:101%;height:auto;overflow:hidden;margin-left:-0.5%;padding-bottom:32px;}
	.cooper_list li{width:19%;height:auto;overflow:hidden;margin:0 0.5% 16px;float:left;}
	.cooper_bor{width:auto;height:99px;overflow:hidden;border:1px solid #ededed;}
	.cooper_box{transition: transform 1s;padding:0;width:100%;height:100%;}
	.cooper_bor:hover .cooper_box{transform: scale(1.1,1.1);}
	.cooper_list li:hover{
		-webkit-box-shadow: 0 7px 14px rgba(0,0,0,0.1);
	    box-shadow: 0 7px 14px rgba(0,0,0,0.1);
	    -webkit-transform: translate3d(0, -2px, 0);
	    transform: translate3d(0, -2px, 0)
	}
	.cooper_h4{width:100%;height:40px;line-height:40px;font-size:14px;color:#555;overflow:hidden;text-align:center;display:none;}
	/*招聘信息*/
	.zhpin_dl{width:100%;height:auto;overflow:hidden;padding-bottom:80px;}
	.zhpin_dt{width:100%;height:auto;overflow:hidden;}
	.zhpin_box{position:relative;margin-bottom:20px;border:1px solid #ebe9ea;background:#fff;}
	.zhpin_box:after{
		content: '';
		display: block;
		width:3px;
		height:100%;
		background:#19893b;
		position:absolute;
		top:0;
		left:0;
	}
	.zhpin_tit{width:auto;height:auto;padding:15px 28px 0px 30px;position:relative;}
	.zhpin_h4{width:auto;min-height:30px;line-height:30px;font-size:26px;color:#19893b;padding-right:180px;}
	.zhpin_p{width:auto;height:30px;line-height:30px;font-size:14px;color:#333;margin:10px 0;overflow:hidden;padding-right:30px;}
	.zhpin_time{width:160px;height:30px;line-height:30px;font-size:14px;color:#999;overflow:hidden;position:absolute;top:16px;right:26px;}
	.zhpin_time span{width:100%;height:30px;line-height:30px;}
	.zhpin_dt_icon{
	    position: absolute;
	    right: 0px;
	    top: 8px;
	    display: block;
	    width: 27px;
	    height: 15px;
	    background: url("../images/zhpin_off.png") no-repeat;
	}	
	#zhpin_open .zhpin_dt_icon{
	    background: url("../images/zhpin_open.png") no-repeat;
	}
	.zhpin_dd{
		margin-left:35px;
		border-top:1px solid #ebe9ea;
		padding-bottom:50px;
    	display: none;
	}
	.zhpin_cont{width:100%;height:auto;overflow:hidden;}
	.zhpin_cont_list{width:auto;height:auto;padding-right:35px;}
	.zhpin_cont_li{width:100%;line-height:30px;font-size:12px;color:#555;overflow:hidden;clear:both;}
	.zhpin_cont_li span{width:215px;display:block;float:left;}
	.zhpin_cont_tit{width:auto;height:auto;line-height:30px;overflow:hidden;font-size:18px;color:#333;padding:25px 0;font-weight:normal;}
/*联系我们*/
	.contact_box{width:100%;height:auto;overflow:hidden;padding-top:30px;padding-bottom: 30px;}
	.cont_box{max-width:470px;width:39.2%;height:auto;overflow:hidden;float:left;}
	.cont_img{max-width:685px;width:57.1%;height:350px;float:right;}
	.cont_box_h4{width:auto;height:auto;line-height:30px;padding:0 5px;font-size:18px;color:#666;font-weight:normal;padding-left:15px;}
	.cont_box_list{width:auto;height:auto;padding-left:15px;}
	.cont_box_list li{width:100%;line-height:24px;font-size:14px;padding:6px 0;color:#666;}
	.cont_tel{width:100%;height:auto;padding:10px 0;margin-top:18px;overflow:hidden;}
	.cont_tel_span{width:auto;height:auto;line-height:30px;font-size:18px;color:#5b5b5b;padding-left:38px;margin-left:15px;float:left;position:relative;display:block;}
	.cont_tel_h4{width:auto;height:auto;line-height:30px;font-size:30px;color:#19893b;float:left;}
	.cont_tel_span:after{
		content: '';
		display: block;
		width:25px;
		height:25px;
		position:absolute;
		top:2.5px;
		left:2px;
		background:url(../images/cont_tel.png) no-repeat;
	}
	.cont_bshi{width:105.6%;height:auto;overflow:hidden;margin-left:-2.8%;padding-top:64px;padding-bottom:90px;}
	.bshi_box{width:27.73%;height:auto;overflow:hidden;margin:0 2.8% 20px;background:#fff;float:left;}
	.bshi_img{width:100%;height:auto;overflow:hidden;}
	.bshi_img img{width:100%;height:auto;overflow:hidden;display:block;transition: transform 2s;}
	.bshi_img:hover img{
		transform: scale(1.1,1.1);
	}
	.bshi_cont{width:auto;height:auto;padding:18px 18px 20px;min-height:230px;}
	.bshi_h4{width:auto;height:auto;line-height:30px;padding:8px 0;position:relative;font-size:18px;color:#555;border-bottom:2px solid #636873;display:inline-block;vertical-align:center;}
/*	.bshi_h4:after{
		content: '';
		display:block;
		width:35px;
		height:2px;
		background:#636873;
		position:absolute;
		bottom:0;
		left:0;
	}*/
	.bshi_list{width:100%;height:auto;overflow:hidden;padding-top:12px;}
	.bshi_list li{max-width:235px;width:auto;height:auto;line-height:24px;overflow:hidden;font-size:14px;color:#666;}
/*新闻中心*/

.fl {
    float: left;
}
.fr {
    float: right;
}
.icon {
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
}
.thumblist1 .item{border-bottom: 1px dotted #b0b0b0; padding: 30px 0; overflow: hidden;}
.thumblist1 .item,.thumblist1 .item .txt h3,.thumblist1 .item .txt .desc{font-family: 'PingFang SC', "microsoft yahei", "Arial";}
.thumblist1 .item:first-child{padding-top: 0;}
.thumblist1 .item a{display: block;}
.thumblist1 .item .img{width: 200px;height: 150px;overflow: hidden;}
.thumblist1 .item .img img{width: 100%;display: block;height: 100%;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.thumblist1 .item .img:hover img{transform: scale(1.06, 1.06);}
.thumblist1 .item .txt{width: 970px;}
.thumblist1 .item .txt2{width: 100%;}
.thumblist1 .item:hover *{color:#19893b;}
.thumblist1 .item .txt h3{font-size: 18px;line-height: 30px; font-weight:normal;}
.thumblist1 .item .txt .desc{padding-top: 10px;color: #999;height: 70px;overflow: hidden;line-height: 24px;margin-bottom: 12px;font-size:14px;}
.thumblist1 .item .txt span{display: inline-block; font-size: 12px; color: #b7b7b7; padding-right: 26px;}
.thumblist1 .item .txt span em{width: 20px;height: 18px;display: inline-block;margin-right: 10px;background-position: -196px -120px;}
.thumblist1 .item .txt span .time{background-position: -174px -121px;}
.news_tit{width:100%;height:auto;overflow:hidden;padding-top:40px;padding-bottom:10px;}

	.news_tit_a{width:105px;height:37px;line-height:37px;background:#b3b3b3;font-size:14px;color:#fff;float:left;text-align:center;border-right:1px solid #F5F5F5;margin-bottom:10px;}

	.news_tit_active{background:#198a3c;font-size:16px;font-weight:bold;}












/*解决方案*/
	.solu_list{width:103.2%;height:auto;overflow:hidden;margin-left:-1.6%;padding:27px 0 30px;}
	.solu_list li{width:30.13%;height:auto;overflow:hidden;margin:0 1.6% 25px;float:left;}
	.solu_a{width:auto;height:auto;padding:25px 20px;background:#fff;}
	.solu_img{width:100%;height:auto;overflow:hidden;}
	.solu_box{width:100%;height:auto;overflow:hidden;}
	.solu_h4{width:100%;height:30px;line-height:30px;font-size:18px;color:#000;font-weight:normal;overflow:hidden;margin-top:10px;}
	.solu_box p{max-width:195px;width:58.8%;line-height:24px;max-height:48px;font-size:14px;color:#999;float:left;overflow:hidden;}
	.solu_box span{max-width:122px;width:36.5%;height:24px;line-height:24px;font-size:14px;color:#fff;display:block;text-align:center;padding:8px 0;background:#22ac70;float:right;}
/*注册页面*/
	.enroll_wrap{width:100%;height:auto;background:#fff;background:url(../images/enrollbg.png) no-repeat;margin-top:35px;overflow:hidden;}
	.enroll_wel{width:auto;height:54px;line-height:54px;padding-left:22px;margin-left:26px;font-size:18px;color:#000;display:block;border-left:1px solid #e7e7e7;float:left;margin-top:4px;}
	.enroll_tit{width:100%;height:62px;overflow:hidden;}
	.enroll_zhhao{width:auto;height:24px;line-height:24px;font-size:18px;color:#333;padding:19px 0;float:right;}
	.login_a{display:inline;color:#19893b;}
	
	.enroll_box{width:100%;height:auto;display:block;background:#fff;margin-top:74px;position:relative;margin-bottom:68px;}
	.common_tit{width:100%;height:44px;overflow:hidden;position:absolute;top:-44px;left:0;}
	.common_a{width:149px;height:44px;line-height:44px;font-size:14px;color:#212121;float:left;background:#ededed;text-align:center;margin-right:1px;position:relative;}
	.common_active{background:#fff;}
	.common_active:after{
		content: '';
		display: block;
		width:100%;
		height:2px;
		position:absolute;
		top:0;
		left:0;
		background:#19893b;
	}
	.common_box{width:auto;height:auto;padding:30px 40px;overflow:hidden;}
	.common_left{width:50%;height:auto;position:relative;overflow:hidden;float:left;}
	.common_left:after{
		content: '';
		display: block;
		width:1px;
		height:540px;
		background:#e5e5e5;
		position:absolute;
		top:50%;
		right:0;
		margin-top:-270px;
	}
	.common_li{width:100%;height:auto;overflow:hidden;}
	.common_li_tit{width:auto;height:34px;line-height:34px;display:block;}
	.common_input{width:72%;height:34px;height:34px;border:1px solid #e3e3e3;}
	.common_input input{width:95%;height:24px;height:24px;font-size:14px;color:#212121;padding:5px 2%;}
	.common_span{color:#b3b3b3;width:100%;height:auto;line-height:24px;padding:5px 0;font-size:12px;}
	.common_li input[type=checkbox]{width:13px;height:13px;margin:6px 0;}
	.common_li label{font-size:14px;color:#555;width:auto;height:auto;line-height:30px;margin-left:5px;}
	
	.enroll_btn{width:172px;height:42px;line-height:42px;font-size:14px;color:#fffefe;text-align:center;background:#19893b;margin-top:15px;}
	.common_right{width:42.5%;height:auto;overflow:hidden;padding-left:6.7%;float:left;}
	.common_rt_tit{width:100%;height:30px;line-height:30px;font-size:14px;color:#555;padding-top:10px;font-weight:normal;}
	.common_rt_list{width:100%;height:auto;overflow:hidden;}
	.common_rt_li{width:100%;height:auto;overflow:hidden;float:left;padding:5px 0;}
	.common_rt_li input{width:13px;height:13px;margin:4px 0;display:block;float:left;}
	.common_rt_li label{padding-left:10px;font-size:12px;color:#555;line-height:21px;float:left;display:block;}
/*忘记密码*/
	.common_forget{max-width:400px;/*width:33.33%*/;height:auto;overflow:hidden;padding-left:30%;}
	.queren_btn{margin-top:30px;}
	.common_login{margin-top:40px;}
/*下载中心*/
	.common_download{width:100%;max-width:1140px;height:auto;overflow:hidden;background:#fff;overflow:hidden;}
	.marbot40{margin-bottom:45px;}
	.common_download_tit{width:100%;height:30px;line-height:30px;padding:13px 0;}
	.ziliao,.download{font-size:16px;color:#333;}
	.ziliao{float:left;max-width:134px;padding-left:3.33%;}
	.download{float:right;max-width:207px;padding-right:3.33%;position:relative;padding-left:38px;}
	.download:after{
		content: '';
		display: block;
		width:28px;
		height:30px;
		background:url(../images/pdf1.jpg) no-repeat;
		background-size:28px 30px;
		position:absolute;
		top:50%;
		left:0;
		margin-top:-15px;
	}
	.download_overflow{overflow-x:auto;width:100%;}
	.common_download_list{min-width:600px;width:100%;height:auto;overflow:hidden;margin-bottom:20px;}
	.common_download_li{width:100%;height:56px;line-height:56px;overflow:hidden;border-bottom:1px dashed #dfdfdf;}
	.common_download_li_tit{height:50px;line-height:50px;border-bottom:0;background:#ededed;}
	.download_li{font-size:14px;color:#333;}
	.common_download_li_tit .download_li{font-weight:bold;}
	.download_li{float:left;text-align:center;overflow:hidden;}
	.download_li1{width:11.75%;}
	.download_li2{width:19.45%;}
	.download_li3{width:47.5%;padding-left:2.5%;}
	.download_li4{width:25%;}
	.download_li5{width:25%;}
	.download_a{width:30px;height:28px;margin:14px auto;}
	.common_box .pagelist{padding-bottom:40px;}
	
/*登录*/
	.common_li_box{width:72%;height:36px;}
	.common_li_box .common_input{width:50%;float:left;}
	.common_yzm{width:65px;height:34px;float:left;background:#fff;margin-left:5px;}
	.common_li_lt{float:left;}
	.common_li_rt{float:right;}
	.common_li_box1{width:72%;height:36px;}
	.common_li_a{font-size:14px;color:#999;line-height:36px;height:36px;overflow:hidden;}
/*底部*/
	.foot_list{width:100%;height:auto;overflow:hidden;padding-top:10px;}
	.foot_list li{width:40px;height:40px;float:left;margin-left:5px;margin-bottom:5px;}
	.foot_list li img{width:40px;height:40px;display:block;}
		.pro_tit_tit{width:100%;height:auto;padding-top:30px;overflow:hidden;padding-bottom: 30px;}
		.pro_tit_a{    
			width: auto;
			padding-left: 10px;padding-right: 10px;
		    height: 38px;
		    line-height: 38px;
		    font-size: 14px;
		    color: #19893b;
		    background: #fff;
		    border: 1px solid #19893b;
		    text-align: center;
		    float: left;
		    margin-right: 7px;
		    margin-bottom: 0px;
		    cursor: pointer;
		    overflow: hidden;
		}
		.pro_tit_a.active,.pro_tit_a.active a,.pro_tit_a:hover,.pro_tit_a a:hover{
			background:#19893b;
			color:#fff;
		}
