/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;margin: 0;font-family:fontR,"微软雅黑";font-size: 16px;color: #333333;/*min-width: 1200px;*/}
.wrap{margin: 0 auto;max-width: 1400px;width: 95%; }
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);}
.pa{position: absolute; }
.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;}

/**导航菜单**/
.headerTop{background: #0c53a5;color: #fff;line-height: 40px;position: fixed;top: 0;left: 0;width: 100%; }
.headerTop .telDiv img{margin-right: 10px; }
.headerTop .searchDiv{height: 40px;}
.headerTop .searchDiv form{position: relative;height: 26px; }
.headerTop .searchDiv form input{width: 190px;line-height: 26px;background: #fff;padding: 0 40px 0 6px;border: 0;display: block;font-size: 12px; }
.headerTop .searchDiv form button{width: 40px;height: 26px;position: absolute;right: 0;top: 0;border: 0;background: transparent;cursor: pointer; }
header{position: fixed;top: 40px;left: 0;width: 100%;z-index: 9999;color: #666;height: 80px;transition: all .5s;background: #fff; }
header .logo a{height: 80px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
header .logo .dImg{display: block;}
header .logo .hImg{display: none;}
header .rightDiv{text-align: right;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin:0 4px 0 0;}
header .rightDiv .menu>ul>li>a{height: 80px;text-align: left;color: #333;position: relative;font-size: 16px;display: flex;justify-content: center;align-items: center;padding: 0 17px;}
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background:transparent;color: #0c53a5; }
header .rightDiv .menu>ul>li>a::after{content: "";width: 64px;position: absolute;left: 50%;margin-left: -32px; background: #0c53a5;height: 4px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 2px;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}
header .languageDiv{height: 80px;position: relative;background: url(../img/xia.png) no-repeat center right;padding-right: 13px;margin-left: 21px;}
header .languageDiv a{color: #333;font-size: 14px;}
header .languageDiv a img{margin-right: 8px;border: 1px solid #e6e6e6;}
header .languageDiv .downDiv{position: absolute;width: 100%;top: 100%;left: 0;background: #fff;padding: 10px;opacity: 0;visibility: hidden;transform: translateY(10px);transition: all .6s;}
header .languageDiv .downDiv a{color: #333;}
header .languageDiv:hover .downDiv{opacity: 1;visibility: visible;transform: translateY(0);}

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{top: 0; }
/*.on-fixed header .logo .dImg{display: none;}
.on-fixed header .logo .hImg{display: block;}
.on-fixed header .rightDiv .menu>ul>li>a{color: #333;}
.on-fixed header .rightDiv .menu>ul>li>a::after{background: #000;}
.on-fixed header .rightDiv .ssBtn .dImg{display: none;}
.on-fixed header .rightDiv .ssBtn .hImg{display: block;}
.on-fixed header .rightDiv .detaultDiv .dImg{display: none;}
.on-fixed header .rightDiv .detaultDiv .hImg{display: block;}
.on-fixed header .rightDiv .languageDiv .detaultDiv span{color: #333;}
.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} 

.onFixed header{background: #fff;border-bottom: 1px solid #E2E2E2;}
.onFixed header .logo .dImg{display: none;}
.onFixed header .logo .hImg{display: block;}
.onFixed header .rightDiv .menu>ul>li>a{color: #333;}
.onFixed header .rightDiv .menu>ul>li>a::after{background: #000;}
.onFixed header .rightDiv .ssBtn .dImg{display: none;}
.onFixed header .rightDiv .ssBtn .hImg{display: block;}
.onFixed header .rightDiv .detaultDiv .dImg{display: none;}
.onFixed header .rightDiv .detaultDiv .hImg{display: block;}
.onFixed header .rightDiv .languageDiv .detaultDiv span{color: #333;}
.onFixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} 
 */



/* .on-menu header .logo .dImg{display: none;}
.on-menu header .logo .hImg{display: block;}
.on-menu header .rightDiv .ssBtn .dImg{display: none;}
.on-menu header .rightDiv .ssBtn .hImg{display: block;}
.on-menu header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;}
 */
.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;position: relative;}
.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 ul{position:absolute;text-align: left;background: #fff; padding:0;width: 100%;top: 100%;left:0;opacity: 0;visibility: hidden;transform: translateY(10px);transition: transform .6s;box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); padding-left: calc((100vw - 1320px) / 2);height: 366px; }*/
.menu ul ul{position:absolute;background: #fff;text-align: left; width: max-content;top: 100%;left:50%;transform: translateX(-50%); transition: opacity .3s;opacity: 0;visibility: hidden;box-shadow: 0px 6px 16px rgba(89,89,89,.11);}
.menu ul ul .ul{align-items: flex-start;padding:20px 30px;}
/*.menu ul ul .ulDiv{transition: all .4s;opacity: 0;position: absolute;z-index: -1;visibility: hidden;width: 100%;}*/
/*.menu ul ul:before{content: "";width: 100vw;height: 100%;background: #EFF5FF;position: absolute;left: 90%;top: 0;z-index: -1;display: none; }
.menu ul ul:after{content: "";width: 100vw;height: 100%;background: #EFF5FF;position: absolute;right: 90%;top: 0;z-index: -1;display: none; }*/
.menu>ul>li:hover>ul{height: initial;visibility: visible;opacity: 1; }
.menu ul ul .ul a{font-size: 15px;color: #666;line-height: 36px; text-align: center;}
.menu ul ul .ul a:hover{color: #0c53a5;}
/*.menu>ul>li:hover>ul>.wrap>.ulDiv{opacity: 1;z-index: 11;display: flex;position: initial;visibility: visible;}*/
/*.menu li:hover>ul:before,.menu li:hover>ul:after{display: block;}*/
.menu ul ul ul{position:absolute;text-align: center;width: 100vw;top:100%;left:0;transition: opacity .6s;height: 0;}

/*.menu>ul>li>ul li:hover>ul>.ulDiv{opacity: 1;z-index: 11;display: flex;position: initial;visibility: visible;}*/

/****底部***/
.footerDiv{background: #1d1d1d;}
.footerDiv .hdDiv{padding:68px 0 100px;align-items: flex-start;}
.footerDiv .hdDiv .listDiv{margin-right: 40px;max-width: 40%;}
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0;}
.footerDiv .hdDiv .listDiv>span{display: block;margin-bottom: 30px;font-size: 20px;color: #e9ecef; }
.footerDiv .hdDiv .aDiv a{color: #868e96;display: block;margin-top: 10px;font-size: 14px;}
.footerDiv .hdDiv .aDiv a:hover{color: rgba(255,255,255,1);}
.footerDiv .hdDiv .listDiv .lxDiv{color: #868e96;font-size: 14px;align-items: flex-start;}
.footerDiv .hdDiv .listDiv .lxDiv .p{width: calc(100% - 170px);}
.footerDiv .hdDiv .listDiv .p p{margin: 0 0 10px;font-size: 14px;align-items: flex-start;}
.footerDiv .hdDiv .listDiv .p p img{margin-right: 15px;}
.footerDiv .hdDiv .listDiv .ewmDiv {width: 120px;text-align: center;}
.footerDiv .hdDiv .listDiv .ewmDiv img{width: 100%;}
.footerDiv .hdDiv .listDiv .ewmDiv span{text-align: center;font-size: 14px;display: block;margin-top: 10px;color: rgba(255,255,255,.7);}
.footerDiv .linksDiv{padding: 20px 0;border-bottom: 1px solid rgba(255,255,255,.1);border-top: 1px solid rgba(255,255,255,.1);color: #868e96;font-size: 14px; }
.footerDiv .linksDiv a{color: #868e96;margin:0 10px 10px;display: inline-block; }
.footerDiv .linksDiv a:hover{color: #fff; }
.footerDiv .bdDiv{padding: 30px 0;font-size: 14px;color: #868e96; }
.footerDiv .bdDiv a{color: #868e96; }
.footerDiv .bdDiv a:hover{color: rgba(255,255,255,1); }


.footerDiv .hdDiv form input{width: 100%;line-height: 36px;background: rgba(255,255,255,.1);border: 0;border-radius: 4px;color: #fff;padding: 0 10px;display: block;margin-bottom: 10px;}
.footerDiv .hdDiv form textarea{width: 100%;line-height: 36px;background: rgba(255,255,255,.1);border: 0;border-radius: 4px;color: #fff;padding: 5px 10px;display: block;resize: none;margin-bottom: 10px;}
.footerDiv .hdDiv form input::-webkit-input-placeholder{color: #fff;}
.footerDiv .hdDiv form input::-moz-placeholder{color: #fff;}
.footerDiv .hdDiv form input::-ms-input-placeholder{color: #fff;}
.footerDiv .hdDiv form textarea::-webkit-input-placeholder{color: #fff;}
.footerDiv .hdDiv form textarea::-moz-placeholder{color: #fff;}
.footerDiv .hdDiv form textarea::-ms-input-placeholder{color: #fff;}
.footerDiv .hdDiv form button{width: 114px;line-height: 36px;background:#f86707;border: 0;border-radius: 4px;color: #fff;padding: 0 10px;cursor: pointer;min-width: 86px;}


.bottomDiv{padding: 58px 0 36px;}
.bottomDiv .leftDiv{color: #fff;font-size: 32px;margin-bottom: 25px;}
.bottomDiv .rightDiv form input{width: 27.78%;line-height: 46px;background: rgba(255,255,255,.3);border: 0;border-radius: 4px;color: #fff;padding: 0 10px;margin-right: 20px;}
.bottomDiv .rightDiv form input::-webkit-input-placeholder{color: #fff;}
.bottomDiv .rightDiv form input::-moz-placeholder{color: #fff;}
.bottomDiv .rightDiv form input::-ms-input-placeholder{color: #fff;}
.bottomDiv .rightDiv form button{width: 11%;line-height: 46px;background:#ef2555;border: 0;border-radius: 4px;color: #fff;padding: 0 10px;cursor: pointer;min-width: 120px;}

/* .testDiv ul li{margin-top: -5px;}
.testDiv ul li a{border: 1px solid #eee;padding: 10px;background: #fff;}
.testDiv ul li a .imgDiv{width: 200px;height: 70px;display: flex;justify-content: flex-end;transition: all .6s;}
.testDiv ul li a .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.testDiv ul li:nth-child(2){margin-left: 10px;}
.testDiv ul li:hover{position: relative;z-index: 1;}
.testDiv ul li:hover .imgDiv{transform: scale(1.5);} */

/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 120px; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 40.88vw;background: none no-repeat center;background-size: cover;}
.index-banner .img .wrap{position: relative;}
/*.index-banner .gridVideo{width: 100%;display: block;height: 50.46875vw;position: relative;position: absolute;left: 0;top: 0;}
.index-banner .gridVideo video {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;opacity: 1;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);transition: z-index 0s ease 0.7s,opacity 0.35s ease 0.7s;display: block;}*/
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 34px;}
.index-banner .swiper-pagination-bullet{width: 24px;height: 8px;background: #fff;border-radius:4px;opacity:.5;}
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
/* .index-banner .wrap{height: 100%;display:flex;justify-content:center;align-items:center;color: #fff;}
.index-banner .textDiv .p1{font-size: 3.33vw;font-weight: bold;margin-bottom: 1vw;}
.index-banner .textDiv .p2{font-size: 1.25vw;text-transform: uppercase;color: rgba(255,255,255,1);line-height: 1.6;}
.index-banner .swiper-button-prev,.index-banner .swiper-button-next{width: 40px;height: 68px;}
.index-banner .swiper-button-prev{background: url(../img/left.png) rgba(0,0,0,.5) no-repeat center center;left: 2vw;}
.index-banner .swiper-button-next{background: url(../img/right.png) rgba(0,0,0,.5) no-repeat center center;right: 2vw;}
 */

.indexTitle{position: relative;}
.indexTitle.tc{text-align: center;}
.indexTitle span{display: block;font-weight: bold;color: #333;margin-bottom: 5px;}
.indexTitle small{font-size: 16px;color: #999999;text-transform: uppercase; }
.indexTitle.cfff span{color: #fff;}
.indexTitle.cfff small{color: #fff;}


.f40{font-size: 40px;}
.f30{font-size: 30px;}
.f24{font-size: 24px;}
.f22{font-size: 22px;}
.f20{font-size: 20px;}
.f18{font-size: 18px;}

.indexDiv1{padding: 90px 40px 97px;}
.indexDiv1 .wrap{max-width: 100%;}
.indexDiv1 .bdDiv{margin-top: 49px; }
.indexDiv1 .bdDiv .swiper-container{padding: 10px 10px 50px;}
.indexDiv1 .bdDiv a{display: block;box-shadow: 0px 0px 13px rgba(0,0,0,.08);background: #fff; }
.indexDiv1 .bdDiv .imgDiv{position: relative;padding-top: 63.9269%;border-bottom: 1px solid #eee; }
.indexDiv1 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center; }
.indexDiv1 .bdDiv .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv1 .bdDiv .textDiv{padding: 35px 6.4%; }
.indexDiv1 .bdDiv .textDiv .title{font-weight: bold;color: #333;text-align: center;}
.indexDiv1 .bdDiv .textDiv .p{color: #666;line-height: 1.875;text-align: center;margin: 25px 0; }
.indexDiv1 .bdDiv .moreBtn{background: #0c53a5;height: 56px;color: #fff;padding-left: 7.6%; }
.indexDiv1 .bdDiv .moreBtn i{width: 56px;height: 56px;display: flex;justify-content: center;align-items: center;background: #39afd9; }
.indexDiv1 .swiper-container-horizontal>.swiper-scrollbar{background: rgba(12,83,165,.1);height: 3px;}
.indexDiv1 .swiper-scrollbar-drag{background: rgba(12,83,165,1);}
.indexDiv1 .bdDiv a:hover .textDiv .title{color: #0c53a5; }
 
.indexDiv2 .hdDiv{padding: 80px 0 59px;}
.indexDiv2 ul {flex: 1 1 auto;}
.indexDiv2 ul li{width: 16.6667%;flex: 1 1 auto;transition: all .6s; }
.indexDiv2 ul li a{display: block;height: 39.479167vw;position: relative; }
.indexDiv2 ul li a img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv2 ul li .textDiv{position: absolute;width: 100%;left: 0;bottom: 0;padding: 2vw;text-align: center;color: #fff;background: linear-gradient(to top,rgba(0,0,0,.5),rgba(255,255,255,0)); }
.indexDiv2 ul li .textDiv .title{font-weight: bold; }
.indexDiv2 ul li .textDiv .p{margin: 1.5vw 0;line-height: 1.8; }
.indexDiv2 ul li .textDiv .moreBtn{max-width: 132px;width: 100%;line-height: 36px;border: 1px solid #fff;border-radius: 19px;margin: 0 auto; }
.indexDiv2 ul li:hover{width: 50%;}
.indexDiv2 ul li:hover .textDiv{height: 100%;padding: 10.4%;background: rgba(0,0,0,.5); }
.indexDiv2 ul li:hover .textDiv .title,.indexDiv2 ul li:hover .textDiv .p{text-align: left; }
.indexDiv2 ul li:hover .textDiv .moreBtn{margin: 0;border-width: 2px; }
.indexDiv2 ul li:hover .textDiv .p{-webkit-line-clamp: 3;margin: 7% 0;width: 80%; }

.indexDiv3{padding: 120px 0 110px;}
.indexDiv3 .bdDiv{position: relative;}
.indexDiv3 .bdDiv .leftDiv{width: 45.2%; }
.indexDiv3 .bdDiv .leftDiv .title{font-weight: bold;margin: 30px 0 20px;color: #0c53a5;}
.indexDiv3 .bdDiv .leftDiv .p{color: #333333;line-height: 2; }
.indexDiv3 .bdDiv .leftDiv a{width: 132px;height: 40px;background:#0c53a5;color: #fff;margin-top: 30px;border-radius: 2px;  }
.indexDiv3 .bdDiv .leftDiv a:hover{background: #1676bc;color: #fff; }
.indexDiv3 .bdDiv .rightDiv{width: 50.2%; }
.indexDiv3 .bdDiv .rightDiv img{box-shadow: 10px 10px 1px rgba(22,118,188,.1);}

.indexDiv4{padding: 80px 0;}
.indexDiv4 .row{margin: 0 -2vw; }
.indexDiv4 .row>div{padding: 0 2vw;color: #fff;text-align: center; }
.indexDiv4 .row>div .conDiv span{display: block;margin: 30px 0 10px;font-weight: bold; }
.indexDiv4 .row>div .conDiv p{line-height: 1.875;}

.indexDiv5{padding: 100px 0; }
.indexDiv5 .bdDiv{align-items: initial;}
.indexDiv5 .leftDiv{width: 73%; }
.indexDiv5 .leftDiv .ndDiv{background: #fafafa;padding: 20px 0 20px 20px;margin-top: 20px;align-items: initial; }
.indexDiv5 .leftDiv .nlDiv{width: 52.9%;}
.indexDiv5 .leftDiv .nlDiv a{display: block;position: relative; }
.indexDiv5 .leftDiv .nlDiv a img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv5 .leftDiv .nlDiv .titleDiv{position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,.5);color: #fff;padding: 20px 26px;width: 100%; }
.indexDiv5 .leftDiv .nrDiv{width: 47.1%;}
.indexDiv5 .leftDiv .nrDiv ul li a{padding: 0 23px 16px;margin-bottom: 16px; border-bottom: 1px solid #eeeeee; }
.indexDiv5 .leftDiv .nrDiv ul li .dateDiv{width: 80px;height: 80px;background: #eeeeee;display: flex;justify-content: center;align-items: center;flex-direction: column;color: #999999;font-size: 14px; }
.indexDiv5 .leftDiv .nrDiv ul li .textDiv{width: calc(100% - 100px);}
.indexDiv5 .leftDiv .nrDiv ul li .textDiv .title{color: #333; }
.indexDiv5 .leftDiv .nrDiv ul li .textDiv .p{color: #aaaaaa;font-size: 14px;margin-top: 10px;}
.indexDiv5 .leftDiv .nrDiv ul li:last-child a{margin-bottom: 0;border-bottom: 0; }
.indexDiv5 .leftDiv .nrDiv ul li a:hover .dateDiv{background: #0c53a5;color: #fff; }
.indexDiv5 .leftDiv .nrDiv ul li a:hover .title{color: #0c53a5;}
.indexDiv5 .rightDiv{width: 24.2857%;}
.indexDiv5 .rightDiv .listDiv{margin-top: 20px;background: #fafafa;padding: 0 20px;}
.indexDiv5 .rightDiv ul li a{padding: 20px 0;border-bottom: 1px solid #eeeeee;display: block; }
.indexDiv5 .rightDiv ul li .title{color: #333;padding-left: 21px;position: relative; }
.indexDiv5 .rightDiv ul li .title:before{content: "";width: 8px;height: 8px;background: #0c53a5;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.indexDiv5 .rightDiv ul li .p{color: #aaaaaa;font-size: 14px;margin: 10px 0 0;line-height: 1.6; }
.indexDiv5 .rightDiv ul li a:hover .title{color: #0c53a5;}

.nyBanner .wrap{position:relative;height: 28.125vw;color: #fff;text-align: center; }
.nyBanner .textDiv span{font-size: 2.5vw;font-weight: bold;}
.breadcrumbDiv{font-size: 0.9375vw;margin-top: 1vw;}
.breadcrumbDiv a{color: #fff;} 

.twoMenuDiv1{box-shadow: 0px 6px 18px rgba(0,0,0,.05); }
.twoMenuDiv1 .bdDiv{overflow-x: auto; }
.twoMenuDiv1 .bdDiv .aDiv{white-space:nowrap;display: flex;justify-content: flex-start;align-items: center; }
.twoMenuDiv1 a{display: block;color: #333333;padding:0 28px;line-height: 72px;position: relative; }
.twoMenuDiv1 a.active{color: #fff;background: #0c53a5; }
.twoMenuDiv1 a:hover{color: #0c53a5; }

.solutionDiv{padding: 50px 0;}
.solutionDiv .row{margin-bottom: 30px; }
.solutionDiv .row>div{margin-bottom: 40px; }
.solutionDiv .row>div a{display: block; }
.solutionDiv .row>div .imgDiv{position: relative;padding-top: 58.52%; }
.solutionDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center; }
.solutionDiv .row>div .imgDiv .pic>img{width: 100%;height: 100%;object-fit: cover; }
.solutionDiv .row>div .imgDiv .ewmDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(20,30,39,.8);display: flex;justify-content: center;align-items: center;flex-direction: column;opacity: 0; }
.solutionDiv .row>div .imgDiv .ewmDiv img{width: 27.3542%;}
.solutionDiv .row>div .imgDiv .ewmDiv p{font-size: 0.9375vw;color: #fff;margin-top: 10px; }
.solutionDiv .row>div .titleDiv{margin-top: 15px;text-align: center;color: #333; }
.solutionDiv .row>div a:hover .imgDiv .ewmDiv{opacity: 1; }

.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 38px;margin: 0 4px;color: #333333;width: 40px; border-radius: 2px;font-size: 14px;border: 1px solid #eeeeee; }
.pageDiv span{color: #fff;background: #0763a9;border-color: #0763a9; }

.newsDiv{padding: 50px 0 60px;}
.newsDiv ul{margin-bottom: 40px;}
.newsDiv ul li{margin-bottom: 20px;}
.newsDiv ul li a{padding: 0 0 20px;border-bottom: 1px solid #e6e6e6; }
.newsDiv ul li .imgDiv{width: 355px;height: 213px;overflow: hidden;}
.newsDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.newsDiv ul li .textDiv{width: calc(100% - 385px);}
.newsDiv ul li .textDiv .title{color: #333;}
.newsDiv ul li .textDiv .p{font-size: 14px;color: #666666;margin: 15px 0 30px;line-height: 1.8;}
.newsDiv ul li .textDiv .date{color: #999999;font-size: 14px;}
.newsDiv ul li .textDiv .date img{margin-right: 10px;}
.newsDiv ul li .textDiv span{color: #0c53a5;font-size: 14px;}
.newsDiv ul li a:hover .textDiv .title{color: #0c53a5; }

.serviceDiv{padding: 50px 0 60px; }
.serviceDiv ul{margin-bottom: 40px;}
.serviceDiv ul li{margin-bottom: 20px;}
.serviceDiv ul li a{padding: 0 0 20px;border-bottom: 1px solid #e6e6e6;color: #666666;font-size: 14px; }
.serviceDiv ul li .titleDiv{width: 38.28%;}
.serviceDiv ul li .imgDiv{width: 38%;height: 112px;overflow: hidden;margin-right: 4%;}
.serviceDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.serviceDiv ul li .titleDiv p{width: 58%;font-size: 18px; }
.serviceDiv ul li .dateDiv img{margin-right: 10px; }
.serviceDiv ul li .btnDiv{width: 111px;line-height: 46px;color: #0c53a5;border: 1px solid #0c53a5; }
.serviceDiv ul li .btnDiv img{margin-left: 8px;}
.serviceDiv ul li a:hover .titleDiv p{color: #0c53a5;}
.serviceDiv ul li a:hover .btnDiv{background: #0c53a5;color: #fff;}


.contactDiv1{padding: 60px 0;}
.contactDiv1 .lxTitle{padding: 0 0 20px 0;border-bottom: 1px solid #cccccc; }
.contactDiv1 .hdDiv{margin: 26px 0 78px;box-shadow: 0px 0px 24px rgba(0,0,0,.07); }
.contactDiv1 .hdDiv .leftDiv{width: 47.64%;padding: 60px; }
.contactDiv1 .hdDiv .leftDiv .p2{font-size: 14px;padding: 20px 0 60px;border-bottom: 1px solid #cccccc;border-top: 1px solid #cccccc;margin: 20px 0;line-height: 2; }
.contactDiv1 .hdDiv .leftDiv .ewmDiv{max-width: 120px;}
.contactDiv1 .hdDiv .rightDiv{width: 52.4%;}
/* .contactDiv1 .hdDiv .rightDiv form{width: 100%;}
.contactDiv1 .hdDiv .rightDiv form input{width: 100%;line-height: 50px;border: 0;padding: 0 20px;font-size: 14px;color: #999999;background: #fdfdfd;margin-bottom: 20px;}
.contactDiv1 .hdDiv .rightDiv form textarea{width: 100%;border: 0;padding: 10px 20px;font-size: 14px;color: #999999;background: #fdfdfd;margin-bottom: 20px;resize: none;height: 180px;}
.contactDiv1 .hdDiv .rightDiv form button{width: 100%;line-height: 60px;border: 0;font-size: 18px;color: #fff;background: #0763a9;cursor: pointer;} */
.contactDiv1 .bdDiv .formDiv {margin-top: 30px; }
.contactDiv1 .bdDiv .formDiv .row{margin: 0 -2vw; }
.contactDiv1 .bdDiv .formDiv .row>div{margin-bottom: 20px;padding: 0 2vw; }
.contactDiv1 .bdDiv .formDiv .row>div .conDiv{display: block; }
.contactDiv1 .bdDiv .formDiv .row>div span{display: block; }
.contactDiv1 .bdDiv .formDiv .row>div span i{color: #ff0000;margin-right: 5px; }
.contactDiv1 .bdDiv .formDiv .row>div input{display: block;line-height: 40px;border: 1px solid #cccccc;border-radius: 2px;width: 100%;background: #fdfdfd;padding: 0 15px;margin-top: 10px;font-size: 14px;}
.contactDiv1 .bdDiv .formDiv .row>div textarea{display: block;height: 150px;border: 1px solid #cccccc;border-radius: 2px;width: 100%;background: #fdfdfd;padding: 10px 15px;margin-top: 10px;font-size: 14px;resize: none;}
.contactDiv1 .bdDiv .formDiv button{display: block;width: 120px;line-height: 40px;background: #0c53a5;color: #fff;border-radius: 0;border: 0;padding: 0;cursor: pointer;margin-top: 20px; }

.detailDiv {padding:80px 0;}
.detailDiv .articleDiv .hd .title{font-size: 30px;color: #333333;font-weight: bold;}
.detailDiv .articleDiv .hd .smTit{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color: #666666;border-top: 1px solid #e6e6e6;padding-top: 18px;margin-top: 40px;}
.detailDiv .articleDiv .hd .smTit span{display: inline-block;padding-left: 18px;}
.detailDiv .articleDiv .hd .smTit span.user{background: url(../img/user.png) no-repeat left center;text-transform: uppercase;margin-right: 30px;}
.detailDiv .articleDiv .hd .smTit span.date{background: url(../img/time1.png) no-repeat left center;}
.detailDiv .articleDiv .hd .smTit span.news{background: url(../img/news.png) no-repeat left center;margin-right: 20px;}
.detailDiv .articleDiv .bd {text-align: center;}
.detailDiv .articleDiv .bd p{font-size: 16px;color: #333333;line-height: 1.8;margin: 30px 0;text-align: left;}
.detailDiv .otherPage{border-top: 1px solid #e6e6e6;padding-top: 20px;}
.detailDiv .otherPage>div{margin-top: 10px;font-size: 14px;color: #999999;}
.detailDiv .otherPage>div a{color: #333;}
.detailDiv .otherPage>div a:hover{color: #4281df;}

.commonDiv{padding: 50px 0 60px; }
.mLeftDiv{width: 320px;}
.mLeftDiv .hd{height: 56px;background: #0c53a5;color: #fff;position: relative;padding: 0 20px; }
.mLeftDiv .hd img{margin-right: 13px; }
.mLeftDiv .bd ul li>a{color: #333;padding: 18px 20px;border-bottom: 1px dashed #c1c1c1;display: block;background: url(../img/yjt.png) no-repeat right 12px center; }
.mLeftDiv .bd ul li.active>a{background: url(../img/yjt_.png) no-repeat right 12px center; color: #0c53a5; }
.mLeftDiv .bd ul li:last-child>a{border: 0; }
.mLeftDiv .bd ul li .erji{display: none;background: #f7f7f7; }
.mLeftDiv .bd ul li.active .erji{display: block; }
.mLeftDiv .bd ul li .erji a{display: block;padding:12px 23px;background: url(../img/sj.png) no-repeat left center;color: #666666;border-bottom: 1px dashed rgba(127, 127, 127, .1);font-size: 14px; }
.mLeftDiv .bd ul li .erji li.on a{color: #0c53a5;}
.mLeftDiv .bd ul li .erji a:hover{color: #0c53a5;}

.mRightDiv{width: calc(100% - 350px);}
.mRightDiv .hdDiv{border-bottom: 1px solid #f7f7f7;padding-bottom: 16px;position: relative; }
.mRightDiv .hdDiv:before{content: "";width: 60px;height: 2px;background: #0c53a5;position: absolute;left: 0;bottom: 0; }
.productDiv{margin-top: 20px;}
.productDiv .row{margin: 0 -12px 40px; }
.productDiv .row>div{padding: 0 12px;margin-bottom: 24px; }
.productDiv .row>div a{display: block;height: 100%; }
.productDiv .row>div .imgDiv{position: relative;padding-top: 100%; }
.productDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border: 2px solid #f6f6f6; }
.productDiv .row>div .imgDiv .pic img{max-width: 90%;max-height: 90%; }
.productDiv .row>div .textDiv{background: #f6f6f6;color: #fff;padding: 15px 20px 18px; }
.productDiv .row>div .textDiv .title{font-size: 18px;color: #333; }
.productDiv .row>div .textDiv img{margin: 10px 0; }
.productDiv .row>div .textDiv .p{font-size: 14px;color: #666666; }
.productDiv .row>div .moreBtn{background: #eaebec;height: 50px;color: #666666;padding-left: 7.6%;font-size: 14px; }
.productDiv .row>div .moreBtn i{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;background: #0c53a5; }


.nyTitle.tc{text-align: center;}
.nyTitle span{color: #333333;font-weight: bold;display: block; }
.nyTitle .line{width: 36px;height: 4px;background: #0c53a5;margin-top: 15px; } 
.nyTitle.tc .line{margin: 15px auto 0;}

.aboutDiv1{padding: 75px 0;}
.aboutDiv1 .bdDiv{position: relative;}
.aboutDiv1 .bdDiv .leftDiv{width: 49.42857%;position: relative; }
.aboutDiv1 .bdDiv .leftDiv img{right: 0;bottom: 0;position: absolute; }
.aboutDiv1 .bdDiv .leftDiv .p{color: #333333;line-height: 2;margin-top: 30px; }
.aboutDiv1 .bdDiv .leftDiv a{width: 132px;height: 40px;background:#0c53a5;color: #fff;margin-top: 30px;border-radius: 2px;  }
.aboutDiv1 .bdDiv .leftDiv a:hover{background: #1676bc;color: #fff; }
.aboutDiv1 .bdDiv .rightDiv{width: 44.2857%; }

.aboutDiv2{padding: 100px 0;background: url(../img/about-bg.jpg) no-repeat center center/cover; }
.aboutDiv2 .p{margin-top: 25px;color: #666;line-height: 2;text-align: center; }
.aboutDiv2 .bdDiv{margin-top: 50px;position: relative;}
.aboutDiv2 .bdDiv .row{margin: 0 -30px;}
.aboutDiv2 .bdDiv .row>div{padding: 0 30px;}
.aboutDiv2 .bdDiv .conDiv{height: 100%;text-align: center; }
.aboutDiv2 .bdDiv .imgDiv {position: relative;padding-top: 64.3%;}
.aboutDiv2 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.aboutDiv2 .bdDiv .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover;}
.aboutDiv2 .bdDiv .textDiv span{display: block;margin: 15px 0 10px; }
.aboutDiv2 .bdDiv .textDiv p{color: #666666;line-height: 1.8; }

.aboutDiv3{padding: 85px 0 80px;}
.aboutDiv3 .bdDiv{margin-top: 40px; }
.aboutDiv3 .bdDiv .imgDiv{position: relative;padding-top: 67.469879%;}
.aboutDiv3 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.aboutDiv3 .bdDiv .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover;}
.aboutDiv3 .bdDiv .swiper-slide{padding: 40px 0;transition: all .5s; }
.aboutDiv3 .bdDiv .swiper-slide-active{transform: scale(1.2); }
.aboutDiv3 .bdDiv .swiper-button-prev,.aboutDiv3 .bdDiv .swiper-button-next{width: 36px;height: 64px;margin-top: -21px;}
.aboutDiv3 .bdDiv .swiper-button-prev{background: url(../img/left.png) no-repeat center center;left: -64px;}
.aboutDiv3 .bdDiv .swiper-button-next{background: url(../img/right.png) no-repeat center center;right: -64px;}

.aboutDiv4 {padding: 70px 0; }
.aboutDiv4 .bdDiv .textDiv{width: 44.285%; }
.aboutDiv4 .bdDiv .textDiv ul li{margin-top: 36px; }
.aboutDiv4 .bdDiv .textDiv ul li img{margin-right: 20px; }
.aboutDiv4 .bdDiv .imgDiv{width: 47.2%; }

.aboutDiv5 {padding: 70px 0; }
.aboutDiv5 .bdDiv{flex-direction: row-reverse;}
.aboutDiv5 .bdDiv .textDiv{width: 44.285%; }
.aboutDiv5 .bdDiv .textDiv ul li{margin-top: 36px; }
.aboutDiv5 .bdDiv .textDiv ul li img{margin-right: 20px; }
.aboutDiv5 .bdDiv .textDiv ul li span{color: #0c53a5;}
.aboutDiv5 .bdDiv .textDiv ul li p{color: #666666;margin-top: 8px; }
.aboutDiv5 .bdDiv .imgDiv{width: 47.2%; }

.aboutDiv6{padding: 85px 0 80px;}
.aboutDiv6 .p{margin-top: 25px;color: #666;line-height: 2;text-align: center; }
.aboutDiv6 .bdDiv{margin-top: 55px; }
.aboutDiv6 .bdDiv .swiper-container{padding-bottom: 50px; }
.aboutDiv6 .bdDiv .imgDiv{position: relative;padding-top: 142.2%;}
.aboutDiv6 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border: 1px solid #d6d6d6;padding: 11px;background: #fff; }
.aboutDiv6 .bdDiv .imgDiv .pic img{max-width: 100%;max-height: 100%;}
.aboutDiv6 .bdDiv .swiper-button-prev,.aboutDiv6 .bdDiv .swiper-button-next{width: 36px;height: 64px;margin-top: -21px;}
.aboutDiv6 .bdDiv .swiper-button-prev{background: url(../img/left.png) no-repeat center center;left: -64px;}
.aboutDiv6 .bdDiv .swiper-button-next{background: url(../img/right.png) no-repeat center center;right: -64px;}
.aboutDiv6 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.aboutDiv6 .swiper-pagination-bullet{width: 12px;height: 12px;background: #bcbcbc;border-radius:6px;opacity:1;}
.aboutDiv6 .swiper-pagination-bullet-active{opacity: 1;position: relative;width: 30px;background: #0c53a5; }
.aboutDiv6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}


/*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;
}*/




/*.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}*/


@media (max-width:1220px) {
	/* .wrap{padding: 0 50px;width: 100%;} */
	.f40{font-size: 36px;}
	header .rightDiv .menu>ul>li>a{padding: 0 14px; }
}
@media (max-width:1100px) {
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.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;border-top:1px solid rgba(0,0,0,.2);}
	/*.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;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:#000}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #000;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#000;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#000;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .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 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 60%;}
	header .mbtn {display: block;}
	body.on-menu header{background: rgba(255,255,255,.97);}
	body.on-menu.on-fixed  header{background:  rgba(255,255,255,.97);}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background-color: rgba(255,255,255,.97);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(255,255,255,.97);
	}
	header .rightDiv .menu ul{float: initial;height: 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 .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>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}
	header .rightDiv .menu>ul>li>a span{line-height: 50px;}
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	header .rightDiv .menu>ul>li>a{color: #333;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px; }
	header .rightDiv .otherDiv{height: 50px;justify-content: center;float: initial; }
	header .rightDiv .searchDiv{margin: 0 auto;}
	header .rightDiv .ssDiv .dImg{display: none;}
	header .rightDiv .ssDiv .hImg{display: block;}
	.menu ul ul .ul span{margin-top: 0;}
	/* header .rightDiv .menu>ul>li .aDiv{margin-bottom: 20px;} */
	header .rightDiv .menu>ul>li li{border: 0;}
	header .rightDiv .menu>ul>li li a{line-height: initial;margin-bottom: 20px;height: initial;color: #666;}
	/*.twoMenuDiv.onFixed{top: 50px;}
	.twoMenuDiv ul li a.top_dh_in::after{bottom: 8px;width: 4px;height: 4px;}*/
	
	.menu ul ul:before{display: none!important;}
	.menu ul ul:after{display: none!important;;}
	.menu ul ul a{padding: 0 15px;margin: 0;}
	.menu li:hover>ul{transform: translate(0);}
	header .rightDiv .otherDiv{position: relative;margin-left: 0;display: block;text-align: left;}
	header .rightDiv .otherDiv .telDiv{display: inline-block;line-height: 30px;margin-left: 15px;margin-right: 0;}
	header .rightDiv .ssDiv{justify-content: flex-start;}
	header .rightDiv .ssBtn{display: none;}
	header .rightDiv .searchDiv{opacity: 1;visibility: visible;transform: translate(0px);top: 0;position: relative;right: 0;}
	header .rightDiv .menu ul li .ulDiv{display: block;}
	.menu ul ul{height: initial;}
	.menu ul ul .ul{display: block;padding: 10px 30px 0;}
	.menu ul ul .ul li:nth-child(2){margin-left: 0;}
	/* .menu ul ul .ul span{color: #fff;} */
	.menu ul ul .ul a{/* color: #fff; */margin-top: 0;}
	
	header .logo{left: 15px;}
	header .languageDiv{height: 50px;margin-right: 40px; }
	.headerTop{display: none;}
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;}
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	
	.f40{font-size: 24px;}
	.f30{font-size: 22px;}
	.f24{font-size: 20px;}
	.f22{font-size: 18px;}
	.f20{font-size: 17px;}
	.f18{font-size: 16px;}
	
	.index-banner .img{height:60vw;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
	.index-banner .swiper-pagination-bullet{width: 16px;height: 5px; }
	
	
	.indexTitle{text-align: center;}
	.indexTitle small{font-size: 13px;}
	

	.indexDiv1{padding: 45px 0 50px; }
	.indexDiv1 .bdDiv{margin-top: 30px; }
	.indexDiv1 .bdDiv .textDiv{padding: 20px; }
	.indexDiv1 .bdDiv .textDiv .p{margin: 15px 0;font-size: 14px; }
	.indexDiv1 .bdDiv .moreBtn{height: 45px;font-size: 13px;padding-left: 20px; }
	.indexDiv1 .bdDiv .moreBtn i{width: 45px;height: 45px; }
	.indexDiv1 .bdDiv .swiper-container{padding-bottom: 30px; }
	
	.indexDiv2 .hdDiv{padding: 40px 0 30px;}
	.indexDiv2 ul{flex-wrap: wrap;  }
	.indexDiv2 ul li{width: 50%;}
	.indexDiv2 ul li a{height: 60vw;}
	.indexDiv2 ul li .textDiv{padding: 20px;}
	.indexDiv2 ul li .textDiv .title{font-size: 18px;}
	.indexDiv2 ul li .textDiv .p{font-size: 14px;line-height: 1.6;margin: 10px 0; }
	.indexDiv2 ul li .textDiv .moreBtn{width: 90px;line-height: 25px;font-size: 12px;}
	
	.indexDiv3{padding: 40px 0;}
	.indexDiv3 .bdDiv{display: block;}
	.indexDiv3 .bdDiv .leftDiv{width: 100%;}
	.indexDiv3 .bdDiv .leftDiv span{margin-left: 0;}
	.indexDiv3 .bdDiv .rightDiv{width: 100%;margin-top: 30px;}
	
	.indexDiv4{padding: 40px 0 10px;}
	.indexDiv4 .row>div{margin-bottom: 30px; }
	.indexDiv4 .row>div .conDiv img{width: 60px; }
	.indexDiv4 .row>div .conDiv span{margin: 20px 0 5px;font-size: 18px; }
	.indexDiv4 .row>div .conDiv p{font-size: 14px;}
	
	.indexDiv5{padding: 50px 0;}
	.indexDiv5 .leftDiv{width: 100%;}
	.indexDiv5 .rightDiv{width: 100%;margin-top: 30px;}
	.indexDiv5 .bdDiv{display: block; }
	.indexDiv5 .leftDiv .ndDiv{display: block;padding: 15px; }
	.indexDiv5 .leftDiv .nlDiv{width: 100%;}
	.indexDiv5 .leftDiv .nlDiv .titleDiv{padding: 10px 15px;}
	.indexDiv5 .leftDiv .nrDiv{width: 100%;margin-top: 20px;}
	.indexDiv5 .leftDiv .nrDiv ul li a{padding: 0 0 16px; }
	
	.footerDiv .hdDiv{padding: 20px 0 10px;width: 100%;display: block;}
	.footerDiv .hdDiv .listDiv{width: 100%;margin-bottom: 20px;max-width: 100%;}
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 10px;}
	.footerDiv .hdDiv .listDiv:nth-child(1){width: 100%;}
	.footerDiv .hdDiv .listDiv .lxDiv{display: block;}
	.footerDiv .hdDiv .listDiv .lxDiv .p{width: 100%;}
	.footerDiv .hdDiv .listDiv .ewmDiv{margin: 20px auto 0;}
	.footerDiv .hdDiv .listDiv .shareDiv{justify-content: center;}
	.footerDiv .bdDiv{display: block;text-align: center;padding: 20px 0; }
	
	.nyBanner .wrap{height: 50vw;}
	.nyBanner .textDiv span{font-size: 20px;}
	.breadcrumbDiv{font-size: 14px;}
	.twoMenuDiv1 a{line-height: 50px;font-size: 14px;padding: 0 15px;  }
	
	.solutionDiv .row{margin: 0 -5px 30px;}
	.solutionDiv .row>div{margin-bottom: 20px;padding: 0 5px; }
	.solutionDiv .row>div .titleDiv{margin-top: 10px;}
	.solutionDiv .row>div .imgDiv .ewmDiv p{font-size: 15px;}
	
	.newsDiv{padding: 50px 0;}
	.newsDiv ul li a{padding: 10px;display: block;}
	.newsDiv ul li .imgDiv{width: 100%;height: 206px;}
	.newsDiv ul li .textDiv{width: 100%;margin-top: 20px;}
	.newsDiv ul li .textDiv .p{margin: 10px 0 20px;}
	
	.pageDiv a, .pageDiv span{line-height: 28px;width: 30px;margin: 0 2px; }
	
	.serviceDiv ul li a{flex-wrap: wrap; }
	.serviceDiv ul li .titleDiv{width: 100%;margin-bottom: 10px;}
	.serviceDiv ul li .titleDiv p{font-size: 16px;}
	.serviceDiv ul li .imgDiv{height: 60px;width: 30%;}
	.serviceDiv ul li .btnDiv{line-height: 30px;width: 80px; }
	.serviceDiv ul li .btnDiv img{display: none; }
	
	.contactDiv1{padding: 40px 0;}
	.contactDiv1 .hdDiv{display: block;margin: 25px 0 50px; }
	.contactDiv1 .hdDiv .leftDiv{width: 100%;padding: 30px;}
	.contactDiv1 .hdDiv .leftDiv .p{margin-bottom: 20px;}
	.contactDiv1 .hdDiv .leftDiv .ewmDiv{text-align: center;}
	.contactDiv1 .hdDiv .rightDiv{width: 100%;margin-top: 20px;}
	.contactDiv1 .bdDiv{margin: 0 0 20px;font-size: 14px;}
	
	.commonDiv{padding: 40px 0 80px; }
	.mLeftDiv{width: 100%;margin-top: 0; }
	.mLeftDiv .hd{height: 52px;padding: 0 15px; }
	.mLeftDiv .hd img{margin-right: 10px;width: 20px;}
	.mLeftDiv .hdDiv{margin-bottom: 15px; }
	/* .mLeftDiv .bdDiv{display: none; } */
	.mLeftDiv .bdDiv .bd{padding: 0 10px;}
	.mLeftDiv .bdDiv .bd p{margin: 10px 0; }
	.mRightDiv{width: 100%;margin-top: 30px; }
	
	
	.detailDiv{padding: 40px 0;}
	.detailDiv .articleDiv .hd .title{font-size: 20px;}
	.detailDiv .articleDiv .hd .smTit{margin-top: 20px;padding-top: 10px;}
	

	
	.aboutDiv1{padding: 40px 0;}
	.aboutDiv1 .bdDiv{display: block;}
	.aboutDiv1 .bdDiv .leftDiv{width: 100%;}
	.aboutDiv1 .bdDiv .rightDiv{width: 100%;margin-top: 30px; }
	
	
	.aboutDiv2{padding: 50px 0;}
	.aboutDiv2 .bdDiv{margin-top: 20px;}
	.aboutDiv2 .bdDiv .row{margin: 0 -10px;}
	.aboutDiv2 .bdDiv .row>div{padding: 0 10px;margin-top: 20px;}
	.aboutDiv2 .bdDiv .conDiv img{width: 60px;}
	.aboutDiv2 .bdDiv .textDiv p{font-size: 14px;line-height: 1.4;}
	
	
	.aboutDiv2 .swiper-pagination-bullet{margin: 0 5px;width: 10px;height: 10px;}
	.aboutDiv2 .bdDiv .swiper-button-prev, .aboutDiv2 .bdDiv .swiper-button-next{width: 24px;height: 24px;}
	
	.aboutDiv3{padding: 40px 0;}
	.aboutDiv3 .bdDiv{margin-top: 20px;}
	
	.aboutDiv4{padding: 40px 0; }
	.aboutDiv4 .bdDiv{display: block; }
	.aboutDiv4 .bdDiv .textDiv{width: 100%;}
	.aboutDiv4 .bdDiv .imgDiv{width: 100%;margin-top: 30px;}
	.aboutDiv4 .bdDiv .textDiv ul li{margin-top: 20px;font-size: 18px;}
	.aboutDiv4 .bdDiv .textDiv ul li img{width: 60px;margin-right: 10px; }
	
	.aboutDiv5{padding: 40px 0; }
	.aboutDiv5 .bdDiv{display: block; }
	.aboutDiv5 .bdDiv .textDiv{width: 100%;}
	.aboutDiv5 .bdDiv .imgDiv{width: 100%;margin-top: 30px;}
	.aboutDiv5 .bdDiv .textDiv ul li{margin-top: 20px;font-size: 15px;}
	.aboutDiv5 .bdDiv .textDiv ul li img{margin-right: 10px; }
	
	.aboutDiv6{padding: 40px 0; }
	.aboutDiv6 .bdDiv{margin-top: 30px;}
	.aboutDiv6 .swiper-pagination-bullet{width: 8px;height: 8px;}
	.aboutDiv6 .swiper-pagination-bullet-active{width: 20px;}
	
	@media (max-width:320px) {
	}
	
}
