@charset "utf-8";
/* CSS Document */
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{ font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif; line-height:1.75; font-size: 16px; color: #333; line-height: 1.75;}
a,a:hover,a:active,a:visited,a:focus{color:#333; text-decoration: none;}
.bgcolor{ background-color: #01a668;} /*主-背景色*/

/*主体*/
.container{ width: 100%; max-width: 1500px; padding: 0 50px;}
.home{ position: relative; width: 100%; height: auto; overflow: hidden;}
.header{ position: fixed; z-index: 1010; width: 100%; height: 80px; background: #fff; box-shadow: 0 0 5px #aaa;}
.hbbg { transition: all 0.5s; background: #fff;}
.header .container{display: flex; justify-content:space-between; align-items: center;display: -webkit-flex; -webkit-justify-content:space-between; -webkit-align-items: center;}
.logo{ max-width: 500px; width: 50%;}
.logo img{ max-height: 80px;}
.nav{ width: 40%; max-width: 800px; min-width: 600px;}
.nav ul{ display: flex; justify-content: space-between;}
.nav ul li{ position: relative;}
.nav ul li>a{ position: relative; display: inline-block; line-height: 30px; color: #333; font-size: 16px; }
.nav ul li .subnav{ position: absolute; top: 55px;left: 0; width: 150%; min-width:180px; height:auto; max-height: 0; overflow: hidden; transition: all 0.5s; background:#01a668 }
.nav ul li>a::before{  display: block; content: ""; position: absolute; width: 0; bottom: -5px; left: 0; height: 5px; background: #01a668; transition: all 0.5s; }
.nav ul li:hover>a::before,.nav ul li.active>a::before{ width: 100%; }
.nav ul li:hover .subnav{max-height: 700px;}
.nav .subnav a{ display: inline-block; box-sizing: border-box; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.2); color:#fff; line-height: 30px; font-size: 14px; padding: 5px 15px;transition: all 0.5s; }
.nav .subnav a:hover{ text-indent: 10px;}
.tel{ width: 30%; min-width: 220px; height: 80px; display: flex; justify-content: flex-end; align-items: center;}
.tel p{ padding: 0 15px; line-height: 40px;height: 40px; background: #01a668; border-radius: 30px;}
.tel p a{ color: #fff; font-size: 20px;}
.code{ position: relative; width: 35px; height: 35px; margin-right: 15px;}
.code span.icon-code{ display: inline-block; width: 35px; height: 35px; background: url(../images/icon-code.png) no-repeat; background-size: 100% 100%; cursor: pointer;}
.code .code-img{ position: absolute; z-index: 999; bottom: 0; left: 0; width: 0; height: 0; opacity: 0; overflow: hidden; transition: all 0.5s;}
.code .code-img img{ width: 100%; height: 100%;}
.code:hover .code-img{opacity: 1; width: 120px; height: 120px; bottom: -130px; left: -40px;}
/*移动端导航样式*/
.menu-handler{overflow:hidden;width:60px;height:60px;cursor:pointer;position:absolute;right:0;top:0px;transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-webkit-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-moz-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);z-index:1012}
.menu-handler .burger{width:32px;height:5px;background:#01a668;display:block;position:absolute;z-index:5;top:18px;left:50%;margin:0px 0px 0px -16px;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-2{top:28px}
.menu-handler .burger-3{top:38px}
.menu-handler.active .burger-1{top:30px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
.menu-handler.active .burger-2{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{top:30px;-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}
.menuBlack{position:fixed;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5);z-index:999;display:none}
.menuBox{position:fixed;width:100%;top:0;right:-100%;height:100%;background:#01a668;z-index:1000;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none}
.navMobile{margin-top:60px; padding:30px 0;border-top: 1px solid rgba(255,255,255,0.3)}
.navMobile dd a{display:block;line-height:40px;color:#fff;font-weight:normal;font-size:18px;text-align: center;}
.navMobile dd p a.act{color:#fff}
.mtnav a{padding:13px 48px;font-size:16px}
.mtnav{background:#eee;display:none}
.mtools{overflow:hidden;background:rgba(0,0,0,0.1);position:fixed;right:-100%;bottom:0;width:100%}
.mtools a{display:block;width:33.33%;text-align:center;float:left;padding-top:10px;height:60px;overflow:hidden;color:#fff; border-left: 1px solid rgba(255,255,255,0.1)}
.mtools .iconfont{font-size:20px}
.mtools p{display:inline-block;vertical-align:middle}
.mtools .weixin .ico{background-position:center -198px}
.mtools .sina .ico{background-position:center -378px}
.m-wx{ width: 100%;display: flex; justify-content: center; box-sizing: border-box;padding: 15px; margin: auto; border-top: 1px solid rgba(255,255,255,0.2);}
.m-wx img{ margin: auto; }
.mtools span{display:inline-block;width:100%;height:20px;line-height:20px;float:left}
.m-wx .codebox{ max-width: 40%;padding: 2%; text-align: center; line-height: 14px; color: #fff}
.mtools .iconfont{font-size:30px;display:inline-block;width:100%;height:20px;line-height:20px;float:left}
/*首页大图*/
#banner{ position: relative; width: 100%; height: auto;cursor:pointer;padding-top: 80px;}
#banner .swiper{margin-right:auto;margin-left:auto;width:100%;height:300px}
#banner .swiper-slide{background-position:50%;background-size:cover}
#banner .mySwiper2{width:100%;height:80%}
#banner .mySwiper{position:absolute;bottom:0;left:50%;z-index:999;overflow:hidden;box-sizing:border-box;margin-left:-15%;padding:30px 0;width:30%;height:auto}
#banner .mySwiper .swiper-slide{width:25%;height:100%;opacity:.4;border: 2px solid;}
#banner .mySwiper .swiper-wrapper{ display: flex; justify-content: center;}
#banner .mySwiper .swiper-slide-thumb-active{opacity:1;border: 2px solid #01a668;}
#banner .swiper-slide img{display:block;width:100%;height:auto;object-fit:cover}
#banner .swiper-button-next,#banner .swiper-button-prev{ padding:10px 0;opacity:0;width:50px;height:50px; color: #fff; text-align: center;}
#banner .swiper-button-prev{left:50px; background:rgba(1,116,104, .7)}
#banner .swiper-button-next{right:50px; background:rgba(1,116,104, .7)}
#banner .swiper:hover .swiper-button-next,#banner .swiper:hover .swiper-button-prev{opacity:1}
 /*首页*/
.wrapper{ width: 100%; height: auto; overflow: hidden;}
.s01,.s02,.s03,.s04,.s05,.s06,.s07{ width: 100%; height: auto; overflow: hidden; float: left; padding: 30px 0;}

/*标题*/
.s07 .tit,.s05 .tit,.s01 .tit,.s02 .tit,.s03 .tit,.s04 .tit{ position: relative; z-index: 1; padding: 15px 0; text-align: center;}
.s07 .tit p,.s05 .tit p,.s01 .tit p,.s02 .tit p,.s03 .tit p,.s04 .tit p{line-height: 30px; font-size: 14px; color: #aaa;}
.s07 .tit h3,.s05 .tit h3,.s01 .tit h3,.s02 .tit h3,.s03 .tit h3,.s04 .tit h3{ line-height: 30px; font-size: 30px; font-weight: normal; color: #333;}

.s06{ background: #01a668;}
.s06 .container{ display: flex; justify-content: space-between; align-items: center;}
.s06 .logo1{ min-width: 300px;}
.s06 .box{ width: 100%; padding-left: 100px;}
.s06 ul{ display: flex; justify-content: space-between;}
.s06 ul li{ width: 30%; color: #fff;}
.s06 ul li span{display: block; position: relative; line-height: 100px; font-size: 100px; font-family: impact;}
.s06 ul li span::after{ content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 25px; background: #01a668; z-index: 2;} 
.s06 ul li h3{ font-size: 20px; line-height: 40px; margin-top: -10px;}
.s06 ul li p{ opacity: 0.7; font-size: 14px; line-height: 18px; max-width: 200px; margin: auto;}

.s07 .box{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.s07 .box a{ display: block; padding: 15px; border: 1px solid #eee; width: 19%; margin-bottom: 20px;}

.s01{ background: url(../images/cbg.jpg) no-repeat center; padding-top: 50px;}
.s01 .tit p,.s01 .tit h3{ color: #fff;}
.s01 .swiper-slide a{ display: block; position: relative; border: 5px solid #fff;}
.s01 .swiper-slide .img{ position: relative; z-index: 1; overflow: hidden; background: #000;}
.s01 .swiper-slide a img{ transition: all 0.5s; opacity: 0.7;}
.s01 .swiper-slide a:hover img{ transform: scale(1.1); opacity: 1;}
.s01 .swiper-slide .txt{ position: absolute; z-index: 2; bottom: 30px; left: 0;}
.s01 .swiper-slide .txt h3{ width: auto; padding:15px 30px; background: rgba(0,0,0,.5); font-weight: normal; color: #fff; margin-bottom: 30px;}
.s01 .swiper-slide a:hover h3{ background: #01a668;}
.s01 .swiper-slide .txt span{float: right; display: block; width: auto; color: #fff; border-bottom: 1px solid #fff;}
.s01 .swiper-container{ padding-bottom: 80px;}
.s01 .swiper-pagination .swiper-pagination-bullet{ width: 12px; height: 12px;}
.s01 .swiper-pagination .swiper-pagination-bullet-active{ background: #01a668;}

.s02{ background:url(../images/abg.jpg) no-repeat center bottom #fff; padding-bottom: 100px;}
.s02 .box{ display: flex; justify-content: space-between; align-items: center; background: #fff; }
.s02 .lbox,.s02 .rbox{ padding: 30px; position: relative;}
.s02 .lbox{width: 50%;}
.s02 .rbox{ width: 50%;}

.s02 .lbox .txt{position: relative; z-index:1;}
.s02 .lbox .txt p{ margin: 15px 0; text-align: justify; overflow : hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.s02 .lbox .txt a{ display: inline-block; margin: 15px 0; padding: 10px 50px; border-radius: 5px; background: #01a668; color: #fff;}
.s02 .lbox .txt a:hover{ background: #fff; color: #01a668; box-shadow: 0 0 5px #aaa;}
.s02 .rbox ul{ display: flex; justify-content: space-around; flex-wrap: wrap; max-width: 360px;}
.s02 .rbox li{ width: 50%; height: auto; overflow: hidden; margin: 15px 0;}
.s02 .rbox li a{ display: block; color: #fff; background: #444; padding:15px 30px; width: 150px; height: 130px; border-radius: 10px; text-align: center;}
.s02 .rbox li span{ display: inline-block;}
.s02 .rbox .icon{ width: 60px; height: 60px; background: url(../images/icons.png) no-repeat;}
.s02 .rbox .icon-1{ background-position: -145px 0;}
.s02 .rbox .icon-2{ background-position: -70px 0;}
.s02 .rbox .icon-3{ background-position: 0 0;}
.s02 .rbox .icon-4{ background-position: -222px 0;}
.s02 .rbox li:hover a{ background: #01a668;}

.s03 .submenu{ padding-bottom: 30px; text-align: center;}
.s03 .submenu a{ display: inline-block; padding: 5px 30px; margin: 2px 0; background: #f5f5f5; transition: all 0.5s; font-size: 14px;}
.s03 .submenu a:hover{ background: #01a668; color: #fff;}
.s03 .box ul li{ margin-bottom: 30px;}
.s03 .box ul li a{ display: block; position: relative; float: left; overflow: hidden;}
.s03 .box ul li .txt{ position: absolute; left: 0; bottom: 0; width: 100%; height: 40px; background: rgba(0, 0, 0, .5); transition: all 0.5s; text-align: center;}
.s03 .txt h3{ width: 100%; height: 40px; line-height: 40px; font-size: 16px; color: #fff; font-weight: normal; text-align: center;}
.s03 .txt p{ padding: 0 15%; margin: 15px 0; font-size: 14px;overflow : hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:center; color:#fff;}
.s03 .txt span{ display: inline-block; width: 40px; height: 3px; background: #01a668; margin:0 auto;}
.s03 .box ul li:hover .txt{ display: flex;  flex-direction: column; justify-content: center; height: 100%;}
.s03 a.more{ display: inline-block; padding: 10px 150px; border: 1px solid #333; margin: 15px auto;}
.s03 a.more:hover{ color: #01a668; border-color: #01a668;}

.s04{ background:#fff; padding-bottom: 0;}
.s04 .submenu{ padding-bottom: 30px; text-align: center;}
.s04 .submenu a{ display: inline-block; padding: 5px 30px; background: #f5f5f5; transition: all 0.5s; font-size: 14px;}
.s04 .submenu a:hover{ background: #01a668; color: #fff;}
.s04 .box{ padding: 10px 0; height: auto; overflow: hidden;}
.s04 .swiper-container{ padding-bottom: 60px;}
.s04 .box ul li{ width: 25%; float: left; background: #fff; padding:15px; text-align: center; cursor: pointer;}
.s04 .box ul li:nth-child(2n){ background: #f5f5f5;}
.s04 .box ul li span{ display: inline-block; background: #f5f5f5;}
.s04 .box ul li h3{ line-height: 20px; font-size: 18px; padding: 15px 0; font-weight: normal;}
.s04 .box ul li p{ font-size: 14px; line-height: 20px; color: #666; overflow : hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.s04 .box ul li:hover h3{color: #01a668;}
.s04 .box ul li:hover span,.s04 .swiper-pagination-bullet-active{ background: #01a668;}
.s04 .swiper-pagination{ bottom: 0;}
.s04 .swiper-pagination-bullet{ width: 15px; height: 15px;}
/*新闻中心*/
.s05{ padding: 50px 0;}
.s05 .submenu{ padding-bottom: 30px; text-align: center;}
.s05 .submenu a{ display: inline-block; padding: 5px 30px; background: #f5f5f5; transition: all 0.5s; font-size: 14px;}
.s05 .submenu a:hover{ background: #01a668; color: #fff;}
.s05 .box{ position: relative;}
.s05 .lbox{ position: absolute; left: 0; width: 450px; height:405px; background: #eee;}
.s05 .lbox a{ line-height: 60px; text-indent: 2em;}
.s05 .rbox{ width: 100%; padding-left: 500px; display: flex; justify-content: space-between;flex-wrap: wrap; }
.s05 .rbox .item{ width: 50%; border: 1px solid #ddd; padding: 30px;}
.s05 .rbox .item:first-child{ width: 100%; border-bottom: 0; }
.s05 .rbox .item:last-child{ border-left: 0; }
.s05 .rbox .item h3{ line-height: 40px; overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.s05 .rbox .item p{ overflow: hidden; line-height: 24px; font-size: 14px; text-align: justify; color: #666; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.s05 .rbox .item:hover p{ color: #333; }
.s05 .rbox .item .date span{ padding: 5px 10px; background: #aaa; color: #fff; display: inline-block; margin-right: 10px;}
.s05 .rbox .item:first-child a{ display: flex; justify-content: space-between; }
.s05 .rbox .item:first-child a .img{ width: 200px; }
.s05 .rbox .item:first-child a .txt{ width: 100%; padding-left: 30px; }
.s05 .rbox .item:first-child h3{ line-height: 30px; font-size: 20px; position: relative; padding-left: 80px; }
.s05 .rbox .item:first-child h3::before{ content: "头条"; display: block; height: 30px; font-size: 12px; line-height: 20px; padding: 5px 20px; background: #01a668; color: #fff; position: absolute; left: 0; }
.s05 .rbox .item:first-child p{ overflow: hidden; margin: 15px 0; line-height: 24px; color: #333; font-size: 16px; text-align: justify;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.s05 .lbox:hover{ background: #01a668;}
.s05 .lbox:hover a{color: #fff;}
.s05 .item a:hover h3{ color: #01a668;}
.s05 .item a:hover .date span{ background: #01a668;}
/*底部*/
.footer{ width: 100%; height: auto; padding: 0; background: #fff; }
.footer .foot p{ width: 100%; height: 60px; line-height: 30px; padding: 15px 0; background: #fff; text-align: center; font-size: 12px;}
.footer .foot p a{ color: #666;}
/*移动端底部拨号按钮*/
.footer-nav{ display: none; border-top: 1px solid rgba(255,255,255,0.3); position:fixed;right:0;bottom:0;left:0;z-index:9999;height:55px;background:#01a668;color:#fff;align-items:center;justify-content:space-around}
.footer-nav .nav-item{display:flex;width:25%;height:100%;color:#fff;vertical-align:middle;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:12px;flex-shrink:1;align-items:center;flex-direction:column;justify-content:center}
.footer-nav .nav-item.active{background-color:#01a668}
.footer-nav .nav-item .nav-icon{display:block;margin-bottom:2px;width:24px}
.footer-nav .nav-item .nav-icon>img{display:block;max-width:100%}
.show-wx{position: fixed; bottom: 54px; z-index: 1002; width: 100%; display: none; overflow: hidden; text-align: center;}
.show-wx img{ display: inline-block;max-width: 150px;}

/*Ipad样式*/
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .header,.tel{ height: 60px;}
    .tel{ min-width: 50%; padding-right: 60px;}
    .logo{ width: 50%;}
    .header .container{ justify-content: space-between; align-items: center;}
    .container{ padding: 0 30px;}
 
}


/*移动端样式*/
@media screen and (max-width: 768px) {
    .footer-nav{display:block;display:flex;}
    #rollTop{ right: 0; bottom: 65px;}
    .container{ padding: 0 10px;}
    .header{ height: 60px; position: relative;}
    .logo img{ max-height: 50px; margin: 5px 0;}
    .logo{ width: 100%;}
    .header.mhbg{ position: fixed;}
    .s06 .container{ display: block;}
    .s06 .box{ padding-left: 0;}
    .s06 ul li span{ font-size: 50px; line-height: 50px;}
    .s06 ul li span::after{ height: 15px;}
    .s06 ul li{ width: 33%;}
    .s06 ul li h3{ font-size: 14px;}
    .s06 ul li p{ font-size: 10px;}
    .s01 .swiper-container{ padding-bottom: 30px;}
    .s01 .swiper-slide{ margin-bottom: 10px;}
    .s02 .box{ padding-top: 0; display: block;}
    .s02 .lbox .txt{ padding: 15px;}
    .s02 .lbox .txt a{ padding: 5px 30px; font-size: 14px;}
    .s02 .lbox, .s02 .rbox{ padding: 0; background: none;width: 100%;}
    .s02 .rbox ul{ max-width: 100%;}
    .s02 .rbox li a{ margin: auto; background: #01a668;}
    .videos{ width: 100%; margin-left: -50%;}
    .s02 .video{ padding: 30px 0;}
    .s02 .bot a{ width: 100%;}
    .s02 .bot a span{ background-position: 30px 25px !important; }
    .s02 .line{ display: none}
    .s02 .rbox li{ width: 24%;}
    .s02 .rbox li a{ padding: 5px 0; width: auto; height: auto;}
    .s03 .box ul{ padding: 0; margin: 0 -5px;}
    .s03 .box ul li{ width: 50%; padding:0 5px; margin-bottom: 10px;}
    .s03 .submenu a{ padding: 5px 15px;}
    .s03 a.more{ max-width: 100%; padding: 10px 100px;}
    /*优势*/
    .s04 .box ul li{ width: 50%; padding:20px 10px; background: none; }
    .s04 .box ul li:nth-child(2n){ background: none;}
    .s04 .box ul li h3{ font-size: 16px; }
    .s04 .box ul li p{ font-size: 10px;}
    .s04 .box{ padding: 0;}
    /*新闻中心*/
    .s05{ padding: 0;}
    .s05 .lbox{ width: 100%; height: auto; overflow: hidden; position: relative; margin-bottom: 10px; }
    .s05 .lbox p{ overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
	.s05 .rbox,.s05 .rbox .item:first-child a .txt{ width: 100%; padding: 0; }
	.s05 .rbox .item:first-child a .img{ display: none; }
	.s05 .rbox .item:first-child,.s05 .rbox .item{ padding: 10px; }
	.s05 .rbox .item:first-child h3{ font-size: 16px; }
	.s05 .rbox .item:first-child p{ font-size: 12px; line-height: 18px; }
    .s05 .rbox .item{ width: 100%; border: 0; border-bottom: 1px dotted #ddd;}
    .s05 .rbox .item p{ line-height: 18px; font-size: 12px;}
    .s07 .box a{ width: 22%;}
    .s07 .box a:nth-child(n+13){ display: none;}
    .footer .foot p{ height: auto; font-size: 12px; line-height: 24px;}
    .footer{ padding-bottom: 55px;}
    .s04 .submenu{ display: none;}
    #banner{ padding-top: 0;}

 }
 @media screen and (max-width:375px) {
    .s06 ul li h3{ font-size: 12px;}
    .s04 .box ul{ margin: 0 -10px;}
    .s04 .box ul li{ padding: 5px;}
    .s04 .box ul li h3{ padding: 5px 0;}
 }

.fooform{/* height:346px; */background:#02a766;text-align:center;margin-top: 30px;padding: 40px 0;}
.fooform-til{font-size:34px;color:#fff;margin: 20px 0 6px;}
.fooform-sutil{font-size:14px;color:#fff;margin: 0 0 45px;}
.fooform-list{width:100%;}
.fooform-list li{float:left;margin-right:1.38%;margin-bottom: 20px;}

.fooform-list input{width:100%;height:60px;border:0;text-indent:20px;background:#ffffff}
.clearfix:after,.clearfix:before{content:"\200B";display:block;height:0;clear:both}
.fooipn1,.fooipn2{width:17.36%}
.fooipn3{width:47.22%}
.fooipn4{width:13.61%}
.fooform-btn{width:100%;height:60px;border:1px solid #fff;background:0 0;font-size:14px;color:#fff}
@media screen and (max-width:768px){
    .fooform{ margin-top: 0;}
    .fooform-sutil{font-size:14px;color:#fff;margin: 0 0 05px;}
    .fooform-til{font-size:18px;color:#fff;margin:30px 0 6px;}
    .fooipn1,.fooipn2{width: 49%;}
    .fooform-list li{ margin-right: 0;}
    .fooform-list li:first-child{ margin-right: 2%;}
    .fooform-list li:last-child{ width: 100%;}
    .fooipn3{width: 100%;}
    .fooipn4{width:50%} 
    .fooform-btn{width:100%;height:60px;border:1px solid #fff;background:0 0;font-size:14px;color:#fff;text-align:center;margin:0 auto;}

    }

.floating_ck{position:fixed;right:20px;top:65%;z-index:9999;display:block;}
.floating_ck dl dd{position:relative;width:60px;height:60px;margin-bottom: 1px; background-color: #0a8758;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;color: #666666;}
.floating_ck dl dd:hover{background-color:#0a8758;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/qq.png);}
.words{background-image:url(../images/kficon.png);}
.quote{background-image:url(../images/kficon.png);}
.qrcord{background-image:url(../images/erweima.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{color: #fff;display:block;padding-top:40px;font-size:10px}
.floating_left{position:absolute;left:-120px;top:0px;width: 120px;height:60px;background-color: #0a8758;border: solid 1px #0a8758;display:none;}
.floating_left a{color: #fff;line-height:60px;}
.floating_ewm{height:160px;top:-80px;}
.floating_ewm i{ background-size: 100%; display:block;width:100px;height:100px;margin:auto;margin-top:10px;}
.floating_ewm p{color: #fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:8px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:12px;}
@media screen and (max-width: 768px){
.floating_ck{display:none;}
}