/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;margin: 0;font-family:Bahnschrift, Times, serif;font-size: 16px;color: #000;/*min-width: 1200px;*/}
.wrap{margin: 0 auto;max-width: 1312px;}
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;}
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;}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;transition: all .5s;box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1); }
header .headerTop{background: #000;color: #fff;}
header .headerTop .wrap{height: 57px;position: relative;}
header .headerTop p{text-align: center;font-size: 12px;}
header .headerTop .htr{position: absolute;right: 0;}
header .headerTop .htr>img{margin-right: 13px;}
header .headerTop .htr a{font-size: 16px;margin-left: 17px;color: #fff;}
header .headerTop .htr a .iconfont{font-size: 18px;}
header .headerTop .htr a:hover{color: #bd1637;}
header .header-container{background: #fff;}
/* header .logo{width: 30%;} */
header .logo a{height: 54px;position: relative;z-index: 9999;display:flex;justify-content:flex-start;align-items:center;padding-left: 140px; }
header .logo a img:nth-child(1){position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 120px;}
header .rightDiv{text-align: center;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin:0 0 0 50px;}
header .rightDiv .menu>ul>li>a{height: 54px;text-align: left;color: #000;position: relative;font-size: 20px;display: flex;justify-content: center;align-items: center; }
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: #bd1637;}
/* header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;background: #006fc6;height: 3px;bottom: 0;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 .rightDiv .languageDiv{margin-left: 10vw;position: relative;cursor: pointer;}
header .rightDiv .languageDiv .detaultDiv{height: 54px;color: #000;font-size: 20px;}
header .rightDiv .languageDiv .detaultDiv img{width: 30px;}
header .rightDiv .languageDiv .detaultDiv span{display: block;margin: 0 3px 0 5px;}
header .rightDiv .languageDiv .detaultDiv i{color: #000;font-size: 12px;font-weight: bold;transition: all .1s; }
header .rightDiv .languageDiv .langList{position: absolute;left: 50%;width: 150px;background: #fff;color: #000;top: 100%;z-index: 99999;box-shadow: 0px 0px 10px rgba(0,0,0,.1);transform: translate(-50%,0);display: none;padding: 24px; }
header .rightDiv .languageDiv .langList a{color: #333;height: 33px;font-size: 20px;}
header .rightDiv .languageDiv .langList a img{width: 30px;height: 20px; margin-right: 10px;}
header .rightDiv .languageDiv .langList a:hover{color: #bd1637;}
header .rightDiv .languageDiv.on .detaultDiv{color: #bd1637;}
header .rightDiv .languageDiv.on .detaultDiv i{transform: rotate(180deg);color: #bd1637; }

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

/* 
.on-fixed header{background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,.08);}
.on-fixed header .logo .dImg{display: none;}
.on-fixed header .logo .hImg{display: block;}
.on-fixed header .rightDiv .menu>ul>li>a{color: #333;}
.on-fixed header .rightDiv .menu>ul>li>a::after{background: #000;}
.on-fixed header .rightDiv .ssBtn .dImg{display: none;}
.on-fixed header .rightDiv .ssBtn .hImg{display: block;}
.on-fixed header .rightDiv .detaultDiv .dImg{display: none;}
.on-fixed header .rightDiv .detaultDiv .hImg{display: block;}
.on-fixed header .rightDiv .languageDiv .detaultDiv span{color: #333;}
.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} 

.onFixed header{background: #fff;border-bottom: 1px solid #E2E2E2;}
.onFixed header .logo .dImg{display: none;}
.onFixed header .logo .hImg{display: block;}
.onFixed header .rightDiv .menu>ul>li>a{color: #333;}
.onFixed header .rightDiv .menu>ul>li>a::after{background: #000;}
.onFixed header .rightDiv .ssBtn .dImg{display: none;}
.onFixed header .rightDiv .ssBtn .hImg{display: block;}
.onFixed header .rightDiv .detaultDiv .dImg{display: none;}
.onFixed header .rightDiv .detaultDiv .hImg{display: block;}
.onFixed header .rightDiv .languageDiv .detaultDiv span{color: #333;}
.onFixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} 

.casesHeader header{background: #fff;border-bottom: 1px solid #E2E2E2;}
.casesHeader header .logo .dImg{display: none;}
.casesHeader header .logo .hImg{display: block;}
.casesHeader header .rightDiv .menu>ul>li>a{color: #333;}
.casesHeader header .rightDiv .menu>ul>li>a::after{background: #000;}
.casesHeader header .rightDiv .ssBtn .dImg{display: none;}
.casesHeader header .rightDiv .ssBtn .hImg{display: block;}
.casesHeader header .rightDiv .detaultDiv .dImg{display: none;}
.casesHeader header .rightDiv .detaultDiv .hImg{display: block;}
.casesHeader header .rightDiv .languageDiv .detaultDiv span{color: #333;}
.casesHeader header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} */


/* .on-menu header .logo .dImg{display: none;}
.on-menu header .logo .hImg{display: block;}
.on-menu header .rightDiv .ssBtn .dImg{display: none;}
.on-menu header .rightDiv .ssBtn .hImg{display: block;}
.on-menu header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} */

.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;position: relative;}
.menu>ul>li>a{padding:0;font-size:16px;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.has-sub>a{padding-right: 16px;}
.menu>ul>li.has-sub>a:before{content: "";width: 12px;height: 10px;background: url(../img/xia.svg) no-repeat center center/100%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
/* .menu>ul>li.has-sub.on>a:before,.menu>ul>li.has-sub:hover>a:before{background: url(../img/xia_.svg) no-repeat center center;} */
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
/*.menu ul ul{position:absolute;text-align: left;background: #fff; padding:0;width: 100%;top: 100%;left:0;opacity: 0;visibility: hidden;transform: translateY(10px);transition: transform .6s;box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); padding-left: calc((100vw - 1320px) / 2);height: 366px; }*/
.menu ul ul{position:absolute;background: #ffffff;text-align: left; width: max-content;top: 100%;left:50%;transform: translate(-50%,-10px); transition: all .1s;opacity: 0;visibility: hidden;box-shadow: 0px 6px 16px rgba(89,89,89,.11);}
.menu ul ul .ul{align-items: flex-start;padding:10px 30px;}
.menu ul ul .ul li:nth-child(2){margin-left: 100px;}
/*.menu ul ul .ulDiv{transition: all .4s;opacity: 0;position: absolute;z-index: -1;visibility: hidden;width: 100%;}*/
/*.menu ul ul:before{content: "";width: 100vw;height: 100%;background: #EFF5FF;position: absolute;left: 90%;top: 0;z-index: -1;display: none; }
.menu ul ul:after{content: "";width: 100vw;height: 100%;background: #EFF5FF;position: absolute;right: 90%;top: 0;z-index: -1;display: none; }*/
.menu>ul>li:hover>ul{opacity: 1;visibility: visible;transform: translate(-50%,0) }
.menu ul ul .ul span{display: block;margin-bottom: 15px;color: #000;}
.menu ul ul .ul a{font-size: 20px;color: #000;margin: 10px 0;text-align: center;}
.menu ul ul .ul a:hover{color: #bd1637;}
/*.menu>ul>li:hover>ul>.wrap>.ulDiv{opacity: 1;z-index: 11;display: flex;position: initial;visibility: visible;}*/
/*.menu li:hover>ul:before,.menu li:hover>ul:after{display: block;}*/
.menu ul ul ul{position:absolute;text-align: center;width: 100vw;top:100%;left:0;transition: opacity .6s;height: 0;}

/*.menu>ul>li>ul li:hover>ul>.ulDiv{opacity: 1;z-index: 11;display: flex;position: initial;visibility: visible;}*/


/*::-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: 111px; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 36.98vw;background: none no-repeat center;background-size: cover;}
.index-banner .img .wrap{position: relative;}
.index-banner .gridVideo{width: 100%;display: block;height: 36.98vw;position: relative;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;}
.index-banner .gridVideo video {width: auto;height: 100%;/* position: absolute;left: 50%;transform: translateX(-50%); 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: 24px;height: 6px;background: #fff;border-radius:0;opacity:.5;transition: width .8s;}
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}
.index-banner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #fff; }
.index-banner .textDiv span{font-size: 100px;display: block;text-transform: uppercase;line-height: 1; }
.index-banner .textDiv img{width: 226px;margin-bottom: 40px;}
.index-banner .textDiv .moreBtn{width: 215px;height: 66px;border: 1px solid #bd1637;background: #bd1637;color: #fff;font-size: 24px;text-transform: uppercase;transition: all .5s; }
.index-banner .textDiv .moreBtn i{margin-left: 10px;}
.index-banner a:hover .textDiv .moreBtn{background: #fff;color: #bd1637;}

.index-banner .swiper-button-prev,.index-banner .swiper-button-next{width: 40px;height: 40px;border-radius: 50%;color: #fff;transition: all .5s;}
.index-banner .swiper-button-prev{background: #bd1637 ;left: 1vw;transform: scaleX(-1);}
.index-banner .swiper-button-next{background: #bd1637;right: 1vw;}
.index-banner .swiper-button-prev:hover{background: #211f20;}
.index-banner .swiper-button-next:hover{background: #211f20;}

.indexDiv1{background: #000;padding: 70px 0;color: #fff;}
.indexDiv1 .hdDiv span{font-size: 40px;}
.indexDiv1 .hdDiv a{width: 271px;height: 64px;color: #fff;font-size: 24px;border: 1px solid #fff; }
.indexDiv1 .hdDiv a i{margin-left: 10px;}
.indexDiv1 .hdDiv a:hover{background: #bd1637;color: #fff;border-color: #bd1637;}
.indexDiv1 .bdDiv{margin-top: 50px;position: relative;}
.indexDiv1 .bdDiv .swiper-slide{width: 410px;}
.indexDiv1 .bdDiv .swiper-slide .conDiv{position: relative;}
.indexDiv1 .bdDiv .swiper-slide .conDiv .textDiv{position: absolute;left: 0;top: 0;padding: 40px;text-align: center;width: 100%;}
.indexDiv1 .bdDiv .swiper-slide .conDiv .textDiv span{font-size: 50px;display: inline-block;text-align: center;position: relative; }
.indexDiv1 .bdDiv .swiper-slide .conDiv .fill{height: 100%;left: 0;-o-object-fit: cover;object-fit: cover;position: absolute;top: 0;width: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%);opacity: .5;}
.indexDiv1 .bdDiv .swiper-slide .conDiv:hover .fill{opacity: 1;}
.indexDiv1 .bdDiv .swiper-slide .conDiv .textDiv img{position: absolute;left: 0;top: 100%;width: 100%;opacity: 0;transform: translateY(10px); }
.indexDiv1 .bdDiv .swiper-slide .conDiv:hover .textDiv img{opacity: 1;transform: translateY(0);}
.indexDiv1 .bdDiv .swiper-slide .conDiv a{position: absolute;left: 50%;bottom:32px;transform: translateX(-50%);width: calc(100% - 64px);border: 1px solid #fff;color: #fff;line-height: 64px;font-size: 24px;opacity: 0;text-transform: uppercase; }
.indexDiv1 .bdDiv .swiper-slide .conDiv a:hover{background: #bd1637;border-color: #bd1637; }
.indexDiv1 .bdDiv .swiper-slide .conDiv:hover a{opacity: 1;}

.indexDiv1 .bdDiv .btnDiv{position: absolute;left:50%;top: 50%;transform: translate(-50%,-50%);z-index: 999;width: 100%;}
.indexDiv1 .bdDiv .btnDiv .wrap{position: relative;}
.indexDiv1 .swiper-button-prev,.indexDiv1 .swiper-button-next{width: 40px;height: 40px;border-radius: 50%;color: #fff;transition: all .5s;/* position: relative; */}
.indexDiv1 .swiper-button-prev{background: #bd1637;left: 1vw;transform: scaleX(-1);}
.indexDiv1 .swiper-button-next{background: #bd1637;right: 1vw;}
.indexDiv1 .swiper-button-prev:hover{background: #211f20;}
.indexDiv1 .swiper-button-next:hover{background: #211f20;}

.transition {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.indexDiv2{padding: 110px 0;}
.indexDiv2 .row>div{margin-bottom: 30px;}
.indexDiv2 .row>div a{display: block;position: relative;padding-bottom: 20px;}
.indexDiv2 .row>div .ahcon{position: relative;z-index: 1;padding-bottom: 40px;}
.indexDiv2 .row>div .imgDiv{position: relative;padding-top: 95%;}
.indexDiv2 .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center; }
.indexDiv2 .row>div .imgDiv .pic img{height: 100%;/* width: 100%;object-fit: cover; */ }
.indexDiv2 .row>div .textDiv{position: absolute;left: 0;bottom: 0;text-align: center;color: #000;width:100%; padding: 0 30px;transition-duration: .3s;transform: translateY(76px);transition: transform .3s .1s;}
.indexDiv2 .row>div .textDiv span{font-size: 32px;text-transform: uppercase; }
.indexDiv2 .row>div .textDiv p{font-size: 17px;opacity: 0;min-height:76px; }
.indexDiv2 .row>div .fill{background: rgba(151,10,40,0.6);opacity: 0;width: 100%;height: 100%;left: 0;top: 0;position: absolute; }
.indexDiv2 .row>div .moreBtn{display: block;width: 100%;line-height: 64px;border: 1px solid #bd1637;color: #bd1637;font-size: 24px;text-align: center;margin-top: 32px;transition: .2s linear;position: relative; }
.indexDiv2 .row>div a:hover .imgDiv{opacity: .1;}
.indexDiv2 .row>div a:hover .fill{opacity: 1;inset:0;}
.indexDiv2 .row>div a:hover .textDiv{color: #fff;transform: translateY(0);}
.indexDiv2 .row>div a:hover .textDiv p{opacity: 1;margin-top: 10px;min-height: 76px; }
.indexDiv2 .row>div a:hover .moreBtn{margin: 32px 24px 0;width: calc(100% - 48px);}
.indexDiv2 .row>div .moreBtn:hover{background: #bd1637;color: #fff;z-index: 1;}

.searchDiv{padding: 80px 0;background: url(../img/ss-bg.jpg) no-repeat center center/cover;text-align:center;}
.searchDiv .title{font-size: 50px;color: #fff;text-transform: uppercase; }
.searchDiv form{max-width: 665px;margin: 30px auto 0; }
.searchDiv form input{width: calc(100% - 190px);line-height: 66px;border: 0;padding: 0 20px;font-size: 20px;}
.searchDiv form button{width: 190px;height: 66px;background: #bd1637;color: #fff;border: 0;font-size: 20px;text-transform: uppercase; }
.searchDiv form button i{margin-left: 10px;}
/* .searchDiv form input::-webkit-input-placeholder{color: rgba(59, 130, 246, .5);}
.searchDiv form input::-moz-placeholder{color: rgba(59, 130, 246, .5);}
.searchDiv form input::-ms-input-placeholder{color: rgba(59, 130, 246, .5);}
 */

/****底部***/
.footerDiv .hdDiv{padding: 40px 0;background: #bd1637;}
.footerDiv .hdDiv ul li{margin: 0 40px;font-size: 20px;}
.footerDiv .hdDiv ul li a{color: #fff;text-transform: uppercase; }
.footerDiv .hdDiv ul li a:hover{color: #000;}
.footerDiv .bdDiv{padding: 40px 0;font-size: 14px;text-align: center;background: #000;color: #fff;}
.footerDiv .bdDiv .shareDiv a{margin: 0 5px;}
.footerDiv .bdDiv .shareDiv a i{color: #fff;font-size: 18px; }
.footerDiv .bdDiv .shareDiv a:hover i{color: #bd1637;}
.footerDiv .bdDiv .brDiv{text-transform: uppercase;}
.footerDiv .bdDiv .brDiv ul{width: 206px;flex-wrap: wrap;margin-left: 12px; }
.footerDiv .bdDiv .brDiv ul li{width: 36px;}

.aboutDiv{padding: 110px 0;background: rgba(33,31,32,1);}
.aboutDiv .leftDiv{width: 50%;color: #fff;font-size: 24px;}
.aboutDiv .rightDiv{width: 406px;background: url(../img/a-bg.webp) no-repeat center center/cover;padding: 40px 32px; }
.aboutDiv .rightDiv span{display: block;margin-bottom: 32px;font-size: 40px;}
.aboutDiv .rightDiv .groupDiv{position: relative;margin-bottom: 16px;background: #fff;}
.aboutDiv .rightDiv .groupDiv input,.aboutDiv .rightDiv .groupDiv textarea{display: block;font-size: 17px;letter-spacing: 0.5px;outline: 0;padding: 31px 15px 08px;transition: .15s linear;width: 100%;border: 0;border-left: 4px solid #fff; }
.aboutDiv .rightDiv .groupDiv label{font-size: 18px;left: 0;padding: 20px 24px;pointer-events: none;position: absolute;top: 0;color: #000;text-transform: uppercase; }
/* .aboutDiv .rightDiv .groupDiv input:focus{}
.aboutDiv .rightDiv .groupDiv input:focus+label{padding-top: 10px;} */
.aboutDiv .rightDiv .groupDiv input:active, 
.aboutDiv .rightDiv .groupDiv input:focus, 
.aboutDiv .rightDiv .groupDiv input:not(:placeholder-shown), 
.aboutDiv .rightDiv .groupDiv textarea:active, 
.aboutDiv .rightDiv .groupDiv textarea:focus, 
.aboutDiv .rightDiv .groupDiv textarea:not(:placeholder-shown){border-color: #bd1637;}
.aboutDiv .rightDiv .groupDiv input:not(:-moz-placeholder-shown),
.aboutDiv .rightDiv .groupDiv textarea:not(:-moz-placeholder-shown) {border-color: #bd1637;}

.aboutDiv .rightDiv .groupDiv input:active+label, 
.aboutDiv .rightDiv .groupDiv input:focus+label, 
.aboutDiv .rightDiv .groupDiv input:not(:placeholder-shown)+label,
.aboutDiv .rightDiv .groupDiv textarea:active+label, 
.aboutDiv .rightDiv .groupDiv textarea:focus+label, 
.aboutDiv .rightDiv .groupDiv textarea:not(:placeholder-shown)+label{
	font-size: 12px;
	padding-left: 19px;
	padding-top: 10px;
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-timing-function: cubic-bezier(0,0,.2,1);
}
.aboutDiv .rightDiv .groupDiv input:not(:-moz-placeholder-shown) + label,
.aboutDiv .rightDiv .groupDiv textarea:not(:-moz-placeholder-shown) + label {
	font-size: 12px;
	padding-left: 19px;
	padding-top: 10px;
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-timing-function: cubic-bezier(0,0,.2,1);
}
	
.aboutDiv .rightDiv .groupDiv input::-moz-placeholder,
.aboutDiv .rightDiv .groupDiv textarea::-moz-placeholder {
  color: transparent;
}
.aboutDiv .rightDiv .groupDiv input::placeholder,
.aboutDiv .rightDiv .groupDiv textarea::placeholder {
  color: transparent;
}
.aboutDiv .rightDiv button{width: 100%;line-height: 64px;border: 1px solid #bd1637;color: #fff;background: #bd1637;text-transform: uppercase;font-size: 24px;cursor: pointer;font-family: Bahnschrift; }
.aboutDiv .rightDiv button:hover{background: #fff;color: #bd1637; }

.productDetailDiv{padding: 60px 0;}
.productDetailDiv .bdDiv{align-items: flex-start;}
.productDetailDiv .leftDiv{width: 47.5%;flex-direction: row-reverse;align-items: flex-start; }
/* .productDetailDiv .leftDiv .bigImg{width: calc(100% - 115px);}
.productDetailDiv .leftDiv .bigImg img{display: none;}
.productDetailDiv .leftDiv .bigImg img:nth-child(1){display: block;}
.productDetailDiv .leftDiv .smallImg{width: 75px;}
.productDetailDiv .leftDiv .smallImg ul li{margin-bottom: 40px;height: 100px;overflow: hidden;border: 2px solid #fff;cursor: pointer; }
.productDetailDiv .leftDiv .smallImg ul li img{width: 100%;height: 100%;object-fit: cover; }
.productDetailDiv .leftDiv .smallImg ul li:hover{border-color: #bd1637} */
.productDetailDiv .leftDiv .hd{position: relative;display: flex;justify-content: space-between;align-items: center;}
.productDetailDiv .leftDiv .smallDiv{padding: 40px 0;width: 75px;position: relative;margin-left: 0;}
.productDetailDiv .swiper-container {width: 100%;height: 560px;margin-left: auto;margin-right: 0;}
.productDetailDiv .gallery-top {height: 100%;width: calc(100% - 117px);}
.productDetailDiv .gallery-top .swiper-slide{display: flex;justify-content: center;align-items: center;}
.productDetailDiv .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: 560px;}
.productDetailDiv .gallery-top .swiper-slide img{max-width: 100%;}
.productDetailDiv .gallery-thumbs {height: 500px;box-sizing: border-box;}
.productDetailDiv .gallery-thumbs .swiper-slide {}
.productDetailDiv .gallery-thumbs .swiper-slide .imgDiv{height: 100px;display: flex;justify-content: center;align-items: center;border: 2px solid #fff;}
.productDetailDiv .gallery-thumbs .swiper-slide img{height: 100%;width: 100%;object-fit: cover;}
.productDetailDiv .gallery-thumbs .swiper-slide-thumb-active .imgDiv{border-color: #bd1637;}
.productDetailDiv .swiper-button-next,.productDetailDiv .swiper-button-prev{width: 40px;height: 40px;margin-top:0;left: 50%;margin-left: -20px;color: #000;font-weight: bold; }
.productDetailDiv .swiper-button-next:hover,.productDetailDiv .swiper-button-prev:hover{opacity: 1;}
.productDetailDiv .swiper-button-next{right: auto;bottom: 0;top: auto;transform: rotate(90deg);background: none;}
.productDetailDiv .swiper-button-prev{top: 0;transform: rotate(-90deg);background: none;}

.productDetailDiv .gallery-top .swiper-button-next,.productDetailDiv .gallery-top .swiper-button-prev{width: 34px;height: 34px;margin-top: -17px;left: auto;bottom: auto;top: 50%;margin-left: initial;}
.productDetailDiv .gallery-top .swiper-button-next{background: url(../img/a-right.png) no-repeat center center;background-size: 100%;right: 0;}
.productDetailDiv .gallery-top .swiper-button-prev{background: url(../img/a-left.png) no-repeat center center;background-size: 100%;left: 0;}
.swiper-button-next:after,.swiper-button-pev:after{content: "";}
.swiper-button-next:focus,.swiper-button-prev:focus{outline: none;}
.productDetailDiv .rightDiv{width: 40%;}
.productDetailDiv .rightDiv .title{font-size: 56px;margin-bottom: 30px;line-height:1;}
.productDetailDiv .rightDiv .p{font-size: 18px;margin-bottom: 30px;}
.productDetailDiv .rightDiv ul li{border-bottom: 1px solid #000;}
.productDetailDiv .rightDiv ul li .lhDiv{padding: 15px 0;font-size: 24px;text-transform: uppercase;cursor: pointer;}
.productDetailDiv .rightDiv ul li .lhDiv:hover{color: #bd1637;}
.productDetailDiv .rightDiv ul li .lhDiv i{font-size: 20px;transform: rotate(90deg);font-weight: bold; }
.productDetailDiv .rightDiv ul li .lbDiv{padding: 15px 0;display: none;font-size: 20px;}


@media (max-width:1370px) {
	header .headerTop .htr{right: 30px;}
	.wrap{padding: 0 30px;width: 100%;}
	.productDetailDiv .rightDiv .title{font-size: 50px;}
}
@media (max-width:1310px) {
	.wrap{padding: 0 40px;width: 100%;}
	.indexDiv2 .row>div .textDiv span{font-size: 30px;}
}
@media (max-width:1100px) {
	.indexDiv2 .row>div .textDiv span{font-size: 24px;}
	.productDetailDiv .rightDiv .title{font-size: 40px;}
}
@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;}
	/*.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 #fff;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:#fff;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;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 .headerTop .wrap{justify-content: space-between;}
	header .headerTop .htr{position: relative;right: 0;}
	.htl{display: none;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 107px;
		transition: right 300ms !important;
	}
	header .header-container{position: relative;}
	header .logo a{height: 50px;width: initial;position: initial;}
	header .logo a img:nth-child(1){left: 50%;transform: translate(-50%,-50%);z-index: 111;}
	header .logo a img:nth-child(2){display: none;}
	header .headerTop p{text-align: left;}
	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: 107px;
		right: 0;
		width: 100%;
		height: calc(100% - 40px);
		padding-top: 0;
		background-color: #bd1637;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: all .3s;
		padding: 0;
		transform: translateY(-10px);
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
	}
	.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;
	}
	header .rightDiv .menu>ul {display: block;padding-top: 50px;}
	body.on-menu header .rightDiv .menu {top: 107px;opacity: 1;transform: translateY(0px);visibility: visible;}
	body.on-menu .main {top: 107px;}
	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{color: #fff;}
	header .rightDiv .menu>ul>li>a span{line-height: 50px;}
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	header .rightDiv .menu>ul>li>a{color: #fff;}
	.menu>ul>li.has-sub>a:before{display: none;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 107px;}
	header .rightDiv .otherDiv{height: 50px;justify-content: center;float: initial; }
	header .rightDiv .searchDiv{margin: 0 auto;}
	header .rightDiv .ssDiv .dImg{display: none;}
	header .rightDiv .ssDiv .hImg{display: block;}
	.menu ul ul .ul span{margin-top: 0;}
	/* header .rightDiv .menu>ul>li .aDiv{margin-bottom: 20px;} */
	header .rightDiv .menu>ul>li li{border: 0;}
	header .rightDiv .menu>ul>li li a{line-height: initial;margin-bottom: 20px;height: initial;color: #fff;}
	/*.twoMenuDiv.onFixed{top: 50px;}
	.twoMenuDiv ul li a.top_dh_in::after{bottom: 8px;width: 4px;height: 4px;}*/
	
	.menu ul ul{transform: initial;}
	.menu>ul>li:hover>ul{transform: initial;}
	header .rightDiv .languageDiv{float: initial;margin-left: 15px;}
	header .rightDiv .languageDiv .detaultDiv{justify-content: flex-start;color: #fff;}
	header .rightDiv .languageDiv .detaultDiv i{color: #fff;}
	header .rightDiv .languageDiv.on .detaultDiv{color: #fff;}
	header .rightDiv .languageDiv.on .detaultDiv i{color: #fff;}
	header .rightDiv .languageDiv .langList{left: 0;transform: initial;}
	.indexDiv1 .bdDiv .swiper-slide{width: 326px;}
	.productDetailDiv .bdDiv{display: block;}
	.productDetailDiv .leftDiv{width: 100%;}
	.productDetailDiv .rightDiv{width: 100%;margin-top: 30px;}
	
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;}
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	header .headerTop .htr>img{display: none;}
	
/*   .index-banner .img,.index-banner .gridVideo{height: 100vw;} */
	.index-banner .gridVideo video{width: 100%;height: auto; }
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
	.index-banner .textDiv{padding:0 20px;text-align: center;}
	.index-banner .textDiv .p1{font-size: 14px;}
	.index-banner .textDiv .p2{font-size: 12px;}
	.index-banner .swiper-button-prev, .index-banner .swiper-button-next{display: none;}
	.index-banner .swiper-pagination-bullet{width: 8px;height: 8px;border-radius: 50%;}
	
	.index-banner .textDiv{text-align: left;}
	.index-banner .textDiv span{font-size: 40px; }
	.index-banner .textDiv img{width: 160px;}
	.index-banner .textDiv .moreBtn{width: 160px;height: 40px;font-size: 18px;}
	.indexDiv1{padding: 40px 0;}
	.indexDiv1 .hdDiv{display: block;text-align: center;}
	.indexDiv1 .hdDiv span{font-size: 32px;}
	.indexDiv1 .hdDiv a{height: 42px;margin: 0px auto;}
	.indexDiv1 .bdDiv .swiper-slide .conDiv .textDiv span{font-size: 40px;line-height: 1;}
	.indexDiv1 .bdDiv .swiper-slide .conDiv .textDiv img{opacity: 1;transform: initial;}
	.indexDiv1 .bdDiv .swiper-slide .conDiv a{opacity: 1;transform: initial;left: 20px;line-height: 40px;font-size: 18px;bottom: 20px;width: calc(100% - 40px); }
	.indexDiv2{padding: 55px 0;}
	.indexDiv2 .row>div .moreBtn{line-height: 42px;font-size: 18px;}
	.searchDiv{padding: 40px 0;}
	.searchDiv .title{font-size: 24px;}
	.searchDiv form{display: block;margin-top: 20px;}
	.searchDiv form input{width: 100%;line-height: 46px;font-size: 18px; }
	.searchDiv form button{height: 46px;font-size: 18px;margin-top: 16px;}
	.footerDiv .hdDiv{padding: 20px 0;}
	.footerDiv .hdDiv ul{flex-wrap: wrap;justify-content: space-between; }
	.footerDiv .hdDiv ul li{margin: 0;text-align: center;font-size: 18px; }
	.footerDiv .bdDiv{padding: 30px 0;}
	.footerDiv .bdDiv .wrap>.flexbet{flex-direction: column-reverse;}
	.footerDiv .bdDiv .brDiv{display: block;}
	.footerDiv .bdDiv .brDiv ul{margin: 12px 0 0;}
	.footerDiv .bdDiv .shareDiv{margin: 16px 0;}
	
	.aboutDiv{padding: 55px 0;}
	.aboutDiv .bdDiv{display: block;}
	.aboutDiv .leftDiv{width: 100%;font-size: 16px;}
	.aboutDiv .rightDiv{width: 100%;margin-top: 30px;padding: 30px 20px; }
	
	.aboutDiv .rightDiv button{line-height: 42px;font-size: 18px;}
	
	.productDetailDiv{padding: 0 0 30px;}
	.productDetailDiv .wrap{padding: 0;}
	/* .productDetailDiv .leftDiv{display: block;}
	.productDetailDiv .leftDiv .bigImg{width: 100%;}
	.productDetailDiv .leftDiv .smallImg{width: 100%;margin-top: 20px;}
	.productDetailDiv .leftDiv .smallImg ul{display: flex;justify-content: space-around;align-items: center;} */
	.productDetailDiv .leftDiv{width: 100%;display: block;}
	.productDetailDiv .rightDiv{width: 100%;margin-top: 20px;padding: 0 15px;}
	.productDetailDiv .gallery-top{width: 100%;}
	.productDetailDiv .gallery-top .swiper-slide .imgDiv{height: 300px;}
	.productDetailDiv .leftDiv .smallDiv{width: 100%;padding: 20px;}
	.productDetailDiv .gallery-thumbs{height: initial;}
	.productDetailDiv .swiper-button-next, .productDetailDiv .swiper-button-prev{display: none;}
	.productDetailDiv .rightDiv .title{font-size: 24px;}
	.productDetailDiv .rightDiv ul li .lhDiv{font-size: 16px;padding: 10px 0;}
	.productDetailDiv .rightDiv ul li .lhDiv i{font-size: 16px;}
	
	@media (max-width:320px) {
	}
	
}
