@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: 1500px; padding: 0 50px;}
.home{ position: relative; width: 100%; height: auto; overflow: hidden;}
.topbox{ width: 100%; height: 40px; background: #006DCA; overflow: hidden;}
.topbox .lbox,.topbox .rbox{ width: 50%; display: flex; justify-content: start; align-items: center; line-height: 40px;}
.topbox .lbox p{ font-size: 14px; color: #fff;}
.topbox .rbox{ justify-content: end;}
.topbox .rbox a{ display: block; padding-right: 15px; color: #fff;}

.header{ position: fixed; z-index: 1010; width: 100%; height: 120px; 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%; padding: 10px 0;}
.logo img{ max-height: 60px;}
.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:#006DCA }
.nav ul li>a::before{  display: block; content: ""; position: absolute; width: 0; bottom: -5px; left: 0; height: 5px; background: #006DCA; 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: 220px; height: 80px; display: flex; justify-content: flex-end; align-items: center;}
.tel p{ padding: 0 15px; line-height: 40px;height: 40px; background: #006DCA; 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; right: -60px; overflow: hidden; width: 0; height: 0; transition: all 0.5s;}
.code:hover .code-img{opacity: 1; width: 150px; height:150px; bottom: -160px;box-shadow: 0 0 5px rgba(0,0,0,.3); }
/* .search{ padding:15px; overflow: hidden; background: #f5f5f5;}
.search form{display: flex; justify-content: center;}
.keywords{ width: 240px; height: 40px; background: #fff; padding: 5px 10px; border:0; float: left;}
.search button{ float: left; border: 0; width: 50px;height: 40px; background: #006DCA; color: #fff; text-align: center; line-height: 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:#006DCA;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:#006DCA;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:#056f3a;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: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; overflow: hidden; position: relative; max-height: 100%;padding-top: 120px;}
#banner .swiper-container{width:100%;height:100%; position: initial;}
#banner .swiper-slide{position:relative; background: #fff; overflow: hidden;}
#banner .swiper-slide .vbox{ position: absolute; left: 0; top:0; width: 100%; height: 100%;}
#banner .swiper-slide .vbg{ position: absolute; top: 0;left: 0; width: 100%; height: 100%; background:url(../images/dot.png) repeat; opacity: 0.5;}
#banner .swiper-slide .vidbg{position:relative;z-index:9}
#banner .swiper-slide p{font-size:20px;letter-spacing:2px;font-weight:700;line-height:2}
#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-pagination{ bottom: 20px; text-align:center;}
#banner .swiper-pagination-bullet{width:40px;height:40px; line-height: 34px; opacity:1;background:0 0;border:2px solid rgba(255,255,255,0.5);color: #fff; transition: all 0.5s;}
#banner .swiper-pagination-bullet-active{background:#006DCA; border: 2px solid #006DCA;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,109,202,0.1); text-align: center; color: #fff; line-height: 60px; width: 60px; height: 60px; font-weight: bold; font-size: 14px;}
#banner .swiper-button-next:hover,#banner .swiper-button-prev:hover{ background: rgba(0,109,202,0.5);}
 /*首页*/
.wrapper{ width: 100%; height: auto; overflow: hidden;}
.s01,.s02,.s03,.s04,.s05,.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:#006DCA; 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:#d7ecff; 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 #006DCA; }

/*标题*/
.tit{ text-align: center;}
.tit h3{font-size: 40px; line-height: 60px; color: #006DCA; position: relative;}
.tit h3::after{ content: ""; position: absolute; bottom: -10px; left: 50%; margin-left: -10px; display: block; width: 20px; height: 3px; background: #006DCA;}
.tit p{ line-height: 30px; padding: 15px 0;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.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: #da0000;}

.s01-sidebar{ width: 240px; height: auto; float: left; margin-left: -100%; background: #f0f0f0; box-sizing: border-box;}
.s01-sidebar .subtit{ width: 100%; height: auto; float: left; padding: 15px; box-sizing: border-box; background:#006DCA; text-align: center;}
.s01-sidebar .subtit h1{color: #fff; font-size: 24px;}
.s01-sidebar .subtit p{ color: #fff; font-size: 12px;}
.s01-sidebar .menu{ float: left; width: 100%;}
.s01-sidebar .menu .side_nav h3{ position: relative; line-height: 50px; width: 100%; box-sizing: border-box; padding: 0 10px; border-bottom: 1px solid #ddd;}
.s01-sidebar .menu .side_nav h3 a{ position:relative; display: inline-block; box-sizing: border-box; width: 100%; font-weight:normal; font-size:14px; color:#333;padding-left:25px;}
.s01-sidebar .menu .side_nav h3 a::before{ content: ""; display:block; width:8px;height:8px; background:#006DCA; position:absolute; left:5px;top:21px;}
.s01-sidebar .menu .side_nav h3 a:hover::before{background:#006DCA}
.s01-sidebar .menu .side_nav h3 span{ display: block; text-align: center; font-weight: normal; width: 50px; height: 50px; cursor: pointer; border-left: 1px solid #ddd; position: absolute; right: 0; top: 0;}
.s01-sidebar .menu .side_nav h3 span::before{ content: "+"; color:#333;}
.s01-sidebar .menu .side_nav h3 .add::before{ content: "+"; color:#333;}
.s01-sidebar .menu .side_nav h3 a:hover{ color: #006DCA;}
.s01-sidebar .menu .side_nav ul{ width: 100%; height: 0; overflow: hidden;}
.s01-sidebar .menu .side_nav ul.on{ height: auto;}
.s01-sidebar .menu .side_nav ul.on li:last-child{ border-bottom: 1px solid #ddd; padding-bottom: 15px;}
.s01-sidebar .menu .side_nav ul.on li:first-child{margin-top: 15px;}
.s01-sidebar .menu .side_nav ul li{ line-height: 30px; box-sizing: border-box; padding-left: 35px; background: url(../images/dot.png) no-repeat 20px 15px;}
.s01-sidebar .menu .side_nav ul li a{ display: inline-block; width: 100%; font-size: 15px; color: #666;}
.s01-sidebar .menu .side_nav ul li:hover a{ color: #006DCA}
.s01-sidebar .txt{ float: left;color: #333; padding:30px 15px; box-sizing: border-box; width: 100%;font-size: 12px;}

.s01-main{ width: 100%; float: left; padding-left: 300px; box-sizing: border-box;}
.s01-content{ background: #fff; width: 100%;height: auto; min-height: 500px;}
.s01-content .menu{ width: 100%; height: auto; text-align: left;}
.s01-content .menu a{ display: inline-block; padding: 6px 25px; background: #006DCA; 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: 32%; margin: 10px 0;}
.s01-content ul.imgbox li .img{ padding: 5px; border:1px solid #ddd; border-radius: 5px; overflow: hidden;}
/* .s01-content ul.imgbox li img{ } */
.s01-content ul.imgbox li p{text-align: center;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden}
.s01-content ul.imgbox li:hover p{color: #006DCA;}

.s01 .ad{ width: 100%; height: 260px; margin-top: 30px; padding: 30px 0; background: url(../images/ad.jpg) no-repeat center;}
.s01 .ad .container{display: -webkit-flex;display: flex;-webkit-flex-direction: column;flex-direction: column; align-items: flex-end;}
.s01 .ad .txt{ height: 128px; text-align: right;  padding-right: 30px; background: url(../images/ad01.png) no-repeat right center;}
.s01 .ad .txt h1{ color: #fff; font-size: 30px; line-height: 40px; padding-top: 20px;}
.s01 .ad .txt p{ line-height: 24px; color: #fff;}
.s01 .ad .adtel{ text-align: right; padding-left: 50px; margin-top: 15px; background: url(../images/tel.png) no-repeat left bottom; width: 260px;}
.s01 .ad .adtel small,.s01 .ad .adtel a{ display: block; color: #fff; line-height: 24px;}
.s01 .ad .adtel a{ font-size: 28px;}

/*section_ys*/
.s02{ width: 100%; height: auto; overflow: hidden; padding: 50px 0; background: #fff; }
.s02 .tit{ width: 100%; }
.s02 .box .item{ width: 100%; overflow: hidden; float: left; padding: 30px 0;}
.s02 .box .txt,.s02 .box .img{ width: 50%; }


.s02 .txt{ width: 50%; padding:0 15px; box-sizing: border-box; float: right;}
.s02 .txt .title{ padding: 15px; border: 1px solid #ddd; display: flex; justify-content: flex-start; align-items: center;}
.s02 .txt span,.s02 .txt b,.s02 .txt small{ display: inline-block; height: auto; line-height: 40px; text-align: center; font-size: 18px;}
.s02 .txt .title span{ width: 70px;margin-right: 10px; font-size:50px; font-weight: bold; color: #ff9000; font-family: 'Impact';}
.s02 .txt .title h3{ font-size: 30px; color: #006DCA; }
.s02 .txt b{font-size: 30px; line-height: 30px; color: #006DCA;}
.s02 .txt small{color: #666; font-size: 14px; font-weight: normal; line-height: 14px;}
.s02 .txt p{ color: #666; line-height: 20px; font-size: 16px;}
.s02 .txt p span{ padding: 0 15px;margin-top:10px; display: inline-block; margin-right: 15px; position: relative; color: #fff; font-size:14px;font-weight: bold;}
.s02 .txt p span:nth-child(1){ background: #006DCA;}
.s02 .txt p span:nth-child(3){ background: #444;}
.s02 .txt p span:nth-child(5){ background: #ff9000;}

.s02 .img{ width: 50%; float: left;}
.s02 .item:nth-child(2n) .txt{ float: left;}

.s03 .box{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.s03 .box .swiper-slide{ width: 24%; margin: 10px 0;}
.s03 .box p{ line-height: 30px; text-align: center;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden}
/*s04*/
.s04{ width: 100%; height: 210px; padding: 50px 0; background: url(../images/adbg.jpg) no-repeat center; }
.s04 .box{ display: flex; justify-content: space-between; align-items: center; }
.s04 .lbox{position: relative; padding:0 30px; border:1px solid #fff;margin-right: 50px; }
.s04 .lbox h1{ position: absolute; z-index: 2; top: 5px; font-size: 30px; color: #fff; line-height: 50px;}
.s04 .lbox p{ font-size: 18px; color: #fff; padding-top: 50px; padding-bottom: 20px; }
.s04 .rbox{ text-align: right; color: #fff; min-width: 240px;}
.s04 .rbox b{ display: inline-block; font-size: 30px; line-height: 40px; padding-bottom: 10px; }
.s04 .rbox a{ display: inline-block; padding: 5px 50px; border-radius: 30px; background: #fff; color: #333; }


.s05{background:#f5f5f5; padding: 30px 0;}
.about_box{ padding: 40px; display: flex; justify-content: space-between; align-items: center; 
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, #006DCA 60%, #006DCA 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(60%, rgba(255,255,255,1)), color-stop(60%, #006DCA), color-stop(100%, #006DCA));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, #006DCA 60%, #006DCA 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, #006DCA 60%, #006DCA 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, #006DCA 60%, #006DCA 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, #006DCA 60%, #006DCA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#004ea1', GradientType=1 )
}
.about_box .txt,.about_box .img{ width: 50%; }
.about_box .txt{ padding-right: 50px; }
.about_box .txt h3{ font-size: 24px; line-height: 30px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
.about_box .txt p{ padding: 20px 0; line-height: 30px; font-size: 16px; }
.about_box .txt a{ display: inline-block; padding: 5px 30px; border-radius: 30px; background: #006DCA; color: #fff; font-size: 14px; }
.about_box .txt a:hover{ background: #da0000; }

.s05 .swiper-slide{ text-align: center; }
.s05 .swiper-container{width:100%;height:auto;padding:30px 0;}
.s05 .swiper-slide{text-align:center;font-size:18px;background:#fff;height:auto}
.s05 .swiper-container h3{font-size:16px;font-weight:normal;line-height:40px;position: absolute; bottom: 0; left: 0;width: 100%; background: rgba(0,124,218,0.7);color: #fff;transition:all 0.5s;}
.s05 .swiper-container img{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s}
.s05 .swiper-container a{display:block;overflow:hidden;position: relative;}
.s05 .img{overflow:hidden}
.s05 .swiper-slide:hover h3{line-height: 80px;}
.s05 .swiper-slide:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1)}


.s06{ width: 100%; padding: 30px 0; height: auto; overflow: hidden; }
.s06 .box{ display: flex; justify-content: space-between; padding-top: 30px; }
.s06 .lbox{ width: 30%; padding: 10px; background: #fff; border: 1px solid #ddd;}
.s06 .lbox .list ul li{ width: 100%; padding: 0 15px; float: left; line-height: 40px;  border-bottom: 1px dotted #fff; background: url(../images/d.png) no-repeat left center;}
.s06 .lbox .list ul li a{ display: inline-block; width: 100%; }
.s06 .lbox .list ul li:hover{ background: #006DCA;}
.s06 .lbox .list ul li:hover a{ color: #fff;}
.s06 .rbox{ width: 70%; padding-right: 50px; display: flex; justify-content: space-between;flex-wrap: wrap; }
.s06 .rbox .item{ width: 50%; border: 1px solid #ddd; padding: 30px;}
.s06 .rbox .item:first-child{ width: 100%; border-bottom: 0; }
.s06 .rbox .item:last-child{ border-left: 0; }
.s06 .rbox .item h3{ line-height: 40px; }
.s06 .rbox .item p{ line-height: 24px; font-size: 14px; text-align: justify; color: #666;}
.s06 .rbox .item:hover p{ color: #333; }
.s06 .rbox .item:hover h3{ color: #006DCA; }
.s06 .rbox .item .date span{ padding: 5px 10px; background: #006DCA; color: #fff; display: inline-block; margin-right: 10px;}
.s06 .rbox .item:first-child a{ display: flex; justify-content: space-between; }
.s06 .rbox .item:first-child a .img{ width: 30%; }
.s06 .rbox .item:first-child a .txt{ width: 70%; padding-left: 30px; }
.s06 .rbox .item:first-child h3{ line-height: 30px; font-size: 20px; color: #006DCA; position: relative; padding-left: 80px; }
.s06 .rbox .item:first-child h3::before{ content: "头条"; display: block; height: 30px; font-size: 12px; line-height: 20px; padding: 5px 20px; background: #006DCA; color: #fff; position: absolute; left: 0; }
.s06 .rbox .item:first-child p{ padding: 15px 0; line-height: 24px; color: #333; font-size: 16px; text-align: justify; }
/*友情链接*/
.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.jpg) no-repeat left center; float: left;}
.links a{ display: inline-block; line-height: 50px; padding: 0 15px;}
.links a:hover{ color: #006DCA;}
/*首页底部*/
.footer{ background: #222; 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/foot.jpg) no-repeat bottom;
    background-attachment: fixed;
    opacity: 0.1;
    pointer-events: none;
}
.fnav{ padding:15px; text-align: center;  background: #00dbff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #006DCA, #00dbff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #006DCA, #00dbff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
.fnav a{ display: inline-block; padding-right: 50px; 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: 14px; color: #fff;}
.fbox .ftel p a.phone{ font-size: 30px; font-family: "impact"; font-weight: normal;}
.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:#006DCA; border: 0; border-radius: 0; color: #fff;}
.fbot{line-height: 40px; font-size: 14px; color: #fff;border-top: 1px solid rgba(255,255,255,0.2);}
.fbot a{ color: #fff;}
/*移动端底部拨号按钮*/
.kf_bottom{ position: fixed; z-index: 9999; bottom: 20px; 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: #006DCA; 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; }
}
/*Ipad样式*/
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .logo{ width: 50%;}
    .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;}
	.s02 .box .txt, .s02 .box .img{ width: 100%; }
	.s04 .box,.s02 .box .item,.s06 .box{ display: block; }
    .s04 .lbox{ display: none; }
    .s02{ padding: 0;}
	.s02 .tit img{ min-width: 150%; margin-left: -25%; }
	.s02 .box .item{ padding: 5px 0; }
	.s02 .box .item:first-child .txt{height: auto; overflow: hidden; padding-right: 0;}
	.s02 .box .item:last-child .txt{ padding-left: 0; }
	.s02 ul li h3{ font-size: 16px;padding-left: 50px; }
	.s02 ul li .number{ width: 40px; height: 60px;font-size:18px; }
	.s02 ul li .number small{ font-size: 10px; }
    /* .s02 ul li h3 small{ display: none; } */
    .s02 ul li h3 span{ -webkit-line-clamp:2;height: 60px;}
	.s02 ul li p{ height: auto; line-height: 20px; font-size: 14px; background-position: left top; }
    .s03 .box{ padding: 0; }
    .s03 .box .swiper-slide{ width: 48%;}
    .s03 .box p{font-size: 12px;}
	.s03 .box .swiper-container{ padding: 0; }
	.about_box{ padding: 0; display: block; background: none; }
	.about_box .txt, .about_box .img{ width: 100%; padding: 10px 0; }
	.about_box .txt h3{ font-size: 100%; line-height: 1; }
    .s06 .box{ padding: 0;}
    .s06 .lbox{ width: 100%; height: auto; overflow: hidden; }
    .s06 .rbox{ margin-top: 10px;}
    .s06 .rbox,.s06 .rbox .item:first-child a .txt{ width: 100%; padding: 0; }
	.s06 .rbox .item:first-child a .img{ display: none; }
	.s06 .rbox .item:first-child,.s06 .rbox .item{ padding: 10px; }
	.s06 .rbox .item:first-child h3{ font-size: 16px; }
	.s06 .rbox .item:first-child p{ font-size: 12px; line-height: 18px; }
    .s06 .rbox .item h3{ line-height: 20px; }
    .fnav a{ padding: 5px 15px;}
    .fbox{ flex-wrap: wrap;}
    .fbox .lbox, .fbox .cbox{ border: 0; padding:10px 0;}
    .logo{ min-width: 200px;}

    #rollTop{ right: 0; bottom: 60px;}
    .container{ padding: 0 10px;}
    .navbox{ position: fixed; top:0; right: 0; width: 60px; height: 60px;}
    .logo{ width: 100%; padding: 5px 0;}
    .logo img{ max-height: 50px;}
    .tit h3{font-size: 30px; line-height: 40px;}
    .tit p{ line-height: 30px; padding: 10px 0; 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%;}
    .s01 .ad{ background: url(../images/ad.jpg) no-repeat right;}
    .s01 .ad .txt{ background: none; padding: 0;width: 100%;}
    .s01 .ad .txt h1{ font-size: 24px; text-align: center;}
    .s01 .ad .txt p{font-size: 12px; line-height: 18px; text-align: center;}
    .s01 .ad .adtel{ width: 100%; padding: 0; text-align: center; background: none;}
    
    /*优势*/
    .s04 .box ul li{ width: 50%; padding:20px 10px; border-bottom: 1px solid #ddd;}
    .s04 .box ul li h3{ font-size: 16px; }
    .s04 .box ul li p{ font-size: 10px;}
    .s04 .box{ padding: 0;}
    .fbot{ padding-bottom: 80px;}
 

 }
 
.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: #006DCA;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;color: #666666;}
.floating_ck dl dd:hover{background-color:#006DCA;}
.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: #006DCA;border: solid 1px #006DCA;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){
    .logo{ height: 60px; display: flex; align-items: center;}
    .logo img{ max-width: 80%;}
.floating_ck{display:none;}
.s01-content ul.imgbox li .img{ padding: 0; border: 0;}
.fbot{ font-size: 10px;}
.home .swiper-pagination{ display: none;}
.s04 .rbox{ text-align: center;}
#banner{ padding-top: 60px;}
.fbox .lbox img{ display: block; max-width: 180px; }
}