@charset "utf-8";

*{margin:0;padding:0;list-style:none;font-family:"Microsoft YaHei";}

ul,li{float:left;}
a{text-decoration: none !important;}

@media (max-width:767px){
	body{font-size:14px;line-height:24px;}

	}



header{width:100%;overflow:hidden;border-radius:none;}
.container{width:100% !important;background:#FFFFFF !important;border-radius:0px !important;height:61px; z-index:999;position:absolute;top:0px;border-bottom: 1px solid #919090;}
.navbar{width:100%;max-width:1200px; margin:auto;background:#FFFFFF !important;height:60px;}

.navbar .navbar-brand .img{width:100%;}
.navbar .logo_min{display:none;}
.navbar .navbar-collapse {float:left;width:65%; margin-left:5%;}

.navbar .navbar-collapse .navbar-nav li a{color:#000000 !important;font-size:1.5rem;}
.navbar .navbar-collapse .navbar-nav .active{}
.navbar .navbar-collapse .navbar-nav li{width:14%;text-align:center;padding-top:6px;}

.navbar .navbar-collapse .navbar-nav li .dropdown-menu{width:100%;z-index:9999;}

.navbar .navbar-collapse .navbar-nav li .dropdown-menu {float:none;width:100% !important;padding:0px !important;background:#fff; box-shadow:none !important;}
.navbar .navbar-collapse .navbar-nav li .dropdown-menu a{display:block;width:100%;float: none;text-align:center; padding:0px !important;height:50px;line-height:50px;color:#333 !important;}
.navbar .navbar-collapse .navbar-nav li .dropdown-menu a:hover{background:#066038;}
.navbar .navbar-collapse .navbar-nav li .dropdown-menu .dropdown-toggle{display:inline-block;width:100%;}
.navbar .navbar-collapse .navbar-nav li .dropdown-menu .dropdown-toggle:hover{background:none !important;}
.navbar .navbar-header{display:none;width:25%;float:left;display:block;margin:0;padding:0;}
.navbar-header .navbar-brand{display:block;margin-left:20px;padding:0;width:100%;height:60px;
background:url(/static/img/logo.png)no-repeat;
}
.navbar .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > .active{background:#007dcc;}
.navbar .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > .a{background:rgba(0,3,111,0.8);}

@media (max-width:991px){
	.container{height:45px;}
	.container .navbar-header{width:100%;float:left;}
	.navbar .navbar-header{display:none;width:100%;float:left;display:block;margin:0;padding:0;}
	.navbar-header .navbar-brand{width:35%;height:60px;background:url(/static/image/logo.png)no-repeat;}
	.container .navbar-collapse {width:55%;display:block;margin-left:0;}
	.container .nav_phone{display:none;}
	.navbar .navbar-collapse .navbar-nav li{width:100%;text-align:left;padding-top:6px;}
	}

@media (min-width:768px){
	.container .nav_logo{width:30%;float:left;}	
	.container .navbar-collapse {width:70%;}
	}	

@media (max-width:767px){
	
	.container{margin-bottom:0px;height:45px;}
	.navbar{margin-bottom:0px;height:auto !important;}
	.container .navbar-collapse {display:none;}
	.navbar{height:auto !important;}
	
	.navbar .navbar-header{width:100%;float:left;display:block;margin:0;padding:0;overflow:hidden;}
	.navbar .navbar-collapse{float:none;width:100% !important;margin-left:0;;background:#007dcc;border-top:1px solid #eaeaea !important;}
	.navbar .navbar-collapse .navbar-nav{width:100% !important;max-width:767px;}
	.navbar .navbar-collapse .navbar-nav li{width:100% !important;text-align:left;padding-top:0;float:none;}
	.navbar .navbar-collapse .navbar-nav li .dropdown-menu li a{border:none;padding-left:8%;}
	.navbar-header .navbar-brand{width:60%;height:43px;background:url(/static/images/logo_767.png)no-repeat;margin-left:5%;margin-top:10px;}
	.navbar .navbar-collapse .navbar-nav li .dropdown-menu li{padding-left:6% !important;}
	.navbar .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > .active{background:#fff !important ;}
	}
@media (max-width:480px){
	.container{margin-bottom:0px;height:45px;}
	.navbar{margin-top:2px;}
	.navbar .navbar-header{height:45px;}
	.navbar-toggle{margin-bottom:0px;margin-top:8px !important;padding:6px !important;}
	.navbar .navbar-collapse{margin-top:0px !important;}
	.navbar-header .navbar-brand{width:60%;height:43px;background:url(/static/images/logo_min.png)no-repeat;margin-left:5%;margin-top:0;}
	}



.banner{width:100%;max-width:1920px;margin:41px auto 0;height:100%;}
.banner img{width:100%;}
.banner_bd_768{display:none;}
.banner_bd ul{width:100%;}
.banner_bd ul li img{width:100%;}

.headpad{display:none;}


.banner .hd{width:100px;margin:0 auto;}
.banner .hd ul{width:100%;display:block;position:absolute;bottom:5%;}
.banner .hd ul li{background:#fff;width:10px;height:10px; border-radius:5px;z-index:999;float:left;margin:0 5px;}
.banner .hd ul li.on{background:#fe0000;width:30px;}

.swiper-pagination{width:100%;display:block;position:absolute !important;bottom:5%;z-index:999;}
.swiper-pagination .swiper-pagination-bullet{background:#fff;width:10px;height:10px; border-radius:5px;z-index:999;margin:0 5px;}
.swiper-pagination .swiper-pagination-bullet-active{background:#fe0000;width:30px;}

.arrow{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;transform:rotate(-90deg);-webkit-transform:rotate(-90deg); position:absolute;bottom:5px;left:50%;margin-left:-30px;width:40px;height:40px;border-radius:100%;-webkit-border-radius:100%;line-height:32px;text-align:center;font-size:20px;color:#007dcc;border:2px solid #007dcc;cursor:pointer;overflow:hidden;z-index:999;}
.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}
@keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }
@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }

@media (max-width:991px){
.arrow{display:none;}
}

@media (min-width:768px) and (max-width:1024px){
	
	}
@media(min-width:768px) and (max-width:1280px){
	
	.bannerpad .banner_bd .bn1{background:url(/static/img/banner.jpg) no-repeat center;width:100%;height:900px;}
	.bannerpad .banner_bd .bn2{background:url(/static/img/bn1_768.jpg) no-repeat center;width:100%;height:900px;}
	
}
@media (max-width:767px){

	header{max-height:240px !important;height:auto !important;}
	.headpc{display:none;}
	.headpad{margin-top:40px;display:block;}
	.bannerpad .banner_bd ul .bn1{background:url(/static/img/bn2_768.jpg) round;background-size:cover;height:240px;}
	.bannerpad .banner_bd ul .bn2{background:url(/static/img/bn1_768.jpg) round;background-size:cover;height:240px;}
	
	.banner_bd_768{width:100%;max-width:767px;margin:auto;display:block;}
	.banner_bd_768 img{width:100%;}
	.banner .hd ul{width:100%;}

	}
@media (max-width:640px){	
	
	}

@media (max-width:480px){	
	
	}





.section-wrap .title{text-align:center;overflow:hidden;}
.section-wrap .title h2{color:#0144b2;font-size:48px;font-weight:normal;}
.section-wrap .title .tit_b{background:url(/static/image/tit_b.png) no-repeat center;width:100%;max-width:1200px;margin:5px auto;display:block;padding-top:10px;}
.section-wrap .title span{font-size:24px;color:#066038;font-family:"Arial";font-weight:normal;text-transform:uppercase;}

#about{width:100%;margin:auto;padding-top:100px !important;clear:both;background:url(/static/image/about_bg.jpg)no-repeat center;}
#about .about_center{width:90%;max-width:1085px;margin:10px auto 0;font-size:14px;line-height:30px;color:#4e4e4e;text-indent:2em;font-weight:normal;font-family:"Î¢ÈíÑÅºÚ";position:relative;left:-140%;}
#about .about_center p{padding-top:2%;display:block;width:100%;clear:both;}
#about .about_js{width:100%;max-width:1085px;margin:4% auto 0;overflow:hidden;position:relative;left:-100%;}
#about .about_js_767{display:none;}
#about .about_js ul{width:100%;}
#about .about_js ul li{
	text-align:center;
	color:#fff;
	padding-top:60px;
	margin:0 27px;
	}
#about .about_js ul li span{font-size:36px;border-bottom:2px solid #fff;display:inline-block;width:150px;padding-bottom:10px;}
#about .about_js ul li span b{font-weight:nomal;font-size:18px;}
#about .about_js ul li p{line-height:36px;}
#about .about_js ul .about_l1{background:url(/static/image/about_1.png)no-repeat;height:217px;width:100%;max-width:217px;float:left;}
#about .about_js ul .about_l2{background:url(/static/image/about_2.png)no-repeat;height:217px;width:100%;max-width:217px;float:left;}
#about .about_js ul .about_l3{background:url(/static/image/about_3.png)no-repeat;height:217px;width:100%;max-width:217px;float:left;}
#about .about_js ul .about_l4{background:url(/static/image/about_4.png)no-repeat;height:217px;width:100%;max-width:217px;float:left;}
@media (max-width:1024px){
	.section-wrap .title h2{color:#0144b2;font-size:30px;font-weight:normal;}
	.section-wrap .title .tit_b{background:url(/static/image/tit_b.png) no-repeat center;width:100%;max-width:1200px;margin:5px auto;display:block;padding-top:10px;}
	.section-wrap .title span{font-size:18px;}

	#about .about_js{width:100%;min-width:768px;max-width:920px;margin-top:5%;}
	#about .about_js ul{width:100%;}	
	#about .about_js ul li{
	text-align:center;
	color:#fff;
	padding-top:40px;
	margin:0 2%;
	width:22%;
	}
	#about .about_js ul li span{font-size:24px;border-bottom:2px solid #fff;display:inline-block;width:104px;padding-bottom:10px;padding-top:15px;}
	#about .about_js ul li span b{font-weight:nomal;font-size:14px;}
	#about .about_js ul li p{line-height:36px;}	
	#about .about_js ul .about_l1{background:url(/static/images/about_1_767.png)no-repeat;height:180px;width:100%;max-width:180px;float:left;}
	#about .about_js ul .about_l2{background:url(/static/images/about_2_767.png)no-repeat;height:180px;width:100%;max-width:180px;float:left;}
	#about .about_js ul .about_l3{background:url(/static/images/about_3_767.png)no-repeat;height:180px;width:100%;max-width:180px;float:left;}
	#about .about_js ul .about_l4{background:url(/static/images/about_4_767.png)no-repeat;height:180px;width:100%;max-width:180px;float:left;}	
	
	#news .title span{line-height:48px;}
	}
@media (max-width:991px){	
	#about .about_js{width:100%;min-width:768px;max-width:920px;margin-top:4%;}
	#about .about_js ul li{
	text-align:center;
	color:#fff;
	padding-top:20px;
	margin:0 2%;
	width:20%;
	}
	#about .about_js ul .about_l1{background:url(/static/images/about_1_767.png)no-repeat;max-height:160px;width:100%;max-width:160px;float:left;background-size:cover;}
	#about .about_js ul .about_l2{background:url(/static/images/about_2_767.png)no-repeat;max-height:160px;width:100%;max-width:160px;float:left;background-size:cover;}
	#about .about_js ul .about_l3{background:url(/static/images/about_3_767.png)no-repeat;max-height:160px;width:100%;max-width:160px;float:left;background-size:cover;}
	#about .about_js ul .about_l4{background:url(/static/images/about_4_767.png)no-repeat;max-height:160px;width:100%;max-width:160px;float:left;background-size:cover;}	
	#about .about_js ul li span{padding-top:0px;}
	}
@media (max-width:767px){
	.section-wrap .title{text-align:center;overflow:hidden;padding-top:8%;}
	.section-wrap .title h2{font-size:24px;}
	.section-wrap .title span{font-size:14px;line-height:24px;}
	#about{padding-top:0px !important;height:auto;clear:both;}
	#about .about_center{position:relative;left:0 !important;}
	#about .about_center .hidd{display:none;}
	.section-wrap .title .tit_b{display:none;}
	#about .about_js{display:none;}
	#about .about_js_767{width:94%;max-width:747px;margin:4% auto 0;overflow:hidden;display:block;}
	#about .about_js_767 ul{width:100%;overflow:hidden;}
	#about .about_js_767 ul li{
	text-align:center;
	color:#fff;
	padding-top:20px;
	margin:1%;
	border-radius:10px;
	height:120px;
	}
	#about .about_js_767 ul li span{font-size:24px;border-bottom:2px solid #fff;display:inline-block;width:104px;padding-bottom:10px;padding-top:5px;}
	#about .about_js_767 ul li span b{font-weight:nomal;font-size:14px;}
	#about .about_js_767 ul li p{line-height:36px;font-size:14px;}	
	#about .about_js_767 ul .about_l1{background:#00c7ad;width:48%;}
	#about .about_js_767 ul .about_l2{background:#11c403;width:48%;}
	#about .about_js_767 ul .about_l3{background:#fd6b00;width:48%;}
	#about .about_js_767 ul .about_l4{background:#009cff;width:48%;}		
	}



.section3{width:100%;margin:auto;clear:both;}
.sect_min{display:none;}
.news{width:94%;max-width:1128px;margin:auto;padding-top:10%;}
.news .title h2{float:left;}
.news .title span{float:left;line-height:80px;padding-left:20px;}
.news .news_center{display:inline-block;margin-top:30px;position:relative;left:-150%;}
.news .news_center h2{font-size:20px;color:#4e4e4e !important;font-weight:normal;line-height:36px;width:100%;}
.news .news_center span{font-size:14px;color:#a4a4a4;line-height:24px;width:100%;float:left;}
.news .news_center span em{ font-style:normal;}
.news .news_center p{display:inline-block;font-size:14px;line-height:24px;color:#4e4e4e;margin-top:40px;width:100%;float: left;}
.news .news_center p a{color:#f5eba2;}
.news .news_center p a:hover{color:#fe0000}
.news .hd{margin-top:50px;}
.news .hd li{width:31px;height:31px;float:left;}
.news .hd .prev{background:url(/static/image/news_left.png)no-repeat center;display:inline-block;height:31px;width:31px;}
.news .hd .prev:hover{background:url(/static/image/news2_left.png);}
.news .hd .next{background:url(/static/image/news_right.png)no-repeat center;margin-left:30px;display:inline-block;height:31px;width:31px;}
.news .hd .next:hover{background:url(/static/image/news2_right.png)}
@media (max-width:979px){
	.news .news_center p{width:96%;}
	#Product .Product_cont ul li dd{display:none;}
	.news .news_center span em{display:none;}
	}
@media (max-width:767px){
	.section3{height:auto;max-height:1080px !important;background:none;overflow:hidden;clear:both;}
	.sect_min{display:block;}
	.sect_max{display:none;}
	.tetle{text-align:center;}
	.news .title h2{float:none;}
	.news .title span{float:none;line-height:80px;padding-left:0;}
	.title span{line-height:30px !important;}
	.news_center{width:94%;max-width:747px;margin:3% auto 0;overflow:hidden;}
	.news_center ul{width:100%;}
	.news_center a{font-size:18px;color:#4e4e4e !important;font-weight:normal;line-height:36px;width:100%;display:inline-block;text-align:center;}
	.news_center li{width:100%;}
	.news_center li dd{width:100%;height:auto;}
	.news_center li dd img{width:100%;}
	.news_center li dl{padding-top:10px;padding-bottom:0px !important;}
	.news_center p{margin-top:10px;}
	
	.news_center_767{width:94%;margin:auto;}
	.news_center_767 ul{width:100%;}
	.news_center_767 li{width:100%;float:none;border-bottom:1px dashed #ccc;height:50px;line-height:50px;}
	.news_center_767 li a{color:#4e4e4e !important;font-weight:normal;font-size:14px;}
	}



.section4{width:100%;background:url(/static/image/product_bg.jpg)no-repeat center !important;margin:auto;}
#Product{padding-top:100px;width:100%;max-width:1200px;margin:auto;}
#Product .Product_cont{padding-top:2%;overflow:hidden;position:relative;left:-150%;}
#Product .product_cont_767{display:none;}
#Product .Product_cont ul{width:100%;max-width:1200px;}
#Product .Product_cont ul li dd{width:95%;padding-left:280px;padding-top:50px;}
#Product .Product_cont ul li h2{font-size:30px;display:inline-block;font-weight:700;position:absolute;top:10%;left:30px;color:#ffffff;-webkit-text-stroke: 1.0px #000000;}
#Product .Product_cont ul li p{color:#fff;line-height:24px;line-height:24px;}
#Product .Product_cont ul li .cont-t{padding-top:20px;}
#Product .Product_cont .Product1{height:275px;margin-left:3px;overflow:hidden;color:#fff}
#Product .Product_cont .Product2{height:275px;margin-right:3px;overflow:hidden;color:#fff}
#Product .Product_cont .Product3{height:275px;margin-right:3px;overflow:hidden;color:#0144b2}
#Product .Product_cont .Product4{height:275px;margin-right:3px;overflow:hidden;color:#000}
#Product .Product_cont .Product1 dd{padding-left:50px;}
#Product .Product_w{margin-top:10px;}
#Product .Product_w li{width:49%;float:left;margin:0 0.5%;overflow:hidden;position:relative}
#Product .Product_w li img{cursor:pointer;transition: all 0.6s;}
#Product .Product_w li img:hover{transform: scale(1.2);overflow:hidden;}

#Product .Product_t{margin-top:10px;}
#Product .Product_t li{width:32.3%;float:left;margin:0 0.5%;overflow:hidden;position:relative}
#Product .Product_t li img{cursor:pointer;transition: all 0.6s;}
#Product .Product_t li img:hover{transform: scale(1.2);overflow:hidden;}

@media (max-width:991px){
	#Product .Product_cont ul li dd{display:none;}
	#Product .Product_cont .Product1{background:url(/static/img/pic1.jpg)no-repeat;width:49.5%;height:275px;margin-left:3px;overflow:hidden;}
	#Product .Product_cont .Product2{background:url(/static/img/pic2_767.jpg)no-repeat;width:49.5%;height:275px;margin-right:3px;overflow:hidden;}
}
@media (max-width:767px){
	.section4{background:none !important;overflow:hidden;clear:both;}
	#Product{padding-top:0;}
	#Product .Product_cont{display:none;}
	#Product .product_cont_767{display:block !important;padding-top:5%;overflow:hidden;}
	#Product .Product_cont_767 ul{width:100%;max-width:747px;}
	.Product_w{display:none;}
	#Product .Product_t{width:100%;margin:auto;}
	#Product .Product_t li{width:94% !important;float:none !important;margin:2% auto;}
	#Product .Product_t li img{width:100%;}
}




.section5 .news_center p a:hover{color:#fe0000}
@media (max-width:767px){
	.section5{display:none !important;}
	
	#into .news_center{display:none;}
	#into .news_center_767 h2,#into .news_center_767 span{display:none !important;}
	#into .news_center_767 p{font-size:14px;line-ehight:30px;padding-top:4%;}
	#into .news_center_767 p a{color:#fff;display:inline-block;width:160px;height:40px;background:#009cff;text-align:center;line-height:40px;margin-top:4%;}	
	}


.section6{background:url(/static/image/1.png)no-repeat center !important;width:100%;margin:auto;}
.foot{width:94%;max-width:1128px;margin:auto;padding-top:70px;color:#fff;line-height:30px;font-weight:nomal;overflow:hidden;}
.foot .foot_left{width:75%;float:left;}
.foot .foot_left p b{font-size:30px;font-weight:bold;line-height:48px;font-family:"Î¢ÈíÑÅºÚ";}
.foot .foot_left p a{color:#fff;}
.foot .foot_left .min{display:none;}
.foot .foot-right{width:130px;float:right;text-align:center;padding-top:130px;}
.sitemap{color:#fff;}
.sitemap:hover{color:#fff;}

footer{background:url(/static/image/foot_bg.png)no-repeat center;height:677px;clear:both; z-index:9999;display:none;}
.m_foot{padding-top:420px;z-index:11111;}

@media (min-width:768px) and (max-width:991px){
	.m_foot{}
	}
@media (max-width:767px){	
	.section6{display:none !important;}
	footer{background:url(/static/images/foot_bg_767.png) no-repeat;height:248px !important;overflow:hidden;margin-top:-50px !important;z-index:9999;display:block;}
	#hid{display:none;}
	.foot .min{display:block !important;font-size:14px;line-height:30px;}
	.foot .max{display:none;}
	.m_foot{padding-top:150px !important;}
	.foot_left{width:100% !important;max-width:767px;float:none;text-align:center;}
	.foot-right{display:none;}
	}


#leftsead{width:161px;height:290px;position:fixed;top:50%;right:10px; z-index:100;}

#leftsead li{width:161px;height:60px;}
#leftsead li img{float:right;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:161px; text-decoration:none;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#leftsead li a.youhui .2wm{display:none;position:absolute;right:143px;}
#p2{width:112px;background-color:#A7D2A9;height:49px;margin-left:47px;border:1px solid #8BC48D;text-align:center;line-height:49px}
#p3{width:112px;background-color:#EC9890;height:49px;margin-left:47px;border:1px solid #E6776C;text-align:center;line-height:49px}
#p1{width:47px;height:49px;float:left}
@media (max-width:991px){
	#leftsead{display:none;}	
}



.floating_ck{position:fixed;right:10px;top:45%;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#e40231;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(/static/image/zxicon.png);}
.quote{background-image:url(/static/image/kficon.png);}
.qrcord{background-image:url(/static/image/erweima.png);}
.return{background-image:url(/static/image/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;font-size:12px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#e40231;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{//background-image:url(/static/image/erweima1.png);
display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:14px;}