﻿blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}
address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:400}
abbr,body,fieldset,html,iframe,img{border:0}
address,cite,dfn,em,i,var{font-style:normal}
[hidefocus],summary{outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,small{font-size:100%}
sub,sup{font-size:83%}
code,kbd,pre,samp{font-family:inherit}
q:after,q:before{content:none}
textarea{overflow:auto;resize:none}
label,summary{cursor:default}
a,button{cursor:pointer}
b,em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}
a,a:hover,del,ins,s,u{text-decoration:none}
body,button,input,keygen,legend,select,textarea{outline:0;color:#333;font:12px/1.14 arial,\5b8b\4f53}
body{color:#333;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Microsoft YaHei,sans-serif;line-height:1.75}
a,a:active,a:focus,a:hover,a:visited{color:#333;text-decoration:none}
body,html{height:100%}
body{margin:0;padding:0;color:#000;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}
/*图像*/
.imgcut1{position:relative;padding-bottom:133%;overflow:hidden}
.imgcut1 img{position:absolute;display:block;width:100%;height:100%;object-fit:contain}
.imgcut2{position:relative;padding-bottom:75%;;overflow:hidden}
.imgcut2 img{position:absolute;display:block;width:100%;height:100%;object-fit:cover}


.header{width:100%; position:fixed;z-index:9999;display:flex;margin:auto;background:none;transition:all .5s;justify-content:space-between;align-items:center;padding:10px 50px; background: #fff;}
.header.maxwidth{ background: #fff; padding: 0 50px; box-shadow: 0 0 5px rgba(0,0,0,.3); }
.header .txt{padding-left:15px;min-width:200px;line-height:30px}
.header .txt h3{font-weight:400;font-size:20px}
.header .txt h3 span{color:#303980;font-size:25px;font-family:impact}
.header .txt p{font-size:18px}
.logo{display:flex;box-sizing:border-box;padding:0;height:100%;align-items:center}
.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; margin-right: 40px; max-width:220px;text-align:center}
.nav ul>li>a{position:relative;z-index:1;display:block;overflow:hidden;width:100%; text-decoration:none;text-overflow:ellipsis;white-space:nowrap;font-size:18px}
.nav ul>li:after{height:0}
.nav ul>li.active:after,.nav ul>li:after{position:absolute;bottom:0;left:0;z-index:0;display:block; width:0; height: 4px; background:#303980;content:"";transition:all .5s}
.nav ul>li.active:after{width: 100%;}
.nav ul>li:hover:after{width:100%}

.header.maxwidth .nav ul>li>a{ color: #333;}
.nav ul li:nth-child(4) .submenu{ min-width:200px}

.language{display:flex; justify-content: end; box-sizing:border-box;padding-left:50px;width:100%;height:80px;align-items:center}
.language .tel{ width: 30%; min-width: 365px; height: 50px; display: flex; justify-content: flex-end; align-items: center;}
.language .tel p{ padding: 0 15px; line-height: 40px;height: 40px; background: #303980; border-radius: 30px;}
.language .tel p a{ display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items:center; color: #fff; font-size: 18px;}
.language .tel p a small{ font-size: 14px; }
.code{ position: relative; width: 35px; height: 35px; margin-right: 15px;}
.code span.icon-code{ display: inline-block; width: 35px; height: 35px; background: url(../images/wx.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: #da0000;} */

.company h3{font-size:24px;line-height:30px}
.company p{font-size:16px;line-height:18px}
.nav ul li .submenu{position:absolute;top:100%;left:0;overflow:hidden;width:100%;max-height:0;min-width:150px;background:#fff; box-shadow: 0 0 5px rgba(0,0,0,.3);}
.nav ul li .submenu a{float:left;display:block;box-sizing:border-box;padding:5px;width:100%;color:#333;text-align:center;font-size:14px;line-height:30px}
.nav ul li .submenu a:hover{color:#303980}
.nav ul li:hover .submenu{max-height:550px}
.menu-handler{position:absolute;top:0;right:0;z-index:1012;overflow:hidden;width:60px;height:60px;border-left:1px solid #ddd;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.445,.145,.355,1);-moz-transition:all .3s cubic-bezier(.445,.145,.355,1);transition:all .3s cubic-bezier(.445,.145,.355,1)}
.menu-handler .burger{position:absolute;top:18px;left:50%;z-index:5;display:block;margin:0 0 0 -16px;width:32px;height:4px;background:#003cc5;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;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{left:-100%;opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0}
.menu-handler.active .burger-3{top:30px;-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}
.menuBlack{right:0;bottom:0;left:0;z-index:999;background:rgba(0,0,0,.5)}
.menuBlack,.menuBox{position:fixed;top:0;display:none}
.menuBox{right:-100%;z-index:1003;overflow:hidden;overflow-y:auto;width:100%;height:100%;background:#fff;-webkit-overflow-scrolling:touch}
.navMobile{margin-top:80px;margin-bottom:60px}
.navMobile dd a{display:block;color:#333;text-align:center;font-weight:400;font-size:14px;line-height:24px}
.navMobile dd p a{padding:15px 45px;text-align:center;font-size:18px}
.navMobile dd p a.act{background:#0d65cd;color:#fff}
.mtnav a{padding:13px 48px;font-size:16px}
.mtnav{display:none}
.mtnav,.mtools{background:#eee}
.mtools{position:fixed;right:-100%;bottom:0;overflow:hidden;width:100%}
.mtools a{float:left;display:block;overflow:hidden;width:50%;height:50px;background:#303980;color:#fff;text-align:center;line-height:50px}
.mtools span{display:inline-block;padding-left:30px;vertical-align:middle}
.mtools .weixin{background:#0d65cd}
.mtools .sina span{background:url(../images/kf.png) no-repeat 0}
.mtools .weixin span{background:url(../images/phone.png) no-repeat 0}
.home{width:100%;height:auto;overflow:hidden;position:relative;padding-top: 100px;}
.home .swiper-container{width:100%;height:100%}
.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:rgba(0, 0, 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:30px!important;left:0!important;text-align:center}
.home .swiper-pagination-bullet{width:40px;height:40px;line-height:38px;opacity:1;background:0;border:2px solid rgba(255,255,255,.5);color:#fff;transition:all .5s}
.home .swiper-pagination-bullet-active{background:#303980;border:2px solid #303980}
.home .swiper-button-next,.home .swiper-button-prev{background:rgba(0,0,0,.1);text-align:center;color:#fff;line-height:60px;width:60px;height:60px;font-weight:700;font-size:14px}
.home .swiper-button-next:hover,.home .swiper-button-prev:hover{background:rgba(0,0,0,.5)}
.container{box-sizing:border-box;padding:0 50px;width:100%}
.wrapper{position:relative;float:left;background:#fff}
.bbr,.wrapper{width:100%;height:auto}
.bbr{display:flex;overflow:hidden;box-sizing:border-box;margin:auto;max-width:1560px;justify-content:space-between;align-items:center}
.bbr .tit{width:100%}
.tit{padding-bottom:50px;}
.tit h3{font-size:40px;line-height:60px}
.tit h3 span{color:#303980}
.tit p{color:#666;font-size:16px;line-height:30px}



.product{ padding:50px; overflow: hidden; width: 100%;  position: relative;}
.product .bbar{ display: flex; justify-content: space-between; }
.product .tit{ text-align: left;  width: 50%; padding-bottom: 0;}
.product .search{ width: 50%; text-align: right;}
.product .search p a{ display: inline-block; color: #666; padding: 0 5px; }
.product .search p{ color: #666; line-height: 30px; height: 30px;overflow: hidden;}
.product .search p a:hover{ color: #303980; }
.product .search input{ padding: 5px 10px; box-sizing: border-box; font-family: "Microsoft YaHei";}
.product .search input.keywords{ border: 1px solid #ddd; min-width: 240px; line-height: 30px; font-size: 16px; height: 45px;}
.product .search input.keybtn{ float: right; background: #303980; color: #fff; line-height: 30px; font-size: 16px; min-width: 80px; text-align: center; border: 0; height: 45px;}
.product .submenu{ max-width: 1560px; margin: auto; margin-top: 30px; text-align: center; border: 1px solid #ddd; padding: 15px; }
.product .submenu a{ font-size: 16px; line-height: 16px; padding: 0 10px; display: inline-block; }
.product .submenu a{ border-right: 1px solid #aaa; }
.product .submenu a:last-child{ border-right: 0; }
.product .submenu a:hover{ color: #303980; }

.product .box{ width:100%; max-width: 1560px; margin: auto; box-sizing: border-box; display: flex; justify-content: space-between; flex-wrap: wrap;}
.product .box p{ width: 100%; padding: 10px; line-height: 20px; text-align: center; font-size: 14px;border: 1px solid #ddd; border-top: 0;}
.product .box p small{ font-size: 12px }
.product .box a{ display: inline-block; position: relative; overflow: hidden;}
.product .box a:hover p{ color: #303980; }
.product .img{ overflow: hidden;padding: 10px;border: 1px solid #ddd;}
.product img{transition: all 0.5s; opacity: 0.9;}
.product .swiper-slide:hover img{ opacity: 1;}
.product .swiper-slide:hover .img,.product .swiper-slide:hover p{ border-color: #303980;}
.product .swiper-slide{ width: 19%; margin-top: 20px; }
.advantage{ background: url(../images/ad.jpg) no-repeat center; height: auto; overflow: hidden;}
.advantage .box{box-sizing:border-box;margin:auto;max-width:1560px;background:#fff;}
.advantage .item{ width:100%; background: rgba(0,0,0,0.2); padding: 50px 30px; box-sizing: border-box; cursor: pointer;}
.advantage .item:hover{ border-color: #004fc5;}
.advantage .img{ padding: 20px 0;}
.advantage img{margin:auto}
.advantage .txt{ text-align: center;}
.advantage .txt h3{  font-size: 25px; padding-bottom: 20px; color: #fff}
.advantage .txt p{ color: #fff; }

.about,.advantage{padding:50px;width:100%;height:auto;}
.about .tbox{box-sizing:border-box;margin:auto;width:100%;max-width:1560px}
.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:80px;}
.numCount li sub{ color: #fff; bottom: 50px; font-size: 100%; }
.numCount li .indc{padding:10px 0;color:#fff;font-size:18px}
.about .lbox,.about .rbox{width:50%}
.about .lbox{box-sizing:border-box;border:5px solid #fff}
.about .box{display:flex;box-sizing:border-box;margin:auto;max-width:1560px;background:#fff; justify-content:space-between;align-items:center}
.about .rbox{box-sizing:border-box;padding-right:50px}
.about .rbox .txt_tit{border-bottom: 1px solid #ddd; }
.about .rbox .txt_tit h3{font-size:40px;line-height:50px;color:#303980}
.about .rbox .txt_tit p{font-size:16px;line-height:40px;}
.about .rbox .txt_box{padding:20px 0}
.about .rbox .txt_box p{text-align:justify;font-size:16px;line-height:30px}
.about .rbox a.more{display:inline-block;padding:10px 50px;background:#303980;color:#fff}
.about .rbox a:hover{background:#303980}

.case{padding:30px 50px; background: url(../images/cbg.jpg) no-repeat center #003cc5;}
.case .tit h3 span{ color: #fff; }
.case .tit p{ color:#fff}
.case .bbox,.case .tit,.new .box{margin:auto;max-width:1560px}
.case .bbox{padding:30px 0;}
.case .tit{padding-bottom:0}
.case .txt{ padding: 10px; text-align: left; background: #fff;}
.case .bbox h3{font-size: 18px; font-weight: normal; line-height: 40px;}
.case .bbox p{ font-size: 14px; padding: 15px 0; line-height: 24px; text-align: justify; color: #666; }
.case .bbox .swiper-slide:hover h3{color:#303980}
.case .submenu{ max-width: 1560px; margin: auto; text-align: center; padding: 15px 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: #303980; color: #fff; }

.new{overflow:hidden;padding:50px;}
.new .bbr{ display: flex; justify-content: space-between; padding: 30px 0; }
.new .tit{ text-align: left;  width: 50%; padding-bottom: 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: #303980; }

.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{font-size:16px;line-height:24px; color: #fff;}
.new .lbox ul li:hover .txt{ background: rgba(218, 0, 0, 0.7);}
.new .rbox ul li{margin-bottom:18px;padding:30px;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: 50px; line-height: 50px; font-weight: bold; text-align: center; }
.new .rbox ul li .date span{ font-size: 16px; line-height: 24px; }
.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}
.new .rbox ul li:hover{background:#303980; border:1px solid #303980;}
.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; }

.partiner{padding:50px}
.partiner,.partiner .box{position:relative;overflow:hidden;width:100%}
.partiner .box{box-sizing:border-box;margin:auto;height:auto;max-width:1560px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.partiner .swiper-slide{ width: 19%; border: 1px solid #ddd; padding: 15px; margin-bottom: 20px;}
.partiner .swiper-slide a{ display: block; width: 100%; }



.footer{position:relative;float:left;overflow:hidden;width:100%;background:#171b26}
.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; }
.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-right:50px}
.fbox .lbox{max-width: 300px;}
.fbox .lbox img{ display: block; float:right;max-width:200px}
.fbox .lbox p{width: 100%; float: left; color:#fff;font-size:14px;line-height:24px;padding-top: 20px; opacity: 0.7;}

.fbox .rbox ul{ display: flex; justify-content: end; }
.fbox .rbox ul li{ position: relative; width: 100%; padding: 0 30px; box-sizing: border-box; border-left: 1px solid rgba(255, 255, 255,0.2); }
.fbox .rbox ul li a.tnav{ font-size: 18px; color: #fff; line-height: 20px; height: 30px; display: inline-block; }
.fbox .rbox ul li .submenu a{ display: inline-block; width: 100%; font-size: 14px; color: #fff; opacity: 0.7; line-height: 24px; padding: 0; }
.fbox .rbox ul li .submenu a:hover{ opacity: 1; }
.fbox .rbox ul li::before{ content: ""; display: inline-block; width: 3px; height: 25px; background: #fff; opacity: 0.7; position: absolute; left: -2px; top: 0; }

.fbot{margin:auto;padding:20px 0;max-width:1560px;text-align:center;font-size:12px;background: #303980;}
.fbot,.fbot a{color:#fff}
.footer-nav{display:none}


.flink{ height: 60px; line-height: 60px; width: 100%; overflow: hidden; border-bottom: 1px solid rgba(255, 255, 255, 0.2); 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; }


#rollTop{position:fixed;right:10px;bottom:60px;z-index:9999;width:40px;height:40px;background:#303980}
#rollTop a{display:inline-block;width:100%;height:100%;background:url(../images/rollTop.png) no-repeat 50%;background-size:50%}
.adbanner{background-position:top;background-size:100%;background-repeat:no-repeat;background-attachment:fixed}
.ny_wrapper{position:relative;z-index:999;overflow:visible;padding:50px;height:auto;min-height:180px;background:#eee}
.ny_box{overflow:hidden;margin:auto;height:auto;max-width:1560px;background:#fff}
.ny_box .position,.sidebar_nav{width:100%;height:60px;background:#fff}
.sidebar_nav{overflow:hidden;border-bottom:1px solid #ddd;line-height:60px}
.sidebar_nav a{float:left;display:block;overflow:hidden;padding:0 25px;width:auto;border-right:1px solid #ddd;text-align:center}
.sidebar_nav a.on,.sidebar_nav a:hover{border-right:1px solid #303980;background:#303980;color:#fff}
.list_img{overflow:hidden;padding:15px 0;width:100%;height:auto}
.list_img li{padding-top:15px;padding-bottom:15px}
.list_img a{display:block; padding: 10px; border: 1px solid #ddd;}
.list_img .img{overflow:hidden}
.list_img a img{transition:all .5s}
.list_img a:hover img{transform:scale(1.1)}
.list_img p{text-align:center;line-height:40px}
div.paginationbox{overflow:hidden;margin:10px auto;padding:15px 0;width:100%;height:auto}
ul.pagination{display:inline-block;margin:0;padding:0}
ul.pagination li{display:inline}
ul.pagination li a{float:left;margin:0 5px;padding:10px 18px;border:1px solid #ddd;color:#000;text-decoration:none;font-size:14px}
ul.pagination li span{float:left;margin:0 5px;padding:10px 18px;border:1px solid #ddd;color:#aaa;text-decoration:none;font-size:14px}
.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{border:1px solid #303980;background:#303980;color:#fff;cursor:default}
ul.pagination li a.active{border:1px solid #303980;background-color:#303980;color:#fff;cursor:default}
ul.pagination li a:hover:not(.active){border-color:#303980;background-color:#303980;color:#fff}
ul.pagination li.bor0 a:hover{border-color:#fff;background:0 0;color:#333}
ul.pagination>li>a,ul.pagination>li>span{color:#333}
ul.preNext{float:left;display:flex;width:100%;justify-content:space-between}
ul.preNext li{padding:5px 15px;font-size:18px}
ul.preNext li a{color:#333}
ul.preNext li a:hover{color:#303980}
ul.preNext li.next,ul.preNext li.pre{background:#eee}
.newsinfo{overflow:hidden;padding-bottom:5px;width:100%;height:auto;border-bottom:1px dotted #ccc;color:#666;text-align:center;font-size:12px;line-height:20px}
.newsinfo span{color:#303980;font-weight:700;font-size:14px;font-family:Georgia,Times New Roman,Times,serif}
.newsinfo a{float:right;display:inline-block;margin-left:15px;padding:5px 25px;color:#fff}
.newsinfo a,.newsinfo a:last-child{background:#303980}
.article_box{float:left;overflow:hidden;box-sizing:border-box;padding:15px;width:70%;height:auto;min-height:600px;border-right:1px solid #ddd}
.article_box h1{padding:15px;text-align:center;font-size:24px}
.detail{overflow:hidden;padding:15px 0;width:100%;height:auto;text-align:center;line-height:24px}
.detail img{display: block; margin:auto;width:auto;height:auto!important;max-width:100%}
.content_info{padding:30px}
.content_info img{display: block; height:auto!important;max-width:100%!important}
.side_txt{float:right;box-sizing:border-box;padding:10px 30px;width:30%}
.side_txt h3{background:#303980;color:#fff;line-height:50px}
.side_txt h3,.side_txt p{text-align:center;font-size:20px}
.side_txt p{padding:15px;border:1px solid #ddd;border-top:0;line-height:30px}
.side_txt p small{font-size:14px}
.side_txt p b{color:#303980;font-weight:400;font-size:30px;font-family:impact}
.side_list{float:right;box-sizing:border-box;padding:10px 30px;width:30%}
.side_list h3{position:relative;padding-left:25px;background:#303980;color:#fff;font-size:20px;line-height:50px}
.side_list h3:before{position:absolute;top:14px;left:10px;width:4px;height:22px;background:#fff;content:""}
.side_list .txt{font-size:18px;line-height:30px}
.side_list .txt,.side_list ul{padding:15px;border:1px solid #ddd}
.side_list ul li{position:relative;overflow:hidden;padding-left:20px;width:100%;height:40px;border-bottom:1px dotted #ddd;line-height:40px}
.side_list ul li:before{position:absolute;top:18px;left:6px;width:5px;height:5px;border-radius:50%;background:#aaa;content:""}
.side_list ul li a{display:inline-block;color:#666;text-overflow:ellipsis;font-size:16px}
.side_list ul li a:hover{color:#303980}
.side_list ul li:hover:before{background:#303980}
.newlist ul li a{display:flex;margin-bottom:20px;padding-bottom:20px;border-bottom:1px dotted #aaa;justify-content:space-between;align-items:center}
.newlist .img{overflow:hidden;width:100%;max-width:20%}
.newlist .img img{height:auto;max-height: 150px}
.newlist .txt{padding-left:30px;width:100%}
.newlist .txt h3{margin:0;color:#333;font-size:18px}
.newlist .txt p{margin:0;padding:15px 0;color:#666;font-size:16px;line-height:24px}
.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{padding:15px 0;width:100%;background-color:#fff;font-size:0}
.wrapper .nav-block .item{display:inline-block;box-sizing:border-box;padding:2.5vw;width:25%}
.wrapper .nav-block .item .links{display:inline-block;color:#333;text-align:center;font-size:14px}
.wrapper .nav-block .item .links .icon-nav-block{display:inline-block;width:20vw;height:20vw;border-radius:6px;background-color:#2480ee;text-align:center;line-height:20vw}
.wrapper .nav-block .item .links .icon-nav-block>img{position:relative;top:0;display:inline-block;height:70%}
.wrapper .nav-block .item .links .text-nav-block{display:inline-block;margin-top:4px}
.wrapper .team-intr{box-sizing:border-box;margin:20px 0;padding:10px;background-color:#fff}
.wrapper .team-intr .title{margin:0 auto 15px;padding:6px 0;width:100%;background:#2480ee;color:#fff;text-align:center;font-weight:600;font-size:22px}
.wrapper .team-intr .team-img{width:100%}
@media (max-width:1600px){
	.new .rbox ul li{ padding: 25px; margin-bottom: 25px; }
	.fbox .rbox ul li .submenu a{ font-size: 12px; }
}
@media (max-width:1440px){
.solution .box p{ font-size: 14px; }
.header .txt{display:none}
.logo img{max-height:60px}
.container{margin:0 5%;width:90%}
.footer .fbox .lbox p{font-size:14px}
.nav ul li{max-width:180px}
.about .rbox{padding-right:30px}
.about .rbox .txt_box{padding:10px 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}
.nav ul{padding:0}
.language .contact{ min-width: 200px; padding: 0; text-align: center;}
.language .tel a{ font-size: 18px; }
.numCount li .numCX{ font-size: 60px; }
.about .rbox .txt_box p{ font-size: 14px; line-height: 24px; }
.case .bbox h3{ line-height: 20px; }
.new .rbox ul li{ padding: 15px 0; margin-bottom: 20px; }
.new .rbox ul li .txt h3{ font-size: 16px; height: 30px; line-height: 30px; }
.case .txt{ padding: 20px; }
.fbox .rbox ul li{ padding: 0 15px; }

}

@media (max-width:1366px){
	.case .txt{ padding: 25px; }
	.new .rbox ul li{ margin-bottom: 12px; }
	.fbox .rbox ul li{ padding: 0 10px; }
}
@media (max-width:1280px){.logo img{max-height:50px}
.nav ul>li>a{font-size:14px}
.language .tel a{font-size:18px;padding: 0;}
.nav{height:40px;line-height:40px}
.tit{padding-bottom:15px}
.tbox p{ line-height: 18px; }

.tit h3{font-size: 30px; line-height: 40px;}
.new .lbox ul li .txt p,.new .rbox ul li .txt p,.tbox p,.tit p{font-size:12px}
.solution .left-menu{width:40px}
.new .lbox{width:44%}
.new .rbox{padding-left:30px;width:56%}
.solution .left-menu a{font-size:14px}
.solution .right-box{padding-left:50px}
.about,.case,.new,.solution{padding:15px}
.fcenter,.partiner,.product{ padding: 30px 15px; }
.flink{ padding: 0 15px; }
.about .numCount,.about .rbox .txt_box{padding:15px 0}
.numCount li .numCX{font-size:40px}
.numCount li sub{ bottom: 22px; }
.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}
.fbot,.fnav{padding:5px 0}
.fbox .cbox p{font-size:14px;line-height:24px}
.fbox .ftel h1{padding-top:10px;font-size:16px}
.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{padding:5px 0;font-size:12px;line-height:18px}
.article_box{width:75%}
.side_list,.side_txt{padding:0;width:25%}
.article_box{border:0}
.case .txt{ padding: 25px; }
}
@media (max-width:996px){.bbr{display:block}
.bbr .submenu,.bbr .tit{width:100%}
.solution .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_list,.side_txt{width:100%;border:0}
.side_list,.side_txt{padding:15px}
.adbanner{background-attachment:unset}
.ny_wrapper{padding:0}
.ny_box{overflow:hidden;margin-top:0;height:auto}
.ny_box .position{height:50px}
.list_img li{padding:5px}
.sidebar_nav{height:50px;line-height:50px}
.header{top:0;left:0;z-index:1004;width:100%}
.header,.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:50px 0 0}
.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{padding-top:10px;font-size:18px;line-height:24px}
.home .swiper-pagination{bottom:10px!important}
.home .swiper-pagination-bullet{width:10px;height:10px;border:0;background:#fff;font-size:0;line-height:10px;opacity:1;transition:all .5s}
.home .swiper-pagination-bullet-active{border:0;background:#ffb400}
.solution{margin-bottom:0;padding:0}
.solution .box{margin-bottom:15px;padding:0}
.solution .box p{padding:5px;font-size:12px}
.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}
.new{padding-bottom:30px}
.case .tbox ul,.case .tbox ul li a{display:block;overflow:hidden}
.case .tbox ul li{width:100%}
.case .tbox{margin:10px auto;width:100%}
.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{box-sizing:border-box;padding:2%;width:100%}
.new .lbox,.new .lbox ul li,.new .rbox{width:100%}
.tbox h3{font-size:24px}
.tbox p{font-size:10px}
.fbox,.fnav{padding:15px}
.fbox{display:block}
.fbox .flbox{width:100%}
.fbox .lbox{min-width:100%;text-align:center}
.fbox .lbox .ftel,.fbox .lbox img{float:none;margin:auto}
.fbox .lbox img{padding:15px 0}
.fbox .lbox .ftel{display:inline-block}
.fbox .cbox{padding:15px 0;border-top:1px solid hsla(0,0%,100%,.2)}
.fbot{padding:15px}
.bbar{position:relative;top:0;padding:0;height:auto;text-align:center}
.bbar .box{padding:15px}
.bbar .lbox{width:100%}
.bbar p{display:none}
.bbar .lbox h3,.bbar .rbox h3{border:0}
.bbar .search{overflow:hidden;margin:15px 0;text-align:center}
.bbar .search form{display:inline-block}
.bbar .rbox a{text-align:left}
.about .numCount ul li{margin:15px 0;padding:0;width:50%;height:120px}
.about .numCount{margin-bottom:30px}
.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{overflow:hidden;padding:0;height:auto}
.advantage .tit a{position:relative}
.advantage .box{display:block}
.advantage .tabs{padding:0;width:100%}
.advantage .swiper-container{display:none;width:100%}
.lc{padding:30px 15px;flex-wrap:wrap}
.lctit{padding:0;width:100%}
.lcbox ul{flex-wrap:wrap}
.lcbox li{width:20%}
.lcbox li:nth-child(2n){display:none}
.lcbox li .img{margin:5px auto;width:50px;height:50px;line-height:50px}
.lcbox li img{transform:scale(.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{display:block;color:#303980;font-size:20px}
.footer{padding:0}
}
@media (max-width:768px){.solution .box p{overflow:hidden;height:30px}
.solution .left-menu a{letter-spacing:2px;font-size:12px}
.solution .left-menu{width:40px}
.solution .right-box{padding-left:50px}
.advantage_tit h3{font-size:24px;line-height:30px}
.menubar{padding:15px 0}
.menubar ul li{width:33%}
.menubar ul li p{height:30px;font-size:12px;line-height:30px}
.about .lbox .bot,.about .rbox .bot,.about .rbox .top{display:block}
.about .lbox .bot .img,.about .lbox .bot .txt,.about .rbox .bot .img,.about .rbox .bot .txt,.about .rbox .top .img,.about .rbox .top .txt{width:100%}
.advantage .box .item{ padding: 0; margin:15px 0; }
.advantage .txt h3{ font-size: 18px; }
.advantage .txt p{ display: none }
.footer .contact ul li{width:100%;justify-content:flex-start}
.footer .fnav{display:block;overflow:hidden;padding:0;height:auto}
.footer .fnav .item{width:100%}
.footer .fnav .item:first-child a{padding:0 15px;width:auto}
.logo{padding:5px}
.fnav a{float:left;box-sizing:border-box;padding:5px 0;width:33.33%;border-right:1px solid hsla(0,0%,100%,.2);border-bottom:1px solid hsla(0,0%,100%,.2);text-align:center;font-size:14px}
.fbox .cbox,.fbox .lbox,.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 hsla(0,0%,100%,.2)}
.advantage01 li span{font-size:20px}
.advantage01 li p{font-size:12px}
.advantage02 li{padding-bottom:30px;width:100%}
.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{padding:2px 5px}
ul.preNext{flex-wrap:wrap}
ul.preNext li{padding:0;width:100%;font-size:14px}
.side_list,.side_txt,.tit p{display:none}
.list_img p{overflow:hidden;height:40px}
.solution .right-box{padding:0 10px}
.product-nav{overflow:hidden;padding:15px 0;width:100%;height:auto}
.product-nav ul li{float:left;box-sizing:border-box;padding:5px 10px;width:50%}
.product-nav ul li:first-child a{border-color:#005cca;background:#005cca;color:#fff}
.product-nav a{display:inline-block;box-sizing:border-box;padding:5px;width:100%;border:1px solid #ddd;text-align:center}
.solution .box{ padding:0; padding-top: 20px; }
.solution .img{ padding: 15px; }
.solution .img{ background: #303980; }
.solution .swiper-slide:nth-child(2n) .img{ background: #005cca; }
.case .more,.new .more,.product .more{overflow:hidden;box-sizing:border-box;width:100%;height:auto;background:#fff;text-align:center}
.case .more a,.new .more a,.product .more a{display:inline-block;padding:5px 50px;border:1px solid #005cca;border-radius:30px;color:#005cca}
.new .more{background:0 0}
.new .more a{border-color:#fff;color:#fff}
.about{padding:0}
.about .box{padding: 0;background:0 0}
.about .box .rbox{border:1px solid hsla(0,0%,100%,.3);margin-bottom: 15px;}
.about .rbox a.more{background:#303980}
.about .rbox .txt_tit p{font-size: 12px; }
.about .lbox{ border: 0; }
.case .bbox{padding:10px}
.case .tit{padding-bottom:0}
.case .bbox h3{ font-size: 18px; }
.case .bbox p{overflow:hidden;padding:0;font-size:12px;line-height:20px}
.new{padding:30px 0}
.new .tit{padding-bottom:0;background:0 0;display: block;}
.new .rbox ul li{padding:0}
.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{margin-bottom:10px}
.footer{padding-bottom:55px;background:#252f3b}
.fbox .ftel{padding:0;background:0 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:0 0}
.footer-nav{position:fixed;right:0;bottom:0;left:0;z-index:9999;display:block;display:flex;height:54px;background:#005cca;color:#fff;align-items:center;justify-content:space-around}
.footer-nav .nav-item{display:flex;width:25%;height:100%;color:#fff;vertical-align:middle;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:12px;flex-shrink:1;align-items:center;flex-direction:column;justify-content:center}
.footer-nav .nav-item.active{background-color:#0074ff}
.footer-nav .nav-item .nav-icon{display:block;margin-bottom:2px;width:24px}
.footer-nav .nav-item .nav-icon>img{display:block;max-width:100%}
.home .swiper-slide .vbg{background: rgba(0, 0, 0, .1);}

.fcenter, .partiner, .product{ padding:15px 10px; }
.product .search{ width: 100%; text-align: left; }
.product .search input,.product .search input.keybtn{ float: left; }
.product .search .form,.product .search p{ width: 100%; float: left; }
.tit{ padding: 0; }
.product .tit{ padding-bottom: 10px; }
.product .submenu{ height: auto; overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0; border: 0; margin: 15px 0; }
.product .submenu a{ width: 48%; font-size: 14px; margin-bottom: 5px; text-align: center; border: 0; height: 35px; line-height: 35px; overflow: hidden; background: #eee;}
.product .swiper-slide{ width: 49%; margin-top: 5px; }
.case .submenu a{ padding: 5px 15px; }
.about, .case, .new, .solution{ padding: 30px 10px; }
.case .bbox{ padding: 0; }
.case .txt{ padding: 10px; }
.new .bbr{ display: block; padding: 0; }
.new .submenu{ text-align: center; padding: 15px 0; }
.new .lbox, .new .rbox{padding: 0;}
.new .tit h3{ text-align: center; }
.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; }
.partiner .tit h3{ padding-bottom: 20px; }
.partiner .swiper-slide{ padding: 0; width: 32%; margin-bottom: 5px; }
.partiner .swiper-slide:last-child{ display: none;}
.new .rbox ul li .txt h3{text-overflow: unset;white-space: inherit; }
.new .rbox ul li .txt p{ height: auto; }
.newlist .txt h3{ font-size: 16px; line-height: 24px; }

}
@media (max-width:480px){
	.home{padding-top:58px}
.header,.header.maxwidth,.menu-handler{height:58px;background:#fff;line-height:58px; padding: 5px; border-bottom: 3px solid #005cca;}
.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:12px;line-height:16px}

.bbar .keywords{width:240px}
.bbar .lbox p{font-size:8px}
.new .rbox ul li .txt{ padding: 15px; }
}
@media (max-width:385px){
	.case .bbox p,.new .rbox ul li .date{ display: none; }
}
@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}
.fbox .cbox p,.wrapper .nav-block .item .links{font-size:12px}
}


.search a.more{ display: inline-block; padding: 10px 50px; background: #303980; color:#fff}



.video{ width: 100%; height: auto; overflow: hidden; }
.videolist { position:relative; width:100%; height:400px; margin: auto; }
.videolist img{ opacity: 0.2;}
.videolist img.videoed{ opacity: 1;}
.videolist span{ font-size: 20px; display: inline-block; position: absolute; top: 50%; left: 50%;margin-top: 30px; margin-left: -60px; color: #fff;}
.videolist:hover{ cursor: pointer; }
.videos{ display:none; position:fixed; left:50%; top:50%; margin-left:-500px; margin-top:-280px; z-index:100; width: 100%; max-width:1000px; height:auto; }
.vclose { position:absolute;right:0; top:0; border-radius:100%; cursor: pointer; }