html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,i,b,s{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;word-break:break-all;font-size:14px;font-family: '微软雅黑';}
body>.main{overflow-y:auto;}input,select{outline:none;}select{appearance:none;-webkit-appearance:none;-ms-appearance:none;-moz-appearance:none;background-color:transparent;}
ul,ol,dl,dd{list-style:none}a img{border:none;}a,a:link{text-decoration:none;color:#333}
button{overflow:visible;padding:0;margin:0;border:0 none;background-color:transparent;appearance:none;-webkit-appearance:none;}
button::-moz-focus-inner{padding:0}
textarea,input{background:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
input[type=number]{appearance:none;-webkit-appearance:none;border:0;}
input[type=search]{appearance:none;-webkit-appearance:none;}
input[type=tel]{appearance:none;-webkit-appearance:none;}
input[type=button]{appearance:none;-webkit-appearance:none;}
input[type=password]{-webkit-text-security:disc;appearance:none;-webkit-appearance:none;}
input[type=submit]{appearance:none;-webkit-appearance:none;}
html,body {min-height:950px;position:relative;}
.hide{display:none;}
.show{display: block;}
.clearfix:after{content:"";display:block;height:0;clear:both;}
 

/*头部*/
.head_bg{background: #fff;}
.head{height: 100px;}
.head .logo{display: block;width: 150px;padding-top: 20px;float: left;}
.head .logo img{width: 100%;}
.head .h_r{float: right;padding-top: 40px; overflow: hidden;}
.head .h_r a{display: inline-block;height: 20px;width: 40px;line-height: 20px;text-align: center;}
.head .h_r a:first-child{border-right:1px solid #ccc;width: 100px;}
.head .h_r .search{float: right;height: 30px;line-height: 30px;border-bottom:1px solid #fff;width: 30px;margin-left: 10px;transition:  all 0.5s;position: relative;}
.head .h_r .search input{border: 0;font-size:12;padding-left: 10px;width: 0px;color: #999;float: left;}
.head .h_r .search input::-webkit-input-placeholder {color: #999;}
.head .h_r .search .img{position: absolute;right: 5px;top:5px;width: 20px;height: 20px;cursor: pointer;}
.head .h_r .search .submit{width: 30px;height: 30px;background: #fff url(../images/search.png) center center no-repeat;outline:none;float: right;}
.head .h_r.show .search{width: 250px;border-bottom:1px solid #cccccc;}
.head .h_r.show .search input{width: 200px;}
.head .h_r.show .search .img{display: none;}

.nav{width:100%;height: 50px;line-height:50px;background: #09a4c3;}
.nav:after{content:" ";clear:both}
.nav .ul .li{float:left;text-align:center;border-left:1px solid #00b2d5;box-sizing: border-box;position: relative;transition:  all 0.5s;}
.nav .ul .li a{display: block;cursor: pointer;color: #fff;font-size:18px;font-weight: bold; padding: 0 20px;}
.nav .ul .li:first-child{width: 7%;}
.nav .ul .li:last-child{border-right:1px solid #00b2d5;}
.nav .ul .li:hover{background:#008099}
.nav .ul .li:hover .dl{display: block;}
.nav .ul .li .dl{background: #09a4c3;position: absolute;top:50px;z-index: 99;width: 100%;display: none; width: 270px;}
.nav .ul .li .dl .dd{border-bottom: 1px solid #00b2d5;transition:  all 0.5s;}
.nav .ul .li .dl .dd a{font-size:14px;font-weight: bold;}
.nav .ul .li .dl .dd:hover{background:#008099}

.ban .swiper-container{width:100%!important;position: relative;overflow: hidden;}
.ban .swiper-slide{width:100%!important;overflow: hidden;position: relative;}
.ban .swiper-slide .text{position: absolute;left:calc(50% - 600px);top:140px;z-index: 99;width: 560px;height: 300px;background: rgba(255,255,255,0.6);padding: 45px 30px;}
.ban .swiper-slide .text .t1{font-size:28px;line-height: 43px;}
.ban .swiper-slide .text .t2{font-size:14px;margin: 15px 0;}
.ban .swiper-slide .text .ban_a{display: block;width:160px;height: 40px;line-height: 40px;text-align: center;border:1px solid #333}
.ban .swiper-slide img{position: relative;left: calc(50% - 960px);}
.ban .swiper-pagination-bullet{background:0;border:2px solid #fff;opacity:1}
.ban .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}

.section1{margin:100px auto;padding: 0;}
.section1 .li{overflow: hidden;margin-bottom: 30px;position: relative;width: 100%;}
.section1 .li img{width: 100%;transition:  all 0.5s;}
.section1 .li:hover img{transform:  scale(1.1);}
.section1 .li .text{width: 100%;position: absolute;left: 0;top: 0;height: 100px;line-height: 100px;background: rgba(9,164,195,0.5);color: #fff;font-size:20px;text-align: center;}
.section2 .container{padding: 0;}
.section2{background: url(../images/s2_bg.jpg) center center no-repeat;padding: 100px 0;}
.section2 .li{background: rgba(255,255,255,0.8);padding: 50px 100px;overflow: hidden;}
.section2 .li .dd{width: 50%;float: left;font-size:22px;margin-bottom: 30px;}
.section2 .li .dd a{color: #555;transition:  all 0.5s;}
.section2 .li .dd span{display: inline-block;width: 8px;height: 8px;border-radius: 10px;border: 1px solid #333;margin-right: 20px;}
.section2 .li .dd:hover a{color: #09a4c3;}
.section2 .li .dd:hover a span{border: 1px solid #09a4c3}

.footer{padding-top: 30px ;background: #fff;}
.footer .col-md-6{padding: 0;}
.footer .f_left{color: #999;padding-top: 40px;}
.footer .f_left a{font-size:18px;font-weight: bold;color: #999;}
.footer .f_right{overflow: hidden;width: 100%;}
.footer .f_right .text{color: #555;float: left;}
.footer .f_right .text .p{margin-bottom: 10px;}
.footer .f_right  .ma{float: right;}
.footer .f_bottom{border-top:1px solid #e5e5e5;width: 100%;height: 60px;line-height: 60px;font-size:14px;color: #999;margin-top: 20px;}
.fixed_box{width:175px;position:fixed;top:200px;z-index: 999;}
.fixed_box .text{font-size:16px;text-align: center;margin-bottom: 20px;}
.fixed_box .img{width: 175px;height: 100px;background: #fff;border:1px solid #eee;margin-bottom: 12px;text-align: center;line-height: 100px;}
.fixed_left{
	/*margin-left: -825px;*/
	left:2%;
	
}
.fixed_right{
	/*margin-right: -825px;*/
	right:2%;
	
}
.footer-float-out{opacity: 0;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
.footer-float-out1{opacity: 0;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
.footer-float-in {opacity: 1;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}

.bodybg{background: #f5f5f5;}
.column_title{width: 100%;height: 150px;line-height: 150px;text-align: center;box-shadow: 0 10px 10px rgba(0,0,0,0.1);background: #fff;font-size:32px;margin-bottom: 60px;}
/*公司简介*/
.about_box .ab_box1{margin-bottom: 200px;position: relative;padding: 0;}
.about_box .ab_box1 .text{background: #fff;position: absolute;right: 0;top:100px;padding: 100px 50px;width: 50%;}
.about_box .ab_box1 .text .dt{font-size:22px;margin-bottom: 30px;}
.about_box .ab_box1 .text .dd{text-indent: 2em;line-height: 24px;margin-bottom: 30px;}
.about_box .ab_box2{width: 100%;height: 250px;background: url(../images/ab_bg.jpg) no-repeat center center;margin-bottom: 100px;}
.about_box .ab_box2 .ul .li{font-size:14px;color: #666;text-align: center;padding-top: 100px;}
.about_box .ab_box2 .ul .li span{font-size:48px;color: #09a4c3;font-weight: bold;line-height: 50px;}
.about_box .ab_box3{margin-bottom: 200px;position: relative;padding: 0;}
.about_box .ab_box3 img{position: absolute;right: 0;top:100px;z-index: 1;}
.about_box .ab_box3 .text{background: #fff;padding: 60px 50px;width: 60%;position: relative;z-index: 2;}
.about_box .ab_box3 .text .dt{font-size:22px;margin-bottom: 30px;}
.about_box .ab_box3 .text .dd{text-indent: 2em;line-height: 24px;margin-bottom: 30px;}

/*案例*/
.case_box .case_list{margin-bottom: 100px;}
.case_box .case_list .li{overflow: hidden;margin-bottom: 40px;background: #fff;}
.case_box .case_list .li:hover{box-shadow:  0 0 10px rgba(0,0,0,0.3);}
.case_box .case_list .img{float: left;width: 33%;}
.case_box .case_list .img img{width: 100%;}
.case_box .case_list .text{float: right;width: 66%;padding:40px 50px;}
.case_box .case_list .text .t1{font-size:22px;margin-bottom: 20px;}
.case_box .case_list .text .t2{font-size:16px;margin-bottom: 20px;color: #999;}
.case_box .case_list .text .t3{font-size:16px;margin-bottom: 20px;color: #555;}
.case_box .case_list .text .t4{width: 90px;height: 30px;border:1px solid #ccc;box-sizing: border-box;display: block;background: url(../images/case_arr.png) center center no-repeat;}
/*分页*/
.page{overflow: hidden;text-align: center;}
.page li{ list-style: none; display: inline-block;}
.page li a{ padding: 10px; height: 40px;line-height: 40px;color: #555;background: #fff;text-align: center;transition: all 0.5s;margin: 0 5px;}
.page li a.act{background: #09a4c3;color: #fff;}
.page li a:hover{background: #09a4c3;color: #fff;}
.page .t{width: 80px;}
.faq_box .page a{background: #f5f5f5;}
.faq_box .page a.act{background: #09a4c3;color: #fff;}
.faq_box .page a:hover{background: #09a4c3;color: #fff;}
/*详情*/
.show_box{background: #fff;margin: 100px auto;padding: 100px 50px;}
.show_box .show_title{text-align: center;border-bottom: 1px solid #ccc;padding-bottom: 20px;margin-bottom: 40px;color: #09a4c3;font-size:22px;}
.show_box .show_title .time{font-size:14px;color: #555;}
.show_box .show_body img{max-width: 100%;margin: 10px auto;}
/*faq*/
.faq_box{background: #fff;margin: 100px auto;padding: 50px;}
.faq_box .faq_top{border-bottom:1px solid #ccc;padding-bottom: 40px;margin-bottom: 40px;}
.faq_box .faq_top .t1{font-size:22px;margin-bottom: 30px;}
.faq_box .faq_top .t2{font-size:14px;color: #555;line-height: 30px;}
.faq_box .faq_list {margin-bottom: 30px;}
.faq_box .faq_list .faq_li{margin-bottom: 15px;}
.faq_box .faq_list .faq_li .d1{width: 100%;height: 70px;line-height: 70px;font-size:16px;color: #555;background: #f5f5f5;position: relative;padding-left: 15px;padding-right: 40px;}
.faq_box .faq_list .faq_li .d1 span{width: 20px;height: 20px;position: absolute;;top: calc(50% - 10px);right:15px;cursor: pointer;}
.faq_box .faq_list .faq_li .d1 span::after{content: "";width: 20px;height: 1px;background: #666;position: absolute;left: 0;top: 10px;}
.faq_box .faq_list .faq_li .d1 span::before{content: "";width: 1px;height: 20px;background: #666;position: absolute;left: 10px;top: 0;}
.faq_box .faq_list .faq_li .d2{background: #fafafa;margin-top: 15px;padding: 50px 30px;display: none;}
.faq_box .faq_list .faq_li .d2 .p{color: #555;line-height: 30px;margin-bottom: 30px;}
.faq_box .faq_list .faq_li.show .d1{background: #09a4c3;color: #fff;}
.faq_box .faq_list .faq_li.show .d1 span::after{background: #fff;}
.faq_box .faq_list .faq_li.show .d1 span::before{background: none;}
 
/*新闻*/
.news_box{margin-bottom:100px;}
.news_box .news_list .li{background: #fff;margin-bottom: 30px;padding: 30px;overflow: hidden;position: relative;}
.news_box .news_list .li .time{width: 15%;float: left;font-size:32px;text-align: center;padding-top: 30px;color: #555;transition:all 0.5s;}
.news_box .news_list .li .time span{font-size:16px;display: block;}
.news_box .news_list .li .img{width:190px;float: left;margin-left: 15px;}
.news_box .news_list .li .img img{width: 100%;}
.news_box .news_list .li .text{width:60%;float: left;padding-left: 40px;padding-top: 30px;color: #555;transition:all 0.5s}
.news_box .news_list .li .text .t1{font-size:22px;margin-bottom: 10px;}
.news_box .news_list .li .text .t2{font-size:16px;}
.news_box .news_list .li .arr{width: 23px;height: 20px;position: absolute;top:calc(50% - 10px);right: 30px;background: url(../images/arr_r.png);}
.news_box .news_list .li:hover .time{color:#09a4c3;}
.news_box .news_list .li:hover .text{color:#09a4c3;}
.news_box .news_list .li:hover .arr{background: url(../images/arr_r1.png);}
 /*产品*/
.product_box{margin-bottom:100px;}
.product_box .li{width: 32%;float: left;margin-right: 2%;background: #fff;border:1px solid #fff;padding: 20px 20px 0;transition: all 0.5s;margin-bottom: 30px;}
.product_box .li .img{width: 100%;margin-bottom: 20px;}
.product_box .li .img  img{width: 100%;}
.product_box .li .t1{font-size:22px;margin-bottom: 20px;transition: all 0.5s;}
.product_box .li .t2{font-size:14px;line-height: 30px;margin-bottom: 20px;height: 120px;overflow: hidden;}
.product_box .li .t3{font-size:14px;line-height: 60px;border-top: 1px solid #ddd;position: relative;transition: all 0.5s;}
.product_box .li .t3 span{float: right;display: block;width:15px;height: 15px;position: absolute;right: 0;top: calc(50% - 7px);background: url(../images/arr_r.png);background-size:100% ;}
.product_box .li:nth-child(3n){margin-right: 0%;}
.product_box .li:hover{border:1px solid #09a4c3;}
.product_box .li:hover .t1{color: #09a4c3;}
.product_box .li:hover .t3{color: #09a4c3;}
.product_box .li:hover .t3 span{background: url(../images/arr_r1.png);background-size:100% ;}

/*产品3级*/
.pro2_box{margin-top: 100px;}
.pro2_box .pro2_left{width: 24%;float: left;background: #fff;padding-bottom:70px;}
.pro2_box .pro2_left .dt{width: 100%;height: 120px;line-height: 120px;background: #09a4c3;color: #fff;padding-left: 40px;font-size:22px;font-weight: bold;margin-bottom: 30px;}
.pro2_box .pro2_left .dt a{color: #fff;}
.pro2_box .pro2_left .dt a img{display: inline-block;margin-left: 40px;}
.pro2_box .pro2_left .dd{width: 90%;height: 60px;line-height: 60px;border-bottom: 1px solid #f5f5f5;margin: 0 auto;}
.pro2_box .pro2_left .dd a{color: #555;transition:all 0.5s;display: block;padding-left: 25px;}
.pro2_box .pro2_left .dd:hover a{color: #09a4c3;background: #f5f5f5;}
.pro2_box .pro2_right{width: 74%;float: right;background: #fff;padding: 50px;}
.pro2_box .pro2_right .top{color: #09a4c3;padding-bottom: 50px;border-bottom:1px solid #f5f5f5;font-size:22px;margin-bottom: 30px;}
.pro2_box .pro2_right .des_box {overflow: hidden;margin-bottom: 50px;color: #555;line-height: 30px;}
.pro2_box .pro2_right .des_box .text .d1{font-size:18px;color: #09a4c3;margin-bottom: 10px;}
.pro2_box .pro2_right .des_box .text .d3{padding-left: 70px;position: relative;}
.pro2_box .pro2_right .des_box .text .d4{padding-left: 110px;position: relative;}
.pro2_box .pro2_right .des_box .text .d3 span{display: inline-block;width: 5px;height: 5px;background: #666;border-radius: 5px;position: absolute;left:40px;top:12px}
.pro2_box .pro2_right .des_box .text .d4 span{display: inline-block;width: 5px;height: 5px;border: 1px solid #666;box-sizing: border-box ;border-radius: 5px;position: absolute;left:70px;top:12px}
.pro2_box .pro2_right .des_box1{background: #fafafa;}
.pro2_box .pro2_right .des_box1 .img{float: left;width: 45%;}
.pro2_box .pro2_right .des_box1 .text{width: 55%;float: right;padding: 40px;}
.pro2_box .pro2_right .des_box2  .img{float: right;}
.pro2_box .pro2_right .des_box2 .text{width: 55%;float: left;}
.pro2_box .pro2_right .des_box3 .text{width:100%}
.pro2_box .pro2_right .des_box4{width: 100%;padding: 40px 50px;background: #f5f5f5;}
.pro2_box .pro2_right .des_box5 .text{width: 65%;float: left;}
.pro2_box .pro2_right .des_box5 .img{float: right;}
.pro2_box .pro2_right .des_box .text .d3:hover{color: #09a4c3;cursor: pointer;}
.pro2_box .pro2_right .des_box .text .d4:hover{color: #09a4c3;cursor: pointer;}
/*联系*/
.contact_box{margin-bottom: 100px;}
.contact_box .img1{width: 100%;display: block;}
.contact_box .c_box{width: 100%;background: #fff;padding: 100px 50px;}
.contact_box .c_box .box1{overflow: hidden;}
.contact_box .c_box .box1 .text{width: 80%;float: left;overflow: hidden;}
.contact_box .c_box .box1 .text .dt{font-size:22px;margin-bottom: 30px;margin-bottom: 30px;}
.contact_box .c_box .box1 .text .dd{width:25%;float: left;line-height: 30px;color: #555;padding-right: 5px;}
.contact_box .c_box .box1 .text .dd span{color: #999;margin-bottom: 5px;display: block;}
.contact_box .c_box .box1 .ma{float: right;max-width: 100%;}

.contact_box .c_box .box3 .dt{font-size:22px;margin-bottom: 30px;margin-bottom: 30px;}
.contact_box .c_box .box3 form{}
.contact_box .c_box .box3 form .left{width: 33%;float: left;}
.contact_box .c_box .box3 form .left .input{width: 100%;height: 50px;line-height: 50px;margin-bottom: 30px;padding-left: 20px;border: 1px solid #ccc;box-sizing: border-box;}
.contact_box .c_box .box3 form .textarea{width: 66%;float: right;line-height: 50px;}
.contact_box .c_box .box3 form .textarea textarea{resize: none;overflow: hidden;width: 100%;height: 210px;border: 1px solid #ccc;box-sizing: border-box;padding: 0 20px;outline:none;}
.contact_box .c_box .box3 form  input::-webkit-input-placeholder {color: #555}
.contact_box .c_box .box3 form  textarea::-webkit-input-placeholder {color: #555;}
.contact_box .c_box .box3 form .submit{width: 180px;height: 40px;text-align: center;line-height: 40px;color: #fff;background: #09a4c3;margin: 40px auto 0;display: block;}
.contact_box .c_box .box2{width: 100%;height: 450px;margin: 100px auto;}
/*手机导航*/
 
.rg{display: none;position: absolute;top:30px ;right:10px;z-index:10000}
.a_txt{display:none;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.rg{padding-right:5%;padding-top:14px}
.rg a img{height:16px;vertical-align:top}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#09a4c3;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#09a4c3;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #00b2d5}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:14px}
.a_txt .div3 ul li.bg .a_js2{background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li.bg .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
 
 
 	.hz{ background: url(/skin/cn/images/hzbg.jpg) no-repeat center; height:360px; overflow:hidden}
 	.hz ul{margin-top: 100px;}
 	.hz .wrap{ width: 1200px; margin: 0 auto;;}
 	.hz .fl{ float: left;}
 	.hz ul li{margin-right: 22px;}
 	.hz ul li:nth-child(4){ margin-right:0px;}
@media only screen and (max-width:768px) {
	.section1 .col-sm-3 {
    width: 50%;
}
	.wrap{
		width: 100%;
		padding: 0 15px;
	}
	.swiper-container-bn .bnimg{
		height: 180px;
	}
	.hz ul li{    width: 48%;
    text-align: center;
    margin: 1%;}
    .hz ul li img{width: 100%;
    height: auto;}
    .hz .wrap {
    margin: 0 auto;
    width: 100%;
}
}