@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: #2768c6;} /*主-背景色*/

/*主体*/
.container{ width: 100%; max-width: 1600px; padding: 0 50px;}
.home{ position: relative; width: 100%; height: auto; overflow: hidden;}
.header{ position: fixed; z-index: 1010; width: 100%; height: 80px; background: rgba(0,0,0,0.5);}
.hbbg { transition: all 0.5s; background: #000;}
.header .container{display: flex; justify-content:space-between; align-items: center;display: -webkit-flex; -webkit-justify-content:space-between; -webkit-align-items: center; max-width: 100%;}
.logo{ max-width: 500px; width: 50%; display: flex; justify-content: start; align-items: center;}
.logo img{ max-height: 80px;}
.logo .txt{ padding-left: 15px; margin-left: 15px; border-left: 1px solid rgba(255,255,255,0.7);line-height: 24px;font-size: 16px;}
.logo .txt span,.logo .txt b{ display: block; color: #fff;}
.logo .txt b{ letter-spacing: 4px;}
.nav{ width: 40%; max-width: 900px; 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: #fff; 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:#2768c6 }
.nav ul li>a::before{  display: block; content: ""; position: absolute; width: 0; bottom: -5px; left: 0; height: 5px; background: #2768c6; 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: 600px;}
.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: 200px; height: 80px; display: flex; justify-content: flex-end; align-items: center;}
.tel p{ padding: 0 15px; line-height: 20px;height: auto; padding-left: 60px; background: url(../images/tel.png) no-repeat left center;}
.tel p a{ color: #fff; font-size: 18px;}
.tel p a:last-child{ letter-spacing: 1.2px;}
.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:#2768c6;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:#2768c6;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:#3378db;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:block;width:100%;height:20px;line-height:20px;float:left}
/*首页大图*/
#banner{ position: relative; width: 100%; height: auto;cursor:pointer;}
#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:-150px;padding:30px 0;width:300px;height:auto}
#banner .mySwiper .swiper-slide{opacity:.4;}
#banner .mySwiper .swiper-slide span{ display: block;margin: auto; width: 40px; height: 40px; line-height: 36px; color: #fff; text-align: center; border-radius: 50%;border: 1px solid #3378db;}
#banner .mySwiper .swiper-wrapper{ display: flex; justify-content: center;}
#banner .mySwiper .swiper-slide-thumb-active{opacity:1; }
#banner .mySwiper .swiper-slide-thumb-active span{ background: #3378db;}

#banner .swiper-slide img{display:block;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)}

 /*首页*/
.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;}


/*手风琴*/
.service{overflow:hidden;margin:30px auto;width:100%;height:400;}
.service ul{overflow:hidden;width:100%;height:400; background:url(../images/bg3.jpg) no-repeat center #000;}
.service ul li{float:left;width:20%;height:400px; background-size: auto 100%; background-position:center; background-repeat: no-repeat;border-left: 1px solid #fff; box-sizing: border-box; transition: all 0.5s;}
.service ul li:first-child{ width: 40%;}
.service ul li a{ width: 100%; height: 400px; display: flex; justify-content: center;}
.service .txt{width:80%;height:auto; margin:10%; text-align: center;}
.service .txt img{ display: block; margin:15px auto; padding-top: 15px;}
.service .txt h3{ color:#fff; font-size: 20px;}
.service .txt p{color:#fff; width: 100%; max-width: 400px; margin:15px auto; height: 0; overflow: hidden; font-size: 15px; line-height: 24px; text-align: justify; text-justify: inter-ideograph;}
.service .txt small{ color: #fff; font-size: 14px; padding: 5px 30px; border: 1px solid #fff; display: none;}
.service .txt.act p{ height: auto;}
.service .txt.act{ background: rgba(50,120,220,0.8);}
.service .txt.act small{ display: inline-block}


.service-wap{overflow:hidden;margin:30px auto;width:100%;height:auto;}
.service-wap ul{overflow:hidden;width:100%;}
.service-wap ul li{float:left;width:100%; background-size: 100% auto; margin-bottom: 10px; background-position:center; background-repeat: no-repeat; box-sizing: border-box; transition: all 0.5s;}
.service-wap ul li a{ width: 100%; height: auto; display: flex; justify-content: center;}
.service-wap .txt{width:80%;height:auto; margin:10%; text-align: center;}
.service-wap .txt img{ display: block; margin:15px auto; padding: 15px;}
.service-wap .txt h3{ color:#fff; font-size: 20px;}


.s02-menu{padding:60px 0 60px;max-width: 1200px; margin: auto;}
.s02-menu ul{margin:0}
.s02-menu li{float:left;text-align:center;letter-spacing:1px}
.s02-menu li a{display: block; width: 100%;}
.s02-menu li img{width:120px; padding: 25px; border-radius: 50%; background: #3378db;}
.s02-menu li span{display:block;margin-top:12px;color:#333;font-size:20px}
.s02-menu li p{margin-top:2px;color:#ccc;text-transform:uppercase;font-size:12px}
.s02-menu li:hover img{-webkit-transform:bounce 1s;animation:bounce 1s}
.s02-menu li{width:25%}
.s02-menu li .red-font{margin-top:0;color:#333;font-size:12px}
/*精品项目*/
.project{ width: 100%; height: auto; overflow: hidden; padding: 50px 0; background: url(../images/bg1.jpg) no-repeat center bottom #f5f5f5;}
.project .box{margin-bottom:30px}
.project .box ul,.project .imglist ul{ display: flex; justify-content: space-between;}
.project .box ul li{ width: 48%;}
.project .box ul li a,.project .imglist ul li a{ display: block; text-align: center;}
.project .box ul li .img,.project .imglist ul li .img{ border-radius: 5px; overflow: hidden;}
.project .box ul li .txt{ padding: 15px 0; border-bottom: 1px solid #ddd;}
.project .box ul li .txt h3{ font-size: 24px; font-weight: normal; line-height: 40px;}
.project .box ul li .txt p{ font-size: 14px; line-height: 20px;text-align: left;}
.project .imglist ul li{width: 23%;}
.project .imglist ul li .txt{ padding: 15px 0;}
.project .imglist ul li .txt h3{ font-size: 16px; font-weight: normal;}
.project .box ul li:hover h3,.project .imglist ul li:hover h3,.s03 ul li:hover h3{ color:#3378db}

.project .img,.s03 .img{ position: relative; overflow: hidden;}
.project .img::before,.s03 .img::before{content: ""; display: block; pointer-events: none; width: 68px; height: 68px; background: url(../images/v.png) no-repeat; opacity: 0.5; position: absolute; bottom: -100%; left: 50%; margin-left: -34px; transition: all 0.5s;}
.project ul li:hover .img::before,.s03 ul li:hover .img::before,.main .imgbox .img:hover::before{ bottom: 50%; margin-bottom: -34px;}
/*标题*/
.s07 .tit,.s05 .tit,.s01 .tit,.s02 .tit,.s03 .tit,.s04 .tit,.service .tit,.project .tit,.partiner .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,.service .tit p,.project .tit p,.partiner .tit p{line-height: 40px; font-size: 14px; color: #666;}
.s07 .tit h3,.s05 .tit h3,.s01 .tit h3,.s02 .tit h3,.s03 .tit h3,.s04 .tit h3,.service .tit h3,.project .tit h3,.partiner .tit h3{ line-height: 30px; font-size: 30px; font-weight: normal; color: #333;}

.s06{ background: #2768c6;}
.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: #2768c6; 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{ padding: 0;}
/* .s01 .tit p,.s01 .tit h3{ color: #fff;} */
.s01 .swiper-slide a{ display: block; position: relative;}
.s01 .swiper-slide .img{ position: relative; z-index: 1; overflow: hidden; background: #000;}
.s01 .swiper-slide a img{ transition: all 0.5s; opacity: 0.9;}
.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:5px 15px; background: rgba(0,0,0,.5); font-weight: normal; color: #fff;}
.s01 .swiper-slide .txt h3 small{ color: #fff; line-height: 18px;}
.s01 .swiper-slide a:hover h3{ background: #2768c6;}
.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: #2768c6;}

/* .s02{ background:url(../images/bg2.jpg) no-repeat center bottom #fff; padding-bottom: 150px;} */
.s02 .box{ display: flex; justify-content: space-between; align-items: center; background: #f5f5f5; }
.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: 10; -webkit-box-orient: vertical;}
.s02 .lbox .txt a{ display:block; float: right; margin: 15px 0; padding: 10px 50px; border-radius: 35px; background: #2768c6; color: #fff;}
.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: #2768c6;}

.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: #2768c6; 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 .img{padding: 10px; border: 1px solid #ddd;}
.s03 .box ul li .txt{ width: 100%; height: 40px;text-align: center;}
.s03 .txt h3{ width: 100%; height: 40px; line-height: 40px; font-size: 16px;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: #2768c6; margin:0 auto;}
.s03 a.more{ display: inline-block; padding: 10px 150px; border: 1px solid #333; margin: 15px auto;}
.s03 a.more:hover{ color: #2768c6; border-color: #2768c6;}


.partiner{ width: 100%; height: auto; overflow: hidden; padding: 30px 0; background: #f5f5f5;}
.partiner .box ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.partiner .box ul li{ width: 20%; background: #fff;}
.partiner a.more{ display: inline-block; padding: 10px 150px; border: 1px solid #333; margin: 15px auto;}
.partiner a.more:hover{ color: #2768c6; border-color: #2768c6;}

.s04{ background:#fff; padding-bottom: 0;}
.s04 .submenu{ padding-bottom: 30px; text-align: center;}
.s04 .submenu a{ display: inline-block; padding: 5px 30px; background: #fff; border: 1px solid #ddd; transition: all 0.5s; font-size: 14px;}
.s04 .submenu a:hover{ background: #2768c6; border-color: #2768c6; 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:10px; text-align: center; cursor: pointer;}

.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: #2768c6;}
.s04 .box ul li:hover span,.s04 .swiper-pagination-bullet-active{ background: #2768c6;}
.s04 .swiper-pagination{ bottom: 0;}
.s04 .swiper-pagination-bullet{ width: 15px; height: 15px;}
/*新闻中心*/
.s05{ padding: 50px 0; height: auto; overflow: hidden;}
.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: #2768c6; color: #fff;}
.s05 .box{ position: relative;}
.s05 .lbox{ position: absolute; left: 0; width: 500px; height:382px; background: #eee; z-index: 1;}
.s05 .lbox a{ display: block; position: relative;}
.s05 .lbox img{ display: block; height: 382px;}
.s05 .lbox p{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 0 10px; height: 50px; line-height: 50px; overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; background: rgba(0,0,0,0.5); color: #fff;}
.s05 .rbox{ width: 100%; padding-left: 550px; 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: 2; -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: #2768c6; 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: 2; -webkit-box-orient: vertical; } */
.s05 .lbox:hover{ background: #2768c6;}
.s05 .lbox:hover p{background: #2768c6;}
.s05 .item a:hover h3{ color: #2768c6;}
.s05 .item a:hover .date span{ background: #2768c6;}
/*友情链接*/
.s07{ width: 100%; height: auto; float: left; overflow: hidden; padding: 30px 0; background: #fff;}
.links{ width: 100%; height: 50px; padding-left: 200px; background: url(../images/link.png) no-repeat left center; float: left;}
.links a{ display: inline-block; line-height: 50px; padding: 0 15px;}
.links a:hover{ color: #0165bb;}
/*首页底部*/
.footer{ background: #000; float: left; position: relative; overflow: hidden; width: 100%}
.footer::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg4.jpg) no-repeat bottom;
    background-attachment: fixed;
    opacity: 0.1;
    pointer-events: none;
}
.fnav{ padding:15px; text-align: center;  background: #0165bb;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4286f4, #0165bb);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4286f4, #0165bb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
.fnav a{ display: inline-block; padding:0 30px; font-size: 16px; color: #fff;}
.fnav a:hover{ color: #fff;}
.fbox{  display: flex; display: -webkit-flex; justify-content: space-between; padding: 30px 0;}
.fbox .lbox,.fbox .cbox{ padding: 30px 0; width: 100%; border-right: 1px solid rgba(255,255,255,0.2);}
.fbox .rbox{ padding: 30px 0; width: 100%;}
.fbox .cbox,.fbox .rbox{ padding-left: 50px; }
.fbox .rbox{ min-width: 440px;}
.fbox .lbox{ min-width: 400px;}
.fbox h3{color: #fff; padding-bottom: 10px; font-size: 20px;}
.fbox .lbox img{ float: left; padding-right: 30px; max-width: 150px;}
.fbox .cbox p{ line-height: 24px; font-size: 14px; color: #fff;}
.fbox .ftel{ float: left; padding-left: 60px; background: url(../images/ftel.png) no-repeat left;}
.fbox .ftel p{ font-size: 14px; color: #fff; line-height: 24px;}
.fbox .ftel p a{ font-size: 24px; color: #fff; font-weight: bold;}
.fbox .rbox p{ color: #fff;}
.fbox .rbox input.phone{ min-width: 280px; height: 50px; background: #fff; border: 0; padding: 5px 10px; float: left;}
.fbox .rbox input.btn{ width: 100px; height: 50px; background:#2768c6; border: 0; border-radius: 0; color: #fff;}
.fbot{line-height: 60px; font-size: 14px; color: #fff;border-top: 1px solid rgba(255,255,255,0.2);}
.fbot a{ color: #fff;}
/*移动端底部拨号按钮*/
.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:#2768c6;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:#2768c6}
.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; background: #000;}
    .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: #2768c6;}
    .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: 60px;}
    .s07 .tit p, .s05 .tit p, .s01 .tit p, .s02 .tit p, .s03 .tit p, .s04 .tit p, .service .tit p, .project .tit p, .partiner .tit p{ display: none;}
    .service ul{ height: auto; background: none;}
    .service ul li{ width: 100%; height: auto;}
    .service .txt.act p{ display: none;}
    .project{ padding: 30px 0;}
    .project .box ul li .txt h3 {
        font-size: 16px;
        line-height: 20px;}
        .project .box ul li .txt p{ display: none;}
        .project .imglist ul li .txt h3{ font-size: 12px;}
        .s02{ padding-bottom: 0;}
        .s02-menu li{ width: 50%; margin-bottom: 10px;}
        .s02 .lbox .txt p{ margin: 0; font-size: 14px;}
        .s02 .box{ padding: 10px;}
        .s05 .lbox img{ height: auto;}
        .partiner .box ul li{padding: 0;}
        .fbox .lbox,.fnav{ display: none;}
        .fbot{ line-height: 24px;}
        .fbox .lbox, .fbox .cbox{ border: none; padding: 0; min-width: auto;}
        .fbox{ display: block;}
       
 
 }
 @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:#2768c6;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: #0048b0;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;color: #666666;}
.floating_ck dl dd:hover{background-color:#0048b0;}
.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: #0048b0;border: solid 1px #0048b0;display:none;}
.floating_left a{color: #fff;line-height:60px;}
.floating_ewm{height:160px;top:-80px;}
.floating_ewm i{background-image:url(../images/code.jpg); 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;}
}


@media screen and (max-width:768px){
    .s02-menu{padding:15px 0 20px}
}

.tit p.en{ font-size: 26px; color: #ffac32;}