/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;margin: 0;font-family:fontR,"微软雅黑";color: #303030;/*min-width: 1200px;*/}
/* .wrap{margin: 0 auto;max-width: 1600px;} */
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;}


@media (min-width: 992px) {
    html,body {
        font-size:16px;
    }
    .wrap {
        width: 95%;
        max-width: 1200px;
		margin: 0 auto;
    }
	header .rightDiv .menu>ul>li{margin-right: 1vw;}
}

@media (min-width: 1400px) {
    html,body {
        font-size:17px;
    }
	header .rightDiv .menu>ul>li{margin-right: 2vw;}
    .wrap{
        width: 95%;
        max-width: 1440px;
		margin: 0 auto;
    }
}

@media (min-width: 1620px) {
    html,body {
        font-size:18px;
    }
    .wrap{
        width: 95%;
        max-width: 1600px;
		margin: 0 auto;
    }
	header .rightDiv .menu>ul>li{margin-right: 2.5vw;}
}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;height: 86px;transition: all .5s;background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,.05);}
header .logo a{height: 86px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
header .logo span{font-size: 1.277em;color: #303030;margin-left: 0.88vw;}
header .rightDiv{text-align: center;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;}
header .rightDiv .menu>ul>li>a{height: 86px;text-align: left;color: #333;position: relative;font-size: 1em;display: flex;justify-content: center;align-items: center;}
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: #1a7f02;}
/* header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;background: #006fc6;height: 3px;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: 86px;}
header .rightDiv .otherDiv form{margin: 0 1.5vw 0 3vw;position: relative;}
header .rightDiv .otherDiv form input{background: #f1f1f1;height: 35px;width: 159px;border-radius: 20px;border: 0;padding: 0 10px 0 45px;color: #000;font-size: 1em; }
header .rightDiv .otherDiv form img{position: absolute;left: 15px;top: 50%;transform: translateY(-50%); }
header .rightDiv .otherDiv .ewmDiv{position: relative;}
header .rightDiv .otherDiv .ewmDiv .imgDiv{position: absolute;left: 50%;margin-left: -44px;top: 120%;width: 88px;height: 90px;border: 1px solid #eee;border-radius: 5px;display: none; }
header .rightDiv .otherDiv .ewmDiv:hover .imgDiv{display: block;}


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;}

.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:16px;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.has-sub>a{padding-right: 16px;}
.menu>ul>li.has-sub>a:before{content: "";width: 8px;height: 6px;background: url(../img/jt.png) no-repeat center center;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.menu>ul>li.has-sub.on>a:before,.menu>ul>li.has-sub:hover>a:before{background: url(../img/jt_.png) no-repeat center center;}
.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: #ffffff;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:10px 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: #666;margin: 10px 0;}
.menu ul ul .ul a:hover{color: #006fc6;}
/*.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: #0b4000;color: #fff;padding:90px 0 220px;}
.footerDiv .hdDiv{align-items: flex-start;}
.footerDiv .hdDiv .logoDiv img{margin-right: 20px;}
.footerDiv .hdDiv .listDiv{margin-right: 3vw;flex: 1 1 auto; }
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0; }
.footerDiv .hdDiv .listDiv>span{display: block; margin: 70px 0 0;font-size: 1em;}
.footerDiv .hdDiv .aDiv a{color: #fff;display: block;margin-top: 15px;font-size: 14px;}
.footerDiv .hdDiv .aDiv a:hover{opacity: .8;}
.footerDiv .hdDiv .listDiv .lxDiv{font-size: 1em;margin-top: 60px;width: calc(100% - 100px);}
.footerDiv .hdDiv .listDiv .lxDiv p{margin: 10px 0;}
.footerDiv .hdDiv .listDiv .ewmDiv {width: 90px;text-align: center;margin-right: 60px;}
.footerDiv .hdDiv .listDiv .ewmDiv img{width: 100%;}

/*::-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: 86px; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 47.24vw;background: none no-repeat center;background-size: cover;}
.index-banner .img .wrap{position: relative;}
.index-banner .gridVideo{width: 100%;display: block;height: 47.24vw;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: 3.76vw;}
.index-banner .swiper-pagination-bullet{width: 30px;height: 8px;background: #fff;opacity:.5;border-radius: 4px;transition: all .6s; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;width: 60px;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
/* .index-banner .wrap1{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #c8161d;font-family: fontH; }
.index-banner .textDiv{padding-bottom: 5vw;}
.index-banner .textDiv span{font-size: 3.125vw;display: block;}
.index-banner .textDiv p{font-size: 1.354vw;margin-top: 0.5vw;} */

.f46{font-size: 2.56em;}
.f40{font-size: 2.22em;}
.f36{font-size: 2em;}
.f30{font-size: 1.67em;}
.f24{font-size: 1.33em;}
.f20{font-size: 1.11em;}

.indexTitle{position: relative;}
.indexTitle.tc{text-align: center;}
.indexTitle span{display: block;font-weight: bold;letter-spacing: 5px; }
.indexTitle p{color: #303030;margin-top: 25px;opacity: .54;}

.indexDiv1{padding: 70px 0 0;}
.indexDiv1 .titleDiv{text-align: center;}
.indexDiv1 .titleDiv span{font-size: 11.444em;font-family: Arial;font-weight: bold;text-transform: uppercase;color: #fafafa;position: absolute;left: 0;top: 0;text-align: center;width: 100%;line-height: 1; }
.indexDiv1 .titleDiv img{position: relative;}
.indexDiv1 .titleDiv p{position: relative;}
.indexDiv1 .textDiv{text-align: center;color: #303030;margin: 70px 0;line-height: 2.2; }
.indexDiv1 .bdDiv{background: #fff;padding-bottom: 50px;}
.indexDiv1 .bdDiv ul li a{display: block;color: #303030; }
.indexDiv1 .bdDiv ul li p{margin-top: 30px;text-align: center;}
.indexDiv1 .spDiv{margin-top: -50px;padding: 180px 0 132px;color: #fff;text-align: center; }
.indexDiv1 .spDiv img{cursor: pointer;}
.indexDiv1 .spDiv p{margin-top: 20px;}

.indexDiv2{padding: 150px 0 140px;position: relative;}
.indexDiv2:before{content: "";width: 14.5vw;height: 7.6vw;background: url(../img/yuan.png) no-repeat left bottom/100%;position: absolute;left: 0;top: 0; }
.indexDiv2:after{content: "";width: 22.7vw;height: 8.125vw;background: url(../img/dian1.png) no-repeat left bottom/100%;position: absolute;right: 0;top: 120px; }
.indexDiv2 .bdDiv{margin-top: 160px;position: relative;padding-bottom: 80px;}
.indexDiv2 .bdDiv::after{content: "";width: 93%;height: 324px;background: #f7f9f6;position: absolute;right: 0;bottom: 0;border-radius: 30px 0 0 30px;z-index: 0; }
.indexDiv2 .bdDiv .row{margin: 0 -1.3vw;position: relative;z-index: 1;}
.indexDiv2 .bdDiv .row>div{padding: 0 1.3vw;}
.indexDiv2 .bdDiv .row>div .conDiv{height: 100%;position: relative;padding: 28px 4.9% 0;background: #fff;border-radius: 0 0 30px 30px;overflow: hidden;  }
.indexDiv2 .bdDiv .row>div .conDiv .imgDiv{position: relative;padding-top: 105.79%; }
.indexDiv2 .bdDiv .row>div .conDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.indexDiv2 .bdDiv .row>div .conDiv .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover;}
.indexDiv2 .bdDiv .row>div .conDiv:before{content: "";width: 100%;height: 100%;background: url(../img/cy-bg.png) no-repeat top center/100%;position: absolute;left: 0;top: 0;z-index: 1; }
.indexDiv2 .bdDiv .row>div .conDiv .textDiv{position: relative;z-index: 1;padding: 8% 5% 13%; }
.indexDiv2 .bdDiv .row>div .conDiv .textDiv p{margin-top: 10px; }

.indexDiv3{padding: 200px 0 160px;background: #eef1f6;}
.indexDiv3 .bdDiv{position: relative;}
.indexDiv3 .bdDiv .leftDiv{max-width: 537px;}
.indexDiv3 .bdDiv .leftDiv .title{line-height: 1.2;}
.indexDiv3 .bdDiv .leftDiv .title span{color: #27ba00;}
.indexDiv3 .bdDiv .leftDiv .p{margin: 45px 0 165px;line-height: 1.4;color: #909090;font-size: 1em;}
.indexDiv3 .bdDiv ul{width: 100%;flex-wrap: wrap;flex-direction: column;height: 100%;}
.indexDiv3 .bdDiv ul li{width: 100%;margin-bottom: 15px;}
.indexDiv3 .bdDiv ul li .num{width: 44px;height: 44px;border-radius: 50%;color: #fff;display: flex;justify-content: center;align-items: center;margin-right: 20px; }
.indexDiv3 .bdDiv ul li:nth-child(1) .num{background: #ff9f00;}
.indexDiv3 .bdDiv ul li:nth-child(2) .num{background: #ea6005;}
.indexDiv3 .bdDiv ul li:nth-child(3) .num{background: #df2054;}
.indexDiv3 .bdDiv ul li:nth-child(4) .num{background: #841b56;}
.indexDiv3 .bdDiv ul li:nth-child(5) .num{background: #86ff00;}
.indexDiv3 .bdDiv ul li:nth-child(6) .num{background: #8efad8;}
.indexDiv3 .bdDiv ul li:nth-child(7) .num{background: #56e7fa;}
.indexDiv3 .bdDiv ul li:nth-child(8) .num{background: #0741a4;}
.indexDiv3 .bdDiv ul li .text{width: calc(100% - 44px);}
.indexDiv3 .bdDiv ul li .text span{font-size: 1em;}
.indexDiv3 .bdDiv ul li .text p{font-size: 0.89em; }
.indexDiv3 .bdDiv ul li:nth-child(1) .text span{color: #ff9f00;}
.indexDiv3 .bdDiv ul li:nth-child(2) .text span{color: #ea6005;}
.indexDiv3 .bdDiv ul li:nth-child(3) .text span{color: #df2054;}
.indexDiv3 .bdDiv ul li:nth-child(4) .text span{color: #841b56;}
.indexDiv3 .bdDiv ul li:nth-child(5) .text span{color: #5fb301;}
.indexDiv3 .bdDiv ul li:nth-child(6) .text span{color: #4bc39d;}
.indexDiv3 .bdDiv ul li:nth-child(7) .text span{color: #56e7fa;}
.indexDiv3 .bdDiv ul li:nth-child(8) .text span{color: #0741a4;}
.indexDiv3 .bdDiv .mapImg{position: absolute;right: 0;top: -5vw;width: 58.645833vw;}

.indexDiv4{padding: 156px 0 209px;position: relative;}
.indexDiv4:before{content: "";width: 15.5vw;height: 11.35vw; position: absolute;right: 10%;top: 60px;background: url(../img/yh.png) no-repeat top center/100%; }
.indexDiv4:after{content: "";width: 6vw;height: 8.125vw; position: absolute;right: 2vw;bottom: 0;background: url(../img/dian2.png) no-repeat top center/100%; }
.indexDiv4 .bdDiv{margin-top: 100px;}
.indexDiv4 .row{margin: 0;}
.indexDiv4 .row>div{padding: 0;}
.indexDiv4 .row>div a{display: block;}
.indexDiv4 .row>div .imgDiv{position: relative;padding-top: 55.85%;}
.indexDiv4 .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.indexDiv4 .row>div .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover;}
.indexDiv4 .row>div .textDiv{padding: 30px 20px 0;}
.indexDiv4 .row>div .textDiv .title{color: #333;}
.indexDiv4 .row>div .textDiv .p{color: #606060;margin-top: 20px;line-height: 1.6; }
.indexDiv4 .row>div a:hover .textDiv .title{color: #1a7f02; }


.nyBanner .wrap{position:relative;height: 39.375vw;color: #000000;padding-top: 8.4375vw; }
.nyBanner .textDiv span{font-size: 2em;font-weight: bold;letter-spacing: 5px;}
.nyBanner .textDiv .line{width: 4vw;height: 2px;background: #0c4000;margin-top: 1vw;}


.cybjDiv .bdDiv{margin-top: -15.83333vw;background: rgba(255,255,255,.79);padding: 6.98vw 6.61vw;border-radius: 8px; }
.cybjDiv .bdDiv ul li{margin-bottom: 40px;}
.cybjDiv .bdDiv ul li .imgDiv{width: 48.44%;}
.cybjDiv .bdDiv ul li .textDiv{width: 46.3%;}
.cybjDiv .bdDiv ul li .textDiv img{width: 3.125vw;margin-left: 3vw;}
.cybjDiv .bdDiv ul li .textDiv span{/* font-size: 1.61em; */padding-left: 11px;border-left: 4px solid #0c4000;line-height: 1;display: block;margin: 1.25vw 0 3.9vw 3vw; }
.cybjDiv .bdDiv ul li .textDiv p{color: #303030;line-height: 2.25;font-size: 0.88em;}
.cybjDiv .bdDiv ul li:nth-of-type(even){flex-direction: row-reverse;}


.newsDiv{padding: 0 0 75px; }
.newsDiv .newsWrap{margin-top: -15.83333vw;background: rgba(255,255,255,.79);padding: 6.98vw 6.61vw;border-radius: 8px; }
.newsDiv .hdDiv a{border-bottom: 2px solid #dfdfdf;padding-bottom: 80px;}
.newsDiv .hdDiv .imgDiv{width: 50%;}
.newsDiv .hdDiv .textDiv{width: 42.58%;}
.newsDiv .hdDiv .textDiv .date{font-size: 1em;color: #303030;}
.newsDiv .hdDiv .textDiv .title{color: #303030;margin: 1.5vw 0;}
.newsDiv .hdDiv .textDiv .p{font-size: 1em;color: #606060;line-height: 1.8; }
.newsDiv .hdDiv .textDiv span{font-size: 0.88em;width: 132px;line-height: 37px;background: #1a8801;color: #fff;text-align: center;display: block;margin-top: 2vw;}
.newsDiv .hdDiv a:hover .textDiv .title{color: #1a8801;}
.newsDiv .bdDiv{padding: 0 0 60px;background: #fff;}
/* .newsDiv ul{margin-bottom: 89px;} */
.newsDiv ul li a{border-bottom: 2px solid #dfdfdf;padding: 50px 0 30px;}
.newsDiv ul li .leftDiv{align-items: flex-start;width: 35.4%; }
.newsDiv ul li .dateDiv{width: 80px;text-align: center;font-size: 1em;color: #000000; }
.newsDiv ul li .dateDiv span{display: block;font-weight: bold; }
.newsDiv ul li .imgDiv{width: calc(100% - 80px - 2.86vw);}
.newsDiv ul li .imgDiv .pic{position: relative;padding-top: 63.1%; }
.newsDiv ul li .imgDiv .pic .img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.newsDiv ul li .imgDiv .pic .img img{width: 100%;height: 100%;object-fit: cover; }
.newsDiv ul li .textDiv{width: 59.12%;}
.newsDiv ul li .textDiv .title{color: #303030;}
.newsDiv ul li .textDiv .p{font-size: 1em;color: #606060;margin: 1.5vw 0;line-height: 2; }
.newsDiv ul li .textDiv span{font-size: 1em;color: #303030;}
.newsDiv ul li a:hover .textDiv .title,.newsDiv ul li a:hover .textDiv span{color: #1a8801;}

.newsDetailDiv .bdDiv{margin-top: -15.83333vw;background: rgba(255,255,255,.79);padding: 40px 6.61vw 6.98vw;border-radius: 8px; }
.newsDetailDiv .breadcrumbDiv{font-size: 14px;color: #606060;}
.newsDetailDiv .breadcrumbDiv a{color: #606060;}
.newsDetailDiv .hdDiv{text-align: center; }
.newsDetailDiv .hdDiv .title{margin: 40px 0 50px; }
.newsDetailDiv .hdDiv .smTit{font-size: 13px;color: #606060;}
.newsDetailDiv .hdDiv .smTit span{margin: 0 15px;}
.newsDetailDiv .introDiv {border: 1px solid #e1e1e1;background: #f5f5f5;padding: 30px 25px;font-size: 14px;color: #606060;margin: 50px 0; }
.newsDetailDiv .articleDiv{font-size: 0.88em;color: #606060;line-height: 2;}
.newsDetailDiv .otherPage{margin-top: 60px;}
.newsDetailDiv .otherPage>div{margin: 10px 0;}
.newsDetailDiv .otherPage a{font-size: 0.88em;color: #606060;}
.newsDetailDiv .otherPage a:hover{color: #1a8801;}

.contactDiv .bdDiv{margin-top: -15.83333vw;background: rgba(255,255,255,.79);padding: 4vw 6.61vw;border-radius: 8px; }
.contactDiv .hdDiv{position: relative;margin: 0 0 100px;align-items: flex-start; }
.contactDiv .hdDiv .textDiv{width: 50%;font-size: 0.88em; }
.contactDiv .hdDiv .textDiv p{margin-bottom: 20px;}
.contactDiv .hdDiv .ewmDiv{width: 50%;flex-wrap: wrap; }
.contactDiv .hdDiv .ewmDiv .imgDiv{width: 50%;text-align: center;margin-bottom: 3.5vw;}
.contactDiv .hdDiv .ewmDiv .imgDiv img{width: 105px;height: 105px;}
.contactDiv .hdDiv .ewmDiv .imgDiv p{font-size: 0.88em;color: #303030;margin-top: 15px; }
.contactDiv .formDiv .titleDiv{text-align: center;padding-bottom: 20px;border-bottom: 3px solid #21b000;margin-bottom: 15px;}
.contactDiv .formDiv .titleDiv span{font-weight: bold;}
.contactDiv .formDiv .titleDiv p{font-size: 14px;color: #606060;}
.contactDiv .formDiv form{width: 100%;}
.contactDiv .formDiv form .row>div{margin-bottom: 20px;padding: 0 40px;}
.contactDiv .formDiv form input{width: 100%;line-height: 50px;border: 2px solid #d5d5d5;padding: 0 20px;color: #666;background: transparent;border-radius: 6px;font-size: 1em; }
.contactDiv .formDiv form textarea{width: 100%;border: 2px solid #d5d5d5;padding: 10px 20px;color: #666;background: transparent;resize: none;height: 200px;border-radius: 6px;font-size: 1em;  }
.contactDiv .formDiv form button{width: 150px;line-height: 40px;border: 0;color: #fff;background: #21b000;cursor: pointer;text-align: center;margin: 0 auto;display: block;font-size: 1em;}
.contactDiv .dituWrap{padding: 2vw;box-shadow: 0px 0px 10px rgba(0,0,0,.05);border-radius: 10px;margin-top: 50px; }
.contactDiv .dituWrap .dhDiv .tit{font-size: 1.22em;}
.contactDiv .dituWrap .dhDiv .selectDiv span{font-size: 1em;}
.contactDiv .dituWrap .dhDiv .selectDiv select{margin-left: 10px;width: 80px;font-size: 0.88em;}
.contactDiv .dituWrap .mapDiv{margin-top: 20px;position: relative;}
.contactDiv .dituWrap .tabsMap{position: relative;}
.contactDiv .dituWrap .tabsMap .dituDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;}
.contactDiv .dituWrap .tabsMap .dituDiv.active{position: relative;z-index: 1;}
.contactDiv .dituWrap .mapDiv .addrDiv{position: absolute;right: 20px;top: 50%;transform: translateY(-50%);width: 330px;border: 1px solid #000;background: #fff;padding: 2vw 1.5vw 0;z-index: 2; }
.contactDiv .dituWrap .mapDiv .addrDiv ul li{margin-bottom: 2vw;font-size: 0.88em; }
.contactDiv .dituWrap .mapDiv .addrDiv ul li img{margin-right: 20px;width: 1.71vw;}



.aboutDiv1{padding: 120px 0;}
.aboutDiv1 .bdDiv{text-align: center;color: #fff;}
.aboutDiv1 .bdDiv .titleDiv span{border-bottom: 3px solid #fff;padding-bottom: 10px;display: inline-block; }
.aboutDiv1 .bdDiv .textDiv{margin-top: 60px;font-size: 0.88em;line-height: 2.2; }

.aboutDiv2{padding: 75px 0;}
.aboutDiv2 .bdDiv{max-width: 1040px;margin: 0 auto; }
.aboutDiv2 .row{margin: 0 -2vw;}
.aboutDiv2 .row>div{padding: 0 2vw;color: #fff;text-align: center; }
.aboutDiv2 .row>div .conDiv{padding: 95px 20px;height: 100%;}
.aboutDiv2 .row>div .conDiv .line{width: 39.175%;height: 2px;background: #fff;margin: 25px auto; }
.aboutDiv2 .row>div .conDiv p{font-size: 1em;line-height: 2;}

.nyTitle{text-align: center;}
.aboutDiv3{padding: 70px 0 100px;}
.aboutDiv3 .bdDiv{max-width: 1100px;margin: 120px auto 0;padding-top: 40px;position: relative;}
.aboutDiv3 .bdDiv .textDiv{width: 59%;background: url(../img/a-bg4.png) no-repeat center center/cover;padding: 110px 5% 20px 6%;position: relative;z-index: 1; }
.aboutDiv3 .bdDiv .textDiv span{font-weight: bold;font-size: 1em;margin-left: 4%;}
.aboutDiv3 .bdDiv .textDiv .line{width: 84px;height: 2px;background: #0b4000;margin: 20px 0;}
.aboutDiv3 .bdDiv .textDiv p{font-size: 14px;line-height: 2;margin-left: 4%;}
.aboutDiv3 .bdDiv .imgDiv{width: 45%;position: absolute;right: 0;bottom: 0;}

.aboutDiv4 {padding-bottom: 30px; }
.aboutDiv4 .bdDiv{margin: 50px auto;max-width: 1200px;padding: 0 40px;position: relative;}
.aboutDiv4 .bdDiv .swiper-container{padding-top: 95px;}
.aboutDiv4 .swiper-slide{text-align: center;padding: 5px;}
.aboutDiv4 .swiper-slide .conDiv{background: #fff;box-shadow: 0px 0px 5px rgba(0,0,0,.1);position: relative;padding: 110px 10px 30px;display: block;color: #303030; }
.aboutDiv4 .swiper-slide .conDiv::after{content: "";width: 0;height: 6px;background: #167600;position: absolute;left: 0;bottom: 0;transition: all .3s; }
.aboutDiv4 .swiper-slide .conDiv:hover::after{width: 100%;}
.aboutDiv4 .swiper-slide .imgDiv{position: absolute;left: 50%;top: -95px; width: 190px;height: 190px;transform: translateX(-50%); }
.aboutDiv4 .swiper-slide .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;border-radius: 50%; }
.aboutDiv4 .swiper-slide .imgDiv .pic img{max-width: 100%;max-height: 100%;}
.aboutDiv4 .swiper-slide .textDiv .name{font-size: 1em;}
.aboutDiv4 .swiper-slide .textDiv .intro{font-size: 14px;margin-top: 5px;}
.aboutDiv4 .swiper-slide .textDiv .line{width: 30px;height: 2px;background: #eaeaea;margin: 15px auto; }
.aboutDiv4 .swiper-slide .textDiv .p{font-size: 14px;max-width: 240px;margin: 0 auto; }
.aboutDiv4 .swiper-slide .textDiv i{display: block;width: 41px;height: 18px;background: url(../img/more.png) no-repeat center center;margin: 20px auto 0; }
.aboutDiv4 .swiper-slide .conDiv:hover .textDiv i{background: url(../img/more_.png) no-repeat center center;}
.aboutDiv4 .swiper-button-next, .aboutDiv4 .swiper-button-prev{width: 41px;height: 46px;margin-top: 15px; }
.aboutDiv4 .swiper-button-next{background: url(../img/right.png) no-repeat center center;right: 0; }
.aboutDiv4 .swiper-button-prev{background: url(../img/left.png) no-repeat center center;left: 0; }
.aboutDiv4 .swiper-button-next:hover{background: url(../img/right_.png) no-repeat center center;right: 0; }
.aboutDiv4 .swiper-button-prev:hover{background: url(../img/left_.png) no-repeat center center;left: 0; }
.aboutDiv4 .moreBtn{width: 200px;line-height: 50px;text-align: center;background: #ffffff;color: #303030;margin: 0 auto;display: block;}
.aboutDiv4 .moreBtn:hover{background: #0b4000;color: #fff;font-size: 0.88em;}



.pageDiv{text-align: center;display: flex;justify-content: center;align-items: center;flex-wrap: wrap; }
.pageDiv span{display: flex;justify-content: center;align-items: center;}
.pageDiv a{display: flex;justify-content: center;align-items: center; height: 30px;padding: 0 10px; margin: 0 5px 5px;color: #333333;/* border-radius: 50%;box-shadow: 0px 0px 21px rgba(15,68,34,.26); */background: #fff;border-radius: 2px;border: 1px solid #eeeeee; }
.pageDiv .page-num-current{color: #fff;background: #006fc6;border-color: #006fc6; }
.pageDiv .page-status{margin-right: 10px;}

.detailDiv {padding:30px 0;}
.detailDiv .articleDiv{background: #fff;padding: 70px 30px;}
.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: #006fc6;}

.popDiv{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.6);left: 0;top: 0;z-index: 9999;display: none; }
.popDiv .popCon{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 96%;max-width: 800px; }
.popDiv .popCon a{position: absolute;right: -30px;top: -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:1200px) {
	header .logo span{font-size: 1.1em;}
}
@media (max-width:1100px) {
	header .logo img{width: 40px;}
	header .logo span{display: 0.9em;}
	header .rightDiv .otherDiv form{margin:0 1vw;}
	header .rightDiv .otherDiv form input{width: 145px;}
}
@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: 80%;}
	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 .rightDiv .otherDiv{right: 0;display: block;}
	header .rightDiv .otherDiv form input{width: 100%;}
	header .rightDiv .otherDiv .ewmDiv{margin-top: 20px;display: inline-block;margin-left: 20px;}
	header .rightDiv .otherDiv .ewmDiv .imgDiv{left: 0;margin-left: 0;}
	.wrap{padding: 0 15px;}
	
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;font-size: 14px;}
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	

	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
	.index-banner .swiper-pagination-bullet{width: 15px;height: 3px;}
	
	.f46{font-size: 1.8em;}
	.f40{font-size: 1.6em;}
	.f36{font-size: 1.5em;}
	.f30{font-size: 1.3em;}
	.f24{font-size: 1.2em;}
	.f20{font-size: 1em;}
	
	.indexDiv1{padding: 35px 0 0; }
	.indexDiv1 .titleDiv span{font-size: 60px;}
	.indexDiv1 .textDiv{margin: 35px 0; }
	.indexDiv1 .bdDiv{padding-bottom: 25px; }
	.indexDiv1 .bdDiv ul li img{height: 30px;}
	.indexDiv1 .bdDiv ul li p{margin-top: 10px; }
	.indexDiv1 .spDiv{padding: 50px 0; }
	.indexDiv1 .spDiv p{margin-top: 10px; }
	
	.indexDiv2{padding: 50px 0; }
	.indexDiv2 .indexTitle{text-align: center;}
	.indexTitle p{margin-top: 10px; }
	.indexDiv2 .bdDiv{margin: 30px 0 0;padding-bottom: 0px; }
	.indexDiv2 .bdDiv::after{width: 100%;}
	.indexDiv2 .bdDiv .row>div{margin-bottom: 20px;}
	.indexDiv2 .bdDiv .row>div .conDiv .textDiv{padding-top: 0;}
	.indexDiv2 .bdDiv .row>div .conDiv .textDiv p{margin-top: 5px;}
	.indexDiv2 .bdDiv .row>div .conDiv{padding: 14px 4.9% 0;border-radius: 15px;}
	
	.indexDiv3{padding: 50px 0; }
	.indexDiv3 .bdDiv .leftDiv .p{margin: 20px 0 40px;}
	.indexDiv3 .bdDiv .mapImg{position: relative;width: 100%;top: 0;}
	.indexDiv3 .bdDiv ul li .num{margin-right: 10px;}
	
	.indexDiv4{padding: 50px 0; }
	.indexDiv4:before{top: 20px;}
	.indexDiv4 .bdDiv{margin-top: 50px;}
	.indexDiv4 .row>div{margin-bottom: 30px;}
	.indexDiv4 .row>div .textDiv{padding-top: 20px;}
	
	
	.footerDiv{padding: 40px 0;}
	.footerDiv .hdDiv{width: 100%;display: block;}
	.footerDiv .hdDiv .logoDiv img{width: 50px;margin-right: 10px;}
	.footerDiv .hdDiv .listDiv{width: 100%;}
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 10px;}
	.footerDiv .hdDiv .listDiv:nth-child(1){width: 100%;}
	.footerDiv .hdDiv .listDiv .lxDiv{width: 100%;margin-top: 20px; }
	.footerDiv .hdDiv .listDiv .ewmDiv{margin-right: 20px;}
	.footerDiv .hdDiv .listDiv>span{font-size: 16px;}
	
	
	.nyBanner .wrap{height: 40vw; }
	.nyBanner .textDiv span{font-size: 20px;}
	.nyBanner .textDiv .line{width: 40px;margin-top: 10px;}
	
	.cybjDiv .bdDiv ul li{display: block; }
	.cybjDiv .bdDiv ul li .imgDiv{width: 100%;}
	.cybjDiv .bdDiv ul li .textDiv{width: 100%;}
	
	.newsDiv{padding-bottom: 35px;}
	.newsDiv .hdDiv a{display: block;padding-bottom: 40px; }
	.newsDiv .hdDiv .imgDiv{width: 100%;}
	.newsDiv .hdDiv .textDiv{width: 100%;margin-top: 20px; }
	.newsDiv .hdDiv .textDiv .title{margin: 10px 0;}
	.newsDiv .hdDiv .textDiv span{margin-top: 20px;font-size: 14px; }
	.newsDiv ul li a{display: block;padding: 30px 0; }
	.newsDiv ul li .leftDiv{width: 100%;flex-direction: column;position: relative; }
	.newsDiv ul li .leftDiv .dateDiv{position: absolute;left: 0;top: 0;z-index: 1;background: rgba(255,255,255,.79);padding: 5px; }
	.newsDiv ul li .imgDiv{width: 100%;}
	.newsDiv ul li .textDiv{width: 100%;padding: 0;margin-top: 15px; }
	.newsDiv ul li .textDiv .p{line-height: 1.8;margin: 10px 0; }
	
	
	
	.nyTitle span{font-size: 24px;}
	
	.aboutDiv1{padding: 45px 0;}
	.aboutDiv1 .bdDiv .textDiv{font-size: 14px;margin-top: 30px;}
	.aboutDiv2{padding: 35px 0;}
	.aboutDiv2 .row>div .conDiv{padding: 45px 10px; }
	.aboutDiv2 .row>div .conDiv p{font-size: 14px;}
	.aboutDiv3{padding: 35px 0 50px;}
	.aboutDiv3 .bdDiv{margin-top: 30px;padding-top: 0;display: block; }
	.aboutDiv3 .bdDiv .textDiv{width: 100%;padding-top: 50px; }
	.aboutDiv3 .bdDiv .imgDiv{width: 100%;position: relative;}
	.aboutDiv3 .bdDiv .textDiv span{font-size: 16px;}
	.aboutDiv3 .bdDiv .textDiv p{font-size: 12px;}
	.aboutDiv4 .bdDiv{margin: 20px auto;}
	.aboutDiv4 .bdDiv .swiper-container{padding-top: 75px; }
	.aboutDiv4 .swiper-slide .conDiv{padding-top: 90px; }
	.aboutDiv4 .swiper-slide .imgDiv{width: 150px;height: 150px;top: -75px; }
	
	
	
	.newsDetailDiv .bdDiv{padding-top: 4vw;}
	.newsDetailDiv .hdDiv .title{margin: 20px 0;}
	.newsDetailDiv .introDiv{padding: 10px;margin: 20px 0; }
	.newsDetailDiv .articleDiv,.newsDetailDiv .otherPage a{font-size: 13px;}
	
	.contactDiv .bdDiv{padding: 6vw; }
	.contactDiv .hdDiv{display: block;margin-bottom: 20px; }
	.contactDiv .hdDiv .textDiv{width: 100%;font-size: 14px;}
	.contactDiv .hdDiv .ewmDiv{width: 100%;margin-top: 40px;}
	.contactDiv .hdDiv .ewmDiv .imgDiv{margin-bottom: 30px;}
	.contactDiv .hdDiv .ewmDiv .imgDiv p{font-size: 14px;}
	.contactDiv .formDiv form .row>div{padding: 0 15px;}
	.contactDiv .dituDiv{padding: 10px;}
	.contactDiv .dituDiv .dhDiv{display: block;}
	.contactDiv .dituDiv .dhDiv .tit{margin-bottom: 10px;text-align: center;}
	.contactDiv .dituDiv .dhDiv .selectDiv{justify-content: center;}
	.contactDiv .dituDiv .mapDiv .addrDiv{position: relative;width: 100%;right: 0;top: 0;transform: initial;margin-top: 20px;padding: 20px 20px 0;}
	.contactDiv .dituDiv .mapDiv .addrDiv ul li{margin-bottom: 20px;}
	.contactDiv .dituDiv .mapDiv .addrDiv ul li img{width: 20px;margin-right: 10px;}
	.popDiv .popCon a{right: 0;}
	
	@media (max-width:320px) {
	}
	
}
