@import"https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900";
html,body{padding: 0;margin: 0;font-family: "Noto Sans SC";font-size: 16px;color: #333333;/*min-width: 1200px;*/}
.wrap{/* padding: 0 12.5vw; */ max-width: 72.9%;margin: 0 auto;width: 100%; }
.wrap1{/* padding: 0 12.5vw; */ max-width: 83.3%;margin: 0 auto;width: 100%; max-width:1400px }
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}

.pa{position: absolute;}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;height: 100px;background: transparent;transition: all .5s;border-bottom: 1px solid rgba(255,255,255,.1); /*min-width: 1200px;*/ }
header .logo a{height: 100px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 60px;/* max-width: 148px; */}
header .hImg{display: none; }
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;}
header .rightDiv .menu>ul>li>a{height: 100px;text-align: center;color: #fff;position: relative;display: flex;justify-content: center;align-items: center;font-size: 16px;padding: 0 1.56vw; }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li.on>a{background:transparent;color: #00529e;}
/* header .rightDiv .menu>ul>li>a::after{content: "";width: 8px;height: 8px;position: absolute;left: 50%;margin-left: -4px; background: #00529e;bottom: 20px;opacity: 0;transform: scaleX(1);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 50%;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;} */
header .mbtn {width: 50px;height: 50px;background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;z-index: 11; }
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
header .otherDiv{height: 100px;}
header .ssBtn{margin: 0 0; }
header .ssBtn img{width: 16.5px; }
header .searchDiv{position:absolute;text-align: left;background: #f5f6f8; padding: 14px 0 30px 0;width: 100vw; top: 100%;left:0;transform: translate(0,-10px);display: flex; opacity: 0;visibility: hidden;transition: transform .4s;justify-content: flex-end; }
header .searchDiv form{width: 100%;max-width: 800px;position: relative;margin: 0 155px 0 auto; }
header .searchDiv form input{width: 100%;padding: 0 60px 0 0;line-height: 60px;border: 0;font-size: 16px;background: transparent;border-bottom: 1px solid #666666; }
header .searchDiv form button{width: 52px;height: 100%;background: transparent;position: absolute;right: 0;top: 0;border: 0;cursor: pointer; }
header .searchDiv form button img{height: 24px; }
header .ssDiv.hover>.searchDiv{opacity: 1;visibility: visible;transform: translate(0,0);}
header .langDiv{position: relative; }
header .langDiv>a{color: #fff;font-size: 14px;height: 50px; }
header .langDiv>a .img img{width: 20px; }
header .langDiv>a span{margin: 0 9px 0 10px; }
header .langDiv>a i{width: 11px;height: 10px;background: url(../img/sanjiao.png) no-repeat center center/100%; }
header .langDiv .aDiv{position: absolute;left: 50%;width: max-content;box-shadow: 0px 0px 20px 0px rgba(1,104,183,0.1);background: rgba(255,255,255,1);top: 100%;display: none;padding: 5px 10px;border-radius: 10px;z-index: 11;transform: translateX(-50%); }
header .langDiv .aDiv a{color: #333333;display: block;padding: 5px 10px;font-size: 14px;margin-bottom: 5px; }
header .langDiv .aDiv a:last-child{border-bottom: 0; }
header .langDiv .aDiv a.on{color: #00529e;background: #f0f5f7;border-radius: 10px; }
header .langDiv .aDiv a:hover{color: #00529e; }
header .langDiv:hover .aDiv{display: block; }

header.on{background: rgba(255,255,255,1); }
header.on .dImg{display: none; }
header.on .hImg{display: block; }
header.on .rightDiv .menu>ul>li>a{color: #333; }
header.on .rightDiv .menu>ul>li:hover>a,
header.on .rightDiv .menu>ul>li.on>a{color: #00529e;font-weight: bold; }
header.on .langDiv>a{color: #333; }
header.on .langDiv>a i{background: url(../img/sanjiao_.png) no-repeat center center/100%; }
header.on,header.on .logo a,header.on .rightDiv .menu>ul>li>a,header.on .otherDiv{height: 80px; }
header.on .mbtn{background: url(../img/menu1.png) no-repeat center center; }


header.nyHeader{background: rgba(255,255,255,1); }
header.nyHeader .dImg{display: none; }
header.nyHeader .hImg{display: block; }
header.nyHeader .rightDiv .menu>ul>li>a{color: #333; }
header.nyHeader .rightDiv .menu>ul>li:hover>a,
header.nyHeader .rightDiv .menu>ul>li.on>a{color: #00529e;font-weight: bold; }
header.nyHeader .langDiv>a{color: #333; }
header.nyHeader .langDiv>a i{background: url(../img/sanjiao_.png) no-repeat center center/100%; }
header.nyHeader .mbtn{background: url(../img/menu1.png) no-repeat center center; }
.on-fixed header.nyHeader,.on-fixed header.nyHeader .logo a,.on-fixed header.nyHeader .rightDiv .menu>ul>li>a,.on-fixed header.nyHeader .otherDiv{height: 80px; }

.on-menu header .dImg{display: none; }
.on-menu header .hImg{display: block; }
.on-menu header .rightDiv .menu>ul>li>a{color: #333; }
.on-menu header .langDiv>a{color: #333; }
.on-menu header .langDiv>a i{background: url(../img/sanjiao_.png) no-repeat center center/100%; }

.on-fixed header{background: rgba(255,255,255,1); }
.on-fixed header .dImg{display: none; }
.on-fixed header .hImg{display: block; }
.on-fixed header .rightDiv .menu>ul>li>a{color: #333; }
.on-fixed header .langDiv>a{color: #333; }
.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center; }
.on-fixed header .langDiv>a i{background: url(../img/sanjiao_.png) no-repeat center center/100%; }

header.onHover {background: rgba(255,255,255,1); }
header.onHover .dImg{display: none; }
header.onHover .hImg{display: block; }
header.onHover .rightDiv .menu>ul>li>a{color: #333; }
header.onHover .rightDiv .menu>ul>li:hover>a,
header.onHover .rightDiv .menu>ul>li.on>a{color: #00529e;font-weight: bold; }
header.onHover .langDiv>a{color: #333; }
header.onHover .langDiv>a i{background: url(../img/sanjiao_.png) no-repeat center center/100%; }
header.onHover .mbtn{background: url(../img/menu1.png) no-repeat center center; }


.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left}
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu>ul>li.has-sub>a{padding-right:0}
.menu ul li.default ul{position:absolute;left:50%;text-align: center;width: max-content;transform: translateX(-50%);/* opacity: 0;visibility: hidden;transition: transform .6s; */ display: none;}
.menu li.default:hover>ul{/* opacity: 1;visibility: visible;transform: translate(-50%,0); */ display: block;}
header .rightDiv .menu>ul>li.default{position: relative;}
header .rightDiv .menu>ul>li.default ul{min-width: 160px;background: #fff; width: max-content;padding: 10px 10px;border-radius: 10px;box-shadow: 0px 7px 27px rgba(218,218,218,.5); }
header .rightDiv .menu>ul>li.default li{display: block;float: initial;width: 100%;margin: 10px 0; }
header .rightDiv .menu>ul>li.default li a{font-size: 16px;color: #333333;font-weight: normal;text-align: center;text-transform: capitalize;padding: 7px 20px;transition: transform .4s ;}
header .rightDiv .menu>ul>li.default li a:hover{color: #00529e;background: #f0f5f7;border-radius: 20px; }


.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}


#menu { position: fixed; right: 25px; top: 50%; transform: translateY(-50%); padding: 0; list-style-type: none; z-index: 70;}
#menu li{cursor: pointer;width: initial;margin: 20px 0;}
#menu a{font-size: 14px;color: #333333;}
#menu a span{display: none;writing-mode: vertical-lr; }
#menu a i{width: 6px;height: 6px;background: #999999;display: block;margin: 0 auto; }
#menu .active a span{display: block;}
#menu .active a i{display: none; }
#menu.on li a i{background: #fff; }
#menu.on li a{color: #fff; }

/****底部***/
.footerDiv{background: #2b2b2b;}
.footerDiv .hdDiv{padding: 60px 0 30px; border-bottom: 1px solid rgba(255,255,255,.1);align-items: flex-start;position: relative; }
.footerDiv .hdDiv .flexbet{align-items: flex-start; }
.footerDiv .hdDiv .hlDiv{width: 16.4%; }
.footerDiv .hdDiv .logoDiv img{max-height: 60px; }
.footerDiv .hdDiv .shareDiv{margin-top: 60px;flex-wrap: wrap; }
.footerDiv .hdDiv .shareDiv a{display: block;position: relative;margin: 0 10px 10px 0; }
.footerDiv .hdDiv .shareDiv a:last-child{margin-right: 0; }
.footerDiv .hdDiv .shareDiv a span{width: 48px; }
.footerDiv .hdDiv .shareDiv a img.hImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover img.dImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover img.hImg{display: block; }
.footerDiv .hdDiv .shareDiv a .ewmDiv{position: absolute;left: 50%;bottom: calc(100% + 10px);width: 100px;height: 100px;padding: 0;background: #fff;border-radius: 10px;transform: translateX(-50%);display: none;overflow: hidden;box-shadow: 0px 0px 28px rgba(211,211,211,.44); }
.footerDiv .hdDiv .shareDiv a:hover .ewmDiv{display: block; }
.footerDiv .hdDiv .listDiv{margin:0 0 0 15px;}
.footerDiv .hdDiv .listDiv>span{margin-bottom: 25px;font-weight: bold;color: #333333;display: block; }
.footerDiv .hdDiv .listDiv>span a{color: #fff;font-size: 18px; }
.footerDiv .hdDiv .aDiv a{color: rgba(255,255,255,.6);display: block;margin-bottom: 12px;text-align: left; font-size:14px}
.footerDiv .hdDiv .aDiv a:hover{color: #00529e; }
.footerDiv .hdDiv .aDiv p{color: rgba(255,255,255,.6);margin-top: 12px;font-size:14px; line-height:30px }
.footerDiv .bdDiv{color: rgba(255,255,255,.6);padding: 20px 0;font-size: 14px; text-align:center }
.footerDiv .bdDiv a{color: rgba(255,255,255,.6); }

/********************************* 首页 **********************************/

/*banner轮播*/
.banner1{width: 100%;position:relative;height: 100%;}
.banner1 .img{width: 100%;display: block;height: 48.9583vw;background: none no-repeat center;background-size: cover;}
.banner1 .img>img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover; }
.banner1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 30px; }
.banner1 .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;opacity:.6;}
.banner1 .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.banner1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
.banner1 .swiper-button-prev,.banner1 .swiper-button-next{width: 60px;height: 60px;margin-top: -30px;border-radius: 50%; }
.banner1 .swiper-button-prev{left: 3vw;background: url(../img/left.png) rgba(255,255,255,.7) no-repeat center center/12px; }
.banner1 .swiper-button-next{right: 3vw;background: url(../img/right.png) rgba(255,255,255,.7) no-repeat center center/12px; }
.banner1 .swiper-button-prev:hover{background: url(../img/left_.png) rgba(255,255,255,1) no-repeat center center/12px;}
.banner1 .swiper-button-next:hover{background: url(../img/right_.png) rgba(255,255,255,1) no-repeat center center/12px; }

.f60{font-size: 60px; }
.f54{font-size: 54px; }
.f52{font-size: 52px; }
.f50{font-size: 50px; }
.f48{font-size: 48px; }
.f46{font-size: 46px; }
.f36{font-size: 36px }
.f33{font-size: 33px; }
.f30{font-size: 30px; }
.f28{font-size: 28px; }
.f24{font-size: 24px;}
.f21{font-size: 21px;}
.f20{font-size: 20px; }
.f18{font-size: 18px; }

.bold{font-weight: bold; }

.indexTitle{position: relative;}
.indexTitle.tc{text-align: center;}
.indexTitle span{position: relative;display: block;color: #00529e;text-transform: uppercase; }
.indexTitle p{color: #333333;line-height: 1; }
.indexTitle.cfff span,.indexTitle.cfff p{color: #fff;}

 a.imoreBtn{width: 120px;height: 36px;font-size: 14px;border-radius: 20px;border: 1px solid #00529e;color: #00529e;position: relative;overflow: hidden; }
 a.imoreBtn::before {left: 0px;bottom: -200%;position: absolute;content: "";width: 200%;height: 200%;transition: 0.5s 0.1s;background: #00529e;}
 a.imoreBtn em{position: relative;z-index: 1;display: block; }

 a.imoreBtn em:after {
 display: inline-block;
 margin-left: 10px;
 width: 8px;
 height: 14px;
 content: "";
 background: url(../img/more.png) no-repeat right center/100%;
 position: relative;
 z-index: 1;
 transition: all 0.5s;
 top: 1px;
 }
 a.imoreBtn:hover{border-color: #00529e;color: #fff; }
 a.imoreBtn:hover::before{bottom: 0;width: 120%;height: 120%; }
 a.imoreBtn:hover em:after{background: url(../img/more1.png) no-repeat right center/100%; }

/* a.imoreBtn img{margin-left: 16px;transition: all .5s; }
 a.imoreBtn:hover img{transform: translateX(10px); } */
 
.imgOver{position: relative; }
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }
.imgObj{position: relative; }
.imgObj .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgObj .pic img{max-width: 100%;max-height: 100%;object-fit: contain; }

.indexDiv1 {padding:70px 0; }
.indexDiv1 .bdDiv{margin-top: 45px; }
.indexDiv1 ul{margin: 0 -10px; }
.indexDiv1 ul li{width: 25%;transition: all .5s;position: relative;z-index: 2;overflow: hidden; }
.indexDiv1 ul li .conDiv{height: 26vw;position: relative;margin: 0 10px;border-radius: 10px;overflow: hidden;align-items: flex-end; }
.indexDiv1 ul li .conDiv::before{content: "";width: 100%;height: 100%;background: rgba(0,0,0,.5);position: absolute;left: 0;top: 0; }
.indexDiv1 ul li .textDiv{color: #fff;text-align: center;z-index: 1;position: absolute;width: 40vw;padding: 30px 30px;display: flex;flex-direction: column;justify-content: stretch;align-items: center; }
.indexDiv1 ul li .textDiv img{max-width: 60px;width: 50%; }
.indexDiv1 ul li .textDiv .title span{display: block;margin-top: 15px;font-size: 20px; }
.indexDiv1 ul li .textDiv .title p{opacity: 0;display: none; }
.indexDiv1 ul li .textDiv .title a{opacity: 0;margin: 0 0 0 auto; }
.indexDiv1 ul li.on{width: 50%; }
.indexDiv1 ul li.on .conDiv::before{background: transparent; }
.indexDiv1 ul li.on .textDiv{text-align: left;width: 100%;background: rgba(255,255,255,.9);border-radius:0 0 10px 10px;color: #333;align-items: flex-start;flex-direction: row;justify-content: space-between; }
.indexDiv1 ul li.on .textDiv .title{width: calc(100% - 80px); }
.indexDiv1 ul li.on .textDiv .title span{font-size: 20px;margin-top: 0; }
.indexDiv1 ul li.on .textDiv .title p{opacity: 1;transition: all .5s;color: #666;display: -webkit-box;margin: 10px 0 20px; line-height:28px }
.indexDiv1 ul li.on .textDiv .title a{opacity: 1; }
.indexDiv1 ul li.on .textDiv{z-index: 2; }

.indexDiv2{background: #fafafa;padding: 70px 0; }
.indexDiv2 .hdDiv {margin: 40px 0; }
.indexDiv2 .hdDiv a{width: 300px;height: 80px;margin: 0 15px;background: #fff;border-radius: 10px;color: #333333; }
.indexDiv2 .hdDiv a span{width: 60px;height: 60px;border-radius: 50%;background: #f0f4f7;margin-right: 15px; }
.indexDiv2 .hdDiv a img{height: 32px; }
.indexDiv2 .hdDiv a .hImg{display: none; }
.indexDiv2 .hdDiv a.on .dImg{display: none; }
.indexDiv2 .hdDiv a.on .hImg{display: block; }
.indexDiv2 .hdDiv a.on{color: #fff;background: linear-gradient(to right,#026cac,#00529e); }
.indexDiv2 .hdDiv a.on span{background: #00529e; }
.indexDiv2 .bdDiv .rowDiv{display: none; }
.indexDiv2 .bdDiv .rowDiv.on{display: block; }
.indexDiv2 .bdDiv .row>div a{display: block;background: url(../img/p-bg.jpg) no-repeat center center/cover;border-radius: 10px;overflow: hidden;border: 1px solid rgba(0,159,222,0);padding: 5px; }
.indexDiv2 .bdDiv .row>div a .imgDiv{padding-top: 68%;border-radius: 10px 10px 0 0; overflow:hidden }
.indexDiv2 .bdDiv .row>div a .imgDiv img{ width:100%}
.indexDiv2 .bdDiv .row>div a .title{color: #333333; padding:15px 0 10px;text-align: center; }
.indexDiv2 .bdDiv .row>div a:hover{border: 1px solid rgba(0,159,222,1); }
.indexDiv2 .bdDiv .row>div a:hover .title{color: #00529e; }
.indexDiv2 .bdDiv .moreDiv{margin-top:50px; }
.indexDiv2 .bdDiv .moreDiv a{width: 200px;height: 50px;border-radius: 40px;font-size: 16px; }

.indexDiv3{padding: 70px 0; }
.indexDiv3 .bdDiv{max-width: 1200px;margin: 0 0 0 auto; }
.indexDiv3 .bdDiv .textDiv{color: #fff;padding-right: 8.35vw;padding-left: 30px; } 
.indexDiv3 .bdDiv .textDiv .p{margin: 40px 0;line-height: 1.8; }
.indexDiv3 .bdDiv .textDiv a.imoreBtn{background: #fff;border: 0; }
.indexDiv3 .bdDiv .dataDiv{margin-top: 60px;background: #edf6ff;padding: 4vw 8.35vw 4vw 30px;border-radius: 40px 0 0 40px; }
.indexDiv3 .bdDiv .dataDiv ul li img{width: 80px;margin-right: 20px; }
.indexDiv3 .bdDiv .dataDiv ul li .num{color: #00529e;line-height: 1;margin-bottom: 5px; }
.indexDiv3 .bdDiv .dataDiv ul li .num sub{bottom: -.8em; }

.indexDiv4{padding: 70px 0; }
.indexDiv4 .hdDiv {margin: 40px 0; }
.indexDiv4 .hdDiv a{width: 180px;height: 50px;margin: 0 15px;background: #f0f5f8;border-radius: 30px;color: #333333; }
.indexDiv4 .hdDiv a.on{color: #fff;background: linear-gradient(to right,#026cac,#00529e); }
.indexDiv4 .bdDiv .rowDiv{display: none; }
.indexDiv4 .bdDiv .rowDiv.on{display: block; }
.indexDiv4 .bdDiv .rowDiv .flexDiv{align-items: stretch; }
.indexDiv4 .bdDiv .rowDiv .rlDiv{width: calc(39.815% - 15px); }
.indexDiv4 .bdDiv .rowDiv .rlDiv a{display: block;height: 100%;position: relative;border-radius: 10px;overflow: hidden; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .imgDiv{height: 100%; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv{position: absolute;top: 50px;left: 0;width: 100%;padding: 0 30px;color: #fff; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv .title{width: calc(100% - 130px); line-height:30px }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv .date{width: 70px;height: 70px;border: 1px solid #fff;border-radius: 10px;flex-direction: column;line-height: 1; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv .date span{margin-bottom: 5px; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .moreBtn{position: absolute;left: 30px;bottom: 3.15vw;width: 60px;height: 60px;background: #00529e;border-radius: 50%; }
.indexDiv4 .bdDiv .rowDiv .rlDiv a .moreBtn img{width: 8px; }
.indexDiv4 .bdDiv .rowDiv .rrDiv{width: calc(60.185% - 15px); }
.indexDiv4 .bdDiv .row>div a{position: relative;border-radius: 10px;overflow: hidden;background: #f0f5f8;height: 100%;border: 1px solid #fff;padding: 30px 10px;flex-direction: column;align-items: stretch;  }
.indexDiv4 .bdDiv .row>div a .imgDiv{padding-top: 50%;border-radius: 10px;overflow: hidden;margin: 30px 0; }
.indexDiv4 .bdDiv .row>div a .textDiv{flex: 1;padding: 0 10px; }
.indexDiv4 .bdDiv .row>div a .textDiv .title{color: #333;margin-top: 10px; }
.indexDiv4 .bdDiv .row>div a .textDiv .date{color: #666666; }
.indexDiv4 .bdDiv .row>div a .moreBtn {color: #666666;height: 24px;padding: 0 10px; }
.indexDiv4 .bdDiv .row>div a .moreBtn i{width: 8px;height: 14px;background: url(../img/more2.png) no-repeat center center/100%; }
.indexDiv4 .bdDiv .row>div a:hover{border-color: #00529e;box-shadow: 0px 0px 18px rgba(0,82,158,.24); }
.indexDiv4 .bdDiv .row>div a:hover .textDiv .title{color: #00529e; }
.indexDiv4 .bdDiv .row>div a:hover .moreBtn{color: #00529e; }
.indexDiv4 .bdDiv .row>div a:hover .moreBtn i{background: url(../img/more.png) no-repeat center center/100%; }



/* .videoPop{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.84);z-index: 9999;display: none; }
.videoPop .popCon{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%); }
.videoPop .popCon a{position: absolute;right: 0;top: -35px; }
.videoPop .videoDiv{width: 1000px;max-width: calc(100vw - 40px);max-height: calc(100vh - 80px);overflow: auto;text-align: center; } */

.nyBanner{margin-top: 100px;position: relative; }
.nyBanner .bgDiv .wrap{position:relative;height: 23.96vw;color: #fff; }
.nyBanner .textDiv span{font-size: 2.3vw;font-weight: bold; }
.nyBanner .textDiv p{font-size: 1vw; }


.breadcrumbDiv{font-size: 14px;color: #666666;}
.breadcrumbDiv img{margin-right: 10px;width: 17.5px; }
.breadcrumbDiv a{color: #666;}
.breadcrumbDiv a:hover{color: #00529e!important; }
.breadcrumbDiv span{color: #333;}
.twoMenuDiv a{color: #333333;position: relative;padding: 0 3vw;line-height: 55px; font-size:16px; height:55px; display:inline-block  }
.twoMenuDiv a.on{color: #fff;background: #00529e; line-height:55px }
.locationDiv .searchDiv{width: 31.5%;max-width: 344px; }
.locationDiv .searchDiv form{width: 100%;position: relative; }
.locationDiv .searchDiv form input{width: 100%;border: 0; border-bottom: 1px solid #cccccc;padding: 10px 0;font-size: 14px; }
.locationDiv .searchDiv form button{position: absolute;right: 0;top: 0;border: 0;background: transparent;height: 100%; }
.locationDiv .searchDiv form button img{width: 16.5px; }

.locationDiv1{background: #017bbb; }
.locationDiv1 .breadcrumbDiv{height: 40px;color: #fff; }
.locationDiv1 .breadcrumbDiv a{color: #fff; }
.locationDiv1 .breadcrumbDiv a:hover{opacity: .8;color: #fff!important; }

.pd100{padding: 70px 0; }
.pd90{padding: 70px 0; }
.nyTitle{text-align: center;font-weight: 500; }
.nyTitle.tl{text-align: left; }

.newsDiv{background: #f8f8fa; }
.newsDiv .bdDiv .rowDiv{margin-bottom: 60px; }
.newsDiv .bdDiv .row>div{margin-top: 30px; }
.newsDiv .bdDiv .row>div a{display: block;position: relative;border-radius: 20px;overflow: hidden;background: #fff;padding: 20px;height: 100%;border: 1px solid #fff;  }
.newsDiv .bdDiv .row>div a .imgDiv{padding-top: 65.12%;border-radius: 20px;overflow: hidden; }
.newsDiv .bdDiv .row>div a .textDiv{padding-top: 5px; }
.newsDiv .bdDiv .row>div a .textDiv .date{color: #666666; }
.newsDiv .bdDiv .row>div a .textDiv .title{color: #333;margin-top: 10px; text-align:center}
.newsDiv .bdDiv .row>div a:hover{border-color: #00529e;box-shadow: 0px 0px 38px rgba(255,215,192,.44); }
.newsDiv .bdDiv .row>div a:hover .textDiv .title{color: #00529e; }

.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 38px;margin: 0 5px;color: #333333; border-radius: 4px;font-size: 16px;width: 40px;background: #fff;border: 1px solid #cccccc; }
.pageDiv span{color: #fff;background: #00529e;border-color: #00529e; }


.newsDetailDiv{padding: 70px 0  ;background: #f5f6f8; }
.newsDetailDiv .bdDiv{margin-top: 20px;align-items: flex-start; }
.newsDetailDiv .bdDiv .blDiv{width: 300px;position: sticky;top: 100px; }
.newsDetailDiv .bdDiv .brDiv{width: calc(100% - 330px);background: #fff;border-radius: 20px; }
.articleDiv {padding: 60px 5.4%; }
.articleDiv .ah{padding-bottom: 30px;border-bottom: 1px solid #e5e5e5; }
.articleDiv .titleDiv{font-size: 30px; }
.articleDiv .smTitleDiv{margin: 20px 0 0;color: #666666;flex-wrap: wrap; }
.articleDiv .smTitleDiv span{margin-right: 39px; }
.articleDiv .smTitleDiv span img{width: 18px;margin-right: 5px; }
.articleDiv .shareDiv {position: relative;color: #00529e; }
.articleDiv .shareDiv a{background: #fff;position: relative;width: 46px;height: 46px;border: 1px solid #cccccc;border-radius: 50%;margin-left: 10px; }
.articleDiv .shareDiv a img{width: 22px; }
.articleDiv .shareDiv a .hImg{display: none; }
.articleDiv .shareDiv a:hover .dImg{display: none; }
.articleDiv .shareDiv a:hover .hImg{display: block; }
.articleDiv .shareDiv a:hover{background: #00529e;border-color: #00529e; }
.articleDiv .textDiv{padding: 40px 0;color: #666666;line-height: 2; }
.articleDiv .textDiv p{margin-top: 15px; }
.newsDetailDiv .fanyeDiv{padding: 30px 5.4%;border-top: 1px solid #f5f6f8; }
.newsDetailDiv .fanyeDiv a{color: #666666; }
.newsDetailDiv .fanyeDiv a.prevBtn img{margin-right: 10px; }
.newsDetailDiv .fanyeDiv a.nextBtn{text-align: right; } 
.newsDetailDiv .fanyeDiv a.nextBtn img{margin-left: 10px; }
.newsDetailDiv .fanyeDiv a img{width: 8px; }
.newsDetailDiv .fanyeDiv a .hImg{display: none; }
.newsDetailDiv .fanyeDiv a:hover .dImg{display: none; }
.newsDetailDiv .fanyeDiv a:hover .hImg{display: block; }
.newsDetailDiv .fanyeDiv a:hover{color: #00529e; }
.newsDetailDiv .fanyeDiv a.backBtn{margin: 0 20px; }
.newsDetailDiv .fanyeDiv a.backBtn img{width: 20px;margin-right: 11px; }


.newsDetailDiv .bdDiv .blDiv>div{overflow: hidden;background: #fff;border-radius: 20px;padding: 30px 20px 0; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv{margin-bottom: 30px; }
.newsDetailDiv .bdDiv .blDiv .th{font-size: 24px; }
.newsDetailDiv .bdDiv .blDiv .th i{width: 6px;height: 24px;background: #00529e;border-radius: 3px;margin-right: 10px; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li a{padding: 25px 0;border-bottom: 1px solid #e5e5e5; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li:last-child a{border-bottom: 0; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .imgDiv{width: 100px;height: 75px;border-radius: 10px;overflow: hidden; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .textDiv{width: calc(100% - 110px); }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .date{font-size: 14px;color: #666666; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .title{color: #333;margin-top: 5px; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li a:hover .title{color: #00529e; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li a{padding: 25px 0;border-bottom: 1px solid #e5e5e5;display: block; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li:last-child a{border-bottom: 0; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li .title{color: #333; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li .p{font-size: 14px;color: #999999;margin: 5px 0; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li .date{font-size: 14px;color: #666666; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li a:hover .title{color: #00529e; }
.newsDetailDiv .bdDiv .blDiv .xgalDiv .tb ul li .imgDiv{height: 63px; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb{padding-bottom: 30px; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li{margin-top: 20px; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li a{display: block;background: url(../img/p-bg.jpg) no-repeat center center/cover;border-radius: 20px;overflow: hidden;border: 1px solid rgba(0,159,222,0);padding: 30px;border: 1px solid #d7ebfa; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li a .imgDiv{padding-top: 101.3%; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li a .title{color: #333333;margin-top: 20px;text-align: center; }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li a:hover{border: 1px solid rgba(0,159,222,1); }
.newsDetailDiv .bdDiv .blDiv .xgtjDiv .tb ul li a:hover .title{color: #00529e; }

.contactDiv .nyTitle { font-size:30px; font-weight:bold; margin-bottom:20px}
.contactDiv .hdDiv{position: relative;background: #f7f7f7; padding:70px 0 10px }
.contactDiv .hdDiv .rowDiv{margin-bottom: 40px; } 
.contactDiv .hdDiv .rowDiv .col-sm-4{ margin-bottom:20px}
.contactDiv .hdDiv .row>div .conDiv{background: #fff;border-radius: 10px;padding: 0 30px;text-align: center;height: 100%; margin-bottom:20px  }
.contactDiv .hdDiv .row>div .conDiv .ch{padding: 30px 0 20px;border-bottom: 1px solid #e5e5e5; }
.contactDiv .hdDiv .row>div .conDiv .ch img{max-width: 60px;display: block;margin: 0 auto 10px; }
.contactDiv .hdDiv .row>div .conDiv .cb{padding: 20px 0 30px;color: #666666;line-height: 1.7; }
.contactDiv .hdDiv .row>div .conDiv .cb a{color: #333; }
.contactDiv .hdDiv .row>div .conDiv .cb1{ text-align:left; padding:20px 0}
.contactDiv .hdDiv .row>div .conDiv .cb1 h1{ font-size:18px; font-weight:bold}

.contactDiv .hdDiv .shareDiv{margin: 0 -8px;flex-wrap: wrap;  }
.contactDiv .hdDiv .shareDiv a{display: block;position: relative;margin: 0 8px 10px; }
.contactDiv .hdDiv .shareDiv a span{width: 48px; }
.contactDiv .hdDiv .shareDiv a img.hImg{display: none; }
.contactDiv .hdDiv .shareDiv a:hover img.dImg{display: none; }
.contactDiv .hdDiv .shareDiv a:hover img.hImg{display: block; }
.contactDiv .hdDiv .shareDiv a .ewmDiv{position: absolute;left: 50%;bottom: calc(100% + 10px);width: 100px;height: 100px;padding: 0;background: #fff;border-radius: 10px;transform: translateX(-50%);display: none;overflow: hidden;box-shadow: 0px 0px 28px rgba(211,211,211,.44); }
.contactDiv .hdDiv .shareDiv a:hover .ewmDiv{display: block; }

.contactDiv .formDiv{width: 68%; }
.contactDiv .formDiv form{margin-top: 10px; }
.contactDiv .formDiv .row>div{margin-bottom: 40px; } 
.contactDiv .formDiv .row>div p{margin-bottom: 8px;font-size: 18px; }
.contactDiv .formDiv .row>div p em{color: #ff3600; }
.contactDiv .formDiv .row>div .inputDiv{position: relative; }
.contactDiv .formDiv .row>div .inputDiv input{width: 100%;line-height: 48px;border: 1px solid #f5f6f8;border-radius: 10px;padding: 0 20px;background: #f5f6f8; }
.contactDiv .formDiv .row>div .inputDiv input:focus{border-color: #00529e; }
.contactDiv .formDiv .row>div .inputDiv input.focus{border-color: #00529e; }
.contactDiv .formDiv .row>div .inputDiv .tishi{position: absolute;bottom: -25px;left: 10px;color: #00529e;font-size: 12px; }
.contactDiv .formDiv .row>div .inputDiv textarea{width: 100%;height: 180px;border: 1px solid #f5f6f8;border-radius: 10px;padding: 10px 20px;resize: none;background: #f5f6f8; }
.contactDiv .formDiv .btnDiv button{width: 200px;height: 50px;border-radius: 25px;border: 0;cursor: pointer;font-weight: 400;background: linear-gradient(to right,#026cac,#00529e);color: #fff; }
.contactDiv .formDiv .btnDiv button img{width: 24px;margin-right: 11px; }
.contactDiv .formDiv .btnDiv button:hover{background: #026cac; }
.contactDiv .imgDiv{width: 27.8%;border-radius: 20px;overflow: hidden; }


.productDiv{background: #f8f8fa; }
.productDiv .bdDiv{align-items: flex-start;margin-top: 50px; }
.productDiv .bdDiv .blDiv{width: 22.85%; }
.productDiv .bdDiv .blDiv .searchDiv{margin-bottom: 20px; }
.productDiv .bdDiv .blDiv .searchDiv form{width: 100%;position: relative; }
.productDiv .bdDiv .blDiv .searchDiv form input{width: 100%;line-height: 50px;padding: 0 60px 0 30px;background: #fff;border-radius: 20px;border: 0; }
.productDiv .bdDiv .blDiv .searchDiv form button{width: 20px;position: absolute;right: 30px;top: 0;height: 50px;background: transparent;border: 0;z-index: 1;justify-content: flex-end;padding: 0;cursor: pointer; }
.productDiv .bdDiv .blDiv .searchDiv form button img{width: 16.5px; }
.productDiv .bdDiv .blDiv .cateDiv{background: #fff;padding: 0 30px;border-radius: 20px; }
.productDiv .bdDiv .blDiv .cateDiv ul>li{padding: 30px 0;border-bottom: 1px solid #e5e5e5; }
.productDiv .bdDiv .blDiv .cateDiv ul>li>a{color: #333333; }
.productDiv .bdDiv .blDiv .cateDiv ul>li>a i img{width: 14px; }
.productDiv .bdDiv .blDiv .cateDiv ul>li .aDiv{display: none; }
.productDiv .bdDiv .blDiv .cateDiv ul>li .aDiv a{display: block;color: #666666;margin-top: 15px;font-size: 14px; } 
.productDiv .bdDiv .blDiv .cateDiv ul>li .aDiv a.on,.productDiv .bdDiv .blDiv .cateDiv ul>li .aDiv a:hover{color: #00529e; }
.productDiv .bdDiv .blDiv .cateDiv ul>li.on .aDiv{display: block; }
.productDiv .bdDiv .blDiv .cateDiv ul>li.on>a i{transform: rotate(-180deg); }
.productDiv .bdDiv .blDiv .cateDiv ul>li:last-child{border-bottom: 0; }

.productDiv .bdDiv .brDiv{width: 74.4%; }
.productDiv .bdDiv .row>div{margin-bottom: 30px; }
.productDiv .bdDiv .row>div a{display: block;background: url(../img/p-bg.jpg) no-repeat center center/cover;border-radius: 20px;overflow: hidden;border: 1px solid rgba(0,159,222,0);padding: 30px; }
.productDiv .bdDiv .row>div a .imgDiv{padding-top: 101.3%; }
.productDiv .bdDiv .row>div a .title{color: #333333;margin-top: 20px;text-align: center; }
.productDiv .bdDiv .row>div a:hover{border: 1px solid rgba(0,159,222,1); }
.productDiv .bdDiv .row>div a:hover .title{color: #00529e; }

.productDetailDiv .hdDiv{background: #fff;border-radius: 20px;padding: 60px 4.2%;margin: 30px 0;align-items: flex-start; }
.productDetailDiv .hdDiv .imgDiv{width: 31.4%;border: 1px solid #00529e;border-radius: 20px;padding: 30px;background: url(../img/p-bg.jpg) no-repeat center center/cover; }
.productDetailDiv .hdDiv .textDiv{width: 64%; }
.productDetailDiv .hdDiv .textDiv .p1{color: #666666;margin: 20px 0 30px;line-height: 1.8; }
.productDetailDiv .hdDiv .textDiv .p2{padding: 10px 0;border-top: 1px dashed #cccccc;border-bottom: 1px dashed #cccccc; }
.productDetailDiv .hdDiv .textDiv .p2 p{margin: 15px 0; }
.productDetailDiv .hdDiv .textDiv .p2 p span{color: #999999; }
.productDetailDiv .hdDiv .textDiv a{width: 230px;height: 50px;background: linear-gradient(to right,#026cac,#00529e);color: #fff;border-radius: 25px;margin-top: 30px;transition: all .5s; } 
.productDetailDiv .hdDiv .textDiv a:hover{background: #026cac; }
.productDetailDiv .bdDiv .brDiv .tabsDiv{height: 60px;background: #00529e;color: #fff;border-radius: 20px 20px 0 0;color: #fff; }
.productDetailDiv .bdDiv .brDiv .tabsDiv a{color: #fff;position: relative;padding: 0 10px; } 
.productDetailDiv .bdDiv .brDiv .tabsDiv a.on:after{content: "";width: 100%;height: 4px;background: #fff;border-radius: 2px;position: absolute;left: 0;bottom: -7px; }
.productDetailDiv .bdDiv .brDiv .tabsCon .itemDiv{padding: 60px 5.6%;color: #666666;display: none;min-height: 500px; }
.productDetailDiv .bdDiv .brDiv .tabsCon .itemDiv.on{display: block; }
.productDetailDiv .bdDiv .brDiv .tabsCon .itemDiv p{margin: 0 0 20px; }

.aboutDiv1 {background: #f8f8fa; }
.aboutDiv1 .textDiv{margin: 0 0 30px;line-height: 32px; }
.aboutDiv1 .lunboDiv {position: relative; }
.aboutDiv1 .lunboDiv .imgDiv{padding-top: 42.86%;border-radius: 20px;overflow: hidden; }
.aboutDiv1 .lunboDiv ul{position: absolute;bottom: 30px;left: 30px;z-index: 1; }
.aboutDiv1 .lunboDiv ul li{margin-right: 10px; }
.aboutDiv1 .lunboDiv ul li a{width: 200px;height: 60px;background: #fff;border-radius: 10px;overflow: hidden;color: #333; }
.aboutDiv1 .lunboDiv ul li.on a{background: #00529e;color: #fff; }
.aboutDiv1 .lunboDiv .btnDiv{position: absolute;right: 30px;bottom: 30px; }
.aboutDiv1 .lunboDiv .btnDiv>div{position: relative;top: 0;margin-top: 0;width: 60px;height: 60px;border-radius: 50%;left: initial;right: initial; }
.aboutDiv1 .lunboDiv .btnDiv .swiper-button-prev{margin-right: 20px;background: url(../img/left.png) rgba(255,255,255,.7) no-repeat center center/12px; }
.aboutDiv1 .lunboDiv .btnDiv .swiper-button-next{background: url(../img/right.png) rgba(255,255,255,.7) no-repeat center center/12px; }
.aboutDiv1 .lunboDiv .btnDiv .swiper-button-prev:hover{background: url(../img/left_.png) rgba(255,255,255,1) no-repeat center center/12px; }
.aboutDiv1 .lunboDiv .btnDiv .swiper-button-next:hover{background: url(../img/right_.png) rgba(255,255,255,1) no-repeat center center/12px; }

.aboutDiv2{position: relative; }
.aboutDiv2 .bdDiv .blDiv{width: 46.43%; }
.aboutDiv2 .bdDiv .blDiv .textDiv{margin-top: 40px;line-height: 1.7; }
.aboutDiv2 .bdDiv .brDiv{width: 47.86%;border-radius: 20px;overflow: hidden; }
.aboutDiv2 .dataDiv{margin-top: 60px; }
.aboutDiv2 .dataDiv ul li img{width: 80px;margin-right: 20px; }
.aboutDiv2 .dataDiv ul li .num{color: #00529e;line-height: 1;margin-bottom: 5px; }
.aboutDiv2 .dataDiv ul li .num sub{bottom: -.8em; }

.aboutDiv3{background: #f8f8fa; }
.aboutDiv3 .bdDiv .row>div {margin-top: 30px; }
.aboutDiv3 .bdDiv .row>div .conDiv{height: 420px;padding: 30px;position: relative;border-radius: 20px;overflow: hidden; }
.aboutDiv3 .bdDiv .row>div .conDiv .textDiv{position: relative;z-index: 2; }
.aboutDiv3 .bdDiv .row>div .conDiv .icon{border: 1px solid #00529e;border-radius: 50%;width: 60px;height: 60px; }
.aboutDiv3 .bdDiv .row>div .conDiv .icon .hImg{display: none; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover .icon{border-color: #fff; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover .icon .dImg{display: none; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover .icon .hImg{display: block; }
.aboutDiv3 .bdDiv .row>div .conDiv span{display: block;margin: 10px 0 5px; }
.aboutDiv3 .bdDiv .row>div .conDiv p{color: #666; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover::before{content: "";width: 100%;height: 100%;background: linear-gradient(to top,#026cac,#00529e);opacity: .8;position: absolute;left: 0;top: 0;z-index: 1; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover span{color: #fff; }
.aboutDiv3 .bdDiv .row>div .conDiv:hover p{color: #fff; }


.aboutDiv4{overflow: hidden; }
.aboutDiv4 .nyTitle{color: #fff; }
.aboutDiv4 .bdDiv{margin-top: 35px;position: relative; }
.aboutDiv4 .bdDiv::before{content: "";width: 100vw;height: 1px;background: rgba(255,255,255,.5);position: absolute;left: 50%;top: 168px;transform: translateX(-50%); }
.aboutDiv4 .bdDiv .conDiv{text-align: center;color: #fff;transition: all .5s; }
.aboutDiv4 .bdDiv .conDiv .ch{font-size: 102px;line-height: 1;opacity: 0;transition: all .5s;  }
.aboutDiv4 .bdDiv .conDiv .yuan{width: 14px;height: 14px;background: #fff;border-radius: 50%;margin: 60px auto 30px;position: relative; }
.aboutDiv4 .bdDiv .conDiv .year{margin: 0 0 20px; }
.aboutDiv4 .bdDiv .conDiv .p{margin-bottom: 25px;opacity: 0;transition: all .5s;  }
.aboutDiv4 .bdDiv .imgDiv{padding-top: 56.5%;border-radius: 20px;opacity: 0;transition: all .5s; }
.aboutDiv4 .bdDiv .imgDiv img{border-radius: 20px;overflow: hidden; }
.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .ch{opacity: 1;}
.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .year{display: none;}
.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .yuan::before{content: "";width: 30px;height: 30px;background: #00529e;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: -1; }
.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .p{opacity: 1;}
.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .imgDiv{opacity: 1;}
.aboutDiv4 .bdDiv .swiper-button-prev,.aboutDiv4 .bdDiv .swiper-button-next{width: 60px;height: 60px;border-radius: 50%;top: 138px;margin-top: initial; }
.aboutDiv4 .bdDiv .swiper-button-prev{background: url(../img/left2.png) #9db1bd no-repeat center center/12px; }
.aboutDiv4 .bdDiv .swiper-button-next{background: url(../img/right2.png) #9db1bd no-repeat center center/12px; }
.aboutDiv4 .bdDiv .swiper-button-prev:hover{background: url(../img/left2.png) #00529e no-repeat center center/12px; }
.aboutDiv4 .bdDiv .swiper-button-next:hover{background: url(../img/right2.png) #00529e no-repeat center center/12px; }

.aboutDiv5{background: #f8f8fa; }
.aboutDiv5 .nyTitle p{margin-top: 15px;font-weight: normal;line-height: 1.8; }
.aboutDiv5 .bdDiv{margin-top: 45px;position: relative; }
.aboutDiv5 .bdDiv .swiper-slide{height: initial; }
.aboutDiv5 .bdDiv .conDiv{padding: 20px;background: #fff;border-radius: 20px;border: 1px solid #e3e4e5;height: 100%; }
.aboutDiv5 .bdDiv .imgDiv{padding-top: 95.33%;border-radius: 20px;overflow: hidden; }
.aboutDiv5 .bdDiv .title{text-align: center;margin-top: 20px; }
.aboutDiv5 .bdDiv .btnDiv{position: relative;margin-top: 40px; }
.aboutDiv5 .bdDiv .btnDiv>div{position: relative;top: 0;margin-top: 0;width: 60px;height: 60px;border-radius: 50%;left: initial;right: initial; }
.aboutDiv5 .bdDiv .btnDiv .swiper-button-prev{margin-right: 20px;background: url(../img/left2.png) rgba(181,181,181,.7) no-repeat center center/12px; }
.aboutDiv5 .bdDiv .btnDiv .swiper-button-next{background: url(../img/right2.png) rgba(181,181,181,.7) no-repeat center center/12px; }
.aboutDiv5 .bdDiv .btnDiv .swiper-button-prev:hover{background: url(../img/left2.png) #00529e no-repeat center center/12px; }
.aboutDiv5 .bdDiv .btnDiv .swiper-button-next:hover{background: url(../img/right2.png) #00529e no-repeat center center/12px; }

/*body:after {
    content: ''; 
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/

@media (max-width:1440px) {
	.wrap{max-width: 88%; }
	
	.f60{font-size: 50px; }
	.f48{font-size: 40px; }
	
	a.imoreBtn { width: 110px;height: 32px; font-size: 14px;}
	a.imoreBtn em:after{width: 5px; }
	a.imoreBtn:hover em::before{width: 5px; }
	
	header .logo{width: 20%; }
	.aboutDiv1 .lunboDiv ul li a{width: 140px;height: 50px; }
}


@media (max-width:1220px) {
	.wrap{max-width: 94%; }
	
	.f60{font-size: 46px; }
	.f48{font-size: 36px; }
	
	.indexDiv1 ul li .conDiv{height: 400px; }
	.indexDiv1 ul li .textDiv{padding: 20px; }
	.indexDiv1 ul li .textDiv .title span{font-size: 18px; }
	.indexDiv1 ul li.on .textDiv .title span{font-size: 22px; }
	.indexDiv3 .bdDiv{width: 90%; }
	.indexDiv3 .bdDiv .dataDiv ul li img{width: 60px; }
	.aboutDiv2 .dataDiv ul li img{width: 60px;  }
	
	.productDiv .bdDiv .blDiv{width: 240px; }
	.productDiv .bdDiv .brDiv{width: calc(100% - 270px); }
}

@media (max-width:1100px) {
	/* header .rightDiv .menu>ul>li{margin: 0 1vw; }  */
	header .rightDiv .menu>ul>li>a{font-size: 15px;padding: 0 1vw; }
	.articleDiv .fanyeDiv a{width: calc((100% - 184px) / 2); }
	.articleDiv .fanyeDiv a.backBtn{width: 114px;margin: 0 30px; }
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	
	.wrap{max-width: 100%;padding: 0 25px; }
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0 30px;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:0px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0;}
	
	header {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
		padding-top: 0;
		border-bottom-width: 3px;
	}
	header .logo a{height: 50px;width: initial;display: block;display: flex;justify-content: center;align-items: center;}
	header .logo a img{max-height: 90%;}
	header .mbtn {display: block;}
	body.on-menu header{background: #fff;}
	body.on-menu.on-fixed  header.indexHeader{background: #fff;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header.indexHeader .rightDiv .menu{background-color: background: #fff;}
	.on-fixed header .rightDiv .menu{
		background-color: #fff;
	}
	header .rightDiv .menu ul{float: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header.indexHeader .rightDiv .menu>ul>li>a{color: #333;}
	header .rightDiv .menu>ul>li>a small{display: none;}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on{background: none;}
	/* .menu ul ul{box-shadow: none;padding: 0 10px; }
	.menu ul ul li a .iconDiv{display: none;}
	.menu ul ul li>a{margin-bottom: 0;}
	.menu ul ul li .alist a{margin: 0;} */
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 0;}
	
	header.on,header.on .logo a,header.on .rightDiv .menu>ul>li>a,header.on .otherDiv{height: 50px; }
	header .otherDiv{float: initial;height: 50px;padding-right: 40px; }
	header .ssBtn{margin-right: 20px; }
/* 	header .searchDiv{position: relative;opacity: 1;transform: initial;visibility: visible; }
	header .searchDiv form{width: 100%;} */
	.menu ul ul,.menu li:hover>ul{opacity: 1;visibility: visible;transform: translateY(0);}
	.menu ul ul .flexcen{display: block; }
	.menu ul ul.ul{padding: 0 20px; }
	.menu ul ul .row>div{flex: 0 0 100%;max-width: 100%;border-top: 1px solid #eee; }
	.menu ul ul .row>div .conDiv{border-right: 0; }
/* 	header .rightDiv .menu ul ul a{line-height: initial;height: initial;margin-top: 10px; }
	header .rightDiv .menu ul ul .alist{overflow: hidden;margin-bottom: 10px; }
	header .rightDiv .menu ul ul .alist a{font-size: 14px;margin-top: 10px; } */
	.menu ul li.default ul{position: relative;opacity: 1;visibility: visible;transform: initial;transition: none;width: 100%; }
	.menu ul li.default:hover ul{transform: initial; }
	header .rightDiv .menu>ul>li.default ul{width: 100%;box-shadow: none;padding: 0;left: 0; }
	header .rightDiv .menu>ul>li.default ul li{border: 0;margin: 0; }
	header .rightDiv .menu>ul>li.default li a{text-align: left;font-size: 14px;padding: 0 20px; }

	
	.on-fixed header.nyHeader, .on-fixed header.nyHeader .rightDiv .menu>ul>li>a, .on-fixed header.nyHeader .otherDiv{height: 50px;}
	.on-fixed header.nyHeader .logo a{height: 36px; }
	
	
	.f60{font-size: 40px; }
	.f48{font-size: 30px; }
	
	.indexDiv3 .bdDiv .dataDiv ul li img{margin-right: 10px; }
	.aboutDiv2 .dataDiv ul li img{margin-right: 10px; }
	.nyBanner{margin-top: 50px; }

	
	.newsDetailDiv{padding: 20px 0; }
	
	.ihdDiv{flex-wrap: wrap; }
	.contactDiv .hdDiv .row>div .conDiv .cb a{margin: 0 5px 10px; }
	.contactDiv .hdDiv .shareDiv a span{width: 40px; }
	
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:768px) {
	
	html, body{min-width: initial;}
	.wrap{min-width: initial;padding: 0 15px; }
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	
	.f60{font-size: 30px; }
	.f54{font-size: 24px; }
	.f52{font-size: 28px; }
	.f50{font-size: 28px; }
	.f48{font-size: 22px; }
	.f46{font-size: 20px; }
	.f36{font-size: 26px; }
	.f33{font-size: 25px; }
	.f30{font-size: 24px; }
	.f28{font-size: 22px; }
	.f24{font-size: 19px; }
	.f21{font-size: 19px;}
	.f20{font-size: 17px; }
	.f18{font-size: 15px; }
	
	header .searchDiv{padding: 15px 0; }
	header .telDiv {display: none; }
	header .logo{width: auto;  }
	header .logo a{height: 36px; }
	header .ssBtn{margin-right: 10px; }
	header .langDiv>a span{margin: 0 5px; }
	
	#menu{display: none; }
	
	
	.banner1 .img{height: 70vw;}
	.banner1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; }
	.banner1 .swiper-button-prev, .banner1 .swiper-button-next{width: 30px;height:30px;margin-top: 0; }
	.banner1 .swiper-pagination-bullet{width: 6px;height: 6px; }
	
	a.imoreBtn{width: 100px;height: 30px;font-size: 12px; }
	a.imoreBtn em:after{top: 2px;width: 5px;margin-left: 5px; }
	a.imoreBtn em::before{top: 3px;margin-right: 5px; }
	a.imoreBtn em:hover::before{top: 3px;width: 5px; }

	.indexDiv1{padding: 20px 0; }
	.indexDiv1 .bdDiv{margin-top: 0px; }
	.indexDiv1 ul{flex-wrap: wrap; }
	.indexDiv1 ul li{width: 100%;margin: 5px 0; }
	.indexDiv1 ul li.on{width: 100%; }
	.indexDiv1 ul li .conDiv{height: 260px; }
	.indexDiv1 ul li .conDiv img{max-width: 60px; }
	.indexDiv1 ul li .textDiv{text-align: left;width: 100%;background: rgba(240, 244, 247, .95);border-radius: 10px;color: #333;align-items: flex-start;flex-direction: row;justify-content: space-between; padding: 10px 10px 0;}
	.indexDiv1 ul li .textDiv .title {width: calc(100% - 70px); }
	.indexDiv1 ul li .textDiv .title span{margin-top: 0;font-size: 18px; }
	.indexDiv1 ul li .textDiv .title p{opacity: 1;transition: all .5s;color: #666;display: -webkit-box;margin: 10px 0;font-size: 14px; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;}
	.indexDiv1 ul li .textDiv .title a{opacity: 1; display:none }
	.indexDiv1 ul li.on .textDiv .title span{font-size: 18px; }
	
	.indexDiv2{padding: 20px 0; }
	.indexDiv2 .hdDiv{margin: 20px 0;flex-wrap: wrap; }
	.indexDiv2 .hdDiv a{height: 60px;width: auto;padding: 0 20px;margin: 0 5px 10px; }
	.indexDiv2 .hdDiv a span{width: 40px;height: 40px;margin-right: 10px; }
	.indexDiv2 .hdDiv a span img{height: 24px; }
	.indexDiv2 .bdDiv .row{margin: 0 -8px; }
	.indexDiv2 .bdDiv .row>div{padding: 0 8px;margin-bottom: 16px; }
	.indexDiv2 .bdDiv .row>div a{padding: 15px; }
	.indexDiv2 .bdDiv .moreDiv{margin-top: 20px; }
	.indexDiv2 .bdDiv .moreDiv a{width: 160px; height: 40px;
  border-radius: 20px; font-size:14px}
	
	.indexDiv3{padding: 50px 0; }
	.indexDiv3 .bdDiv{width: 95%; }
	.indexDiv3 .bdDiv .textDiv .p{margin: 20px 0;font-size: 14px; }
	.indexDiv3 .bdDiv .dataDiv{padding: 0 20px; }
	.indexDiv3 .bdDiv .dataDiv ul{flex-wrap: wrap; }
	.indexDiv3 .bdDiv .dataDiv ul li{width: 50%;margin: 10px 0; }
	.indexDiv3 .bdDiv .dataDiv ul li .text{width: calc(100% - 70px); }
	.indexDiv3 .bdDiv .dataDiv ul li .text p{font-size: 14px; }
	.indexDiv3 .bdDiv .dataDiv ul li .num sub{bottom: -.4em; }
	
	.indexDiv4{padding: 20px 0; }
	.indexDiv4 .hdDiv{margin: 25px 0; }
	.indexDiv4 .hdDiv a{margin: 0 5px;height: 40px; }
	.indexDiv4 .bdDiv .rowDiv .flexDiv{display: block; }
	.indexDiv4 .bdDiv .rowDiv .rlDiv{width: 100%; }
	.indexDiv4 .bdDiv .rowDiv .rrDiv{width: 100%; }
	.indexDiv4 .bdDiv .rowDiv .rlDiv a{height: 240px; }
	.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv{top: 20px; }
	.indexDiv4 .bdDiv .rowDiv .rlDiv a .textDiv .title{width: calc(100% - 80px); }
	.indexDiv4 .bdDiv .row>div{margin-top: 20px; }
	
	.indexDiv5 .hdDiv{display: block; }
	.indexDiv5 .hdDiv .tabsDiv{margin-top: 20px; }
	.indexDiv5 .hdDiv .tabsDiv a:nth-child(1){margin-left: 0; }
	.indexDiv5 .hdDiv .tabsDiv a{padding: 5px 15px;font-size: 14px; }
	.indexDiv5 .bdDiv .row>div{margin-top: 20px; }
	.indexDiv5 .bdDiv .row>div a .textDiv .p{margin: 10px 0 20px; }
	.indexDiv5 .bdDiv .row>div a{padding: 15px; }
	.indexDiv5 .bdDiv .row>div ul li{margin-bottom: 20px; }
	
	
	.footerDiv .wrap1{display: block; }
	.footerDiv .hdDiv{padding: 30px 0;text-align: center;  }
	.footerDiv .hdDiv .hlDiv{width: 100%; }
	.footerDiv .hdDiv .logoDiv img{max-height: 40px; }
	.footerDiv .hdDiv .shareDiv{margin: 20px 0 0;justify-content: center; }
	.footerDiv .hdDiv .shareDiv a{margin: 0 10px 0 0; }
	.footerDiv .hdDiv .listDiv{width: 100%;margin: 20px 0 0; display:none}
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 0;text-align: left; }
	.footerDiv .hdDiv .aDiv{display: flex;flex-direction: row;flex-wrap: wrap; }
	.footerDiv .hdDiv .aDiv a{margin-right: 15px;margin-top: 10px;margin-bottom: 0; }
	.footerDiv .bdDiv{padding: 20px 0;text-align: center; }
	.footerDiv .bdDiv .blDiv{margin-bottom: 10px; }
	
	.nyBanner .bgDiv .wrap{height: 40vw;}
	.nyBanner .textDiv span{font-size: 16px;}
	
	.breadcrumbDiv{font-size: 12px;flex-wrap: wrap; }
	.breadcrumbDiv img{width: 12px; }
	
	.twoMenuDiv {justify-content: flex-start;flex-wrap: wrap;width: 100%; } 
	.twoMenuDiv a{font-size: 14px;line-height: 40px;padding: 0 20px; }
	.locationDiv{position: relative; }
	.locationDiv .flexbet{flex-wrap: wrap; }
	.locationDiv .searchDiv{width: 100%;margin: 10px 0; }
	
	.pd100{padding: 50px 0; }
	.pd90{padding: 45px 0; }
	
	.pageDiv a, .pageDiv span{line-height: 30px;width: 30px; }
	
	.newsDetailDiv .bdDiv{margin-top: 20px;flex-direction: column; }
	.newsDetailDiv .bdDiv .brDiv{width: 100%; }
	.newsDetailDiv .bdDiv .blDiv{width: 100%;margin-top: 20px; }
	.articleDiv{padding: 30px 20px; }
	.articleDiv .titleDiv{font-size: 20px; }
	.articleDiv .smTitleDiv{margin: 10px 0 0;font-size: 14px; }
	.articleDiv .smTitleDiv span{margin-right: 30px; }
	.articleDiv .smTitleDiv span:last-child{margin-right: 0; }
	.articleDiv .textDiv{padding: 20px 0; }
	.newsDetailDiv .fanyeDiv{padding: 20px; }
	.articleDiv .fanyeDiv a p{display: none; }

	
	.contactDiv .hdDiv .rowDiv{margin-top: 20px; }
	.contactDiv .hdDiv .row>div{margin-bottom: 20px; }
	.contactDiv .bdDiv{display: block; }
	.contactDiv .formDiv{width: 100%; }
	.contactDiv .formDiv form{margin-top: 20px; }
	.contactDiv .formDiv .row>div .checkDiv label{margin: 0 20px 10px 0; }
	.contactDiv .formDiv .row>div{margin-bottom: 30px; }
	.contactDiv .formDiv .btnDiv button{width: 150px;height: 44px; }
	.contactDiv .formDiv .row>div .inputDiv input{line-height: 44px; }
	
	.contactDiv .imgDiv{width: 100%; }
	
	.productDetailDiv .hdDiv{padding: 30px 20px;display: block; }
	.productDetailDiv .hdDiv .imgDiv{width: 100%; }
	.productDetailDiv .hdDiv .textDiv{width: 100%;margin-top: 20px; }
	.productDetailDiv .bdDiv .brDiv .tabsCon .itemDiv{padding: 30px 20px; }
	
	.aboutDiv1 .bdDiv{display: block; }
	.aboutDiv1 .lunboDiv ul{position: relative;left: 0;bottom: 0;margin-top: 20px; }
	.aboutDiv1 .lunboDiv ul li{width: calc(33.3% - 5px); }
	.aboutDiv1 .lunboDiv ul li a{width: 100%;height: 40px;font-size: 16px; }
	.aboutDiv1 .lunboDiv .btnDiv{bottom: initial;top: 10px;right: 10px; }
	.aboutDiv1 .lunboDiv .btnDiv>div{width: 30px;height: 30px;background-size: 6px!important; }
	.aboutDiv1 .lunboDiv .btnDiv .swiper-button-prev{margin-right: 10px; }
	
	.aboutDiv2 .bdDiv{display: block; }
	.aboutDiv2 .bdDiv .blDiv{width: 100%; }
	.aboutDiv2 .bdDiv .blDiv .textDiv{margin-top: 20px; }
	.aboutDiv2 .bdDiv .brDiv{width: 100%;margin-top: 30px; }
	.aboutDiv2 .dataDiv{margin-top: 20px; }
	.aboutDiv2 .dataDiv ul{flex-wrap: wrap; }
	.aboutDiv2 .dataDiv ul li{width: 50%;margin: 10px 0; }
	.aboutDiv2 .dataDiv ul li .text{width: calc(100% - 70px); }
	.aboutDiv2 .dataDiv ul li .text p{font-size: 14px; }
	.aboutDiv2 .dataDiv ul li .num sub{bottom: -.4em; }
	
	.aboutDiv3 .bdDiv .row>div{margin-top: 20px; }
	.aboutDiv3 .bdDiv .row>div .conDiv{padding: 20px;height: 360px; }
	
	.aboutDiv4 .bdDiv .conDiv .ch{font-size: 60px; }
	.aboutDiv4 .bdDiv::before{top: 104px; }
	.aboutDiv4 .bdDiv .conDiv .yuan{margin: 40px auto 20px;width: 10px;height: 10px; }
	.aboutDiv4 .bdDiv .swiper-slide-active .conDiv .yuan::before{width: 22px;height: 22px; }
	.aboutDiv4 .bdDiv .swiper-button-prev, .aboutDiv4 .bdDiv .swiper-button-next{top: 85px;width: 40px;height: 40px;background-size: 8px!important; }
	
	.aboutDiv5 .bdDiv{margin-top: 30px; }
	.aboutDiv5 .bdDiv .conDiv{padding: 10px; }
	.aboutDiv5 .bdDiv .btnDiv>div{width: 40px;height: 40px;background-size: 8px!important; }
	
	
	.productDiv .bdDiv{display: block;margin-top: 20px; }
	.productDiv .bdDiv .blDiv{width: 100%; }
	.productDiv .bdDiv .brDiv{width: 100%;margin-top: 30px; }
	
	@media (max-width:320px) {
		
		
		
	}
	
}
.tit { margin-bottom:60px; text-align:center}
.tit h1 { font-size:35px; color:#333; margin-bottom:20px; position:relative;text-transform: uppercase;font-weight: bold;}
.tit h1::after { content: " ";position: absolute; left: 50%; bottom: -18px; width: 48px; margin-left: -24px;height: 4px; background:#315bb1;border-radius:2px}
.tit h3 { font-size:18px; color:#666; margin-top:10px;}


.guanyu{ background:#fafafa url(../img/bg1.jpg) center right no-repeat; background-size:auto 100%; overflow:hidden; padding:70px 0;}
.guanyu .wrap1{ display: flex;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse; }
.sy_gypic{  width:47%;  overflow:hidden; margin-left:3%;border-radius: 10px;}
.sy_gypic img{ width:100%; height:auto;transition:all 0.6s}
.sy_gypic a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.sy_gyzi{ width:50%;}
.sy_gyzi h1{ display:block; color: rgba(0,92,169,0.1);font-size:62px; font-weight: 800;line-height: 50px;}
.sy_gyzi h2{ display:block; color:#333; font-size:35px;font-weight: bold; margin-bottom:15px}
.sy_gyzi em {
   
  width: 48px;
 
  height: 4px;
  background: #315bb1;
  border-radius: 2px; display:block
}
.sy_gyzi p{ display:block; margin:25px auto; font-size:16px; line-height:36px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; overflow:hidden}
.sy_gyzi span a{ display:block; background:#00529e; width:160px; color:#fff; line-height:45px; border-radius:30px; text-align:center; font-size:14px; transition:all 0.6s}
.sy_gyzi span a:hover{ background:#0669a5; transition:all 0.6s}

.more1{text-align: center;width:150px; position:relative; line-height:40px; margin-bottom:30px; height: 40px;background: #00529e;margin: 30px 0 0;overflow: hidden;border-radius: 20px;}
.more1 a { font-size:14px; text-transform:capitalize; color:#fff; text-align:center; z-index: 9;position: relative;}
.more1 a i {margin-left: 10px;}
.more1 span{width:0; height:100%; background-color:#00529e; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);z-index: 1}
.more1:hover span{ width:100%}


@media only screen and (max-width:1200px){
.guanyu{  padding:50px 0;}
.sy_gyzi h1{ display:block; color:#00529e; font-size:30px}
.sy_gyzi h2{ display:block; color:#333; font-size:20px ; margin-top:0}
.sy_gyzi p{ display:block; margin:10px auto; font-size:15px; line-height:28px;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:6; }
.sy_gyzi span a{  width:120px; line-height:35px; font-size:12px}

.guanyu .more1{margin: 10px  0 0;}


}


@media only screen and (max-width:992px){
	.guanyu{ background:#f4f4f8 ; padding:20px 0;}
.guanyu .wrap1{ display:block}


.sy_gypic{  width:100%;  overflow:hidden;margin-left:0}
.sy_gyzi{ width:100%; margin-top:20px}
.wrap1 {
  padding: 0 10px;
  max-width: 83.3%;
  margin: 0 auto;
  width: 96%;
  max-width: 1400px;
}
}


.indexDiv11{ background:#FAFAFA;padding:70px 0;}
.indexDiv11 h2{ display:block; color:#333; font-size:35px;font-weight: bold; margin-bottom:15px}
.indexDiv11 em {
   
  width: 48px;
 
  height: 4px;
  background: #315bb1;
  border-radius: 2px; display:block; margin-bottom:40px
}
.indexDiv11 .hdDiv{ }
.indexDiv11 .hdDiv .hlDiv{width: 52%; }
.indexDiv11 .hdDiv .hlDiv .titleDiv .fontH{color: #394787; }
.indexDiv11 .hdDiv .hlDiv .p{ line-height: 1.875; margin-bottom:20px; text-align:justify }
.indexDiv11 .hdDiv .hlDiv a{width: 300px;height: 50px;border: 1px solid #00529e;color: #00529e;border-radius: 40px; font-size:18px; margin-top:50px }
 
.indexDiv11 .hdDiv .hlDiv a img{margin-right: 10px; } 
.indexDiv11 .hdDiv .hrDiv{width: 45%;border-radius: 10px; overflow:hidden }
.indexDiv11 .bdDiv {padding: 45px 0 55px;text-align: center;color: #fff; }
.indexDiv11 .bdDiv .row>div .conDiv{display: block;height: 100%; }
.indexDiv11 .bdDiv .row>div .conDiv p {margin-top: 20px; }


.flexb2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indP.newsP{ background: #f8f8fa; height:auto; overflow:hidden; padding:70px 0}
.newsUl{ height:auto; padding-bottom:30px}
.newsNav{
	margin-bottom: 3.125vw;
}
.newsNav a{
	width: calc(50% - 15px);
	display: block;
	border-radius: 5px;
	background-color: rgba(11, 56, 108,0.05);
	line-height: 70px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
.newsNav a.on{background: var(--main);color: #ffffff;}
.newsUl li{
	background: #ffffff;
	margin-bottom: 30px;border-radius:10px 
}
.newsUl .kuang{transition: all 0.3s;}
.newsUl .imgB{width:27%;border-radius:10px 0 0 10px;overflow: hidden;}
.newsUl .imgZ{ }
.newsUl .textB{
	width: calc(73% - 40px);
	padding-left: 30px;
}
.newsUl .titB{transition: all 0.3s; color:#333; font-size:16px; font-weight:bold}
.newsUl .timeB{margin-top: 0.2vw; color:#999; font-size:14px}
.newsUl .descB{margin-top:0px; font-size:16px; line-height:30px; color:#555}
.newsUl .moreB{
	display: flex;justify-content: center;align-items: center;
	width: 150px;height:50px;
	margin: 0 2.5vw  0 4.6vw;
	text-align: center;
	border-radius: 10px;
	transition: all 0.3s ; color:#666
}
.newsUl .moreB i{display: block;margin: 0 auto;font-size: 25px;}
.newsUl .moreB span{display: block;margin: 0 auto;}
.newsUl .kuang:hover{box-shadow: 0.326px 0.946px 20px 0px rgba(0, 0, 0, 0.1);}
.newsUl .kuang:hover .titB{color:#00529e;}
.newsUl .kuang:hover .moreB{color: #ffffff;background: #00529e;}
@media (max-width:1024px) {
	.newsNav a{line-height: 50px;}
	.newsUl .moreB{width: 56px;height: 56px;font-size: 14px;}
	.newsUl .moreB i{font-size: 20px;}
	.newsUl .textB{padding-left: 2vw;}
}
@media (min-width:1240px) {  .imgZ img{ width:204px; height:142px;}}

@media (max-width:800px) {
  
	.indP.newsP{padding-top: 16px;}
	.newsNav a{line-height: 40px;font-size: 16px;width: calc(50% - 4px);}
	.newsUl li{margin-top: 16px;}
	.newsUl .kuang{flex-wrap: wrap;}
	.newsUl .imgB{width: 100%;}
	.newsUl .textB{width: 100%;padding: 16px;padding-bottom: 0;}
	.newsUl .moreB{width: 100%;height: auto;display: block;padding: 16px;margin: 0;}
	.newsUl .moreB p{display: flex;justify-content: flex-end;align-items: center;flex-direction: row-reverse;}
	.newsUl .moreB i{margin: 0;font-size: 15px;margin-left: 12px;}
	.newsUl .moreB span{margin: 0;}
	
	.tit h1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.tit h1::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 38px;
  margin-left: -19px;
  height: 4px;
  background: #315bb1;
  border-radius: 2px;
}
.tit {
  margin-bottom: 40px;
  text-align: center;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.indexDiv11 {
  background: #FAFAFA;
  padding: 20px 0;
}
.indexDiv11 .hdDiv{ display:block}
.indexDiv11 .hdDiv .hrDiv {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.indexDiv11 .hdDiv .hlDiv {
  width: 100%; margin-top:20px
}
.indexDiv11 h2 {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.indexDiv11 em {
  width: 48px;
  height: 4px;
  background: #315bb1;
  border-radius: 2px;
  display: block;
  margin-bottom: 20px;
}
.indexDiv11 .hdDiv .hlDiv a {
  width: 250px;
  height: 40px;
  border: 1px solid #00529e;
  color: #00529e;
  border-radius: 20px;
  font-size: 16px;
  margin-top:20px;
}
.contactDiv .hdDiv {
  position: relative;
  background: #f7f7f7;
  padding: 20px 0 10px;
}
}