html,body{padding: 0;margin: 0;font-family:Poppins;color: #333333; /*min-width: 1200px;*/}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;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;}
.wrap{
    width: 96%;
    max-width: 1440px;
	margin: 0 auto;
}
/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;text-align: center;/* height: 80px;background: #fff;border-bottom: 1px solid #CCCCCC; */transition: all .6s;}
header .headerTop{background: #Fafafa;font-size: 13px;color: #555555; }
header .headerTop .flexbet{height: 34px; }
header .headerTop .hrDiv a{padding: 0 30px;border-right: 1px solid #DDDDDD;position: relative;color: #555555;height: 34px;display: flex;justify-content: center;align-items: center; }
header .headerTop .hrDiv a:last-child{padding-right: 0;border-right: 0; }
header .headerTop .hrDiv a .ewmDiv{position: absolute;left: 50%;top: 100%;transform: translateX(-50%);width: 100px;box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);z-index: 9999;background: #fff;display: none; }
header .headerTop .hrDiv a .ewmDiv img{width: 100%; }
header .headerTop .hrDiv a:hover .ewmDiv{display: block; }
header .headerTop .hrDiv a span{font-size: 18px;color: #222;font-family: Impact; }
header .header-container{background: #fff;border-bottom: 1px solid #D8D8D8; }
header .logo a{height: 80px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 100%;}
.slgn{ float:left; border-left:#ccc 1px solid; padding-left:15px; margin-top:13px; margin-left:10px}
.slgn h1{ font-size:20px; font-weight:bold; color:#16579b}
.slgn p{ font-size:16px}
/* header .dImg{display: none;}
header .hImg{display: block;} */
header .rightDiv{float: right;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: block!important;}
header .rightDiv .menu>ul>li{float: left;margin-left: 45px;}
header .rightDiv .menu>ul>li>a{height: 80px;text-align: left;color: #333333;font-size: 16px;display: flex;justify-content: center;align-items: center;position: relative;text-transform: capitalize; }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background:transparent;color: #16579b;}
header .rightDiv .menu>ul>li.on>a{font-weight: bold;}
header .rightDiv .menu>ul>li>a::after{content: "";width: 58px;position: absolute;left: 50%;margin-left: -29px;background: #16579b;height: 3px;bottom: -1px;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 .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 34px;right: 0;display: none;}
/* header.indexHeader .mbtn{background: url(../img/menu.png) no-repeat center center;} */
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{top: -34px;  }
/* header.indexHeader{background: transparent;border: 0; }
header.indexHeader .rightDiv .menu>ul>li>a{color: #fff;}
header.indexHeader .rightDiv .menu>ul>li:hover>a,
header.indexHeader .rightDiv .menu>ul>li:focus>a,
header.indexHeader .rightDiv .menu>ul>li.on>a,
header.indexHeader .rightDiv .menu>ul>li.active>a{background:transparent;color: #fff;}
header.indexHeader .rightDiv .menu>ul>li>a::after{background: #fff;}
header.indexHeader .dImg{display: block;}
header.indexHeader .hImg{display: none;}
header.indexHeader .langDiv>a{color: #fff; }
header.indexHeader .othersDiv .langDiv>a i{background: url(../img/xia.png) no-repeat center center; }

.on-fixed header{background: #fff;border-bottom: 1px solid #EDEDED; }
.on-fixed header:before{display: none;}
.on-fixed header.indexHeader .dImg{display: none;}
.on-fixed header.indexHeader .hImg{display: block;}
.on-fixed header .rightDiv .menu>ul>li>a{color: #333;}
.on-fixed header .rightDiv .menu>ul>li:hover>a,
.on-fixed header .rightDiv .menu>ul>li:focus>a,
.on-fixed header .rightDiv .menu>ul>li.on>a,
.on-fixed header .rightDiv .menu>ul>li.active>a{color: #4D4DE1;}
.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} 
.on-fixed header.indexHeader .langDiv>a{color: #333; }
.on-fixed header.indexHeader .othersDiv .langDiv>a i{background: url(../img/xia1.png) no-repeat center center; }
.on-fixed header.indexHeader .rightDiv .menu>ul>li>a::after{background: #4D4DE1;}

.onFixed header{background: #fff;border-bottom: 1px solid #EDEDED; }
.onFixed header:before{opacity: 0; }
.onFixed header.indexHeader .dImg{display: none; }
.onFixed header.indexHeader .hImg{display: block; }
.onFixed header .rightDiv .menu>ul>li>a{color: #333; }
.onFixed header .rightDiv .menu>ul>li:hover>a,
.onFixed header .rightDiv .menu>ul>li:focus>a,
.onFixed header .rightDiv .menu>ul>li.on>a,
.onFixed header .rightDiv .menu>ul>li.active>a{color: #4D4DE1;}
.onFixed header .rightDiv .menu>ul>li>a::after{background: #4D4DE1;}
.onFixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} 
.onFixed header.indexHeader .langDiv>a{color: #333; }
.onFixed header.indexHeader .othersDiv .langDiv>a i{background: url(../img/xia1.png) no-repeat center center; }

.on-menu header.indexHeader .dImg{display: none;}
.on-menu header.indexHeader .hImg{display: block;}
.on-menu header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} */

.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;}
.menu>ul>li>a{padding:0;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu ul ul{position:absolute;background: #fff;width: 100%; top: 100%;left:-9999px;z-index: 999;padding: 30px 0; }
.menu>ul>li:hover>ul{left: 0; }
.menu>ul>li .ul{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 30px;  } 
.menu>ul>li.caseLi .ul{grid-template-columns: repeat(5,1fr); }
.menu>ul>li .ul li{position: relative; }
.menu>ul>li .ul li .imgDiv{padding-top: 56%; }
.menu>ul>li .ul li .title{color: #666;margin-top: 10px; }
.menu>ul>li.proLi .ul{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;grid-gap: 0;  } 
.menu>ul>li.proLi .ul li{position: relative;width: 20%; }
.menu>ul>li.proLi .ul li>a{color: #666;text-align: left;padding: 25px 0 15px;position: relative;margin-right: 60px; }
.menu>ul>li.proLi .ul li:nth-child(5n)>a{margin-right: 0; }
.menu>ul>li.proLi .ul li>a::after{content: "";width: 100%;height: 1px;background: linear-gradient(270deg, rgba(216, 216, 216, 0) 0%, #D8D8D8 100%);position: absolute;left: 0;bottom: 0; }
.menu>ul>li.proLi .ul li>a:hover{color: #16579b; }
.menu>ul>li.proLi .ul li>a:hover::after{background: linear-gradient(270deg, rgba(221, 83, 27, 0) 0%, #16579b 100%) ; }


/****底部***/
.linksDiv{width: 100%;background: #111; }
.linksDiv .conDiv{height: 40px;color: #fff;font-size: 14px; }
.linksDiv .conDiv .lbDiv{width: calc(100% - 110px);padding-right: 68px;position: relative; }
.linksDiv .conDiv .swiper-slide{width: max-content; }
.linksDiv .conDiv .swiper-slide a{color: #ccc; }
.linksDiv .conDiv .swiper-slide a:hover{color: #fff; }
.linksDiv .swiper-button-next, .linksDiv .swiper-button-prev{width: 8px;height: 9px;margin-top: -4.5px; }
.linksDiv .swiper-button-next{background: url(../img/l_r.png) no-repeat center center/100%;right: 0;}
.linksDiv .swiper-button-prev{background: url(../img/l_l.png) no-repeat center center/100%;left: auto;right: 12px; }
.linksDiv .swiper-button-next:hover{background: url(../img/l_r_.png) no-repeat center center/100%;}
.linksDiv .swiper-button-prev:hover{background: url(../img/l_l_.png) no-repeat center center/100%;}
.footerDiv{position: relative;background: #222;color: #ccc;font-size: 14px; }
.footerDiv .hdDiv{padding: 60px 0 30px;align-items: stretch; }
.footerDiv .hdDiv>div{padding: 0 ;position: relative; }
 .footerDiv .hdDiv .hlDiv p{margin-top: 15px;max-width: 176px; }
.footerDiv .hdDiv .aDiv{display: flex;flex-direction: column;align-content: flex-start;flex-wrap: wrap;height: 130px; }
.footerDiv .hdDiv .aDiv a{margin-bottom: 20px;color: #ccc;margin-right: 20px; } 
.footerDiv .hdDiv .aDiv a:hover{color: #fff; }
.footerDiv .hdDiv .lxDiv p{margin-bottom: 10px; }
.footerDiv .hdDiv .lxDiv a{color: #ccc; }
.footerDiv .hdDiv .lxDiv a:hover{color: #fff; }
.footerDiv .hdDiv .ewmDiv img{width: 100px; }
.footerDiv .hdDiv .ewmDiv p{text-align: center;margin-top: 6px; }
.footerDiv .hdDiv .telDiv{text-align: right; }
.footerDiv .hdDiv .telDiv p{color: #fff;margin: 10px 0 20px;font-size: 36px;font-family: Impact; } 
.footerDiv .hdDiv .telDiv p a{color: #fff; }
.footerDiv .hdDiv .telDiv a.btnDiv{width: 120px;height: 36px;background: #16579b;border-radius: 18px;color: #fff;font-size: 14px;font-weight: 700;margin: 0 0 0 auto;  }
.footerDiv .hdDiv .telDiv a.btnDiv:hover{opacity: .8; }
.footerDiv .bdDiv{padding: 20px 0;border-top: 1px solid #666; }


/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #Fafafa;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 114px; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 41.67vw;background: none no-repeat center;background-size: cover;}
.index-banner .img .wrap{position: relative;}
.index-banner .gridVideo{width: 100%;display: block;height: 46.875vw;position: relative;position: absolute;left: 0;top: 0;}
.index-banner .gridVideo video {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;opacity: 1;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);transition: z-index 0s ease 0.7s,opacity 0.35s ease 0.7s;display: block;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
.index-banner .swiper-pagination-bullet{width: 30px;height:4px;background: #CCCCCC;border-radius: 0;opacity:1;position: relative; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #16579b; }
/* .index-banner .swiper-pagination-bullet-active:after{content: "";width: 16px;height: 16px;border: 1px solid #fff;border-radius: 50%;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;  } */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; }
.index-banner .swiper-button-next, .index-banner .swiper-button-prev{width: 60px;height: 60px;margin-top: -30px; }
.index-banner .swiper-button-next{background: url(../img/right.png) no-repeat center center/100%;right: 6.25vw;}
.index-banner .swiper-button-prev{background: url(../img/left.png) no-repeat center center/100%;left: 6.25vw;}
.index-banner .swiper-button-next:hover{background: url(../img/right_.png) no-repeat center center/100%;}
.index-banner .swiper-button-prev:hover{background: url(../img/left_.png) no-repeat center center/100%;}

.searchDiv .bdDiv{padding: 19px 0;flex-wrap: wrap; }
.searchDiv .bdDiv .hotDiv {font-size: 14px; }
.searchDiv .bdDiv .hotDiv span{color: #222; }
.searchDiv .bdDiv .hotDiv span img{margin-right: 10px; }
.searchDiv .bdDiv .hotDiv a{color: #666666;margin-left: 30px; }
.searchDiv .bdDiv .hotDiv a:hover{color: #16579b; }
.searchDiv form{flex: 1; max-width: 500px;position: relative;margin-left: 30px; }
.searchDiv form input{width: 100%;line-height: 40px;background: #fff;border-radius: 30px;padding: 0 60px 0 20px;border: 1px solid #CCCCCC; }
.searchDiv form button{width: 60px;height: 100%;border: 0;background: transparent;position: absolute;right: 0;top: 0;cursor: pointer; }

.indexTitle{position: relative;color: #222;font-size: 36px;font-weight: bold;text-align: center; } 
.indexTitle span{font-size: 60px;color: #16579b; }
.ihdDiv .tabsDiv{flex: 1;flex-wrap: wrap; }
.ihdDiv .tabsDiv a{color: #222;font-size: 20px;margin-left: 30px;font-weight: 700; }
.ihdDiv .tabsDiv a.on,.ihdDiv .tabsDiv a:last-child:hover{color: #16579b; }

.indexDiv1{padding: 80px 0;background: #fafafa; }
.indexDiv1 .bdDiv{position: relative;margin-bottom: 50px; }
.indexDiv1 .blDiv{width: 300px;position: absolute;left: 0;top: 0;height: 100%; }
.indexDiv1 .blDiv .blh{height: 130px;background: #16579b;color: #fff;padding: 0 30px;flex-direction: column;align-items: flex-start; }
.indexDiv1 .blDiv .blh span{font-size: 36px;font-weight: bold; }
.indexDiv1 .blDiv .blh small{font-size: 14px;margin-top: 10px;text-transform: capitalize; }
.indexDiv1 .blDiv .blb{background: #fff;height: calc(100% - 180px);padding: 20px 0;overflow: hidden; }
.indexDiv1 .blDiv .blb ul{overflow-y: auto;height: 100%; }
.indexDiv1 .blDiv .blb ul li{padding: 0 20px; }
.indexDiv1 .blDiv .blb ul li>a{padding: 20px 0;border-bottom: 1px solid #Fafafa;color: #222;font-weight: 700;background: url(../img/zk.png) no-repeat right center;display: block; }
.indexDiv1 .blDiv .blb ul li.on>a{background: url(../img/zd.png) no-repeat right center;  }
.indexDiv1 .blDiv .blb ul li .aDiv{margin-top: 20px;display: none; }
.indexDiv1 .blDiv .blb ul li .aDiv a{display: block;margin-bottom: 10px;color: #666666;font-size: 14px;padding-left: 20px;position: relative; }
.indexDiv1 .blDiv .blb ul li .aDiv a::before{content: "";width: 3px;height: 3px;border-radius: 50%; background: #666666;position: absolute;left: 5px;top: 50%;transform: translateY(-50%); }
.indexDiv1 .blDiv .blb ul li .aDiv a:hover{color: #16579b; }
.indexDiv1 .blDiv .blb ul li .aDiv a:hover::before{background: #16579b; }
/* .indexDiv1 .blDiv .blb ul li.on .aDiv{display: block; } */
.indexDiv1 .brDiv{width: calc(100% - 330px); }
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
.indexDiv1 .blDiv .blb ul::-webkit-scrollbar  
{  
    width: 8px;  
    height: 10px;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
.indexDiv1 .blDiv .blb ul::-webkit-scrollbar-track  
{  
    border-radius: 0;  
}  
  
/*定义滑块 内阴影+圆角*/  
.indexDiv1 .blDiv .blb ul::-webkit-scrollbar-thumb  
{  
    border-radius: 0; 
    background-color: #CCCCCC;
}
.indexDiv1 .brDiv .row{margin: 0 -10px; }
.indexDiv1 .brDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
.indexDiv1 .brDiv .row>div a{display: block;text-align: center; }
.indexDiv1 .brDiv .row>div .imgDiv{padding-top: 75%;overflow: hidden; }
.indexDiv1 .brDiv .row>div .imgDiv .pic img{object-fit: initial;max-width: 100%;max-height: 100%;width: initial;height: initial; } 
.indexDiv1 .brDiv .row>div .titleDiv{margin-top: 10px;color: #333; }
.indexDiv1 .brDiv .row>div a:hover .titleDiv{color: #16579b; }
.indexDiv1 .moreBtn a{width: 160px;height: 40px;background: #16579b;color: #fff;font-size: 14px; }
.indexDiv1 .moreBtn a:hover{opacity: .8; }

.indexDiv2{padding: 50px 0; }
.indexDiv2 ul{/* flex-wrap: wrap; */ }
.indexDiv2 ul li{/* width: 217px;height: 217px; */border: 1px solid #fff;border-radius: 50%;margin-right: 5.7vw;margin-bottom: 0;width: 13.9%; }
.indexDiv2 ul li .conDiv{padding-top: 100%;position: relative; }
.indexDiv2 ul li .conDiv .textDiv{display: flex;flex-direction: column;align-items: center;justify-content: center;position: absolute;left: 0;top: 0;width: 100%;height: 100%; }
.indexDiv2 ul li:last-child{margin-right: 0; }
.indexDiv2 ul li p{color: #fff;margin: 20px 0 0;line-height: 1; }
.indexDiv2 ul li:hover img{transform: rotate(360deg);transition: all .5s; }

.imgOver{position: relative;}
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }

.indexDiv31{padding: 80px 0; }
.indexDiv31 .bdDiv{margin-top: 75px;position: relative; }
.indexDiv31 .bdDiv .mainImg{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 48.68%; }
.indexDiv31 .bdDiv ul{flex-wrap: wrap;position: relative;z-index: 1; }
.indexDiv31 .bdDiv ul li{width: 50%; }
.indexDiv31 .bdDiv ul li .conDiv{width: 60.27%; }
.indexDiv31 .bdDiv ul li:nth-of-type(even){justify-content: flex-end; }
.indexDiv31 .bdDiv ul li:nth-of-type(odd) .conDiv{flex-direction: row-reverse;text-align: right; }
.indexDiv31 .bdDiv ul li:nth-child(1),.indexDiv3 .bdDiv ul li:nth-child(2){margin-bottom: 60px; }
.indexDiv31 .bdDiv ul li .imgDiv{padding-top: 43.33%; }
.indexDiv31 .bdDiv ul li .num{width: 70px;height: 70px;border: 1px solid #CCCCCC;border-radius: 50%;font-size: 28px;color: #16579b;display: flex;justify-content: center;align-items: center;background: #fff; font-weight:bold }
.indexDiv31 .bdDiv ul li .con{width: calc(100% - 100px); }
.indexDiv31 .bdDiv ul li .con span{font-size: 22px;font-weight: bold;display: block;margin: 15px 0 8px; }
.indexDiv31 .bdDiv ul li .con p{color: #666; }



.indexDiv3{color: #fff; padding: 80px 0;}
.indexDiv3 .blDiv{width: 48.33%;padding: 10px;margin: 0 10px;position: relative;background: url(../img/about-bj.png) no-repeat center center/100% 100%; }
.indexDiv3 .blDiv img{width:100%; }
.indexDiv3 .brDiv{width: 48.33%; }
.indexDiv3 .brDiv .title{font-weight: bold; font-size:36px }
.indexDiv3 .brDiv .p{font-size: 16px;margin: 20px 0 40px  ;line-height: 34px; text-align:justify }
.indexDiv3 .brDiv .dataDiv{border-top: 1px solid #fff;border-bottom: 1px solid #fff; }
.indexDiv3 .brDiv .dataDiv ul li{text-align: center;flex: 1;padding: 15px 0 25px; }
.indexDiv3 .brDiv .dataDiv ul li span{font-size: 45px; }
.indexDiv3 .brDiv .dataDiv ul li p{font-size: 15px; }
.indexDiv3 .brDiv a{height: 42px;background: #fff;color: #16579b;width: 162px;margin-top: 20px;  }
.indexDiv3 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px; }
.indexDiv3 .swiper-pagination-bullet{width: 12px;height: 12px;background: #fff;border-radius:50%;opacity:1;position: relative; }
.indexDiv3 .swiper-pagination-bullet-active{opacity: 1;position: relative; }
.indexDiv3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px; }



.indexDiv4{padding: 80px 0;background: #fafafa; }
.indexDiv4 .bdDiv{margin-top: 40px;background: #fff;padding: 30px;align-items: flex-start; }
.indexDiv4 .bdDiv .smallDiv{padding: 30px 0;width: 410px;position: relative;background: #Fafafa;padding:60px 30px; }
.indexDiv4 .swiper-container {width: 100%;height: 546px;margin-left: 0;margin-right: auto;}
.indexDiv4 .gallery-top {height: 100%;width: calc(100% - 410px);}
.indexDiv4 .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: 546px; }
.indexDiv4 .gallery-top .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.indexDiv4 .gallery-top .swiper-slide .textDiv .title{margin: 15px 0 5px;color: #3D3D3D;font-weight: 700;font-size: 20px; }
.indexDiv4 .gallery-top .swiper-slide .textDiv .p{color: #666666;font-weight: 400;font-size: 14px; }
.indexDiv4 .gallery-top .swiper-slide a:hover .textDiv .title{color: #16579b; }
.indexDiv4 .gallery-thumbs {height: 426px;box-sizing: border-box;position: relative;z-index: 11; }
.indexDiv4 .gallery-thumbs .swiper-slide .imgDiv{height: 197px;display: flex;justify-content: center;align-items: center;background: #F2F3F3;position: relative; }
.indexDiv4 .gallery-thumbs .swiper-slide .imgDiv:hover:before{content: "";width: 100%;height: 100%;border: 2px solid #16579b;position: absolute;left: 0;top: 0;z-index: 2; }
.indexDiv4 .gallery-thumbs .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.indexDiv4 .gallery-thumbs .swiper-slide-thumb-active:before{content: "";width: 100%;height: 100%;border: 2px solid #16579b;position: absolute;left: 0;top: 0;z-index: 2; }
.indexDiv4 .swiper-button-next,.indexDiv4 .swiper-button-prev{width: 60px;height: 60px;margin-top:initial;left: 50%;margin-left: -30px;top: initial;}
/* .indexDiv4 .swiper-button-next:hover,.indexDiv4 .swiper-button-prev:hover{opacity: 1;} */
.indexDiv4 .swiper-button-prev{background: url(../img/prev.png) no-repeat center center;background-size: 100%;right: auto;bottom: auto;top: 30px;}
.indexDiv4 .swiper-button-next{background: url(../img/next.png) no-repeat center center;background-size: 100%;right: auto;bottom: 30px;top: auto;}
.indexDiv4 .swiper-button-prev:hover{background: url(../img/prev_.png) no-repeat center center;background-size: 100%;}
.indexDiv4 .swiper-button-next:hover{background: url(../img/next_.png) no-repeat center center;background-size: 100%;}
/* .indexDiv4 .gallery-top .swiper-button-next,.indexDiv4 .gallery-top .swiper-button-prev{width: 34px;height: 34px;margin-top: -17px;left: auto;bottom: auto;top: 50%;margin-left: initial;}
.indexDiv4 .gallery-top .swiper-button-next{background: url(../img/a-right.png) no-repeat center center;background-size: 100%;right: 10px;}
.indexDiv4 .gallery-top .swiper-button-prev{background: url(../img/a-left.png) no-repeat center center;background-size: 100%;left: 10px;} */
.swiper-button-next:after,.swiper-button-pev:after{content: "";}
.swiper-button-next:focus,.swiper-button-prev:focus{outline: none;}

.indexDiv5{padding: 50px 0;background:  #16579b;position: relative;color: #fff; }
.indexDiv5::before{content: "";width: 72.34375vw;height: 100%;background: url(../img/i-bg2.png) no-repeat right center/cover;position: absolute;left: 0;top: 0; }
.indexDiv5 .bdDiv{position: relative; }
.indexDiv5 .leftDiv span{font-size: 36px;font-weight: bold; }
.indexDiv5 .leftDiv p{font-size: 28px;margin-top: 10px; }
.indexDiv5 .rightDiv{text-align: right; }
.indexDiv5 .rightDiv span{font-size: 14px; }
.indexDiv5 .rightDiv p{font-size: 30px;font-weight: bold;margin:   0 0; }
.indexDiv5 .rightDiv a{width: 120px;height: 36px;background: #fff;border-radius: 18px;color: #16579b;font-size: 14px;font-weight: 700;margin: 10px 0 0 auto; }

.indexDiv6{padding: 80px 0; }
.indexDiv6 .bdDiv{margin-top: 40px; } 
.indexDiv6 .bdDiv .rowDiv{display: none; }
.indexDiv6 .bdDiv .rowDiv.on{display: block; }
.indexDiv6 .bdDiv .row>div .conDiv{height: 100%; }
.indexDiv6 .bdDiv .row>div a{display: block; }
.indexDiv6 .bdDiv .row>div a .imgDiv{padding-top: 75%; }
.indexDiv6 .bdDiv .row>div a .title{margin: 20px 0 15px;font-size: 20px;color: #333; }
.indexDiv6 .bdDiv .row>div a:hover .title{color: #16579b; }
.indexDiv6 .bdDiv .row>div a .p{margin: 0 0 30px;font-size: 16px;color: #666; line-height:30px }
.indexDiv6 .bdDiv .row>div a .dateDiv span{font-size: 14px;color: #888888; }
.indexDiv6 .bdDiv .row>div a .dateDiv i{width: 58px;height: 7px;background: url(../img/more.png) no-repeat center center;display: block; }
.indexDiv6 .bdDiv .row>div a:hover .dateDiv i{background: url(../img/more_.png) no-repeat center center; }
.indexDiv6 .bdDiv .row>div a:hover .title{color: #16579b; }
.indexDiv6 .bdDiv .row>div ul.conDiv{background: #Fafafa;padding: 10px 20px; }
.indexDiv6 .bdDiv .row>div ul.conDiv li{padding: 30px 0;border-bottom: 1px solid #D8D8D8; }
.indexDiv6 .bdDiv .row>div ul.conDiv li:last-child{border: 0; }
.indexDiv6 .bdDiv .row>div ul.conDiv li .title{margin: 0; }
.indexDiv6 .bdDiv .row>div ul.conDiv li .p{margin: 15px 0 10px; }


/*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:1440px) {
	header .rightDiv .menu>ul>li{margin-left: 3vw; }
	header .logo{width: 15%;}
	.footerDiv .hdDiv .telDiv p{font-size: 30px; }
	.footerDiv .hdDiv>div{padding: 0 4%; }
}
@media (max-width:1200px) {
	/* .indexDiv3 .bdDiv .mainImg{width: 56.88%; } */
	.indexDiv3 .bdDiv ul li .conDiv{width: 67.27%; }
	.indexDiv3 .bdDiv ul li .con span{font-size: 20px; }
}
@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:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #333;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:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 60%;}
	
 .slgn{ float:left; border-left:#ccc 1px solid; padding-left:10px; margin-top:8px; margin-left:5px}
.slgn h1{ font-size:14px; font-weight:bold; color:#16579b; }
.slgn p{ font-size:12px; line-height:16px}
	
	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.indexHeader .rightDiv .menu>ul>li>a{color: #333;} */
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	.menu ul ul .flexbet,.menu ul ul .flexend{padding: 0;}
	.menu>ul>li:hover>ul{transform: initial;}
	.main {position: relative;right: 0;transition: right 300ms !important;}
	header .othersDiv{height: 50px;padding-right: 40px; }
	header .othersDiv .langDiv{margin-left: 15px; }
	header .othersDiv .langDiv>a{height: 50px;}
	.menu>ul>li .ul{display: block; }
	.menu>ul>li .ul li .imgDiv{padding-top: 0; }
	.menu>ul>li .ul li .title{position: relative;color: #333;margin-top: 0; }
	.menu>ul>li.proLi .ul{flex-wrap: wrap;grid-gap: 0; }
	.menu>ul>li.proLi .ul li{width: 100%;margin-right: 0;padding: 0 20px;flex: initial; }
	.menu>ul>li.proLi .ul li>a{padding: 0;border: 0; }
	.menu>ul>li.proLi .ul li>.line{margin: 0; }
	.menu>ul>li.proLi .ul li .aDiv{flex-wrap: wrap;flex-direction: row; }
	.menu>ul>li.proLi .ul li .aDiv a{margin-top: 0;width: auto;padding: 0;margin-right: 20px;font-size: 14px; }
	.searchDiv .bdDiv .hotDiv a{margin-left: 15px; }
	.indexDiv1 .brDiv .row>div{flex: 0 0 50%; max-width: 50%;}
	.indexDiv2 ul li .conDiv .textDiv img{width: 40px; } 
	.indexDiv2 ul li{margin-right: 3vw;width: 18%; }
	.indexDiv2 ul li p{margin-top: 10px; }
	.indexDiv3 .bdDiv ul li .conDiv {width: 75.27%;  }
	.indexDiv5 .leftDiv span{font-size: 30px; }
	.indexDiv5 .leftDiv p{font-size: 22px; }
	.indexDiv5 .rightDiv p{font-size: 30px; }
	.indexDiv6 .bdDiv .row>div ul.conDiv li{padding: 10px 0; }
}

.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;}
	.wrap{padding: 0 15px;width: 100%;}
	
	header .headerTop{display: none; }
	header .mbtn{top: 0; }
	.main{margin-top: 50px; }
	.on-fixed header{ top: 0;}
	header .logo{width: auto;}
	.index-banner .img{height: 50vw;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; }
	.index-banner .swiper-button-next, .index-banner .swiper-button-prev{display: none; }
	.searchDiv .bdDiv .hotDiv{margin-bottom: 10px; }
	.searchDiv form{margin-left: 0; }
	
	.ihdDiv{display: block; }
	.indexTitle{font-size: 20px; }
	.indexTitle span{font-size: 40px; }
	.ihdDiv .tabsDiv{margin-top: 10px;justify-content: center; }
	.ihdDiv .tabsDiv a{font-size: 16px; }
	.ihdDiv .tabsDiv a:nth-child(1){margin-left: 0; }
	
	.indexDiv1{padding: 20px 0; }
	.indexDiv1 .bdDiv{flex-wrap: wrap;margin-bottom: 20px; }
	.indexDiv1 .blDiv{width: 100%;position: relative;height: initial; }
	.indexDiv1 .blDiv .blh{height: 70px; }
	.indexDiv1 .blDiv .blh span{font-size: 20px; }
	.indexDiv1 .blDiv .blh small{font-size: 12px;margin-top: 0; }
	.indexDiv1 .blDiv .blb{height: 200px; }
	.indexDiv1 .brDiv{width: 100%;margin-top: 20px; }
	.indexDiv2{padding: 30px 0 10px; }
	.indexDiv2 ul{flex-wrap: wrap;justify-content: center; }
	.indexDiv2 ul li{width: 28%;margin-bottom: 20px; }
	.indexDiv2 ul li .conDiv .textDiv img{width: 30px; }
	
	.indexDiv3{padding: 20px 0; }
	.indexDiv3 .flexbet{ display:block}
	.indexDiv3 .bdDiv{margin-top: 0px; }
	.indexDiv3 .blDiv{width: 100%;padding: 10px;margin: 0 0 10px;position: relative;background: url(../img/about-bj.png) no-repeat center center/100% 100%; }
.indexDiv3 .blDiv img{width:100%; }
.indexDiv3 .brDiv{width: 100%; }

.indexDiv3 .brDiv .title{font-weight: bold; font-size:20px }
.indexDiv3 .brDiv .p{font-size: 15px;margin: 10px 0 20px  ;line-height: 30px; text-align:justify }
	.indexDiv3 .bdDiv .mainImg{display: none; }
	.indexDiv3 .bdDiv ul li{width: 100%;margin-bottom: 30px; }
	.indexDiv3 .bdDiv ul li .conDiv{width: 100%; }
	.indexDiv3 .bdDiv ul li:nth-child(1), .indexDiv3 .bdDiv ul li:nth-child(2){margin-bottom: 30px; }
	
	.indexDiv4{padding: 45px 0; }
	.indexDiv4 .bdDiv{display: block;position: relative; }
	.indexDiv4 .gallery-top{width: 100%;position: relative;z-index: 22; }
	.indexDiv4 .gallery-top .swiper-slide .imgDiv{height: 200px; }
	.indexDiv4 .swiper-button-next, .indexDiv4 .swiper-button-prev{transform: rotate(-90deg);left: initial;margin-left: initial;top: 50%;margin-top: -30px;bottom: initial; }
	.indexDiv4 .swiper-button-prev{left: 0; }
	.indexDiv4 .swiper-button-next{right: 0; }
	.indexDiv4 .gallery-top .swiper-slide .textDiv .title{font-size: 18px; }
	.indexDiv5{padding: 10px 0; } 
	.indexDiv5 .leftDiv{width: 55%; }
	.indexDiv5 .leftDiv span{font-size: 18px; }
	.indexDiv5 .leftDiv p{font-size: 14px; }
	.indexDiv5 .rightDiv{width: 40%; }
	.indexDiv5 .rightDiv p{font-size: 20px; }
	.indexDiv5 .rightDiv a{width: 100px;height: 30px;background: #fff;border-radius: 15px;color: #16579b;font-size: 14px;font-weight: 700;margin: 10px 0 0 auto; }
	.indexDiv6{padding: 20px 0; }
	.indexDiv6 .bdDiv{margin-top: 0; }
	.indexDiv6 .bdDiv .row>div {margin-top: 20px; }
	.indexDiv6 .bdDiv .row>div .conDiv{height: initial; }
	.indexDiv6 .bdDiv .row>div a .title{font-size: 16px; }
	.indexDiv6 .bdDiv .row>div a .title{margin: 10px 0 5px;font-size: 16px;color: #333; font-weight:bold }
	.indexDiv6 .bdDiv .row>div a .p{margin: 0 0 10px;font-size: 14px;color: #666; line-height:26px }
	
    .indexDiv31{padding: 0px 0; }
	.indexDiv31 .bdDiv{margin-top: 20px; }
	.indexDiv31 .bdDiv .mainImg{display: none; }
	.indexDiv31 .bdDiv ul li{width: 100%;margin-bottom: 10px; }
	.indexDiv31 .bdDiv ul li .conDiv{width: 100%; }
	.indexDiv31 .bdDiv ul li:nth-child(1), .indexDiv3 .bdDiv ul li:nth-child(2){margin-bottom: 20px; }
	.indexDiv31 .bdDiv ul li .con span{font-size:18px;font-weight: bold;display: block;margin: 8px 0 8px; }
	.indexDiv31 .bdDiv ul li .con p{color: #666; line-height:26px }
	
	.linksDiv .conDiv .lbDiv{width: calc(100% - 80px);padding-right: 50px; }
	.footerDiv .hdDiv>div::after{display: none; }
	.footerDiv .hdDiv .hlDiv p{max-width: 100%; }
	.footerDiv .hdDiv>div{padding: 10px 0; text-align:left }
	.footerDiv .hdDiv .aDiv{justify-content: center;flex-direction: row;height: initial; display:none }
	.footerDiv .hdDiv .aDiv a{margin: 0 10px; }
	.footerDiv .hdDiv{padding: 0px 0 15px;display: block;text-align: center; }
	.footerDiv .hdDiv .hlDiv{width: 100%; }
	.footerDiv .hdDiv .telDiv{text-align: center; }
	.footerDiv .hdDiv .telDiv a.btnDiv{margin: 0 0; }
	.footerDiv .bdDiv{flex-direction: column;text-align: center;padding-bottom: 15px; }
	.footerDiv .hdDiv .ewmDiv p{text-align: left;margin-top: 6px; }
.footerDiv .hdDiv .telDiv{text-align: left; }
	
	@media (max-width:320px) {
	}
	
}
.nyBanner .wrap{position:relative;height: 19.375vw;color: #fff;text-align: center; }
.nyBanner span{font-size: 2.5vw; }
.nyBanner p{font-size: 0.833vw;text-transform: uppercase;font-family: fontR;letter-spacing: 2px; }
.commonDiv{padding: 60px 0 60px;align-items: flex-start; }
.commonDiv .comLeftDiv{width: 20%; }
.commonDiv .comLeftDiv .ht{background: #16579b;color: #fff;height: 70px;padding: 0 20px;font-weight: 700; font-size:24px }
.commonDiv .comLeftDiv .lhDiv ul li{border: 1px solid #E5E5E5;padding: 15px 30px 15px 20px;margin-bottom: 10px;background: url(../img/zk1.png) no-repeat right center; }
.commonDiv .comLeftDiv .lhDiv ul li a{color: #666; }
.commonDiv .comLeftDiv .lhDiv ul li i{transform: rotate(-180deg); }
.commonDiv .comLeftDiv .lhDiv ul li.on a{color: #16579b; }
.commonDiv .comLeftDiv .lbDiv{margin-top: 20px; }
.commonDiv .comLeftDiv .lbDiv .hb{border: 1px solid #e5e5e5;padding: 20px; }
.commonDiv .comLeftDiv .lbDiv .hb .p{font-size: 14px;color: #666;margin: 5px 0;align-items: flex-start;word-break:break-all; }
.commonDiv .comLeftDiv .lbDiv .hb .p i{color: #16579b;font-size: 18px;margin-right: 6px; }
.commonDiv .comRightDiv{width: 76.5%; }
.productDiv .row>div{margin-bottom: 30px; }
.productDiv .row>div a{text-align: center;color: #333; }
.productDiv .row>div .imgDiv{ overflow: hidden;background: #fff; border:#eee 1px solid; padding:20px 0 }
.productDiv .row>div .imgDiv img{max-width: 100%;  }
.productDiv .row>div .titleDiv{padding-top: 15px;position: relative; }
.productDiv .row>div .titleDiv::before{content: "";width: 0;height: 2px;background: #16579b;position: absolute;left: 0;top: 0;transition: all .5s; }
.productDiv .row>div a:hover .titleDiv{color: #16579b; }
.productDiv .row>div a:hover .titleDiv::before{width: 100%; }
.productDiv .row>div a:hover .imgDiv{box-shadow: 0px 0px 16px rgba(0,0,0,.12);background: #fff; }

.productDetailDiv .hdDiv{align-items: flex-start;margin-bottom: 60px; }
.productDetailDiv .hdDiv .imgDiv{width: 31.986%; }
.productDetailDiv .hdDiv .textDiv{width: 62.33%; }
.productDetailDiv .hdDiv .textDiv .title{border-bottom: 1px solid #e5e5e5;margin-bottom: 30px;padding-bottom: 10px; }
.productDetailDiv .hdDiv .textDiv .span{color: #16579b;font-weight: 700; }
.productDetailDiv .hdDiv .textDiv .line{width: 39px;height: 2px;background: #999;margin: 12px 0; }
.productDetailDiv .hdDiv .textDiv .p{color: #666;line-height: 1.875; }
.productDetailDiv .fenyeDiv a{color: #333;width: 45%; }
.productDetailDiv .fenyeDiv a:last-child{text-align: right; }
.productDetailDiv .fenyeDiv a:hover{color: #16579b; }
.productDetailDiv .tuijianDiv{margin: 70px 0 0; }
.productDetailDiv .tuijianDiv .lunboDiv{position: relative;margin: 10px -20px -20px; }
.productDetailDiv .tuijianDiv .lunboDiv .swiper-container{padding: 20px; }
.productDetailDiv .tuijianDiv .imgDiv{padding-top: 100%;overflow: hidden;transition: all .5s;background: #f5f5f5; }
.productDetailDiv .tuijianDiv img{max-width: 80%;max-height: 80%; }
.productDetailDiv .tuijianDiv .titleDiv{text-align: center;color: #333;padding-top: 15px;position: relative; }
.productDetailDiv .tuijianDiv .titleDiv::before{content: "";width: 0;height: 2px;background: #16579b;position: absolute;left: 0;top: 0;transition: all .5s; }
.productDetailDiv .tuijianDiv a:hover .titleDiv{color: #16579b; }
.productDetailDiv .tuijianDiv a:hover .titleDiv::before{width: 100%; }
.productDetailDiv .tuijianDiv a:hover .imgDiv{box-shadow: 0px 0px 16px rgba(0,0,0,.12);background: #fff; }
.tuijianDiv .swiper-button-prev,.tuijianDiv .swiper-button-next{width: 33px; height: 53px;color: #fff;display: flex;align-items: center;justify-content: center;background: #999; }
.tuijianDiv .swiper-button-prev i{font-size: 24px; }
.tuijianDiv .swiper-button-next i{transform: rotate(-180deg);display: block;font-size: 24px; }
.tuijianDiv .swiper-button-prev{left: 20px; }
.tuijianDiv .swiper-button-next{right: 20px; }
.tuijianDiv .swiper-button-prev:hover,.tuijianDiv .swiper-button-next:hover{background: #16579b; }
.productDetailDiv .contactDiv{padding: 0; }
.pageDiv{text-align: center; margin-top:50px}
.pageDiv a,.pageDiv span{display: inline-block;margin: 0 2px;color: #999;padding:6px 14.5px;border: 1px solid #D9D9D9;border-radius: 2px; }
.pageDiv span{color: #fff;background: #16579b;border-color: #16579b; }

.productDetailDiv .breadcrumbDiv1{margin-bottom: 30px;position: relative; }
.productDetailDiv .breadcrumbDiv1::after{content: "";width: 100%;height: 1px;background: #e2e8f0;position: absolute;left: 0;top: 50%; }
.productDetailDiv .breadcrumbDiv1 .breadcrumbDiv{position: relative;z-index: 1;margin-bottom: 0;background: #fff;padding-right: 30px; }
.productDetailDiv .breadcrumbDiv1 .imgDiv{height: 23px;background: #fff;padding: 0 15px;position: relative;z-index: 1;margin-right: 25px; }
.productDetailDiv .breadcrumbDiv1 .imgDiv img{max-height: 100%; }

.productDetailDiv .hdDiv .leftDiv{width: 40%; }
.productDetailDiv .hdDiv .rightDiv{width: calc(100% - 42%); }
.productDetailDiv .hdDiv .leftDiv .lunboDiv{position: relative; }
.productDetailDiv .hdDiv .leftDiv .lunboDiv .fdImg{position: absolute;right: 0;bottom: 0;z-index: 1; }
.productDetailDiv .hdDiv .leftDiv .lunboDiv .fdImg svg{width: 20px; }
.productDetailDiv .hdDiv .leftDiv .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.productDetailDiv .hdDiv .leftDiv .swiper-slide {display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;}
.productDetailDiv .hdDiv .leftDiv .swiper-slide .pic{padding-top: 100%;position: relative;width: 100%;}
.productDetailDiv .hdDiv .leftDiv .swiper-slide .pic .imgDiv{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;display: flex;justify-content: center;align-items: center; }
.productDetailDiv .hdDiv .leftDiv .swiper-slide .pic .imgDiv img{max-width: 90%;max-height: 90%;object-fit: contain; }
.productDetailDiv .hdDiv .leftDiv .gallery-top {width: 100%;border: 1px solid #e5e7eb; }
.productDetailDiv .hdDiv .leftDiv .smallDiv{position: relative;padding: 0; }
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs {box-sizing: border-box;text-align: center;margin: 15px 0 0;}
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide {width: 20%;opacity: 1;}
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide .pic{padding-top: 100%; }
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide .pic::before{content: "";width: 100%;height: 100%;border: 1px solid #e5e7eb;position: absolute;left: 0;top: 0;z-index: 1; }
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide .pic .imgDiv img{max-width: 100%;max-height: 100%; }
.productDetailDiv .hdDiv .leftDiv .gallery-thumbs .swiper-slide-thumb-active .pic::before{border-color: #2563eb; }
.productDetailDiv .hdDiv .rightDiv{color: rgba(61, 61, 61, 0.6); }
.productDetailDiv .hdDiv .rightDiv .indexTitle{ text-align:left}
.productDetailDiv .hdDiv .rightDiv .indexTitle .line{width: 100%;height: 1px;background: #E5E5E5;margin: 5px 0 0; }
.productDetailDiv .hdDiv .rightDiv .indexTitle  span{margin-top: 15px;color: #1d4ed8;font-size: 20px; font-weight:bold; text-align:left; color:#333 }
.productDetailDiv .hdDiv .rightDiv .p{margin: 0 0 30px; }
.productDetailDiv .hdDiv .rightDiv .p p{position: relative;padding-left: 30px;background: url(../img/dui_.png) no-repeat left center/18px;margin-top: 20px;font-size: 14px;color: #555; }
.productDetailDiv .hdDiv .rightDiv .btnDiv a{padding: 10px 32px;box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);border-radius: 8px;font-size: 16px; }
.productDetailDiv .hdDiv .rightDiv .btnDiv a.ljzx{color: #fff;background: linear-gradient(to right,#2563eb,#0ea5e9);border: 2px solid #fff; }
.productDetailDiv .hdDiv .rightDiv .btnDiv a.duibi{border: 1px solid #1d4ed8;color: #1d4ed8;margin-left: 20px; }
.productDetailDiv .hdDiv .rightDiv .btnDiv a i{margin-right: 5px; }
.productDetailDiv .bdDiv{margin-top: 55px; }
.productDetailDiv .bdDiv .tabsDiv{color: #64748b;font-size: 14px;border-top: 1px solid #f1f5f9;border-bottom: 1px solid #f1f5f9;padding: 10px 0;position: sticky;top: 101px;left: 300px;background: #fff;z-index: 99; }
.productDetailDiv .bdDiv .tabsDiv ul li{padding: 4px 16px;text-align: center;font-size: 14px;font-weight: 500;color: #64748b;margin-right: 25px;border-radius: 4px;cursor: pointer; }
.productDetailDiv .bdDiv .tabsDiv ul li:last-child{margin-right: 0; }
.productDetailDiv .bdDiv .tabsDiv ul li.on{background: #dbeafecc;color: #020817; }
.productDetailDiv .bdDiv .tabsDiv ul li span{min-width: 15px;padding: 0 4px;background: #2563eb;border-radius: 50%;height: 16px;color: #fff;font-size: 12px;margin-left: 5px; }
.productDetailDiv .bdDiv .tabsConDiv{margin-top: 35px; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv{margin-bottom: 30px; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv .table{margin-top: 10px; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv table{width: 100%;border: 1px solid #e2e8f0; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv table td{border-top: 1px solid #e2e8f0;padding: 12px 20px;font-size: 14px;color: #334155; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv table td:nth-child(1){width: 30%;background: rgba(241,245,249,.7);border-right: 1px solid #e2e8f0; }
.productDetailDiv .bdDiv .canshuDiv .itemDiv table td:nth-child(2){width: 70%;}
.productDetailDiv .bdDiv .zlxzDiv .listDiv{margin: 10px 0;color: #11181c; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li{margin-bottom: 15px;padding: 5px 10px;background: linear-gradient(to bottom,#f8fafc,rgba(248,250,252,0));border-radius: 6px;border: 1px solid rgba(191,219,254,.7);border-bottom-width: 3px; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .hd {cursor: pointer; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .hd .titleDiv{height: 40px;font-weight: bold;color: #11181c;font-size: 14px; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .hd .titleDiv span{width: 24px;height: 24px;background: #fff;border-radius: 50%;margin-right: 10px; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .hd i{font-size: 10px;transition: all .3s; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li.on .hd i{transform: rotate(-90deg); }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd {margin-top: 5px; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table{width: 100%; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table th{font-size: 12px;color: #64748b;font-weight: normal;width: 20%;padding: 5px 0; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table th:last-child{text-align: right; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table td{width: 20%;font-size: 14px;padding: 10px 0;border-top: 1px solid #e2e8f0;font-weight: 500;}
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table td a{color: #1d4ed8; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table td a i{margin-right: 5px; }
.productDetailDiv .bdDiv .zlxzDiv .listDiv ul li .bd table td a:hover{text-decoration: underline; }
.productDetailDiv .bdDiv .yyalDiv .row>div{margin-bottom: 30px; }
.productDetailDiv .bdDiv .yyalDiv .row>div a{display: block;height: 100%; }
.productDetailDiv .bdDiv .yyalDiv .row>div .imgDiv{padding-top: 46.93%;border-radius: 10px;overflow: hidden; }
.productDetailDiv .bdDiv .yyalDiv .row>div .textDiv{margin-top: 15px;font-size: 14px; }
.productDetailDiv .bdDiv .yyalDiv .row>div .textDiv span{color: #2563eb; }
.productDetailDiv .bdDiv .yyalDiv .row>div .textDiv .title{font-weight: 500;margin: 10px 0;color: #334155; }
.productDetailDiv .bdDiv .yyalDiv .row>div .textDiv p{color: #94a3b8;font-size: 12px; }
.productDetailDiv .bdDiv .yyalDiv .row>div a:hover .textDiv .title{color: #11181c; }
.productDetailDiv .bdDiv .zsfxDiv .row>div{margin-bottom: 20px; }
.productDetailDiv .bdDiv .zsfxDiv .row>div a{height: 100%;padding: 16px;border: 1px solid #e2e8f0;border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) }
.productDetailDiv .bdDiv .zsfxDiv .row>div a .iconDiv{width: 36px; }
.productDetailDiv .bdDiv .zsfxDiv .row>div a .textDiv{width: calc(100% - 50px); }
.productDetailDiv .bdDiv .zsfxDiv .row>div a .textDiv .title{font-size: 14px;color: #0f172a;margin-bottom: 10px;font-weight: 500; }
.productDetailDiv .bdDiv .zsfxDiv .row>div a .textDiv p{font-size: 12px;color: #94a3b8; }
.productDetailDiv .bdDiv .zsfxDiv .row>div a .textDiv p span{margin-right: 5px; }
.productDetailDiv .bdDiv .zsfxDiv .row>div a:hover{box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1); }
.productDetailDiv .bdDiv .xgcpDiv .row>div a{margin-bottom: 15px;border: 1px solid #e2e8f0;
background-color: #eff6ff;
background-image: linear-gradient(12deg, #fff 50%, hsla(0, 0%, 100%, 0));
transition: background-color .3sease-in;padding: 10px;border-radius: 7px;box-shadow: 0 1px 2px 0 rgba(0,0,0,.05); }
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv{width: calc(100% - 30px); }
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv .imgDiv{width: 60px;height: 60px; }
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv .imgDiv img{max-height: 100%; }
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv .textDiv{width: calc(100% - 70px); }
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv .textDiv span{font-weight: bold;color: #11181c; } 
.productDetailDiv .bdDiv .xgcpDiv .row>div .alDiv .textDiv p{font-size: 13px;color: #94a3b8;margin-top: 8px;font-weight: 600; }
.productDetailDiv .bdDiv .xgcpDiv .row>div i{font-size: 18px;color: #2563eb;cursor: pointer;font-weight: 600; }
.productDetailDiv .bdDiv .xgcpDiv .row>div a:hover{background-color: #bfdbfe; }

.biaot{ border-bottom:#E5E5E5 1px solid; margin-bottom:20px }
.biaot h1{ line-height:40px; width:160px; text-align:center; color:#fff; background:#16579b; font-size:18px; margin-bottom:0; font-weight:bold}
.twxq{ text-align:left; font-size:16px; line-height:36px;}
.twxq img{ max-width:100%}
.biaot1{ border-bottom:#E5E5E5 1px solid; margin-bottom:20px }
.biaot1 h1{ line-height:45px;   color:#333;border-left:#16579b 3px solid;  font-size:22px; margin-bottom:0; font-weight:bold; padding-left:22px; padding-bottom:5px}


.newsDiv{padding: 0 }
.newsDiv ul{margin-bottom: 60px; }
.newsDiv ul li a{border-bottom: 1px solid #e5e5e5;   padding: 20px 0; }
.newsDiv ul li:last-child a{}
.newsDiv ul li .imgDiv{width: 30%;height: 194px;overflow: hidden; align-items: flex-start;}
.newsDiv ul li .textDiv{width: 65%; }
.newsDiv ul li .textDiv .date{width: 80px;padding-right: 25px;border-right: 1px solid #e5e5e5;text-align: center;font-size: 14px;color: #16579b; }
.newsDiv ul li .textDiv .date span{display: block;line-height: 1; }
.newsDiv ul li .textDiv .text{ }
.newsDiv ul li .textDiv .text .title{color: #333; font-weight:bold; font-size:18px; white-space:nowrap; overflow:hidden;text-overflow:ellipsis; }
.newsDiv ul li .textDiv .text .p{color: #666;margin: 10px 0 30px; line-height:30px; font-size:15px; padding-right:20px;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;  }
.newsDiv ul li .textDiv .text span{color: #999; font-size:14px }
.newsDiv ul li a:hover .textDiv .text span,.newsDiv ul li a:hover .textDiv .text .title{color: #16579b; }
.newsDiv ul li:hover{background: #f8f8f8; }

.guanyu{ line-height:36px}
.tup{ margin-top:20px}
.tup img{ width:100% }


@media (max-width:991px){
.commonDiv{padding: 20px 0 20px;align-items: flex-start; }
.commonDiv.flexbet{display: block  ;justify-content: space-between;align-items: center;}
.commonDiv .comLeftDiv{width: 100%; display:none }

.nyBanner .wrap{position:relative;height: 39.375vw;color: #fff;text-align: center; }	
.nyBanner span{font-size: 6vw; }
.nyBanner p{font-size:3vw;text-transform: uppercase;font-family: fontR;letter-spacing: 2px; }

.commonDiv .comLeftDiv .ht{background: #16579b;color: #fff;height: 50px;padding: 0 20px;font-weight: 700; font-size:20px }
.commonDiv .comRightDiv{width: 100%; }
.productDiv .row>div{margin-bottom: 15px; }
.productDiv .col-6{padding-right: 8px; padding-left:8px;}
.productDiv .row{margin-right: -8px; margin-left: -8px;}
.productDetailDiv .hdDiv .leftDiv{width: 100%; margin-bottom:20px; padding-bottom:10px }
.productDetailDiv .hdDiv .rightDiv{width:100%; }
.productDetailDiv .hdDiv.flexbet{display: block  ;justify-content: space-between;align-items: center;}
.productDetailDiv .hdDiv .leftDiv .smallDiv{position: relative;padding: 0 0 5px; }


.biaot1{ border-bottom:#E5E5E5 1px solid; margin-bottom:10px }
.biaot1 h1{ line-height:35px;   color:#333;border-left:#16579b 3px solid;  font-size:18px; margin-bottom:0; font-weight:bold; padding-left:22px; padding-bottom:5px}
.guanyu {line-height: 30px;}
.newsDiv ul li .imgDiv{width: 30%;height: 124px;overflow: hidden; align-items: flex-start;}

.newsDiv ul li .textDiv .text .title{color: #333; font-weight:bold; font-size:16px }
.newsDiv ul li .textDiv .text .p{color: #666;margin: 10px 0  ; line-height:26px; font-size:15px; padding-right:0;}
.newsDiv ul li .textDiv .text span{color: #999; font-size:14px }
.newsDiv ul {
  margin-bottom: 20px;
}
}