﻿@font-face{ font-family: fontI; src: url('../fonts/ITCAVANTGARDECEGOTHICDEMI.TTF');}
html,body{padding: 0;margin: 0;font-family:fontR,"微软雅黑";font-size: 16px;color: #333333;/* min-width: 1240px; */ overflow-x: hidden; } 
.wrap{margin: 0 auto;max-width: 1200px;}
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;}

/**导航菜单**/
header{position: absolute;top: 0;left: 0;width: 100%;z-index: 9999;color: #666;height: 82px;border-bottom: 1px solid rgba(255,255,255,.2);transition: all .5s;background: rgba(50,89,168,.75);}
header .header-container{max-width: 1680px;margin: 0 auto;}
header .logo a{height: 82px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
header .logo img:nth-child(2){margin-left: 10px;margin-top: 6px;}
header .rightDiv{text-align: center;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin: 0 40px 0 0;}
header .rightDiv .menu>ul>li>a{height: 82px;text-align: left;color: #fff;position: relative;font-size: 16px;display: flex;justify-content: center;align-items: center;text-transform:capitalize;}
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;}
header .rightDiv .menu>ul>li>a::after{content: "";width: 32px;position: absolute;left: 50%;margin-left: -16px;background: #fff;height: 2px;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 .rightDiv .otherDiv{height: 82px;}
header .rightDiv .otherDiv .langauge_a{color: rgba(255,255,255,.4);font-size: 14px; }
header .rightDiv .ssDiv{margin: 0 20px;position: relative;}
header .rightDiv .ssDiv .ssBtn{height: 82px;}
header .rightDiv .searchDiv{position:absolute;text-align: left;background: #f6f6f6; height:40px;border-radius: 20px; width: 218px; top:100%;left: 50%; transform: translateX(-50%);: 0;visibility: hidden;transition: transform .4s;}
header .rightDiv .searchDiv form{width: 100%;width: 100%; position: relative;margin: 0 0 0 auto; }
header .rightDiv .searchDiv form input{width: 100%;padding: 0 60px 0 10px;line-height: 46px;border: 0;font-size: 14px;}
header .rightDiv .searchDiv form button{width: 52px;height: 100%;position: absolute;right: 0;top: 0;border: 0;cursor: pointer;background: transparent;padding: 0;}
header .rightDiv .ssDiv:hover .ssBtn{color: #0052bd;}
header .rightDiv .ssDiv:hover .ssBtn .dImg{display: none;}
header .rightDiv .ssDiv:hover .ssBtn .hImg{display: block;}
header .rightDiv .ssDiv:hover>.searchDiv{opacity: 1;visibility: visible;/* transform: translate(0,-50%); */}
header .rightDiv .telDiv{color: #fff;font-size: 22px;font-family: fontI;}
header .rightDiv .telDiv img{margin-right: 9px;}


header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(/img2/menu.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(/img2/menu-hide.png) no-repeat center center;background-size: 22px auto;}
/* 
.on-fixed header{background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,.08);}
.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(/img2/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(/img2/menu1.png) no-repeat center center;background-size: 22px auto;} 

.casesHeader header{background: #fff;border-bottom: 1px solid #E2E2E2;}
.casesHeader header .logo .dImg{display: none;}
.casesHeader header .logo .hImg{display: block;}
.casesHeader header .rightDiv .menu>ul>li>a{color: #333;}
.casesHeader header .rightDiv .menu>ul>li>a::after{background: #000;}
.casesHeader header .rightDiv .ssBtn .dImg{display: none;}
.casesHeader header .rightDiv .ssBtn .hImg{display: block;}
.casesHeader header .rightDiv .detaultDiv .dImg{display: none;}
.casesHeader header .rightDiv .detaultDiv .hImg{display: block;}
.casesHeader header .rightDiv .languageDiv .detaultDiv span{color: #333;}
.casesHeader header .mbtn{background: url(/img2/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(/img2/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: #f6f6f6;text-align: left; width: max-content;top: 100%;left:0;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 .ul li:nth-child(2){margin-left: 100px;}
/*.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 span{display: block;margin-bottom: 15px;color: #333333;}
.menu ul ul .ul a{font-size: 14px;color: #999999;margin-top: 7px;}
.menu ul ul .ul a:hover{color: #0763a9;}
/*.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: #09193a;}
.footerDiv .hdDiv{padding:80px 0 90px;border-bottom: 1px solid rgba(255,255,255,.3);}
.footerDiv .hdDiv .leftDiv{width: 15.9%;}
.footerDiv .hdDiv .rightDiv{width: 84.1%;}
.footerDiv .hdDiv .flexbet{align-items: flex-start;color: #fff;}
.footerDiv .hdDiv .listDiv{margin-right: 30px;}
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0;}
.footerDiv .hdDiv .listDiv>span{display: block;/*padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.16); */margin-bottom: 30px;font-size: 18px;font-weight: bold;}
.footerDiv .hdDiv .aDiv a{color: rgba(255,255,255,.7);display: block;margin-top: 10px;font-size: 14px;}
.footerDiv .hdDiv .aDiv a:hover{color: rgba(255,255,255,1);}
.footerDiv .hdDiv .listDiv .lxDiv{color: rgba(255,255,255,1);font-size: 14px;}
.footerDiv .hdDiv .listDiv .lxDiv .p{width: calc(100% - 140px);}
.footerDiv .hdDiv .listDiv .p p{margin: 0 0 10px;font-size: 14px;}
.footerDiv .hdDiv .listDiv .p p img{margin-right: 10px;}
.footerDiv .hdDiv .listDiv .lxDiv .telDiv a{font-size: 30px;color: #1b52a5;font-family: impact;}
.footerDiv .hdDiv .listDiv .ewmDiv {width: 132px;text-align: center;margin-top: 20px;}
.footerDiv .hdDiv .listDiv .ewmDiv img{width: 100%;}
.footerDiv .hdDiv .listDiv .ewmDiv span{text-align: center;font-size: 14px;display: block;margin-top: 15px;}
.footerDiv .bdDiv{padding: 15px 0;font-size: 14px;text-align: center;}
.footerDiv .bdDiv p{color: rgba(255,255,255,1);} 
.footerDiv .bdDiv a{color: rgba(255,255,255,.6);}
.footerDiv .bdDiv a:hover{opacity: .8;}
.footerDiv .bdDiv .linkDiv{position: relative;}
.footerDiv .bdDiv .linkDiv .defaultDiv{padding: 0 20px;border: 1px solid rgba(255,255,255,.5);line-height: 30px;color: #fff;font-size: 12px;border-radius: 2px;}
.footerDiv .bdDiv .linkDiv .defaultDiv span{color: #fff;margin-right: 5px;}
.footerDiv .bdDiv .linkDiv .downloadDiv{position: absolute;width: 100%;border: 1px solid #fff;bottom: 100%;left: 0;background: #191e28;display: none;}
.footerDiv .bdDiv .linkDiv .downloadDiv a{display: block;line-height: 30px;}
.footerDiv .bdDiv .linkDiv .downloadDiv a:hover{color: #fff;}
.footerDiv .bdDiv .linkDiv:hover .downloadDiv{display: block;}

.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;}


/*::-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: 0; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden; text-align:center;}
.index-banner .img{width: 100%;display: block;height: 50vw;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: 20px;}
.index-banner .swiper-pagination-bullet{width: 30px;height: 5px;background: #fff;border-radius:0;opacity:.5;transition: width .8s;}
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}
.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;}


.indexTitle{position: relative;text-align: center;}
.indexTitle span{position: relative;font-size: 36px;color: #3259a8;display: block; }
.indexTitle p{color: #333333;text-transform: uppercase;font-size: 14px;display: block;margin-top: 5px; }

.indexTitle.cfff span{color: #fff; }
.indexTitle.cfff p{color: #fff; }

.section1{height:46px;position: relative;}
.section1:before{content: "";width: calc((100% - 1200px) / 2);height: 1px;left: 0;bottom: 0;background: rgba(50,89,168,.1);position: absolute; }
.section1 .leftDiv{width: 888px;border-bottom: 1px solid rgba(50,89,168,.1);height: 45px;font-size: 14px; }
.section1 .leftDiv a{color: #888888;margin-left: 30px; }
.section1 .leftDiv a:hover{color: #3259a8; }
.section1 .rightDiv{width: 293px;}
.section1 .rightDiv input{width: 239px;padding: 0 10px;background: rgba(50,89,168,.1);line-height: 46px;border: 0;font-size: 14px; }
.section1 .rightDiv button{background: transparent;border: 0;padding: 0;width: 52px; }

.section2{padding: 50px 0 30px;}
.section2 .bdDiv{margin-top: 28px;position: relative; }
.section2 .swiper-button-prev,.section2 .swiper-button-next{width: 17px;height: 29px;}
.section2 .swiper-button-prev{background: url(/img2/left.png) no-repeat center center;left: -40px;}
.section2 .swiper-button-next{background: url(/img2/right.png) no-repeat center center;right: -40px;}
.section2 .swiper-button-prev:hover{background: url(/img2/left_.png) no-repeat center center;}
.section2 .swiper-button-next:hover{background: url(/img2/right_.png) no-repeat center center;}
.section2 a{display: block;text-align: center; }
.section2 a .imgDiv{overflow: hidden; }
.section2 a .titleDiv{font-size: 14px;color: #333;margin-top: 20px; }

.section3{background: #eff0f1; position: relative;padding: 70px 0 80px; }
.section3:before{content: "";width: 100%;height: 556px;background: url(/img2/bg1.jpg) no-repeat center center/cover;position: absolute;left: 0;top: 0; }
.section3 .bdDiv{margin-top: 60px;position: relative; }
.section3 .bdDiv:before{content: "";width: 100%;position: absolute;left: 0;top: 0;height: 100%;background: #fff; }
.section3 .bdCon{background: #fff;align-items: initial; }
.section3 .bdCon .leftDiv{width: 50%;}
.section3 .bdCon .leftDiv a{display: block;position: relative; }
.section3 .bdCon .leftDiv .textDiv{position: absolute;left: 0;top: 0;width: calc(100% - 20px);}
.section3 .bdCon .leftDiv .textDiv .titleDiv{padding: 37px 0 20px;border-bottom: 1px solid rgba(0,0,0,.1);font-size: 20px;color: #333; }
.section3 .bdCon .leftDiv .textDiv .p{padding: 13px 0;border-bottom: 1px solid rgba(0,0,0,.1); }
.section3 .bdCon .leftDiv .textDiv .p span{color: #666666;}
.section3 .bdCon .leftDiv .textDiv .p p{color: #666;font-size: 14px;margin-top: 5px; }
.section3 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;text-align: left; }
.section3 .swiper-pagination-bullet{width: 10px;height: 10px;background: #000;border-radius:0;opacity:.2; }
.section3 .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #264e9a; }
.section3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin-right: 15px;}
.section3 .bdCon .rightDiv{width: 50%;}
.section3 .bdCon .rightDiv .itemDiv{height: 50%; }
.section3 .bdCon .rightDiv .itemDiv a{display: block;position: relative;height: 100%; border: 3px solid #fff;overflow: hidden; }
.section3 .bdCon .rightDiv .itemDiv .imgDiv{position: absolute;right: 50px;bottom: 30px; }
.section3 .bdCon .rightDiv .itemDiv .textDiv{padding: 40px;position: relative;z-index: 1; }
.section3 .bdCon .rightDiv .itemDiv .textDiv .titleDiv{color: #333;margin-bottom: 35px; }
.section3 .bdCon .rightDiv .itemDiv .textDiv .titleDiv span{font-size: 24px;display: block;margin-bottom: 5px; }
.section3 .bdCon .rightDiv .itemDiv .textDiv .p{max-width: 150px;color: #666666; }
.section3 .bdCon .rightDiv .itemDiv .textDiv .p span{font-size: 14px; }
.section3 .bdCon .rightDiv .itemDiv .textDiv .p p{margin-top: 10px;font-size: 12px; }
.section3 .bdCon .rightDiv .itemDiv:nth-child(2) a{background: url(/img2/bg2.jpg) no-repeat center center/cover;}
.section3 .bdCon .rightDiv .itemDiv a .moreDiv{position: absolute;left: 0;bottom: 0; }
.section3 .bdCon .rightDiv .itemDiv a:hover{border: 3px solid #3259a8; }
.section3 .bdCon .rightDiv .itemDiv a:hover .moreDiv{background: #3259a8;color: #fff;}
.section3 .bdCon .rightDiv .itemDiv a:hover .textDiv .titleDiv{color: #264e9a; }
.moreDiv{width: 150px;line-height: 60px;font-size: 12px;color: #333;text-align: center;position: relative; }
.moreDiv img{position: absolute;right: 10px;top: 10px; }
.moreDiv:hover{background: #3259a8;color: #fff;}
.section3 .hdDiv{margin: 30px 0 20px;border-top: 1px solid rgba(0,0,0,.1);border-bottom: 1px solid rgba(0,0,0,.1); }
.section3 .hdDiv ul li{flex: 1 1 auto;text-align: center; }
.section3 .hdDiv ul li a{line-height: 60px;display: block;color: #333;position: relative; }
.section3 .hdDiv ul li a img{position: absolute;right: 10px;bottom: 10px;}
.section3 .hdDiv ul li.on a{background: #3259a8;color: #fff; }
.section3 .fdDiv .row{margin: 0 -5.5px; }
.section3 .fdDiv .row>div{padding: 0 5.5px;margin-bottom: 11px; }
.section3 .fdDiv .row>div a{display: block;background: #fff;text-align: center;border: 2px solid #fff; }
.section3 .fdDiv .row>div .imgDiv{height: 209px;overflow: hidden; }
.section3 .fdDiv .row>div .imgDiv img{max-width: 90%;max-height: 90%; }
.section3 .fdDiv .row>div .textDiv{height: 60px; }
.section3 .fdDiv .row>div .textDiv .moreDiv{display: none; }
.section3 .fdDiv .row>div .textDiv .titleDiv{width: 232px;color: #333;margin: 0 auto; }
.section3 .fdDiv .row>div a:hover .textDiv .moreDiv{display: block;background: #3259a8;color: #fff; }
.section3 .fdDiv .row>div a:hover{border: 2px solid #3259a8;}

.section4 .hdDiv{padding: 60px 0 30px;}
.section4 .bdDiv .itemDiv{padding: 100px 0;position: relative;}
.section4 .bdDiv .itemDiv .numImg{position: absolute;bottom: -25px; }
.section4 .bdDiv .itemDiv:nth-of-type(odd) .numImg{right: calc((100% - 1200px) / 2);}
.section4 .bdDiv .itemDiv:nth-of-type(even) .numImg{left: calc((100% - 1200px) / 2);}
.section4 .bdDiv .itemDiv .leftDiv{width: 53%;position: relative;}
.section4 .bdDiv .itemDiv:nth-of-type(odd) .leftDiv{padding-left: calc((100% - 1200px) / 2); }
.section4 .bdDiv .itemDiv:nth-of-type(even) .leftDiv{padding-right: calc((100% - 1200px) / 2);text-align: right; }
.section4 .bdDiv .itemDiv .leftDiv .p{margin: 30px 0 70px;font-size: 14px;line-height: 2; }
.section4 .bdDiv .itemDiv .leftDiv .p em{color: #3259a8; }
.section4 .bdDiv .itemDiv:nth-child(1) .leftDiv .imgDiv{position: absolute;right: 30px;bottom: 0; }
.section4 .bdDiv .itemDiv:nth-child(1) .leftDiv .lxDiv{width: 368px;}
.section4 .bdDiv .itemDiv:nth-child(1) .leftDiv .lxDiv .fwDiv{width: 230px;}
.section4 .bdDiv .itemDiv:nth-child(1) .leftDiv .lxDiv .fwDiv .tel{font-size: 30px;color: #3259a8;font-family: fontI; }
.section4 .bdDiv .itemDiv:nth-child(1) .leftDiv .lxDiv .zxBtn{width: 136px;line-height: 50px;color: #fff;background: #3259a8;text-align: center;font-size: 14px; }
.section4 .bdDiv .itemDiv .rightDiv{width: 45%; }
.section4 .bdDiv .itemDiv .ittDiv{font-size: 24px;color: #3259a8;font-family: fontI; }
.section4 .bdDiv .itemDiv:last-child{background: #eaeef6;padding: 54px 0; }
.section4 .bdDiv .itemDiv:last-child .ittDiv{text-align: center; }
.section4 .bdDiv .itemDiv .row{margin: 30px -10px 0; }
.section4 .bdDiv .itemDiv .row>div{padding: 0 10px; }
.section4 .bdDiv .itemDiv .row>div .conDiv{height: 100%;border-bottom: 1px solid rgba(50,89,168,.2); }
.section4 .bdDiv .itemDiv .row>div .conDiv .textDiv .titleDiv{padding: 20px 20px 12px;border-bottom: 2px solid rgba(50,89,168,.2); }
.section4 .bdDiv .itemDiv .row>div .conDiv .textDiv .titleDiv img{margin-right: 15px; }
.section4 .bdDiv .itemDiv .row>div .conDiv .textDiv .p{font-size: 14px;padding:15px 20px;line-height: 1.8; }

.section5{padding: 90px 0;position: relative; }
.section5 .text{font-size: 26px;color: #fff;margin-bottom: 20px; }
.section5 .text em{color: #f76b00;font-size: 45px;font-family: fontI;line-height: 1; }
.section5 .p{width: 553px;height: 50px; }
.section5 .p1{width: 223px;text-align: center;font-size: 18px;color: #000; }
.section5 .p2{width: 330px;text-align: center;font-size: 18px;color: #3e434d; }
.section5 .p2 em{font-family: fontI;font-size: 24px; }
.section5 .zxBtn{width: 136px;line-height: 50px;color: #fff;background: #3259a8;text-align: center;font-size: 16px; }

.section6{padding: 60px 0;}
.section6 .hdDiv .lunboDiv{margin: 24px 0 100px;position: relative;}
.section6 .hdDiv .lunboDiv .imgDiv{border: 1px solid #ededed;height: 120px;background: #fff;display: flex;justify-content: center;align-items: center; }
.section6 .swiper-button-prev,.section6 .swiper-button-next{width: 17px;height: 29px;}
.section6 .swiper-button-prev{background: url(/img2/left.png) no-repeat center center;left: -40px;}
.section6 .swiper-button-next{background: url(/img2/right.png) no-repeat center center;right: -40px;}
.section6 .swiper-button-prev:hover{background: url(/img2/left_.png) no-repeat center center;}
.section6 .swiper-button-next:hover{background: url(/img2/right_.png) no-repeat center center;}
.section6 .bdDiv{align-items: flex-start;}
.section6 .bdDiv .leftDiv{width: 81.5%;margin-left: -150px;}
.section6 .bdDiv .rightDiv{width: 29.2%;}
.section6 .bdDiv .rightDiv .titleDiv{font-size: 24px;color: #3259a8;}
.section6 .bdDiv .rightDiv .p1{border-top: 1px solid #d3d3d3;padding:20px 0;margin-top: 15px;font-size: 22px;}
.section6 .bdDiv .rightDiv .p1 p{margin-bottom: 10px; }
.section6 .bdDiv .rightDiv .p2{border-top: 1px solid #d3d3d3;padding:20px 0;margin-top: 15px;}
.section6 .bdDiv .rightDiv .p2 span{font-size: 18px;}
.section6 .bdDiv .rightDiv .p2 p{font-size: 14px;color: #666666;margin-top: 10px;}
.section6 .bdDiv .rightDiv .p2 p em{font-size: 24px;color: #f76b00;font-family: fontI;}

.section7 .hdDiv{padding: 50px 0 0;}
.section7 .hdDiv .hdbDiv{margin-top: 25px;}
.section7 .hdDiv .hdbDiv .textDiv{align-items: flex-end;margin-top: -132px;}
.section7 .hdDiv .hdbDiv .textDiv .tlDiv{background: #fff;width: 829px;padding: 35px 35px 66px 78px;position: relative;overflow: hidden;}
.section7 .hdDiv .hdbDiv .textDiv .tlDiv .aboutImg{position: absolute;right: -55px;top: -62px;}
.section7 .hdDiv .hdbDiv .textDiv .tlDiv .title{font-size: 18px;color: #3259a8;}
.section7 .hdDiv .hdbDiv .textDiv .tlDiv .title img{margin-right: 10px;}
.section7 .hdDiv .hdbDiv .textDiv .tlDiv .p{font-size: 14px;margin-top: 25px;line-height: 1.8;color: rgba(0,0,0,.6);text-indent: 3em;}
.section7 .hdDiv .hdbDiv .textDiv .trDiv{background: #fff;width: 371px;}
.section7 .hdDiv .hdbDiv .textDiv .trDiv .row{margin: 0;}
.section7 .hdDiv .hdbDiv .textDiv .trDiv .row>div{padding: 0;border-left: 1px solid #f0f4f7;border-top: 1px solid #f0f4f7;}
.section7 .hdDiv .hdbDiv .textDiv .trDiv .row>div a{height: 72px;color: #333;}
.section7 .hdDiv .hdbDiv .textDiv .trDiv .row>div a img{margin-right: 10px;}
.section7 .hdDiv .hdbDiv .textDiv .trDiv .row>div a .hImg{display: none;}
.section7 .hdDiv .hdbDiv .textDiv .trDiv .row>div a:hover .dImg{display: none;}
.section7 .hdDiv .hdbDiv .textDiv .trDiv .row>div a:hover .hImg{display: block;}
.section7 .hdDiv .hdbDiv .textDiv .trDiv .row>div a:hover{background: #3259a8;color: #fff; }
.section7 .dataDiv{text-align: center;border-bottom: 2px solid #f0f4f7;}
.section7 .dataDiv ul li{flex: 1 1 auto;padding: 50px 0;font-size: 18px;}
.section7 .dataDiv ul li .numDiv span{font-size: 72px;font-family: fontI;line-height: 1.2;}
.section7 .dataDiv ul li .numDiv sub{font-size: 18px;font-family: fontI;}
.section7 .lunboDiv{position: relative;}
.section7 .lunboDiv .conDiv{text-align: center;}
.section7 .lunboDiv .conDiv .title{font-size: 14px;margin-top: 15px;}
.section7 .swiper-button-prev,.section7 .swiper-button-next{width: 17px;height: 29px;}
.section7 .swiper-button-prev{background: url(/img2/left.png) no-repeat center center;left: -40px;}
.section7 .swiper-button-next{background: url(/img2/right.png) no-repeat center center;right: -40px;}
.section7 .swiper-button-prev:hover{background: url(/img2/left_.png) no-repeat center center;}
.section7 .swiper-button-next:hover{background: url(/img2/right_.png) no-repeat center center;}

.section8{padding: 50px 0 70px;}
.section8 .hdDiv{margin: 20px 0;}
.section8 .hdDiv a{color: #333;font-size: 20px;margin: 0 20px; }
.section8 .hdDiv a.on{color: #3259a8;}
.section8 .bdDiv .rowDiv{align-items: flex-start;}
.section8 .bdDiv .leftDiv{width: 60.25%;}
.section8 .bdDiv .leftDiv .row{margin: 0 -7.5px;}
.section8 .bdDiv .leftDiv .row>div{padding: 0 7.5px;}
.section8 .bdDiv .leftDiv .row>div .conDiv>a{display: block;}
.section8 .bdDiv .leftDiv .row>div .conDiv>a .imgDiv{position: relative;}
.section8 .bdDiv .leftDiv .row>div .conDiv>a .imgDiv .date{position: absolute;left: 0;bottom: 0;background: rgba(255,255,255,.9);width: 100px;height: 40px;color: rgba(0,0,0,.5);font-size: 18px;}
.section8 .bdDiv .leftDiv .row>div .conDiv>a .imgDiv .date img{margin-right: 10px;}
.section8 .bdDiv .leftDiv .row>div .conDiv>a .textDiv{padding: 15px 0 15px 20px;}
.section8 .bdDiv .leftDiv .row>div .conDiv>a .textDiv span{font-size: 18px;color: #000000;}
.section8 .bdDiv .leftDiv .row>div .conDiv>a .textDiv p{font-size: 14px;color: #333333;margin: 5px 0;}
.section8 .bdDiv .leftDiv .row>div .conDiv>a .textDiv small{font-size: 14px;display: block;text-align: right;color: #3259a8;}
.section8 .bdDiv .leftDiv .row>div .conDiv>a:hover .textDiv span{color: #3259a8;}
.section8 .bdDiv .leftDiv .row>div ul{border-top: 1px solid rgba(0,0,0,.1);padding-top: 10px;}
.section8 .bdDiv .leftDiv .row>div ul li a{color: rgba(0,0,0,.5);font-size: 14px;padding-left: 20px;margin-top: 10px;}
.section8 .bdDiv .leftDiv .row>div ul li a span{margin-left: 15px;}
.section8 .bdDiv .leftDiv .row>div ul li a:hover{color: #3259a8;}
.section8 .bdDiv .rightDiv{width: 37.83%;}
.section8 .bdDiv .rightDiv ul li a{padding: 20px 0;border-top: 1px solid rgba(0,0,0,.1);}
.section8 .bdDiv .rightDiv ul li:last-child a{border-bottom: 1px solid rgba(0,0,0,.1);}
.section8 .bdDiv .rightDiv ul li .dateDiv{width: 93px;font-size: 16px;color: rgba(0,0,0,.5);text-align: right;}
.section8 .bdDiv .rightDiv ul li .dateDiv span{display: block;font-size: 30px;color: #000;}
.section8 .bdDiv .rightDiv ul li .textDiv{width: 322px;}
.section8 .bdDiv .rightDiv ul li .textDiv span{font-size: 18px;color: #333;}
.section8 .bdDiv .rightDiv ul li .textDiv p{font-size: 14px;color: rgba(0,0,0,.6);margin-top: 5px;}
.section8 .bdDiv .rightDiv ul li a:hover .textDiv span{color: #3259a8;}

.footer{background: url(/img2/f-bg.jpg) no-repeat center center/cover;color: #fff;}
.footer .hdDiv{padding: 50px 0 20px; }
.footer .hdDiv .leftDiv{width: 62.75%;}
.footer .hdDiv .leftDiv .lhDiv{align-items: flex-start;padding-bottom: 30px;border-bottom: 1px solid rgba(255,255,255,.1);margin-bottom: 15px;}
.footer .hdDiv .aDiv{margin-top: 20px;}
.footer .hdDiv .aDiv a{display: block;color: #fff;opacity: .6;font-size: 14px;margin-top: 10px;}
.footer .hdDiv .aDiv a:hover{opacity: 1;}
.footer .hdDiv .lbDiv>img{width: 60.9%;}
.footer .hdDiv .ewmDiv{text-align: center;width: 14.5%;}
.footer .hdDiv .ewmDiv p{font-size: 14px;margin-top: 10px;opacity: .6;}
.footer .bdDiv{background: #11151c;padding: 30px 0;font-size: 14px;color: rgba(255,255,255,.5);}
.footer .bdDiv a{color: rgba(255,255,255,.5);}
.footer .bdDiv a:hover{color: #fff;}
.footer .hdDiv .rightDiv{width: 30%;}
.footer .hdDiv .rightDiv .tel{font-size: 30px;}
.footer .hdDiv .rightDiv .tel img{margin-right: 10px;}
.footer .hdDiv .rightDiv .p{padding-left: 33px;font-size: 14px;color: rgba(255,255,255,.8);}
.footer .hdDiv .rightDiv .p p{margin-top: 10px;}
.footer .bdCon{position: relative;}
.backTop{position: absolute;right: 0;bottom: 0;z-index: 11;text-align: center;display: block;}
.backTop p{margin-top: 10px;font-size: 14px;color: #fff;}

.ny-banner{min-height: 400px;margin-top:82px;}
.twoMenuDiv{margin-top: -34px; }
.twoMenuDiv ul{background: #fff;box-shadow: 0px 0px 43px rgba(0,0,0,.1); }
.twoMenuDiv ul li{flex: 1 1 auto;border-right: 1px solid #eee; }
.twoMenuDiv ul li a{display: flex;justify-content: center;align-items: center;height: 68px;color: #333333; }
.twoMenuDiv ul li a.top_dh_in{border-bottom: 2px solid #3259a8; }

.aboutDiv1 .hdDiv{padding: 40px 0 0;}
.aboutDiv1 .hdDiv .hdbDiv .textDiv .tlDiv{box-shadow: 0px 0px 40px rgba(0,0,0,.1);width: 88.8333%; }
.aboutDiv1 .dataDiv{border-bottom: 0;}
.aboutDiv1 .dataDiv ul li{margin: 40px 0 0;border-right: 2px solid rgba(0,0,0,.1);position: relative;padding: 0; }
.aboutDiv1 .dataDiv ul li:last-child{border: 0;}

.aboutDiv2{padding: 45px 0 0; }
.aboutDiv2 .bdDiv{margin-top: 20px; }
.aboutDiv2 .bdDiv .rowDiv .imgDiv:nth-child(1){width: 50%;}
.aboutDiv2 .bdDiv .rowDiv .imgDiv:nth-child(2),.aboutDiv2 .bdDiv .rowDiv .imgDiv:nth-child(3){width: 24.9%;}
.aboutDiv2 .bdDiv .textDiv{padding: 20px 50px 40px;background: url(/img2/a-bg1.jpg) no-repeat center center/cover; }
.aboutDiv2 .bdDiv .textDiv .title{font-size: 18px;color: #3259a8;}
.aboutDiv2 .bdDiv .textDiv .title img{margin-right: 15px;}
.aboutDiv2 .bdDiv .textDiv .p{font-size: 14px;margin-top: 10px;line-height: 1.8;color: rgba(0,0,0,1);text-indent: 3em;}

.aboutDiv4{padding: 45px 0 0; }
.aboutDiv4 .bdDiv{margin-top: 20px; }
.aboutDiv4 .bdDiv .row>div .conDiv{position: relative;}
.aboutDiv4 .bdDiv .row>div .conDiv .bgDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;color: #fff; }
.aboutDiv4 .bdDiv .row>div .conDiv .bgDiv span{display: block;font-size: 24px;margin: 20px 0; }
.aboutDiv4 .bdDiv .row>div .conDiv .bgDiv .p{font-size: 18px; }
.aboutDiv4 .bdDiv .textDiv1{padding: 20px 50px 40px;background: url(/img2/a-bg2.jpg) no-repeat center center/cover; }
.aboutDiv4 .bdDiv .textDiv1 .title{font-size: 18px;color: #3259a8;}
.aboutDiv4 .bdDiv .textDiv1 .title img{margin-right: 15px;}
.aboutDiv4 .bdDiv .textDiv1 .p{font-size: 14px;margin-top: 10px;line-height: 1.8;color: rgba(0,0,0,1);text-indent: 3em;}

.aboutDiv5{padding: 40px 0 0; }
.aboutDiv5 .lunboDiv{position: relative;margin-top: 20px; }
.aboutDiv5 .lunboDiv .conDiv{text-align: center;border: 1px solid #eee;padding: 15px; }
.aboutDiv5 .lunboDiv .conDiv .imgDiv{position: relative;padding-top: 93%; }
.aboutDiv5 .lunboDiv .conDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.aboutDiv5 .lunboDiv .conDiv .imgDiv .pic img{max-height: 100%;max-width: 100%; }
.aboutDiv5 .lunboDiv .conDiv .title{font-size: 14px;margin-top: 10px;}
.aboutDiv5 .swiper-button-prev,.aboutDiv5 .swiper-button-next{width: 17px;height: 29px;}
.aboutDiv5 .swiper-button-prev{background: url(/img2/left.png) no-repeat center center;left: -40px;}
.aboutDiv5 .swiper-button-next{background: url(/img2/right.png) no-repeat center center;right: -40px;}
.aboutDiv5 .swiper-button-prev:hover{background: url(/img2/left_.png) no-repeat center center;}
.aboutDiv5 .swiper-button-next:hover{background: url(/img2/right_.png) no-repeat center center;}

.aboutDiv6{padding: 70px 0 0; }
.aboutDiv6 .bdDiv{margin-top: 20px; }
.aboutDiv6 .bdDiv .conDiv{padding:0 30px;}
.aboutDiv6 .bdDiv .conDiv .year{font-size: 18px;font-weight: bold; }
.aboutDiv6 .bdDiv .conDiv .p p{margin-top: 10px;line-height: 1.8;font-size: 14px; }

.aboutDiv6 .swiper-container{padding-bottom: 40px; }
.aboutDiv6 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
.aboutDiv6 .swiper-pagination-bullet{width: 8px;height: 8px;background: #3259a8;opacity:.2;transition: width .8s;}
.aboutDiv6 .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.aboutDiv6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}

.aboutDiv8{padding: 60px 0 50px; }
.aboutDiv8 .bdDiv{margin-top: 20px; }
.aboutDiv8 .leftDiv{width: 46.5%;}
.aboutDiv8 .leftDiv .row{margin: 0; }
.aboutDiv8 .leftDiv .row>div{padding: 0; }
.aboutDiv8 .leftDiv .row>div .conDiv{height: 100%;padding: 45px 40px; }
.aboutDiv8 .leftDiv .row>div .conDiv img{margin-right: 20px; }
.aboutDiv8 .leftDiv .row>div .conDiv .p{color: #000;line-height: 2; }
.aboutDiv8 .leftDiv .row>div:nth-child(1) .conDiv,.aboutDiv8 .leftDiv .row>div:nth-child(4) .conDiv{background: #ebeef7; }
.aboutDiv8 .leftDiv .row>div:nth-child(2) .conDiv,.aboutDiv8 .leftDiv .row>div:nth-child(3) .conDiv{background: #d8dfef; }
.aboutDiv8 .rightDiv{width: 50%;}
.aboutDiv8 .rightDiv span{font-size: 18px; }
.aboutDiv8 .rightDiv p{font-size: 14px;opacity: .6;margin-top: 5px; }
.aboutDiv8 .rightDiv .formDiv{margin: 20px 0; }
.aboutDiv8 .rightDiv .formDiv .row{margin: 0 -9px; }
.aboutDiv8 .rightDiv .formDiv .row>div{margin-bottom: 15px;padding: 0 9px; }
.aboutDiv8 .rightDiv .formDiv .row>div .conDiv{height: 100%;position: relative; }
.aboutDiv8 .rightDiv .formDiv input{width: 100%;line-height: 58px;border: 1px solid #c8c8c8;padding: 0 20px; }
.aboutDiv8 .rightDiv .formDiv i{position: absolute;right: 20px;top: 50%;transform: translateY(-50%);color: #f12e2e; }
.aboutDiv8 .rightDiv .formDiv textarea{width: 100%;border: 1px solid #c8c8c8;padding: 10px 20px;height: 90px;resize: none; }
.aboutDiv8 .rightDiv .formDiv button{display: block;width: 100%;line-height: 49px;border: 0;background: #eaeaea;color: #000;font-size: 18px; }
.aboutDiv8 .rightDiv .formDiv p{text-align: center;margin: 0; }

.bianzhiji1{padding: 50px 0 0; }
.bianzhiji1 .hdDiv{margin-top: 20px; }
.bianzhiji1 .hdDiv .row>div{position: relative;}
.bianzhiji1 .hdDiv .row>div .textDiv{padding: 30px 0; }
.bianzhiji1 .hdDiv .row>div .textDiv .titleDiv{font-size: 18px;color: #000; }
.bianzhiji1 .hdDiv .row>div .textDiv .titleDiv .numId{font-size: 32px;font-weight: bold;opacity: .1;margin-right: 10px;line-height: 1; }
.bianzhiji1 .hdDiv .row>div .textDiv .p1{padding-left: 64px;font-size: 14px;color: #626262;margin: 10px 0 20px; }
.bianzhiji1 .hdDiv .row>div .textDiv .p2{padding-left: 64px;color:#000;line-height: 2.5; }
.bianzhiji1 .bdDiv ul li{align-items: flex-start; }
.bianzhiji1 .bdDiv ul li .imgDiv{width: 50%;}
.bianzhiji1 .bdDiv ul li .textDiv{width: 47.5%;padding: 25px; }
.bianzhiji1 .bdDiv ul li .textDiv span{font-size: 18px;color: #000; }
.bianzhiji1 .bdDiv ul li .textDiv p{color: #626262;margin-top: 15px; }
.bianzhiji1 .bdDiv ul li:nth-of-type(even) {flex-direction: row-reverse; }

.bianzhiji2{background: #e5e5e5;padding: 40px 0 58px; }
.bianzhiji2 .bdDiv{margin-top: 40px;width: 1287px; }
.bianzhiji2 .bdDiv .row{margin: 0 -10px; }
.bianzhiji2 .bdDiv .row>div{padding: 0 10px;margin-top: 20px;text-align: center; }
.bianzhiji2 .bdDiv .row>div img{width: 60px; }
.bianzhiji2 .bdDiv .row>div p{margin-top: 10px;font-size: 14px; }

.bianzhiji3{padding: 40px 0; }
.bianzhiji3 .row>div{margin-top: 30px;text-align: center; }
.bianzhiji3 .row>div .conDiv{position: relative;max-width: 312px;margin: 0 auto; }
.bianzhiji3 .row>div .conDiv .name{position: absolute;left: 0;bottom: 0;line-height: 42px;background: url(/img2/b-bg.png) no-repeat center center/cover;color: #fff;min-width: 167px;text-align: left;padding: 0 14px;  }

.bianzhiji4{padding: 40px 0 50px;background: #e5e5e5; }
.bianzhiji4 .bdDiv{margin-top: 30px; }
.bianzhiji4 .bdDiv .row>div{text-align: center; }
.bianzhiji4 .bdDiv .row>div .title{margin-bottom: 13px; }

.pdDiv1{padding-top: 40px; }
.pdDiv1 .bdDiv{align-items: flex-start; }
.pdDiv1 .leftDiv{width: 50%;}
.pdDiv1 .leftDiv .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.pdDiv1 .leftDiv .swiper-slide {display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;padding: 1px;}
.pdDiv1 .leftDiv .swiper-slide .pic{padding-top: 58.33%;position: relative;width: 100%;}
.pdDiv1 .leftDiv .swiper-slide .pic .imgDiv{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;display: flex;justify-content: center;align-items: center;border: 1px solid rgba(0,0,0,.1); }
.pdDiv1 .leftDiv .swiper-slide .pic .imgDiv img{max-width: 100%;max-height: 100%;}
.pdDiv1 .leftDiv .gallery-top {width: 100%;}
/*.znwlListDiv .gallery-top .swiper-slide {height: 380px;}*/
.pdDiv1 .leftDiv .smallDiv{position: relative;padding: 0 64px; }
.pdDiv1 .leftDiv .gallery-thumbs {/*height: 20%;*/box-sizing: border-box;text-align: center;padding: 10px 0;}
.pdDiv1 .leftDiv .gallery-thumbs .swiper-slide {width: 25%;opacity: 1;}
.pdDiv1 .leftDiv .gallery-thumbs .swiper-slide .pic{padding-top: 73.87%; }
.pdDiv1 .leftDiv .gallery-thumbs .swiper-slide-thumb-active .pic .imgDiv{border-color: #3259a8;}
.pdDiv1 .leftDiv .swiper-button-next, .pdDiv1 .swiper-button-prev{width: 64px;height: 100%;margin-top: 0px;top: 0;}
.pdDiv1 .leftDiv .swiper-button-next{background: url(/img2/right1.png) no-repeat center center;right: 0;}
.pdDiv1 .leftDiv .swiper-button-prev{background: url(/img2/left1.png) no-repeat center center;left: 0;}
.pdDiv1 .leftDiv .swiper-button-next:hover{background: url(/img2/right1_.png) no-repeat center center;right: 0;}
.pdDiv1 .leftDiv .swiper-button-prev:hover{background: url(/img2/left1_.png) no-repeat center center;left: 0;}
.pdDiv1 .rightDiv{width: 44.9%;}
.pdDiv1 .rightDiv .title{font-size: 24px;color: #3259a8;padding: 10px 0;border-bottom: 2px solid #3259a8; }
.pdDiv1 .rightDiv .p p{padding: 15px 0;border-bottom: 1px solid rgba(0,0,0,.1); }

.pdDiv2{padding: 60px 0 0; }
.pdDiv2 .bdDiv{margin-top: 14px;box-shadow: 0px 0px 10px rgba(0,0,0,.1); }
.pdDiv2 .bdDiv .row{margin: 0;border-top: 1px solid rgba(0,0,0,.1);border-left: 1px solid rgba(0,0,0,.1);  }
.pdDiv2 .bdDiv .row>div{padding: 0;border-bottom: 1px solid rgba(0,0,0,.1);border-right: 1px solid rgba(0,0,0,.1); }
.pdDiv2 .bdDiv .row>div .conDiv{padding: 30px 20px;}

.pdDiv3{padding: 50px 0 0; }
.pdDiv3 .bdDiv{margin-top: 50px; }

.pdDiv4{padding: 50px 0 0;background: #e5e5e5; }
.pdDiv4 .bdDiv{margin-top: 30px; }
.pdDiv4 .bdDiv ul li{align-items: flex-start; }
.pdDiv4 .bdDiv ul li .imgDiv{width: 50%;}
.pdDiv4 .bdDiv ul li .textDiv{width: 50%;padding: 0 4%; }
.pdDiv4 .bdDiv ul li .textDiv .titleDiv{padding: 35px 0 10px;border-bottom: 2px solid rgba(50,89,168,.1);color: #3259a8;}
.pdDiv4 .bdDiv ul li .textDiv .titleDiv .title{font-size: 24px; }
.pdDiv4 .bdDiv ul li .textDiv .titleDiv span{font-size: 32px;font-family: fontI; }
.pdDiv4 .bdDiv ul li .textDiv p{color: #333333;margin-top: 10px; }
.pdDiv4 .bdDiv ul li:nth-of-type(even) {flex-direction: row-reverse; }

.pdDiv5{padding: 60px 0 0;}
.pdDiv5 .bdDiv{width: 51%;color: #fff;}
.pdDiv5 .bdDiv .textDiv span{font-size: 26px; }
.pdDiv5 .bdDiv .textDiv .p{font-size: 18px;margin: 20px 0 40px;line-height: 2; }
.pdDiv5 .bdDiv .zxzxDiv .p{width: 327px;line-height: 50px;background: url(/img2/zx-bg.jpg) no-repeat center center/cover;font-size: 18px;color: #3e434d;text-align: center; }
.pdDiv5 .bdDiv .zxzxDiv .p span{font-size: 24px; }
.pdDiv5 .bdDiv .zxzxDiv a{width: 136px;line-height: 50px;background: #3259a8;color: #fff;text-align: center;margin-left: 1px; }

.pdDiv6{padding: 40px 0 0; }
.pdDiv6 .bdDiv{margin-top: 20px; }
.pdDiv6 .bdDiv .row{margin: 0 -5px; }
.pdDiv6 .bdDiv .row>div{padding: 0 5px; }
.pdDiv6 .bdDiv .row>div .conDiv{height: 100%; }
.pdDiv6 .bdDiv .row>div a{display: block;position: relative;height: 100%; }
.pdDiv6 .bdDiv .row>div.col-sm-3 a{height: calc((100% - 10px) / 2); }
.pdDiv6 .bdDiv .row>div.col-sm-3 a:nth-child(2){margin-top: 10px; }
.pdDiv6 .bdDiv .row>div img{width: 100%;height: 100%;object-fit: cover; }
.pdDiv6 .bdDiv .row>div .textDiv{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(43, 44, 51, .8);color: #fff;line-height: 50px;text-align:  center; }

.pdDiv7{padding: 40px 0 0; }
.pdDiv7 .bdDiv{margin-top: 20px; }
.pdDiv7 .bdDiv .row{margin: 0 -5px; }
.pdDiv7 .bdDiv .row>div{padding: 0 5px;margin-bottom: 10px; }
.pdDiv7 .bdDiv .row>div .conDiv{height: 100%;background: #e5e5e5;text-align: center; }
.pdDiv7 .bdDiv .row>div .conDiv .imgDiv{position: relative;padding-top: 61.6%; }
.pdDiv7 .bdDiv .row>div .conDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.pdDiv7 .bdDiv .row>div .conDiv .imgDiv .pic img{max-width: 100%;max-height: 100%; }
.pdDiv7 .bdDiv .row>div .conDiv .textDiv{line-height: 50px;}

.pdDiv8{padding: 50px 0 25px; }
.pdDiv8 .hdDiv{align-items: flex-end; }
.pdDiv8 .leftDiv{width: 50%;}
.pdDiv8 .leftDiv ul li{margin-top: 48px;position: relative;box-shadow: 0px 0px 40px rgba(51,51,51,.15);padding: 40px 30px 28px; }
.pdDiv8 .leftDiv ul li span{display: block;width: 175px;line-height: 56px;background: url(/img2/pdl-bg.png) no-repeat center center;color: #fff;padding: 0 40px;font-size: 18px;position: absolute;left: 30px;top: -30px; }
.pdDiv8 .rightDiv{width: 50%;}
.pdDiv8 .bdDiv{margin-top: 30px; }
.pdDiv8 .bdDiv .titleDiv{text-align: center;position: relative;margin-bottom: 10px; }
.pdDiv8 .bdDiv .titleDiv:before{content: "";width: 100%;height: 1px;background: #cccccc;position: absolute;left: 0;top: 50%; }
.pdDiv8 .bdDiv .titleDiv p{background: url(/img2/pdt-bg.png) no-repeat center center/100% 100%;display: inline-block;padding: 0 98px;position: relative;z-index: 1; }
.pdDiv8 .bdDiv .titleDiv p span{display: inline-block; font-size: 24px;line-height: 51px;padding: 0 42px;position: relative; }
.pdDiv8 .bdDiv .titleDiv p span:before{content: "";width: 18px;height: 3px;background: rgba(0, 0, 0, .2);position: absolute;left: 0; top: 50%;margin-top: -1.5px; }
.pdDiv8 .bdDiv .titleDiv p span:after{content: "";width: 18px;height: 3px;background: rgba(0, 0, 0, .2);position: absolute;right: 0; top: 50%;margin-top: -1.5px; }
.pdDiv8 .bdDiv .p{margin-top: 10px;border-bottom: 1px solid #cccccc; }
.pdDiv8 .bdDiv .p p{padding: 15px 0;border-top: 1px solid #cccccc; }

.pdDiv9 .hdDiv .hdbDiv .textDiv{display: block; }
.pdDiv9 .hdDiv .hdbDiv .textDiv .tlDiv{width: calc(100% - 40px);margin: 0 auto;box-shadow: 0px 0px 40px rgba(51,51,51,.15);padding: 35px 50px; }
.pdDiv9 .hdDiv ul li{margin-top: 40px;position: relative; }
.pdDiv9 .hdDiv .hdbDiv .textDiv .tlDiv ul li .p{box-shadow: 0px 0px 40px rgba(51,51,51,.15);padding: 40px 30px 28px;border: 1px solid rgba(51,51,51,.15);text-indent: initial; margin-top:0;  }
.pdDiv9 .hdDiv ul li span{display: block;width: 175px;line-height: 56px;background: url(/img2/pdl-bg.png) no-repeat center center;color: #fff;padding: 0 40px;font-size: 18px;position: absolute;left: 30px;top: -30px; }
.pdDiv9 .hdDiv ul li .numId{font-size: 30px;color: #3259a8;opacity: .2;font-weight: bold;margin-left: 11px; }
.pdDiv9  .lunboDiv{padding: 50px 0;border-bottom: 2px solid #e9e9e9; }

.pdDiv10{padding: 40px 0 0; }
.pdDiv10 .bdDiv{margin-top: 20px; }
.pdDiv10 .bdDiv .row{margin: 0 -5px; }
.pdDiv10 .bdDiv .row>div{padding: 0 5px;margin-bottom: 10px; }
.pdDiv10 .bdDiv .row>div a{height: 100%;text-align: center; }
.pdDiv10 .bdDiv .row>div a .imgDiv{position: relative;padding-top: 95.9%;background: #e5e5e5; }
.pdDiv10 .bdDiv .row>div a .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.pdDiv10 .bdDiv .row>div a .imgDiv .pic img{max-width: 100%;max-height: 100%; }
.pdDiv10 .bdDiv .row>div a .titleDiv{margin-top: 15px;color: #333; }

.pdDiv11 .bdDiv{margin-top: 20px; }
.pdDiv11 .bdDiv .leftDiv{width: 43.33%;}
.pdDiv11 .bdDiv .leftDiv a{display: block;}
.pdDiv11 .bdDiv .leftDiv a .imgDiv{position: relative;}
.pdDiv11 .bdDiv .leftDiv a .imgDiv .date{position: absolute;left: 0;bottom: 0;background: rgba(255,255,255,.9);width: 100px;height: 40px;color: rgba(0,0,0,.5);font-size: 18px;}
.pdDiv11 .bdDiv .leftDiv a .imgDiv .date img{margin-right: 10px;}
.pdDiv11 .bdDiv .leftDiv a .textDiv{padding: 15px 0;}
.pdDiv11 .bdDiv .leftDiv a .textDiv span{font-size: 18px;color: #000000;}
.pdDiv11 .bdDiv .leftDiv a .textDiv p{font-size: 14px;color: #333333;margin: 5px 0;}
.pdDiv11 .bdDiv .leftDiv a .textDiv small{font-size: 14px;display: block;text-align: right;color: #3259a8;}
.pdDiv11 .bdDiv .leftDiv a:hover .textDiv span{color: #3259a8;}
.pdDiv11 .bdDiv .rightDiv{width: 50%;}
.section8 .bdDiv .rightDiv ul li .textDiv{width: calc(100% - 133px);padding-right: 30px; }

/*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:1600px) {
	header .header-container{padding: 0 15px;}
	header .rightDiv .menu>ul>li{margin-right: 20px;}
	.section6 .bdDiv .leftDiv{margin-left: 0; }
}
@media (max-width:1460px) {
	header .logo img:nth-child(2){display: none;}
	header .rightDiv .ssDiv{margin: 0 10px;}
	header .header-container{padding: 0 15px;/* min-width: 1240px; */}
	.bianzhiji2 .bdDiv{width: 100%;}
}
@media (max-width:1320px) {
	.aboutDiv5 .lunboDiv,.section6 .hdDiv .lunboDiv,.section7 .lunboDiv{padding: 0 30px;}
	.aboutDiv5 .swiper-button-prev,.section6 .swiper-button-prev,.section7 .swiper-button-prev{left: 0;}
	.aboutDiv5 .swiper-button-next,.section6 .swiper-button-next,.section7 .swiper-button-next{right: 0;}
	.pdDiv9 .lunboDiv{padding: 30px;}
	
	.section6 .bdDiv .leftDiv{margin-left: 0;}
	.wrap{padding: 0 15px;}
	.indexTitle span{font-size: 30px; }
	.section6 .bdDiv .rightDiv .p1{font-size: 18px; }
	.footer .hdDiv .rightDiv .tel{font-size: 24px; }
	header .rightDiv .telDiv{display: none; }
	header .rightDiv .menu>ul>li>a{font-size: 14px; }
	.ny-banner{height: 35vw; }
}

@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(51,51,51,1);}
	body.on-menu.on-fixed  header{background:  rgba(51,51,51,1);}
	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(51,51,51,1);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(51,51,51,1);
	}
	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: #fff;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 0;}
	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: #fff;}
	/*.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 .rightDiv .otherDiv{right: 0;}
	header .rightDiv .searchDiv{padding: 0;}
	header .rightDiv .searchDiv form{margin: 0;width: 100%;}
	header .rightDiv .ssDiv.hover>.searchDiv{transform: translate(0);}
	.menu>ul>li.has-sub>a:before{display: none;}
	
	header .rightDiv .otherDiv .langauge_a{margin-left: 15px; }
	header .rightDiv .searchDiv{left: 0;margin: 10px 0;height: 46px; }
	
	
}

.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%;}
	
	.main{margin-top: 50px; }
	.twoMenuDiv{display: none; }
	.ny-banner{height: 35vw;min-height: initial; }
	.indexTitle span{font-size: 22px; }
	.aboutDiv1 .hdDiv .hdbDiv .textDiv{margin-top: -40px; }
	.aboutDiv1 .hdDiv .hdbDiv .textDiv .tlDiv{padding: 20px;margin: 0 auto; }
	.aboutDiv1 .hdDiv .hdbDiv .textDiv .tlDiv .p{margin-top: 10px; }
	.aboutDiv1 .dataDiv ul{flex-wrap: wrap; }
	.aboutDiv1 .dataDiv ul li{width: 33.3%;margin-top: 20px; }
	.aboutDiv1 .dataDiv ul li .numDiv span{font-size: 36px; }
	.aboutDiv1 .dataDiv ul li .numDiv sub,.aboutDiv1 .dataDiv ul li p{font-size: 14px; }
	.aboutDiv2 .bdDiv .rowDiv{flex-wrap: wrap;}
	.aboutDiv2 .bdDiv .rowDiv .imgDiv:nth-child(1){width: 100%;}
	.aboutDiv2 .bdDiv .rowDiv .imgDiv:nth-child(2), .aboutDiv2 .bdDiv .rowDiv .imgDiv:nth-child(3) {width: 50%;}
	.aboutDiv2 .bdDiv .textDiv{padding: 20px; }
	.aboutDiv2{padding-top: 30px; }
	.aboutDiv4{padding-top: 30px; }
	.aboutDiv4 .bdDiv .row>div{margin-bottom: 10px; }
	.aboutDiv4 .bdDiv .row>div .conDiv>img{width: 100%;height: 60vw;object-fit: cover; }
	.aboutDiv4 .bdDiv .row>div .conDiv .bgDiv .textDiv>img{width: 80px;}
	.aboutDiv4 .bdDiv .row>div .conDiv .bgDiv span{font-size: 18px;margin: 10px 0 5px; }
	.aboutDiv4 .bdDiv .row>div .conDiv .bgDiv .p{font-size: 16px; }
	.aboutDiv4 .bdDiv .textDiv1{padding: 20px;}
	
	.aboutDiv6{padding-top: 30px 0 0; }
	.section6{padding: 30px 0; }
	.section6 .hdDiv .lunboDiv{margin: 20px 0 50px; }
	.section6 .hdDiv .lunboDiv .imgDiv{height: 80px; }
	.section6 .bdDiv{display: block; }
	.section6 .bdDiv .leftDiv{width: 100%; }
	.section6 .bdDiv .rightDiv{width: 100%;margin-top: 20px; }
	.section6 .bdDiv .rightDiv .titleDiv{font-size: 20px; }
	.section6 .bdDiv .rightDiv .p1{padding: 10px 0;font-size: 16px; }
	.section6 .bdDiv .rightDiv .p2{margin-top: 0; }
	.section6 .bdDiv .rightDiv .p2 p em{font-size: 20px; }
	.aboutDiv8{padding: 30px 0; }
	.aboutDiv8 .bdDiv{display: block; }
	.aboutDiv8 .leftDiv{width: 100%;}
	.aboutDiv8 .leftDiv .row>div .conDiv{padding: 20px 10px;display: block;text-align: center; }
	.aboutDiv8 .leftDiv .row>div .conDiv img{margin-right: 0;margin-bottom: 10px; }
	.aboutDiv8 .leftDiv .row>div .conDiv .p{line-height: 1.6; }
	.aboutDiv8 .rightDiv{width: 100%;margin-top: 20px; }
	.aboutDiv8 .rightDiv .formDiv .row>div{margin-bottom: 10px; }
	.aboutDiv8 .rightDiv .formDiv input{line-height: 40px;padding: 0 10px; }
	.aboutDiv8 .rightDiv .formDiv textarea{padding: 10px; }
	.aboutDiv8 .rightDiv .formDiv button{line-height: 40px; }
	.footer .hdDiv{padding: 25px 0; }
	.footer .hdDiv .leftDiv{float: initial;width: 100%; }
	.footer .hdDiv .leftDiv .lhDiv{display: none; }
	.footer .hdDiv .leftDiv .lbDiv{flex-wrap: wrap;justify-content: center; }
	.footer .hdDiv .lbDiv>img{width: auto;margin-bottom: 20px; }
	.footer .hdDiv .ewmDiv{width: 40%;}
	.footer .hdDiv .rightDiv{float: initial;width: 100%;margin-top: 20px; }
	.footer .bdDiv{padding: 15px 0; }
	.footer .bdDiv a img{width: 34px; }
	
	.bianzhiji1{padding: 30px 0 0; }
	.bianzhiji1 .bdDiv ul li{display: block; }
	.bianzhiji1 .bdDiv ul li .imgDiv{width: 100%;}
	.bianzhiji1 .bdDiv ul li .textDiv{width: 100%;padding: 15px 20px 30px; }
	.bianzhiji1 .bdDiv ul li .textDiv p{margin-top: 10px; }
	.bianzhiji2{padding: 30px 0; }
	.bianzhiji2 .bdDiv{margin-top: 20px; }
	.bianzhiji3 .row{margin: 0 -10px; }
	.bianzhiji3 .row>div{padding: 0 10px;margin-top: 20px; }
	.bianzhiji3 .row>div .conDiv img{width: 100%;}
	.bianzhiji3 .row>div .conDiv .name{width: 100%;font-size: 14px;min-width: initial;line-height: 40px; }
	.bianzhiji4{padding: 20px 0; }
	.bianzhiji4 .bdDiv .row>div{margin-bottom: 20px; }
	
	.pdDiv1 .bdDiv{display: block; }
	.pdDiv1 .leftDiv{width: 100%;}
	.pdDiv1 .rightDiv{width: 100%;}
	.pdDiv1 .rightDiv .title{font-size: 20px; }
	.pdDiv2{padding-top: 40px; }
	.pdDiv2 .bdDiv .row>div .conDiv{padding: 20px;}
	.pdDiv3 .bdDiv{margin-top: 25px; }
	.pdDiv4 .bdDiv ul li{display: block;padding-bottom: 30px; }
	.pdDiv4 .bdDiv ul li .imgDiv{width: 100%;}
	.pdDiv4 .bdDiv ul li .textDiv{width: 100%;}
	.pdDiv4 .bdDiv ul li .textDiv .titleDiv{padding: 20px 0 5px; }
	.pdDiv4 .bdDiv ul li .textDiv .titleDiv .title{font-size: 20px; }
	.pdDiv4 .bdDiv ul li .textDiv .titleDiv span{font-size: 24px; }
	.pdDiv5{padding: 0;background: #4c4c52!important; }
	.pdDiv5 .bdDiv{width: 100%;padding: 20px 0;}
	.pdDiv5 .bdDiv .textDiv span{font-size: 20px; }
	.pdDiv5 .bdDiv .textDiv .p{font-size: 14px;line-height: 1.8;margin: 10px 0 20px; }
	.pdDiv5 .bdDiv .zxzxDiv{/* display: block; */ }
	.pdDiv5 .bdDiv .zxzxDiv .p{/* width: 100%; */font-size: 16px;line-height: 40px; }
	.pdDiv5 .bdDiv .zxzxDiv .p span{font-size: 20px; }
	.pdDiv5 .bdDiv .zxzxDiv a{width: 115px;line-height: 40px;font-size: 14px; }
	.pdDiv6 .bdDiv .row>div{margin-top: 10px; }
	.pdDiv6 .bdDiv .row>div .textDiv{line-height: 40px;font-size: 14px; }
	.pdDiv7 .bdDiv .row>div .conDiv .textDiv{line-height: 40px;font-size: 14px; }
	.pdDiv8{padding: 30px 0; }
	.pdDiv8 .hdDiv{display: block; }
	.pdDiv8 .leftDiv{width: 100%;}
	.pdDiv8 .rightDiv{width: 100%;margin-top: 20px; }
	.pdDiv8 .bdDiv .titleDiv p{padding: 10px 30px; }
	.pdDiv8 .bdDiv .titleDiv p span{font-size: 18px;line-height: initial; }
	.pdDiv9 .hdDiv{padding: 30px 0 0; }
	.pdDiv9 .hdDiv .hdbDiv .textDiv .tlDiv{width: calc(100% - 20px);}
	.pdDiv9 .hdDiv ul li .flexbet{display: block; }
	.pdDiv9 .hdDiv ul li .numId{display: none; }
	.pdDiv9 .hdDiv ul li span{line-height: 50px; }
	
	.pdDiv9 .hdDiv .hdbDiv .textDiv{margin-top: -40px; }
	.pdDiv9 .hdDiv .hdbDiv .textDiv .tlDiv{padding: 20px;margin: 0 auto; }
	.pdDiv9 .hdDiv .hdbDiv .textDiv .tlDiv .p{margin-top: 10px; }
	.pdDiv9 .dataDiv ul{flex-wrap: wrap;margin-bottom: 20px; }
	.pdDiv9 .dataDiv ul li{width: 33.3%;margin-top: 20px;padding: 0; }
	.pdDiv9 .dataDiv ul li .numDiv span{font-size: 36px; }
	.pdDiv9 .dataDiv ul li .numDiv sub,.pdDiv9 .dataDiv ul li p{font-size: 14px; }
	
	.pdDiv11{padding: 25px 0 35px; }
	.pdDiv11 .bdDiv .rowDiv{display: block; }
	.pdDiv11 .bdDiv .leftDiv{width: 100%;}
	.pdDiv11 .bdDiv .rightDiv{width: 100%;}
	.pdDiv11 .bdDiv .rightDiv ul li a{padding: 10px 0; }
	
	
	
	@media (max-width:320px) {
	}
	
}
