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: 1400px;
	margin: 0 auto;
}
.wrap1{
    width: 90%;
    max-width: 1400px;
	margin: 0 auto;
}
/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;text-align: center;height: 100px;background: #fff;border-bottom: 1px solid #CCCCCC; }
header .logo a{ position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{ width:200px; margin-top:17.5px }
header .dImg{display: none;}
header .hImg{display: block;}
header .rightDiv{float: right;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin-right: 69px;}
header .rightDiv .menu>ul>li>a{height: 100px;text-align: left;color: #333333;font-size: 17px;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: #1eb3ea;}
header .rightDiv .menu>ul>li.on>a{font-weight: bold;}
header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;margin-left: 0;background: #1eb3ea;height: 4px;bottom: 28px;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 .othersDiv{height: 100px; display:none }
header .othersDiv .langDiv{margin-left: 90px;position: relative; }
header .othersDiv .langDiv>a{color: #333;height: 100px; }
header .othersDiv .langDiv>a i{width: 11px;height: 100%;background: url(../images/xia1.png) no-repeat center center; }
header .othersDiv .langDiv>a span{margin: 0 9px 0 4px; }
header .othersDiv .langDiv .aDiv{position: absolute;left: 50%;width: 100px;background: rgba(255,255,255,.9);top: 100%;transform: translateX(-50%);border-radius: 3px;font-size: 14px;display: none; }
header .othersDiv .langDiv .aDiv a{color: #333;display: block;line-height: 40px; }
header .othersDiv .langDiv .aDiv a.on{color: #1eb3ea; }
header .othersDiv .langDiv:hover .aDiv{display: block; }

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../images/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header.indexHeader .mbtn{background: url(../images/menu.png) no-repeat center center;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../images/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

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(../images/xia.png) no-repeat center center; }

.on-fixed header{background: #000;}
.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: #fff;}
.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: #1eb3ea;}
.on-fixed header .mbtn{background: url(../images/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(../images/xia1.png) no-repeat center center; }
.on-fixed header.indexHeader .rightDiv .menu>ul>li>a::after{background: #1eb3ea;}

.onFixed header{background: #fff;}
.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: #000;}
.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: #1eb3ea;}
.onFixed header .rightDiv .menu>ul>li>a::after{background: #1eb3ea;}
.onFixed header .mbtn{background: url(../images/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(../images/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(../images/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: max-content;min-width: 150px; top: 100%;left:50%;transform: translate(-50%,10px); transition: all .3s;opacity: 0;visibility: hidden;z-index: 999;padding: 10px 0; }
.menu>ul>li:hover>ul{height: initial;visibility: visible;opacity: 1;transform: translate(-50%,0); }
.menu ul ul li{margin: 0; }
.menu ul ul li a{color: #333;text-align: center;display: block;font-size: 14px;padding:10px; }
.menu ul ul li a:hover{text-decoration: underline;text-underline-offset: 2px; }



/****底部***/

/****底部***/
.footerDiv{position: relative;background: #1a1a1a; padding-top:60px}
.footerDiv .hdDiv{padding: 80px 0 60px; }
.footerDiv .hdDiv .shareDiv a{margin-left: 20px;width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;background: #1eb3ea;border-radius: 50%; }
.footerDiv .hdDiv .shareDiv .hImg{display: none;}
.footerDiv .hdDiv .shareDiv a:hover .dImg{display: none;}
.footerDiv .hdDiv .shareDiv a:hover .hImg{display: block;}
.footerDiv .hdDiv .shareDiv a:hover{background: #fff; }
.footerDiv .bdDiv{border-bottom: 1px solid rgba(255,255,255,.2);padding-bottom: 60px;align-items: flex-start;color: #fafafa; }
.footerDiv .bdDiv .listDiv{margin-right: 20px; }
.footerDiv .bdDiv .listDiv>span{font-size: 20px;color: #fff; font-weight: bold  }
.footerDiv .bdDiv .listDiv .aDiv {margin-top: 20px; }
.footerDiv .bdDiv .listDiv .aDiv a{display: block;color: #fafafa;margin-top: 15px; font-size:14px }
.footerDiv .bdDiv .listDiv .aDiv span{display: block;color: #fff;font-size:14px }
.footerDiv .bdDiv .listDiv .aDiv .p{margin-top: 20px;word-break:break-all; width:50%; float:left}
.footerDiv .bdDiv .listDiv .aDiv .p img{margin-right: 10px; }
.footerDiv .bdDiv .listDiv .aDiv a:hover{color: #fff; }
.footerDiv .bdDiv .erwma{  margin-left:40px;width: 160px;}
.footerDiv .bdDiv .erwma img{ width:100%}
.footerDiv .bdDiv .erwma>span{font-size: 20px;color: #fff; font-weight: bold; margin-bottom:20px; display:block  }

.footerDiv .bdDiv .formDiv form{width: 360px;}
.footerDiv .bdDiv .formDiv>span{font-size: 20px;color: #fff; font-weight: bold; margin-bottom:20px; display:block  }
.footerDiv .bdDiv .formDiv input{display: block;width: 49%;background: #fff;border-radius: 6px;padding: 0 10px;line-height: 40px;border: 0;margin-bottom: 10px; font-size:13px; float:left; margin-right:2% }
.footerDiv .bdDiv .formDiv input:nth-child(2n){margin-right:0; }
.footerDiv .bdDiv .formDiv textarea{display: block;width: 100%;background: #fff;border-radius: 6px;padding: 5px 10px;height: 76px;border: 0;margin-bottom: 10px;font-size:13px  }
.footerDiv .bdDiv .formDiv button{display: block;width: 100%;background: #1eb3ea;border-radius: 6px;padding: 0;line-height: 40px;border: 0;color: #fff; }
.footerDiv .banquanDiv{padding: 15px 0;color: #fff; }
/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

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


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 800px  ;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: 6px;height: 6px;background: #fff;border-radius:50%;opacity:1;position: relative; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative; }
.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 10px; }

.ihdDiv{align-items: flex-start; }
.indexTitle{position: relative;/* width: 45%; */ height:auto; overflow:hidden}
.indexTitle span{display: block;font-size: 50px;color: #333333;font-weight: bold; float:left }
  .more{   width:150px; line-height:38px; border:#1eb3ea 1px solid; color:#1eb3ea; text-align:center;border-radius:20px; margin:20px auto 0}
 .more a{ color:#1eb3ea;}
.ihdDiv .p{color: #666666;font-size:16px;width: 60.5%;line-height: 2; }
a.imoreBtn{width: 140px;line-height: 40px;background: #333333!important;border-radius: 20px;color: #fff;font-size: 14px;display: block;text-align: center; }
a.imoreBtn:hover{opacity: .8;}

.indexDiv1{padding: 100px 0;background: linear-gradient(to right,#F5F5F5,#DDF6FC); }
.indexDiv1 .bdDiv .swiper-container{margin: 60px 0; }
.indexDiv1 .bdDiv .btnDiv{height: 60px;position: relative; }
.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{width: 60px;height: 60px;top: initial;position: relative;margin: 0 10px; }
.indexDiv1 .swiper-button-next{background: url(../images/right.png) no-repeat center center/100%;right: auto;}
.indexDiv1 .swiper-button-prev{background: url(../images/left.png) no-repeat center center/100%;left: auto;}
.indexDiv1 .swiper-button-next:hover{background: url(../images/right1.png) no-repeat center center/100%;right: auto;}
.indexDiv1 .swiper-button-prev:hover{background: url(../images/left1.png) no-repeat center center/100%;left: auto;}
.indexDiv1 a{background: #fff;padding: 30px;border-radius: 20px; }
.indexDiv1 a .imgDiv{width: 45.6%;height: 205px;display: flex;justify-content: center;align-items: center; }
.indexDiv1 a .imgDiv img{max-height: 100%; }
.indexDiv1 a .textDiv{width: 45.6%;color: #666;}
.indexDiv1 a .textDiv .title{font-size: 20px;font-weight: bold;color: #333; }
.indexDiv1 a .textDiv .line{width: 30px;height: 4px;background: #1eb3ea;margin: 20px 0; }
.indexDiv1 a .textDiv .p1{font-size: 17px;margin-bottom: 20px; }
.indexDiv1 a .textDiv span{font-size: 17px; }
.indexDiv1 a .textDiv i{width: 26px;height: 26px;border: 1px solid #666;position: relative;display: block;border-radius: 4px;margin-right: 10px; }
.indexDiv1 a .textDiv i:before{content: "";width: 15px;height: 2px;background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.indexDiv1 a .textDiv i:after{content: "";width: 2px;height: 15px;background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.indexDiv1 a:hover{background: #1eb3ea;color: #fff; }
.indexDiv1 a:hover .textDiv,.indexDiv1 a:hover .title{color: #fff; }
.indexDiv1 a:hover i{border-color: #fff; }
.indexDiv1 a:hover .line,.indexDiv1 a:hover i:before,.indexDiv1 a:hover i:after{background: #fff;}

.indexDiv2{padding: 90px 0 100px; }
.indexDiv2 .bdDiv{margin-top: 60px; }
.indexDiv2 .bdDiv ul li{height: 39vw;flex: 1 1 auto;width: 25%;color: #fff;transition: all .6s;position: relative; }
.indexDiv2 .bdDiv ul li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;background: rgba(32, 126, 213, 0.3); }
.indexDiv2 .bdDiv ul li .conDiv{position: absolute;left: 0;bottom: 0;width: 100%;justify-content: flex-end;flex-direction: column;text-align: center;padding: 2vw 1.5vw;z-index: 1;overflow: hidden; }
.indexDiv2 .bdDiv ul li .conDiv .title{font-size: 20px;font-weight: bold; }
.indexDiv2 .bdDiv ul li:hover{width: 39.625%;}
.indexDiv2 .bdDiv ul li:hover .conDiv>div{flex: 1 1 auto;}
.indexDiv2 .bdDiv ul li:hover:before{display: none;}

.indexDiv3{position: relative;color: #fff;padding: 100px 0; }
.indexDiv3 .indexTitle span{color: #fff; }
.indexDiv3 .bdDiv {width: 56.25%;}
.indexDiv3 .bdDiv .listDiv{margin-top: 80px; }
.indexDiv3 .bdDiv .listDiv ul li{margin-bottom: 40px; }
.indexDiv3 .bdDiv .listDiv ul li .textDiv{width: calc(100% - 100px);margin-left: 20px; }
.indexDiv3 .bdDiv .listDiv ul li .textDiv span{font-weight: bold;font-size: 24px; }
.indexDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 18px;margin-top: 10px; }


/* .indexDiv3 .lunboDiv {position: relative;}
.indexDiv3 .lunboDiv::after{content: "";width: 10px;height: 100%;background: #0052d9;position: absolute;right: -10px;top: 0; }
.indexDiv3 .lunboDiv .conDiv .leftDiv{width: 54.2%;}
.indexDiv3 .lunboDiv .conDiv .rightDiv{width: 45.8%;padding: 0 5%;}
.indexDiv3 .lunboDiv .conDiv .rightDiv .cate{font-size: 1.1458vw; }
.indexDiv3 .lunboDiv .conDiv .rightDiv .title{font-size: 1.98vw; }
.indexDiv3 .lunboDiv .conDiv .rightDiv .tag{font-size: 0.73vw;color: #0052d9;border-top: 2px solid #0052d9;padding-top: 10px;margin-top: 10px; }
.indexDiv3 .lunboDiv .conDiv .rightDiv .p{font-size: 0.73vw;color: #666666;line-height: 1.8;margin: 2vw 0 4vw; }
.indexDiv3 .lunboDiv .conDiv .rightDiv a{width: 7.3vw;line-height: 2.2vw;font-size: 0.73vw;}
.indexDiv3 .swiper-button-next, .indexDiv3 .swiper-button-prev{width: 4vw;height: 4vw;margin-top: initial;top: initial;bottom: 0; }
.indexDiv3 .swiper-button-next{background: url(../images/right.png) no-repeat center center/100%;right: 5%;}
.indexDiv3 .swiper-button-prev{background: url(../images/left.png) no-repeat center center/100%;right: 10%;left: auto;}
.indexDiv3 .swiper-button-disabled{display: none;} */

.indexDiv4{position: relative;padding: 100px 0;background: linear-gradient(to right,#F5F5F5,#DDF6FC);overflow: hidden; }
.indexDiv4>img{position: absolute;top: 210px;left: 12.81254vw;z-index: 0;width: 91.67vw;}
.indexDiv4 .textDiv{margin-top: 377px;width: 384px; }
.indexDiv4 .textDiv p{font-size: 24px;color: #666;margin-top: 40px; }

.indexDiv5{padding: 60px 0;}
.indexDiv5 .bdDiv{margin-top: 30px; }
.indexDiv5 .bdDiv .row>div .conDiv{height: 100%;}
.indexDiv5 .bdDiv .row>div .conDiv .imgDiv{padding-top: 25.13%; position: relative;overflow: hidden;display: block; }
.indexDiv5 .bdDiv .row>div .conDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.indexDiv5 .bdDiv .row>div .conDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.indexDiv5 .bdDiv .row>div .conDiv .textDiv{padding: 20px 0 0; }
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .date{color: #666; }
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title{font-size: 20px;color: #333;margin: 10px 0 10px;transition: all .3s;}
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .zhengwen{font-size: 14px;color: #787878; transition: all .3s; line-height:26px}
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .more_a{font-size: 17px;color: #666666;transition: all .3s;}
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title:hover{color: #1eb3ea; }
.indexDiv5 .bdDiv .row>div .conDiv .textDiv .more_a:hover{color: #1eb3ea;font-weight: bold;text-decoration: underline;text-underline-offset: 4px; }

.ny-banner .wrap{width: 100%;position:relative;height: 23.33vw;text-align: center;}
.ny-banner span{font-size: 2.6458vw;text-transform: capitalize;font-weight: bold; }
.ny-banner .cfff{color: #fff;}
.ny-banner .breadDiv{font-size: 17px;margin-top: 20px;font-weight: 400; text-transform:uppercase } 
.ny-banner .breadDiv a{color: #fff; }
.ny-banner .breadDiv a:hover{text-decoration: underline;text-underline-offset: 4px; }

.nyHeaderDiv{border-bottom: 1px solid #CCCCCC; }
.nyHeaderDiv.onFixed{top: 100px;left: 0;position: fixed;z-index: 99;width: 100%;background: #fff; }


.nyHeaderDiv .nyCon{height: 120px; }
.nyTitle{font-size: 26px;font-weight: bold; }
.twoMenuDiv { background:#f5f5f5; width:100%; padding:10px 0}
.twoMenuDiv ul{text-align: center;font-size: 0; }
.twoMenuDiv ul li{margin: 0 30px;display: inline-block; }
.twoMenuDiv ul li h1 a{ color:#333; font-weight:900}
.twoMenuDiv ul li a{color: #888888; position: relative;font-size: 16px;display: block; line-height:30px }
.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; }

.f30{font-size: 22px; font-weight:bold;}
 .f20{font-size: 18px;}
.productDiv .itemDiv{padding: 90px 0; }
.productDiv .indexTitle span{color: #1eb3ea; }
.productDiv .itemDiv:nth-of-type(even){background: #F2F3F3;}
.productDiv .itemDiv:nth-of-type(even) .row>div a .imgDiv{background: #fff; }
.productDiv .row{margin: 0 -20px;}
.productDiv .row>div{padding: 0 20px;margin-top: 35px; }
.productDiv .row>div a{display: block; }
.productDiv .row>div a .imgDiv{padding-top: 100%;position: relative;background: #F2F3F3; }
.productDiv .row>div a .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 20px; }
.productDiv .row>div a .imgDiv .pic img{max-height: 100%;max-width: 100%; }
.productDiv .row>div a .textDiv{color: #666;padding-top: 20px; }
.productDiv .row>div a .textDiv .title{font-size: 26px;color: #333; text-align:center }
.productDiv .row>div a .textDiv .p{font-size: 17px;margin: 5px 0 10px; }
.productDiv .row>div a .textDiv span{font-size: 17px; }
.productDiv .row>div a .textDiv i{width: 26px;height: 26px;border: 1px solid #666;position: relative;display: block;border-radius: 4px;margin-right: 10px; }
.productDiv .row>div a .textDiv i:before{content: "";width: 15px;height: 2px;background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.productDiv .row>div a .textDiv i:after{content: "";width: 2px;height: 15px;background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); }
.productDiv .row>div a:hover .textDiv .title{color: #1eb3ea;text-decoration: underline;text-underline-offset: 4px; }
.productDiv .row>div a:hover .textDiv span{color: #1eb3ea; }
.productDiv .row>div a:hover i{border-color: #1eb3ea; }
.productDiv .row>div a:hover i:before,.productDiv .row>div a:hover i:after{background: #1eb3ea;}

.adDiv1{padding: 90px 0; }
.adDiv1 .leftDiv{width: 40%;}
.adDiv1 .rightDiv{width: 60%;color: #666;font-size: 17px;line-height: 1.5; }

.adTitleDiv p{display: block;font-size: 24px;color: #1eb3ea;margin-bottom: 10px; }
.adTitleDiv span{display: block;font-size: 50px;color: #1eb3ea;font-weight: bold; }

.adDiv2{padding: 90px 0 25px;background: #F2F3F3;overflow: hidden; }
.adDiv2 .adTitleDiv{max-width: 805px; }
.adDiv2 .row{margin: 0 -90px; }
.adDiv2 .row>div{padding: 0;margin-bottom: 60px; }
.adDiv2 .row>div:nth-of-type(odd) .conDiv{border-right: 1px solid #CCCCCC; }
.adDiv2 .row>div .conDiv{padding: 0 90px; }
.adDiv2 .row>div .imgDiv{padding-top: 36.62%;position: relative;overflow: hidden; }
.adDiv2 .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.adDiv2 .row>div .imgDiv .pic img{height: 100%;width: 100%;object-fit: cover; }
.adDiv2 .row>div .textDiv span{font-size: 28px;margin: 20px 0 10px;display: block; }
.adDiv2 .row>div .textDiv p{font-size: 17px;color: #666;line-height: 1.5; }

.adDiv3{padding: 50px 0; }
.adDiv3 .rowDiv{margin-bottom: 60px; }
.adDiv3 .rowDiv .row{margin: 0 -20px; }
.adDiv3 .rowDiv .row>div{padding: 0 20px;margin-top: 40px; }
.adDiv3 .rowDiv .row>div .conDiv{position: relative;padding-top: 68%; }
.adDiv3 .rowDiv .row>div .conDiv>img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover; }
.adDiv3 .rowDiv .row>div .conDiv .textDiv{position: absolute;z-index: 1;width: 100%;height: 100%;left: 0;top: 0;flex-direction: column;padding: 20px;text-align: center; }
.adDiv3 .rowDiv .row>div .conDiv .textDiv h1{ font-size:24px; font-weight:bold; color:#fff}
.adDiv3 .rowDiv .row>div .conDiv .textDiv p{font-size: 16px;color: #fff;margin-top: 20px; }
.adDiv3 .bdDiv{position: relative;}
.adDiv3 .bdDiv .leftDiv{width: 65.8125%;height: 706px;max-width: calc(100% - 550px); }
.adDiv3 .bdDiv .leftDiv img{width: 100%;height: 100%;object-fit: cover;display: none; }
.adDiv3 .bdDiv .leftDiv img.on{display: block;}
.adDiv3 .bdDiv .listDiv{width: 700px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 1; }
.adDiv3 .bdDiv .listDiv ul li{padding: 35px 0 35px 190px;justify-content: flex-end;transition: all .5s; }
.adDiv3 .bdDiv .listDiv ul li .hImg{display: none;}
.adDiv3 .bdDiv .listDiv ul li .textDiv{width: calc(100% - 90px);margin-left: 20px; }
.adDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 28px; }
.adDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 17px;color: #666;max-width: 415px;margin-top: 7px; }
.adDiv3 .bdDiv .listDiv ul li.on .dImg{display: none;}
.adDiv3 .bdDiv .listDiv ul li.on .hImg{display: block;}
.adDiv3 .bdDiv .listDiv ul li.on{padding-left: 90px;background: url(../images/ad-bg.png) no-repeat center center/100% 100%; }
.adDiv3 .bdDiv .listDiv ul li.on .textDiv span{color: #fff; }
.adDiv3 .bdDiv .listDiv ul li.on .textDiv p{color: #ccc; }

.supportDiv{padding: 90px 0; }
.supportDiv ul li{margin-top: 60px; }
.supportDiv ul li .p1{font-size: 28px;margin: 20px 0 30px; }
.supportDiv ul li .p2{color: #666;font-size: 17px;line-height: 1.5; }

.faqDiv{padding: 90px 0;background: #F2F3F3; }
.faqDiv .listDiv{margin: 60px 0 50px; }
.faqDiv .listDiv ul li{margin-bottom: 20px;background: #fff;border-radius: 6px;overflow: hidden; }
.faqDiv .bdDiv ul li .hd{background:url(../images/jia.png) no-repeat right 3.75% center;cursor: pointer;padding: 30px calc(26px + 3.75%) 30px 3.75%;font-size: 20px;font-weight: bold; }
.faqDiv .bdDiv ul li.on .hd{background:url(../images/jian.png) no-repeat right 3.75% center; }
.faqDiv .bdDiv ul li .bd{padding: 30px 3.75%;color: #666666;line-height: 1.5;display: none;font-size: 17px; }

.pageDiv{text-align: center;}
.pageDiv a{display: inline-block;line-height: 32px;margin: 0 5px;color: rgba(0, 0, 0, .88);padding: 0 11px;font-size: 17px; }
.pageDiv a.cur{color: #1eb3ea;border-radius: 4px;border: 1px solid #1eb3ea; }
.pageDiv a:hover{color: #1eb3ea; }

.downloadDiv{padding: 90px 0;background: #F2F3F3; }
.downloadDiv .adTitleDiv{max-width: 950px; }
.downloadDiv .bdDiv{margin-top: 60px; }
.downloadDiv .tabsDiv {align-items: flex-end; }
.downloadDiv .tabsDiv a{width: 267px;height: 80px;background: #E5E5E5;color: #666666;font-size: 17px;border-radius: 20px 20px 0 0;transition: none; }
.downloadDiv .tabsDiv a.on{background: #fff;color: #1eb3ea;height: 90px;position: relative;font-weight: bold; }
.downloadDiv .tabsDiv a.on::after{content: "";width: 40px;height: 4px;background: #1eb3ea;position: absolute;left: 50%;bottom: 19px;transform: translateX(-50%);border-radius: 2px; }
.downloadDiv .conDiv{display: none;background: #fff;padding: 10px 10px 80px; }
.downloadDiv .conDiv.on{display: block;}
.downloadDiv .conDiv .tableDiv{padding: 0 90px;position: relative;margin-bottom: 50px; }
.downloadDiv .conDiv .tableDiv:before{content: "";width: 100%;height: 90px;background: linear-gradient(180deg, #F2F3F3 0%, #FFFFFF 100%);border-radius: 20px 20px 0 0;position: absolute;z-index: 1;top: 0;left: 0; }
.downloadDiv .conDiv table{width: 100%;position: relative;z-index: 2;font-size: 17px;text-align: center; }
.downloadDiv .conDiv table th{height: 90px; }
.downloadDiv .conDiv table td{color: #666;padding: 35px 0;border-bottom: 1px solid #ccc; }
.downloadDiv .conDiv table th:nth-child(1),.downloadDiv .conDiv table td:nth-child(1){text-align: left;}
.downloadDiv .conDiv table td a{color: #666; }
.downloadDiv .conDiv table td a img{margin-right: 20px; }
.downloadDiv .conDiv table td a:hover{text-decoration: underline;color: #1eb3ea;text-underline-offset: 4px;  }

.indDiv1{padding: 90px 0; }
.indDiv1 .bdDiv .leftDiv{width: 35.625%;}
.indDiv1 .bdDiv .leftDiv .p{margin-top: 50px;color: #666;font-size: 17px;line-height: 2; }
.indDiv1 .bdDiv .rightDiv{width: 59.375%;}

.indDiv2{padding: 90px 0;background: #F2F3F3; }
.indDiv2 .bdDiv .row{margin: 0 -30px; }
.indDiv2 .bdDiv .row>div{padding: 0 30px;margin-top: 60px; }
.indDiv2 .bdDiv .row>div .conDiv{position: relative;height: 100%; }
.indDiv2 .bdDiv .row>div .textDiv{background: #fff;height: 100%;padding: 50px 40px;text-align: center;transition: all .6s; }
.indDiv2 .bdDiv .row>div .textDiv span{font-size: 28px;color: #1eb3ea; }
.indDiv2 .bdDiv .row>div .textDiv p{font-size: 17px;line-height: 1.5;margin-top: 20px; }
.indDiv2 .bdDiv .row>div .conDiv:hover .textDiv{background: transparent; }
.indDiv2 .bdDiv .row>div .conDiv:hover .textDiv span,.indDiv2 .bdDiv .row>div .conDiv:hover .textDiv p{color: #fff;}

.indDiv3{padding: 90px 0; }
.indDiv3 .bdDiv{flex-direction: row-reverse; }
.indDiv3 .bdDiv .leftDiv{width:56%;}
.indDiv3 .bdDiv .leftDiv .p{margin-top: 0px;color: #666;font-size: 17px;line-height: 2; }
.indDiv3 .bdDiv .rightDiv{width: 38%;}

.indDiv4{padding: 90px 0;background: #F2F3F3; }
.indDiv4 .bdDiv{margin-top: 35px; }
.indDiv4 .bdDiv .row>div .imgDiv{background: #fff;}
.indDiv4 .swiper-container{padding-bottom: 70px; }
.indDiv4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.indDiv4 .swiper-pagination-bullet{width: 12px;height: 12px;background: #ccc;border-radius:50%;opacity:1;position: relative; }
.indDiv4 .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #1eb3ea; }
.indDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px; }

.ryzzDiv{padding: 90px 0;}
.ryzzDiv .p{font-size: 17px;line-height: 2;margin: 40px 0 30px; }
.ryzzDiv .row>div{margin-top: 30px; }
.ryzzDiv .row>div .imgDiv{position: relative;padding-top: 140.95%; }
.ryzzDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.ryzzDiv .row>div .imgDiv .pic img{max-height: 100%;max-width: 100%; }
.ryzzDiv .row>div .title{text-align: center;margin-top: 20px;font-size: 17px; }

.newsDiv{padding: 90px 0;}
.newsDiv .tabsDiv{margin-bottom: 80px; }
.newsDiv .tabsDiv a{width: 285px;height: 56px;background: #E0E6ED;color: #1eb3ea;border-radius: 28px;font-size: 17px;margin: 0 10px;  }
.newsDiv .tabsDiv a.on{background: #1eb3ea;color: #fff; }
.newsDiv .row>div{margin-bottom: 32px; }
.newsDiv .pageDiv{margin-top: 20px; }

.aboutDiv1{padding: 50px 0; }
.aboutDiv1 .bdDiv{margin-top: 60px; }
.aboutDiv1 p{ font-size:16px; line-height:36px}
.aboutDiv1 .swiper-container {width: 100%;}
.aboutDiv1 .gallery-top {height: 100%;}
.aboutDiv1 .gallery-top .swiper-slide .imgDiv{position: relative;padding-top: 56.25%; }
.aboutDiv1 .swiper-slide .imgDiv .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.aboutDiv1 .swiper-slide img{height: 100%;width: 100%;object-fit: cover; }
.aboutDiv1 .gallery-thumbs {margin-top: 16px; }
.aboutDiv1 .gallery-thumbs .swiper-slide .imgDiv{position: relative;padding-top: 56.45%; }
.aboutDiv1 .gallery-thumbs .swiper-slide-thumb-active .imgDiv:before{content: "";width: 100%;height: 100%;border: 4px solid #1eb3ea;position: absolute;left: 0;top: 0;z-index: 1; }
.aboutDiv1 .swiper-button-next,.aboutDiv1 .swiper-button-prev{width: 60px;height: 60px;margin-top: -30px;}
.aboutDiv1 .swiper-button-next{background: url(../images/a-right.png) no-repeat center center;background-size: 100%;right: 30px;}
.aboutDiv1 .swiper-button-prev{background: url(../images/a-left.png) no-repeat center center;background-size: 100%;left: 30px;}

.whDiv{background: #f5f5f5;overflow: hidden;padding: 60px 0; }
.whDiv .bdDiv{flex-wrap: wrap;align-items: initial;  }
.whDiv .bdDiv .item{margin-bottom: 20px;position: relative; }
.whDiv .bdDiv .item:nth-child(1),.whDiv .bdDiv .item:nth-child(4){width: 49.5%; }
.whDiv .bdDiv .item:nth-child(2),.whDiv .bdDiv .item:nth-child(3){width: 49.5%; }
.whDiv .bdDiv .item:nth-child(3) .textDiv,.whDiv .bdDiv .item:nth-child(4) .textDiv{text-align: right; }
.whDiv .bdDiv .item:nth-child(3) .textDiv p,.whDiv .bdDiv .item:nth-child(4) .textDiv p{margin: 20px 0 0 auto; }
.whDiv .bdDiv .item>img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0; }
.whDiv .bdDiv .item .textDiv{color: #fff;padding: 50px;position: relative;z-index: 1; }
.whDiv .bdDiv .item .textDiv p{margin-top: 20px; line-height: 2; }
.breadcrumbDiv{padding: 30px 0;font-size: 17px;color: #666; }
.breadcrumbDiv .bdDiv{flex-wrap: wrap;}
.breadcrumbDiv a{color: #666;margin:0 5px;}
.breadcrumbDiv a:hover{color: #1eb3ea;text-decoration: underline; }
.breadcrumbDiv span{color: #666;}
@media (max-width:992px) {
.whDiv{background: #f5f5f5;overflow: hidden;padding:30px 0; }
.whDiv .bdDiv .item:nth-child(1),.whDiv .bdDiv .item:nth-child(4){width: 100%; }
.whDiv .bdDiv .item:nth-child(2),.whDiv .bdDiv .item:nth-child(3){width: 100%; }	
.whDiv .bdDiv .item:nth-child(3) .textDiv,.whDiv .bdDiv .item:nth-child(4) .textDiv{text-align: left; }
.whDiv .bdDiv .item .textDiv{color: #fff;padding: 20px;position: relative;z-index: 1; }
.f30 {
  font-size: 18px;
  font-weight: bold;
}
.whDiv .bdDiv .item:nth-child(3) .textDiv p,.whDiv .bdDiv .item:nth-child(4) .textDiv p{margin: 10px 0 0 auto; }
.f20 {
  font-size: 16px;
}
.whDiv .bdDiv .item .textDiv p{ line-height:26px}
}
.nyMain{margin-top: 100px; }

.detailDiv .hdDiv{padding: 60px;background: #1eb3ea;color: #fff; }
.detailDiv .hdDiv .adTitleDiv span{color: #fff;font-weight: normal; }
.detailDiv .hdDiv .date{font-size: 17px;margin-top: 20px; }
.detailDiv .bdDiv{padding: 90px 0;background: #fff;}
.detailDiv .bdDiv .textDiv{margin-bottom: 90px; }
.detailDiv .bdDiv .textDiv img{display: block;}
.detailDiv .bdDiv .textDiv p{color: #3D3D3D;margin: 0 auto;line-height: 2;}
.detailDiv .bdDiv .arPageDiv{background: #F2F3F3;padding: 35px; }
.detailDiv .bdDiv .arPageDiv>div{width: calc((100% - 120px) / 2);}
.detailDiv .bdDiv .arPageDiv span{font-size: 22px;color: #3D3D3D;margin: 0 20px; }
.detailDiv .bdDiv .arPageDiv a.tit{color: #666;font-size: 17px;width: calc(100% - 100px);word-break:break-all; }
.detailDiv .bdDiv .arPageDiv a.tit:hover{color: #1eb3ea;text-decoration: underline; }
.detailDiv .listImg{margin: 0 50px; }

 
 
.pdMenuDiv{border-bottom: 1px solid #ccc;top: 100px;left: 0;position: fixed;z-index: 99;width: 100%;background: #fff; }
.pdMenuDiv ul li a{display: block;line-height: 50px;color: #3D3D3D;font-size: 17px;position: relative;margin: 0 2.5vw; }
.pdMenuDiv ul li a.top_dh_in{font-weight: bold;color: #1eb3ea; }


.productDetailDiv .hdDiv{padding: 40px 4.16%;align-items: flex-start;background: #fff; }
.productDetailDiv .leftDiv{width: 51.67%;}
.productDetailDiv .leftDiv .hd{position: relative;display: flex;justify-content: space-between;align-items: center;}
.productDetailDiv .leftDiv .smallDiv{padding: 35px 0; width: 94px;position: relative; }
.productDetailDiv .swiper-container {width: 100%;height: 500px;margin-right: 0;margin-left: auto; }
.productDetailDiv .gallery-top {height: 100%;width: calc(100% - 124px);}
.productDetailDiv .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: 465px;}
.productDetailDiv .gallery-top .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.productDetailDiv .gallery-thumbs {height: 417px;box-sizing: border-box;}
.productDetailDiv .gallery-thumbs .swiper-slide {height: 71px;display: flex;justify-content: center;align-items: center;position: relative; }
.productDetailDiv .gallery-thumbs .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.productDetailDiv .gallery-thumbs .swiper-slide-thumb-active:before {content: "";width: 100%;height: 100%;border: 2px solid #1eb3ea;position: absolute;left: 0;top: 0;z-index: 2; }
.productDetailDiv .swiper-button-next,.productDetailDiv .swiper-button-prev{width: 100%; height: 24px;margin-top: 0;margin-top:0;left: 0;opacity: 1;cursor: pointer; }
.productDetailDiv .swiper-button-next:hover,.productDetailDiv .swiper-button-prev:hover{opacity: 1;}
.productDetailDiv .swiper-button-next{background: url(../images/next1.png) no-repeat center center;right: auto;bottom: 0;top: auto;}
.productDetailDiv .swiper-button-prev{background: url(../images/prev1.png) no-repeat center center;top: 0; }
.productDetailDiv .gallery-top .swiper-button-next,.productDetailDiv .gallery-top .swiper-button-prev{width: 46px;height: 46px;margin-top: -20px;left: auto;bottom: auto;top: 50%;margin-left: initial;border-radius: 50%; }
.productDetailDiv .gallery-top .swiper-button-next{background: url(../img/right_.png)  no-repeat center center;background-size: 100%;right: 10px;}
.productDetailDiv .gallery-top .swiper-button-prev{background: url(../img/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;}
.productDetailDiv .rightDiv{width: 37.6%;}
.productDetailDiv .rightDiv .title{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #ccc;position: relative; }
.productDetailDiv .rightDiv .title::before{content: "";width: 60px;height: 3px;background: #1eb3ea;position: absolute;left: 0;bottom: 0; }
.productDetailDiv .rightDiv .introDiv .p{margin-top: 10px; line-height:30px }
.productDetailDiv .rightDiv .btnDiv{margin-top: 50px; }  
.productDetailDiv .rightDiv .btnDiv a{padding: 10px 22px; }
.productDetailDiv .rightDiv .btnDiv a.inqBtn{border: 1px solid #1eb3ea;color: #1eb3ea; }
.productDetailDiv .rightDiv .btnDiv a.inqBtn:hover{background: #1eb3ea;color: #fff; }
.productDetailDiv .rightDiv .btnDiv a.telBtn{border: 1px solid #0CC143;color: #0CC143;margin-left: 20px; }
.productDetailDiv .rightDiv .btnDiv a.telBtn img{margin-right: 4px; } 
.productDetailDiv .rightDiv .btnDiv a.telBtn .hImg{display: none; }
.productDetailDiv .rightDiv .btnDiv a.telBtn:hover{background: #0CC143;color: #fff; }
.productDetailDiv .rightDiv .btnDiv a.telBtn:hover .dImg{display: none; }
.productDetailDiv .rightDiv .btnDiv a.telBtn:hover .hImg{display: block; }
.productDetailDiv .bdDiv{margin: 30px 0; }
.productDetailDiv .bdDiv .itemDiv{margin-bottom: 0px; }
.productDetailDiv .bdDiv .itemDiv:last-child{margin-bottom: 0; }
.productDetailDiv .bdDiv .itemDiv .ih{margin-bottom: 30px; }
.productDetailDiv .bdDiv .itemDiv .ib{color: #3d3d3d; } 
.productDetailDiv .bdDiv .itemDiv .ib table{width: 100%;border: 1px solid #ccc; }
.productDetailDiv .bdDiv .itemDiv .ib table td{padding: 10px;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc; }
.productDetailDiv .bdDiv .itemDiv .ib table td:nth-child(1){width: 30%; }
.productDetailDiv .bdDiv .itemDiv .row>div .imgDiv{padding-top: 75%; }
.productDetailDiv .bdDiv .itemDiv .row>div .title{margin-top: 10px;text-align: center;color: #3d3d3d; }

.productDetailDiv .likeDiv {padding: 40px 0; }
.productDetailDiv .likeDiv .row>div{margin-top: 30px; }
.productDetailDiv .likeDiv .row>div a{padding: 20px 20px 30px;background: #fff;display: block; }
.productDetailDiv .likeDiv .row>div .imgDiv{padding-top: 0; } 
.productDetailDiv .likeDiv .row>div .textDiv{padding-top: 20px;display: flex;flex-direction: column;justify-content: space-between; }
.productDetailDiv .likeDiv .row>div .textDiv .title{color: #333;margin-bottom: 30px; }
.productDetailDiv .likeDiv .row>div .textDiv .moreBtn{width: 110px;height: 32px;border: 1px solid #1eb3ea;color: #1eb3ea; }
.productDetailDiv .likeDiv .row>div a:hover .textDiv .moreBtn{background: #1eb3ea;color: #fff; }

.tuijianDiv{background: #F2F3F3;padding: 90px 0; }
.tuijianDiv .bdDiv .row>div .imgDiv{background: #fff;}



.productDetailDiv{padding-bottom: 20px; }
.productDetailDiv .bdDiv{align-items: initial; }
.productDetailDiv .bdDiv .leftDiv{flex: 1; }
.productDetailDiv .bdDiv .leftDiv .lhDiv{background: #fff;margin-bottom: 30px;padding: 5%;align-items: initial; }
.productDetailDiv .bdDiv .leftDiv .lhDiv .bigImgDiv{width: 37%;border: 1px solid #ccc;display: flex;justify-content: center;align-items: center;margin-right: 5%; }
.productDetailDiv .bdDiv .leftDiv .lhDiv .lhrDiv{flex: 1; }
.productDetailDiv .bdDiv .leftDiv .lhDiv .lhrDiv .title{font-size: 30px; }
.productDetailDiv .bdDiv .leftDiv .lhDiv .lhrDiv .p{margin: 20px 0;color: #666666;line-height: 1.8; }
.productDetailDiv .bdDiv .leftDiv .lhDiv .lhrDiv ul{border-top: 1px dashed #cccccc;border-bottom: 1px dashed #cccccc;padding: 30px 0;display: grid;grid-template-columns: repeat(2,2fr);grid-gap: 30px;margin-bottom: 30px; }
.productDetailDiv .bdDiv .leftDiv .lhDiv .lhrDiv ul li{color: #999999; }
.productDetailDiv .bdDiv .leftDiv .lhDiv .lhrDiv ul li span{color: #333; }
.productDetailDiv .bdDiv .leftDiv .lhDiv .lhrDiv .zxBtn{width: 240px;height: 60px;background: #b38e59;color: #fff;margin-right: 40px; }
.productDetailDiv .bdDiv .leftDiv .lhDiv .lhrDiv .telDiv{font-size:36px;color: #04447c;background: #fff; }
.productDetailDiv .bdDiv .leftDiv .lhDiv .lhrDiv .telDiv img{margin-right: 10px; }
.productDetailDiv .bdDiv .leftDiv .lbDiv{background: #fff; padding:0 30px }
.productDetailDiv .bdDiv .leftDiv .lbDiv .tabsDiv{ border-bottom: 1px  solid #04447c; }
.productDetailDiv .bdDiv .leftDiv .lbDiv .tabsDiv a{width: 25%;height: 60px;font-size: 18px;color: #666666; }
.productDetailDiv .bdDiv .leftDiv .lbDiv .tabsDiv a.on{background: #fff;color: #04447c;position: relative; }
.productDetailDiv .bdDiv .leftDiv .lbDiv .tabsDiv a.on:before{content: "";width: 100%;height: 4px;background: #04447c;position: absolute;left: 0;bottom: -1px; }
 .productDetailDiv .bdDiv .leftDiv .lbDiv .tabsCon{padding: 30px; }
.productDetailDiv .bdDiv .leftDiv .lbDiv .tabsCon .itemDiv{display: none; }
.productDetailDiv .bdDiv .leftDiv .lbDiv .tabsCon .itemDiv.on{display: block; }
.productDetailDiv .bdDiv .leftDiv .lbDiv .tabsCon .itemDiv .item{margin-bottom: 10px;}
.productDetailDiv .bdDiv .leftDiv .lbDiv .tabsCon .itemDiv .ih{font-size: 18px;font-weight: bold;color: #04447c;border-bottom: 1px solid #cccccc;padding-bottom: 7px;position: relative; }
.productDetailDiv .bdDiv .leftDiv .lbDiv .tabsCon .itemDiv .ih::after{content: "";width: 100px;height: 3px;background: #04447c;position: absolute;left: 0;bottom: -1px; }
.productDetailDiv .bdDiv .leftDiv .lbDiv .tabsCon .itemDiv .ib{padding: 0px 0 30px;line-height: 2;color: #666666; }
.productDetailDiv .bdDiv .rightDiv{width: 370px;margin-right: 30px;background: #fff; }
.productDetailDiv .bdDiv .rightDiv>div{background: #fff;padding: 30px 35px 30px; }
.productDetailDiv .bdDiv .rightDiv>div .nyTitle{font-size: 24px; }
.productDetailDiv .bdDiv .rightDiv>div .listDiv ul li{padding: 30px 0 0;  }
.productDetailDiv .bdDiv .rightDiv>div .listDiv ul li:last-child{border: 0; }

.productDetailDiv .bdDiv .rightDiv>div .titleDiv{ text-align:center; color:#333; margin-top:20px}
@media (max-width:991px){
.productDetailDiv .bdDiv .rightDiv{width: 100%;margin-right: 0;background: #fff; }
.productDetailDiv .bdDiv .rightDiv>div{background: #fff;padding: 20px; }
.productDetailDiv .bdDiv .rightDiv>div .nyTitle{font-size: 20px; }
.productDetailDiv .bdDiv .rightDiv>div .listDiv ul li{padding: 30px 0 0;  }
	
.flexbet {
  display: block  ;
  justify-content: space-between;
  align-items: center;
}	
 .productDetailDiv .bdDiv .leftDiv .lbDiv .tabsCon{padding: 0px; }
}
/*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:1570px) {
	header .rightDiv .menu>ul>li{margin-right: 3.5vw; }
	header .othersDiv .langDiv{margin-left: 4.6vw; }
	.indexTitle span,.adTitleDiv span{font-size: 40px; }
	.adTitleDiv p{font-size: 20px; }
	.ihdDiv .p{font-size: 20px; }
	.indexDiv1 a .textDiv .title{font-size: 24px; }
	.indexDiv4 .textDiv{margin-top: 19.6vw; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title{font-size: 20px; }
	header .logo{width: 15%;}
	.productDiv .row>div a .textDiv .title{font-size: 22px; }
	.productDiv .row{margin: 0 -10px; }
	.productDiv .row>div{padding: 0 10px; }
	.adDiv2 .row{margin: 0 -50px; }
	.adDiv2 .row>div .textDiv span{font-size: 24px; }
	.adDiv2 .row>div .conDiv{padding: 0 50px; }
	.adDiv3 .rowDiv .row>div .conDiv .textDiv p{font-size: 16px; }
	.adDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 24px; }
	.supportDiv ul li .p1{font-size: 24px; }
	.indDiv2 .bdDiv .row{margin: 0 -15px; }
	.indDiv2 .bdDiv .row>div{padding: 0 15px;margin-top: 30px; }
	.aboutDiv2 .p{font-size: 30px; }
}
@media (max-width:1200px) {
	.cateImg{display: none;}
	header .othersDiv .langDiv{margin-left: 0; }
	.aboutDiv2{padding: 100px 0; }
	.aboutDiv2 .p{font-size: 24px; }
	.productDetailDiv .rightDiv .title,.productDetailDiv .bdDiv .itemDiv .ilDiv{font-size: 30px; }
}
@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 img {
  width: 100px;
  margin-top: 5px;
}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{ }
	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>a{height: 50px;}
	.footerDiv { padding-top: 20px;}
	.footerDiv .bdDiv .formDiv{width: 25%;}
	.footerDiv .bdDiv .formDiv form{width: 100%;}
	.indexTitle span{font-size: 30px; }
	.nyTitle{font-size: 26px; }
	.indexDiv3 .bdDiv{width: 100%;}
	.adDiv3 .rowDiv .row>div .conDiv .textDiv img{width: 50px;}
	.downloadDiv .conDiv .tableDiv{
		width: 100%;
		overflow-x: auto;
		padding: 0;
		border-radius: 20px 20px 0 0;
	}
	.downloadDiv .conDiv .tableDiv table{
		width: auto;
		min-width: 1000px;
	}
	.downloadDiv .conDiv .tableDiv:before{display: none; }
	.downloadDiv .conDiv table th{padding: 0 30px;background: linear-gradient(180deg, #F2F3F3 0%, #FFFFFF 100%); }
	.downloadDiv .conDiv table td{padding: 20px 30px; }
	.indDiv2 .bdDiv .row>div .textDiv{padding: 40px 30px; }
	.nyMain{margin-top: 50px; }
	.pdMenuDiv{top: 50px;}
	.pdMenuDiv ul li a{font-size: 14px;margin: 0 10px; }
	.nyHeaderDiv.onFixed{top: 50px; }
}

.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 .logo{width: auto;}
	.index-banner .img{height: 45vw;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 15px; }
	
	.indexDiv1{padding: 20px 0; }
	.ihdDiv{display: block; }
	.indexTitle span,.adTitleDiv span{font-size: 24px; }
	.adTitleDiv p{font-size: 18px; }
	.ihdDiv .p{width: 100%;font-size: 16px;margin-top: 10px; }
	.indexDiv1 .bdDiv .swiper-container{margin: 30px 0; }
	.indexDiv1 a{padding: 15px;border-radius: 15px; }
	.indexDiv1 a .imgDiv{width: 43%;height: 150px;}
	.indexDiv1 a .textDiv .title{font-size: 18px; }
	.indexDiv1 a .textDiv .line{margin: 10px 0; }
	.indexDiv1 a .textDiv{width: 50%;}
	.indexDiv1 a .textDiv .p1{font-size: 15px;margin-bottom: 13px; }
	.indexDiv1 a .textDiv i{width: 20px;height: 20px; }
	.indexDiv1 a .textDiv i:before{width: 10px;height: 1px; }
	.indexDiv1 a .textDiv i::after{width: 1px;height: 10px; }
	.indexDiv1 .bdDiv .btnDiv{height: 40px;}
	.indexDiv1 .swiper-button-next, .indexDiv1 .swiper-button-prev{width: 40px;height: 40px; }
	.indexDiv2{padding: 20px 0; } 
	.indexDiv2 .bdDiv{margin-top: 30px; }
	.indexDiv2 .bdDiv ul{flex-wrap: wrap;}
	.indexDiv2 .bdDiv ul li{width: 50%!important;height: 54vw; }
	.indexDiv2 .bdDiv ul li .conDiv .title{font-size: 16px; }
	.indexDiv2 .bdDiv ul li .conDiv{padding: 15px 10px; }
	.indexDiv3{padding: 20px 0; }
	.indexDiv3 .bdDiv .listDiv{margin-top: 40px; }
	.indexDiv3 .bdDiv .listDiv ul li{display: block;margin-bottom: 30px; }
	.indexDiv3 .bdDiv .listDiv ul li img{width: 50px;height: 50px; }
	.indexDiv3 .bdDiv .listDiv ul li .textDiv{width: 100%;margin: 10px 0 0; }
	.indexDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 18px;}
	.indexDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 15px; }
	
	.indexDiv4{padding: 50px 0; }
	.indexDiv4 .textDiv{margin-top: 70px;width: 80%; }
	.indexDiv4 .textDiv img{width: 100px; }
	.indexDiv4 .textDiv p{font-size: 16px;margin-top: 20px; }
	.indexDiv4>img{top: 100px;left: 10%;width: 100%; }
	.indexDiv5{padding: 20px 0 20px; }
	.indexDiv5 .bdDiv{margin-top: 30px; }
	.indexDiv5 .bdDiv .row{margin: 0 -10px; }
	.indexDiv5 .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv{padding-top: 10px; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .date{font-size: 14px; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .title{font-size: 16px;margin: 5px 0; }
	.indexDiv5 .bdDiv .row>div .conDiv .textDiv .more_a{font-size: 14px;}
	
	.footerDiv .hdDiv{padding: 40px 0 30px; }
	.footerDiv .hdDiv .shareDiv a{margin-left: 10px;width: 40px;height: 40px; }
	.footerDiv .bdDiv{display: block;padding-bottom: 40px; }
	.footerDiv .bdDiv .listDiv{margin-right: 0;margin-bottom: 20px; height:auto; overflow:hidden }
	.footerDiv .bdDiv .listDiv .aDiv{margin-top: 0; }
	.footerDiv .bdDiv .listDiv .aDiv a{display: inline-block;margin-right: 10px;margin-top: 5px; }
	.footerDiv .bdDiv .formDiv{width: 100%; }
	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: #1eb3ea;}
	.ny-banner .wrap{height: 50vw;}
	.ny-banner span{font-size: 20px; }
	.ny-banner .breadDiv{font-size: 14px;margin-top: 10px; }
	.nyHeaderDiv .nyCon{height: initial;display: block;padding: 10px 0;}
	.twoMenuDiv{width: 100%;margin-top: 10px;justify-content: flex-start; }
	.twoMenuDiv a{font-size: 15px;margin: 5px 8px 0px 0; }
	.adDiv1{padding: 50px 0; }
	.adDiv1 .bdDiv{display: block; }
	.adDiv1 .leftDiv{width: 100%;}
	.adDiv1 .rightDiv{width: 100%;margin-top: 20px;font-size: 16px; }
	.adDiv2{padding: 45px 0 0; }
	.adDiv2 .row>div{margin-bottom: 30px; }
	.adDiv2 .row>div .textDiv span{font-size: 20px; }
	.adDiv2 .row>div .textDiv p{font-size: 15px; }
	.adDiv3{padding: 20px 0; }
	.adDiv3 .rowDiv{margin-bottom: 30px; }
	.adDiv3 .rowDiv .row>div{margin-top: 20px; }
	.adDiv3 .bdDiv .listDiv{position: relative;top: initial;transform: initial;width: 100%;margin-top: 20px; }
	.adDiv3 .bdDiv .leftDiv{width: 100%;max-width: 100%;height: 70vw; }
	.adDiv3 .bdDiv .listDiv ul li{padding: 15px 0 15px 50px; }
	.adDiv3 .bdDiv .listDiv ul li img{width: 40px;}
	.adDiv3 .bdDiv .listDiv ul li .textDiv{width: calc(100% - 60px);}
	.adDiv3 .bdDiv .listDiv ul li .textDiv span{font-size: 18px; }
	.adDiv3 .bdDiv .listDiv ul li .textDiv p{font-size: 15px;margin-top: 5px;max-width: 260px; }
	.adDiv3 .bdDiv .listDiv ul li.on{padding-left:30px; }
	
	.nyTitle{font-size: 22px; }
	.productDiv .itemDiv{padding:20px 0; }
	.productDiv .row{margin: 0 -10px; }
	.productDiv .row>div{margin-top: 20px;padding: 0 10px; }
	.productDiv .row>div a .textDiv .title{font-size: 17px; }
	.productDiv .row>div a .textDiv .p{font-size: 15px; }
	.productDiv .row>div a .textDiv span{font-size: 15px;}
	.productDiv .row>div a .textDiv i{width: 20px;height: 20px; }
	.productDiv .row>div a .textDiv i:before{width: 10px;height: 1px; }
	.productDiv .row>div a .textDiv i::after{width: 1px;height: 10px; }
	.productDiv .row>div a .textDiv{padding-top: 10px; }
	
	.supportDiv{padding: 45px 0; }
	.supportDiv ul li{margin-top: 30px; }
	.supportDiv ul li img{width: 50px;}
	.supportDiv ul li .p1{font-size: 20px;margin: 15px 0 20px; }
	.supportDiv ul li .p2{font-size: 15px; }
	
	.faqDiv{padding: 45px 0; }
	.faqDiv .listDiv{margin-top: 30px; }
	.faqDiv .bdDiv ul li .hd{font-size: 17px;padding: 10px 50px 10px 20px; }
	.faqDiv .bdDiv ul li .bd{padding: 10px 20px 20px; }
	
	.downloadDiv{padding: 45px 0; }
	.downloadDiv .bdDiv{margin-top: 30px; }
	.downloadDiv .tabsDiv a{width: 25%;font-size: 13px;height: 50px;padding: 10px;text-align: center;border-radius: 10px 10px 0 0; }
	.downloadDiv .tabsDiv a.on{height: 60px; }
	.downloadDiv .tabsDiv a.on::after{bottom: 10px;height: 2px;width: 20px; }
	.downloadDiv .conDiv{padding-bottom: 45px; }
	.downloadDiv .conDiv table th{height: 60px; }
	.downloadDiv .conDiv .tableDiv table{font-size: 15px; }
	.downloadDiv .conDiv .tableDiv{margin-bottom: 30px; }
	
	.indDiv1{padding: 45px 0; }
	.indDiv1 .bdDiv{display: block; }
	.indDiv1 .bdDiv .leftDiv{width: 100%; }
	.indDiv1 .bdDiv .leftDiv .p{margin-top: 20px;font-size: 16px; }
	.indDiv1 .bdDiv .rightDiv{width: 100%;margin-top: 30px; }
	
	.indDiv2{padding: 45px 0; }
	.indDiv2 .bdDiv .row>div .textDiv{padding: 30px 20px; }
	
	.indDiv3{padding: 20px 0; }
	.indDiv3 .bdDiv{display: block; }
	.indDiv3 .bdDiv .leftDiv{width: 100%; }
	.indDiv3 .bdDiv .leftDiv .p{margin-top: 20px;font-size: 16px; }
	.indDiv3 .bdDiv .rightDiv{width: 100%;margin-top: 30px; }
	
	.indDiv4{padding: 45px 0; }
	.indDiv4 .bdDiv{margin-top: 0; }
	.indDiv4 .swiper-container{padding-bottom: 50px; }
	.indDiv4 .swiper-pagination-bullet{width: 8px;height: 8px; }
	.indDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	
	.ryzzDiv{padding: 45px 0; }
	.ryzzDiv .p{margin: 20px 0;font-size: 16px; }
	
	.newsDiv .tabsDiv{margin-bottom: 30px; }
	.newsDiv .tabsDiv a{height: 50px;margin: 0 5px;font-size: 15px; }
	
	.aboutDiv1{padding: 20px 0; }
	.aboutDiv1 .bdDiv{margin-top: 30px; }
	.aboutDiv1 .swiper-button-next, .aboutDiv1 .swiper-button-prev{width: 30px;height: 30px;margin-top: -15px; }
	.aboutDiv1 .swiper-button-prev{left: 15px; }
	.aboutDiv1 .swiper-button-next{right: 15px; }
	.aboutDiv1 p {
  font-size: 15px;
  line-height: 28px;
}
	.aboutDiv2{padding: 50px 0; }
	.aboutDiv2 .title{font-size: 18px; }
	.aboutDiv2 .p{font-size: 18px;margin-top: 15px; }
	
	.aboutDiv3{padding: 45px 0; }
	.aboutDiv3 .title{font-size: 20px; }
	.aboutDiv3 .p{font-size: 15px;margin-top: 20px; }
	.aboutDiv4{padding: 45px 0; }
	.aboutDiv4 .bdDiv{margin-top: 20px; }
	.aboutDiv4 .swiper-container{padding-bottom: 40px; }
	.aboutDiv4 .swiper-pagination-bullet{width: 8px;height: 8px; }
	.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	
	.breadcrumbDiv{padding: 15px 0;font-size: 15px; }
	.detailDiv .hdDiv{padding: 30px; }
	.detailDiv .bdDiv{padding: 45px 0; }
	.detailDiv .bdDiv .textDiv{margin-bottom: 45px; }
	.detailDiv .bdDiv .arPageDiv{flex-direction: column;padding: 20px; }
	.detailDiv .bdDiv .arPageDiv>div{width: 100%;}
	.detailDiv .bdDiv .arPageDiv>div:last-child{flex-direction: row-reverse; }
	.detailDiv .bdDiv .arPageDiv>div:last-child img{transform: rotate(-180deg); }
	.detailDiv .listImg{margin: 10px 0; }
	.detailDiv .bdDiv .arPageDiv span{font-size: 18px; }
	
	.contactDiv1{padding: 45px 0; }
	.contactDiv1 .hdDiv{width: 100%;}
	.contactDiv1 .hdDiv .p{margin: 30px 0 45px;font-size: 16px; }
	.contactDiv1 .bdDiv{display: block; }
	.contactDiv1 .bdDiv .leftDiv{width: 100%; }
	.contactDiv1 .bdDiv .rightDiv{width: 100%; }
	.contactDiv1 .bdDiv .leftDiv .text span{font-size: 20px; }
	.contactDiv1 .bdDiv .leftDiv .text p{font-size: 15px;margin-top: 10px; }
	.contactDiv1 .bdDiv .leftDiv .formDiv{margin-top: 30px; }
	.contactDiv1 .bdDiv .formDiv .row>div{margin-bottom: 20px; }
	.contactDiv1 .bdDiv .formDiv .groupDiv .tt{font-size: 16px; }
	.contactDiv2{padding: 45px 0; }
	.contactDiv2 .infoDiv{margin: 30px 0;font-size: 15px; }
	.contactDiv2 .row>div .conDiv{padding: 0px; }
	.contactDiv2 .row>div{margin-bottom: 20px; }
	.contactDiv2 .row>div .conDiv .p1{font-size: 20px; }
	.contactDiv2 .row>div .conDiv .p2 dl{display: block; }
	.contactDiv2 .row>div .conDiv .p2 dl dt{width: 100%;}
	.contactDiv2 .row>div .conDiv .p2 dl dd{width: 100%;margin-top: 10px; }
	.contactDiv2 .row>div .conDiv .p1:before{height: 20px;}
	
	.pdMenuDiv .wrap{overflow-x: auto;}
	.pdMenuDiv ul{display: block;white-space:nowrap; }
	.pdMenuDiv ul li {display: inline-block;}
	.pdMenuDiv ul li a{margin: 0 10px; }
	
	.productDetailDiv .hdDiv{display: block;padding: 80px 0 45px;}
	.productDetailDiv .leftDiv{width: 100%;margin-top: 20px;}
	.productDetailDiv .rightDiv .title, .productDetailDiv .bdDiv .itemDiv .ilDiv{font-size: 20px; }
	.productDetailDiv .rightDiv{width: 94%; margin:0 auto}
	.productDetailDiv .rightDiv .title{margin-top: 20px; }
	.productDetailDiv .gallery-top{width: 100%;}
	.productDetailDiv .gallery-top .swiper-slide .imgDiv{height: 300px;}
	.productDetailDiv .rightDiv .radioDiv{margin-top: 30px; }
	.productDetailDiv .rightDiv .radioDivDiv{margin-top: 30px;}
	.productDetailDiv .rightDiv .radioDiv .aDiv a{font-size: 15px;margin-right: 12px;margin-top: 12px;width: 80px;line-height: 38px; }
	.productDetailDiv .rightDiv .btnDiv{margin-top: 30px; }
	.productDetailDiv .rightDiv .btnDiv a{height: 46px; }
	.productDetailDiv .bdDiv .itemDiv{padding-top: 30px;display: block; }
	.productDetailDiv .bdDiv .itemDiv .ilDiv{width: 100%; }
	.productDetailDiv .bdDiv .itemDiv .irDiv{width: 100%;margin-top: 20px;padding-bottom: 30px; }
	.productDetailDiv .bdDiv .itemDiv .irDiv ul li,.productDetailDiv .bdDiv .itemDiv .irDiv table{font-size: 14px; }
	.productDetailDiv .bdDiv .itemDiv .irDiv ul li{padding-left: 14px; }
	.productDetailDiv .bdDiv .itemDiv .irDiv ul li:before{width: 5px;height: 5px; }
	.productDetailDiv .bdDiv .itemDiv3 .irDiv table tr td,.productDetailDiv .bdDiv .itemDiv3 .irDiv table tr td a{word-break:break-all;}
	.tuijianDiv{padding: 45px 0; }
	.productDetailDiv .rightDiv .title{padding-bottom: 10px;margin-bottom:10px;border-bottom: 1px solid #ccc;position: relative; }
	
	@media (max-width:320px) {
	}
	
}



/*产品中心*/
.sy_sczx .main_border {
  border-bottom: 4px solid #fff;
}
.sy_sczx {padding: 60px 0;overflow: hidden;background: url(../images/cpbj.jpg) center / cover no-repeat;}
.xx11{ height:auto;  padding-top:60px}
.sy_sczx .bd ul li { width:32%; float:left; margin: 0 2% 30px 0;overflow: hidden;border: #fff 1px solid;box-sizing: border-box;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;background:rgba(255,255,255,0.9);box-shadow: 0px 0px 10px #ccc;}
.sy_sczx .bd ul li:nth-child(3n){margin-right:0; }
.sy_sczx .bd ul li:hover{box-shadow: 0px 0px 10px #ccc;transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_sczx .bd ul li .tp { position:relative; overflow:hidden}
.sy_sczx .bd ul li img {width:450px; height:308px; display:block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_sczx .bd ul li:hover img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_sczx .bd ul li .tp .mb { width:100%; height:100%; background:rgba(0,0,0,0.8); position:absolute; left:0; top:100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; opacity:0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.sy_sczx .bd ul li .tp .mb .box {width: 100%;}
.sy_sczx .bd ul li .tp .mb h4 { font-size:16px; color:#fff; padding:20px 0 20px ; text-align:center;}
.sy_sczx .bd ul li .tp .mb .more1 { width:35px; height:35px; background:url(../images/icon7.png) center center no-repeat; margin:0 auto;display: block;}
.sy_sczx .bd ul li .wenz {padding: 10px; background:#fafafa}
.sy_sczx .bd ul li h3 { font-size:16px; color:#333; margin:0px 0 10px; }
.sy_sczx .bd ul li p {font-size: 18px;color: #555;line-height: 2;  text-transform:capitalize; text-align:center; font-weight:bold}
.sy_sczx .bd ul li:hover .tp .mb {top:0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; opacity:1}


.tup{ width:100%}
.tup img{ width:100%} 



.cc_lb{margin-top:30px;}
 .cc_lb table{width:100%; background-color:#fff; border-collapse:collapse; border:1px solid #3aa8e8;}
.cc_lb table td{padding:15px 10px; text-align:center; border:1px solid #3aa8e8;}
.cc_lb table td.tb_hd{background-color:#1eb3ea; color:#fff;}


@media (max-width:992px) {
    .sy_sczx .bd ul li img{ width:100%; height:105px;}
.sy_sczx {padding: 20px 0;overflow: hidden;background: url(../images/cpbj.jpg) center / cover no-repeat;}
.indexTitle .more{ float:right; width:100px; line-height:30px; border:#1eb3ea 1px solid; color:#1eb3ea; text-align:center;border-radius:20px; margin-top:5px}
.xx11{ height:auto;  padding-top:20px}
	
.sy_sczx .bd ul li { width:49%; float:left; margin: 0 2% 10px 0;overflow: hidden;border: #fff 1px solid;box-sizing: border-box;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;background:rgba(255,255,255,0.9);box-shadow: 0px 0px 10px #ccc;}
.sy_sczx .bd ul li:nth-child(even) {margin-right:0; }
.sy_sczx .bd ul li:nth-child(odd) {margin-right:2%; }	
.sy_sczx .bd ul li .wenz {padding: 5px; }
.sy_sczx .bd ul li p {font-size: 14px;color: #555;line-height:22px;  text-transform:capitalize; text-align:center; font-weight:bold;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
	
}

.gy_bt{text-align:center; margin-bottom:0px;}
.gy_bt h3{font-size:36px; font-weight:bold; color:#000;}
.gy_bt span{font-size:14px; letter-spacing:1px; margin-top:10px; text-align:center; color:#8c8c8c}
.gy_bt em{width:50px; height:4px; background-color:#1eb3ea;; display:block; margin:15px auto 0;}
@media only screen and (max-width:992px){
.gy_bt{margin-bottom:30px;}
.gy_bt h3{font-size:26px; line-height:36px;}
.gy_bt span{font-size:14px;}
.gy_bt em{width:50px; height:2px; margin:20px auto 0;}
}
@media only screen and (max-width:640px){
.gy_bt{margin-bottom:20px;}

.gy_bt h3{font-size:16px; line-height:24px;}
.gy_bt span{font-size:12px; margin-top:6px;}
.gy_bt em{width:50px; height:2px; margin:10px auto 0;}

}

.sy_gy{ width:100%; height:auto; overflow:hidden;background:#f5f5f5 url(../images/gy.jpg) no-repeat center top; padding-top:430px; padding-bottom:80px}
.gynr{padding:50px 30px; background-color: #fff;box-shadow: 0 8px 15px 0 rgba(95,125,158,.2);height:auto; overflow:hidden;}
.gynr p{ text-align:left; line-height:36px; font-size:16px; margin-top:40px}

@media only screen and (max-width:992px){
.sy_gy{ width:100%; height:auto; overflow:hidden;background:#f5f5f5 url(../images/gy1.jpg) no-repeat center top; padding-top:130px; padding-bottom:30px}
.gynr{padding:20px; background-color: #fff;box-shadow: 0 8px 15px 0 rgba(95,125,158,.2);height:auto; overflow:hidden;}
.gynr p{ text-align:left; line-height:26px; font-size:14px; margin-top:20px}

}
.nTab{width:100%;margin:0 auto;overflow:hidden}
.none {display:none;}
.nTab .TabTitle ul{ text-align:center; margin-top:30px}
.nTab .TabTitle li{ display:inline-block;cursor:pointer;height:36px;line-height:36px;font-weight:bold;text-align:center;width:124px; margin:0 10px;border-radius:18px}
.nTab .TabTitle li a{text-decoration:none;}
.nTab .TabTitle .active{background:#1eb3ea;color:#fff}
.nTab .TabTitle .normal{background:#f6f6f6;color:#333}
.nTab .TabContent{clear:both;overflow:hidden;background:#fff;padding:0;display:block}

@media only screen and (max-width:992px){
.nTab .TabTitle ul{ text-align:center; margin-top:10px}

}

.trade-content {
    padding: 60px 0; background:#f5f5f5
}
 
.trade-black {
}
.trade-box {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease; margin-top:20px
}
.trade-box-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;flex-wrap: wrap;
}
.trade-box-item {width: 49%;
    text-align: center;
    position: relative; margin-right:2%; margin-top:2%
}
.trade-box-item:nth-child(2n){margin-right:0; }
.trade-content .trade-box-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.15);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.trade-box-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.trade-box-item .box {width: 100%}
a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.item-logo {
    margin: 0 auto;
    display: block;
}
.trade-content .trade-box-item .item-logo {
    position: relative;width: 50px;
    margin-top: 50px auto 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.item-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.item-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    position: relative;
}
.trade-content .item-title:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.item-text {
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    margin-top: 10px;display: none;padding: 0 60px;
}
.item-text p {
    color: #fff;
    font-size: 14px;line-height: 1.5;
    margin-bottom: 5px;width: 100%;text-align: center; 
}
.trade-content .item01 {
    background-image: url(../images/icon-at01.png);
}
.trade-content .item02 {
    background-image: url(../images/icon-at02.png);
}
.trade-content .item03 {
    background-image: url(../images/icon-at03.png);
}
.trade-content .item04 {
    background-image: url(../images/icon-at04.png);
}
.trade-content .item05 {
    background-image: url(../images/icon-at05.png);
}
.trade-content .trade-box-item:hover .item-text {
    display: block;
    opacity: 1;
    margin-top: 0;display: block;
}
.trade-content .trade-box-item:hover:before {
    background-color: rgba(0, 0, 0, .5);
}
.trade-content .trade-box-item:hover .item-logo {
    margin-top: -20px;
}
.trade-content .trade-box-item:hover .item-title:before {
    opacity: 0;
    margin-bottom: 0;
}
.adTitleDiv1{font-size: 30px;font-weight: 700; text-align:center; color:#000; margin-bottom:30px}
.adTitleDiv1 em{ width:50px; background:#1eb3ea; height:5px; display:block; margin:20px auto 0;border-radius:4px} 
.contactDiv1{padding:60px 0}
.contactDiv1 .adTitleDiv{text-align: center; }
.contactDiv1 .bdDiv{margin: 0 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: #1eb3ea;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 { background:#f5f5f5; padding:60px 0}
.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 #1eb3ea;color: #1eb3ea;border-radius: 30px;background: transparent;cursor: pointer; }
.contactDiv2 .bdDiv button.submit{width: 200px;height: 60px;background: #1eb3ea;color: #fff;border-radius: 30px;margin-left: 30px;border: 0;cursor: pointer; }
@media only screen and (max-width:992px){
.adTitleDiv1{font-size: 20px;font-weight: 700; text-align:center; color:#000; margin-bottom:20px}
.adTitleDiv1 em{ width:40px; background:#1eb3ea; height:4px; display:block; margin:10px auto 0;border-radius:4px} 
.contactDiv1 .bdDiv .row{margin: 0 -20px; }
.contactDiv1 .bdDiv .row>div{padding: 0 20px;margin-bottom: 20px; }	
.contactDiv1{padding:20px 0}
.contactDiv2 { background:#f5f5f5; padding:20px 0}	
.contactDiv2 .bdDiv{margin-top: 0px; }
.contactDiv2 .bdDiv .row>div{margin-bottom: 10px; }
.contactDiv2 .bdDiv button.reset{width: 140px;height: 40px;border: 1px solid #1eb3ea;color: #1eb3ea;border-radius: 20px;background: transparent;cursor: pointer; margin-top:10px}
.contactDiv2 .bdDiv button.submit{width: 200px;height: 40px;background: #1eb3ea;color: #fff;border-radius: 20px;margin-left: 30px;border: 0;cursor: pointer; margin-top:10px}
	
}
/* 新闻中心 */
.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;}


.table-bordered {
  border:1px solid #e4eaec
}
.table-bordered td,
.table-bordered th {
  border:1px solid #ddd
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width:1px
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color:rgba(243,247,249,.3)
}
.table-hover tbody tr:hover {
  background-color:#f3f7f9
}
.table-active,
.table-active>td,
.table-active>th {
  background-color:#f3f7f9
}
.table-active a {
  color:inherit
}
.table-hover .table-active:hover {
  background-color:#e2ecf1
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  color:inherit;
  background-color:#e2ecf1
}

@media only screen and (max-width:992px){
.twoMenuDiv ul li{margin: 0 0;display: inline-block; }
.twoMenuDiv ul li a{color: #888888;padding: 5px 0;position: relative;font-size: 14px;display: block; }
	
.news_center01{ height:auto; overflow:hidden;padding: 20px 0 40px; }
 
.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:25px 25px 30px; box-sizing:border-box;}
.news_center01 .bd li .words{margin-top:10px;}
.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 .time{font-size:14px; color:#5d5d5d; line-height:27px; margin-top:0px; transition:all .5s ease;} 	
.news_center01 .bd li .words .con{color:#666; font-size:14px; line-height:27px; margin:10px 0 0; 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:20px; 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:14px; line-height:27px; color:#666; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;}

}









#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%;   }
#mbCenter.mbLoading {  -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:block;color:#fff; font-weight:bold; line-height:20px; font-size:14px; text-align:center; text-align:center; width:100% }
#mbNumber { display:none; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { display:block; position:fixed; left:15px; top:50%; }
#mbPrevLink:before{font-family: 'iconfont'; content: "\e615";font-size:20px; background:#333; color:#fff; padding:15px}
#mbNextLink { isplay:block; position:fixed; right:15px; top:50%; }
#mbNextLink:before{font-family: 'iconfont'; content: "\e613";font-size:20px; background:#333; color:#fff; padding:15px}

#mbCloseLink { position:fixed; right:15px; top:25px; }
#mbCloseLink:before{ font-family: 'iconfont'; content: "\e6ba"; font-size:20px; background:#333; color:#fff; padding:15px}



#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }


.mod_gallerylist{width:100%; padding:50px 0;  overflow:hidden}
.mod_gallerylist ul{margin:0 -15px; position:relative;}

.mod_gallerylist ul li{float:left; width:33.33%; padding:0 15px; box-sizing:border-box; margin-bottom:15px;}
.mod_gallerylist ul li .image_container{ width:100%; border:#e1e1e1 1px solid; background:#fff; padding-bottom:75%; position:relative; box-sizing:border-box}
.mod_gallerylist ul li .image_container img{ position:absolute; max-width:100%; max-height:100%; top:50%; left:50%;  transform:translate(-50%,-50%)}
.mod_gallerylist ul li .meta a{color:#333; text-decoration:none; line-height:50px; font-size:14px}
.mod_gallerylist ul li .meta{font-size:12px; text-align:center;}


@media only screen and (max-width:1200px){
 	
}



@media only screen and (max-width:992px){
 	
.mod_gallerylist ul{margin:0 -5px; position:relative;}
.mod_gallerylist ul li{float:left; width:50%; padding:0 5px; box-sizing:border-box; margin-bottom:10px;}


 }

