@import "iconfont.css";
.c99{color: #999;}.c66{color: #666;}
.vm{top: 50%;left: 50%; position: absolute;-webkit-transform: translate(-50%, -50%);transform:translate(-50%, -50%);}
.vtm{top: 50%; position: absolute;-webkit-transform: translate(0%, -50%);transform:translate(0, -50%);}
.vwm{left: 50%; position: absolute;-webkit-transform: translate(-50%, 0%);transform:translate(-50%, 0%);}

a:hover{text-decoration:none;}
h3,p{margin:0;}
button{outline: none;background: none;border:none;}
html{-ms-text-size-adjust:100%;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}
body{font-family: Arial;min-width: 320px;background-color: #fff;font-size: 14px;}
html,body{width: 100%;overflow-x: hidden;font-family: 'MiSans';min-height:600px;}
a,a:hover {color: #333;cursor:pointer;}
ul,li {padding: 0;margin: 0;list-style: none;}
.left{ display: inline-block;}
.right{display: inline-block;}
.clearfix:after{content:'\20';display:block;height:0;clear:both;overflow:hidden;}
*{box-sizing: border-box;margin: 0;padding: 0;}
.wrap{width: 1200px;margin: 0 auto;padding: 0;}

.wow { visibility: hidden;}
.flex_wrap{flex-wrap: wrap;}
.flex_column{flex-direction: column;}
.w1{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1; line-clamp: 1;-webkit-box-orient: vertical;}
.w2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.w3{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; line-clamp: 3;-webkit-box-orient: vertical;}

.img-responsive{width: 100%;height: auto;display: block;}
.flex{
	display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex
}
.justify-content-center {justify-content: center;}
.justify-between{justify-content: space-between;}
.flex_mjustify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.flex_crosscenter{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.flex_mcenter{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.flex_box_1{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}
.align-center{align-items: center;}
.row-between{justify-content: space-between;}
h1,h2,h3,h4,h5{padding:0;margin:0;}
.mob_img{display: none;}
.header{ z-index: 400;text-align: center;transition: all 400ms;background-color: transparent;background-color: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, .5);}
.sub-nav{display: none;}
.f16{font-size: 16px;}
.menu-btn { height: 20px;width: 28px;display: block;position: relative;}
.menu-btn span {display: block;height: 2px;background-color: #333;position: absolute;left: 0;right:0;-webkit-transition: all 0.3s;transition: all 0.3s;}
.menu-btn span:nth-of-type(1) {top: 0;}
.menu-btn span:nth-of-type(2) {top: 50%;transform: translateY(-50%);left:.08rem;right:0;}
.menu-btn span:nth-of-type(3) {bottom: 0;}
.menu-btn.active span:nth-of-type(1){top:5px;-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.menu-btn.active span:nth-of-type(2){-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0}
.menu-btn.active span:nth-of-type(3){top:5px;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}


.menu li{padding:28px 0;margin: 0 15px;position: relative;}
.menu li:nth-child(2){position: static;}
.menu li a.item{white-space: nowrap;position: relative; font-size: 16px;padding: 0 20px; display: block;color:#333;text-transform: capitalize;height: 37px;display: flex;align-items: center;border-radius: 18px;}
.menu li a.item .iconfont{margin-left: 5px;}
.menu li.active a.item{color: #fff;background-color: #005cad;}
.menu li:hover .sub_menu{visibility: visible;opacity: 1;margin-top: 0;}
.menu li:hover .item{color: #fff;position: relative;background-color: #005cad;}
.menu li:hover .item .iconfont{transform: rotate(180deg);}


.sub_menu{position: absolute;left:50%;background-color: #ebecee;top:100%;z-index: 200;visibility:hidden;opacity:0;margin-top:10px;-webkit-transition:all .2s ease;transition:all .2s ease;text-align: left;padding: 20px;transform: translateX(-50%);width: 180px;}

.menu li:nth-child(2) .sub_menu{left:60px;transform: translateX(0%);right:60px;width: auto;}
.sub_menu a{display: flex;align-items: center;justify-content: center; color: #333;font-size: 14px;padding:8px 0;  }
.menu li:nth-child(2) .sub_menu a{border-radius: 19px;width: 186px;border: 1px solid #d2d2d2;background-color: #fff;}
.sub_menu a .iconfont{font-size: 18px;}

.sub_menu a:hover{color: #499ed8;}
.sub_menu a:last-child{border-bottom: none;}
.sub_menu::before{ content: ""; position: absolute; top: -6px; left: 50%; transform: translateX(-50%);width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid white;}
.sideMenu{display: none;z-index: 200;background-color: #fff;}
.mob_header{ position: fixed;left: 0;top:0;right: 0;z-index: 500;display: none;padding:0 15px;background-color: #fff;}
.mob_header_cont{height:60px;}
.mob_logo img{height: 35px;}




.mob_show{display: none;}
.pc_show{display: block;}
.hc_r{flex:1;}


.htop{background-color: #005cad;font-size: 16px;}
.htop .wrap{height:44px;color: #fff;}
.htop img{margin-right: 5px;}
.hcont{background-color: #fff;}
.hcont .wrap{position: relative;}
.sub_menu p{font-size: 16px;}
.smCell{margin: 0 10px;}
.smCell a{margin: 10px 0 0 0;}
.smCell a:hover{border: 1px solid #005cad;color: #005cad;}


.mySwiper{position: relative;}
.banner .swiper-pagination-bullet{background-color: transparent;opacity: 1;width: 45px;height: 8px;display: inline-flex;align-items: center;justify-content: center;color: #fff;border-radius: 5px;background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: #1e2970}


.main_a{background-color: #fff;padding:50px 0;}
.ma_tit{position:relative;}
.ma_tit span{color: #005cad;font-size: 30px;font-weight: bold;position: absolute;left: 90px;bottom: 0;z-index: 2;white-space: nowrap;}
.maUl li{background: url(../images/ig.png);width: 129px;height: 51px;display:flex;align-items: center;justify-content: center;margin-left: 45px;}
.maUl li a{display: block;width: 115px;height: 37px;display:flex;align-items: center;justify-content: center;font-size: 16px;}
.maUl li.on a{background-color: #005cad;color: #fff;}
.ma_top{align-items: flex-end;}
.proUl{margin: 0 -14px;flex-wrap: wrap;}
.proUl li{width: 33.3333%;padding:14px;box-sizing: border-box;}
.proUl li a{display: block;box-shadow: 0 0 4px rgba(0, 0, 0, .2);}
.proUl li .info{padding:20px}
.proUl li .info h2{font-size: 20px;font-weight: normal;}
.proUl li .info p{padding:10px 0;color: #939393;font-size: 14px;}
.proUl li img{display: block;width:100%}
.proUl li .img{box-shadow: 0 0 4px rgba(0, 0, 0, .2);}
.proUl li .more{text-align: right;color: #005cad;}
.proUl li a:hover .more{color: #f40;}
.ma_cont{margin-top: 45px;}
.ma_div{display: none;}

.main_b{background-color: #cedfef;position: relative;margin-top: 50px;}
.main_b:after{width: 166px;height: 58px;content: '';position: absolute;right: 0;top:100px;background-color: #a0c2e1;}
.main_b:before{width: 33.8%;height: 100%;content: '';position: absolute;left: 0;top:0;background-color: #a0c2e1;}
.main_b .wrap{position: relative;z-index:20;}
.us_timg{position: relative;margin-top: -55px;}
.ma_tit_us{color: #005cad;}
.ma_tit_us .en{font-size: 16px;}
.ma_tit_us .cn{font-size: 24px;font-weight: bold;}
.mb_cont{background-color: #fff;margin-top: 20px;}
.main_b .ma_top{align-items: flex-start;padding-top: 20px;}
.mb_info{flex:1;padding:30px;}
.mb_info h3{border-bottom: 4px solid #005cad;width: 164px;padding-bottom: 5px;font-size: 24px;color: #005cad;}
.mb_info p{color: #666;font-size: 14px;text-indent: 2em;line-height: 1.8;}
.mb_info_p{padding:15px 0;margin-bottom: 20px;}
.amore{display: flex;align-items: center;justify-content: center;color: #fff;background-color: #005cad;font-size: 18px;width: 170px;height: 50px;border-radius: 25px;}

.main_c{background-color: #f6f6f6;padding:50px 0;}
.fwUl{margin-top: 30px;}
.fwUl li{width:33.3333%;}
.fwUl li a{border: 1px solid #aaa;background-color: #eee;margin: 0 -1px;display: flex;flex-direction: column;align-items: center;justify-content: center;padding:50px;}
.fwUl li h3{margin: 10px 0; font-size: 30px;font-weight: bold;color: #333;}
.fwUl li .icon{width: 120px;height: 132px;background-repeat: no-repeat;}
.fwUl li p{color: #333;line-height: 1.6;}
.fwUl li .ic1{background-image: url(../images/fw1h.png);}
.fwUl li .ic2{background-image: url(../images/fw2h.png);}
.fwUl li .ic3{background-image: url(../images/fw3h.png);}
.fwUl li a:hover{background-color: #fff;}
.fwUl li a:hover .ic1{background-image: url(../images/fw1.png);}
.fwUl li a:hover .ic2{background-image: url(../images/fw2.png);}
.fwUl li a:hover .ic3{background-image: url(../images/fw3.png);}
.fwUl li a:hover h3{color: #005cad;}

.main_d{background-color: #fff;position: relative;}
.main_d::after{position: absolute;content: '';top:0;right:0;bottom: 0;width:30%;background-color: #e5eef7;}
.md_side{width: 325px;background-color: #e5eef7;position: relative;z-index: 20;display: flex;flex-direction: column;align-items: flex-end; padding:50px 0;}
.main_d .ma_top{justify-content: flex-end;}
.main_d .ma_top .ma_tit{}
.main_d .ma_top .ma_tit span{right:90%;left:auto;}
.sideUl{width: 210px;margin-top: 45px;}
.sideUl li{display: flex;justify-content: flex-end;}
.sideUl li a{width:130px; display: flex;flex-direction: column;height:130px;align-items: center;justify-content: center;background-color: #fff;font-size: 18px;border: 1px solid #d2d2d2;margin:-1px 0;}
.sideUl li i{width: 42px;height: 42px;background-repeat: no-repeat;background-position: center;margin-bottom: 5px;}
.sideUl li i.n1{background-image: url(../images/n1.png);}
.sideUl li i.n2{background-image: url(../images/n2.png);}
.sideUl li i.n3{background-image: url(../images/n3.png);}
.sideUl li:hover a{width: 100%;background-color: #005cad;color: #fff;flex-direction: row;border-color: #005cad;z-index: 2;position: relative;}
.sideUl li:hover i{margin-right: 5px;margin-bottom: 0;}
.sideUl li:hover i.n1{background-image: url(../images/n1_w.png);}
.sideUl li:hover i.n2{background-image: url(../images/n2_w.png);}
.sideUl li:hover i.n3{background-image: url(../images/n3_w.png);}

.md_cont{ padding:50px 0;flex:1;background-color: #fff;flex:1;padding-right: 20px;}
.ns_top .img{width:450px;height: 295px;}
.ns_top .img img{width: 100%;overflow: hidden;display:block;height:100%;}
.ns_top .info{flex:1;padding-left:30px;}
.ns_top .info h3{line-height: 1.8;font-size: 18px;font-weight: normal;}
.ns_top .time{padding:10px 0;}
.ns_top  p{color: #666;font-size: 16px;line-height: 1.8;margin-bottom: 20px;}
.ns_top .more,.blue{color: #005cad;}
.nsUl{margin: 0 -10px;flex-wrap: wrap;margin-top: 20px;}
.nsUl li{width: 50%;padding:10px;}
.nsUl li a{background-color: #f5f5f5;padding:20px;display: block;}
.nsUl li a h3{font-weight: normal;font-size: 18px;margin-bottom: 10px;}
.more:hover{color: #f40;}
.flinks{background-color: #f2f7fb;padding:35px 0;}
.linksa{margin-left: 10px;}
.linksa a{background-color: #fff;display: flex;align-items: center;justify-content: center;width: 150px;height:70px;border: 1px solid #c9c9c9;margin: 0 10px;}
.linksa a img{max-width: 80%;}
.linksa a:hover{border-color: #f40;}


.ny_tags{padding:30px 0;font-size: 16px;}
.ny_tags a{margin: 0 5px;font-size: 16px;}
.ny_tags a:hover{color: #f40;}

.pc-slide-show{border: 1px solid #dcdcdc; overflow: hidden;width:450px;height:450px;margin-bottom: 10px;}
.pc-slide-show .cell{display: none;}
.pc-slide img{width:100%;height:100%;object-fit: cover;display:block;}
.pc-slide-nav .cell{cursor: pointer; width:82px;height:82px;object-fit: cover;margin: 0 5px;border: 1px solid #dcdcdc;}
.pc-slide-nav{margin:0 -5px;}
.pc-slide-nav .on{border-color: #005cad;}
.flex1{flex:1;}
.f18{font-size: 18px;}
.pc-infor{margin-left: 30px;}
.pc-infor h3{font-size: 32px;}
.pc-infor p{padding:20px 0;line-height: 1.8;}
.pc-infor .price{color: #939393;}
.pc-infor .price span{color: #dd2e2e;font-size: 30px;}
.pbtns{margin-top: 30px;}
.pbtns a{display:flex;align-items: center;justify-content: center;font-size: 18px;width: 170px;height:50px;border-radius: 25px;margin-right: 30px;color: #fff;background-color: #005cad;}
.pbtns a:hover{background-color: #f40;}
.text-center{text-align: center;}
.pro_det{margin-top: 40px}
.pro_det h2,.xgTj h2{font-weight: normal;font-size: 24px;color: #005cad;margin-bottom: 20px;}
.detp {font-size: 18px;line-height: 1.8;;}
.detp img{display: block;margin: 10px auto;width:100%;height:auto;}
.xgTj{border-top: 1px solid #dcdcdc;padding: 30px 0;margin-top: 40px;}


.footer{background: url(../images/fg.jpg)  center;padding-top:30px;position: relative;}
.footer::after{position: absolute;content: '';top:30px;left:0;bottom: 0;width:30%;background-color: #005cad;}
.fside{padding: 25px 0; background-color: #005cad;color: #fff;width: 390px;font-size: 16px;position: relative;z-index: 20;}
.fside li{margin-bottom: 18px;padding-right: 28px;}
.fside li p{margin-left: 10px;}
.fside .wx{margin-top: 40px;align-items: flex-end;display:flex;}
.fside .wx img{margin-right: 10px; width: 100px;height:100px;border:2px solid #fff;}
.fside .wx p span{display: block;}
.foot_b{flex:1;display: flex;flex-direction: column;justify-content: space-between;}
.fbUl,.fbUl a{color: #fff;}
.fbUl{justify-content: flex-end;padding-top: 18px;}
.fbUl li {margin-left: 80px;}
.fbUl li h4{width: 65px;border-bottom: 2px solid #fff;padding-bottom: 4px;font-size: 18px;font-weight: normal;margin-bottom: 15px;}
.fbUl a {display: block;font-size: 14px;line-height: 2;}
.fbUl a:hover{color: #f40;}
.copyright{border-top: 1px solid #fff;text-align: center;color: #fff;padding:10px 0;}

.prolinks{flex-wrap: wrap;}
.prolinks a{display:flex;align-items: center;justify-content: center;background-color: #dcdcdc;font-size: 18px;margin-right: 65px;padding:5px 0;margin-bottom: 20px;width: 115px;}
.prolinks a:hover ,.prolinks a.on{background-color: #005cad;color: #fff;}

.pages{padding:30px 0 50px 0; display: flex;align-items: center;justify-content: center;}
.pages a{color: #666; height:30px;margin: 0 9px; display: flex;align-items: center;justify-content: center;padding:0 8px;border: 1px solid transparent}
.pages a:last-child,.pages a:first-child{border-color:#005cad ;background-color: #fff;}
.pages a.on{background-color: #005cad;color: #fff;}
a{text-decoration: none !important;}


.popOver{position: fixed;left: 0;top:0;right: 0;bottom: 0;z-index: 400;background-color: rgba(0,0,0,.5);display: none;}
.popcont{font-size: 18px; width: 650px;background-color: #fff;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.popcont h3{font-size: 30px;padding:30px 0 20px 0;text-align: center;}
.lItem{width: 400px;margin: 10px auto;}
.lItem input{border: 1px solid #d2d2d2;border-radius: 3px;padding:10px;width: 100%;margin-top: 5px;outline: none;}
.pobtns button{cursor: pointer; width:50%;text-align: center;height:62px;display: flex;align-items: center;justify-content: center;background-color: #c9c9c9;font-size: 18px;}
.pobtns button:nth-child(1){background-color: #005cad;color: #fff;}
.pobtns{padding-top: 40px;}


.pimg img{width: 267px;height: 280px;object-fit: cover;}
.pInfo{flex:1;margin-left: 25px;padding-bottom: 40px;}
.pi_tit {align-items: flex-end;margin-bottom: 20px;}
.pi_tit strong{font-size: 18px;font-weight: bold;}
.pi_tit span{color: #1e2970;font-size: 16px;margin-left: 10px;}
.pi_det p{margin-bottom:30px ;font-size: 16px;line-height: 1.7;}
.pi_det{height: 450px;overflow-y: auto;padding-right: 10px;}
.caseBox .ns_top{background-color: #fff;padding-right: 20px;margin-bottom: 30px;}
.caseBox .img{width: 356px;height:254px;}
.caseBox .info h3{font-size: 22px;font-weight: bold;}
.caseBox .info p{font-size: 18px;}
.caseBox .info .more{text-align: right;display: block;}

.f22{font-size: 22px;}
.case_det .time{margin: 15px 0;border-bottom: 1px solid #dcdcdc;padding-bottom: 20px;}
.case_det .detp img{width: 50%;}
.newslist li {margin-bottom: 30px;}
.newslist li a{align-items: center; justify-content: center; padding:33px 50px;background-color: #f6f6f6;display: flex;}
.newslist li img{display: block;object-fit: cover;width:142px;height:142px;}
.newslist li .date{margin: 0 50px;text-align: right;}
.newslist li .date span{display: block;font-size: 30px;}
.newslist li .info{flex:1;padding-right: 50px;}
.newslist li .info h3{font-weight: normal;}
.newslist li .info p{color: #959595;line-height: 1.6;margin-top: 5px;}
.newslist li .gduo{align-items: center; justify-content: center;display: flex;width: 42px;height:42px;border: 1px solid #ccc;}
.newslist li .gduo .iconfont{font-size: 25px;}
.newslist li a:hover{background-color: #005cad;color: #fff;}
.newslist li a:hover .info p{color: #fff;}
.newslist li a:hover .gduo{border-color: #fff;}
.newslist li a .date i{font-style: normal;}
.al{flex:1;padding-right:40px;}
.alTit{padding:25px; display:inline-block;background-color: #ccdeef;}
.alTit span{width:40px;height:5px;background-color: #005cad;display:block;}
.alTit .cn{font-size: 24px;color: #005cad;margin: 10px 0 5px 0;}
.jsp{font-size: 16px;line-height: 1.8;color: #333;margin-top: 20px;}
.ar{width:56%}
.ar img{width: 100%;}
.ab_b{padding:50px 0;}
.abt{padding-left: 50px; color:#005cad;font-size: 42px;font-weight: bold;}
.abt span{font-size: 72px;display: block;line-height: 1;}

.ab_c{position: relative; margin:30px 0;background-color: #eee;}
.ab_c img{width: 41%;}
.ac_t .f30{color: #005cad;font-size: 30px;font-weight: bold;}
.ac_t h2{font-size: 36px;color: #005cad;}
.ac_info{position: absolute;left:0;top:0;right:0;bottom: 0;z-index:2;color: #333;display:flex;align-items: center;}
.ac_info .wrap{padding-left:0%;box-sizing: border-box;}
.ac_t{padding-left:40%;}
.ac_d .ac_t .f30{margin: 5px 0;}
.dalign{margin-bottom: 40px; display: inline-block;text-align: center;}

.whbox{background: url(../images/wh.jpg) center;padding:160px 0;}
.whUl li{margin-bottom: 30px;}
.whUl li:last-child{margin-bottom: 0;}
.whUl li strong{font-size: 24px;color: #005cad;}
.whUl li p{font-size: 18px;color: #333;}

.cm_tit{text-align: center;font-weight: bold;font-size: 36px;}
.cm_tit span{display: block;width: 280px;margin: 10px auto;height: 4px;background-color: #005cad;}
.lxUl{padding:40px 5%}
.lxUl li{display: flex;align-items: center;justify-content: center;flex-direction: column;color: #333;width: 33.333%;}
.lxUl li p{padding-top: 10px;}
.lfxorm{flex-wrap: wrap;margin: 0 -10px;}
.lfxorm .cell{width: 50%;padding:10px;}
.lfxorm .cell:last-child{width:100%;}
.lfxorm input{width: 100%;border:1px solid #ccc;font-size: 16px;height: 38px;outline: none;padding:5px;display: block;box-sizing: border-box;}
.lfxorm textarea{width: 100%;border:1px solid #ccc;font-size: 16px;outline: none;resize: none;padding:5px;}
.yjbox h3{font-weight: bold;font-size: 30px;}

.tjbtn{display: flex;align-items: center;justify-content: center;background-color: #005cad;color: #fff;width: 230px;height: 35px;}
.yjbox{flex:1;margin-right: 30px;}
.lx_b{margin-bottom: 50px;}

.flexc{flex-direction: column;}
.apply{justify-content: flex-end;}
.zp_item{box-shadow: 0 0 3px rgba(0, 0, 0, .2);margin-bottom: 40px;}
.zp_l{position: relative;}
.zp_l::after{content: '';background: url(../images/zp.png) no-repeat;width:298px;height:360px;position: absolute;left:30px;top:-10px;}
.zp_l .zp_img{color:#fff; width:280px;height:340px;position: relative;z-index: 2;margin-left: 30px;;}
.zp_l .zp_img .f24{font-size: 24px;margin-top: 10px;}
.zp_l .zp_img .f20{font-size: 20px;}
.zp_infor{padding:0 50px;}
.zp_infor h3{font-size: 30px;padding:10px 0;}
.zp_infor p{font-size:14px;line-height: 1.8;color: #616161;margin-bottom: 20px;}
.apply a{background-color: #005cad;color: #fff;width:168px;height:36px}
.apply a:hover{background-color: #f40;}
.zpBox{margin-top: 30px;}

.bjtit{background-color: #005cad;color: #fff;font-weight: bold;padding:20px 0;text-align: center;font-size: 30px;}
.bj_box{width:690px;margin: 30px auto;padding-bottom: 30px;}
.bjbtns button{width:48%;cursor: pointer;}
.bjbtns button.reset{background-color: #a0a0a0;}

.fwbox h2{color:#005cad;font-size: 30px;}
.fw_a p,.fw_b p{font-size: 18px;line-height:2;}
.fw_b h3{font-size: 20px;color: #2ea7e1;}
.fw_b p{text-indent: 2em;}
.fw_c{line-height: 2;color: #fff;margin: 30px 0 50px 0;background-color: #005cad;padding:20px 5%;font-size: 18px;}

@media (min-width:992px) {
    body {padding-bottom: 0;}
}

@media (min-width:750px) {
}
@media (max-width:1200px) {
}

@media (max-width:1441px) {
	
}

@media (max-width:1024px){
    .wrap{width: auto;padding: 0 15px;}
	.maUl li{margin-left: 15px;}
	
}
@media (max-width:1080px)  {
	html,body{width: 100%;overflow-x: hidden;}
    .header{display: none;}
    .sideMenu{position: fixed;right: 0;top: 0px;width: 100%;z-index: 600;display: none;left:0;opacity: 1;color: #000;padding:10px 0;font-family: Raleway;bottom: 0;overflow-y: auto;}
    .side_bg{background: rgba(0,0,0,.4);position: absolute;left: 0;top:0;right: 0;bottom: 0;z-index:400;display: none;position: fixed;}
    .side_c{width:100%;overflow:auto;position: relative;z-index: 101;}
    .sideMenu.active .side_bg{display: block;}
    
   
    .navs{width: 100%;padding-top: 60px;}
	.navs li{padding:10px 0;border-bottom: 1px solid rgba(0, 0, 0, .2);text-align: left;}
    .navs li a{ color: #333;display:inline-block;font-size: 14px;letter-spacing: 1px;font-weight: 500;padding:0 20px;height: 30px;}
    .navs li.has-child a.item{position: relative;display: flex;align-items: center;justify-content: space-between;}
    .navs li.has-child a.item .iconfont{font-size: 30px;}
    .mob_header{display: block;z-index: 30000;box-shadow: 0 0 3px rgba(0,0,0,.1);}
    .mob_header.mposi{background-color: #fff;}
    .mob_header.mposi .menu-btn span{background-color: #000;}
    .mob_header.mposi.on{background:none;}
    .banner{margin-top: 60px;}
    .sub-nav{margin-top: 15px;}

    
    .main_a,.com_div{padding: 30px 0;}
    .ma_tit{font-size: 18px;}
    .ma_tit p{font-size: 24px;}
	.mb_cont{display: block;}
	.mb_cont img{width: 100%;}
    .main_d .wrap{flex-wrap: wrap;}
	.md_side{order:1;width:100%;align-items:center;padding-left: 20px;}
	.md_cont{order: 2;width:100%;}
	.main_d .ma_top{align-items: center;justify-content:center}
	.sideUl{width: 100%;display:flex;}
	.sideUl li{width: 33.333%;}
	.sideUl li a{width: 100% !important;}
	.sideUl li i{width: 35px;height:35px;background-size: 100%;}
	.main_d::after{display:none;}
	.flinks .wrap{flex-wrap: wrap;}
	.linksa{margin-top: 20px;margin-left: 0;flex-wrap: wrap;}
	.linksa a{margin-bottom: 10px;}
	.footer .wrap{flex-direction: column;}
	.fside{width: 100%;padding:20px}
	.footer::after{display:none;}
	.foot_b{padding:20px;}
	.fbUl{justify-content:center;flex-direction: column;}
	.fbUl li{margin-left: 0;margin-bottom: 20px;width: 100%;}
	.fbUl .fba{display:flex;flex-wrap: wrap;}
	.fbUl .fba a{margin-right: 20px;}
	.newslist li a{padding:20px}
	.newslist li .date span{font-size: 18px;}
	.newslist li .date{margin: 0 20px;}
	.ac_info{position: static;}
	.ab_c img{width: 100%;}
	.ac_t{padding-left: 0;text-align: center;padding:30px 20px;}
	.ab_c{margin-bottom: 0;}
	.zp_l::after{left: 20px;}
	.zp_infor{padding:0 20px;}
	.zp_infor h3{font-size: 20px;}
}   




@media (max-width:768px){
    
    .mob_show{display: block;}
    .pc_show{display: none;}
    .abox,.ns_top {display: block;}
    .acont{margin-left: 0;margin-top: 20px;}
    .aside{width: 100%;}
    .pages{flex-wrap: wrap;}
    .pages a{width: 26px;height: 26px;font-size: 12px;margin:5px;}
	.ma_top{flex-direction: column;align-items:center;}
	.ma_tit{margin-bottom: 20px;}
	.maUl li{margin: 0 10px 10px;}
	.maUl,.fwUl{flex-wrap: wrap;}
	.proUl{flex-wrap: wrap;}
	.proUl li{width: 50%;}
	.proUl li img{object-fit: cover;}
	.main_b .ma_top{align-items:center;}
	.us_timg{margin-top: 0;}
	.fwUl li{width: 100%;}
	.ns_top .img{width:100%;}
	.ns_top .img img{object-fit: cover;}
	.ns_top .info{padding-left: 0;margin-top: 20px;}
	.pro_top {display: block;}
	.pc-slide{margin: 0 auto;width: 450px;}
	.pc-infor{margin: 30px 0;padding:10px;}
	.pc-infor h3{font-size: 24px;}
	.prolinks a{font-size: 16px;margin-right: 10px;}
	.caseBox .info{padding:20px;margin: 0;}
	.caseBox .info h3{font-size: 20px;}
	.caseBox .info p{font-size: 16px;}
	.f22{font-size: 18px;}
	.ab_a {display:block;}
	.jsp{margin-bottom: 30px;}.al{padding-right: 0;}
	.ab_b {flex-direction: column;}
	.abt{text-align: center;margin-top: 20px;}
	.ac_t h2{font-size: 30px;}
	.ac_t .f30{font-size: 24px;}
	.whbox{background-size: cover;background-repeat: no-repeat;padding:30px 0;}
	.whbox .wrap{flex-direction: column;}
	.wht{order:1;}
	.whUl{order: 2;margin-top: 20px;}
	.lxUl li{width:100%;padding:20px 0;}
	.lxUl{flex-direction: column;}
	.cm_tit{font-size:24px}
	.lx_b{flex-direction: column;}
	.yjbox{margin-bottom: 30px;}
    
	.map img{max-width: 100%;}
	.bj_box{width:90%}
	.fw_a {flex-direction: column;}
	.fw_a img{order: 1;margin: 30px 0 0;}
	.fw_a p{order:2;width: 100%;padding:15px 0;font-size: 15px;}
	.fw_b p,.fw_c{font-size: 15px;}
}
@media (max-width:640px){
	.popcont{width: 90%;}
	.lItem{width:80%;}
	.popcont h3{font-size: 24px;}
	.newslist li a{flex-wrap: wrap;justify-content: space-between;}
	.newslist li a .info{width: 100%;order: 2;padding:10px 0 ;flex:auto}
	.newslist li a .date{order: 3;margin: 0; display:flex;width:50%;}
	.newslist li a .gduo{order:4;}
	.newslist li a .date span{order:1;font-size: 14px;display:inline-block;}
	.newslist li a .date span:before{content: '-';}
	.newslist li img{width: 100%;}
	
	.zp_item {flex-direction: column;}
	.zp_l{width:100%;margin-bottom: 20px;}
	.zp_l::after{left:50%;transform:translateX(-50%)}
	.zp_l .zp_img{margin: 0 auto;}
	.zp_infor{padding-bottom: 20px;}
	.apply{justify-content: center;}
	.bj_box{width:100%}
}

@media (max-width:520px){
	.nsUl{flex-wrap: wrap;}
	.nsUl li{width: 100%;}
    
}
@media (max-width:480px){
	.linksa{}
	.linksa a{width:calc(50% - 20px);}
}
@media (max-width:420px){
	.proUl li{width: 100%;}
}
@media (max-width:380px){
    
}
@media (max-width:360px){
	
}