@charset "utf-8";blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}
address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:400}
abbr,body,fieldset,html,iframe,img{border:0}
address,cite,dfn,em,i,var{font-style:normal}
[hidefocus],summary{outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:lighter}
sub,sup{font-size:83%}
code,kbd,pre,samp{font-family:inherit}
q:after,q:before{content:none}
textarea{overflow:auto;resize:none}
label,summary{cursor:default}
a,button{cursor:pointer}
b,em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}
a,a:hover,del,ins,s,u{text-decoration:none}
body,button,input,keygen,legend,select,textarea{font:12px/1.14 'Microsoft YaHei',\5b8b\4f53;color:#333;outline:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Microsoft YaHei',sans-serif;line-height:1.75;font-size:1.6rem;color:#333;line-height:1.75}
a,a:active,a:focus,a:hover,a:visited{color:#333;text-decoration:none}
body,html{width:100%;height:100%;position:relative}
/*公共样式*/
.container{width:100%;max-width:1600px;margin:auto}
.bg-color{ background: #2a4198;}
.bg-linear{ background: #2a4198; background-image: linear-gradient(45deg, #2a4198, #00a161);}
/*图像*/
.imgcut1{position:relative;padding-bottom:75%;overflow:hidden}
.imgcut1 img{position:absolute;display:block;width:100%;height:100%;object-fit:contain}
.imgcut2{position:relative;padding-bottom:75%;;overflow:hidden}
.imgcut2 img{position:absolute;display:block;width:100%;height:100%;object-fit:cover}

.flex{display: flex; display: -webkit-flex;  -webkit-justify-content: space-between; justify-content: space-between;  -webkit-align-items: center;align-items: center;}

/********************************/
.header{ position: fixed; top: 0; left: 0; width: 100%; height: auto; padding:0; z-index: 999; background: rgba(255,255,255,.2);}
.header.hbbg{ box-shadow: 0 0 3rem rgba(0,0,0,.2); background: #fff;}
.header .container{padding:1.5rem; transition: all 0.5s;}
.search_container{ position: absolute; width: 100%; height: auto; display: none; overflow: hidden; background: #f5f5f5;}
.search_box{ padding: 1.5rem; max-width: 1200px; margin: auto;}
.search_box span.close{ display: block; width: 2rem; height: 2rem; background: url(../images/close.png) no-repeat; background-size: contain; -webkit-transition: 0.4s; -o-transition: 0.4s;transition: 0.4s;}
.search_box span.close:hover{-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.search_box form{ max-width: 60rem; margin:3rem auto; overflow: hidden;}
.search_box form input{ width: 54rem; height: 6rem; border: 0; padding:0 1.5rem; font-size: 1.6rem; float: left;}
.search_box form input.button{ width: 6rem; background: url(../images/search.png) no-repeat center #2a4198; background-size: auto;}
.search_box .teltxt{ padding-bottom: 3rem; display: flex; align-items: center; justify-content: center; color: #666}
.search_box .teltxt  span{ height: 6rem; line-height: 6rem; padding-left: 6rem; background: url(../images/phone1.png) no-repeat; background-position: 1rem; background-size: 4rem;}
.search_box .teltxt a{ font-size: 3rem; color: #2a4198; padding: 0 1rem;}
.header.hbbg .container{ padding:1rem;}
.logo{ width: 100%; max-width: 55rem; -webkit-justify-content: flex-start; justify-content: flex-start;}
.logo img{ max-height: 4rem;}
.header .tel{ display: flex; display: -webkit-flex; -webkit-justify-content: space-around; justify-content: space-around; min-width: 12rem; max-width: 12rem; height: 4.8rem; border-radius: 3rem; overflow: hidden;}
.header .tel a{ display: block; width: 2rem; height: 2rem; margin: 1.4rem auto;}
.header .tel a.sbtn{ background: url(../images/search.png) no-repeat; background-size: contain;}
.header .tel a.tbtn{ background: url(../images/tel.png) no-repeat; background-size: contain;}
.header .tel span{display: block; width: 1px; height: 2rem; background: rgba(255,255,255,.3); margin: 1.4rem 0;}

.navbox{ display: block; width: 100%; padding: 0 3rem; min-width: 80rem; max-width: 90rem;}
.nav{height: 5rem;line-height: 5rem;}
.nav ul li{ position: relative; width: 16.66%;}
.nav ul li>a{ position: relative; display: block; width: 100%; color: #333; text-align: center; font-size: 1.6rem; font-weight: bold;}
.nav ul li:hover > a::before,.nav ul li.active > a::before{ content: ""; display: block; position: absolute; left: 1rem; top: 2rem; width: 1.2rem; height: 1.2rem; border-radius: 50%; border: 2px solid #2a4198;}
.nav ul li:hover > a,.nav ul li.active > a{ color: #2a4198;}
.nav ul li .subnav{ position: absolute; top: 6.5rem; width: 100%; min-width:12rem; height:auto; max-height: 0; overflow: hidden; transition: all 0.5s; background:#2a4198;}
.header.hbbg .nav ul li .subnav{ top: 6rem;}
.nav ul li:hover .subnav{max-height: 100rem;}
.nav .subnav a{ display: block; width: 100%; line-height: 2rem; padding: 1rem 2rem; border-bottom: 1px solid rgba(255,255,255,0.2); color:#fff; font-size: 1.4rem;  transition: all 0.5s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-pack: center; -webkit-line-clamp: 1; }
.nav .subnav a:hover{ text-indent: 1rem;}
/*移动端导航样式*/
.menu-handler{position:absolute;z-index:1012;right:0;top:1.5rem;width:6rem;height:6rem;overflow:hidden;cursor:pointer; background: #2a4198;}
.menu-handler .burger{position:absolute;z-index:5;top:1.6rem;left:50%;display:block;width:3.4rem;height:0.5rem;margin:0 0 0 -1.7rem;background:#fff;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-2{top:2.7rem}
.menu-handler .burger-3{top:3.8rem}
.menu-handler.active .burger-1{top:2.6rem;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
.menu-handler.active .burger-2{opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{top:2.6rem;-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}
.menuBlack{position:fixed;z-index:999;top:0;bottom:0;right:0;left:0;background:#fff;display:none}
.menuBox{position:fixed;width:100%;top:0;right:-100%;height:100%; z-index:1000;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none; background: #fff;}
.navMobile{margin-top:8rem;padding:3rem 0;border-top:1px solid rgba(0,0,0,.2)}
.navMobile dd a{display:block;line-height:6rem;font-weight:400;font-size:2.4rem;text-align:center; }
.navMobile dd p a.act{font-size: 3rem;}
.navMobile dd .mtnav a{ line-height: 5rem; padding:0 5rem;font-size:2rem}
.mtnav{display:none; background: rgba(0,0,0,0.05);}
.m-wx{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:15px;margin:auto;border-top:1px solid rgba(255,255,255,.2)}
.m-wx img{margin:auto;}
.m-wx .codebox{max-width:50%;padding:2%;text-align:center;line-height:2rem; font-size: 2.4rem; color:#fff}
@media screen and (max-width:1560px){
    .nav ul li:hover > a::before,.nav ul li.active > a::before{ left: 0;}
    .navbox{ min-width: 70rem;}
    .nav ul li > a{ font-size: 1.6rem;}
    .slogn img{ max-width: 15rem;}
}
@media screen and (max-width:1199px){
    .header.hbbg .container{ padding: 1.5rem;}
    .navbox{ width: 0; min-width: 0;}
    .logo{ position: relative; z-index: 1002;}
    .logo img{ max-height: 5rem;}
    .tel{ margin-right: 0;}
}
@media screen and (max-width:767px){
    .slogn{ padding-left: 0;}
    .navbox{height: 6rem; position: relative;}
    .search_box form input{ width: 40rem }
    .menu-handler{ top: 0;}
    .navMobile{margin-top:8rem;}
    .header .container,.header.hbbg .container{ padding: 1rem;}
}
/*幻灯大图*/
#banner{position:relative;width:100%;height:auto; overflow:hidden;cursor:pointer;}
#banner .swiper-container{ position: relative; z-index: 2; width:100%;height:auto;margin:0 auto;max-height:900px; overflow: visible;}
#banner .swiper-slide{position:relative}
#banner .img-fix{overflow:hidden}
/* #banner .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1)}
#banner .swiper-slide-active img,#banner .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)} */
#banner .swiper-container img{width:100%;height:auto}
#banner .swiper-container .swiper-button-next:hover,#banner .swiper-container .swiper-button-prev:hover{opacity:1}
#banner .swiper-button-next,#banner .swiper-button-prev{width:2rem; height: 4rem; position: absolute; bottom: -6rem; top: auto;}
#banner .swiper-button-prev{background:url(../images/left.png) no-repeat center; background-size:2rem 4rem; left: 10rem;}
#banner .swiper-button-next{background:url(../images/right.png) no-repeat center; background-size:2rem 4rem; right: auto; left: 28rem;}
#banner .bottom-nav{position:absolute; left: 0; bottom:0; z-index:999;width:25%; height: auto;}
#banner .swiper-pagination{position:relative;display:flex; justify-content: center; height:3.6rem; margin: 3rem;}
#banner .swiper-pagination-bullet{ display: block; float: left; width:1.6rem;height:1.6rem;border:1px solid #fff;border-radius:50%;background:0 0;box-sizing:border-box;margin:1rem;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;opacity:1}
#banner .swiper-pagination-bullet-active{background:#fff}

@media screen and (max-width:1199px){
    #banner{ padding-top: 9rem;}
    #banner .swiper-button-next, #banner .swiper-button-prev,#banner .bottom-nav{ display: none;}
}
@media screen and (max-width:767px){
    #banner{ padding-top: 8rem;}
}
/*首页板块*/
.wrapper{ width: 100%; height: auto; overflow: hidden;}
.tit{ position: relative; text-align: center; padding: 3rem 0;}
.tit h3{ display: inline-block; width: auto; position: relative; font-size: 3rem; padding: 0 2rem; 
    background: linear-gradient(to right,#2a4198,#00a161);
    background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;}
.tit h3::after{content: ""; position: absolute; left: 50%; margin-left: -3rem; bottom: -1.5rem; width: 6rem; height:0.2rem; background: #2a4198; }
.tit P{ margin-top: 2rem;}
@media screen and (max-width:767px){
    .tit{ padding-bottom: 2rem;}
    .tit span{ font-size: 4rem;}
}

/*产品*/
.module01{ width: 100%; height: auto; padding: 5rem 0; overflow: hidden; background: #fff;}
.module01 .box .menubar{ width: 100%; padding: 2rem 0; -webkit-justify-content: center; justify-content: center;-webkit-flex-wrap: wrap; flex-wrap: wrap;}
.module01 .box .menubar a{ display: inline-block; width: 15rem;text-align: center; height: 4.5rem; line-height: 4.5rem; padding: 0 2rem; margin:0 1rem 1rem; color: #333; border-radius: 4rem; white-space: nowrap; overflow: hidden;text-overflow: ellipsis; background: #eee;}
.module01 .box .menubar a:hover,.module01 .box .menubar a.on{ color: #fff;background: #2a4198; background-image: linear-gradient(45deg, #2a4198, #00a161);}
.module01 .box .imglist{margin-bottom: 6rem; margin-top: 2rem; display: none; width: 100%;}
.module01 .box .imglist.active{ display: block;}
.module01 .box .imglist ul{ -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: -1.5rem;}
.module01 .box .imglist ul li{ width: 25%; padding: 1.5rem;}
.module01 .box .imglist ul li.big{ width: 50%;}
.module01 .box .imglist ul li a{ display: block; position: relative; overflow: hidden;}
.module01 .box .imglist ul li .txt{width: 100%; height: 5rem; line-height: 5rem; padding: 0 2rem; background: #f0f0f0; color: #333; text-align: center;}
.module01 .box .imglist ul li .txt span.arrow{ display: block; width: 3rem; height: 3rem; line-height: 3rem; text-align: center; font-size: 1.2rem; border-radius: 50%; background: #2a4198; background-image: linear-gradient(45deg, #2a4198, #00a161); color: #fff;}
.module01 .box .imglist ul li img{ transition: all 0.5s;}
.module01 .box .imglist ul li .imgbox{ padding-bottom: 70%; overflow: hidden;}
.module01 .box .imglist ul li:hover img{ transform: scale(1.1);}
.module01 .box .imglist ul li:hover .txt{ color:#2a4198;}

@media screen and (max-width:1199px){
    .module01 .box .imglist ul li{ width:33.33%;}
    .module01 .box .imglist > ul > li:nth-child(n+7){ display: none;}
}
@media screen and (max-width:767px){
    .module01 .box .menubar a{ margin:0.2rem;}
    .module01 .box .imglist{ margin-bottom: 0;}
    .module01 .box .imglist ul{ margin: -0.5rem;}
    .module01 .box .imglist ul li{ padding: 0; width: 49%; margin-bottom: 1rem;}
}

/*关于*/
.module06{ width: 100%; height: auto; overflow: hidden; background: url(../images/bg.jpg) no-repeat; background-size: cover;}
.module06 .about_bar{ width: 100%; padding: 5rem 0;}
.module06 .about_bar .numCount{ width: 100%;}
.module06 .item{ width:33.33%; box-sizing: border-box; cursor: pointer;}
.module06 .item .txt{ position: relative; text-align: center; border-right: 1px solid rgba(0,0,0,.2);}
.module06 .item:last-child .txt{ border: 0;}
.module06 .item .txt .txtbox{ width: 100%; height: 100%; text-align: center; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center;}
.module06 .item .txt h3{ font-size: 5rem; 
    background: linear-gradient(to right,#2a4198,#00a161);
    background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.module06 .item .txt p{  font-size: 1.4rem;}
.module06 .item .txt h3 sup{ font-size: 1.4rem }
.module06 .box{ width: 100%; height: auto; padding: 5rem 0; }
.module06 .left,.module06 .right{ width: 50%; height: auto;}
.module06 .left .a_tit{ line-height: 6rem; text-align: left; padding-bottom: 2rem;}
.module06 .left .a_tit b{ position: relative; display: inline-block; font-size: 3rem; 
    background: linear-gradient(to right,#2a4198,#00a161);
    background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.module06 .left .a_tit b::after{ position: absolute; content: ""; display: block; width: 6rem; height: 0.2rem; background: #2a4198; left: 0; bottom:0;}
.module06 .left .a_tit span{ display: block; font-size: 2.4rem; letter-spacing: 2px;}
.module06 .left p{ line-height: 3rem; font-size: 1.4rem; text-align: justify; display: -webkit-box; overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 9;-webkit-box-orient: vertical; color: #666;}
.module06 .left a.more{ display: inline-block; border: 1px solid #ddd; padding: 1rem 5rem; margin: 3rem 0; transition: all 0.5s;}
.module06 .left a.more:hover{ background: #2a4198; border-color: #2a4198; color: #fff;}
.module06 .right{ padding-left: 5rem;}
.module06 .right .imgbox{ padding-bottom: 65%;}
/*视频*/
.video{ position: relative; width: 100%; height: auto; overflow: hidden; }
.videolist { position:relative; width:100%; height:auto; margin: auto; background: #000; }
.videolist img{ opacity: 0.5;}
.videolist img.videoed{ opacity: 1;}
.videolist span{ font-size: 20px; display: inline-block; position: absolute; top: 50%; left: 50%;margin-top: 30px; margin-left: -60px; color: #fff;}
.videolist:hover{ cursor: pointer; }
.videoed { width:50px; height:50px; position: absolute; left:50%; top:50%; margin-left: -25px; margin-top: -25px; z-index:99; border-radius:100%; }
.videos{ display:none; position:absolute; left:0; top:0; z-index:100; width: 100%; height:100%; background: #00916e;}
.videos video{ height: 100%;}
.vclose{ position:absolute;right:0; top:0; border-radius:100%; cursor: pointer; }
@media screen and (max-width:1199px){
    .module06 .numCount{ width: 100%;}
    .module06 .item{ width: 30%;}
    .module06 .item .txt h3{ font-size: 3rem;}
    .module06 .item .txt p{ font-size: 1.2rem;}
    .module06 .about_bar .about_tel p{ font-size: 1.4rem; line-height: 2rem;}
    .module06 .box{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .module06 .left,.module06 .right{ width: 100%; padding: 1rem 0;}
    .module06 .about_bar .about_tel span.number{ font-size: 2.5rem; line-height: 2.5rem;}
}
@media screen and (max-width:767px){
    .module06 .about_bar .container{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .module06 .about_bar .about_tel,.module06 .about_bar .numCount{ width: 100%;}
    .numCount{ width: 100%; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: 3rem;}
    .module06 .item{width: 33.33%; border: none; display: block; margin-bottom: 0.5rem;}
    .module06 .item .txt{ padding:0 1rem;}
    .module06 .item .txt h3{ font-size: 4rem; line-height: 2;}
    .module06 .item .txt p{ font-size: 1.6rem; line-height: 1.2; text-align: center;}
    .module06 .left p{ font-size: 1.8rem;}
}

/*伙伴*/
.module03{ height: auto; overflow: hidden; padding: 5rem 0; background: url(../images/bg4.jpg) no-repeat; background-size: cover;}
.module03 .box{  padding-bottom: 5rem;}
.module03 .box ul{-webkit-flex-wrap: wrap; flex-wrap: wrap;}
.module03 .box li{ width: 15%; background: #fff; margin-bottom: 2rem;}
.module03 .box li:hover a{box-shadow: 0 0 3rem rgba(0,0,0,.1);}
.module03 .box a{ display: block; padding-bottom: 45%;}
@media screen and (max-width:1199px){
    .module03 .box li{ width: 23%;}
}
@media screen and (max-width:767px){
    .module03 .box li{ width: 33%; margin-bottom: 2px;}
}
/*案例展示*/
.module05{ width: 100%; height: auto; padding: 5rem 0; overflow: hidden;}
.module05 .imgcut{ padding-bottom: 67%;}
.module05 .tree{ padding: 6rem 0;}
.module05 .tree ul{ position: relative; width: 100%; height: auto; overflow: hidden;}
.module05 .tree ul::after{ content: ""; position: absolute; z-index: -1; left: 0; bottom: 2.5rem; width: 100%; height: 1px; border-top: 1px dotted #aaa; }
.module05 .tree ul li{ -webkit-flex-direction: column; flex-direction: column; text-align: center;}
.module05 .tree ul li .img{ position: relative; width: 10rem; height: 10rem; border-radius: 50%; background: #0094d4; border:1rem solid #6cd3ff;}
.module05 .tree ul li img{ display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto;}
.module05 .tree ul li .txt{ margin: 2rem 0;}
.module05 .tree ul li .txt h3{ font-size: 2.4rem; font-weight: normal;}
.module05 .tree ul li span{ display: block; width: 5rem; height: 5rem; line-height: 5rem; text-align: center; color: #666; background: url(../images/number-bg.png) no-repeat; background-size: 100%;}
.module05 .tree ul .arrow{ width: 3rem; height: 3rem; background: url(../images/jt.png) no-repeat center; background-size: 100%;}
@media screen and (max-width:1199px){
    .module05 .tree ul li .img{ width: 8rem; height: 8rem;}
    .module05 .tree ul li{ width: 15%;}
    .module05 .tree ul .arrow{ width: 1.7%;}
    .module05 .tree ul li .txt h3{ font-size: 1.8rem;}
    .module05 .tree ul li .txt p{ font-size: 1.4rem; line-height: 2rem; padding-top: 1rem;}
}
@media screen and (max-width:767px){
    .module05{ padding-bottom: 0;}
    .module05 .tree ul{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .module05 .tree ul li{ width: 30%; margin-top: 1rem;}
    .module05 .tree ul li .img{ width: 12rem; height: 12rem;}
    .module05 .tree ul li .txt h3{ font-size: 2rem;}
    .module05 .tree ul li .txt p{ font-size: 1.6rem;}
    .module05 .tree{ padding: 3rem 0;}
}
/*新闻*/
.module08{ padding-top: 5rem; padding-bottom: 15rem;}
.module08 .box{ align-items:stretch;}
.module08 .left{ width: 40%;}
.module08 .left a{ display: block; height: 100%; background: #f0f0f0;}
.module08 .left a:hover{ background: #2a4198; color: #fff;}
.module08 .left a:hover p{ color: #fff;}
.module08 .left a:hover small{ background:#fff; color: #2a4198;}
.module08 .left .txt{ padding: 3rem;}
.module08 .left .txt h3{ font-size: 2rem;}
.module08 .left .txt h3 span{white-space:nowrap;text-overflow :ellipsis; overflow : hidden}
.module08 .left .txt p{ font-size: 1.4rem; color: #666; margin-top: 2rem; line-height: 2.4rem; text-align: justify; display: -webkit-box; overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.module08 .left .txt small{ display: block; background: #2a4198; background-image: linear-gradient(45deg, #2a4198, #00a161); border-radius: 3rem; line-height: 2rem; padding: 1rem 2rem; color: #fff; font-size: 1.4rem; font-weight: normal;}
.module08 .right{ width: 56%;}
.module08 .right ul{ -webkit-flex-direction: column; flex-direction: column; height: 100%;}
.module08 .right ul li{ overflow: hidden;}
.module08 .right a{ height: 100%; background: #f0f0f0;}
.module08 .right ul li:hover a{background: #2a4198; color: #fff;}
.module08 .right ul li:hover span{ background:#fff; color: #2a4198;}
.module08 .right .img{ width: 30%;}
.module08 .right .txt{ width: 70%; padding:1rem 3rem;}
.module08 .right .txt h3{ font-size: 2rem; white-space:nowrap;text-overflow :ellipsis; overflow : hidden;}
.module08 .right .txt p{ font-size: 1.6rem; line-height: 2.4rem; margin: 1.5rem 0; text-align: justify; display: -webkit-box; overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.module08 .right .txt span{display: inline-block; line-height: 2rem; font-size: 1.2rem; padding: 1rem 2rem; background: #2a4198; background-image: linear-gradient(45deg, #2a4198, #00a161); color: #fff; border-radius: 3rem;}
@media screen and (max-width:1199px){
    .module08 .box{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .module08 .left,.module08 .right,.module08 .right ul li{ width: 100%;}
    .module08 .right .txt{padding: 1rem;}
    .module08 .right .txt h3{ line-height: 4rem;}
    .module08 .right ul li{ margin-top: 3rem;}
}
@media screen and (max-width:767px){
    .module08 .right .img{ width: 20%;}
    .module08 .right .txt{ width: 80%;}
    .module08 .right .txt span{ display: none;}
    .module08 .right ul li{ margin-top: 1rem;}
}
/*底部*/
.footer{ width: 100%; height: auto;background: url(../images/bg5.jpg) no-repeat #2a4198; background-size: cover; background-position: 50%; }
.footer .foot{ padding: 5rem 0;}
.footer .foot .container{ -webkit-align-items: stretch; align-items: stretch;}
.footer .left{ width: 24%; position: relative;}
.footer .left .bg-linear{ position: absolute; left: 0; top: -15rem; width: 100%; height: 130%; padding: 3rem; background: url(../images/bg3.jpg) no-repeat; background-size: cover; background-position: 50%; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: flex-start; align-items: flex-start;}
.footer .left span{ font-size: 5rem; line-height: 5rem; font-weight: bold; color: rgba(255,255,255,.2);}
.footer .left h3{ font-size: 3rem; color: #fff;}
.footer .left p{ position: relative; color: #fff; font-size: 1.6rem;}
.footer .left p::after{ content: "+"; position: absolute; top: -8rem; left: 0; font-size: 5rem; color: #fff;}
.footer .center,.footer .right{ width: 38%;}
.footer .center .flex,.footer .right .flex{ -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: flex-start; align-items: flex-start;}
.footer .center span{ display: block;}
.footer .center{ padding-left: 5rem; color: #fff;}
.footer .center small,.footer .center span{ display: block;}
.footer .center p{ line-height: 3rem; margin: 1rem 0; color: #fff; font-size: 1.4rem; padding-left: 7rem; background-size: 5rem 5rem; background-position: left center; background-repeat: no-repeat;}
.footer .center p:first-child{ background-image: url(../images/phone.png);}
.footer .center p:nth-child(2){ margin: 3rem 0; background-image: url(../images/address.png);}
.footer .center small{ font-size: 1.4rem;}
.footer .center span.number{ font-size: 3rem; font-weight: bold;}
.footer .center .WeChat img{ max-width: 15rem;}
.footer .right .flex{ -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: flex-end; align-items: flex-end;}
.footer .right h3{ position: relative; width: 100%; max-width: 50rem; font-size: 2rem; font-weight: normal; text-align: center; color: #fff;}
.footer .right h3::after{ content: ""; position: absolute; top: 1.5rem; left: 0; width: 100%; height: 1px; background-image: repeating-linear-gradient(to right, rgba(255,255,255,0.2), rgba(255,255,255,0.2) 35%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 65%,rgba(255,255,255,0.2) 65%, rgba(255,255,255,0.2) 100%)}
.footer .right input,.footer .right textarea{ width: 100%; max-width: 50rem; border: none; border-radius: 0; color: #fff; padding: 1rem; font-size: 1.4rem; line-height: 3rem; margin-top: 2rem;}
.footer .right input:not(.btn),.footer .right textarea{ padding-left: 3.5rem; background: none; border-bottom: 1px solid rgba(255,255,255,.2);}
.footer .right input.uname{ background-image: url(../images/icon_admin.png); background-repeat: no-repeat; background-position: 1rem 1.8rem; background-size: 1.6rem 1.6rem;}
.footer .right input.phone{ background-image: url(../images/icon_nav_tel.png); background-repeat: no-repeat; background-position: 1rem 1.8rem; background-size: 1.6rem 1.6rem;}
.footer .right textarea{ border: 1px solid rgba(255,255,255,.2);}
.footer .right textarea{ background-image: url(../images/icon_wx.png); background-repeat: no-repeat; background-position: 1rem 1.8rem; background-size: 1.6rem 1.6rem;}
.footer .copyright{ width: 100%; height: auto; padding: 2rem 0; overflow: hidden; color: #fff; font-size: 1.4rem;}
.footer .copyright a,.footer .copyright span{ display: inline-block; padding: 0 0.5rem; color: #fff;}
.footer .copyright a:hover{ text-decoration: underline;}
@media screen and (max-width:1199px){
    .module08{ padding-bottom: 3rem;}
    .footer .left{ display: none;}
    .footer .center{ padding: 0;}
    .footer .center,.footer .right{ width: 100%;}
}
@media screen and (max-width:767px){
    .footer .right h3{ font-size: 3rem;}
    .footer .right input.uname,.footer .right input.phone,.footer .right textarea{ font-size: 2rem; background-size: 2.4rem 2.4rem; padding-left: 4.5rem; background-position: 1rem 1.4rem}

    .footer{ padding-bottom: 7rem;}
    .footer .container.flex{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .footer .center{ padding-bottom: 3rem;}
    .footer .copyright{ font-size: 1.6rem;}
   
}
/*侧边客服*/
.floating_ck{position:fixed;right:2rem;top:65%;z-index:9999;display:block}
.floating_ck dl dd{position:relative;width:6rem;height:6rem;margin-bottom:1px;background-color:#2a4198;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;color:#666}
.floating_ck dl dd:hover{background-color:#2a4198}
.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{display:block;padding-top:4rem;color:#fff;font-size:10px}
.floating_left{position:absolute;left:-120px;top:0;width:120px;height:6rem;background-color:#2a4198;border:solid 1px #2a4198;display:none}
.floating_left a{color:#fff;line-height:6rem}
.floating_ewm{height:auto;top:-8rem; padding-bottom: 1rem;}
.floating_ewm i{display:block;width:100px;height:100px;margin:auto;margin-top:1rem;background-size:100%}
.floating_ewm p{margin-top:5px;color:#fff}
.floating_ewm .qrcord_p01{font-size:1rem;line-height:2rem}
.floating_ewm .qrcord_p02{font-size:1.2rem}
@media screen and (max-width:767px){
    .floating_ck{display:none}
}
/*移动端底部导航按钮*/
.footer-nav{position:fixed;right:0;bottom:0;left:0;z-index:9999;height:7rem; padding-top: 1rem; background:#2a4198; border-top:1px solid rgba(255,255,255,.3);color:#fff}
.footer-nav .nav-item{-webkit-display:flex;display:flex;width:25%;height:100%;vertical-align:middle;flex-shrink:1;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:1.8rem;color:#fff}
.footer-nav .nav-item.active{background-color:#2a4198}
.footer-nav .nav-item .nav-icon{display:block; width:3rem}
.footer-nav .nav-item .nav-icon>img{display:block;max-width:100%}
.show-wx{position:fixed;z-index:1002;bottom:6rem;width:100%;display:none;overflow:hidden;text-align:center}
.show-wx img{display:inline-block;max-width:15rem}

