﻿@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;}

html{height:100%;}
body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#000;margin:0;padding:0;height:100%}
.header{ width: 100%; max-width: 1560px; margin: auto; height: 80px; transition: all 0.5s;display: flex; justify-content: space-between; align-items: center;background:#fff; position: relative; z-index: 9999;}
.header.maxwidth{width: 100%; height: 80px;}
.header .txt{min-width: 200px; padding-left: 15px; line-height: 30px;}
.header .txt h3{ font-size: 20px; font-weight: normal; }
.header .txt h3 span{ font-family: impact; color: #112957; font-size: 25px; }
.header .txt p{ font-size: 18px; }
.logo{ height: 100%; padding: 0 30px; box-sizing: border-box;display: flex; align-items: center; background:#fff; border-left: solid 1px #ddd;border-right: solid 1px #ddd;}
.logo img{max-height: 80px;}

.header .box{ width: 100%; }
.nav{ height: 50px; line-height: 50px; }
.nav ul{ display: flex; padding: 0 50px; justify-content: flex-start; align-items: center;}
.nav ul li{ position: relative; padding: 0 30px; max-width: 220px; text-align: center; }
.nav ul > li > a{ position: relative; z-index: 1; width: 100%; display:block; font-size: 120%; text-decoration: none; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nav ul > li::after{ content: ""; z-index: 0; display: block; position: absolute; width: 100%; transition: all 0.5s; height: 0; background: #da0000; left: 0; bottom: 0;}
.nav ul > li.active::after{ content: ""; z-index: 0; display: block; position: absolute; width: 100%; transition: all 0.5s; height: 100%; background: #da0000; left: 0; bottom: 0;}
.nav ul > li.active a{ color: #fff; }
.nav ul > li:hover::after{ height: 100%;}
.nav ul > li:hover a{ color: #fff }
.language{ display: flex; justify-content:space-between; align-items: center; padding: 0 50px; width: 100%; height: 80px; box-sizing: border-box;}

.language .contact{ padding-left: 50px;min-height:50px; text-align: right; background: url(../images/tel2.png) no-repeat left center; }
.language span{ font-size: 14px;}
.language .tel a{ font-size: 30px; display: inline-block; font-family: "impact"; color: #da0000; line-height: 50px; padding-left: 5px; min-width: 190px;}
.company h3{ line-height: 30px; font-size: 24px; }
.company p{ line-height: 18px; font-size: 16px; }

.nav ul li .submenu{ position: absolute; top: 100%; left: 0; width: 100%; min-width: 150px; max-height: 0; overflow: hidden; background: #fff;}
.nav ul li .submenu a{ display: block; padding: 5px; color: #333; line-height: 30px; font-size: 14px; float: left; width: 100%; text-align: center; box-sizing: border-box;}
.nav ul li .submenu a:hover{ color: #da0000;}
.nav ul li:hover .submenu{ max-height: 500px;}
/*手机端导航*/
.menu-handler{overflow:hidden;width:60px;height:60px;border-left: 1px solid rgba(255,255,255,0.2); 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:4px;background:#005cca;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:#fff;z-index:1003;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none}
.navMobile{margin-top:80px;margin-bottom:60px}
.navMobile dd a{display:block;line-height:24px;color:#333;font-weight:normal;font-size:14px;text-align: center;}
.navMobile dd p a{padding:15px 45px;font-size:18px;text-align: center;}
.navMobile dd p a.act{background:#0d65cd;;color:#fff;}
.mtnav a{padding:13px 48px;font-size:16px}
.mtnav{background:#eee;display:none}
.mtools{overflow:hidden;background:#eee;position: fixed;right:-100%;bottom:0;width:100%}
.mtools a{display:block;width:50%;text-align:center;float:left;height:50px; line-height: 50px; overflow:hidden;color:#fff;background:#da0000}
.mtools span{display:inline-block;vertical-align:middle; padding-left: 30px;}
.mtools .weixin{background:#0d65cd;}
.mtools .sina span{background:url(../images/kf.png) no-repeat left center;}
.mtools .weixin span{background:url(../images/phone.png) no-repeat left center;}

.home{ width: 100%; height: auto; overflow: hidden; position: relative; max-height: 100%;}
.home .swiper-container{width:100%;height:100%; position: initial;}
.home .swiper-slide{position:relative; background: #fff; overflow: hidden;}
.home .swiper-slide .vbox{ position: absolute; left: 0; top:0; width: 100%; height: 100%;}
.home .swiper-slide .vbg{ position: absolute; top: 0;left: 0; width: 100%; height: 100%; background:url(../images/dot.png) repeat; opacity: 0.5;}
.home .swiper-slide .vidbg{position:relative;z-index:9}
.home .swiper-slide p{font-size:20px;letter-spacing:2px;font-weight:700;line-height:2}
.home .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1)}
.home .swiper-slide-active img,.home .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)}
.home .swiper-pagination{ bottom: 20px; text-align:center;}
.home .swiper-pagination-bullet{width:40px;height:40px; line-height: 38px; opacity:1;background:0 0;border:2px solid rgba(255,255,255,0.5);color: #fff; transition: all 0.5s;}
.home .swiper-pagination-bullet-active{background:#112957; border: 2px solid #112957;}
.home .swiper-button-next,.home .swiper-button-prev{ background: rgba(0,0,0,0.1); text-align: center; color: #fff; line-height: 60px; width: 60px; height: 60px; font-weight: bold; font-size: 14px;}
.home .swiper-button-next:hover,.home .swiper-button-prev:hover{ background: rgba(0,0,0,0.5);}

.container{ width: 100%; padding: 0 50px;box-sizing: border-box;}
.wrapper{ width: 100%; position: relative; height: auto; float: left; background: #fff;}

.bbr{ width: 100%; max-width: 1560px; margin: auto; display: flex; justify-content: space-between; align-items: center; height: auto; overflow: hidden; box-sizing: border-box;}
.bbr .tit{ width: 100%; }

.tit{ text-align: center; padding-bottom: 50px;}
.tit h3{ color: #333; font-size: 40px; line-height: 60px;}
.tit h3 span{ color: #112957;}
.tit p{ font-size: 16px; color: #333; line-height: 30px; }

.product{ padding:50px; overflow: hidden; width: 100%;  position: relative;}
.product .box{ width:100%; max-width: 1560px; margin: auto; box-sizing: border-box; position: relative; height: auto; overflow: hidden; margin-bottom: 30px;}
.product .left-menu{ width: 90px; height: 100%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; border: 3px solid #ddd; background: #fff;}
.product .left-menu a{display: inline-block;color: #333; font-size: 20px; letter-spacing: 5px; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; }

.product .right-box{ width: 100%; height: auto; padding-left: 120px; box-sizing: border-box; }
.product .swiper-container p{ position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.5); padding: 10px; line-height: 20px; text-align: center; font-size: 14px}
.product .swiper-container p small{ font-size: 12px }
.product .swiper-container a{ width: 100%; display: block; float: left; position: relative; overflow: hidden; background: #222; color: #fff }
.product .swiper-container a:hover p{ background: #112957; }
.product .img{ overflow: hidden; padding-top: 75%; background-size: cover; background-position: 50%}
.product img{transition: all 0.5s;}
.product .swiper-slide:hover img{ transform: scale(1.1);}


.advantage{ background:url(../images/cbg.jpg) no-repeat center #000; padding: 80px  50px; }
.advantage .tit{ max-width: 1560px; margin: auto; position: relative; padding-bottom: 30px; }
.advantage .tit h3,.advantage .tit p{ color: #333; }
.advantage .tit a{ display: inline-block; position: absolute; right: 0; top: 0; color: #da0000; font-size: 30px; font-family: impact; height: 50px; line-height: 50px; padding-left: 40px; background: url(../images/tel.png) no-repeat left center; }
.advantage .box{ max-width: 1560px; margin: auto; display: flex; justify-content: space-between; }
.advantage .tabs{ min-width: 350px; padding-right: 30px; box-sizing: border-box; }
.advantage .tabs ul li{ width: 100%; height: 110px; background: #444; cursor: pointer; margin-bottom: 10px; float: left; display: flex; justify-content:center; align-items: center; }
.advantage .tabs ul li:last-child{ margin: 0; }
.advantage .tabs ul li.on{ background: #112957; }
.advantage .tabs ul li span{display: block; width: 100px; height: 80px;}
.advantage .tabs ul li h3{ font-size: 24px; color: #fff; line-height: 30px; }
.advantage .tabs ul li p{ font-size: 16px; color: #fff; }
.advantage .swiper-slide{ background: #112957; height: 470px; overflow: hidden; }
.advantage .swiper-slide .content{ display: flex; justify-content: space-between; height: 470px;}
.advantage .swiper-slide .content .img{ width: 100%; overflow: hidden; height: 470px; }
.advantage .swiper-slide .content img{ max-height: 100%; }
.advantage .swiper-slide .content .txt{ width: 450px; padding:30px; box-sizing: border-box; }
.advantage .content .txt h3{ position: relative; font-size: 40px; color: #fff; line-height: 30px; padding-bottom: 15px; }
.advantage .content .txt h3 small{ color: #fff; font-size: 14px;}
.advantage .content .txt h3::after{ content: ""; position: absolute; width: 40px; height: 3px; background: #fff; bottom: 0; left: 0; }
.advantage .content .txt p{ font-size: 16px; color: #fff; line-height: 30px; padding-top: 20px; }


.about{ width: 100%; height: auto; padding:50px;}
.about .tbox{ width: 100%; box-sizing: border-box; max-width: 1560px; margin: auto; }
.tbox h3{ font-size: 30px; color: #fff; text-align: center; line-height: 40px;}
.tbox p{ font-size: 16px; color: #fff; text-align: center; padding-bottom: 20px; line-height: 30px;}
.about .numCount{ background: none; padding: 50px 0;}
.about .numCount ul li{ width: 25%; box-sizing: border-box; padding:0 30px; float: left; text-align: center; position: relative; border-right: 1px solid rgba(255,255,255,0.2) }
.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{ font-size:40px; font-weight: bold; color: #fff}
.numCount li .numU .unitC{ }
.numCount li .indc{ padding:10px 0; font-size: 14px; color: #fff;}


.about .lbox,.about .rbox{ width: 50%;}
.about .lbox{ border:5px solid #fff; box-sizing: border-box; }
.about .box{  max-width: 1560px; margin: auto; display: flex; justify-content: space-between; align-items: center; background: #fff; padding: 50px; box-sizing: border-box;}
.about .rbox{ padding-right: 50px; box-sizing: border-box; }
.about .rbox .txt_tit{}
.about .rbox .txt_tit h3{ font-size: 30px; line-height: 50px;}
.about .rbox .txt_tit p{ font-size: 14px; line-height: 18px}
.about .rbox .txt_box{ padding: 30px 0; }
.about .rbox .txt_box p{ font-size: 18px; line-height: 40px; text-align: justify;}
.about .rbox a.more{ display: inline-block; padding: 10px 50px; color: #fff; background: #003571; }
.about .rbox a:hover{ background: #da0000 }



.case{padding: 50px; background: no-repeat center; background-attachment: fixed;}
.case .bbox,.case .tit,.new .tit,.new .box{ max-width: 1560px; margin: auto; }
.case .tit,.case .bbox{ padding:30px; background: #fff; }
.case .bbox .img{ padding-top: 75%; background-size: cover; background-position: 50%}
.case .bbox a{ width: 100% }
.case .bbox p{ padding: 10px; background:#fff; text-align: center; font-size: 18px; }
.case .bbox .swiper-slide:hover a{ color: #112957 }


.new{ padding: 50px; background: no-repeat top #fff; overflow: hidden;}
.new .tit h3,.new .tit p{ color: #fff; }
.new .lbox{ width: 40%; float: left;}
.new .rbox{ width: 60%; float: left; padding-left: 50px; box-sizing: border-box;}
.new .lbox ul{ display: flex; justify-content: space-between;}
.new .lbox ul li{ width: 100%; background: #fff; padding: 30px;}
.new .lbox ul li .txt{ padding: 15px 0; border-bottom: 1px solid #ddd }
.new .lbox ul li .txt h3{ font-size: 20px; line-height: 24px; font-weight: normal; }
.new .lbox ul li .txt h3 small{ display: inline-block; color: #aaa; font-size: 12px; }
.new .lbox ul li .txt p{ font-size: 16px; line-height: 24px; }
.new .lbox ul li:hover h3{ color: #112957 }
.new .rbox ul li{ width: 100%; padding: 15px; background:#eee; margin-bottom: 15px;}
.new .rbox ul li a{ display: flex; justify-content: space-between; align-items: center; }
.new .rbox ul li .img{ width: 25%; padding-top: 18%; float: left; background-size: cover; background-position: 50% }
.new .rbox ul li img{max-height: 150px;}
.new .rbox ul li .txt{ width: 70%; float: left; padding:15px; box-sizing: border-box;}
.new .rbox ul li .txt h3{ font-size: 20px; line-height: 40px; font-weight: normal; height: 40px; width: 100%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.new .rbox ul li .txt p{ font-size: 16px; line-height: 24px; color: #666; }
.new .rbox ul li:hover{ background:#112957; }
.new .rbox ul li:hover h3,.new .rbox ul li:hover p{ color: #fff }
.new .lbox ul li .img{ padding-top: 70%;background-size: cover; background-position: 50% }
/*首页底部*/
.footer{ background: rgba(17, 41, 87, 1); float: left; position: relative; overflow: hidden; width: 100%; padding:0 50px;}
.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.05;
    pointer-events: none;
}
.fnav{ padding:20px 0;max-width: 1560px; margin: auto; border-bottom: 1px solid rgba(255, 255, 255, .2); display: flex; justify-content: space-between;}
.fnav a{ display: inline-block; padding: 0 20px; font-size: 20px; color: #fff;}
.fnav a:hover{ color: #fff;}
.fbox{ max-width: 1560px; margin: auto; padding:30px 0; border-bottom: 1px solid rgba(255,255,255,0.2); display: flex; display: -webkit-flex; justify-content: space-between;}
.fbox .lbox,.fbox .cbox,.fbox .rbox{ padding: 30px 0; width: 100%;}
.fbox .cbox,.fbox .rbox{ padding-left: 50px; }
.fbox .rbox{ min-width: 440px;}
.fbox .lbox{ min-width: 60%;}
.fbox .lbox img{ float: left; padding-right: 30px; max-width: 200px;}
.fbox .cbox p{ line-height: 40px; font-size: 20px; color: #fff;}
.fbox .ftel{ float: left; padding-left: 60px; background: url(../images/ftel.png) no-repeat left 16px;}
.fbox .ftel p{ font-size: 14px; color: #fff; line-height: 40px;}
.fbox .ftel p a{ font-size: 40px; color: #fff; font-weight: normal;}
.fbox .ftel p a.phone{font-family: "impact"; }

.fbox .ftel h1{ font-size: 18px; color: #fff; padding-top: 30px; }
.fbox .ftel h1 span{ display: inline-block; padding-right: 30px; opacity: 0.5; }

.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:#da0000; border: 0; border-radius: 0; color: #fff;}
.fbot{ padding: 20px 0; max-width: 1560px; margin: auto;  font-size: 18px; text-align: center; color: #fff;}
.fbot a{ color: #fff;}

.footer-nav{ display: none; }


#rollTop { position:fixed; z-index:9999; right:10px; bottom:60px; width:40px; height: 40px; background: #005cca;}
#rollTop a{ display: inline-block; width: 100%; height: 100%; background: url(../images/rollTop.png) no-repeat center; background-size: 50%;}

.adbanner{ background-size: 100%; background-attachment: fixed; background-position: center top; background-repeat: no-repeat;}
.ny_wrapper{ padding: 50px; z-index: 999; background: #eee; min-height: 180px; height:auto; overflow: visible; position: relative;}
.ny_box{ max-width: 1560px; background: #fff; height: auto; margin: auto; margin-top: -120px; overflow: hidden;}
.ny_box .position{ width: 100%; height: 70px; background: #fff;}
/*侧边栏*/
.sidebar_nav{ width: 100%; height: 70px; line-height: 70px; border-bottom: 1px solid #ddd; background: #fff; overflow: hidden;}
.sidebar_nav a{ display: block; padding: 0 25px; width: auto; text-align: center; overflow: hidden; border-right: 1px solid #ddd; float: left;}
.sidebar_nav a:hover,.sidebar_nav a.on{ background: #112957; color: #fff; border-right:1px solid #112957;}

.list_img{ padding: 15px 0; width: 100%; height: auto; overflow: hidden;}
.list_img li{ padding-top: 15px; padding-bottom: 15px;}
.list_img a{display: inline-block; width: 100%}
.list_img .img{ overflow: hidden; padding-top: 75%; background-size: cover; background-position: 50%}
.list_img a img{ transition: all 0.5s;}
.list_img a:hover img{transform: scale(1.1);}
.list_img p{ text-align: center; line-height: 40px;}
/*分页*/
div.paginationbox{width:100%;height:auto;padding: 15px 0; margin:10px auto; overflow: hidden;}
ul.pagination{display:inline-block;padding:0;margin:0;}
ul.pagination li{display:inline}
ul.pagination li a{color:#333;float:left;font-size:14px;padding:10px 18px;margin:0 5px;text-decoration:none;border:1px solid #ddd}
ul.pagination li span{color:#aaa;float:left;font-size:14px;padding:10px 18px;margin:0 5px;text-decoration:none;border:1px solid #ddd}
.pagination li:first-child a,.pagination li:last-child a{border-radius:0}
ul.pagination li.bor0 a{border-color:#fff;cursor:auto}
ul.pagination li.thisclass a{ background: #112957; color: #fff;border:1px solid #112957; cursor: default;}
ul.pagination li a.active{background-color:#112957;color:#fff;border:1px solid #112957;cursor:default}
ul.pagination li a:hover:not(.active){background-color:#112957;color:#fff;border-color:#112957}
ul.pagination li.bor0 a:hover{background:0 0;color:#333;border-color:#fff}
ul.pagination > li > a, ul.pagination > li > span{ color: #333;}
ul.preNext{ width:100%; display: flex; justify-content: space-between; float: left;}
ul.preNext li{ padding: 5px 15px; font-size: 18px;}
ul.preNext li a{color:#333;}
ul.preNext li a:hover{color:#112957}
ul.preNext li.pre,ul.preNext li.next{ background: #eee;}

/*newsinfo*/
.newsinfo {width: 100%; height: auto; line-height: 20px; overflow:hidden; border-bottom: 1px dotted #ccc; padding-bottom:5px;text-align:center;color: #666; font-size: 12px;}
.newsinfo span {color: #112957; font-family: Georgia, "Times New Roman", Times, serif;font-size: 14px;font-weight: bold;}
.newsinfo a{ display: inline-block; float: right; margin-left: 15px; padding: 5px 25px; background:#112957; color: #fff;}
.newsinfo a:last-child{ background: #112957;}
.article_box { width: 70%; float: left; height: auto; min-height: 600px; padding: 15px; border-right: 1px solid #ddd; box-sizing: border-box; overflow: hidden;}
.article_box h1 { text-align: center; padding: 15px;font-size: 24px;}
.detail { width: 100%; height: auto;overflow: hidden; line-height: 24px; padding: 15px 0; text-align: center;}
.detail img {max-width: 100%; width: auto; margin: auto; height: auto!important;}

.content_info{padding:30px;}
.content_info img{max-width:100% !important;height:auto !important}

.side_txt{ width: 30%; padding:10px 30px; box-sizing: border-box; float: right;}
.side_txt h3{ line-height: 50px; background: #112957; color: #fff; font-size: 20px; text-align: center;}
.side_txt p{ border: 1px solid #ddd; line-height: 30px; padding: 15px; text-align: center; border-top: 0; font-size: 20px;}
.side_txt p small{ font-size: 14px;}
.side_txt p b{ font-size: 30px; font-weight: normal; color: #da0000; font-family: impact;}
.side_list{ width: 30%;padding:10px 30px; box-sizing: border-box; float: right;}
.side_list h3{ position: relative; line-height: 50px; background: #112957; color: #fff; font-size: 20px; padding-left: 25px;}
.side_list h3::before{ content: ""; position: absolute; width: 4px; height: 22px; background: #fff; left: 10px; top: 14px;}
.side_list .txt{ padding: 15px; font-size: 18px; line-height: 30px; border: 1px solid #ddd; }
.side_list ul{ padding: 15px; border: 1px solid #ddd;}
.side_list ul li{ position: relative; padding-left: 20px; width: 100%; height: 40px; line-height: 40px; border-bottom: 1px dotted #ddd; overflow: hidden;}
.side_list ul li::before{ content: ""; width: 5px; height: 5px; border-radius: 50%; background: #aaa; position: absolute; left: 6px; top: 18px;}
.side_list ul li a{ font-size: 16px; color: #666; display: inline-block; text-overflow: ellipsis;}
.side_list ul li a:hover{ color: #112957;}
.side_list ul li:hover::before{ background: #112957;}

.newlist ul li a{ display: flex; justify-content: space-between; align-items: center; padding: 30px; margin-bottom: 20px; border-bottom: 1px dotted #aaa	;}
.newlist .img{ width: 100%; max-width: 30%; overflow: hidden; padding-top: 20%; background-size: cover; background-position: 50%}
.newlist .img img{ height: auto;}
.newlist .txt{ width: 100%; padding-left: 30px;}
.newlist .txt h3{ font-size: 18px; margin: 0; color: #333;}
.newlist .txt p{ font-size: 16px; color: #666; line-height: 24px; padding: 15px 0; margin: 0;}
.newlist .txt span{ color: #aaa;}
.newlist ul li:hover h3{ color: #2ca6ff;}
.newlist ul li:hover p{  color: #333;}


#map{ width: 100%;}
#map #allmap{height:500px}

.wrapper .nav-block {
    width: 100%;
    padding: 15px 0;
    font-size: 0;
    background-color: #fff; }
    .wrapper .nav-block .item {
      width: 25%;
      padding: 2.5vw;
      box-sizing: border-box;
      display: inline-block; }
      .wrapper .nav-block .item .links {
        display: inline-block;
        color: #333;
        font-size: 14px;
        text-align: center; }
        .wrapper .nav-block .item .links .icon-nav-block {
          display: inline-block;
          border-radius: 6px;
          background-color: #2480ee;
          height: 20vw;
          width: 20vw;
          text-align: center;
          line-height: 20vw; }
          .wrapper .nav-block .item .links .icon-nav-block > img {
            position: relative;
            display: inline-block;
            height: 70%;
            top: 0; }
        .wrapper .nav-block .item .links .text-nav-block {
          margin-top: 4px;
          display: inline-block; }
          .wrapper .team-intr {
    background-color: #fff;
    padding: 10px;
    margin: 20px 0;
    box-sizing: border-box; }
    .wrapper .team-intr .title {
      color: #fff;
      background: #2480ee;
      width: 100%;
      text-align: center;
      margin: 15px auto;
      margin-top: 0;
      padding: 6px 0;
      font-weight: 600;
      font-size: 22px; }
    .wrapper .team-intr .team-img {
      width: 100%; }



@media (max-width:1600px){
    .new .lbox ul li{ padding: 15px; }
    .header .txt{ display: none; }
    .logo img{max-height: 60px;}
	.container{ width: 90%; margin: 0 5%;}
	.nav{ width: 100%;}
	.footer .fbox .lbox p{ font-size: 14px;}
	.nav ul li{ max-width: 180px; padding: 0 20px; }
	.about .rbox{ padding-right: 30px; }
    .about .rbox .txt_box{padding: 30px 0;}
	.about .rbox .txt_box h1{ font-size: 20px }

	.case .tbox ul li .txt p{ display: none }
	.case .tbox ul li .txt h3{ padding: 15px 0 }
	.numCount li .indc{ font-size: 12px; }
    .nav ul{ padding: 0; }
    .language{padding:0 15px;}
}
@media (max-width:1280px){
    .logo img{ max-height: 50px; }
    .nav ul li{ padding: 0 15px; }
    .nav ul > li > a{ font-size: 14px; }
    .language .tel a{ font-size: 20px; min-width:130px}
    .language .contact{ background-size: 23px 21px;padding-left: 20px; }
    .header.maxwidth,.header{ height: 60px; }
    .nav{ height: 40px; line-height: 40px; }
    .tit{ padding-bottom:15px }
    .tit h3,.tbox h3,.about .rbox .txt_box p{line-height: 30px;}
    .tit h3 span,.tbox h3,.new .tit h3{ font-size: 20px; }
    .tit p,.tbox p,.new .rbox ul li .txt p,.new .lbox ul li .txt p{ font-size: 12px; }
    .product .left-menu{ width: 40px; }
    .new .lbox{ width: 44%; }
    .new .rbox{ width: 56%; padding-left: 30px; }
    .product .left-menu a{ font-size: 14px; }
    .product .right-box{ padding-left: 50px; }
    .product,.about,.case,.new,.fbox,.footer{ padding: 15px; }
    .about .numCount,.about .rbox .txt_box{ padding: 15px 0; }
    .numCount li .numCX{ font-size: 24px; }
    .about .rbox .txt_box p,.fnav a{ font-size: 16px; }
    .about .rbox .txt_tit h3{ font-size: 20px; line-height: 30px; }
    .about .rbox a.more{ padding: 5px 30px; }
    .case .bbox{ padding-top: 0; }
    .about .box{ padding: 30px; }
    .fnav,.fbot{ padding: 5px 0; }
    .fbox .cbox p{ font-size: 14px; line-height: 24px; }
    .fbox .ftel h1{ font-size: 16px; padding-top: 10px; }
    .fbox .ftel h1 span{padding-right: 10px}
    .fbox .ftel p a{ font-size: 30px; }
    .fbot,.side_list .txt{ font-size: 12px; }
    .ny_wrapper{ padding: 30px; }
    .side_list .txt{ line-height: 24px; }
    .ny_box{ margin-top: 0; }
    .newlist .txt p{ font-size: 12px; padding: 5px 0; line-height: 18px; }
    .article_box{ width: 75%; }
    .side_list,.side_txt{ width: 25%; padding: 0; }
    .article_box{ border: 0; }
}
@media (max-width:996px){
    .bbr{ display: block; }
    .bbr .tit,.bbr .submenu{ width: 100%; }
    .product .sidebar{ display: none }
    .logo img{max-height: 50px;}
	.content_info{padding:15px;}
	.newlist .txt{ padding-left: 10px;}
	.newlist .img{ max-width: 25%;}
	.article_box,.side_txt,.side_list{ width: 100%; border: 0;}
	.side_txt,.side_list{ padding: 15px;}
	.adbanner{ background-attachment: unset;}
	.ny_wrapper{ padding: 0; }
	.ny_box{ height: auto; overflow: hidden; margin-top: 0;}
	.ny_box .position{ height: 50px;}
	.list_img li{ padding: 5px;}
	.sidebar_nav{ height: 50px; line-height: 50px;}

	
	.header{ position: fixed; width: 100%; left: 0; top: 0; height: 60px; line-height: 60px; z-index: 1004;}
	.header.maxwidth{ position: fixed; height: 60px; line-height: 60px}
	.language{ margin-right: 60px; min-width:180px}
	.language a{font-size:16px}
	.logo{ padding:10px;}
	.logo img{ max-height: 40px;}
	.home{ padding-top: 60px;}
	.about{ padding: 0; padding-top: 50px;}
	.about .box{ display: block; }
	.about .lbox, .about .rbox{ width: 100%;}
	.about .rbox{ padding: 20px 10px; }
.about .numCount ul li:nth-child(2){ border-right: 0 }
.about .menu-bars ul{ flex-wrap: wrap; }
.about .menu-bars ul li{ width: 50%; }
.about .menu-bars ul li .txt{ padding: 10px; }
.about .menu-bars ul li .txt h3{ font-size: 18px; }
.about .menu-bars ul li .txt p{ font-size: 10px; line-height: 14px; }
    .about .content{ max-width: 98%; }
	.about .rbox .txt_box h1{ font-size: 18px; line-height: 24px; padding-top: 10px }
	.home .swiper-pagination{bottom:10px!important;}
	.home .swiper-pagination-bullet{width:10px;height:10px; line-height: 10px; opacity:1; font-size: 0; background:#fff;border:0; transition: all 0.5s;}
	.home .swiper-pagination-bullet-active{background:#ffb400; border: 0;}

	.product{ padding: 0; margin-bottom: 0}
	.product .box{ padding: 0;  margin-bottom: 15px}
	.product .box p{ font-size: 12px; padding: 5px }
    .tit{ padding: 15px 5px; }
	.tit h3{font-size: 24px; line-height: 30px;}
    .tit p{ font-size: 10px; line-height: 14px }
	.product_nav a{ padding: 1px 5px;}
.about .numCount{ padding: 30px 0; }

	.case,.new{ padding: 0 }
	.new{ padding-bottom: 30px; }
	.case .tbox ul,.case .tbox ul li a{ display: block; overflow: hidden; }
.case .tbox ul li{ width: 100%; }
.case .tbox{ width: 100%; margin:10px auto; }
.case .tbox ul li .txt{ padding:0 10px }
.case .tbox ul li .txt h3{ line-height: 30px }
.case .tbox .txt .link,.case .tbox ul li .txt h3 small{ display: none; }
.new .lbox,.new .rbox{ width: 100%; padding: 2%; box-sizing: border-box; }
.new .lbox,.new .rbox,.new .lbox ul li{ width: 100% }

.tbox h3{ font-size: 24px; }
.tbox p{ font-size: 10px; }

	.fnav,.fbox{ padding: 15px;}
	.fbox{ display: block;}
	.fbox .flbox{ width: 100%;}
	.fbox .lbox{ min-width: 100%; text-align: center;}
	.fbox .lbox img,.fbox .lbox .ftel{margin: auto; float: none;}
	.fbox .lbox img{ padding: 15px 0;}
	.fbox .lbox .ftel{ display: inline-block; }
	.fbox .cbox{ padding: 15px 0; border-top: 1px solid rgba(255,255,255,0.2);}
	.fbot{ padding: 15px }

	.bbar{ padding: 0; text-align: center; height: auto; position: relative; top: 0}
	.bbar .box{ padding: 15px;}
	.bbar .lbox{ width: 100% }
    .bbar p{ display: none; }
    .bbar .lbox h3, .bbar .rbox h3{ border: 0; }
	.bbar .search{ margin:15px 0; overflow: hidden; text-align: center;}
    .bbar .search form{ display: inline-block;}
	.bbar .rbox a{ text-align: left; }
	.about .numCount ul li { width: 50%; height: 120px; margin:15px 0; padding: 0;}
	.product_nav{ padding: 15px 0 }
	.numCount li .numCX{ font-size: 20px }
	.numCount li .indc{ font-size: 14px; line-height: 18px; }
	.about .box{ padding: 0 }

    .advantage{ height: auto; overflow: hidden; padding: 15px; }
    .advantage .tit a{ position: relative; }
    .advantage .box{ display: block;}
    .advantage .tabs{ width: 100%; padding: 0; }
    .advantage .swiper-container{ width: 100%; display: none; }

    .lc{ padding: 30px 15px; flex-wrap: wrap; }
    .lctit{ width: 100%;padding: 0; }
    .lcbox ul{flex-wrap: wrap;}
    .lcbox li{ width: 20% }
    .lcbox li:nth-child(2n){ display: none; }
    .lcbox li .img {width: 50px; height: 50px; line-height: 50px; margin: 5px auto;}
    .lcbox li img{ transform: scale(0.5); }
    .lcbox li .txt{ font-size: 12px; }
    .lctit h3{ font-size: 18px; line-height: 24px; }
    .lc .contact a{ font-size: 20px; }

    .m-tel{ padding-right: 70px; }
    .m-tel a{ font-size: 20px; color: #fff; display: block;}
    .footer{ padding: 0; }

}
@media (max-width:768px){
    .newlist ul li a{ padding: 0 }
    .newlist .txt h3{ font-size: 15px; line-height: 24px }
    .header.maxwidth,.header,.menu-handler{ height: 60px; line-height: 60px; background: url(../images/header_bg.png) no-repeat; background-size: 100%; }
    .product .box p{ height: 30px; overflow: hidden; }

    .product .left-menu a{ font-size: 12px; letter-spacing: 2px; }
    .product .left-menu{ width: 40px; }
    .product .right-box{ padding-left: 50px; }
    .advantage_tit h3{ font-size: 24px; line-height: 30px; }
    .menubar{ padding: 15px 0; }
    .menu-handler .burger{ background: #fff;}
    .menubar ul li{ width: 33% }
    .menubar ul li p{ font-size: 12px; height: 30px; line-height: 30px; }
	.about .lbox .bot,.about .rbox .bot,.about .rbox .top{ display: block;}
	.about .lbox .bot .img, .about .rbox .bot .img, .about .rbox .top .img,.about .lbox .bot .txt, .about .rbox .bot .txt, .about .rbox .top .txt{ width: 100%;}

	.advantage .box .item{ width: 100%;}
	.footer .contact ul li{ width: 100%; justify-content: flex-start;}
	.footer .fnav{ height: auto; overflow: hidden; display: block; padding: 0;}
	.footer .fnav .item{ width: 100%;}
	.footer .fnav .item:nth-child(1) a{ width: auto; padding: 0 15px;}
	.logo{ padding: 5px; }
	.logo img{ max-height: 35px; }
	.fnav a{ padding:5px 0; font-size: 14px; text-align: center; width: 33.33%; float: left; box-sizing: border-box; border-right: 1px solid rgba(255,255,255,0.2); border-bottom: 1px solid rgba(255,255,255,0.2); }
	.fbox .lbox, .fbox .cbox, .fbox .rbox{ border-right: 0 }
    .bbar .lbox h3{ font-size: 18px }
    .bbar .lbox p{ font-size: 12px; }
    .advantage01 ul,.advantage02 ul{ flex-wrap: wrap; }
    .advantage01 li{ width: 50%; border-bottom:1px solid rgba(255,255,255,0.2); }
    .advantage01 li span{ font-size: 20px; }
    .advantage01 li p{ font-size: 12px; }
    .advantage02 li{ width: 100%; padding-bottom: 30px; }
    .case .tit h3{ font-size: 24px; }
    .case .tit p{font-size: 80%}
   
    .new .tit{ min-width: 100% }
    .new .title{ flex-wrap: wrap; }
    .new .title .txt{ font-size: 12px; line-height: 18px; }
    ul.pagination li a,ul.pagination li span{ padding:2px 5px; }
    ul.preNext{flex-wrap: wrap;}
    ul.preNext li{ width: 100%; padding: 0; font-size: 14px; }
    .side_list,.side_txt,.tit p{ display: none; }
    .list_img p{ height: 40px; overflow: hidden; }
    .product .right-box{ padding:0 10px; }
    .product-nav{ width: 100%; height: auto; overflow: hidden; padding: 15px 0; }
    .product-nav ul li{ width: 50%; float: left; padding:5px 10px; box-sizing: border-box; }
    .product-nav ul li:first-child a{ background: #005cca; border-color: #005cca; color: #fff; }
    .product-nav a{ width: 100%; box-sizing: border-box; display: inline-block; padding: 5px; text-align: center; border: 1px solid #ddd; }
    .tit{ background: #efeff4; }
    .product .more,.case .more,.new .more{ background: #fff; padding: 15px 0; padding-bottom: 30px; width: 100%; height: auto; overflow: hidden; box-sizing: border-box; text-align: center; }
    .product .more a,.case .more a,.new .more a{ display: inline-block; padding: 5px 50px; border: 1px solid #005cca; color: #005cca; border-radius: 30px; }
    .new .more{ background: none;}
    .new .more a{ border-color: #fff;  color: #fff;}
    .about{ padding: 0; }
    .about .box{ background: none; padding:30px 10px;}
    .about .box .rbox{ border: 1px solid rgba(255, 255, 255, 0.3); }
    .txt_tit h3,.about .rbox .txt_box p{ color: #fff; }
    .about .rbox a.more{ background: #da0000; }
    .case .bbox{ padding: 10px; }
    .case .tit{ padding-bottom: 0; }
    .case .bbox p{ font-size: 12px; height: 40px; padding: 0; line-height: 40px; overflow: hidden; }
    .new{ padding: 30px 0; }
    .new .tit{ background: none; padding-bottom: 0; }
    .new .rbox ul li{ padding: 0; }
    .new .rbox ul li .txt h3{ font-size: 14px; line-height: 24px; height: 24px; }
    .new .rbox ul li .txt p{ height: 28px; overflow: hidden; }
    .new .rbox ul li{ margin-bottom: 10px; }
    .footer{ background: #252f3b; padding-bottom: 55px; }
    .fbox .ftel{ background: none; padding: 0; }
    .footer .fbox .lbox p{ text-align: center;line-height: 24px; }
    .fbox .ftel p a{ font-size:20px }
    .fbox .lbox{ padding-top: 0; }
    .fbot{ padding: 10px; background: #1b252f; }
    .footer::before{ background: none; }
    .footer-nav{ display: block; }

}
@media (max-width:480px){
	.home{ padding-top: 50px }
	
	.menu-handler .burger{ top:14px;  }
	.menu-handler .burger-2{ top:24px  }
	.menu-handler .burger-3{ top: 34px }
	.menu-handler.active .burger-1,.menu-handler.active .burger-3{ top: 24px }
	.new .rbox ul li .txt p{ font-size: 10px; line-height: 14px}
    .bbar .keywords{ width: 240px }
    .bbar .lbox p{ font-size: 8px; }
}



@media (max-width:360px){
    .bbar .lbox p{ font-size: 10px }
    .bbar .keywords{ width: 200px }
    .language{ min-width: 140px; }
    .language a{ padding: 0 }
    .fbox .ftel h1{ font-size: 15px; }
    .wrapper .nav-block .item .links,.fbox .cbox p{ font-size: 12px; }
}

.footer-nav {
  height: 54px;
  background: #005cca;
  color: #FFFFFF;
  position: fixed;
  z-index: 9999;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .footer-nav .nav-item {
    width: 25%;
    flex-shrink: 1;
    font-size: 12px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center; }
    .footer-nav .nav-item.active {
      background-color: #2480ee; }
    .footer-nav .nav-item .nav-icon {
      width: 24px;
      display: block;
      margin-bottom: 2px; }
      .footer-nav .nav-item .nav-icon > img {
        display: block;
        max-width: 100%; }