@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: #ce0000;} /*主-背景色*/
/*返回顶部*/
#rollTop { position:fixed; z-index:9999; right:50px; bottom:10px; width:40px; height: 40px;}
#rollTop a{ display: inline-block; width: 100%; height: 100%; background: url(../images/rollTop.png) no-repeat center; background-size: 50%;}
/*主体*/
.container{ width: 100%; max-width: 1600px; padding: 0 50px;}
/*顶部样式*/
#header{ position: relative; width: 100%; height: auto; padding: 15px 0; z-index: 1001; background:#005eb5;}
#header .container{display: flex; justify-content:space-between; align-items: center;display: -webkit-flex; -webkit-justify-content:space-between; -webkit-align-items: center;}
.logo{ min-width: 300px; width: 30%; display: flex; justify-content: start; align-items: center;}
.logo img{ max-height: 60px;}
.logo span{ display: block; padding-left: 15px; margin-left: 15px; border-left: 1px solid #ddd; line-height: 50px; color: #fff;}
.oheight{ transition: all 0.5s; background: rgba(255,255,255,0.7);}
#header.hbbg{ transition: all 0.5s; background:#222; box-shadow: 0 0 10px rgba(0,0,0,.3);}
.nav{ width: 40%; max-width: 800px; min-width: 700px;}
.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: 35px;left: 0; width: 120%; min-width:170px; height:auto; max-height: 0; overflow: hidden; transition: all 0.5s; background:#005eb5 }
.nav ul li>a::before{  display: block; content: ""; position: absolute; width: 0; bottom: -5px; left: 0; height: 3px; background: #fff; transition: all 0.5s; }
.nav ul li:hover>a::before,.nav ul li.active>a::before{ width: 100%; }
.nav ul li:hover>a,.nav ul li.active>a{ color: #fff }
.nav ul li:hover .subnav{max-height: 800px;}
.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; background: rgba(0,0,0,0.2);}

.tel{ width: 30%; min-width: 265px; height: 50px; display: flex; justify-content: flex-end; align-items: center;}
.tel p{ padding: 0 15px; line-height: 40px;height: 40px; background: #fff; border-radius: 30px;}
.tel p a{ color: #f00; 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;}
/* .hbbg .nav ul li>a::before,.hbbg .tel p{ background: #fff;}
.hbbg .tel p a{ color: #005eb5;} */

/*移动端导航样式*/
.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:#fff;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:#222;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:#444;display:none}
.navMobile .mtnav>a{ padding: 0; font-size: 14px;}
.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: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{ width: 100%; height: auto; position:relative; cursor:pointer; z-index: 999}
#banner .swiper-container{ width:100%; margin:0 auto; height:auto; max-height: 900px;}
#banner .swiper-slide{position:relative;}
#banner .swiper-slide .content{position:absolute;top:50%;right:50%;z-index:20;margin-top:-190px;margin-right:-600px;width:1200px;height:auto}
#banner .swiper-slide .content img{margin:auto;width:auto;height:auto; max-width: 100%;}
#banner .swiper-slide .content a{display:inline-block;margin-top:30px;padding:8px 50px; border-radius: 50px; background:#005eb5;color:#fff}
#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{padding:5px 0;width:44px;border-radius:50%;opacity:.3}
#banner .swiper-button-prev{left:15px;background:url(../images/left.png) no-repeat center #fff}
#banner .swiper-button-next{right:15px;background:url(../images/right.png) no-repeat center #fff}
#banner .bottom-nav{width:100%;text-align:center;position:absolute;bottom:30px;z-index:10}
#banner .swiper-pagination{position:relative;display:inline-block;height:29px;vertical-align:middle}
#banner .swiper-pagination-bullet{border-radius:10px;width:20px;height:20px; background: #fff; box-sizing:border-box;margin:0 5px;vertical-align:middle;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:#005eb5;}
/*主体*/
.wrapper{ width: 100%; height: auto; overflow: hidden; position: relative; z-index: 998}
.s01,.about,.solution,.case,.new,.s06{ width: 100%; height: auto; overflow: hidden; float: left; padding: 30px 0;}

.partiner{ margin: 30px 0;}
.partiner ul{display: flex; justify-content: space-between; align-items: center;}
.partiner ul li{ display: flex; justify-content: center; align-items: center; width: 30%; padding: 30px; background: #fff; box-shadow:0 0  15px #eee; border-radius: 5px;}
.partiner ul li .txt{ padding-left: 30px;}
.partiner ul li h3{ font-size: 30px; line-height: 40px; color:#005eb5; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.partiner ul li:last-child h3{ font-family: impact;}
.partiner ul li p{ line-height: 18px; font-size: 14px;}
.s01-main .tbox{ background: #fff; padding: 15px 0; display: flex; justify-content: space-between; align-items: center;}
.s01-main .tbox form{ width: 100%; max-width: 320px;}
.s01-main .tbox input.key{ width: 260px; height: 40px; background: #f1ffdb; border: 0; padding: 5px; float: left;}
.s01-main .tbox input.btn{ float: left; width: 60px; height: 40px; border-radius: 0; border-left: 1px solid #ddd;  background: url(../images/seach_btn.png) no-repeat center #005eb5; }

/*标题*/
.tit{ text-align: center;}
.tit h3{font-size: 40px; line-height: 80px; color: #005eb5; position: relative;}
.tit h3 span{ color: #333; font-weight: normal;}
.tit h3::after{ content: ""; position: absolute; bottom: -25px; left: 50%; margin-left: -94px; display: block; width:188px; height: 40px; background: url(../images/t.png) no-repeat center;}
.tit p{ line-height: 40px; padding: 15px 0;overflow: hidden;}
.tit img{ margin: auto;}

.s01 .swiper-slide a{ display: block; position: relative; border: 1px solid #ddd; overflow: hidden;}
.s01 .swiper-slide .img{ position: relative; z-index: 1; overflow: hidden;}
.s01 .swiper-slide a img{ transition: all 0.5s;}
.s01 .swiper-slide a:hover{ border-color: #0068b1;}
.s01 .swiper-slide a:hover img{ transform: scale(1.1);}
.s01 .swiper-container{ padding-bottom: 80px;}
.s01 .swiper-pagination .swiper-pagination-bullet{ width: 12px; height: 12px;}
.s01 .swiper-pagination .swiper-pagination-bullet-active{ background: #005eb5;}

.s01-sidebar{ width: 100%; height: auto; float: left;  background: #fff; box-sizing: border-box;}
.s01-sidebar .menu{ float: left; width: 100%;}
.s01-sidebar .menu .side_nav{ display: flex; justify-content: center; flex-wrap: wrap; }
.s01-sidebar .menu .side_nav a{ display: block; width: 9.8%; margin:0.1%; background: #005eb5; text-align: center; line-height: 50px; font-size: 14px; color: #fff;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.s01-sidebar .menu .side_nav a:hover{ background: #da0000 }

.s01-main{ width: 100%; float: left; box-sizing: border-box;}
.s01-content{ background: #fff; width: 100%;height: auto;}
.s01-content .menu{ width: 100%; height: auto; text-align: left;}
.s01-content .menu a{ display: inline-block; padding: 6px 25px; background: #005eb5; color: #fff; border-radius: 30px; margin-right: 15px;}
.s01-content .menu a:hover{ background: #ffa700; color: #fff;}
.s01-content ul.imgbox{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.s01-content ul.imgbox li{ width: 23.5%; margin: 15px 0;}
.s01-content ul.imgbox li p{ padding: 10px 15px; line-height: 30px; background: #f5f5f5; overflow: hidden; display: flex; justify-content: space-between;}
.s01-content ul.imgbox li p span:last-child{ border-left: 1px solid #ddd; font-size:16px; padding: 0 5px;}
.s01-content ul.imgbox li:hover p{ background: #005eb5; color: #fff;}
.s01-content ul.imgbox li:hover .img{ border-color:#005eb5}


.about{padding:50px 0;width:100%;height:auto;background:url(../images/abg.jpg) no-repeat top}
.about .tbox{box-sizing:border-box;margin:auto;width:100%;}
.tbox h3{font-size:30px;line-height:60px}
.tbox h3,.tbox p{color:#fff;text-align:center}
.tbox p{max-width: 70%; margin: auto; padding-bottom:20px;font-size:16px;line-height:24px}
.about .numCount{padding:50px 0;background:0 0}
.about .numCount ul li{position:relative;float:left;box-sizing:border-box;padding:0 30px;width:25%;border-right:1px solid hsla(0,0%,100%,.2);text-align:center}
.about .numCount ul li:last-child{border-right:0}
.about .numCount .item{position:relative;z-index:1}
.numCount li .numU{line-height:1}
.numCount li .numCX{background:#fff;color:transparent;font-family:impact;font-size:35px;-webkit-background-clip:text}
.numCount li sub{ color: #fff; bottom: 50px; font-size: 100%; }
.numCount li .indc{padding:10px 0;color:#fff;font-size:14px}
.about .lbox,.about .rbox{width:50%}
.about .lbox{box-sizing:border-box}
.about .box{display:flex;box-sizing:border-box;margin:auto; padding: 50px; background:#005eb5; justify-content:space-between;align-items:center}
.about .rbox{box-sizing:border-box;padding-right:50px}
.about .rbox .txt_tit h3{font-size:30px;line-height:30px;color: #fff;}
.about .rbox .txt_tit h3 span{ font-weight: normal; color: #fff;}
.about .rbox .txt_box{padding:20px 0}
.about .rbox .txt_box p{text-align:justify;font-size:16px;line-height:30px;color:#fff}
.about .rbox a.more{display:inline-block;padding:10px 50px;background:#fff;color:#005eb5}
.about .rbox a:hover{background:#222}
.about .tit h3 span{ color: #fff;}
.about .tit h3::after{ background: url(../images/t1.png) no-repeat center;}
.about .tit p{ color: #fff;}
.about .bbr{ padding-top: 30px }
.about .bbr .tit h3{ color: #005eb5;}
.about .bbr .tit h3 span{ color: #333;}
.about .bbr .tit h3::after{ background: url(../images/t.png) no-repeat center;}
.about .bbr .tit p{ color: #333;}


.list_img p{ text-align: center;}

.solution{ background:#f5f5f5; padding:0;}
.solution .container{ display:flex; justify-content: space-between; align-items: center; }
.solution .lbox{ width: 100%; padding-right:50px; }
.solution .tit{ text-align: left; }
.solution .tit h3{ line-height:40px }
.solution .tit h3::after{ display: none }

.solution .box{ display: flex; justify-content: space-between;}
.solution .box .item{ padding: 30px; background: #fff; width: 15%; cursor: pointer; text-align: center;}

.solution .box .item .img{ position: relative; width: 40px; height: 40px; overflow: hidden; margin: auto;}
.solution .box .item img{ display: block; margin: auto;}
.solution .box .item img.hover{ position: absolute; z-index: 1; opacity: 0; transition: all .5s;}
.solution .box .item span{ display: block; line-height: 40px;}
.solution .box .item:hover{ background: #005eb5; color: #fff;}
.solution .box .item:hover img{ opacity: 0;}
.solution .box .item:hover img.hover{ opacity: 1; top:0;left: 0;}


.solution .rbox{ padding: 30px 15px; max-width: 300px; min-width: 300px;min-height: 400px; background: #005eb5; }
.solution .rbox p{ color: #fff; line-height: 40px; padding-left: 30px; background:url(../images/feedback.png) no-repeat left center; }
.solution .rbox input,.solution .rbox textarea{ display: block; border: 0; background: #fff; width: 100%; line-height: 30px; margin: 5px 0;padding:5px;}
.solution .rbox .tel{ font-size: 14px; color: #fff; min-width: auto; width: 100%; display: block; padding-top:20px }
.solution .rbox .tel a{ font-size: 24px; color: #fff }

.advantage{ width: 100%; padding:50px 0; height: auto; overflow: hidden; background:url(../images/ysbg.jpg) no-repeat top #000; background-attachment:fixed; }
.advantage .tit h3 span,.advantage .tit p{ color: #fff }
.advantage .tit h3::after{ background: url(../images/t1.png) no-repeat center;}
.advantage .item{ background: rgba(0,0,0,0.5); display: flex; justify-content: space-between; align-items: center;}
.advantage .item .txt,.advantage .item .img{ width: 50%; }
.advantage .item .txt{ padding: 30px;}
.advantage .item .txt ul li{ margin: 10px 0; }
.advantage .item .txt .top{ display: flex; align-items: center; }
.advantage .item .txt .top i{ display: block; width:60px; height: 60px; background: #005eb5; color: #fff; line-height: 60px; text-align: center; font-family: impact;font-size: 30px }
.advantage .item .txt .top h3{ font-size: 30px; color: #005eb5; line-height: 30px; padding: 0 15px}
.advantage .item .txt .top span{ display: block; font-size: 16px; color: #aaa;font-weight: normal; }
.advantage .item .txt .bot{ line-height: 24px; padding: 10px 0;color: #fff; }



.case{padding:30px 0;background:url(../images/cbg.jpg) no-repeat #f5f5f5; background-size: 100% 100%}
.case .tit h3 span{ color: #333; }
.case .bbox,.case .tit,.new .box{margin:auto;max-width:1560px}
.case .bbox{padding:30px 0;}
.case .tit{padding-bottom:0}
.case .txt{ text-align: left; background: #fff;}
.case .bbox h3{font-size: 18px; font-weight: normal; line-height: 40px; padding:0 10px;}
.case .bbox p{ font-size: 14px; padding:0; line-height: 30px; overflow: hidden; text-align: center; color: #666; background: #005eb5;}
.case .bbox p span{ display: block; float: left; width: 50%; text-align: center; color: #fff;}
.case .bbox p span:last-child{ background: #222 }

.case .bbox .swiper-slide:hover h3{color:#005eb5}

.case .submenu{ max-width: 1560px; margin: auto; text-align: center; padding: 0; }
.case .submenu a{ font-size: 14px; padding:10px 30px; display: inline-block; border-radius: 30px; }
.case .submenu a:hover,.case .submenu a:first-child{ background: #005eb5; color: #fff; }



.honner{padding:30px 0;background:#fff; }
.honner .tit h3 span{ color: #333; }
.honner .bbox,.honner .tit{margin:auto;max-width:1560px}
.honner .bbox{padding:30px 0;}
.honner .tit{padding-bottom:0}
.honner .txt{ text-align: left; background: #fff;}
.honner .bbox h3{font-size: 14px; font-weight: normal; line-height: 40px; padding:0 10px; text-align: center; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.honner .bbox p{ font-size: 14px; padding:0; line-height: 30px; overflow: hidden; text-align: center; color: #666; background: #005eb5;}
.honner .bbox p span{ display: block; float: left; width: 50%; text-align: center; color: #fff;}
.honner .bbox p span:last-child{ background: #222 }
.honner .bbox .swiper-slide:hover h3{color:#005eb5}
.honner .bbox .img{ background:#f5f5f5; padding: 20px }




.new{overflow:hidden;padding:50px 0;}
.new .bbr{ display: flex; justify-content: space-between; padding: 30px 0; }
.new .submenu{ text-align: right; }
.new .submenu a{ font-size: 16px; line-height: 16px; padding: 0 10px; display: inline-block; }
.new .submenu a{ border-right: 1px solid #aaa; }
.new .submenu a:last-child{ border-right: 0; }
.new .submenu a:hover{ color: #005eb5; }

.new .box{display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;}
.new .lbox{float:left;width:50%}
.new .rbox{float:left;box-sizing:border-box;padding-left:50px;width:50%}
.new .lbox ul{display:flex;justify-content:space-between}
.new .lbox ul li{width:100%;background:#fff;}
.new .lbox ul li a{ display: block; position: relative; }
.new .lbox ul li .txt{ position: absolute; bottom: 0; left: 0; padding:15px; background: rgba(0,0,0,0.7); width: 100%;}
.new .lbox ul li .txt h3{font-size:20px;line-height:24px; color: #fff;}
.new .lbox ul li .txt h3 small{display:inline-block;color:#fff;font-size:12px}
.new .lbox ul li .txt p{ margin: 10px 0; font-size:14px;line-height:24px; color: #fff;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.new .lbox ul li:hover .txt{ background: rgba(0, 94, 181, 0.7);}
.new .rbox ul{ height: 100%; display: flex; justify-content: space-between; flex-direction: column;}
.new .rbox ul li{padding:20px;width:100%;background:#fff; border: 1px solid #ddd;}
.new .rbox ul li a{display:flex;justify-content:space-between;align-items:center}

.new .rbox ul li .date{ padding:0 30px; border-right:1px solid #ddd; }
.new .rbox ul li .date p{ font-size: 60px; line-height: 70px; font-weight: bold; text-align: center; }
.new .rbox ul li .date span{ font-size: 18px; line-height: 30px; color: #aaa; display: block; min-width: 65px;}
.new .rbox ul li .txt{float:left;box-sizing:border-box;padding:0 15px;}
.new .rbox ul li .txt h3{overflow:hidden;width:100%;height:50px; padding-bottom: 10px; text-overflow:ellipsis;white-space:nowrap;font-size:20px;line-height:40px}
.new .rbox ul li .txt p{color:#666;font-size:14px;line-height:24px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.new .rbox ul li:hover{background:#005eb5; border:1px solid #005eb5;}
.new .rbox ul li:hover h3,.new .rbox ul li:hover span,.new .rbox ul li:hover p{color:#fff}
.new .rbox ul li:hover .date{ border-right:1px solid #fff; }



.footer{position:relative;float:left;overflow:hidden;width:100%;background:url(../images/fbg.jpg) no-repeat bottom #000; background-attachment: fixed;}
.fnav{display:flex;margin:auto;padding:20px 0;max-width:1560px;border-bottom:1px solid hsla(0,0%,100%,.2);justify-content:space-between}
.fnav a{display:inline-block;padding:0 20px;font-size:20px}
.fnav a,.fnav a:hover{color:#fff}

.fcenter{ width: 100%; height: auto; overflow: hidden; padding: 50px 0; border-bottom:1px solid hsla(0,0%,100%,.2);}
.fbox{display:flex;display:-webkit-flex;margin:auto; width: 100%; max-width:1560px;justify-content:space-between}
.fbox .cbox,.fbox .lbox,.fbox .rbox{padding:0;width:100%}
.fbox .cbox,.fbox .rbox{padding-left:50px}
.fbox .lbox{ display: flex; justify-content: flex-start; align-items: flex-start; max-width: 600px;}
.fbox .lbox img{ display: block; float:left;padding-right:30px;max-width:200px}
.fbox .lbox p{width: 100%; float: left; color:#fff;font-size:14px;line-height:24px;}
.fbox .lbox p span{ display: block; font-size: 20px; padding-bottom: 10px;}

.fbox .rbox{ display: flex; justify-content: flex-start; flex-direction: column; }
.fbox .rbox h3{ font-size: 20px; color: #fff; font-weight: normal; padding: 5px;}
.fbox .rbox h3 small{ font-size: 12px; color: #fff;}
.fbox .rbox .navall{ padding: 15px 0; display: flex; justify-content: flex-start;}
.fbox .rbox .navall a{ display: inline-block; margin: 5px; padding: 5px 10px; color: #fff; background: #005eb5;}
.fbox .rbox p{ color: #fff; font-size: 16px; padding: 5px;}

.fbot{margin:auto;padding:20px 0;max-width:1560px;text-align:center;font-size:12px}
.fbot,.fbot a{color:#fff}
.footer-nav{display:none}


.flink{ height: 60px; line-height: 60px; width: 100%; overflow: hidden; background: #005eb5; padding:0 50px; }
.flink-box{width: 100%; max-width: 1560px; margin: auto; display: flex; justify-content: start; align-items: center; }
.flink-box h3{ padding-right: 50px; line-height: 60px; color: #fff; font-size: 24px; font-weight: normal; }
.flink-box h3 small{ font-size: 14px;color: #fff; }
.flink-box p{ line-height: 60px; }
.flink-box p a{ color: #fff; font-size: 16px; display: inline-block; padding-right: 15px; }




/*移动端底部拨号按钮*/
.kf_bottom{ position: fixed; z-index: 9999; bottom: 0; left: 0; width: 100%; padding: 5px; }
.kf_bottom .box{box-sizing: border-box; display: flex; justify-content: center; }
.kf_bottom a{ display: flex; justify-content: center; align-items: center; width: 50%; margin: 1%; background: #005eb5; color: #fff; padding:5px 10px; line-height: 30px}
.kf_bottom i{ font-size: 30px; padding:0; padding-right: 15px}

@media screen and (max-width: 1600px) 
{
    .company h3{ font-size: 16px; font-weight: normal; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical; }
}

@media screen and (max-width: 1440px) {
	.nav ul li > a{ font-size: 15px;}
	.logo img{ max-height: 60px;}
	.nav{ min-width: 700px;}
	.new .rbox ul li .txt h3{ height: 40px; padding-bottom: 0 }
	.new .rbox ul li{ padding:10px; }
	.fbox .rbox .navall a{ font-size: 12px }
}

/*Ipad样式*/
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .container{ padding: 0 30px;}
   
}

/*移动端样式*/
@media screen and (max-width: 1080px) {
    .header{ height: 60px;}
    .fnav{ padding: 0;}
    .fbox .lbox img{ max-width: 100%; margin: 0 auto; display: block; padding: 0; }
    .tel{ margin-right: 80px;}
	
    .logo{ min-width: 160px;}

    #rollTop{ right: 0; bottom: 60px;}
    .container{ padding: 0 10px;}
    .navbox{ position: fixed; top:0; right: 0; width: 60px; height: 60px;}
    .logo{ width: 100%; padding:0;}
    .logo img{ max-height: 50px;}
    .tit h3{font-size: 24px; line-height: 60px;}
    .tit p{ line-height: 20px;margin-top: 5px; margin-bottom: 10px; font-size: 10px;}
    .s01 .swiper-container{ padding-bottom: 50px;}
    .s01-main{ padding: 0;}
    .s01-content .menu a{ padding: 5px 15px; font-size: 12px; margin: 5px;}
    .s01-content ul.imgbox li{ width: 48%;}
    .about{padding: 15px 0; }
    .about .rbox a.more{ width: 100%;text-align: center; }
    .about .numCount ul li{ width: 50%;}
    .about .numCount{ padding: 15px 0;}
    .numCount li .numCX{ font-size: 24px;}
    .numCount li .indc{ font-size: 12px;}
    .about .box{ padding:15px; display: block;}
    .about .lbox, .about .rbox{ width: 100%; padding: 0;}
    .case .submenu{ padding: 0 }

 }
 
.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: #005eb5;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;color: #666666;}
.floating_ck dl dd:hover{background-color:#005eb5;}
.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: #005eb5;border: solid 1px #005eb5;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){
.s01-content ul.imgbox li p span:last-child{ display: none }
.s01-content ul.imgbox li p{padding: 5px; font-size: 12px; text-align: center;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}

.s01-sidebar{background: none;}
.s01-sidebar .menu .side_nav{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.s01-sidebar .menu .side_nav a{ width: 49%; line-height: 30px; margin:2px 0; background:#005eb5  }


.floating_ck{display:none;}
.s01-content ul.imgbox li .img{ padding: 0; border: 0;}
.fbot{ font-size: 12px;}

.home .swiper-pagination{ display: none;}
.s04 .rbox{ text-align: center;}
 	
 	#banner .swiper-container{ padding-top: 60px;}
	.logo{ width: 40%;}
	.m_tel{ width: 60% }
	.m_tel a{ color: #fff; font-size: 20px }
	.logo img{ max-height: 40px;}
    #header{ padding: 10px 0; background: #000;}
    #banner .swiper-slide .content a{ font-size: 12px; padding: 5px 20px; margin-top: 15px;}
    #banner .bottom-nav{ bottom: 10px;}
	#banner .swiper-pagination-bullet{border-radius:5px;width:10px;height:10px;border: 1px solid #005eb5;}

.fbox .lbox img{ display: block; max-width: 180px; }
.tit p{ display: none;}
.tit h3{ padding-bottom: 30px;}
.tit h3::after{ bottom: 5px;}
.about .numCount ul li{ width: 50%; padding: 5px;border:none;}
.about .numCount ul li:last-child{border:none;}
.solution .box{ flex-wrap: wrap;}
.solution .box .item{ width: 30%; padding: 15px 0; margin-bottom: 15px;}
.new{padding:30px 0}
.new .lbox, .new .rbox{padding: 0; width: 100%;}
.new .rbox ul li .date{ padding: 10px; }
.new .rbox ul li .date p{ font-size: 20px; line-height: 20px; color: #aaa; }
.new .rbox ul li .date span{ font-size: 12px; color: #aaa; }
.new .more a{ background: #005cca; }
.new .rbox ul li{padding:0;border:0;margin-bottom:10px}
.new .rbox ul li .txt h3{height:24px;font-size:14px;line-height:24px}
.new .rbox ul li .txt p{overflow:hidden;height:28px}
.new .rbox ul li:hover{ border:0}
.new .rbox ul li:hover .date p,.new .rbox ul li:hover .date span{ color: #fff;}
.fcenter{ padding: 15px;}
.case{ padding: 15px 0;}
.case .bbox h3{ font-size: 12px; line-height: 16px;}
.case .bbox p{ display: none;}
.fbox .lbox{ display: block;}
.fbox .lbox img{ padding-bottom: 15px;}

}

@media screen and (max-width: 1080px) {

.solution .container{ display: block }
.solution .tit{ text-align: center; }
.solution .lbox{ padding: 0; padding-top: 30px }
.solution .rbox{ min-width: 100%;max-width: 100%; min-height: auto }
.advantage{ padding: 15px 0 }
.advantage .item{ display: block;margin-bottom: 15px;}
.advantage .item .txt, .advantage .item .img{ width: 100% }
.advantage .item .txt{ padding: 0 }
.advantage .item .txt .top i{ width: 40px; height: 40px; line-height: 40px; font-size: 20px }
.advantage .item .txt .bot{ font-size: 12px; line-height: 18px }
.advantage .item .txt .top h3{ font-size: 20px; line-height: 20px; font-weight: normal; }
.advantage .item .txt .top span{ color: #666; font-size: 14px }
.case .submenu a{ width: 48%; }
.fbox .lbox img{ float: none }
.fbox .lbox .text-left{ line-height: 0; padding-bottom: 30px; text-align: center; }
.footer{padding:30px 0}

}