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;
}
@media (max-width:767px) {
.flexbet{display: block  ;justify-content: space-between;align-items: center;}
	
}
/**导航菜单**/
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: #F5F5F5;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{ border-right: 0; padding-right:40px }
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: 90px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
/* 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; padding:0 40px}
header .rightDiv .menu>ul>li>a{height: 90px;text-align: left;color: #333333;font-size: 18px;display: flex;justify-content: center;align-items: center;position: relative;text-transform: capitalize; font-weight:bold }
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: #2a6aa8;}
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: #2a6aa8;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; position:relative}
.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: 0px 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: 100%; }
.menu>ul>li.proLi .ul li>a{color: #666;text-align: left;padding: 15px 0 15px;position: relative; text-align:center }
.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%,  100%);position: absolute;left: 0;bottom: 0; }
.menu>ul>li.proLi .ul li>a:hover{color: #2a6aa8; }
.menu>ul>li.proLi .ul li>a:hover::after{background: linear-gradient(270deg, rgba(221, 83, 27, 0) 0%, #2a6aa8 100%) ; }


/****底部***/
.linksDiv{width: 100%;background: #111; }
.linksDiv .conDiv{height: 50px;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 .logoDiv{ width:150px}
.footerDiv .hdDiv{padding: 60px 0 30px;align-items: stretch; }
.footerDiv .hdDiv>div{position: relative; }
.footerDiv .hdDiv>div:first-child{padding-left: 0; }
.footerDiv .hdDiv>div:last-child{padding-right: 0; }
.footerDiv .hdDiv>div:last-child::after{display: none; }
.footerDiv .hdDiv .hlDiv p{margin-top: 15px; }
.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 h3{font-size: 18px;
  font-weight: bold;margin-bottom: 20px }
.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: #2a6aa8;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; }
.footerDiv .ft_dh{ width:40%}
.footerDiv .ft_dh h3{ font-size:18px; font-weight:bold}
.footerDiv .ft_dh ul{margin:0 -25px;}
.footerDiv .ft_dh ul li{float:left; padding:0 25px;}
.footerDiv .ft_dh ul li a{line-height:36px; color:#aaa;}
.footerDiv .ft_dh ul li a:hover{color:#ddd;}

/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 114px; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: calc(100vh - 100px);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: #2a6aa8; }
/* .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: #2a6aa8; }
.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 em{ display:block; width:50px; height:3px; background:#2a6aa8; margin:15px auto;border-radius:4px;}
.indexTitle span{font-size: 60px;color: #2a6aa8; }
.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: #2a6aa8; }

.indexDiv1{padding:110px 0 120px;background: #F5F5F5; }
.indexDiv1 .bdDiv{position: relative;margin-bottom: 50px; margin-top:40px }
.indexDiv1 .blDiv{width: 300px;position: absolute;left: 0;top: 0;height: 100%; }
.indexDiv1 .blDiv .blh{height: 130px;background: #2a6aa8;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% - 130px);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: 15px 0;border-bottom: 1px solid #F5F5F5;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: #2a6aa8; }
.indexDiv1 .blDiv .blb ul li .aDiv a:hover::before{background: #2a6aa8; }
/* .indexDiv1 .blDiv .blb ul li.on .aDiv{display: block; } */
.indexDiv1 .brDiv{width: 100%; }
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
.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: 100%;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: #2a6aa8; }
.indexDiv1 .moreBtn a{width: 160px;height: 40px;background: #2a6aa8;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; }

.indexDiv3{position: relative;padding: 110px 0 120px;}
.indexDiv3 .bdDiv{ margin-top:80px }

.ind5L{width: 48%;padding: 0 0 1vw 1vw;position: relative;}
.ind5L .imgB{
	
	overflow: hidden;
	padding-top: 0;
	position: relative;
	z-index: 2;
}
.ind5L::before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 24%;
	height: 76%;
	
	background: #2a6aa8;
	z-index: 1;
}
.h-title .tit2{font-size: 36px; color: #000; font-weight: bold; line-height: 150%;text-align:center}
.indexDiv3 .rightDiv{width: 50%;padding: 0px calc((100% - 1400px) / 2) 20px 40px;}
.indexDiv3 .rightDiv .rowDiv{margin: 0 0 20px; line-height:32px }
.indexDiv3 .rightDiv .rowDiv p{overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:8; font-size:16px}
.indexDiv3 .rightDiv .row>div{margin: 15px 0; }
.indexDiv3 .rightDiv .row>div a{display: block;background: rgba(255,255,255,.5);padding: 45px 30px;text-align: center;color: #333333; }
.indexDiv3 .rightDiv .row>div a img{margin: 0 auto; } 
.indexDiv3 .rightDiv .row>div a .hImg{display: none; }
.indexDiv3 .rightDiv .row>div a:hover .dImg{display: none; }
.indexDiv3 .rightDiv .row>div a:hover .hImg{display: block; }
.indexDiv3 .rightDiv .row>div a:hover{background: #2a6aa8;color: #fff;}
.indexDiv3 .rightDiv .row>div a p{font-size: 20px;margin-top: 6px; }
.indexDiv3 .rightDiv .moreBtn{color: #2a6aa8; text-align:right; float:left }
.indexDiv3 .rightDiv .moreBtn span{margin-right: 10px; }
.indexDiv3 .rightDiv .moreBtn img{transition: all .4s; }
.indexDiv3 .rightDiv .moreBtn:hover img{transform: translateX(10px); } 
.indexDiv4{padding: 90px 0;background: #F5F5F5; }
.indexDiv4 .bdDiv{margin-top: 40px;background: #fff;padding: 30px;align-items: flex-start; }
.indexDiv4 .bdDiv .smallDiv{padding: 30px 0;width: 410px;position: relative;background: #F5F5F5;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: #2a6aa8; }
.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 #2a6aa8;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 #2a6aa8;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:  #2a6aa8;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: 36px;font-weight: bold;margin: 5px 0 25px; }
.indexDiv5 .rightDiv a{width: 120px;height: 36px;background: #fff;border-radius: 18px;color: #2a6aa8;font-size: 14px;font-weight: 700;margin: 0 0 0 auto; }

.indexDiv6{padding: 110px 0 120px;background: #F5F5F5; }



.indexDiv6 .bdDiv .leftDiv{width: 50%; float:left}
.indexDiv6 .bdDiv .leftDiv .imgDiv{position: relative;display: block;height: 480px; }
.indexDiv6 .bdDiv .leftDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv6 .bdDiv .leftDiv .imgDiv .titleDiv{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0,0,0,.5);color: #fff;z-index: 1;line-height: 40px;padding-left: 20px;padding-right: 80px; }
.indexDiv6 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;text-align: right;padding-right: 10px;font-size: 0; }
.indexDiv6 .swiper-pagination-bullet{width: 20px;height: 20px;border-radius: 2px;background: rgba(0,0,0,.5);opacity:1;color: #fff;text-align: center;font-size: 12px; }
.indexDiv6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 2px;}
.indexDiv6 .swiper-pagination-bullet-active{opacity: 1;background: #0171bb; }



/*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{  }
	header .logo{width: 25%;}
	.footerDiv .hdDiv .telDiv p{font-size: 30px; }
	.footerDiv .hdDiv>div{  }
}
@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: 80%;}
	header .mbtn {display: block;}
	body.on-menu header{background: rgba(255,255,255,.97);}
	body.on-menu.on-fixed  header{background:  rgba(255,255,255,.97);}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background-color: rgba(255,255,255,.97);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(255,255,255,.97);
	}
	header .rightDiv .menu ul{float: initial;height: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}

	/* header.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 18px;width: 100%;}
	
	header .headerTop{display: none; }
	header .mbtn{top: 0; }
	.main{margin-top: 20px; }
	.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: 30px 0 10px; }
	.indexDiv1 .bdDiv{flex-wrap: wrap;margin-bottom: 20px; }
	.indexDiv1 .blDiv{width: 100%;position: relative;height: initial; }
	.indexDiv1 .blDiv .blh{height: 90px; }
	.indexDiv1 .blDiv .blh span{font-size: 24px; }
	.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; }
	.indexTitle em {
  display: block;
  width: 30px;
  height: 3px;
  background: #2a6aa8;
  margin: 10px auto;
  border-radius: 4px;
}
	.indexDiv3{padding: 30px 0; }
	.indexDiv3 .bdDiv{margin-top: 20px; }
	.indexDiv3 .bdDiv .mainImg{display: none; }
	.ind5L{width: 100%;padding: 0 0 1vw 1vw;position: relative;}
    .indexDiv3 .rightDiv{width: 100%;padding:0;}
	.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: 30px 0; } 
	.indexDiv5 .leftDiv{width: 45%; }
	.indexDiv5 .leftDiv span{font-size: 20px; }
	.indexDiv5 .leftDiv p{font-size: 14px; }
	.indexDiv5 .rightDiv{width: 40%; }
	.indexDiv5 .rightDiv p{font-size: 24px; }
	.indexDiv6{padding: 30px 0; }
	.indexDiv6 .bdDiv{margin-top: 0; }
	.indexDiv6 .bdDiv .row>div {margin-top: 30px; }
	.indexDiv6 .bdDiv .row>div .conDiv{height: initial; }
	.indexDiv6 .bdDiv .row>div a .title{font-size: 18px; }
	.indexDiv6 .bdDiv .leftDiv{width: 100%; float:left}
.indexDiv6 .bdDiv .leftDiv .imgDiv{position: relative;display: block;height:240px; }

	.linksDiv .conDiv .lbDiv{width:100%;padding-right: 50px; }
	.footerDiv .hdDiv>div::after{display: none; }
	.footerDiv .hdDiv .hlDiv p{max-width: 100%; }
	.footerDiv .hdDiv>div{padding: 0 0;  }
	.footerDiv .hdDiv .ft_dh{ display:none}
	.footerDiv .hdDiv .aDiv{justify-content: center;flex-direction: row;height: initial; }
	.footerDiv .hdDiv .aDiv a{margin: 0 10px; }
	.footerDiv .hdDiv{padding: 30px 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 auto; }
	.footerDiv .bdDiv{flex-direction: column;text-align: center;padding-bottom: 15px; }
	.footerDiv .logoDiv{ width:100px; display:none}
	.lxDiv{ text-align:left}
	.footerDiv .hdDiv .ewmDiv{ text-align:left}
	.footerDiv .hdDiv .ewmDiv img{width: 100px; }
.footerDiv .hdDiv .ewmDiv p{text-align: left;margin-top: 6px; }
	@media (max-width:320px) {
	}
	
}


.cplb{ width:100%; height:auto; overflow:hidden; margin-top:80px}
.cplb li{ float:left; width:49%; height:auto; overflow:hidden;position: relative; margin-right:2% }
.cplb li:nth-child(2n){margin-right:0; }
.cplb .tup{ width:100%}
.cplb .tup img{ width:100%;border-radius:10px;}
.cplb .more{ background:#2a6aa8; width:175px; height:44px; line-height:44px;border-radius:22px; text-align:center; position:absolute; bottom:50px; left:100px}
.cplb .more a{ color:#fff}
.cplb .more1{ background:#6097ec; width:175px; height:44px; line-height:44px;border-radius:22px; text-align:center; position:absolute; bottom:50px; right:100px}
.cplb .more1 a{ color:#fff}
@media (max-width:767px) {
.cplb{ width:100%; height:auto; overflow:hidden; margin-top:30px}
.cplb li{ float:none; width:100%; height:auto; overflow:hidden;position: relative; margin-right:0; margin-bottom:20px }
.cplb .more{ background:#2a6aa8; width:135px; height:34px; line-height:34px;border-radius:17px; text-align:center; position:absolute; bottom:20px; left:50px}
.cplb .more1{ background:#6097ec; width:135px; height:34px; line-height:34px;border-radius:17px; text-align:center; position:absolute; bottom:20px; right:30px}
	
	
}
.sy_gy .wrapq{padding:25px 0 15px; box-shadow:0 0 20px rgba(95,125,158,.2); background-color:#fff;   margin-top:30px ; margin-bottom:30px; height:auto; overflow:hidden}
.sy_gy .wrapq li{ float: left  ; width:38%; padding-left:3%; }
.sy_gy .wrapq li:nth-child(2){width:25%; }
.sy_gy .wrapq li:nth-child(3){width:25%; }
.sy_gy .wrapq  .ico{float:left; width:40px}
.sy_gy .wrapq  .ico img{ width:100%}
.sy_gy .wrapq  .n_r{ float:left;border-left: 1px solid #e4e5e5; padding-left:20px; margin-left:10px}
.sy_gy .wrapq .s_z{font-size:20px; text-align:left;}
.sy_gy .wrapq .s_z b{font-size:30px; font-weight:bold; font-family:Arial,Helvetica,sans-serif; padding-right:5px;}
.sy_gy .wrapq em{display:block; width:32px; height:4px; background-color:#349a46; margin:0 0 15px;}
.sy_gy .wrapq p{text-align:left; font-size:16px;}

@media (max-width:767px) {
.sy_gy .wrapq .s_z b{font-size:20px; font-weight:bold; font-family:Arial,Helvetica,sans-serif; padding-right:5px;}
.sy_gy .wrapq  .ico{float:left; width:30px}	
.sy_gy .wrapq  .n_r{ float:left;border-left: 1px solid #e4e5e5; padding-left:10px; margin-left:10px}
.sy_gy .wrapq li{ float: left  ; width:40%; padding-left:1%; }
.sy_gy .wrapq li:nth-child(2){width:29%; }
.sy_gy .wrapq li:nth-child(3){width:29%; padding-left:0;  }
}


.sy_gy1 .wrapq{padding:25px 0 25px; box-shadow:0 0 20px rgba(95,125,158,.2); background-color:#fff;   margin-top:30px ; margin-bottom:30px; height:auto; overflow:hidden}
.sy_gy1 .wrapq li{ float: left  ; width:25%;border-right: 1px solid #e4e5e5; text-align:center    }

.sy_gy1 .wrapq  .n_r{ text-align:center}
.sy_gy1 .wrapq .s_z{font-size:20px; text-align:center;}
.sy_gy1 .wrapq .s_z b{font-size:60px; font-weight:bold; font-family:Arial,Helvetica,sans-serif;  color:#2a6aa8; text-align:center}
.sy_gy1 .wrapq em{display:block; width:32px; height:4px; background-color:#349a46; margin:0 0 15px;}
.sy_gy1 .wrapq p{text-align: center; font-size:18px;}


/* index05wrap */
.index05wrap{width: 100%;box-sizing: border-box;position: relative;background-color: #f1f2f3;padding:100px 0  80px; height:auto; overflow:hidden}
.index05wrap .top{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;margin-bottom: 50px; margin-top:80px}
.index05wrap .top .left{width: 50%;box-sizing: border-box;padding-left: 30px;position: relative;}
.index05wrap .top .left .bgfont{font-size: 170px;color: #222222;opacity: 0.05;font-weight: bold;text-transform: uppercase;position: absolute;left: 0;letter-spacing: 26px;top:30px;}
.index05wrap .top .left .cont{width: 100%;padding-top: 0px;box-sizing: border-box;position: relative;}
.index05wrap .top .left .cont::before{ }
.index05wrap .top .left .cont .tl{font-size: 36px;color: #222222;font-weight: bold;margin-bottom: 60px;}
.index05wrap .top .left .cont .list{width: 100%;box-sizing: border-box;}
.index05wrap .top .left .cont .list .item h3{font-size: 24px;color: #222222;font-weight: bold;margin-bottom: 30px;}
.index05wrap .top .left .cont .list .item h4{font-size: 16px;color: #333;line-height: 36px;margin-bottom: 30px;padding-right: 30px;box-sizing: border-box; text-align:justify}
.index05wrap .top .left .cont .list .item .more{width: 170px;height: 44px;line-height: 44px;background: #2a6aa8;transition: all .3s;display: block;text-align: center;color: #fff;font-size: 16px;border-radius:22px;}
/*.index05wrap .top .left .cont .list .item .more::after{background-color: transparent;}*/
/*.index05wrap .top .left .cont .list .item .more:hover{background-color: transparent;}*/
.index05wrap .top .gallery-thumbs .swiper-wrapper .swiper-slide{opacity: 0!important;}
.index05wrap .top .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active{opacity: 1!important;}
.index05wrap .top .right{width: 50%;box-sizing: border-box;overflow: hidden;}
.index05wrap .top .right img{display: block;width: 100%;transition: all .6s; }


.index05wrap .bot{width: 60%;overflow: hidden;box-sizing: border-box;position: relative; left:38%; margin-top:-200px}
.index05wrap .bot .gallery-thumbs .swiper-slide a{display: block;width: 100%;}
.index05wrap .bot .gallery-thumbs .swiper-slide a .imgbox{width: 100%;box-sizing: border-box;opacity: 0.9;}
.index05wrap .bot .gallery-thumbs .swiper-slide a .imgbox img{display: block;width: 100%; border:#fff 5px solid}
.index05wrap .bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active a .imgbox{opacity: 1;}
.index05wrap .bot .gallery-thumbs .swiper-slide a .text{width: 100%;display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;font-size: 18px;color: #222222;box-sizing: border-box;margin-top: 20px; text-align:center}
.index05wrap .bot .gallery-thumbs .swiper-slide a .text::before{content: '';display: block;width: 30px;height: 1px;background-color: #222;margin-right: 10px;}
.index05wrap .bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active a .text{color: #2a6aa8;}
.index05wrap .bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active a .text::before{background-color: #2a6aa8;}
.index05wrap .swiper-button-next,.index05wrap .swiper-button-prev{width: 45px;height: 45px;background-color: #FFFFFF;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;background-image: none;font-size: 18px;color: #222;margin-top: -38px;outline: none;}
.index05wrap .swiper-button-next{right: 0;}
.index05wrap .swiper-button-prev{left: 0;}
@media only screen and (max-width:990px){
.index05wrap{width: 100%;box-sizing: border-box;position: relative;background-color: #f1f2f3;padding:30px 0  30px; height:auto; overflow:hidden}
.index05wrap .top .right{width: 100%;box-sizing: border-box;overflow: hidden;}
.index05wrap .top{width: 100%;box-sizing: border-box;display: block  ;display:block;-webkit-justify-content: space-between;justify-content: space-between;margin-bottom:20px; margin-top:20px}
.index05wrap .bot{width: 100%;overflow: hidden;box-sizing: border-box;position: relative; left:0; margin-top:0px}
.index05wrap .top .left{width: 100%;box-sizing: border-box;padding-left: 0;position: relative;}
.index05wrap .top .left .cont .list .item h4{font-size: 15px;color: #333;line-height: 30px;margin-bottom: 0px;padding-right: 0px;box-sizing: border-box; text-align:justify; margin-top:10px}
.sy_gy1 .wrapq .s_z{font-size:20px; text-align:center;}
.sy_gy1 .wrapq .s_z b{font-size:20px; font-weight:bold; font-family:Arial,Helvetica,sans-serif;  color:#2a6aa8; text-align:center}
.sy_gy1 .wrapq em{display:block; width:32px; height:4px; background-color:#349a46; margin:0 0 15px;}
.sy_gy1 .wrapq p{text-align: center; font-size:14px;}
.sy_gy1 .wrapq{padding:25px 0 25px; box-shadow:0 0 20px rgba(95,125,158,.2); background-color:#fff;   margin-top:0px ;  margin-bottom:0px;  height:auto; overflow:hidden}	
}

.xw{ height:auto; overflow:hidden; margin-top:50px}
.tit1{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.desc,.dot1,.dot2,.dot3,.dot4,.dot5,.dot6{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot3{-webkit-line-clamp: 3;}
.List1{width: 46.875%;float: right; height:auto; overflow:hidden}
.List1 a{ color:#333}
.List1 .item{margin-bottom: 20px;height: 80px;padding: 8px 0 0 105px;position: relative;}
.List1 .item .date{position: absolute;width: 80px;background:#fff;display: flex;flex-direction: column;font-weight: lighter; justify-content: center;align-items: center;left: 0;top: 0; height:80px; line-height:30px}
.List1 .item .date b{font-size: 36px;padding-top: 10px;font-weight: normal;width: 100%;text-align: center;}
.List1 .item .tit1{font-size: 20px;margin-bottom: 7px;}
.List1 .item .desc{font-weight: lighter;color:#666666;}
.List1 .item:hover .date{color:#fff;background:#2a6aa8;}
.List1 .item:last-child{margin-bottom: 0;}

.xinwen2{ width:50%; float:left }

.xw2{ }


.xw2 .swiper-slide{ height:380px; position:relative}
.xw2 .swiper-slide .qzi{ display:block; width:100%; position:absolute; bottom:0; left:0; padding:10px; background:rgba(0,0,0,0.7); color:#fff; font-size:14px;}
.xw2 .swiper-slide .qzi p{ display:block;text-overflow: ellipsis;    overflow: hidden;   white-space: nowrap;width:calc(100% - 100px)}
.xw2 .swiper-slide img{width:100%; height:100%;object-fit: cover;}


.xw2 .swiper-pagination{ text-align:right; padding-right:10px; box-sizing:border-box}

.xw2   .swiper-pagination-bullet{ background:#fff; opacity:1; border-radius:0}
.xw2  .swiper-pagination-bullet-active{ background:#e2740f; height:auto;}
@media only screen and (max-width:990px){
.List1{width: 100%;float: none; height:auto; overflow:hidden;   }
.xw{ height:auto; overflow:hidden; margin-top:20px}
	
.List1 .item{margin-bottom: 10px;height: 60px;padding: 8px 0 0 75px;position: relative;}
.List1 .item .date{position: absolute;width: 60px;background:#fff;display: flex;flex-direction: column;font-weight: lighter; justify-content: center;align-items: center;left: 0;top: 0; height:60px; line-height:26px}
.List1 .item .date b{font-size: 25px;padding-top: 10px;font-weight: normal;width: 100%;text-align: center;}
.List1 .item .tit1{font-size: 16px;margin-bottom: 5px;}
.List1 .item .desc{ font-size:14px}	
}
.yfzx{ background: url(../img/sys.jpg) no-repeat center; overflow:hidden; padding:150px 0}
.dbj{ width:60%; background:rgba(0,0,0,.5); margin:0 auto; height: auto; padding:80px; color:#fff}
.dbj p{ font-size:16px; color:#fff; line-height:36px}
.dbj h1{ font-size:36px; font-weight:bold; margin-bottom:30px}
.dbj span{ text-transform: uppercase; font-size:32px}
.more2{ background:#fff; width:175px; height:44px; line-height:44px;border-radius:22px; text-align:center; margin-top:50px  }
.more2 a{ color:#333}


.more21{ background:#2a6aa8; width:175px; height:44px; line-height:44px;border-radius:22px; text-align:center; margin:100px auto 0}
.more21 a{ color:#fff}
@media only screen and (max-width:990px){
.more21{ background:#2a6aa8; width:145px; height:34px; line-height:34px;border-radius:17px; text-align:center; margin:25px auto 0}
	
}
.index_b {padding: 110px 0 120px;}
.index_b .main {
	margin-top: 100px;
}
.index_b .main .box {
	padding-bottom: 40px;
	width: 30%;
	margin-right: 4%;
	float: left;
	display: block;color:#333;box-shadow:0 8px 15px 0 rgba(95,125,158,.2); padding-top:50px; padding-left:20px
}
.index_b .main .box:nth-child(3n){margin-right:0; }
.index_b .main .box .title {
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	padding-left: 60px;
}
.index_b .main .box1 .title {
	background: url(../img/img_06.png) no-repeat left center;
}
.index_b .main .box:hover {
	color: #2a6aa8;
}
.index_b .main .box1:hover .title {
	background: url(../img/img_6.png) no-repeat left center;
}
.index_b .main .box .des {
	padding-left: 60px;
	line-height: 1.8;
	margin-top: 10px; padding-right:60px; text-align:justify 
}

.index_b .main .box .more {
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-left: 60px;
}
.index_b .main .box2 .title {
	background: url(../img/img_07.png) no-repeat left center;
}
.index_b .main .box2:hover .title {
	background: url(../img/img_7.png) no-repeat left center;
}
.index_b .main .box3 .title {
	background: url(../img/img_08.png) no-repeat left center;
}
.index_b .main .box3:hover .title {
	background: url(../img/img_8.png) no-repeat left center;
}
@media only screen and (max-width:990px){
.index_b {padding: 30px 0 30px;}
.index_b .main {
	margin-top: 20px;
}
.index_b .main .box {
	padding-bottom: 20px;
	width: 100%;
	margin-right: 0;
	float: left;
	display: block;color:#333;box-shadow:0 8px 15px 0 rgba(95,125,158,.2); padding-top:50px; padding-left:20px
}
.index_b .main .box .title {
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	padding-left: 60px;
}	
}
.pd80{padding: 80px 0; }
.adTitleDiv{font-size: 36px;font-weight: 700; }
.bgF5F5F5{background: #f5f5f5; }
.ny-banner { width:100%}
.ny-banner img{ width:100%}
.ny-banner span{font-size: 2.5vw; }
.ny-banner p{font-size: 1vw;margin-top: 5px; }
.twoMenuDiv ul{text-align: center;font-size: 0; }
.twoMenuDiv ul li{margin: 0 60px;display: inline-block; }
.twoMenuDiv ul li a{color: #888888;padding: 20px 0;position: relative;font-size: 16px;display: block; }
.twoMenuDiv ul li a.on::after,.twoMenuDiv ul li a.top_dh_in::after{content: "";width: 100%;height: 3px;background: #2a6aa8;position: absolute;left: 0;bottom: 0; }
.twoMenuDiv ul li a.on,.twoMenuDiv ul li a.top_dh_in{color: #2a6aa8; }
.newsDiv .bdDiv{align-items: stretch; }
.newsDiv .bdDiv .leftDiv{width: 100%; }
.newsDiv .bdDiv .leftDiv ul li{margin-bottom: 20px; }
.newsDiv .bdDiv .leftDiv ul li a{padding: 30px; }
.newsDiv .bdDiv .leftDiv ul li a:hover{background: #f5f5f5; }
.newsDiv .bdDiv .leftDiv ul li .imgDiv{width: 28.85%; }
.newsDiv .bdDiv .leftDiv ul li .imgDiv .img{padding-top: 60%; }
.newsDiv .bdDiv .leftDiv ul li .textDiv{width: 67.3%; }
.newsDiv .bdDiv .leftDiv ul li .textDiv .date{color: #3d3d3d;font-size: 14px; }
.newsDiv .bdDiv .leftDiv ul li .textDiv .title{color: #333;font-size: 20px;margin: 10px 0 15px; font-weight:bold }
.newsDiv .bdDiv .leftDiv ul li .textDiv .p{color: #666;font-size: 14px;margin-bottom: 15px; }
.newsDiv .bdDiv .leftDiv ul li .textDiv span{color: #666;font-size: 14px;width: 130px;
  line-height: 40px;
  background: #2a6aa8; display:block;border-radius: 6px; color:#fff; text-align:center }
  .newsDiv .bdDiv .leftDiv ul li .textDiv span a{ }
.newsDiv .bdDiv .leftDiv ul li a:hover .textDiv .title{color: #2a6aa8;text-decoration: underline;text-underline-offset: 3px;  }
.newsDiv .bdDiv .leftDiv ul li a:hover .textDiv span{color: #fff;text-decoration: none;text-underline-offset: 3px; background:#1e62a3 }
 
.pageDiv{text-align: center;margin-top: 40px; }
.pageDiv a{display: inline-block;line-height: 36px;margin: 0 10px;color: #333;padding: 0 11px;font-size: 20px; }
.pageDiv a.cur{color: #2a6aa8;border-bottom: 2px solid #2a6aa8; }
.pageDiv a:hover{color: #2a6aa8; }
.pageDiv a.prev_a,.pageDiv a.next_a{border: 2px solid #888888;}
.pageDiv a.prev_a:hover,.pageDiv a.next_a:hover{border-color: #2a6aa8; }

.contactDiv1 .adTitleDiv{text-align: center; }
.contactDiv1 .bdDiv{margin: 40px 0;overflow: hidden; }
.contactDiv1 .bdDiv .row{margin: 0 -30px; }
.contactDiv1 .bdDiv .row>div{padding: 0 30px;margin-bottom: 40px; }
.contactDiv1 .bdDiv .row>div .conDiv{background: #f5f5f5;padding: 50px;text-align: center;height: 100%; }
.contactDiv1 .bdDiv .row>div .conDiv .iconDiv{width: 80px;height: 80px;background: #2a6aa8;border-radius: 50%;margin: 0 auto; }
.contactDiv1 .bdDiv .row>div .conDiv span{display: block;font-size: 20px;margin: 20px 0 10px; } 
.contactDiv1 .bdDiv .row>div .conDiv p{color: #666;flex-wrap: wrap; }
.contactDiv1 .mapDiv iframe{width: 100%;height: 600px; }
.contactDiv2 .adTitleDiv{text-align: center; }
.contactDiv2 .bdDiv{margin-top: 50px; }
.contactDiv2 .bdDiv .row>div{margin-bottom: 30px; }
.contactDiv2 .bdDiv .row>div span{display: block;margin-bottom: 10px; }
.contactDiv2 .bdDiv .row>div input{display: block;width: 100%;line-height: 60px;padding: 0 20px;background: #fff;border: 0; }
.contactDiv2 .bdDiv .row>div textarea{display: block;width: 100%;height: 180px;padding: 10px 20px;background: #fff;border: 0;resize: none; }
.contactDiv2 .bdDiv button.reset{width: 140px;height: 60px;border: 1px solid #2a6aa8;color: #2a6aa8;border-radius: 30px;background: transparent;cursor: pointer; }
.contactDiv2 .bdDiv button.submit{width: 200px;height: 60px;background: #2a6aa8;color: #fff;border-radius: 30px;margin-left: 30px;border: 0;cursor: pointer; }


.f22{font-size: 22px;}
.f20{font-size: 20px;}
.indexDiv33{padding: 110px 0 120px;}
.indexDiv33 .hdDiv{margin: 50px 0; }
.indexDiv33 .hdDiv .leftDiv{width: 46.25%; }
.indexDiv33 .hdDiv .leftDiv .textDiv{padding: 60px 40px;color: #fff;border-radius: 14px; }
.indexDiv33 .hdDiv .rightDiv{width: 46.25%; }
.indexDiv33 .hdDiv .rightDiv p{align-items: flex-start;line-height: 2; }
.indexDiv33 .hdDiv .rightDiv p img{margin-right: 12px;position: relative;top: 10px; }
.indexDiv33 .bdDiv{position: relative;}
.indexDiv33 .bdDiv .title{text-align: center;color: #1381a6;margin-bottom: 40px; }
.indexDiv33 .row{margin: 0;background: rgba(255,255,255,.6);border-radius: 14px;overflow: hidden; }
.indexDiv33 .row>div{padding: 0; }
.indexDiv33 .row>div .conDiv{display: block;overflow: hidden;height: 100%; }
.indexDiv33 .row>div .conDiv .hd{text-align: center;background: rgba(42,106,168,.6);color: #fff;line-height: 83px; }
.indexDiv33 .row>div:nth-child(1) .conDiv .hd{border-right: 1px solid #fff; font-weight:bold}
.indexDiv33 .row>div:nth-child(1) .conDiv .bd{border-right: 1px solid rgba(19,129,166,.6); }
.indexDiv33 .row>div .conDiv .bd{padding: 58px;height: calc(100% - 83px);line-height: 2;  }


.aboutDiv1 .bdDiv { height:auto; overflow:hidden; margin-bottom:50px}
.aboutDiv1 .bdDiv .imgDiv{margin:  0 0; float:right; width:48% }
.aboutDiv1 .bdDiv .textDiv{margin: 60px 0; }
.aboutDiv1 .bdDiv .textDiv .tt{font-size: 28px;font-weight: 700; }
.aboutDiv1 .bdDiv .textDiv .p{color: #666;margin-top: 30px;line-height: 2; }

.aboutDiv1 .bdDiv .textDiv1{  float:left; width:49%; text-align:justify }
.aboutDiv1 .bdDiv .textDiv1 .tt{font-size: 28px;font-weight: 700; }
.aboutDiv1 .bdDiv .textDiv1 .p{color: #666;margin-top: 0px;line-height: 2; }


.aboutDiv1 .bdDiv .dataDiv ul{align-items: flex-start; }
.aboutDiv1 .bdDiv .dataDiv ul li{flex-direction: column;width: 25%;border-right: 1px solid #D8D8D8; }
.aboutDiv1 .bdDiv .dataDiv ul li:last-child{border: 0; }
.aboutDiv1 .bdDiv .dataDiv ul li span{font-size: 60px;color: #217E35;font-weight: 700; }
.aboutDiv1 .bdDiv .dataDiv ul li p{margin-top: 15px;color: #3d3d3d; }

.aboutDiv2 .bdDiv{margin-top: 40px;padding: 0 90px;position: relative; }
.aboutDiv2 .bdDiv ul{align-items: stretch; }
.aboutDiv2 .bdDiv ul li:nth-child(1){width: 66.45%; }
.aboutDiv2 .bdDiv ul li:nth-child(2){width: 32.83%;display: flex;flex-direction: column;justify-content: space-between; }
.aboutDiv2 .bdDiv .imgDiv{padding-top: 69.7%; }
.aboutDiv2 .bdDiv .titleDiv{text-align: center;margin-top: 20px; }
.aboutDiv2 .swiper-button-next, .aboutDiv2 .swiper-button-prev{width: 60px;height: 60px;margin-top: -30px; }
.aboutDiv2 .swiper-button-next{background: url(../img/a-r.png) no-repeat center center/100%;right: 0;}
.aboutDiv2 .swiper-button-prev{background: url(../img/a-l.png) no-repeat center center/100%;left: 0;}
.aboutDiv2 .swiper-button-next:hover{background: url(../img/a-r_.png) no-repeat center center/100%;}
.aboutDiv2 .swiper-button-prev:hover{background: url(../img/a-l_.png) no-repeat center center/100%;}
.aboutDiv3{background: #fff; padding-bottom:80px }
.aboutDiv3 .bdDiv{  }
.aboutDiv3 .bdDiv .conDiv{text-align: center; }
.aboutDiv3 .bdDiv .imgDiv{padding-top: 62.4%; }
.aboutDiv3 .bdDiv .titleDiv{margin-top: 20px; }
.aboutDiv3 .bdDiv .swiper-container{padding-bottom: 50px; }
.aboutDiv3 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0; }
.aboutDiv3 .swiper-pagination-bullet{width: 10px;height: 10px;background: #CCCCCC;border-radius:50%;opacity:1;position: relative;margin: 0 5px; }
.aboutDiv3 .swiper-pagination-bullet-active{background: #2a6aa8; }



.productDiv{  }
.productDiv .hdDiv{padding: 30px 0;flex-direction: row-reverse; }
.productDiv .hdDiv .aDiv{width: 49.375%; }
.productDiv .hdDiv .aDiv a{width: 48.734%;height: 60px;border: 1px solid #cdd5dd;border-radius: 30px;background: #fff;display: flex;justify-content: center;align-items: center;font-size: 20px;font-family: fontB;color: #333;position: relative; }
.productDiv .hdDiv .aDiv a.on{background: #11395c;color: #fff; }
.productDiv .hdDiv .aDiv a.on:before{position: absolute;left: 50%;bottom: -31px;content: "";width: 36px;height: 21px;background: url(../img/sj1.png) no-repeat center center/100%;transform: translateX(-50%); }
.productDiv .hdDiv .searchDiv{width: 46.875%; }
.productDiv .hdDiv .searchDiv form{position: relative;}
.productDiv .hdDiv .searchDiv input{width: 100%;line-height: 38px;border: 1px solid #11395c;border-radius: 20px;padding: 0 20px;font-size: 14px; }
.productDiv .hdDiv .searchDiv button{position: absolute;right: 0;top: 0;width: 100px;background: #11395c;color: #fff;border-radius: 20px;height: 100%;border: 0; }
.productDiv .hdDiv .searchDiv button img{margin-right: 10px; }
.productDiv .categoryDiv{background: #fff; }
.productDiv .categoryDiv .itemDiv{padding: 20px 30px 10px;display: none; }
.productDiv .categoryDiv .itemDiv.on{display: block; }
.productDiv .categoryDiv .itemDiv a{font-size: 14px;color: #666666;margin-right: 50px;margin-bottom: 10px;display: inline-block; }
.productDiv .categoryDiv .itemDiv a.on,.productDiv .categoryDiv .itemDiv a:hover{color: #b38e59;font-family: fontB; }
.productDiv{padding-bottom: 90px; }
.productDiv .bdDiv{margin-top: 80px; }
.productDiv .bdDiv .row{margin: 0 -10px;}
.productDiv .bdDiv .row>div{padding: 0 10px;margin-bottom: 35px; }
.productDiv .bdDiv .row>div a{background: #fafafa;display: block;padding: 20px 20px 0;border-radius: 6px;transition: all .3s; }
.productDiv .bdDiv .row>div .imgDiv{padding-top: 100%; }
.productDiv .bdDiv .row>div .titleDiv{text-align: center;padding: 30px 0;color: #666666; } 
.productDiv .bdDiv .row>div a:hover{box-shadow: 0px 0px 20px rgba(0, 0, 0, .08);transform: translateY(-10px); }
.productDiv .bdDiv .row>div a:hover .titleDiv{color: #2a6aa8;text-decoration: underline;text-underline-offset: 8px; }


/* 新闻中心 */
.news_center01{ height:auto; overflow:hidden;padding: 80px 0 40px; }
 
.news_center01 .bd{  padding-bottom:0;   height:auto;   }
.news_center01 .bd li{float:left; width:32.4%; margin-right:1.4%;  box-shadow:5.516px 4.31px 17.64px 0.36px rgba(59, 59, 59, 0.1); border-radius:0.15rem; padding:25px 25px 30px; box-sizing:border-box;}
.news_center01 .bd .li03{margin-right:0;}
.news_center01 .bd li .rect-6799{padding-bottom:10px;}
.news_center01 .bd li .words{margin-top:30px;}
.news_center01 .bd li .words .tit{font-size:18px; line-height:27px; color:#000000; font-weight:bold; font-family:'he_z'; transition:all .5s ease; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.news_center01 .bd li .words .time{font-size:15px; color:#5d5d5d; line-height:27px; margin-top:20px; transition:all .5s ease;} 
.news_center01 .bd li .words .con{color:#666; font-size:15px; line-height:27px; margin:10px 0; transition:all .5s ease;}
.news_center01 .bd li:hover .words .tit{color:#2a6aa8;}
.news_center01 .bd li:hover .words .time{color:#2a6aa8;}
.news_center01 .bd li:hover .words .con{color:#2a6aa8;}

.news_center02{margin-bottom:80px;}
.news_center02 li{padding:30px 0; border-bottom:1px solid #e0e0e0;}
.news_center02 li .box{padding:35px 25px 40px; padding-right:0; background:#ffffff; position:relative; transition:all .5s ease; overflow:hidden;}
.news_center02 li:hover .box{box-shadow: 5.516px 4.31px 17.64px 0.36px rgba(59, 59, 59, 0.1); border-radius:0.25rem;}
.news_center02 li .box .words{width:90%;}
.news_center02 li .box .time{font-family:'he_z'; font-size:15px; line-height:27px; color:#a7a7a7; transition:all .5s ease;}
.news_center02 li .box .t{font-family:'he_z'; font-size:18px; line-height:27px; color:#000000; font-weight:bold; margin-top:10px; margin-bottom:15px}
.news_center02 li .box .c{font-size:15px; line-height:27px; color:#666;}
.news_center02 li .box::after{content:''; position:absolute; right:0; top:0; width:245px; height:100%; background:url(../img/news_center02_hover.png) no-repeat center/cover; opacity:0; visibility:hidden; transition:all .5s ease;}
.news_center02 li:hover .box::after{opacity:1; visibility:visible;}
.news_center02 li:hover .box .time{color:#2a6aa8;}

.tp{ width:1400px; margin:0 auto; }
.tp img{ width:100%}

.sy_bn{width:100%; padding:80px 0 ; background:url(../img/bn_bj.jpg) no-repeat center / cover fixed; overflow:hidden; position:relative;}
.sy_bn .bn_wz{width:80%; text-align:center; color:#fff; margin:0 auto;}
.sy_bn .bn_wz h1{font-size:30px; font-weight:bold; line-height:60px; }
.sy_bn .bn_wz h3{font-size:18px;}
.sy_bn .bn_wz a{width:150px; height:44px; border:2px solid #fff; font-size:15px; line-height:40px; color:#fff; display:inline-block; margin:30px auto 0;}
.sy_bn .bn_wz a:hover{background-color:#00a0e9; border:2px solid #00a0e9;}
@media only screen and (max-width:990px){
.sy_bn{padding:30px 0 15px; background-attachment:scroll !important;}
.sy_bn .sjx{height:60px;}
.sy_bn .sjx:before{border-top:60px solid #fff;}
.sy_bn .bn_wz h1{font-size:26px; line-height:36px; margin-bottom:15px;}
.sy_bn .bn_wz h3{font-size:16px;}

.news_center01{ height:auto; overflow:hidden;padding: 30px 0 30px; }
 
.news_center01 .bd{  padding-bottom:0;   height:auto;   }
.news_center01 .bd li{float:left; width:100%; margin-right:0;  box-shadow:5.516px 4.31px 17.64px 0.36px rgba(59, 59, 59, 0.1); border-radius:0.15rem; padding:15px; box-sizing:border-box;}
.news_center01 .bd li .words .tit{font-size:16px; line-height:27px; color:#000000; font-weight:bold; font-family:'he_z'; transition:all .5s ease; white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.news_center01 .bd li .words{margin-top:0px;}
.news_center01 .bd li .words .con{color:#666; font-size:15px; line-height:26px; margin:5px 0; transition:all .5s ease;}
.news_center01 .bd li .words .time{font-size:15px; color:#5d5d5d; line-height:27px; margin-top:5px; transition:all .5s ease;} 
.news_center02{margin-bottom:30px;}
.news_center02 li{padding:10px 0; border-bottom:1px solid #e0e0e0;}
.news_center02 li .box{padding:0 10px; padding-right:0; background:#ffffff; position:relative; transition:all .5s ease; overflow:hidden;}
.news_center02 li .box .t{font-family:'he_z'; font-size:16px; line-height:27px; color:#000000; font-weight:bold; margin-top:10px; margin-bottom:5px;  white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;}
.news_center02 li .box .c{font-size:15px; line-height:27px; color:#666;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;}
.adTitleDiv{font-size: 20px;font-weight: 700; }
.contactDiv1 .bdDiv{margin: 20px 0;overflow: hidden; }
.contactDiv1 .bdDiv .row>div{padding: 0 30px;margin-bottom: 20px; }
}
@media only screen and (max-width:640px){
.tp{ width:96%; margin:0 auto; }

.sy_bn .bn_wz h1{font-size:18px;}
.sy_bn .bn_wz h3{font-size:14px; line-height:22px;}
.sy_bn .bn_wz a{width:110px; height:36px; border:1px solid #fff; font-size:14px; line-height:34px; margin:20px auto 0;}
.sy_bn .bn_wz a:hover{border:1px solid #00a0e9;}

.yfzx{ background: url(../img/sys.jpg) no-repeat center; overflow:hidden; padding:30px 0}
.dbj{ width:90%; background:rgba(0,0,0,.5); margin:0 auto; height: auto; padding:20px; color:#fff}
.dbj p{ font-size:15px; color:#fff; line-height:30px}
.dbj h1{ font-size:24px; font-weight:bold; margin-bottom:30px}
.dbj span{ text-transform: uppercase; font-size:20px}
.more2{ background:#fff; width:145px; height:34px; line-height:34px;border-radius:17px; text-align:center; margin-top:20px  }
.more2 a{ color:#333}
.indexDiv3 .rightDiv .rowDiv p{overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:8; font-size:15px}
.twoMenuDiv ul li{margin: 0 5px;display: inline-block; }
.productDiv{padding-bottom: 30px; }
.productDiv .bdDiv{margin-top: 30px; }	
.productDiv .bdDiv .row>div a{background: #fafafa;display: block;padding: 10px 10px 0;border-radius: 6px;transition: all .3s; }
.productDiv .bdDiv .row>div .titleDiv{text-align: center;padding: 10px 0;color: #666666; } 
 .productDiv .bdDiv .row>div{padding: 0 10px;margin-bottom: 15px; }

.pageDiv{text-align: center;margin-top: 30px; }
.pageDiv a{display: inline-block;line-height: 30px;margin: 0 10px;color: #333;padding: 0 11px;font-size: 15px; }
.pageDiv a.cur{color: #2a6aa8;border-bottom: 2px solid #2a6aa8; }
.pageDiv a:hover{color: #2a6aa8; }
.pageDiv a.prev_a,.pageDiv a.next_a{border: 2px solid #888888;}
.pageDiv a.prev_a:hover,.pageDiv a.next_a:hover{border-color: #2a6aa8; }
.twoMenuDiv ul li a{ font-size:14px}
.pd80{padding: 30px 0; }
.aboutDiv1 .bdDiv .imgDiv{margin:  0 0; float:none; width:100% }
.aboutDiv1 .bdDiv .textDiv1{  float:none; width:100%; text-align:justify; margin-top:20px }
.aboutDiv1 .bdDiv { height:auto; overflow:hidden; margin-bottom:20px}
.aboutDiv1 .bdDiv .textDiv .p{color: #555;margin-top: 0px;line-height: 2; }
.aboutDiv1 .bdDiv .textDiv{margin: 20px 0; }
.aboutDiv3{background: #fff; padding-bottom:20px }
.contactDiv2 .bdDiv button.reset{width: 140px;height: 40px;border: 1px solid #2a6aa8;color: #2a6aa8;border-radius: 20px;background: transparent;cursor: pointer; }
.contactDiv2 .bdDiv button.submit{width: 140px;height: 40px;background: #2a6aa8;color: #fff;border-radius: 20px;margin-left: 30px;border: 0;cursor: pointer; }

}

.zyzc{padding: 80px 0; height:auto; overflow:hidden}
.zyzc .bt{ text-align:center; margin-bottom:50px}
.zyzc .bt h1{font-size:36px;   line-height:50px; color:#000; margin-bottom:20px; font-weight:bold}
.zyzc .bt p{font-size:18px; color:#333; width:80%; margin:0 auto; line-height:36px}
.zyzc .tplb li{ width:23.5%; margin-right:2%; float:left; text-align:center}
.zyzc .tplb li:nth-child(4n){margin-right:0; }
.zyzc .tplb li img{ width:100%;border-radius:8px; margin-bottom:20px}
.zyzc .tplb li h1{ font-size:22px; color:#000}
.zyzc .tplb li p{ color:#555; font-size:16px; line-height:28px}
@media only screen and (max-width:990px){
.zyzc{padding: 30px 0; height:auto; overflow:hidden}
.zyzc .bt h1{font-size:20px;   line-height:50px; color:#000; margin-bottom:0px; font-weight:bold}
.zyzc .bt p{font-size:15px; color:#333; width:90%; margin:0 auto; line-height:26px}
.zyzc .tplb li{ width:49%; margin-right:2%; float:left; text-align:center; margin-bottom:15px}
.zyzc .tplb li:nth-child(2n){margin-right:0; }
.zyzc .tplb li h1{ font-size:18px; color:#000}
.zyzc .tplb li p{ color:#555; font-size:15px; line-height:26px}
.zyzc .bt{ text-align:center; margin-bottom:20px}
	
}
.gs_gh{width:100%; padding:80px 0 ; background-color:#fff; overflow:hidden; position:relative;}
.gs_gh .gh_js{max-width:1000px; margin:0 auto; font-size:16px; line-height:28px; text-align:center; margin:0 auto;}
.gs_gh .gh_tp{width:50%;  overflow:hidden; position:relative;}
.gs_gh .gh_tp:after{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.2);}
.gs_gh .gh_tp img{width:100%; height:auto; display:block;}
.gs_gh .gh_tp span{width:80%; position:absolute; top:50%; left:10%; margin-top:-23px; font-size:36px; font-weight:bold; text-align:center; line-height:46px; color:#fff; text-shadow:0 0 15px rgba(0,0,0,.3); z-index:99;}
.gs_gh .gh_wz{width:50%; margin-top:50px}
.gs_gh .gh_wz h3{font-size:20px; color:#2a6aa8; font-weight:bold; line-height:32px; margin-bottom:15px;}
.gs_gh .gh_wz p{font-size:16px; color:#555; margin-bottom:20px; line-height:36px}
.gs_gh .gh_wz1{width:50%; margin-top:50px; padding-left:50px}
.gs_gh .gh_wz1 h3{font-size:20px; color:#2a6aa8; font-weight:bold; line-height:32px; margin-bottom:15px;}
.gs_gh .gh_wz1 p{font-size:16px; color:#555 ; margin-bottom:20px; line-height:36px}
@media only screen and (max-width:640px){
.gs_gh{padding:0px 0 30px; margin-top:-1px; z-index:100;}
.gs_gh .row{margin:20px 0 0;}
.gs_gh .row:nth-child(even){flex-direction:column-reverse;}
.gs_gh .gh_js{max-width:100%; font-size:1.3rem; line-height:2.2rem;}
.gs_gh .gh_tp{width:100%; margin-bottom:20px;}
.gs_gh .gh_tp span{margin-top:-1.8rem; font-size:2.2rem; line-height:3.6rem;}
.gs_gh .gh_wz{width:100%;margin-top:0px;}
.gs_gh .gh_wz h3{font-size:20px; line-height:2.6rem; margin-bottom:.6rem;}
.gs_gh .gh_wz ul{padding-left:1rem;}
.gs_gh .gh_wz ul li{font-size:1.3rem; line-height:2.2rem; padding:.5rem 0;}
.gs_gh .gh_wz1{width:100%; margin-top:0px; padding-left:0px}
.gs_gh .gh_wz1 p{font-size:15px; color:#555 ; margin-bottom:20px; line-height:26px}
.gs_gh .gh_wz p{font-size:15px; color:#555 ; margin-bottom:20px; line-height:26px}
}

.rc_gn{width:100%; padding:80px 0 ; overflow:hidden; position:relative;background-color:#f7f7f7;}
.rc_gn h1 {
  font-size: 36px;
  line-height: 50px;
  color: #000;
  margin-bottom: 50px;
  font-weight: bold; text-align:center
}
.rc_gn .gn_nr{width:24.25%; padding:30px 20px;  color:#777;background-color:#fff; margin-right:1%}
.rc_gn .gn_nr:nth-child(4n){margin-right:0; }
.rc_gn .gn_nr .t_b{width:80px; height:80px; background-color:#2a6aa8; border-radius:50%; margin:0 auto 25px;}
.rc_gn .gn_nr .t_b img{width:100%; height:auto; display:block;}
.rc_gn .gn_nr .w_z{line-height:26px; }
.rc_gn .gn_nr .w_z h1{ font-size:20px; margin-bottom:0px;text-align:center; color:#2a6aa8}
.rc_gn .gn_nr .w_z p{ font-size:15px; line-height:26px; text-indent:30px; color:#555}
@media only screen and (max-width:640px){
.rc_gn{padding:30px 0 30px;}
.rc_gn h1 {
  font-size:20px;
  line-height: 50px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold; text-align:center
}
.rc_gn .gn_nr{width:90%; padding:20px; margin:0 auto 20px;  }
.rc_gn .gn_nr .t_b{width:6rem; height:6rem; margin:0 auto ;}
.rc_gn .gn_nr .w_z{line-height:2.4rem;}
.rc_gn .gn_nr:nth-child(4n) {margin:0 auto 20px;}
.rc_gn .gn_nr .w_z h1{ font-size:18px; margin-bottom:0px;text-align:center; color:#2a6aa8}
.rc_gn .gn_nr .w_z p{ font-size:15px; line-height:26px; text-indent:30px; color:#555}

}
.al_lb { height:auto; overflow:hidden; padding:80px 0}
.al_lb ul li { float:left; width:23.5%; margin-right:2%; margin-bottom:2%}
.al_lb ul li:nth-child(4n){margin-right:0; }
.fa_nr{transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.cp_lb .fa_nr{border:1px solid #ddd;}
.fa_nr:hover{box-shadow:0 0 20px rgba(0,0,0,.1);
transform:translateY(-10px);
-webkit-transform:translateY(-10px);
-moz-transform:translateY(-10px);
-ms-transform:translateY(-10px);
-o-transform:translateY(-10px);}
 .fa_nr .t_p{overflow:hidden; background-color:#000; position:relative;}
.fa_nr .t_p span{width:140px; height:40px; border:1px solid #fff; border-radius:22px; font-size:15px; line-height:38px; text-align:center; color:#fff; position:absolute; top:50%; left:50%; margin:-20px 0 0 -70px; opacity:0; z-index:999; display:block;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.fa_nr:hover .t_p span{opacity:1;}
.fa_nr:hover .t_p span:hover{border:1px solid #2a6aa8; background-color:#2a6aa8;}
 .fa_nr .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}

.fa_nr .w_z{padding:10px; background-color:#f7f7f7; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; text-align:center}
 .fa_nr:hover .w_z{background-color:#fff;}
 .fa_nr .w_z:after{width:0; height:4px; background-color:#2a6aa8; position:absolute; bottom:0; left:0; content:"";
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.fa_nr:hover .w_z:after{width:100%;}
.fa_nr .w_z h3{font-size:16px; color:#000;  line-height:30px; margin-bottom:0}
@media only screen and (max-width:640px){
.al_lb { height:auto; overflow:hidden; padding:30px 0}
.al_lb ul li { float:left; width:49%; margin-right:2%; margin-bottom:2%}
.al_lb ul li:nth-child(2n){margin-right:0; }	
.fa_nr .w_z h3{font-size:15px; color:#000;  line-height:26px; margin-bottom:0}

}