/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;margin: 0;font-family:fontR,"微软雅黑";font-size: 16px;color: #333333;overflow-x:hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
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;}
.ovh6{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;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;width: 100%;height: 100%;object-fit: contain; }
.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: fixed;top: 0;left: 0;width: 100%;z-index: 9999;color: #333333;text-align: center;height: 80px;background: #fff;}
header .logo a{height: 80px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 100%;}
header .rightDiv{float: right;}
header .rightDiv .menu{text-align: right;position: relative;}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin: 0 30px 0 0;}
header .rightDiv .menu>ul>li>a{height: 80px;line-height: 80px;text-align: left;color: #333;position: relative;font-size: 16px;}
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: none;color: #0195da!important;font-weight: bold;}
header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;margin-left: 0;background: #0195da;height: 2px;bottom: 16px;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}
header .otherDiv a{width: 7.3vw;min-width: 140px; height: 38px;background: #0195da;color: #fff;border-radius: 20px;font-size: 18px;}
header .otherDiv a img{margin-right: 15px;}
header .otherDiv a:hover{background: #4792b4;}

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;}


/****底部***/
.footerDiv{background: #2f2f2f;color: #c0c0c0;}
.footerDiv .hdDiv{overflow: hidden;padding: 40px 0 30px;border-bottom: 1px solid #565656;align-items: flex-start; }
.footerDiv .hdDiv .leftDiv ul{align-items: flex-start;}
.footerDiv .hdDiv .leftDiv ul li{margin-right: 45px;}
.footerDiv .hdDiv .leftDiv ul li a{color: #c0c0c0;}
.footerDiv .hdDiv .leftDiv ul li a:hover{color: #fff;}
.footerDiv .hdDiv .leftDiv ul li .aDiv{margin-top: 20px;}
.footerDiv .hdDiv .leftDiv ul li .aDiv>div{margin-top: 5px;}
.footerDiv .hdDiv .leftDiv ul li .aDiv a{font-size: 14px;color: #a6a6a6;}
.footerDiv .hdDiv .leftDiv ul li .aDiv a:hover{color: #c0c0c0;}
.footerDiv .hdDiv .rightDiv .lxDiv p{margin-top: 10px;font-size: 14px;color: #a6a6a6; }
.footerDiv .hdDiv .rightDiv .ewmDiv{width: 108px;margin-left: 40px;}
.footerDiv .hdDiv .rightDiv .ewmDiv p{font-size: 14px;margin-top: 10px;display: block;text-align: center;}
.footerDiv .bdDiv{text-align: center;color: #6a6a6a;padding: 15px 0;font-size: 14px;}
.footerDiv .bdDiv a{color: #6a6a6a;}
.footerDiv .bdDiv a:hover{color: #fff;}


/********************************* 首页 **********************************/
.main{margin-top: 80px;min-height: calc(100vh - 99px);}

/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 37.5vw;background: none no-repeat center;background-size: cover;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
.index-banner .swiper-pagination-bullet{width: 40px;height: 12px;background: #fff;border-radius: 6px;opacity:1;transition: all .8s; }
.index-banner .swiper-pagination-bullet-active{background: #0195da;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px;}

.indexTitle{position: relative;text-align: center;}
.indexTitle span{position: relative;font-size: 40px;display: block;font-weight: bold;color: #020202;}
.indexTitle p{line-height: 2;color: #020202;max-width: 530px;margin: 30px auto 0; }

.indexDiv1{padding: 55px 0 70px;}
.indexDiv1 .bdDiv{margin-top: 60px;}
.indexDiv1 .row{position: relative;}
.indexDiv1 .row>div{position: relative;}
.indexDiv1 .row>div .conDiv{background: #57a7cc;border-radius: 10px;overflow: hidden;text-align: center;padding: 20px;}
.indexDiv1 .row>div .conDiv .imgDiv{position: relative;padding-top: 107.2%;}
.indexDiv1 .row>div .conDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.indexDiv1 .row>div .conDiv .pic img{max-width: 100%;max-height: 100%;}
.indexDiv1 .row>div .conDiv a{width: 100%;margin: 20px auto 0;line-height: 60px;background: #fff;text-align: center;border-radius: 8px;overflow: hidden;display: block;font-size: 22px;font-weight: bold;color: #2d7cab;}
.indexDiv1 .row>div .conDiv a:hover{background: #4792b4;color: #fff;}
.indexDiv1 .moreBtn{width: 340px;height: 69px;background: #57a7cc;color: #fff;border-radius: 10px;margin: 70px auto 0;font-size: 22px;font-weight: bold;}
.indexDiv1 .moreBtn img{margin-right: 29px;}
.indexDiv1 .moreBtn:hover{background: #4792b4;}

.indexDiv2{padding: 70px 0 115px;background: url(../img/i-bg1.jpg) no-repeat center center;background-size: cover;}
.indexDiv2 .bdDiv{align-items: flex-start;}
.indexDiv2 .bdDiv .leftDiv{width: 48.75%;}
.indexDiv2 .bdDiv .leftDiv .bd{height: 324px;}
.indexDiv2 .bdDiv .rightDiv{width: 46.67%;}
.indexDiv2 .bdDiv .rightDiv .bd{background: #e0f0f8;border-radius: 16px;overflow: hidden;padding: 27px 16px 22px 13px;}
.indexDiv2 .bdDiv .rightDiv .bd ul li{border-top: 1px dashed rgba(108,168,212,.3);padding: 15px 0;position: relative;}
/*.indexDiv2 .bdDiv .rightDiv .bd ul li:nth-child(1):before,.indexDiv2 .bdDiv .rightDiv .bd ul li:nth-child(2):before{content: "";width: 28px;height: 20px;background: url(../img/huo.png) no-repeat center center;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}*/
.indexDiv2 .bdDiv .rightDiv .bd ul li a{width: calc(100% - 85px);color: #030414;padding-left: 30px;position: relative; }
.indexDiv2 .bdDiv .rightDiv .bd ul li a:before{content: "";width: 4px;height: 4px;background: #030414;position: absolute;left: 15px;top: 50%;margin-top: -2px;border-radius: 50%;  }
.indexDiv2 .bdDiv .rightDiv .bd ul li a:hover{color: #0195da;}
.indexDiv2 .hd{font-size: 34px;font-weight: bold;color: #fff;text-align: center;margin-bottom: 60px;}
#certify1 {position: relative;margin: 0 auto;}
#certify1 .swiper-container {padding-bottom: 30px;}
#certify1 .swiper-slide {width: 380px;background: #fff;border-radius: 10px;overflow: hidden;height: 270px;}
#certify1 .swiper-slide img {display: block;opacity: 1;width: 100%;}
#certify1 .swiper-slide-active {box-shadow: 0 8px 13px rgba(0,0,0,.2);}
#certify1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0px;}
#certify1 .swiper-pagination-bullet{width: 8px;height: 8px;background: #fff;border-radius: 4px;opacity:1;transition: all .8s; }
#certify1 .swiper-pagination-bullet-active{width: 28px;}
#certify1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 3px;}

.indexDiv3{padding: 67px 0 86px;}
.indexDiv3 .bdDiv{margin-top: 80px;}
.indexDiv3 .bdDiv .row{margin: 0 -12.5px;}
.indexDiv3 .bdDiv .row>div{padding: 0 12.5px;}
.indexDiv3 .bdDiv .row>div .imgDiv{position: relative;padding-top: 51.78%;}
.indexDiv3 .bdDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;border-radius: 10px;}
.indexDiv3 .bdDiv .row>div .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover;}
.indexDiv3 .bdDiv .row>div .textDiv .title{margin: 15px 0 5px;font-weight: bold;font-size: 18px;color: #020202;}
.indexDiv3 .bdDiv .row>div .textDiv .tjzs span{color: #727272;font-size: 14px;}
.indexDiv3 .bdDiv .row>div .textDiv .tjzs .star{margin: 0 0 0 13px;}
.indexDiv3 .bdDiv .row>div a:hover .textDiv .title{color: #0195da;}

.indexDiv4{padding: 60px 0 80px;background: url(../img/i-bg2.jpg) no-repeat center center;background-size: cover;}
.indexDiv4 .indexTitle span{color: #fff;}
.indexDiv4 .bdDiv{margin-top: 80px;}
.indexDiv4 .bdDiv .conDiv{position: relative;}
.indexDiv4 .bdDiv .chDiv{padding: 0 13%;background: url(../img/hs-bg.png) no-repeat center bottom/100%;}
#certify2 {position: relative;margin: 0 auto;}
#certify2 .swiper-container {position: relative;}
#certify2 .swiper-slide{width: 144px;position: initial;padding-bottom: 80px;}
#certify2 .swiper-slide a{display: block;background: #fff;height: 184px;border: 1px solid #888888;display: flex;justify-content: center;align-items: center;box-shadow: 0px 20px 10px rgba(0,0,0,.05);}
#certify2 .swiper-slide img {display: block;opacity: 1;max-width: 100%;}
#certify2 .swiper-slide-active a{box-shadow: none;}
#certify2 .swiper-slide .textDiv{display: none;}
#certify2 .swiper-slide .textDiv .star{margin-top: 5px;}
.star{width: 85px;height: 12px;margin: 0 auto;}
.star-1{background: url(../img/star1.png) no-repeat center center;}
.star-2{background: url(../img/star2.png) no-repeat center center;}
.star-3{background: url(../img/star3.png) no-repeat center center;}
.star-4{background: url(../img/star4.png) no-repeat center center;}
.star-5{background: url(../img/star5.png) no-repeat center center;}
#certify2 .swiper-slide-active .textDiv{position: absolute;left: 50%;bottom: 14px;width: 200%;text-align: center;transform: translateX(-50%);display: block; }
.indexDiv4 .bdDiv .titleDiv{font-size: 20px;font-weight: bold;color: #fff;margin-top: 15px;text-align: center; } 

.indexDiv5{padding: 70px 0 90px;}
.indexDiv5 .bdDiv{margin-top: 85px;}
.indexDiv5 .bdDiv .row{margin: 0 -70px;}
.indexDiv5 .bdDiv .row>div{padding: 0 70px;}
.indexDiv5 .bdDiv .row>div a{position: relative;}
.indexDiv5 .bdDiv .row>div a>img{width: 30%;position: absolute;left: 0;bottom: 0;z-index: 1;}
.indexDiv5 .bdDiv .row>div a>.titleDiv{width: 73.5%;position: relative;}
.indexDiv5 .bdDiv .row>div a>.titleDiv .title{position: absolute;left: 0;top: 30%;width: 100%;text-align: center;font-size: 24px;color: #fff;font-weight: bold; }

.ny-banner{width: 100%;position:relative;height: 22.916666vw;}

.newsDiv{padding: 58px 0 42px;}
.newsDiv .row>div{margin-bottom: 20px;}
.newsDiv .row>div a{background: #f5f5f5;border-radius: 16px;overflow: hidden;padding: 20px;}
.newsDiv .row>div .imgDiv{width: 140px;height: 140px;overflow: hidden;border-radius: 10px;}
.newsDiv .row>div .textDiv{width: calc(100% - 160px);}
.newsDiv .row>div .textDiv span{font-size: 18px;font-weight: bold;color: #000000;}
.newsDiv .row>div .textDiv p{font-size: 14px;color: #6a6a6a;margin: 15px 0;line-height: 2;}
.newsDiv .row>div .textDiv .date{font-size: 14px;color: #000000;}
.newsDiv .row>div .textDiv .date img{margin-right: 10px;}
.newsDiv .row>div a:hover .textDiv span{color: #0195da;}

.pageDiv{text-align: center;display: flex;justify-content: center;align-items: center;flex-wrap: nowrap;margin-top: 30px; }
.pageDiv span{display: flex;justify-content: center;align-items: center;}
.pageDiv a{display: flex;justify-content: center;align-items: center; height: 32px;padding: 0 11px; margin: 0 5px;color: #4d3a3a;background: #f5f5f5;border-radius: 4px;border: 1px solid #dcdcdc;font-size: 14px; }
.pageDiv .page-num-current{color: #fff;background: #6ca8d4;border-color: #6ca8d4;color: #fff; }
.pageDiv .page-status{margin-right: 10px;}

.hpDiv{padding: 58px 0 42px;}
.hpDiv .bdDiv{margin-top: 0;}
.hpDiv .bdDiv .row>div{margin-bottom: 50px;}

.twoMenuDiv{margin-bottom: 46px;}
.twoMenuDiv a{width: 140px;margin: 0 20px;line-height: 42px;background: #f5f5f5;border: 1px solid #dcdcdc;border-radius: 4px;text-align: center;color: #000000;font-weight: bold; }
.twoMenuDiv .active{color: #579cc7;border-color: #579cc7; }

.xlkpDiv{padding: 50px 0 42px;}
.xlkpDiv .bdDiv{margin-top: 46px;}
.xlkpDiv .bdDiv .row{margin: 0 -80px;}
.xlkpDiv .bdDiv .row>div{padding: 0 80px;margin-bottom: 60px;text-align: center;}
.xlkpDiv .bdDiv .row>div .imgDiv{padding-top: 133.33%;position: relative;}
.xlkpDiv .bdDiv .row>div .imgDiv .pic{position: absolute;border: 1px solid #cfcfcf;left: 0;top: 0;width: 100%;height: 100%;padding: 5px;}
.xlkpDiv .bdDiv .row>div .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover;}
.xlkpDiv .bdDiv .row>div .titleDiv{text-align: center;font-size: 18px;font-weight: bold;color: #000000;margin-top: 20px; }
.xlkpDiv .bdDiv .row>div a:hover .titleDiv{color: #0195da;}

.zjjzDiv{padding: 60px 0 42px;}
.zjjzDiv .row{margin: 0 -20px;}
.zjjzDiv .row>div{padding: 0 20px;margin-bottom: 20px;}
.zjjzDiv .row>div a{background: #f5f5f5;padding: 20px;border-radius: 16px; } 
.zjjzDiv .row>div .imgDiv{width: 49.8%;height: 140px;display: flex;justify-content: center;align-items: center;border-radius: 10px;}
.zjjzDiv .row>div .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.zjjzDiv .row>div .textDiv{width: 43.7%;}
.zjjzDiv .row>div .textDiv span{font-size: 18px;font-weight: bold;color: #000000;}
.zjjzDiv .row>div .textDiv p{font-size: 14px;color: #6a6a6a;margin-top: 15px;line-height: 2;}
.zjjzDiv .row>div a:hover .textDiv span{color: #0195da;}

.haoshuDiv{padding: 50px 0 42px;}
.haoshuDiv .bdDiv{margin-top: 44px;}
.haoshuDiv .bdDiv .row{margin: 0 -20px;}
.haoshuDiv .bdDiv .row>div{margin-bottom: 20px;}
.haoshuDiv .row>div a{background: #f5f5f5;padding: 20px;border-radius: 16px; } 
.haoshuDiv .row>div .imgDiv{width: 130px;height: 180px;border-radius: 2px;padding: 4px 8px;border: 1px solid #cfcfcf;background: #fff;}
.haoshuDiv .row>div .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.haoshuDiv .row>div .textDiv{width: calc(100% - 160px);}
.haoshuDiv .row>div .textDiv .title{font-size: 18px;font-weight: bold;color: #000000;}
.haoshuDiv .row>div .textDiv .tag{font-size: 14px;display: inline-block;background: #6ca8d4;color: #fff;padding: 0 11px;line-height: 24px;border-radius: 12px;margin: 15px 0 ; }
.haoshuDiv .row>div .textDiv p{font-size: 14px;color: #6a6a6a;line-height: 2;}
.haoshuDiv .row>div a:hover .textDiv .title{color: #0195da;}


.newsDetailDiv{background: url(../img/nd-bg.jpg) no-repeat top center/cover;padding: 20px 0;}
.newsDetailDiv .bdDiv{background: #fff;border-radius: 10px;overflow: hidden;}
.newsDetailDiv .bdDiv .hd{padding: 25px 0 18px;text-align: center;border-bottom: 1px solid rgba(108,168,212,.2);margin: 0 40px; }
.newsDetailDiv .bdDiv .hd .title{font-size: 24px;color: #000;margin-bottom: 10px;}
.newsDetailDiv .bdDiv .hd .time{font-size: 14px;color: #878787;}
.newsDetailDiv .bdDiv .bd{margin: 20px 10px 20px 40px;line-height: 2;font-size: 14px;color: #000000;max-height: 670px;overflow-y: auto;}
.newsDetailDiv .bdDiv .bd::-webkit-scrollbar  {  width: 8px;  height: 10px;  }  
.newsDetailDiv .bdDiv .bd::-webkit-scrollbar-track  {  border-radius: 10px;  }  
.newsDetailDiv .bdDiv .bd::-webkit-scrollbar-thumb  { border-radius: 10px; background-color: #d4d4d4;}
.newsDetailDiv .bdDiv .fd{background: #f3f3f3;padding: 15px 40px;font-size: 14px;color: #567b92;}
.newsDetailDiv .bdDiv .fd a{font-weight: bold;color: #567b92}
.newsDetailDiv .bdDiv .fd a:hover{color: #0195da;}

.hpDetailDiv{background: url(../img/nd-bg.jpg) no-repeat top center/cover;padding: 20px 0;}
.hpDetailDiv .bdDiv{background: #fff;border-radius: 10px;overflow: hidden;}
.hpDetailDiv .bdDiv .hd{padding: 40px;text-align: center;}
.hpDetailDiv .bdDiv .hd .title{font-size: 26px;color: #000;}
.hpDetailDiv .bdDiv .bd{margin: 0 10px 70px 40px;line-height: 2;font-size: 14px;color: #000000;}
.hpDetailDiv .bdDiv .bd .bdl{width: 48.7%;}
.hpDetailDiv .bdDiv .bd .bdl video{display: block;}
.hpDetailDiv .bdDiv .bd .bdr{max-height: 360px;overflow-y: auto;width: 51.3%;padding: 0 36px;}
.hpDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar  {  width: 8px;  height: 10px;  } 
.hpDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar-track  {  border-radius: 10px;  }  
.hpDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar-thumb  { border-radius: 10px; background-color: #d4d4d4;}
.hpDetailDiv .bdDiv .fd{background: #f3f3f3;padding: 15px 40px;font-size: 14px;color: #567b92;position: relative;}
.hpDetailDiv .bdDiv .fd .fdl{position: absolute;left: 40px;bottom: 8px;width: 38.9%;}
.hpDetailDiv .bdDiv .fd .fdr i{margin: 0 38px;display: inline-block;color: #6ca8d4;}
.hpDetailDiv .bdDiv .fd .fdr span{margin: 0 30px;display: inline-block;font-weight: bold;}
.hpDetailDiv .bdDiv .fd a{font-weight: bold;color: #567b92}
.hpDetailDiv .bdDiv .fd a:hover{color: #0195da;}


.hsDetailDiv{background: url(../img/nd-bg.jpg) no-repeat top center/cover;padding: 20px 0;}
.hsDetailDiv .bdDiv{background: #fff;border-radius: 10px;overflow: hidden;}
.hsDetailDiv .bdDiv .hd{padding: 40px;text-align: center;}
.hsDetailDiv .bdDiv .hd .title{font-size: 24px;color: #000; }
.hsDetailDiv .bdDiv .bd{margin: 0 10px 70px 40px;line-height: 2;font-size: 14px;color: #000000; }
.hsDetailDiv .bdDiv .bd .bdl{width: 34.4%; }
.hsDetailDiv .bdDiv .bd .bdl .imgDiv{border: 1px solid #cfcfcf;max-width: 260px;margin: 0 auto;text-align: center; }
.hsDetailDiv .bdDiv .bd .bdr{max-height: 360px;overflow-y: auto;width: 65.6%;padding: 0 36px; }
.hsDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar  {  width: 8px;  height: 10px;  } 
.hsDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar-track  {  border-radius: 10px;  }  
.hsDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar-thumb  { border-radius: 10px; background-color: #d4d4d4;}
.hsDetailDiv .bdDiv .fd{background: #f3f3f3;padding: 15px 40px;font-size: 14px;color: #567b92;position: relative;}
.hsDetailDiv .bdDiv .fd .fdl{position: absolute;left: 40px;bottom: 7px;width: 23.9%;}
.hsDetailDiv .bdDiv .fd .fdr i{margin: 0 38px;display: inline-block;color: #6ca8d4;}
.hsDetailDiv .bdDiv .fd .fdr span{margin: 0 30px;display: inline-block;font-weight: bold;}
.hsDetailDiv .bdDiv .fd a{font-weight: bold;color: #567b92}
.hsDetailDiv .bdDiv .fd a:hover{color: #0195da;}

.popDiv{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 99999;display: none; }
.popDiv .popCon{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #fff;padding: 35px 40px 45px;border-radius: 10px;max-width: 1280px;width: 96%;}
.popDiv .popCon a.closeBtn{position: absolute;right: 11px;top: 5px; }
.popDiv .popCon video{display: block;}

.kpDetailDiv{background: url(../img/nd-bg.jpg) no-repeat top center/cover;padding: 20px 0;}
.kpDetailDiv .bdDiv{background: #fff;border-radius: 10px;overflow: hidden;}
.kpDetailDiv .bdDiv .bd{position: relative;padding: 20px 12px 0;height: 740px;}
.kpDetailDiv .bdDiv a.fanhui_a{position: absolute;left: 12px;top: 20px;font-size: 14px;font-weight: bold;color: #567b92;}
.kpDetailDiv .bdDiv a.fanhui_a img{margin-right: 7px;}
.kpDetailDiv .bdDiv .bd .content{/* max-height: 720px;overflow-y: auto; */ width: 100%;padding: 0 40px;text-align: center;overflow: hidden;}
.kpDetailDiv .bdDiv .bd .content .imgDiv{width: 100%;height: 720px;position: relative; }
.kpDetailDiv .bdDiv .bd .content .imgDiv img{max-width: initial;}
/* .kpDetailDiv .bdDiv .bd .content::-webkit-scrollbar  {  width: 8px;  height: 10px;  } 
.kpDetailDiv .bdDiv .bd .content::-webkit-scrollbar-track  {  border-radius: 10px;  }  
.kpDetailDiv .bdDiv .bd .content::-webkit-scrollbar-thumb  { border-radius: 10px; background-color: #d4d4d4;} */
.kpDetailDiv .bdDiv .fd{background: #f3f3f3;padding: 15px 40px;font-size: 14px;color: #567b92;position: relative;}
.kpDetailDiv .bdDiv .fd a{font-weight: bold;color: #567b92}
.kpDetailDiv .bdDiv .fd a:hover{color: #0195da;}




/*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,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left}
/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu>ul>li.has-sub>a{padding-right:0}
/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-12px;width:8px;height:8px;border-bottom:2px solid #333333;border-right:2px solid #333333;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}
.indexHeader .menu>ul>li.has-sub>a::after{border-color: #fff;}
.on-fixed  .indexHeader .menu>ul>li.has-sub>a::after{border-color: #333;}
.menu>ul>li.has-sub:hover>a::after{border-color:#f80e02!important;}
.menu>ul>li.has-sub.on>a::after{border-color:#f80e02;}*/
.menu ul ul{position:absolute;left:-9999px;text-align: center;width: 100%;}
.menu li:hover>ul{left:0;}
/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul{right:100%;top:10px;}
.menu ul ul li:hover>ul{left: auto;margin-left: 0;}
/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul li{-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;float: left;margin-right: 60px;}
.menu ul ul{background: #fff;}
.menu ul ul li a .iconDiv{margin-bottom: 30px;}
.menu ul ul li>a{font-size: 16px;color:#fff;text-decoration:none;-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 ul li .alist a{display: block;font-size: 16px;color: #666666;margin-top: 15px;text-decoration:none;-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 ul li>a:hover,.menu ul ul li a:hover{opacity: .8;}
header .rightDiv .menu>ul>li{position: relative;}
header .rightDiv .menu>ul>li ul{min-width: 160px;}
header .rightDiv .menu>ul>li:hover ul{margin-left: 50%;transform: translateX(-50%);}
header .rightDiv .menu>ul>li li{display: block;float: initial;width: 100%;}
header .rightDiv .menu>ul>li li a{font-size: 14px;color: #3f465d;margin: 0;line-height: 40px;font-weight: normal;text-align: left;text-transform: capitalize;text-align: center; }
header .rightDiv .menu>ul>li li a:hover{background: #d0f0ff;color: #0195da;font-weight: bold;}
.menu ul .default ul{padding: 0;}


/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/

@media (max-width:1220px) {
	.wrap{padding: 0 15px;}
	.xlkpDiv .bdDiv .row{margin: 0 -4vw;}
	.xlkpDiv .bdDiv .row>div{padding: 0 4vw;margin-bottom: 60px;text-align: center;}
}
@media (max-width:1100px) {
	
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width :100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0 30px;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}

	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0;}
	header .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 {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 100%;}
	/*body.on-menu header {right: 45%;}*/
	header .mbtn {display: block;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background: #fff;
	}
	header .rightDiv .menu ul{float: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul>li>a small{display: none;}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on{background: none;}
	.menu ul ul{box-shadow: none;}
	.menu ul ul li a .iconDiv{display: none;}
	.menu ul ul li>a{margin-bottom: 0;}
	.menu ul ul li .alist a{margin: 0;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px;}
	header .otherDiv a{margin-right: 50px;height: 30px;font-size: 16px;min-width: 100px;}
	header .otherDiv a img{margin-right: 10px;}
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	
	
	.index-banner .img{height: 50vw;}
	.index-banner .textDiv span{font-size: 20px;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 5px;}
	.index-banner .swiper-pagination-bullet{width:8px;height: 8px;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px;}
	
	.indexTitle span{font-size: 24px;}
	.indexTitle p{font-size: 14px;margin-top: 15px;}
	
	.indexDiv1{padding: 50px 0;}
	.indexDiv1 .bdDiv{margin-top: 30px;}
	.indexDiv1 .row{margin: 0 -5px;}
	.indexDiv1 .row>div{margin-bottom: 10px;padding: 0 5px; }
	.indexDiv1 .row>div .conDiv{padding: 10px;}
	.indexDiv1 .row>div .conDiv a{line-height: 40px;font-size: 16px;}
	.indexDiv1 .moreBtn{margin-top: 30px;width: 300px;height: 60px;font-size: 20px;}
	.indexDiv1 .moreBtn img{margin-right: 15px;width: 30px;}
	
	.indexDiv2{padding: 50px 0;}
	.indexDiv2 .bdDiv{display: block;}
	.indexDiv2 .bdDiv .leftDiv{width: 100%;}
	.indexDiv2 .bdDiv .rightDiv{width: 100%;margin-top: 40px;}
	.indexDiv2 .hd{font-size: 24px;margin-bottom: 30px;}
	#certify1 .swiper-slide{width: 100%;height: auto;}
	.indexDiv2 .bdDiv .leftDiv .bd{height: initial;}
	.indexDiv2 .bdDiv .rightDiv .bd ul li{padding: 10px 0;}
	
	.indexDiv3{padding: 50px 0;}
	.indexDiv3 .bdDiv{margin-top: 40px;}
	.indexDiv3 .bdDiv .row{margin: 0 -6px;}
	.indexDiv3 .bdDiv .row>div{padding: 0 6px;margin-bottom: 20px;}
	.indexDiv3 .bdDiv .row>div .textDiv .title{font-size: 16px;}
	.indexDiv3 .bdDiv .row>div .textDiv .tjzs .star{margin-left: 5px;}
	
	.indexDiv4{padding: 50px 0;}
	.indexDiv4 .bdDiv{margin-top: 0;}
	.indexDiv4 .bdDiv .row>div{margin-top: 40px;}
	
	.indexDiv5{padding: 50px 0;}
	.indexDiv5 .bdDiv{margin-top: 0;}
	.indexDiv5 .bdDiv .row>div{margin-top: 40px;}
	.indexDiv5 .bdDiv .row>div a{max-width: 307px;margin: 0 auto;}
	
	.footerDiv .hdDiv .wrap{display: block;}
	.footerDiv .hdDiv .leftDiv{display: none;}
	.footerDiv .hdDiv .rightDiv{width: 100%;justify-content: space-between; }
	.footerDiv .bdDiv{text-align: center;}
	
	.ny-banner{height: 36vw;}
	
	.newsDiv{padding: 40px 0;}
	.newsDiv .row>div a{padding: 10px;border-radius: 10px;}
	.newsDiv .row>div .imgDiv{width: 100px;height: 100px;}
	.newsDiv .row>div .textDiv{width: calc(100% - 110px);}
	.newsDiv .row>div .textDiv p{margin: 5px 0;line-height: 1.6;}
	.newsDiv .row>div .textDiv span{font-size: 16px;}
	
	.hpDiv{padding: 40px 0;}
	.hpDiv .bdDiv{margin-top: 0;}
	.hpDiv .bdDiv .row>div{margin-bottom: 25px;}
	
	.twoMenuDiv{margin-bottom: 23px;}
	.twoMenuDiv a{margin: 0 5px;width: 100px;line-height: 35px;font-size: 15px;}
	
	.xlkpDiv .bdDiv .row>div{margin-bottom: 20px;}
	.xlkpDiv .bdDiv .row>div .titleDiv{font-size: 16px;margin-top: 10px;}
	
	.zjjzDiv .row>div a{display: block;}
	.zjjzDiv .row>div .imgDiv{width: 100%;height: 158px;}
	.zjjzDiv .row>div .textDiv{width: 100%;margin-top: 20px;}
	
	.haoshuDiv .bdDiv{margin-top: 20px;}
	.haoshuDiv .row>div a{padding: 15px;}
	.haoshuDiv .row>div .imgDiv{width: 110px;height: 147px;}
	.haoshuDiv .row>div .textDiv{width: calc(100% - 130px);}
	.haoshuDiv .row>div .textDiv p{line-height: 1.6;}
	
	.newsDetailDiv .bdDiv .hd{margin: 0 20px;padding: 15px 0;}
	.newsDetailDiv .bdDiv .hd .title{font-size: 18px;}
	.newsDetailDiv .bdDiv .bd{margin: 10px 10px 10px 20px;}
	.newsDetailDiv .bdDiv .fd{padding: 10px 20px;}
	
	.hpDetailDiv .bdDiv .hd{padding: 20px;}
	.hpDetailDiv .bdDiv .hd .title{font-size: 18px;}
	.hpDetailDiv .bdDiv .bd{display: block;margin: 0 10px 50px 20px;}
	.hpDetailDiv .bdDiv .bd .bdl{width: 100%;}
	.hpDetailDiv .bdDiv .bd .bdr{width: 100%;margin-top: 20px;padding: 0 10px 0 0;}
	.hpDetailDiv .bdDiv .fd{display: block;padding: 10px 20px;}
	.hpDetailDiv .bdDiv .fd .fdl{position: relative;margin-top: -30px;left: 0;bottom: auto;width: initial;}
	.hpDetailDiv .bdDiv .fd .fdr{margin-top: 15px;justify-content: center;}
	.hpDetailDiv .bdDiv .fd .fdr i{margin: 0 25px;}
	.hpDetailDiv .bdDiv .fd .fdr span{margin: 0 15px;}
	
	
	
	.hsDetailDiv .bdDiv .hd{padding: 20px;}
	.hsDetailDiv .bdDiv .hd .title{font-size: 18px;}
	.hsDetailDiv .bdDiv .bd{display: block;margin: 0 10px 70px 20px;}
	.hsDetailDiv .bdDiv .bd .bdl{width: 100%;}
	.hsDetailDiv .bdDiv .bd .bdl .imgDiv{max-width: 180px;}
	.hsDetailDiv .bdDiv .bd .bdr{width: 100%;margin-top: 20px;padding: 0 10px 0 0;}
	.hsDetailDiv .bdDiv .fd{display: block;padding: 10px 20px;}
	.hsDetailDiv .bdDiv .fd .fdl{position: relative;margin-top: -50px;left: 0;width: initial;bottom: auto;}
	.hsDetailDiv .bdDiv .fd .fdr{margin-top: 10px;justify-content: center;}
	.hsDetailDiv .bdDiv .fd .fdr i{margin: 0 25px;}
	.hsDetailDiv .bdDiv .fd .fdr span{margin: 0 15px;}
	
	.popDiv .popCon{padding: 20px;}
	.popDiv .popCon a.closeBtn{right: 5px;top: 0;}
	
	.kpDetailDiv .bdDiv .bd{height: 640px;}
	.kpDetailDiv .bdDiv .bd .content{padding: 30px 10px 0;}
	.kpDetailDiv .bdDiv .bd .content .imgDiv{height: 620px;}
	
	@media (max-width:320px) {
		
		
		
	}
	
}


/********************************* 首页 **********************************/
.main {
	margin-top: 80px;
	min-height: calc(100vh - 180px);
}

/*banner轮播*/
.index-banner {
	width: 100%;
	position: relative;
}

.index-banner .swiper-slide {
	overflow: hidden;
}

.index-banner .img {
	width: 100%;
	display: block;
	height: 37.5vw;
	background: none no-repeat center;
	background-size: cover;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
}

.index-banner .swiper-pagination-bullet {
	width: 40px;
	height: 12px;
	background: #fff;
	border-radius: 6px;
	opacity: 1;
	transition: all .8s;
}

.index-banner .swiper-pagination-bullet-active {
	background: #0099BB;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}


.case-banner {
	width: 100%;
	position: relative;
	background-image: url(../img/case-bg.png);
	background-size: cover;
}
.case-banner .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.case-banner .text p{
	font-size: 14px;
	font-weight: normal;
	padding-top: 8px;
}
.case-banner .img {
	width: 100%;
	display: block;
	height: 200px;
	background: none no-repeat center;
	background-size: cover;
}

.indexTitle {
	position: relative;
	text-align: center;
}

.indexTitle span {
	position: relative;
	font-size: 40px;
	display: block;
	font-weight: bold;
	color: #020202;
}

.indexTitle p {
	line-height: 2;
	color: #020202;
	max-width: 1000px;
	margin: 8px auto 0;
}

.indexDiv1 {
	padding: 55px 0 70px;
	background: url(../img/indexDiv1.png) no-repeat center center;
    background-size: cover;
}
.indexDiv11{
	/* background-image:none;
	background-color: rgba(248, 250, 253, 1); */
    background: url(../img/bg-3.jpg) no-repeat center center;
    background-size: cover;
	padding-bottom: 40px;
}

.indexDiv11 .num-box{
	max-width: 700px;
	margin: 0 auto;
	color: #869fa5;
	text-align: center;
}
.indexDiv11 .num-box .num{
	font-size: 30px;
    color: #09b;
    font-weight: bold;
}
.indexDiv11 .seeMoreBox{
	text-align: center;
	margin-top: 18px;
}
.indexDiv11 .seeMore{
	display: inline-block;
	text-align: center;
	position: relative;
	padding-right: 14px;
}
.indexDiv11 .seeMore:hover{
	cursor: pointer;
	color: #09b;
}
.indexDiv11 .seeMore:hover::after{
	border-color: #09b;
}
.indexDiv11 .seeMore::after{
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right:2px solid #000;
    transform: rotate(45deg) translateX(-50%);
}
.indexDiv1 .bdDiv {
	margin-top: 16px;
}

.indexDiv1 .row {
	position: relative;
}

.indexDiv1 .row>div {
	position: relative;
}

.indexDiv1 .row>div {
	/* background: #57a7cc; */
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	padding: 20px;
	font-size: 16px;
}
.indexDiv11 .row>div{
	padding: 8px;
}
.indexDiv1 .row>div .imgDiv {
	position: relative;
	padding-top: 60%;
	width: 100%;
}

.indexDiv1 .row>div .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.indexDiv1 .row>div .pic img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.indexDiv1 .row>div a {
	width: 100%;
	margin: 20px auto 0;
	background: #fff;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	font-weight: bold;
	/* color: #2d7cab; */
}

.indexDiv1 .row>div a:hover {
	/* background: #4792b4;
	color: #fff; */
	cursor: pointer;
}
.indexDiv1 .textDiv{
	color: #101010;
	text-align: left;
	padding: 12px;
	font-size: 18px;
}
.indexDiv1 .textDiv .textMore{
	font-size: 14px;
	line-height: 1.75;
	color: #708296;
    font-weight: normal;
	padding: 4px 0;
}
.indexDiv1 .moreBtn {
	width: 340px;
	height: 69px;
	background: #57a7cc;
	color: #fff;
	border-radius: 10px;
	margin: 70px auto 0;
	font-size: 22px;
	font-weight: bold;
}

.indexDiv1 .moreBtn img {
	margin-right: 29px;
}

.indexDiv1 .moreBtn:hover {
	background: #4792b4;
}
.indexDiv6{
	padding: 50px 0;
}
.indexDiv6 .indexTitle{
	padding-bottom: 40px;
}
.indexDiv6 .row>div{
	padding: 0;
}
.indexDiv6 .logoItem{
	border: 1px solid rgba(161, 202, 211, 1);
	width: 100%;
	padding-top: 30%;
	position: relative;
	width: 96%;
    margin: 6px;
}
.indexDiv6 .logoItem .pic{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	padding: 8px;
}
.indexDiv6 .logoItem .pic img{
	max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.indexDiv2 {
	padding: 70px 0 115px;
	background: url(../img/i-bg1.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv2 .bdDiv {
	align-items: flex-start;
}

.indexDiv2 .bdDiv .leftDiv {
	width: 48.75%;
}

.indexDiv2 .bdDiv .leftDiv .bd {
	height: 324px;
}

.indexDiv2 .bdDiv .rightDiv {
	width: 46.67%;
}

.indexDiv2 .bdDiv .rightDiv .bd {
	background: #e0f0f8;
	border-radius: 16px;
	overflow: hidden;
	padding: 27px 16px 22px 13px;
}

.indexDiv2 .bdDiv .rightDiv .bd ul li {
	border-top: 1px dashed rgba(108, 168, 212, .3);
	padding: 15px 0;
	position: relative;
}

.indexDiv2 .bdDiv .rightDiv .bd ul li:nth-child(1):before,
.indexDiv2 .bdDiv .rightDiv .bd ul li:nth-child(2):before {
	content: "";
	width: 28px;
	height: 20px;
	background: url(../img/huo.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.indexDiv2 .bdDiv .rightDiv .bd ul li a {
	width: calc(100% - 85px);
	color: #030414;
	padding-left: 30px;
	position: relative;
}

.indexDiv2 .bdDiv .rightDiv .bd ul li a:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #030414;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -2px;
	border-radius: 50%;
}

.indexDiv2 .bdDiv .rightDiv .bd ul li a:hover {
	color: #0099BB;
}

.indexDiv2 .hd {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}

#certify1 {
	position: relative;
	margin: 0 auto;
}

#certify1 .swiper-container {
	padding-bottom: 30px;
}

#certify1 .swiper-slide {
	width: 380px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 270px;
}

#certify1 .swiper-slide img {
	display: block;
	opacity: 1;
	width: 100%;
}

#certify1 .swiper-slide-active {
	box-shadow: 0 8px 13px rgba(0, 0, 0, .2);
}

#certify1 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
}

#certify1 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 4px;
	opacity: 1;
	transition: all .8s;
}

#certify1 .swiper-pagination-bullet-active {
	width: 28px;
}

#certify1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

.indexDiv3 {
	padding: 67px 0 86px;
}

.indexDiv3 .bdDiv {
	margin-top: 40px;
}

.indexDiv3 .bdDiv .row {
	margin: 0 -12.5px;
}

.indexDiv3 .bdDiv .row>div {
	padding: 12.5px;
}

.indexDiv3 .bdDiv .row>div .imgDiv {
	position: relative;
	padding-top: 51.78%;
}

.indexDiv3 .bdDiv .row>div .imgDiv .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.indexDiv3 .bdDiv .row>div .imgDiv .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.indexDiv3 .bdDiv .row>div .textDiv{
	border-radius: 6px;
	background-color: rgba(250, 253, 253, 1);
	border: 1px solid rgba(161, 202, 211, 1);
	padding: 12px 20px;
	height: 100%;
}
.indexDiv3 .bdDiv .row>div .textDiv .title{
	padding-bottom: 4px;
}
.indexDiv3 .bdDiv .row>div .textDiv .title .num{
	color: #09b;
	font-weight: bold;
	font-size: 105%;
	padding-right: 4px;
}
.indexDiv3 .bdDiv .row>div .textDiv .text{
	font-size: 13px;
	color: #101010;
}
.indexDiv3 .bdDiv .row>div .textDiv .text>p{
	position: relative;
	padding-left: 12px;
    margin-top: 6px;
}
.indexDiv3 .bdDiv .row>div .textDiv .text>p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	background-color: #09b;
	border-radius: 50%;
}
.indexDiv3 .bdDiv .row>div .textDiv .title {
	margin: 15px 0 5px;
	font-weight: bold;
	font-size: 18px;
	color: #020202;
}

.indexDiv3 .bdDiv .row>div .textDiv .tjzs span {
	color: #727272;
	font-size: 14px;
}

.indexDiv3 .bdDiv .row>div .textDiv .tjzs .star {
	margin: 0 0 0 13px;
}

.indexDiv3 .bdDiv .row>div a:hover .textDiv .title {
	color: #0099BB;
}

.indexDiv4 {
	padding: 60px 0 80px;
	background: url(../img/i-bg2.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv4 .indexTitle span {
	color: #fff;
}

.indexDiv4 .bdDiv {
	margin-top: 80px;
}

.indexDiv4 .bdDiv .conDiv {
	position: relative;
}

.indexDiv4 .bdDiv .chDiv {
	padding: 0 13%;
	background: url(../img/hs-bg.png) no-repeat center bottom/100%;
}

#certify2 {
	position: relative;
	margin: 0 auto;
}

#certify2 .swiper-container {
	position: relative;
}

#certify2 .swiper-slide {
	width: 144px;
	position: initial;
	padding-bottom: 80px;
}

#certify2 .swiper-slide a {
	display: block;
	background: #fff;
	height: 184px;
	border: 1px solid #888888;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 20px 10px rgba(0, 0, 0, .05);
}

#certify2 .swiper-slide img {
	display: block;
	opacity: 1;
	max-width: 100%;
}

#certify2 .swiper-slide-active a {
	box-shadow: none;
}

#certify2 .swiper-slide .textDiv {
	display: none;
}

#certify2 .swiper-slide .textDiv .star {
	margin-top: 5px;
}

.star {
	width: 85px;
	height: 12px;
	margin: 0 auto;
}

.star-1 {
	background: url(../img/star1.png) no-repeat center center;
}

.star-2 {
	background: url(../img/star2.png) no-repeat center center;
}

.star-3 {
	background: url(../img/star3.png) no-repeat center center;
}

.star-4 {
	background: url(../img/star4.png) no-repeat center center;
}

.star-5 {
	background: url(../img/star5.png) no-repeat center center;
}

#certify2 .swiper-slide-active .textDiv {
	position: absolute;
	left: 50%;
	bottom: 14px;
	width: 200%;
	text-align: center;
	transform: translateX(-50%);
	display: block;
}

.indexDiv4 .bdDiv .titleDiv {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}

.indexDiv5 {
	padding: 70px 0 90px;
}

.indexDiv5 .bdDiv {
	margin-top: 85px;
}

.indexDiv5 .bdDiv .row {
	margin: 0 -70px;
}

.indexDiv5 .bdDiv .row>div {
	padding: 0 70px;
}

.indexDiv5 .bdDiv .row>div a {
	position: relative;
}

.indexDiv5 .bdDiv .row>div a>img {
	width: 30%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.indexDiv5 .bdDiv .row>div a>.titleDiv {
	width: 73.5%;
	position: relative;
}

.indexDiv5 .bdDiv .row>div a>.titleDiv .title {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.ny-banner {
	width: 100%;
	position: relative;
	height: 30vw;
}

.newsDiv {
	padding: 58px 0 42px;
}

.newsDiv .row>div {
	margin-bottom: 20px;
}

.newsDiv .row>div a {
	background: #f5f5f5;
	border-radius: 16px;
	overflow: hidden;
	padding: 20px;
}

.newsDiv .row>div .imgDiv {
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 10px;
}

.newsDiv .row>div .textDiv {
	width: calc(100% - 160px);
}

.newsDiv .row>div .textDiv span {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.newsDiv .row>div .textDiv p {
	font-size: 14px;
	color: #6a6a6a;
	margin: 15px 0;
	line-height: 2;
}

.newsDiv .row>div .textDiv .date {
	font-size: 14px;
	color: #000000;
}

.newsDiv .row>div .textDiv .date img {
	margin-right: 10px;
}

.newsDiv .row>div a:hover .textDiv span {
	color: #0099BB;
}

.pageDiv {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 30px;
}

.pageDiv span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pageDiv a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	padding: 0 11px;
	margin: 0 5px;
	color: #4d3a3a;
	background: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
}

.pageDiv .page-num-current {
	color: #fff;
	background: #6ca8d4;
	border-color: #6ca8d4;
	color: #fff;
}

.pageDiv .page-status {
	margin-right: 10px;
}

.hpDiv {
	padding: 58px 0 42px;
}

.hpDiv .bdDiv {
	margin-top: 0;
}

.hpDiv .bdDiv .row>div {
	margin-bottom: 50px;
}

.twoMenuDiv {
	margin-bottom: 30px;
}

.twoMenuDiv a {
	width: 140px;
	margin: 0 8px;
	line-height: 42px;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
.twoMenuDiv a:nth-child(1){
	margin-left: 8px;
}
.twoMenuDiv .active {
	border-color: #579cc7;
	background: #09b;
    color: #fff !important;
}

.xlkpDiv {
	padding: 40px 0;
}

.xlkpDiv .bdDiv {
	margin-top: 30px;
}

.xlkpDiv .bdDiv .row {
	margin: 0 -8px;
}

.xlkpDiv .bdDiv .row>div {
	padding: 0 15px;
	margin-bottom: 40px;
	text-align: center;
}
.xlkpDiv .bdDiv .row>div>a{
	overflow: hidden;
	display: block;
	box-shadow: 0px 2px 12px 0px rgba(211, 211, 211, 0.4);
	border-radius: 8px;
	height: 100%;
}
.xlkpDiv .bdDiv .row>div .imgDiv {
	padding-top: 60%;
	position: relative;
}
.xlkpDiv .bdDiv .row>div .textDiv{
	text-align: left;
	color: #101010;
	padding: 20px 20px 12px;
	font-size: 18px;
}
.xlkpDiv .bdDiv .row>div .textDiv .textMore{
	font-size: 14px;
	line-height: 1.75;
	color: #708296;
    font-weight: normal;
	padding: 12px 0;
}
.xlkpDiv .bdDiv .row>div .imgDiv .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.xlkpDiv .bdDiv .row>div .imgDiv .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xlkpDiv .bdDiv .row>div .titleDiv {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
}

.xlkpDiv .bdDiv .row>div a:hover .titleDiv {
	color: #0099BB;
}
.my-meet-box .bdDiv .row>div .top{
	display: flex;
	width: 100%;
	padding: 16px 16px 4px 16px;
    justify-content: space-between;
	color: #869FA5;
	font-size: 14px;
}
.my-meet-box .bdDiv .row>div .top .state{
	font-size: 16px;
	font-weight: bold;
}

.my-meet-box .bdDiv .row>div .imgDiv .pic{
	left: 12px;
    top: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
}
.my-meet-box .bdDiv .row>div .imgDiv .pic img {
    border-radius: 4px;
}
.my-meet-box .bdDiv .row>div .textDiv{
	padding: 0 12px 12px;
}
.my-meet-box .bdDiv .row>div .textDiv .textMore{
	font-size: 12px;
	padding: 4px 0;
}
@media (max-width:500px) {
    .indexDiv1 .textDiv{
        padding: 10px 8px 4px;
    }
    .indexDiv1 .textDiv .textMore {
        padding: 4px 0;
    }
	.xlkpDiv .bdDiv .row>div>a{
		display: flex;
		align-items: center;
	}
	.xlkpDiv .bdDiv .row>div .imgDiv{
		width: 120px;
		height: 80px;
		padding: 0;
	}
	.my-meet-box .bdDiv .row>div .textDiv{
		width: calc(100% - 120px);
		padding-bottom: 34px;
		padding-top: 14px;
	}
	.my-meet-box .bdDiv .row>div .top {
		position: absolute;
		bottom: 0;
		right: 18px;
		width: calc(100% - 147px);
		padding: 12px;
	}
	.my-meet-box .bdDiv .row>div .imgDiv .pic{
		width: calc(100% - 8px);
		height: 100%;
		left: 8px;
		top: 0;
	}
}
.zjjzDiv {
	padding: 60px 0 42px;
}

.zjjzDiv .row {
	margin: 0 -20px;
}

.zjjzDiv .row>div {
	padding: 0 20px;
	margin-bottom: 20px;
}

.zjjzDiv .row>div a {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 16px;
}

.zjjzDiv .row>div .imgDiv {
	width: 49.8%;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.zjjzDiv .row>div .imgDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zjjzDiv .row>div .textDiv {
	width: 43.7%;
}

.zjjzDiv .row>div .textDiv span {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.zjjzDiv .row>div .textDiv p {
	font-size: 14px;
	color: #6a6a6a;
	margin-top: 15px;
	line-height: 2;
}

.zjjzDiv .row>div a:hover .textDiv span {
	color: #0099BB;
}

.haoshuDiv {
	padding: 50px 0 42px;
}

.haoshuDiv .bdDiv {
	margin-top: 44px;
}

.haoshuDiv .bdDiv .row {
	margin: 0 -20px;
}

.haoshuDiv .bdDiv .row>div {
	margin-bottom: 20px;
}

.haoshuDiv .row>div a {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 16px;
}

.haoshuDiv .row>div .imgDiv {
	width: 130px;
	height: 180px;
	border-radius: 2px;
	padding: 4px 8px;
	border: 1px solid #cfcfcf;
	background: #fff;
}

.haoshuDiv .row>div .imgDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.haoshuDiv .row>div .textDiv {
	width: calc(100% - 160px);
}

.haoshuDiv .row>div .textDiv .title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.haoshuDiv .row>div .textDiv .tag {
	font-size: 14px;
	display: inline-block;
	background: #6ca8d4;
	color: #fff;
	padding: 0 11px;
	line-height: 24px;
	border-radius: 12px;
	margin: 15px 0;
}

.haoshuDiv .row>div .textDiv p {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 2;
}

.haoshuDiv .row>div a:hover .textDiv .title {
	color: #0099BB;
}


.newsDetailDiv {
	background: url(../img/nd-bg.jpg) no-repeat top center/cover;
	padding: 20px 0;
}

.newsDetailDiv .bdDiv {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.newsDetailDiv .bdDiv .hd {
	padding: 25px 0 18px;
	text-align: center;
	border-bottom: 1px solid rgba(108, 168, 212, .2);
	margin: 0 40px;
}

.newsDetailDiv .bdDiv .hd .title {
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}

.newsDetailDiv .bdDiv .hd .time {
	font-size: 14px;
	color: #878787;
}

.newsDetailDiv .bdDiv .bd {
	margin: 20px 10px 20px 40px;
	line-height: 2;
	font-size: 14px;
	color: #000000;
	max-height: 670px;
	overflow-y: auto;
}

.newsDetailDiv .bdDiv .bd::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}

.newsDetailDiv .bdDiv .bd::-webkit-scrollbar-track {
	border-radius: 10px;
}

.newsDetailDiv .bdDiv .bd::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #d4d4d4;
}

.newsDetailDiv .bdDiv .fd {
	background: #f3f3f3;
	padding: 15px 40px;
	font-size: 14px;
	color: #567b92;
}

.newsDetailDiv .bdDiv .fd a {
	font-weight: bold;
	color: #567b92
}

.newsDetailDiv .bdDiv .fd a:hover {
	color: #0099BB;
}

.hpDetailDiv {
	background: url(../img/nd-bg.jpg) no-repeat top center/cover;
	padding: 20px 0;
}

.hpDetailDiv .bdDiv {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.hpDetailDiv .bdDiv .hd {
	padding: 40px;
	text-align: center;
}

.hpDetailDiv .bdDiv .hd .title {
	font-size: 24px;
	color: #000;
}

.hpDetailDiv .bdDiv .bd {
	margin: 0 10px 70px 40px;
	line-height: 2;
	font-size: 14px;
	color: #000000;
}

.hpDetailDiv .bdDiv .bd .bdl {
	width: 48.7%;
}

.hpDetailDiv .bdDiv .bd .bdl video {
	display: block;
}

.hpDetailDiv .bdDiv .bd .bdr {
	max-height: 360px;
	overflow-y: auto;
	width: 51.3%;
	padding: 0 36px;
}

.hpDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}

.hpDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar-track {
	border-radius: 10px;
}

.hpDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #d4d4d4;
}

.hpDetailDiv .bdDiv .fd {
	background: #f3f3f3;
	padding: 15px 40px;
	font-size: 14px;
	color: #567b92;
	position: relative;
}

.hpDetailDiv .bdDiv .fd .fdl {
	position: absolute;
	left: 40px;
	bottom: 8px;
	width: 38.9%;
}

.hpDetailDiv .bdDiv .fd .fdr i {
	margin: 0 38px;
	display: inline-block;
	color: #6ca8d4;
}

.hpDetailDiv .bdDiv .fd .fdr span {
	margin: 0 30px;
	display: inline-block;
	font-weight: bold;
}

.hpDetailDiv .bdDiv .fd a {
	font-weight: bold;
	color: #567b92
}

.hpDetailDiv .bdDiv .fd a:hover {
	color: #0099BB;
}


.hsDetailDiv {
	background: url(../img/nd-bg.jpg) no-repeat top center/cover;
	padding: 20px 0;
}

.hsDetailDiv .bdDiv {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.hsDetailDiv .bdDiv .hd {
	padding: 40px;
	text-align: center;
}

.hsDetailDiv .bdDiv .hd .title {
	font-size: 24px;
	color: #000;
}

.hsDetailDiv .bdDiv .bd {
	margin: 0 10px 70px 40px;
	line-height: 2;
	font-size: 14px;
	color: #000000;
}

.hsDetailDiv .bdDiv .bd .bdl {
	width: 34.4%;
}

.hsDetailDiv .bdDiv .bd .bdl .imgDiv {
	border: 1px solid #cfcfcf;
	max-width: 260px;
	margin: 0 auto;
}

.hsDetailDiv .bdDiv .bd .bdr {
	max-height: 360px;
	overflow-y: auto;
	width: 65.6%;
	padding: 0 36px;
}

.hsDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}

.hsDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar-track {
	border-radius: 10px;
}

.hsDetailDiv .bdDiv .bd .bdr::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #d4d4d4;
}

.hsDetailDiv .bdDiv .fd {
	background: #f3f3f3;
	padding: 15px 40px;
	font-size: 14px;
	color: #567b92;
	position: relative;
}

.hsDetailDiv .bdDiv .fd .fdl {
	position: absolute;
	left: 40px;
	bottom: 7px;
	width: 23.9%;
}

.hsDetailDiv .bdDiv .fd .fdr i {
	margin: 0 38px;
	display: inline-block;
	color: #6ca8d4;
}

.hsDetailDiv .bdDiv .fd .fdr span {
	margin: 0 30px;
	display: inline-block;
	font-weight: bold;
}

.hsDetailDiv .bdDiv .fd a {
	font-weight: bold;
	color: #567b92
}

.hsDetailDiv .bdDiv .fd a:hover {
	color: #0099BB;
}

.popDiv {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 99999;
	display: none;
}

.popDiv .popCon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 35px 40px 45px;
	border-radius: 10px;
	max-width: 1280px;
	width: 96%;
}

.popDiv .popCon a.closeBtn {
	position: absolute;
	right: 11px;
	top: 5px;
}

.popDiv .popCon video {
	display: block;
}

.kpDetailDiv {
	background: url(../img/nd-bg.jpg) no-repeat top center/cover;
	padding: 20px 0;
}

.kpDetailDiv .bdDiv {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.kpDetailDiv .bdDiv .bd {
	position: relative;
	padding: 20px 12px 0;
	height: 740px;
}

.kpDetailDiv .bdDiv a.fanhui_a {
	position: absolute;
	left: 12px;
	top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #567b92;
}

.kpDetailDiv .bdDiv a.fanhui_a img {
	margin-right: 7px;
}

.kpDetailDiv .bdDiv .bd .content {
	/* max-height: 720px;overflow-y: auto; */
	width: 100%;
	padding: 0 40px;
	text-align: center;
	overflow: hidden;
}

.kpDetailDiv .bdDiv .bd .content .imgDiv {
	width: 100%;
	height: 720px;
	position: relative;
}

.kpDetailDiv .bdDiv .bd .content .imgDiv img {
	max-width: initial;
}

/* .kpDetailDiv .bdDiv .bd .content::-webkit-scrollbar  {  width: 8px;  height: 10px;  } 
.kpDetailDiv .bdDiv .bd .content::-webkit-scrollbar-track  {  border-radius: 10px;  }  
.kpDetailDiv .bdDiv .bd .content::-webkit-scrollbar-thumb  { border-radius: 10px; background-color: #d4d4d4;} */
.kpDetailDiv .bdDiv .fd {
	background: #f3f3f3;
	padding: 15px 40px;
	font-size: 14px;
	color: #567b92;
	position: relative;
}

.kpDetailDiv .bdDiv .fd a {
	font-weight: bold;
	color: #567b92
}

.kpDetailDiv .bdDiv .fd a:hover {
	color: #0099BB;
}




/*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,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.menu:after,
.menu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left
}

/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #555555;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff
}

.menu>ul>li.has-sub>a {
	padding-right: 0
}

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-12px;width:8px;height:8px;border-bottom:2px solid #333333;border-right:2px solid #333333;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}
.indexHeader .menu>ul>li.has-sub>a::after{border-color: #fff;}
.on-fixed  .indexHeader .menu>ul>li.has-sub>a::after{border-color: #333;}
.menu>ul>li.has-sub:hover>a::after{border-color:#f80e02!important;}
.menu>ul>li.has-sub.on>a::after{border-color:#f80e02;}*/
.menu ul ul {
	position: absolute;
	left: -9999px;
	text-align: center;
	width: 100%;
}

.menu li:hover>ul {
	left: 0;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 10px;
}

.menu ul ul li:hover>ul {
	left: auto;
	margin-left: 0;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul li {
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	float: left;
	margin-right: 60px;
}

.menu ul ul {
	background: #fff;
}

.menu ul ul li a .iconDiv {
	margin-bottom: 30px;
}

.menu ul ul li>a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	-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 ul li .alist a {
	display: block;
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
	text-decoration: none;
	-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 ul li>a:hover,
.menu ul ul li a:hover {
	opacity: .8;
}

header .rightDiv .menu>ul>li {
	position: relative;
}

header .rightDiv .menu>ul>li ul {
	min-width: 160px;
}

header .rightDiv .menu>ul>li:hover ul {
	margin-left: 50%;
	transform: translateX(-50%);
}

header .rightDiv .menu>ul>li li {
	display: block;
	float: initial;
	width: 100%;
}

header .rightDiv .menu>ul>li li a {
	font-size: 14px;
	color: #3f465d;
	margin: 0;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	text-transform: capitalize;
	text-align: center;
}

header .rightDiv .menu>ul>li li a:hover {
	background: #d0f0ff;
	color: #0099BB;
	font-weight: bold;
}

.menu ul .default ul {
	padding: 0;
}

.about-box{
	padding:80px 20px;
	text-indent: 2em;
}
.about-box .wrap,
.call-us-box .wrap{
	max-width: 1000px;
}
.call-us-box{
	padding-bottom: 40px;
}
.call-us-box .call-us-item{
	border: 1px solid #09b;
	padding: 20px;
	display: flex;
	min-height: 100px;
	margin-top: 20px;
	border-radius: 4px;
}
.call-us-box .call-us-item .icon{
	width: 50px;
}
.call-us-box .call-us-item .icon img{
	width: 100%;
}
.call-us-box .call-us-item .con{
	width: calc(100% - 150px);
	padding: 0 12px;
	font-size: 14px;
}
.call-us-box .call-us-item .con .title{
	font-size: 18px;
	font-weight: bold;
}
.call-us-box .call-us-item .ewm{
	width: 100px;
}

@media (max-width:500px){
	.call-us-box .call-us-item{padding: 10px;}
	.call-us-box .call-us-item .icon{width: 25px;}
	.call-us-box .call-us-item .con{width:calc(100% - 80px);padding: 0 8px;}
	.call-us-box .call-us-item .con .text{font-size: 12px;}
	.call-us-box .call-us-item .ewm{width:50px;}
	.case-banner .img{height: 100px;}
}
/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/

@media (max-width:1220px) {
	.wrap {
		padding: 0 15px;
	}

	.xlkpDiv .bdDiv .row {
		margin: 0 -15px;
	}

	.xlkpDiv .bdDiv .row>div {
		padding: 0 12px;
		margin-bottom: 40px;
		text-align: center;
	}
}

@media (max-width:1100px) {}

@media (min-width:992px) and (max-width:1024px) {}

@media (min-width:768px) and (max-width:991px) {}

@media (max-width:767px) {
	.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 30px;
		font-size: 12px;
		color: #333;
		background: 0 0
	}

	.menu ul ul li:hover>a,
	.menu ul ul li a:hover {
		color: #333
	}

	.indexHeader .menu ul ul li a {
		color: #fff;
	}

	.indexHeader .menu ul ul li:hover>a,
	.indexHeader .menu ul ul li a:hover {
		color: #fff
	}

	.on-fixed .indexHeader .menu ul ul li a {
		color: #333;
	}

	.on-fixed .indexHeader .menu ul ul li:hover>a,
	.indexHeader .menu ul ul li a:hover {
		color: #333
	}

	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul .wrap {
		padding: 0;
	}

	header .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 {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}

	header .logo a {
		height: 50px;
		width: initial;
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 1;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}

	.on-fixed header .rightDiv .menu {
		background: #fff;
	}

	header .rightDiv .menu ul {
		float: initial;
	}

	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		padding-top: 0;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 15px;
		background: none;
	}

	header .rightDiv .menu>ul>li>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	.menu ul ul {
		box-shadow: none;
	}

	.menu ul ul li a .iconDiv {
		display: none;
	}

	.menu ul ul li>a {
		margin-bottom: 0;
	}

	.menu ul ul li .alist a {
		margin: 0;
	}

	.main {
		position: relative;
		right: 0;
		transition: right 300ms !important;
		margin-top: 50px;
		min-height: calc(100vh - 50px);
	}



	header .otherDiv a img {
		margin-right: 10px;
	}
}

.hidden-xs {
	display: block;
}

.visible-xs {
	display: none;
}

/*手机*/
@media (max-width:767px) {

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: block;
	}


	.index-banner .img {
		height: 30vw;
	}

	.index-banner .textDiv span {
		font-size: 20px;
	}

	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 5px;
	}

	.index-banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}

	.indexTitle span {
		font-size: 36px;
	}

	.indexTitle p {
		font-size: 14px;
		margin-top: 15px;
	}

	.indexDiv1 {
		padding: 50px 0;
	}

	.indexDiv1 .bdDiv {
		margin-top: 8px;
	}

	.indexDiv1 .row {
		margin: 0 -5px;
	}

	.indexDiv1 .row>div {
		margin-bottom: 10px;
		padding: 0 5px;
	}

	.indexDiv1 .row>div .conDiv {
		padding: 10px;
	}

	.indexDiv1 .row>div .conDiv a {
		line-height: 40px;
		font-size: 16px;
	}

	.indexDiv1 .moreBtn {
		margin-top: 30px;
		width: 300px;
		height: 60px;
		font-size: 20px;
	}

	.indexDiv1 .moreBtn img {
		margin-right: 15px;
		width: 30px;
	}

	.indexDiv2 {
		padding: 50px 0;
	}

	.indexDiv2 .bdDiv {
		display: block;
	}

	.indexDiv2 .bdDiv .leftDiv {
		width: 100%;
	}

	.indexDiv2 .bdDiv .rightDiv {
		width: 100%;
		margin-top: 40px;
	}

	.indexDiv2 .hd {
		font-size: 24px;
		margin-bottom: 30px;
	}

	#certify1 .swiper-slide {
		width: 100%;
		height: auto;
	}

	.indexDiv2 .bdDiv .leftDiv .bd {
		height: initial;
	}

	.indexDiv2 .bdDiv .rightDiv .bd ul li {
		padding: 10px 0;
	}

	.indexDiv3 {
		padding: 50px 0;
	}

	.indexDiv3 .bdDiv {
		margin-top: 40px;
	}

	.indexDiv3 .bdDiv .row {
		margin: 0 -6px;
	}

	.indexDiv3 .bdDiv .row>div {
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.indexDiv3 .bdDiv .row>div .textDiv .title {
		font-size: 16px;
	}

	.indexDiv3 .bdDiv .row>div .textDiv .tjzs .star {
		margin-left: 5px;
	}

	.indexDiv4 {
		padding: 50px 0;
	}

	.indexDiv4 .bdDiv {
		margin-top: 0;
	}

	.indexDiv4 .bdDiv .row>div {
		margin-top: 40px;
	}

	.indexDiv5 {
		padding: 50px 0;
	}

	.indexDiv5 .bdDiv {
		margin-top: 0;
	}

	.indexDiv5 .bdDiv .row>div {
		margin-top: 40px;
	}

	.indexDiv5 .bdDiv .row>div a {
		max-width: 307px;
		margin: 0 auto;
	}

	.footerDiv .hdDiv .wrap {
		display: block;
	}

	.footerDiv .hdDiv .leftDiv {
		display: none;
	}

	.footerDiv .hdDiv .rightDiv {
		width: 100%;
		justify-content: space-between;
	}

	.footerDiv .bdDiv {
		text-align: center;
	}

	.ny-banner {
		height: 36vw;
	}

	.newsDiv {
		padding: 40px 0;
	}

	.newsDiv .row>div a {
		padding: 10px;
		border-radius: 10px;
	}

	.newsDiv .row>div .imgDiv {
		width: 100px;
		height: 100px;
	}

	.newsDiv .row>div .textDiv {
		width: calc(100% - 110px);
	}

	.newsDiv .row>div .textDiv p {
		margin: 5px 0;
		line-height: 1.6;
	}

	.newsDiv .row>div .textDiv span {
		font-size: 16px;
	}

	.hpDiv {
		padding: 40px 0;
	}

	.hpDiv .bdDiv {
		margin-top: 0;
	}

	.hpDiv .bdDiv .row>div {
		margin-bottom: 25px;
	}

	.twoMenuDiv {
		margin-bottom: 23px;
	}

	.twoMenuDiv a {
		margin: 0 5px;
		width: 100px;
		line-height: 35px;
		font-size: 15px;
	}

	.xlkpDiv .bdDiv .row>div {
		margin-bottom: 20px;
	}

	.xlkpDiv .bdDiv .row>div .titleDiv {
		font-size: 16px;
		margin-top: 10px;
	}

	.zjjzDiv .row>div a {
		display: block;
	}

	.zjjzDiv .row>div .imgDiv {
		width: 100%;
		height: 158px;
	}

	.zjjzDiv .row>div .textDiv {
		width: 100%;
		margin-top: 20px;
	}

	.haoshuDiv .bdDiv {
		margin-top: 20px;
	}

	.haoshuDiv .row>div a {
		padding: 15px;
	}

	.haoshuDiv .row>div .imgDiv {
		width: 110px;
		height: 147px;
	}

	.haoshuDiv .row>div .textDiv {
		width: calc(100% - 130px);
	}

	.haoshuDiv .row>div .textDiv p {
		line-height: 1.6;
	}

	.newsDetailDiv .bdDiv .hd {
		margin: 0 20px;
		padding: 15px 0;
	}

	.newsDetailDiv .bdDiv .hd .title {
		font-size: 18px;
	}

	.newsDetailDiv .bdDiv .bd {
		margin: 10px 10px 10px 20px;
	}

	.newsDetailDiv .bdDiv .fd {
		padding: 10px 20px;
	}

	.hpDetailDiv .bdDiv .hd {
		padding: 20px;
	}

	.hpDetailDiv .bdDiv .hd .title {
		font-size: 18px;
	}

	.hpDetailDiv .bdDiv .bd {
		display: block;
		margin: 0 10px 50px 20px;
	}

	.hpDetailDiv .bdDiv .bd .bdl {
		width: 100%;
	}

	.hpDetailDiv .bdDiv .bd .bdr {
		width: 100%;
		margin-top: 20px;
		padding: 0 10px 0 0;
	}

	.hpDetailDiv .bdDiv .fd {
		display: block;
		padding: 10px 20px;
	}

	.hpDetailDiv .bdDiv .fd .fdl {
		position: relative;
		margin-top: -30px;
		left: 0;
		bottom: auto;
		width: initial;
	}

	.hpDetailDiv .bdDiv .fd .fdr {
		margin-top: 15px;
		justify-content: center;
	}

	.hpDetailDiv .bdDiv .fd .fdr i {
		margin: 0 25px;
	}

	.hpDetailDiv .bdDiv .fd .fdr span {
		margin: 0 15px;
	}



	.hsDetailDiv .bdDiv .hd {
		padding: 20px;
	}

	.hsDetailDiv .bdDiv .hd .title {
		font-size: 18px;
	}

	.hsDetailDiv .bdDiv .bd {
		display: block;
		margin: 0 10px 70px 20px;
	}

	.hsDetailDiv .bdDiv .bd .bdl {
		width: 100%;
	}

	.hsDetailDiv .bdDiv .bd .bdl .imgDiv {
		max-width: 180px;
	}

	.hsDetailDiv .bdDiv .bd .bdr {
		width: 100%;
		margin-top: 20px;
		padding: 0 10px 0 0;
	}

	.hsDetailDiv .bdDiv .fd {
		display: block;
		padding: 10px 20px;
	}

	.hsDetailDiv .bdDiv .fd .fdl {
		position: relative;
		margin-top: -50px;
		left: 0;
		width: initial;
		bottom: auto;
	}

	.hsDetailDiv .bdDiv .fd .fdr {
		margin-top: 10px;
		justify-content: center;
	}

	.hsDetailDiv .bdDiv .fd .fdr i {
		margin: 0 25px;
	}

	.hsDetailDiv .bdDiv .fd .fdr span {
		margin: 0 15px;
	}

	.popDiv .popCon {
		padding: 20px;
	}

	.popDiv .popCon a.closeBtn {
		right: 5px;
		top: 0;
	}

	.kpDetailDiv .bdDiv .bd {
		height: 640px;
	}

	.kpDetailDiv .bdDiv .bd .content {
		padding: 30px 10px 0;
	}

	.kpDetailDiv .bdDiv .bd .content .imgDiv {
		height: 620px;
	}

	@media (max-width:320px) {}
}