/*首页*/

	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;

	}

	/*导航*/

	.navwrap{width:100%;height:auto;padding:13px 0;background:#fff;overflow:hidden;border-bottom:1px solid #e5e5e5;}

	.navcent{max-width:1200px;width:100%;height:auto;clear:both;margin:0 auto}

	.logo{width:156px;height:62px;display:block;float:left;}

	

	.navlist{width:auto;height:32px;padding:15px 0;float:left;margin-left:8%;}

	.navlist li{width:auto;height:32px;padding:0 16px;float:left;position:relative;}

	.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;

		-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:460px;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:432px;background:#4e4e4e;padding:11px 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:469px;height:auto;float:right;}

	.pull_cont{width:auto;height:auto;padding:25px 35px;background:#fff;min-height:419px;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:25px;}

	.pull_list{width:100%;height:auto;overflow:hidden;}

	.pull_list li{width:33.33%;height:auto;overflow:hidden;float:left;margin-bottom:20px;}

	.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:24px;height:48px;font-size:14px;color:#555;float:left;overflow:hidden;display: block;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;display:table;}

	.fenlei_span{position:relative;padding-left:35px;line-height:44px;height:44px;display:inline-block;vertical-align:top;}

	.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;}

	.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:10px 1.67% 0;float:right;}

	.abo_cont_p{width:100%;height:auto;line-height:25px;font-size:14px;color:#666;text-indent:2em;}

/*公司新闻*/

	.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;overflow:hidden;}

	.foot_nav_li a:hover{color:#fff;}

	.foot_navbor,.foot_navlast{width:14%;position:relative;padding-left:0%;text-align:center;}

	/*.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:left;}

	.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:15px;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:24px;line-height:24px;font-size:14px;color:#fff;border:1px solid #fff;text-align:center;margin-top:15px;overflow:hidden;}

	

	.pro_tit{width:100%;height:auto;margin-top:10px;max-height:72px;overflow:hidden;}

	.pro_tit .slick-dots{display:none !important;}

	.pro_tit .slick-list .slick-track{border-bottom:2px solid #e6e6e6;}

	.pro_tit_box{width:auto;height:auto;padding:10px;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:18px;font-size:14px;color:#858585;text-align:center;word-wrap: break-word;overflow:hidden;}

	.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:50%;

		margin-left:-60px;

	

	}



	.pro_cont{width:102%;height:auto;overflow:hidden;clear:both;margin-left:-1%;padding:15px 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:auto;height:auto;line-height:22px;padding:31px 30px;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:55px;}

	.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:hover{background:#e6e6e6;border:1px solid #e6e6e6;}



/*产品详情页*/

	.pro_img_box{width:186px;height:186px;position:absolute;top:50%;left:5%;margin-top:-93px;}

	.wrap_tit{width:100%;height:auto;padding:18px 0;margin-top:25px;}

	.wrap_tit a,.wrap_tit span{display:inline-block;font-size:14px;color:#666;}

	.wrap_tit a.detail_home{position:relative;padding-left:20px;}

	.wrap_tit a.detail_home:after{

		content: '';

		display: block;

		width:13px;

		height:12px;

		position:absolute;

		top:50%;

		left:0;

		margin-top:-6px;

		background:url(../images/detail_home.png) no-repeat;

		

	}

	.wrap_cent{width:auto;height:auto;overflow:hidden;margin-top:10px;}

	

	.pro_detail_tit{max-width:270px;height:auto;overflow:hidden;border:1px solid #e3e3e3;width:22.5%;margin-bottom:20px;float:left;}



	.pro_detail_dl{

	    width:auto;

	    height:100%;

	}

	.pro_detail_dt{

	    background: #f5f5f5;

	    color: #595959;

	    width: auto;

	    padding: 10px 18px 10px 20px;

	    height: auto;

	    line-height: 36px;

	    font-size:14px;

	    cursor: pointer;

	    overflow: hidden;

	    text-overflow: ellipsis;

	    white-space: nowrap;

	    position: relative;

	}



	#updown{

	    background: #19893b;

	    color:#fff;

	}

	.pro_dt_icon{

	    position: absolute;

	    display: block;

	    width: 19px;

	    height: 19px;

	    right: 18px;

	    top: 50%;

	    margin-top:-9.5px;

	    background: url("../images/updown_jia.png") no-repeat;

	}

	#updown .pro_dt_icon{

	    background: url("../images/updown_jian.png") no-repeat;

	}

	.pro_detail_dd{

	    display: none;

	}

	.pro_detail_dd ul{

		background:#fff;

		border-bottom:1px solid #e3e3e3;

	}

	

	.pro_detail_li{

	    list-style-type: none;

	    color: #fff;

	    width: auto;

	    padding: 0 30px;

	    height: 40px;

	    line-height: 40px;

	    cursor: pointer;
	    overflow:hidden;

	}

	

	.pro_detail_li a{color:#666;font-size:14px;}
	.pro_detail_li a:hover{color:#19893b;}


	.pro_detail_cont{max-width:912px;width:76%;height:auto;float:right;padding-bottom:40px;}

	.pro_detail_box{width:auto;height:auto;border:1px solid #e3e3e3;padding:0;overflow:hidden;}

	.pro_detail_img1{max-width:360px;width:39.5%;height:auto;float:left;overflow:hidden;}

	.pro_detail_img1 img{width:100%;height:auto;display:block;}

	.pro_detail_text{max-width:512px;width:56%;height:auto;float:right;padding-top:30px;padding-right:5px;font-size: 12px;line-height: 24px;color: #999}

	.pro_detail_h4{width:auto;line-height:30px;font-size:16px;color:#666;}

	.pro_detail_p{width:auto;line-height:30px;font-size:14px;color:#999;}

	.pro_detail_div{width:auto;height:auto;overflow:hidden;padding-left:25px;}

	.pro_detail_span{width:auto;line-height:30px;font-size:14px;color:#999;}

	.martop25{margin-top:25px;}

	.pro_detail_tab_tit{max-width:100%;height:50px;background:#f3faf5;border-bottom:1px solid #e3e3e3;padding-right:50px;position:relative;}

	.pro_detail_tab_tit span{width:33.1%;height:30px;line-height:30px;font-size:14px;color:#464646;padding:10px 0;float:left;cursor:pointer;position:relative;text-align:center;display:table;}
.pro_detail_tab_tit span p{vertical-align:middle;display:table-cell;}
	span.tab_active{background:#fff;border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;}

	span.tab_active:after{

		content: '';

		display: block;

		width:100%;

		height:2px;

		position:absolute;

		bottom:-1px;

		left:0;

		background:#fff;

		z-index:3;

	}
	
	span.pdf{position:absolute;top:0;right:0;width:0;display:block;}

	span.pdf:before{

		content: '';

		display:block;

		width:24px;

		height:25px;

		position:absolute;

		top:50%;

		left:50%;

		margin-top:-12.5px;
		
		margin-left:-12px;

		background:url(../images/pdf.png) no-repeat;

	}

	.pro_detail_tab_tit span:first-child{border-left:0;}

	.pro_detail_tab_tit span:last-child{padding:10px 25px;}

	.pro_detail_tab_box{width:auto;height:auto;padding:35px;display:none;background:#fff;}

	.pdf_a{width:auto;height:auto;line-height:30px;padding:15px 0;padding-left:45px;position:relative;font-size:14px;}

	.pdf_a:before{

		content: '';

		display:block;

		width:24px;

		height:25px;

		position:absolute;

		left:0px;

		top:18px;

		background:url(../images/pdf.png) no-repeat;

	}

	.zhushi{width:100%;height:32px;line-height:32px;border-bottom:1px dashed #dadada;margin-top:10px;padding-left:15px;font-size:12px;color:#999;}

	

	.martop40{margin-top:40px;}

	.pro_detail_tit_h4{width:auto;height:30px;line-height:30px;padding:10px;text-align:center;font-size:18px;color:#666;border-bottom:1px solid #e3e3e3;background:#f3faf5;}

	

	/*轮播图*/

	.pro_auto{width:auto;padding:10px 45px;}

	/*.pro_auto .slick-dots{display:none;}*/

	.single_auto{max-width:174px;width:auto;height:auto;display:block;margin:0 8px;padding:12px 10px;border:1px solid #ebebeb;background:#fff;}

	.single_auto_tit{width:100%;height:auto;line-height:30px;font-size:16px;color:#555;border-bottom:1px solid #ebebeb;padding:5px 0;}

	.single_auto_box{width:auto;height:auto;overflow:hidden;padding:10px;}

	.single_auto_box p{width:auto;height:66px;line-height:22px;font-size:12px;overflow:hidden;}

	.pro_auto .slick-prev:before,.pro_auto .slick-next:before{display:none;}

	.pro_auto .slick-prev,.pro_auto .slick-next{

		width:24px;height:48px;

	}

	.pro_auto .slick-prev{

		left:-45px;

		background:url(../images/single_auto_prev.jpg) no-repeat;

	}

	.pro_auto .slick-next{

		right:-45px;

		background:url(../images/single_auto_next.jpg) no-repeat;

	}

	

/*产品应用*/

	.navlist li.nav_active:after{

		content: '';

		display: block;

		width:55px;

		height:3px;

		background:#19893b;

		position:absolute;

		bottom:-30px;

		left:50%;

		margin-left:-27.5px;

	}

	

	.apply_banner{width:auto;height:auto;border:1px solid #e3e3e3;padding:0;margin-top:38px;clear:both;overflow:hidden;}

	.apply_ban_boxp{width:33.33%;height:auto;overflow:hidden;float:left;}

	.apply_ban_p{width:auto;height:auto;padding:30px 25px;line-height:24px;font-size:14px;color:#9f9f9f;}

	.apply_ban_boximg{width:66.67%;max-height:262px;height:auto;display:block;overflow:hidden;float:right;}



	.apply_box_wrap{width:100%;height:auto;overflow:hidden;padding-top:20px;}

	.apply_tit{width:100%;height:20px;padding:20px 0;border-bottom:2px solid #e6e6e6;}

	.apply_tit_a{width:auto;height:20px;line-height:20px;font-size:14px;color:#858585;float:left;padding:0 8px;position:relative;}

	.apply_tit span{width:auto;height:20px;line-height:20px;font-size:14px;color:#d7d7d7;float:left;padding:0 22px;}

	a.apply_tit_active{font-size:16px;color:#19893b;font-weight:bold;}

	a.apply_tit_active:after{

		content: '';

		display: block;

		width:100%;

		height:4px;

		background:#19893b;

		position:absolute;

		bottom:-22px;

		left:0;

	}



	/*模块*/

	.apply_box_list{width:100%;height:auto;overflow:hidden;padding-top:20px;padding-bottom:65px;}

	.apply_list_ul{width:100%;height:auto;overflow:hidden;clear:both;}

	.apply_list_ul li{width:11.11%;height:120px;float:left;border-bottom:1px solid #f5f5f5;}

	.apply_bg_d7{width:auto;height:100%;padding:0;border-right:1px solid #f5f5f5;background:#d7d7d7;}

	.apply_img_box{width:auto;height:100%;padding:0;border-right:1px solid #f5f5f5;}

	.apply_img_box img{width:100%;height:100%;display:block;}

	.apply_bg_icon,.apply_bg_tit{max-width:100%;height:100%;background:#19893b;position:relative;}

	.apply_bg_tit{border-right:1px solid #f5f5f5;}

	.apply_bg_icon img{width:63px;height:63px;display:block;position:absolute;top:50%;left:100%;margin-top:-31.5px;margin-left:-31.5px;z-index:9;}

	.apply_bg_tit p{width:100%;height:48px;line-height:24px;font-size:18px;color:#fefefe;overflow:hidden;

		position:absolute;top:50%;margin-top:-12px;margin-left:-50%;z-index:9;text-align:center;display:none;}

	

	.apply_div:hover .apply_bg_icon img{display:none;}

	.apply_div:hover .apply_bg_tit p{display:block;}

	.apply_div{width:22.22%;height:auto;overflow:hidden;float:left;background:#19893B;border-bottom:1px solid #f5f5f5;}

	.apply_div li{width:50%;border-bottom:0;}

	/*产品应用 详情*/

	.martop18{margin-top:18px;}

	.apply_detail_banner{width:auto;height:auto;border:1px solid #e3e3e3;padding:0;margin-top:22px;clear:both;overflow:hidden;}

	.apply_detail_bor{border-bottom:1px solid #e6e6e6;}

	.martop20{margin-top:20px;}



	.apply_detail_tit{width:auto;height:37px;line-height:37px;background:#19893b;padding:10px 0;padding-left:20px;font-size:14px;color:#fefefe;}

	.apply_detail_ul{width:auto;height:auto;padding:10px 10px 10px 40px;}

	.apply_detail_ul li{width:100%;height:auto;overflow:hidden;}

	.apply_detail_a{width:auto;height:auto;line-height:27px;;padding:10px 0;font-size:14px;color:#666;position:relative;padding-left:20px;}

	.apply_detail_a:after{

		content: '';

		display: block;

		width:6px;

		height:6px;

		background:#bcbcbc;

		position:absolute;

		left:0;

		top:50%;

		margin-top:-3px;

	}



	.apply_box_p{width:auto;line-height:30px;font-size:14px;color:#666;padding-bottom:24px;}

	.apply_detail_box{padding:20px 60px 20px 30px;}

	.pdf_list{width:auto;height:auto;overflow:hidden;border-bottom:1px dashed #dadada;}

	.apply_tj_tit{width:100%;height:30px;line-height:30px;padding:21px 0;font-size:18px;color:#555;}

	.apply_tj_list{width:100%;height:auto;overflow:hidden;margin-left:-1.5%;}

	.apply_tj_list li{width:50%;height:auto;overflow:hidden;float:left;margin-bottom:20px;}

	.apply_tj_a{width:auto;height:auto;margin:0 3%;overflow:hidden;border-bottom:1px dashed #d9d9d9;padding-bottom:15px;}

	.apply_tj_img{max-width:134px;width:32%;height:134px;display:block;float:left;}

	.apply_tj_box{max-width:270px;width:63%;height:auto;padding-right:3%;float:right;}

	.apply_tj_box h4{width:100%;height:48px;line-height:24px;font-size:16px;color:#666;margin-bottom:10px;}

	.apply_tj_box p{width:auto;max-height:96px;height:auto;line-height:24px;font-size:12px;color:#999;overflow:hidden;}

	

	a.service_tit_active:after{

		content: '';

		display: block;

		width:100%;

		height:4px;

		background:#19893b;

		position:absolute;

		bottom:-22px;

		left:0;

	}

	.service_list{width:101%;height:auto;overflow:hidden;margin-left:-5px;padding-top:20px;padding-bottom:30px;}	

	.service_list li{width:33.33%;height:auto;margin-bottom:10px;float:left;overflow: hidden;}

	.service_a{width:auto;height:auto;padding:20px;margin:0 1%;background:#fff;overflow:hidden;}

	.service_img{max-width:115px;width:32.3%;height:auto;float:left;overflow:hidden;}

	.service_box{max-width:180px;width:50%;height:auto;overflow:hidden;padding-right:30px;float:right;}

	.service_box h4{width:auto;line-height:24px;height:48px;font-size:16px;color:#333;overflow:hidden;}

	.service_box p{width:auto;height:72px;line-height:18px;font-size:14px;color:#666;padding-top:10px;overflow:hidden;}

	.patr_wrap{width:100%;height:auto;overflow:hidden;}

	.patr_box{width:auto;height:auto;padding:20px 12px;border:1px solid #e6e6e6;background:#fff;margin-bottom:20px;}

	.patr_tit{max-width:400px;height:auto;line-height:30px;font-size:18px;color:#666;margin:0 auto;font-weight:normal;text-align:center;}

	.patr_table_head,.patr_table_body1,.patr_table_body2{width:100%;height:30px;}

	.patr_table_head{padding-top:20px;}

	.patr_table_head li,.patr_table_body1 li,.patr_table_body2 li{width:33.33%;height:auto;float:left;overflow:hidden;}

	.patr_table_head li{background:#b3b3b3;}

	.patr_table_body1 li{background:#f4f3f3;}

	.patr_table_body2 li{background:#e3e3e3;}

	.patr_table_head li p,.patr_table_body1 li p,.patr_table_body2 li p{width:auto;min-height:30px;line-height:30px;text-align:center;border-left:1px solid #fff;}

	.patr_table_head li p{color:#fff;font-size:18px;}

	.patr_table_body1 li p,.patr_table_body2 li p{color:#666;font-size:14px;}

	

	.patr_box1{width:100%;height:auto;overflow:hidden;}

	.patr_box1 p,.patr_box2 p{width:auto;height:auto;line-height:30px;font-size:14px;color:#666;}

	.patr_box2{width:100%;height:auto;overflow:hidden;padding-top:20px;padding-bottom:50px;}

	.patr_box3{width:100%;height:auto;overflow:hidden;border-top:1px dashed #dadada;padding-bottom:40px;}



/*关于我们*/	

	.about_box{width:100%;height:auto;/*overflow:hidden;*/padding-top: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:630px;width:52.5%;float:right;margin-right:3.3%;}

	.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 8px;}

	.pdf_p{width:auto;line-height:18px;height:72px;font-size:14px;color:#666;overflow:hidden;word-break:break-all;}



	.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;text-align:center;}

	.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;}

	.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;border-top:1px dashed #d2d2d2;border-bottom:1px dashed #d2d2d2;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;}



/*新闻中心*/

	.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;}

	.news_cont{width:102.5%;height:auto;overflow:hidden;padding-bottom:10px;margin-left:-1.25%;}

	.news_cont_li{max-width:587px;width:47.5%;height:auto;overflow:hidden;float:left;margin:0 1.25%;margin-bottom:20px;}

	.news_cont_tit{width:auto;height:37px;line-height:37px;font-size:14px;color:#555;background:#ececec;padding:0 20px;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}

	.news_cont_box{width:auto;height:auto;padding:10px 22px 10px 10px;background:#fff;overflow:hidden;}

	.news_cont_img{max-width:178px;width:32%;height:auto;float:left;}

	.news_cont_cont{width:65%;height:auto;overflow:hidden;float:right;}

	.news_cont_h4{width:100%;height:30px;line-height:30px;font-size:14px;color:#6a6a6a;overflow: hidden;}

	.news_cont_p{width:auto;height:66px;line-height:22px;font-size:12px;color:#999;overflow:hidden;}

	

	.news_detail_wrap{width:100%;height:auto;overflow:hidden;padding-bottom:75px;}

	.news_big_img{max-width:587px;width:47.5%;height:auto;float:right;margin:0 1.25%;margin-bottom:30px;position:relative;overflow:hidden;}

	.news_big_img img{display:block;}

	.news_big_img p{width:94%;height:47px;line-height:47px;background:rgba(0,0,0,0.5);position:absolute;bottom:0;left:0;font-size:14px;color:#fff;padding:0px 3%;overflow:hidden}

	.news_detail{width:100%;height:auto;overflow:hidden;border-top:2px solid #e6e6e6;padding-top:40px;}

	.news_detail_h4{width:100%;height:auto;line-height:47px;font-size:30px;color:#454444;font-weight:normal;text-align:center}

	.news_detail_span{width:100%;height:auto;line-height:30px;font-size:14px;color:#000;text-align:center;padding:20px 0;border-bottom:1px dashed #dadada;}

	.news_detail_span span{margin:0 25px;}

	.news_detail_cont{width:100%;height:auto;overflow:hidden;word-wrap: break-word;}

	.news_detail_ps{width:auto;height:auto;padding:50px;}

	.news_detail_ps p{width:auto;min-height:30px;line-height:30px;font-size:14px;color:#555;}

	

	.news_detail_img{width:100%;height:auto;overflow:hidden;}

	.news_detail_img img{width:33.2%;height:auto;margin:0 0.06%;float:left;display:block;}



/*解决方案*/

	.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:50%;height:44px;overflow:hidden;position:absolute;top:-44px;left:0;}

	.common_a{width:25%;height:44px;line-height:44px;font-size:14px;color:#212121;float:left;text-align:center;}
	
	.common_a p{margin-right:1px;background:#ededed;display:block;}

	.common_active p{background:#fff;position:relative;}

	.common_active p: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:auto;line-height:30px;font-size:14px;color:#555;padding-top:10px;font-weight:normal;overflow:hidden;}

	.common_rt_list{width:100%;height:auto;overflow:hidden;}

	.common_rt_li{width:100%;height:auto;overflow:hidden;float:left;padding:4px 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:15px;overflow:hidden;}

		.pro_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;

		    margin-bottom: 7px;

		    cursor: pointer;

		}

		.pro_tit_a.active,.pro_tit_a.active a,.pro_tit_a:hover,.pro_tit_a a:hover{

			background:#19893b;

			color:#fff;

		}





