
html,body{padding: 0;margin: 0;color: #333333; font-family: fontR; }
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.06);-moz-transform:scale(1.06);-ms-transform:scale(1.06);-o-transform:scale(1.06);-webkit-transform:scale(1.06);}

.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: 1200px;
	margin: 0 auto;
}
/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;text-align: center;transition: all .6s;}
header .headerTop{background: #333;font-size: 15px;color: #fff; }
header .headerTop .flexbet{height: 54px; }
header .headerTop .hlDiv i{margin-right: 5px; }
header .headerTop .hlDiv a{color: #fff; line-height:46px }
header .headerTop .hlDiv a:hover{color: #ff0000; }
header .headerTop .mailDiv{margin: 0 0 0 60px; }
header .langDiv{height: 54px;position: relative;margin-left: 30px; }
header .langDiv .defaultDiv{color: #333;height:33px;font-size: 15px;padding: 0 0 0 10px;background: #fff;width: 160px; }
header .langDiv .defaultDiv i{width: 21px;height: 100%;background: url(../img/xia.png) no-repeat center center; }
header .langDiv .defaultDiv img{margin-right: 4px; }
header .langDiv .aDiv{position: absolute;left: 50%;width: 100%;background: #fff;top: 44px;transform: translateX(-50%);display: none;z-index: 99;padding: 10px 0;text-align: left;border: 1px solid #eee; }
header .langDiv .aDiv a{color: #333;padding: 10px; }
header .langDiv .aDiv a:hover{color: #ff0000; }
.sprites {display: inline-block;width: 21px;height: 14px;background: url(../img/sprites.png);background-repeat: no-repeat;margin-right: 4px; }
.sprites-3{background-position:-294px -32px}
.sprites-4{background-position:-294px -48px}
.sprites-5{background-position:-294px -64px}
.sprites-6{background-position:-294px -80px}
.sprites-14{background-position:-317px -64px}
header .rightDiv .langDiv{display: none; }
header .langDiv:hover .aDiv{display: block; }
header .header-container{background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,.1); }
header .logo a{height: 80px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 50%;}
header .rightDiv{float: right;}
header .rightDiv .menu>ul{display: block!important;}
header .rightDiv .menu>ul>li{float: left;position: relative;padding: 0 25px; }
header .rightDiv .menu>ul>li:nth-child(1){margin-left: 0; }
header .rightDiv .menu>ul>li>a{height: 80px;text-align: left;color: #333333;font-size: 16px;display: flex;justify-content: center;align-items: center;position: relative;text-transform: capitalize; }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background:transparent;color: #ff0000; } 
header .rightDiv .menu>ul>li.on>a{font-family: fontB; }
header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;background: #ff0000;height: 4px;bottom: 4px;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}
header .searchDiv{position: relative;margin-left: 40px; }
header .searchDiv .searchBtn{height: 80px; }
header .searchDiv .searchBtn svg{cursor: pointer; }
header .searchDiv .searchBtn .icon-svg-close{display: none;fill: #333; }
header .searchDiv.on .searchBtn .icon-svg-close{display: block; }
header .searchDiv.on .searchBtn .shape-search{display: none; }
header .searchDiv.on .formDiv{display: block; }
header .formDiv{position: absolute;right: 0;top: 65px;display: none; }
header .formDiv form{background: #ff0000; }
header .formDiv form input{width: 200px;line-height: 42px;color: #fff;background: transparent;padding: 0 10px;border: 0; }
header .formDiv form input::-webkit-input-placeholder{color: #fff; }
header .formDiv form input::-ms-input-placeholder{color: #fff; }
header .formDiv form input::-moz-placeholder{color: #fff; }
header .formDiv form button{width: 42px;height: 42px;background: transparent;border: 0;padding: 0; }
header .formDiv form button svg{fill: #fff; }

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
/* header.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: -54px;  }

.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;}
.menu>ul>li>a{padding:0;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu ul ul{position:absolute;background: #fff;width: max-content; top: 100%;left:-9999px;z-index: 999;border-top: 1px solid #ccc;padding: 10px 0;box-shadow: 0px 0px 10px rgba(0,0,0,.1); }
.menu>ul>li:hover>ul{left: 0; }
.menu>ul>li ul li{position: relative; }
.menu>ul>li ul li>a{color: #333;text-align: left;;padding: 10px 30px; }
.menu>ul>li ul li>a:hover{color: #ff0000; }


/****底部***/
.footerDiv{position: relative;background: #222;color: #fff; }
.footerDiv .bdDiv{padding: 50px 0 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);align-items: flex-start; }
.footerDiv .bdDiv .blDiv{width: 56.67%; }
.footerDiv .bdDiv .blDiv .line{width: 102px;height: 2px;background: #fff;margin-top: 10px; }
.footerDiv .bdDiv .blDiv .title{margin: 10px 0;font-size: 26px; }
.footerDiv .bdDiv .blDiv .p{font-size: 14px;color: rgba(255,255,255,0.6); }
.footerDiv .bdDiv .brDiv{width: 40%; }
.footerDiv .bdDiv .brDiv .row{margin: 0 -10px; }
.footerDiv .bdDiv .brDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
.footerDiv .bdDiv .brDiv .conDiv input{width: 100%;border: 0;padding: 0 10px;line-height: 30px;font-size: 14px; }
.footerDiv .bdDiv .brDiv .conDiv textarea{width: 100%;border: 0;padding: 5px 10px;font-size: 14px; height: 90px; }
.footerDiv .bdDiv .brDiv button{width: 160px;height: 38px;background: #ff0000;color: #fff;border: 0;padding: 0;margin: 0 10px; }

.footerDiv .hdDiv{align-items: flex-start;padding: 30px 0 45px; }
.footerDiv .hdDiv .listDiv{margin-right: 8%;max-width: 23.33%; }
.footerDiv .hdDiv .listDiv:last-child{margin-right: 0; }
.footerDiv .hdDiv .listDiv>span{color: #fff;font-family: fontB;text-transform: uppercase;margin-bottom: 20px;display: block; }
.footerDiv .hdDiv .listDiv .p1{margin: 20px 0;font-size: 14px;color: rgba(255,255,255,0.6); }
.footerDiv .hdDiv .aDiv{display: flex; flex-direction: column; }
.footerDiv .hdDiv .aDiv p{margin-bottom: 10px; font-size: 14px;color: rgba(255,255,255,0.6);}
.footerDiv .hdDiv .aDiv a{color: rgba(255,255,255,0.6);background: url(../img/jt.png) no-repeat left center;padding-left: 10px; } 
.footerDiv .hdDiv .aDiv a:hover{color: #ff0000;font-family: fontB; }
.footerDiv .hdDiv .shareDiv a{margin-left: 10px;width: 32px;height: 32px;border-radius: 10%; }
.footerDiv .hdDiv .shareDiv a.icon1{background: url(../img/style123tiny.png) no-repeat -24px 0 #3b5998; }
.footerDiv .hdDiv .shareDiv a.icon2{background: url(../img/style123tiny.png) no-repeat -24px -128px #007fb1; margin-left: 0;}
.footerDiv .hdDiv .shareDiv a.icon3{background: url(../img/dy.png) no-repeat center #000; }
.footerDiv .hdDiv .shareDiv a.icon4{background: url(../img/wt.png) no-repeat center #29b841; }
.footerDiv .hdDiv .shareDiv a.icon5{background: url(../img/wx.png) no-repeat center #15d36a; }
.footerDiv .hdDiv .shareDiv a.icon6{background: url(../img/ins.png) no-repeat center #c427b7; }
.footerDiv .hdDiv .lxDiv p{margin-bottom: 10px; font-size: 14px;color: rgba(255,255,255,0.6); }

.footerDiv .hdDiv .shareDiv .ewmDiv{position: absolute;left: 50%;bottom: calc(100% + 14px);width: 148px;height: 158px;padding: 3px 3px 12px;background: url(../img/ewm-bg.png) no-repeat center center/100% 100%;transform: translateX(-50%);display: none; }
.footerDiv .hdDiv .shareDiv a:hover .ewmDiv{display: block; }

.footerDiv .hdDiv .lxDiv p a{color: rgba(255,255,255,0.6); }
.footerDiv .banquan{background: #333;padding: 15px 0;color: rgba(255,255,255,0.6);text-align: center;font-size: 14px; }

/*::-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: 134px; }

/*banner轮播*/
.index-banner{width: 100%;position:relative; }
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 37.6vw;background: none no-repeat center;background-size: cover;}
.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; }
.index-banner .swiper-button-prev{left: 4vw; }
.index-banner .swiper-button-next{right: 4vw; }
.index-banner .logob{ position:absolute; top:10%; z-index:999; width:150px; left:19%; }

.f46{font-size: 46px; }
.f36{font-size: 36px; }
.f34{font-size: 34px; }
.f30{font-size: 30px; }
.f28{font-size: 28px; }
.f24{font-size: 24px; }
.f22{font-size: 22px; }
.f20{font-size: 20px; }
.f18{font-size: 18px; }

.bold{font-family: fontB; }
.indexTitle{ margin-bottom:50px}
.indexTitle span{position: relative;font-weight: bold;text-transform: uppercase;text-align: center; } 
.indexTitle span::before{content: "";width: 10px;height: 25px;background: #ff0000;position: absolute;left: -20px;top: 50%;transform: translateY(-50%); }
.indexTitle span::after{content: "";width: 10px;height: 25px;background: #ff0000;position: absolute;right: -20px;top: 50%;transform: translateY(-50%); }
.indexTitle i{color: #ff0000; }
.indexTitle.nobefore span::before,.indexTitle.nobefore span::after{display: none; }
.indexTitle.cfff{color: #fff; }

.pd50{padding: 60px 0; }

.indexDiv1 .bdDiv{margin-top: 20px;}
.indexDiv1 .bdDiv .row{margin: 0 -30px; }
.indexDiv1 .bdDiv .row>div{padding: 0 30px; }
.indexDiv1 .bdDiv .row>div .imgMax{margin: 0 auto;max-width: 320px; }
.indexDiv1 .bdDiv .row>div .imgDiv{padding-top: 100%; }
.indexDiv1 .bdDiv .row>div .imgDiv .pic{overflow: initial; }
.indexDiv1 .bdDiv .row>div .title{font-size: 15px;font-weight: bold;height: 33px;background: #ff0000;color: #fff;border-radius: 14px;max-width: 280px;margin: 20px auto 0; }

.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; }

.indexDiv2{position: relative; }
.indexDiv2 .bdDiv{margin-top: 30px; }
.indexDiv2 .bdDiv .row{margin: -8px; }
.indexDiv2 .bdDiv .row>div{padding: 8px; }
.indexDiv2 .bdDiv .row>div a{display: block;border: 1px solid #ddd;text-align: center;padding: 8px; }
.indexDiv2 .bdDiv .row>div .imgDiv{ position: relative; }
.indexDiv2 .bdDiv .row>div .imgDiv::before{display: block; content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #000;
opacity: 0;
background-position: center;
background-repeat: no-repeat;
background-image: url(../img/fd.png);
-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -transform: scale(0);z-index: 1; }
.indexDiv2 .bdDiv .row>div .title{color: #333;font-size: 15px;padding: 10px 0 5px; }
.indexDiv2 .bdDiv .row>div .title:hover{color: #ff0000;text-decoration: underline;text-underline-offset: 2px; }
.indexDiv2 .bdDiv .row>div a:hover .imgDiv::before{-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -transform: scale(1);opacity: .4; -webkit-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    -moz-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    -ms-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    -o-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    transition: transform .5s cubic-bezier(0.23,1,0.32,1) }
	
a.imoreBtn{height: 42px;padding: 0 20px;color: #fff;background: #000;margin: 40px 0 0;text-decoration: none; }
a.imoreBtn:hover{opacity: .8; }
	

.indexDiv3{color: #fff; }
.indexDiv3 .blDiv{width: 48.33%;padding: 10px;margin: 0 10px;position: relative;background: url(../img/about-bj.png) no-repeat center center/100% 100%; }
.indexDiv3 .blDiv .imgDiv{padding-top: 70.52%; }
.indexDiv3 .brDiv{width: 48.33%; }
.indexDiv3 .brDiv .title{font-weight: bold; }
.indexDiv3 .brDiv .p{font-size: 15px;margin: 10px 0 15px;line-height: 1.8;overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:5; }
.indexDiv3 .brDiv .dataDiv{border-top: 1px solid #fff;border-bottom: 1px solid #fff; }
.indexDiv3 .brDiv .dataDiv ul li{text-align: center;flex: 1;padding: 15px 0 25px; }
.indexDiv3 .brDiv .dataDiv ul li span{font-size: 45px; }
.indexDiv3 .brDiv .dataDiv ul li p{font-size: 15px; }
.indexDiv3 .brDiv a{height: 42px;background: #fff;color: #000;width: 162px;margin-top: 20px;  }
.indexDiv3 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px; }
.indexDiv3 .swiper-pagination-bullet{width: 12px;height: 12px;background: #fff;border-radius:50%;opacity:1;position: relative; }
.indexDiv3 .swiper-pagination-bullet-active{opacity: 1;position: relative; }
.indexDiv3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px; }

.indexDiv4 .bdDiv{margin-top: 30px; }
.indexDiv4 .bdDiv .row{margin: -15px -10px; }
.indexDiv4 .bdDiv .row>div{padding: 15px 10px; }
.indexDiv4 .bdDiv .row>div .conDiv{text-align: center; }
.indexDiv4 .bdDiv .row>div .conDiv .iconDiv{width: 86px;height: 86px;margin: 0 auto;position: relative; }
.indexDiv4 .bdDiv .row>div .conDiv .iconDiv::before{content: '';position: absolute;left: 0;top: 0;background: #ffffff;box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);width: 100%;height: 100%;border-radius: 20px;transition: all .3s;z-index: -1; }
.indexDiv4 .bdDiv .row>div .conDiv .iconDiv i{color: #ff0000; }
.indexDiv4 .bdDiv .row>div .conDiv span{margin: 20px 0 15px;font-size: 17px;font-weight: 700;word-break: break-word;display: block; }
.indexDiv4 .bdDiv .row>div .conDiv p{font-size: 15px; }
.indexDiv4 .bdDiv .row>div .conDiv:hover .iconDiv::before{transform: rotate(45deg); }


.indexDiv5{background: #f0f0f0; }
.indexDiv5 .bdDiv{align-items: stretch;background: #fff;margin: 20px 10px 0;max-height: 617px; }
.indexDiv5 .blDiv{width: calc(20% - 20px); }
.indexDiv5 .blDiv ul{height: 100%; }
.indexDiv5 .blDiv ul li{height: calc(100% / 4);flex-direction: column;border-bottom: 2px solid #D8D8D8;cursor: pointer; }
.indexDiv5 .blDiv ul li:last-child{border-bottom: 0; }
.indexDiv5 .blDiv ul li p{font-size: 20px;margin-top: 10px; }
.indexDiv5 .blDiv ul li.on{background: #ff0000; color: #fff; }
.indexDiv5 .bcDiv{width: calc(60% - 40px); }
.indexDiv5 .bcDiv .imgDiv{display: none;height: 100%; }
.indexDiv5 .bcDiv .imgDiv.on{display: block; }
.indexDiv5 .bcDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv5 .brDiv{width: calc(20% + 60px); }
.indexDiv5 .brDiv .itemDiv{flex-direction: column;height: 100%; }
.indexDiv5 .brDiv .itemDiv .imgDiv{height: 50%; }
.indexDiv5 .brDiv .itemDiv .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv5 .brDiv .itemDiv{display: none; }
.indexDiv5 .brDiv .itemDiv.on{display: flex; }

.indexDiv6 .bdDiv{margin-top: 20px;position: relative;  }
.indexDiv6 .bdDiv .swiper-container{padding: 40px 0; }
.indexDiv6 .bdDiv .swiper-container::after{content: "";width: 100%;height: 1px;background: #fff;position: absolute;left: 0;bottom: 36px; }
.indexDiv6 a{display: block;text-align: center;color: #fff;position: relative;padding-bottom: 10px; }
.indexDiv6 .imgDiv{padding-top: 130%; }
.indexDiv6 .imgDiv .pic{overflow: initial; }
.indexDiv6 .imgDiv .pic img{object-fit: contain; }
.indexDiv6 .titleDiv{margin: 10px 0 0; }
.indexDiv6 .yuan{position: absolute;width: 12px;height: 12px;border-radius: 50%;background: #fff;left: 50%;transform: translateX(-50%);bottom: -10px; }
.indexDiv6  .swiper-slide-active a{transform: translate3d(0, 0, 0) scale(1.2);background: #fff; }
.indexDiv6  .swiper-slide-active .titleDiv{color: #ff0000;margin-top: 5px;padding-bottom: 5px; }
.indexDiv6  .swiper-slide-active a::before{content: "";width: 100%;height: 7px;background: #ff0000;position: absolute;left: 0;bottom: 0; }
.indexDiv6  .swiper-slide-active .yuan{display: none; }

.indexDiv7 .bdDiv{margin-top: 20px;align-items: stretch; }
.indexDiv7 .blDiv{width: 48.33%;overflow: hidden; }
.indexDiv7 .blDiv a{display: block;position: relative;height: 100%; }
.indexDiv7 .blDiv a .imgDiv{height: 100%; }
.indexDiv7 .blDiv a .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv7 .blDiv .bgDiv{position: absolute;left: 5%;top: 5%;width: 90%;height: 90%;background: rgba(7, 62, 118, 0.8);color: #fff;padding: 30px;overflow: hidden;transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0;transition: 600ms;-webkit-transition: 600ms; }
.indexDiv7 .blDiv a:hover .bgDiv{transform: scale(1);-webkit-transform: scale(1);opacity: 1;background: #ff0000; }
.indexDiv7 .blDiv .bgDiv .title{padding: 10px 0 20px;border-bottom: 1px solid #fff; }
.indexDiv7 .blDiv .bgDiv .p{max-height: 210px;padding-top: 10px;overflow: hidden;font-size: 1; }
.indexDiv7 .blDiv .bgDiv .date{position: absolute;left: 30px;bottom: 30px; }
.indexDiv7 .blDiv .textDiv{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0, 0, 0, 0.5);padding: 10px 5%;color: #fff;transition: 600ms;-webkit-transition: 600ms; }
.indexDiv7 .blDiv .textDiv .date{width: 25%; }
.indexDiv7 .blDiv .textDiv .p{width: 75%;font-size: 13px; }
.indexDiv7 .blDiv a:hover .textDiv{bottom: -100%; }
.indexDiv7 .brDiv{width: 48.33%; }
.indexDiv7 .brDiv ul li{margin-bottom: 30px; background:#fff }
.indexDiv7 .brDiv ul li:last-child{margin-bottom: 0; }
.indexDiv7 .brDiv ul li a{align-items: stretch;position: relative; }
.indexDiv7 .brDiv ul li a::after{content: "";width: 0px;height: 0px;border-width: 10px;position: absolute;border-style: solid;border-color: transparent #ff0000 #ff0000 transparent;right: 0px;bottom: 0px; }
.indexDiv7 .brDiv ul li .imgDiv{width: 170px;height: 115px;overflow: hidden; }
.indexDiv7 .brDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv7 .brDiv ul li .textDiv{width: calc(100% - 170px);padding: 10px 15px; }
.indexDiv7 .brDiv ul li .textDiv span{color: #323232;font-weight: bold; }
.indexDiv7 .brDiv ul li .textDiv p{font-size: 14px;color: #999;margin-top: 10px; }
.indexDiv7 .brDiv ul li a:hover .textDiv{background: #ff0000; }
.indexDiv7 .brDiv ul li a:hover .textDiv span,.indexDiv7 .brDiv ul li a:hover .textDiv p{color: #fff; }

.indexDiv8 .bdDiv{ position: relative; }
 .indexDiv8 .swiper-pagination{
	position: relative;
	margin: 10px auto 0;
	left: unset;
	bottom: unset;
}
.indexDiv8 .swiper-pagination-bullet{
	background-color: rgb(204, 204, 204);
	opacity: 1;
	width: 20px;
	height: 6px;
	border-radius: 6px; margin:0 5px
}
.indexDiv8 .swiper-pagination-bullet-active{
	background-color: rgb(41, 59, 164);
	width: 40px;
}
.indexDiv8 .swiper-button-prev{left: 0px; z-index:9999 }
.indexDiv8 .swiper-button-next{right: 0px;  z-index:9999}
 
.indexDiv8 .bdDiv  a{display: block;border: 1px solid #ddd;text-align: center;padding: 8px; margin-bottom:10px }
.indexDiv8 .bdDiv  .imgDiv{padding-top: 100%;position: relative; }
.indexDiv8 .bdDiv  .imgDiv::before{display: block; content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #000;
opacity: 0;
background-position: center;
background-repeat: no-repeat;
background-image: url(../img/fd.png);
-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -transform: scale(0);z-index: 1; }
.indexDiv8 .bdDiv  .title{color: #333;font-size: 15px;padding: 10px 0 5px; }
.indexDiv8 .bdDiv  .title:hover{color: #ff0000;text-decoration: underline;text-underline-offset: 2px; }
.indexDiv8 .bdDiv  a:hover .imgDiv::before{-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -transform: scale(1);opacity: .4; -webkit-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    -moz-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    -ms-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    -o-transition: transform .5s cubic-bezier(0.23,1,0.32,1);
    transition: transform .5s cubic-bezier(0.23,1,0.32,1) }
	

.bgf5f5f5{background: #f5f5f5; }
.productDiv{padding: 80px 0 60px; }
.productDiv .bdDiv{align-items: flex-start; }
.productDiv .blDiv{width: 360px;background: #fff;padding: 30px; }
.productDiv .blDiv .lh{padding-bottom: 15px; }
.productDiv .blDiv .lb ul li{padding: 30px 0;border-top: 1px solid #CCCCCC; }
.productDiv .blDiv .lb ul li>a{color: #333;font-weight: bold;font-size: 18px;padding-right: 45px;background: url(../img/prev.png) no-repeat right 7px;display: block; } 
.productDiv .blDiv .lb ul li .aDiv{display: none; }
.productDiv .blDiv .lb ul li.on .aDiv{display: block; }
.productDiv .blDiv .lb ul li.on>a{background: url(../img/next.png) no-repeat right 7px; }
.productDiv .blDiv .lb ul li .aDiv a{display: block;margin-top: 15px;color: #666;padding-left: 27px;background: url(../img/check.png) no-repeat left 1px; }
.productDiv .blDiv .lb ul li .aDiv a.on{background: url(../img/check_.png) no-repeat left 1px; }
.productDiv .brDiv{width: calc(100% - 390px); }
.productDiv .brDiv .row{margin: 0 -10px 60px; }
.productDiv .brDiv .row>div{padding: 0 10px;margin-top: 30px; }
.productDiv .brDiv .row>div a{padding: 20px 20px 30px;background: #fff;display: block; }
.productDiv .brDiv .row>div .imgDiv{padding-top: 74.75%; } 
.productDiv .brDiv .row>div .textDiv{padding-top: 20px;display: flex;flex-direction: column;justify-content: space-between; }
.productDiv .brDiv .row>div .textDiv .title{color: #333;margin-bottom: 30px; }
.productDiv .brDiv .row>div .textDiv .moreBtn{width: 110px;height: 32px;border: 1px solid #ff0000;color: #ff0000; }
.productDiv .brDiv .row>div a:hover .textDiv .moreBtn{background: #ff0000;color: #fff; }

.pageDiv{text-align: center;}
.pageDiv a{display: inline-block;line-height: 40px;margin: 0 3px;color: #3d3d3d; font-size: 16px;border: 1px solid #cccccc;width: 42px;background: #fff; }
.pageDiv a.cur{color: #fff;border: 1px solid #ff0000;background: #ff0000; }
.pageDiv a:hover{color: #ff0000; }

.ny-banner .wrap{position:relative;height: 27.6vw;text-align: center;}
.ny-banner span{font-size: 2.396vw;text-transform: capitalize;font-weight: bold; }
.ny-banner .cfff{color: #fff;}

.advanDiv1{padding: 60px 0; }
.advanDiv1 .bdDiv{margin-top: 30px; }
.advanDiv1 .bdDiv .textDiv{margin-top: 10px;color: #666; }
.advanDiv2{padding: 60px 0; }
.advanDiv2 .row>div{margin-top: 30px; }
.advanDiv2 .row>div .conDiv{background: #fff;height: 100%; }
.advanDiv2 .row>div .imgDiv{padding-top: 56.2%; }
.advanDiv2 .row>div .textDiv{padding: 20px; }
.advanDiv2 .row>div .textDiv .tit{color: #ff0000; }
.advanDiv2 .row>div .textDiv .p{margin-top: 10px;color: #666; }
.advanDiv3{padding: 60px 0; }
.advanDiv3 .row>div{margin-top: 30px; }
.advanDiv3 .row>div .conDiv{background: #F5F5F5;height: 100%;padding: 40px; }
.advanDiv3 .row>div .conDiv .dImg{display: block; }
.advanDiv3 .row>div .conDiv .hImg{display: none; }
.advanDiv3 .row>div .conDiv .title{padding: 20px 0;font-family: fontB;border-bottom: 1px solid #ccc; }
.advanDiv3 .row>div .conDiv .p{color: #666;margin-top: 20px; }
.advanDiv3 .row>div .conDiv:hover{background: #ff0000; }
.advanDiv3 .row>div .conDiv:hover .dImg{display: none; }
.advanDiv3 .row>div .conDiv:hover .hImg{display: block; }
.advanDiv3 .row>div .conDiv:hover .title{color: #fff;border-bottom: 1px solid #D4969D; }
.advanDiv3 .row>div .conDiv:hover .p{color: #fff; }

.twoMenuDiv{background: #F5F5F5; }
.twoMenuDiv ul li{margin: 0 3vw; }
.twoMenuDiv ul li a{padding: 15px 0;color: #3d3d3d;font-family: fontB;display: block; }
.twoMenuDiv ul li a.top_dh_in{color: #ff0000;position: relative; }
.twoMenuDiv ul li a.top_dh_in::after{content:"";width: 100%;height: 4px;background: #ff0000;position: absolute;left: 0;bottom: 0; } 

.certifDiv1{padding: 60px 0 0; }
.certifDiv1 .row>div{margin-top: 30px; }
.certifDiv1 .row>div .conDiv{text-align: center; }
.certifDiv1 .row>div .imgDiv{padding-top: 71.6%; }
.certifDiv1 .row>div .title{margin-top: 10px; }
.certifDiv2{padding: 60px 0; }
.certifDiv2 .row>div{margin-top: 30px;flex: 0 0 20%;max-width: 20%; }
.certifDiv2 .row>div .conDiv{text-align: center; }
.certifDiv2 .row>div .imgDiv{padding-top: 141.3%; }
.certifDiv2 .row>div .title{margin-top: 10px; }

.indDiv{padding: 60px 0; }
.indDiv .row{margin-bottom: 60px; }
.indDiv .row>div{margin-top: 30px; }
.indDiv .row>div a{display: block; }
.indDiv .row>div .imgDiv{padding-top: 56.52%; }
.indDiv .row>div .textDiv{padding: 20px 0 0; }
.indDiv .row>div .textDiv .title{margin-bottom: 10px;color: #333; }
.indDiv .row>div .textDiv .p{color: #666; }
.indDiv .row>div a:hover .textDiv .title{color: #ff0000; }

.faqDiv{padding: 60px 0; }
.faqDiv ul{margin-bottom: 40px; }
.faqDiv ul li{margin-bottom: 30px;padding: 40px 60px;background: #f5f5f5; }
.faqDiv ul li .hd{cursor: pointer; }
.faqDiv ul li .hd .tit{width: calc(100% - 60px); }
.faqDiv ul li .hd span{width: 36px;height: 36px;border: 2px solid #ff0000;border-radius: 50%;background: url(../img/jia.png) no-repeat center center; }
.faqDiv ul li .bd{margin-top: 15px;color: #666;display: none; }
.faqDiv ul li.on .hd span{background: url(../img/jian.png) no-repeat center center; }

.pd60{padding: 60px 0; }
.aboutDiv1 .bdDiv{margin-top: 30px;color: #666; }
.aboutDiv1 .p{margin-top: 30px;line-height: 2; }
.aboutDiv1 .bdDiv{margin-top:40px; margin-bottom:60px }
.aboutDiv1 .row>div .conDiv{text-align: center; }
.aboutDiv1 .row>div .conDiv p{margin-top: 30px; }
.aboutDiv2 .hdDiv{margin-bottom: 34px; }
.aboutDiv2 .hdDiv .tabsDiv a{width: 120px;height: 46px;border: 1px solid #ff0000;border-radius: 24px;color: #ff0000;margin-left: 10px;display: flex;justify-content: center;align-items: center; }
.aboutDiv2 .hdDiv .tabsDiv a.on{background: #ff0000;color: #fff; }
.aboutDiv2 .lunboDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;opacity: 0; }
.aboutDiv2 .lunboDiv.on{position: relative;z-index: 1;opacity: 1; }
.aboutDiv2 .smallDiv{width: 220px;position: relative;margin-left: 0;}
.aboutDiv2 .swiper-container {width: 100%;height: 675px;margin-left: 0;margin-right: auto;}
.aboutDiv2 .gallery-top {height: 100%;width: calc(100% - 240px);}
.aboutDiv2 .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: 675px;}
.aboutDiv2 .gallery-top .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.aboutDiv2 .gallery-top .swiper-slide .titleDiv{background: rgba(0,0,0,.5);position: absolute;left: 0;bottom: 0;color: #fff;padding: 18px;width: 100%; }
.aboutDiv2 .gallery-thumbs {height: 675px;box-sizing: border-box;}
.aboutDiv2 .gallery-thumbs .swiper-slide {height: 106px;display: flex;justify-content: center;align-items: center;position: relative; }
.aboutDiv2 .gallery-thumbs .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.aboutDiv2 .gallery-thumbs .swiper-slide-thumb-active:before {content: "";width: 100%;height: 100%;border: 2px solid #ff0000;position: absolute;left: 0;top: 0;z-index: 2; }

.aboutDiv3 .bdDiv .row{margin: 30px -5px; }
.aboutDiv3 .bdDiv .row>div{padding: 0 5px;flex: 0 0 20%;max-width: 20%; }
.aboutDiv3 .bdDiv .row>div .imgDiv{padding-top: 133.21%; }
.aboutDiv3 .bdDiv .row>div .title{margin-top: 10px;text-align: center; }
.aboutDiv3 .bdDiv .textDiv{padding: 30px;background: #f5f5f5;color: #3d3d3d;line-height: 2; }

.aboutDiv4 .bdDiv{margin-top: 30px; }
.aboutDiv4 .bdDiv .imgDiv{padding-top: 43%; }
.aboutDiv4 .bdDiv .titleDiv{margin-top: 10px;text-align: center;color: #3d3d3d; }
.aboutDiv4 .swiper-container{padding-bottom: 70px; }
.aboutDiv4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0; }
.aboutDiv4 .swiper-pagination-bullet{width: 10px;height: 10px;background: #ccc;opacity: 1; }
.aboutDiv4 .swiper-pagination-bullet-active{background: #ff0000; }

.newsDiv .tabsDiv {margin-bottom: 60px; }
.newsDiv .tabsDiv a{width: 200px;height: 46px;border: 1px solid #ff0000;color: #ff0000;border-radius: 30px;display: flex;justify-content: center;align-items: center; }
.newsDiv .tabsDiv a.on{background: #ff0000;color: #fff; }
.newsDiv .tabsDiv a:nth-child(1){margin-right: 20px; }
.newsDiv .bdDiv .row>div{margin-bottom: 60px; }
.newsDiv .bdDiv .row>div a{display: block; }
.newsDiv .bdDiv .row>div .imgDiv{padding-top: 56.52%; }
.newsDiv .bdDiv .row>div .textDiv .date{margin: 15px 0;color: #ff0000;font-size: 18px; }
.newsDiv .bdDiv .row>div .textDiv .title{color: #333; } 
.newsDiv .bdDiv .row>div a:hover .textDiv .title{color: #ff0000; } 

.breadcrumbDiv{padding: 14px 0;font-size: 14px;color: #666; }
.breadcrumbDiv a{color: #666; }
.breadcrumbDiv span{color: #666; }
.breadcrumbDiv a:hover{color: #ff0000; }
.newsDetailDiv{padding-bottom: 80px; }
.newsDetailDiv .bdDiv{align-items: flex-start;margin-top: 0; }
.newsDetailDiv .bdDiv .leftDiv{width: 69.44%;border-right: 0;padding-right: 0; }
.newsDetailDiv .bdDiv .rightDiv{width: 28.47%;background: #fff;padding: 30px; }
.detailDiv {padding: 0 6%;background: #fff; }
.detailDiv .hd{padding: 60px 0 30px;border-bottom: 1px solid #d8d8d8; }
.detailDiv .hd .date{margin-top: 15px;color: #333; }
.detailDiv .bd{padding: 60px 0;}
.detailDiv .bd .textDiv p{color: #3D3D3D;margin: 0 auto;line-height: 2;}
.newsDetailDiv .arPageDiv{background: #fff;padding: 30px 5.45%;margin-top: 10px; }
.newsDetailDiv .arPageDiv>div{width: calc((100% - 120px) / 2);}
.newsDetailDiv .arPageDiv span{color: #3D3D3D; }
.newsDetailDiv .arPageDiv a:hover span{color: #ff0000; }
.newsDetailDiv .listImg{margin: 0 50px; }
.newsDetailDiv .bdDiv .rightDiv .rh{padding-bottom: 20px;border-bottom: 1px solid #CCCCCC; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li{margin-top: 30px; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li .imgDiv{padding-top: 56.52%; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li .titleDiv{margin-top: 15px;color: #333; }
.newsDetailDiv .bdDiv .rightDiv .rb ul li a:hover .titleDiv{color: #ff0000; }

.contactDiv1 .bdDiv{align-items: flex-start; }
.contactDiv1 .blDiv{width: 62.5%; }
.contactDiv1 .blDiv .formDiv{margin-top: 60px; }
.contactDiv1 .blDiv .formDiv .row{margin: 0 -10px; }
.contactDiv1 .blDiv .formDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
.contactDiv1 .blDiv .formDiv .row>div input{border: 1px solid #ccc;padding: 0 20px;width: 100%;line-height: 48px; }
.contactDiv1 .blDiv .formDiv .row>div input:focus{border-color: #ff0000; }
.contactDiv1 .blDiv .formDiv .row>div textarea{width: 100%;height: 180px;border: 1px solid #ccc;padding: 10px 20px;resize: none; }
.contactDiv1 .blDiv .formDiv .row>div textarea:focus{border-color: #ff0000; }
.contactDiv1 .blDiv .formDiv button{width: 100%;max-width: 440px;margin: 20px auto 0;background: #ff0000;color: #fff;height: 50px;border: 0;padding: 0;cursor: pointer;  }
.contactDiv1 .blDiv .formDiv button:hover{opacity: .8; }

.contactDiv1 .brDiv{width: 33.33%; }
.contactDiv2 .row>div{margin-top: 30px; }
.contactDiv2 .row>div .conDiv{background: #fff;padding: 30px;height: 100%; }
.contactDiv2 .row>div .conDiv .line{width: 30px;height: 3px;margin: 10px 0 20px;background: #ff0000; }
.contactDiv2 .row>div .conDiv .p{flex-wrap: wrap; }
.contactDiv2 .row>div .conDiv a{width: 40px;height: 40px;border: 1px solid #ccc;border-radius: 50%;margin-right: 20px;margin-bottom: 10px; }
.contactDiv2 .row>div .conDiv a:last-child{margin-right: 0; }
.contactDiv2 .row>div .conDiv a .hImg{display: none; }
.contactDiv2 .row>div .conDiv a:hover{background: #ff0000;border-color: #ff0000; }
.contactDiv2 .row>div .conDiv a:hover .dImg{display: none; }
.contactDiv2 .row>div .conDiv a:hover .hImg{display: block; }
.contactDiv2 .mapDiv{margin-top: 30px; }


.productDetailDiv .hdDiv{padding: 60px 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 #ff0000;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(../img/next.png) no-repeat center center;right: auto;bottom: 0;top: auto;}
.productDetailDiv .swiper-button-prev{background: url(../img/prev.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: #ff0000;position: absolute;left: 0;bottom: 0; }
.productDetailDiv .rightDiv .introDiv .p{margin-top: 10px; }
.productDetailDiv .rightDiv .btnDiv{margin-top: 50px; }  
.productDetailDiv .rightDiv .btnDiv a{padding: 10px 22px; }
.productDetailDiv .rightDiv .btnDiv a.inqBtn{border: 1px solid #ff0000;color: #ff0000; }
.productDetailDiv .rightDiv .btnDiv a.inqBtn:hover{background: #ff0000;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{background: #fff;padding: 60px 4.16%;margin: 30px 0; }
.productDetailDiv .bdDiv .itemDiv{margin-bottom: 60px; }
.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: 60px 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: 74.75%; } 
.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 #ff0000;color: #ff0000; }
.productDetailDiv .likeDiv .row>div a:hover .textDiv .moreBtn{background: #ff0000;color: #fff; }


@media (max-width:1200px) {
	header .rightDiv .menu>ul>li{padding: 0 1.5vw; }
	header .searchDiv{margin-left: 1vw; }
	.f46{font-size: 36px; }
	.f36{font-size: 30px; }
	.f34{font-size: 29px; }
	.f30{font-size: 28px; }
	.f28{font-size: 24px; }
	.f24{font-size: 22px; }
	.f22{font-size: 21px; }
	.f28{font-size: 24px; }
}
@media (min-width:992px) and (max-width:1024px) {
	header .logo{width: 15%; }
}
@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-bottom:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
/*	/*
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}*/
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #333;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 60%;}
	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;top: 90px; }
	body.on-fixed header .rightDiv .menu {top: 50px; }
	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;margin-top: 50px; }
	
	header .rightDiv .langDiv{height: 50px;margin-right: 40px; }
	.menu>ul>li ul li>a{padding-top: 0;padding-bottom: 0; }
	header .headerTop{display: none; }
	header .searchDiv{height: 50px; margin-right:30px }
	.index-banner .logob{ position:absolute; top:10%; z-index:999; width:100px; left:5%; }
	header .searchDiv .searchBtn{height: 50px; }
	.on-fixed header{top: 0; }
	header .rightDiv .langDiv{display: flex;margin: 0 20px 0 10px; }
	header .langDiv .defaultDiv{width: 120px;border: 1px solid #eee; }
	.index-banner .img{width: 100%;display: block;height: 42.6vw;background: none no-repeat center;background-size: cover;}
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;font-size: 14px; }
	
	.f46{font-size: 24px; }
	.f36{font-size: 22px; }
	.f34{font-size: 20px; }
	.f30{font-size: 20px; }
	.f28{font-size: 20px; }
	.f24{font-size: 19px; }
	.f22{font-size: 18px; }
	.f20{font-size: 17px; }
	.f18{font-size: 16px; }
	
	.pd50{padding: 25px 0; }
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	header .rightDiv .langDiv{margin-right: 30px; }
	.indexTitle {
  margin-bottom: 20px;
}
	.indexDiv4 .bdDiv .row>div .conDiv span{margin: 10px 0 5px;font-size: 17px;font-weight: 700;word-break: break-word;display: block; }
.indexDiv4 .bdDiv .row>div .conDiv p{font-size: 14px; }
	body.on-menu header .rightDiv .menu{top: 50px; }
	header .headerTop{display: none; }
	header .mbtn{top: 0; }
	.main{margin-top: 50px; }
	.on-fixed header{ top: 0;}
	header .logo{width: auto;}
	/* .index-banner .img{height: 52vw; } */
	.index-banner .swiper-button-prev{display: none; }
	.index-banner .swiper-button-next{display: none; }
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; }
	
	.indexDiv1 .bdDiv .row>div{margin-bottom: 20px; }
	
	.indexDiv3 .bdDiv{display: block; }
	.indexDiv3 .blDiv{width: 100%; }
	.indexDiv3 .brDiv{width: 100%;margin-top: 20px; }
	.indexDiv3 .brDiv .dataDiv ul{align-items: flex-start; }
	.indexDiv3 .brDiv .dataDiv ul li span{font-size: 30px; }
	.indexDiv3 .brDiv .dataDiv ul li p{font-size: 12px; }
	
	.indexDiv5 .bdDiv{display: block;max-height: initial; }
	.indexDiv5 .blDiv{width: 100%; }
	.indexDiv5 .blDiv ul{display: flex;flex-wrap: wrap; }
	.indexDiv5 .blDiv ul li{width: 50%;padding: 20px 0; }
	.indexDiv5 .blDiv ul li:last-child{border-bottom: 2px solid #D8D8D8; }
	.indexDiv5 .bcDiv{width: 100%; }
	.indexDiv5 .brDiv{width: 100%; }
	
	.indexDiv7 .bdDiv{display: block; }
	.indexDiv7 .blDiv{width: 100%; }
	.indexDiv7 .brDiv{width: 100%;margin-top: 20px; }
	.indexDiv7 .blDiv .bgDiv{padding: 10px; }
	.indexDiv7 .blDiv .bgDiv .title{padding: 5px 0; }
	.indexDiv7 .blDiv .bgDiv .p{max-height: 70px; }
	.indexDiv7 .brDiv ul li .imgDiv{width: 145px;height: 100px; }
	.indexDiv7 .brDiv ul li .textDiv{width: calc(100% - 150px); }
	
	.footerDiv .hdDiv{flex-wrap: wrap;padding: 30px 0; }
	.footerDiv .hdDiv .listDiv{min-width: 50%;margin-right: 0;margin-bottom: 30px;max-width: 100%; }
	.footerDiv .hdDiv .listDiv>span{margin-bottom: 15px; }
	.footerDiv .hdDiv .listDiv:last-child{margin-bottom: 0; }
	.footerDiv .hdDiv .listDiv .telDiv p{font-size: 22px; }
	.footerDiv .bdDiv{flex-direction: column;padding: 30px 0 20px; }
	.footerDiv .bdDiv .blDiv{width: 100%; }
	.footerDiv .bdDiv .blDiv .title{font-size: 18px; }
	.footerDiv .bdDiv .brDiv{width: 100%;margin-top: 30px; }
	
		
	.ny-banner .wrap{height: 40vw; }
	.ny-banner span{font-size: 20px; }
	
	.productDiv{padding: 40px 0 30px; }
	.productDiv .bdDiv{display: block; }
	.productDiv .blDiv{width: 100%; } 
	.productDiv .brDiv{width: 100%;margin-top: 30px; }
	.productDiv .brDiv .row{margin: 0 -5px 30px; }
	.productDiv .brDiv .row>div{padding: 0 5px;margin-top: 10px; }
	.productDiv .brDiv .row>div a{padding: 10px; }
	.productDiv .brDiv .row>div .textDiv .title{margin-bottom: 15px; }
	.pageDiv a{margin: 0;width: 30px;line-height: 28px;font-size: 14px; }
	
	.advanDiv1{padding: 30px 0; }
	.advanDiv1 .bdDiv{margin-top: 20px; }
	.advanDiv2{padding: 30px 0; }
	.advanDiv2 .row{margin: 0 -10px; }
	.advanDiv2 .row>div{padding: 0 5px;margin-top: 15px; }
	.advanDiv2 .row>div .textDiv{padding: 15px; }
	.advanDiv3{padding: 30px 0; }
	.advanDiv3 .row>div .conDiv{padding: 20px; }
	.advanDiv3 .row>div .conDiv .title{font-size: 17px; }
	.advanDiv3 .row>div .conDiv img{width: 40px; }
	
	.certifDiv1{padding: 50px 0 0; }
	.certifDiv2{padding: 50px 0; }
	.certifDiv2 .row>div{flex: 0 0 50%;max-width: 50%; }
	
	.twoMenuDiv {overflow-x: auto;}
	.twoMenuDiv ul{display: block;white-space:nowrap; }
	.twoMenuDiv ul li{margin: 0 15px 0 0;display: inline-block; }
	.twoMenuDiv ul li:last-child{margin-right: 0; }
	
	.indDiv{padding: 40px 0; }
	.indDiv .row{margin-bottom: 30px; }
	
	.faqDiv{padding: 30px 0; }
	.faqDiv ul li{margin-bottom: 15px;padding: 20px; }
	
	.pd60{padding: 50px 0; }
	.aboutDiv1 .bdDiv{margin-top: 20px; }
	
	.aboutDiv2 .hdDiv{display: block; }
	.aboutDiv2 .hdDiv .tabsDiv{margin-top: 10px;justify-content: center; }
	.aboutDiv2 .hdDiv .tabsDiv a{height: 36px; }
	.aboutDiv2 .hdDiv .tabsDiv a:first-child{margin-left: 0; }
	.aboutDiv2 .gallery-top{width: 100%; }
	.aboutDiv2 .gallery-top .swiper-slide .imgDiv{height: 60vw; }
	.aboutDiv2 .gallery-top .swiper-slide .titleDiv{padding: 10px; }
	.aboutDiv3 .bdDiv .row{margin: 0 -5px 20px;justify-content: center; }
	.aboutDiv3 .bdDiv .row>div{flex: 0 0 33.33%;max-width: 33.33%;margin-top: 20px; }
	.aboutDiv3 .bdDiv .textDiv{padding: 20px; }
	.aboutDiv4 .bdDiv{margin-top: 20px; }
	.aboutDiv4 .swiper-container{padding-bottom: 50px; }
	
	.newsDiv .tabsDiv{margin-bottom: 30px; }
	.newsDiv .bdDiv .row>div{margin-bottom: 30px; }
	.newsDiv .bdDiv .row>div .textDiv .date{font-size: 14px; }
	
	.newsDetailDiv .bdDiv{display: block; } 
	.newsDetailDiv .bdDiv .leftDiv{width: 100%; }
	.newsDetailDiv .bdDiv .rightDiv{padding: 30px 15px;width: 100%;margin-top: 10px; }
	.newsDetailDiv .bdDiv .rightDiv .rh{font-size: 20px; }
	.newsDetailDiv .bdDiv .rightDiv .rb ul li{margin-top: 30px; }
	.newsDetailDiv .bdDiv .rightDiv .rb ul li .titleDiv{font-size: 16px; }
	.detailDiv .hd{padding: 30px 0; }
	.detailDiv .bd{padding: 30px 0; }
	.newsDetailDiv .arPageDiv{padding: 15px 5.45%; }
	.newsDetailDiv{padding-bottom: 40px; }
	
	.contactDiv1 .bdDiv{display: block; }
	.contactDiv1 .blDiv{width: 100%; }
	.contactDiv1 .blDiv .formDiv{margin-top: 30px; }
	.contactDiv1 .blDiv .formDiv button{margin-top: 0; }
	.contactDiv1 .brDiv{width: 100%;display: none;}
	
	.productDetailDiv .hdDiv{padding: 30px 15px;display: block; }
	.productDetailDiv .leftDiv{width: 100%; }
	.productDetailDiv .gallery-top{width: 100%; }
	.productDetailDiv .gallery-top .swiper-slide .imgDiv{height: 55vw; }
	.productDetailDiv .rightDiv{width: 100%;margin-top: 20px; }
	.productDetailDiv .rightDiv .btnDiv{margin-top: 25px;display: block; }
	.productDetailDiv .rightDiv .btnDiv a.telBtn{margin-left: 0;margin-top: 10px; }
	.productDetailDiv .bdDiv{padding: 30px 15px; }
	.productDetailDiv .bdDiv .itemDiv{margin-bottom: 30px; }
	.productDetailDiv .bdDiv .itemDiv .ih{margin-bottom: 15px; }
	.productDetailDiv .bdDiv .itemDiv .row>div{margin-bottom: 20px; }
	.productDetailDiv .likeDiv{padding: 30px 0; }
	
	@media (max-width:320px) {
	}
	
}
.sy_cp{width:100%; padding:50px 0 50px;  overflow:hidden;}
.sy_cp .indexTitle{ margin-bottom:30px}
.sy_cp .swiper-cp{padding-bottom:50px;}
.sy_cp .swiper-pagination{bottom:0;}
.sy_cp .swiper-pagination-bullet{width:10px; height:10px; border-radius:50%; background-color:#3b3b3b;}
.sy_cp .swiper-pagination-bullet-active{background-color:#ff0000;}
.sy_cp .n_r{border:solid 1px #eee;}
.sy_cp .t_p img{width:100%; height:auto; display:block;}
.sy_cp .w_z{padding:15px; background-color:#fafafa; font-size:16px; line-height:26px; text-align:center;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;color:#000;}
.sy_cp .n_r:hover .w_z{background-color:#000; color:#fff;}
.sy_cp .cp_zs{height:0; overflow:hidden;}
.sy_cp .cp_zs.dk{height:auto;}
.sy_cp .product_TabTitle{margin-bottom:40px;}
.sy_cp .product_TabTitle li{ display:inline-block; text-align:center; border:solid 1px #000000; color:; font-size:15px; line-height:40px; margin:0px 5px; cursor:pointer; padding:0 20px}
.sy_cp .product_TabTitle li.on{border:solid 1px #ff0000; background-color:#ff0000; color:#FFF;}
.sy_cp .product_TabTitle li:hover{ border:solid 1px #ff0000; background-color:#ff0000; color:#FFF;}
.sy_cp .product_TabTitle{ text-align:center;}
@media only screen and (max-width:640px){
.sy_cp{padding:20px 0 20px;}
.sy_cp .product_TabTitle li{padding:0 8px; font-size:14px; margin:0px 5px;}
.sy_cp .product_TabTitle li.on{border:solid 1px #ff0000; background-color:#ff0000; color:#FFF;}
.sy_cp .product_TabTitle li:hover{ border:solid 1px #ff0000; background-color:#ff0000; color:#FFF;}
.sy_cp .product_TabTitle{ text-align:center;margin-bottom: 20px;}
.sy_cp .swiper-cp{padding-bottom:40px;}
.sy_cp .w_z{padding:20px;}
.sy_cp .w_z h3{font-size:22px;}
.sy_cp .w_z p{font-size:18px; line-height:30px; height:60px;}
.sy_cp .indexTitle {
  margin-bottom: 20px;
}
}

.nyBanner .wrap{position:relative;height: 19vw;color: #fff;}
.nyBanner .textDiv span{font-size: 2vw;font-weight: bold;}
.nyBanner .textDiv p{font-size: 1.25vw;text-transform: uppercase;margin-top: 15px; } 
.nyHdDiv{padding: 10px 0;background: #f6f6f6; }
.nyHdDiv .flexbet{flex-wrap: wrap; }
.breadcrumbDiv{color: #444; }
.breadcrumbDiv a{color: #444444;} 
.twoMenuDiv{flex-wrap: wrap; }
.twoMenuDiv a{ height: 40px;background: #dad8d8;margin-left: 15px;display: flex;justify-content: center;align-items: center;color: #2f2f2f;border-radius: 20px; padding:0 15px }
.twoMenuDiv a.on{background: #ff0000;color: #fff; }

.productDiv{padding-top: 10px; }
.productDiv .bdDiv .row{margin-bottom: 60px; }


.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 36px;margin: 0 7px;color: #333333;width: 36px; border-radius: 50%;font-size: 18px;background: #dad8d8; }
.pageDiv span{background: #ff0000;color: #fff; }

@media only screen and (max-width:640px){
.twoMenuDiv a{ height: 30px;background: #dad8d8;margin-left: 0;display: flex;justify-content: center;align-items: center;color: #2f2f2f;border-radius: 20px; padding:0 15px; margin-right:10px }
.nyBanner .wrap{position:relative;height: 39vw;color: #fff;}
.nyBanner .textDiv span{font-size: 18px;text-transform: uppercase;margin-top: 15px; } 	
	}