
*{padding: 0; margin: 0;}
/*首页标题 */
.home_title{line-height: 1;font-size: calc(42/ 16 * 1em); margin-bottom: calc(50/ 42 * 1em); color: #212224; font-weight: 700; text-align: center;}
.base_btn{ position: relative; display: inline-block; border-radius: calc(25/ 20 * 1em); background: #fff; cursor: pointer; overflow: hidden;}
.base_btn em{ font-style: normal; line-height: calc(40/ 16 * 1em); padding: 0 calc(25/ 16 * 1em); color: #333; position: relative; z-index: 5; transition: all .5s;}
.base_btn em:after{display: inline-block; content: '';background: url("../images/icon-more.svg") no-repeat; width: calc(5/ 16 * 1em); height: calc(10/ 16 * 1em); margin-left: calc(10/ 16 * 1em);  transition: all .5s;}
.base_btn::after{ content: ''; display: block; position: absolute; left: 0; top: 0; width: 0; height: 100%; border-radius: calc(25/ 16 * 1em); opacity: 0; background-color: #e60012; z-index: 4; transition: all .5s;}
.base_btn:hover::after{ opacity: 1; width: 100%;}
.base_btn:hover em{ color: #fff; }
.base_btn:hover em:after{background-image: url("../images/icon-more-hover.svg");}

@media(max-width:1024px){
    .home_title{font-size: 2em;margin-bottom: 1em;}
}





.base_btn1{ position: relative; display: inline-block; border-radius: calc(25/ 20 * 1em); background: #e60012; cursor: pointer; overflow: hidden; color: #fff;margin-top: 2%;}
.base_btn1 em{ font-style: normal; line-height: calc(40/ 16 * 1em); padding: 0 calc(25/ 16 * 1em); color: #fff; position: relative; z-index: 5; transition: all .5s;}
.base_btn1 em:after{display: inline-block; content: '';background: url("../images/icon-more.svg") no-repeat; width: calc(5/ 16 * 1em); height: calc(10/ 16 * 1em); margin-left: calc(10/ 16 * 1em);  transition: all .5s;}
.base_btn1::after{ content: ''; display: block; position: absolute; left: 0; top: 0; width: 0; height: 100%; border-radius: calc(25/ 16 * 1em); opacity: 0; background-color: #e60012; z-index: 4; transition: all .5s;}
.base_btn1:hover::after{ opacity: 1; width: 100%;}
.base_btn1:hover em{ color: #fff; }
.base_btn1:hover em:after{background-image: url("../images/icon-more-hover.svg");}






.Top{
	color: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
	transition: all .5s;
}
.Top:before{
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	transition: all 0.5s;
}
.Top.fixed::before, 
.Top.on::before {
    height: 100px;
}
@media screen and (max-width:1024px){
	.Top.fixed::before,
	.Top.on::before {
	    height: 80px;
	}
}

/*Top002898 */
.Top002898{font-family: 'sans-serif';position: relative; z-index: 100;background: transparent;}
.Top002898 > .auto{max-width: 1760px;width: 96%;}
.Top002898 .top-left{float: left;display: table;height: 100px; max-width: 20%;}
.Top002898 .top-left a{display: table-cell; vertical-align: middle;}
.Top002898 .top-left img{max-height: 90px;}
.Top002898 .top-right{float: right;line-height: 40px; padding:30px 0; font-size: 15px;} 

.Top002898  .top-right dl> *{float: left;}
.Top002898  .top-lang{position: relative;font-size: 18px; z-index: 99;}
.Top002898  .top-lang,
.Top002898  .top-lang a{color: #333;}
.Top002898 .top-lang span{display: block;position: relative; z-index: 3;background: url(../images/Top002817_lang.png) no-repeat left center;padding-left: 42px; cursor: pointer;}
.Top002898  .top-lang figure{position: absolute; left: -10px;right: -10px; top: 0;padding-top: 40px; background: #f5f5f5;  text-align: center; border-radius: 4px;display: none;}
.Top002898  .top-lang figure a{display: block;}
.Top002898  .top-lang figure a:first-child{border-top: 1px solid rgba(255,255,255,0.2);}

.Top002898 .top-mid{float: right;}
@media(min-width:1025px){
    .Top.index:before{background-color: rgba(255, 255, 255, .46);}
}
@media(max-width:1024px){
.Top002898 .top-left{height: 80px; max-width:40%;display: none;}
.Top002898 .top-left img{max-height: 50px;}
 .Top002898 .top-right{ padding:20px 0;}
 .Top002898 .top-lang{display: none;}
}

.Top002898 .top-search{ margin-right: 20px;}
.Top002898 .top-search .box{display: none;position: absolute; padding-right: 50px;background: #eee;}
.Top002898 .top-search .text{width: 100%; height: 50px; line-height: 50px;border: 0;padding: 0 20px; background: none;}
.Top002898 .top-search .btn{position: absolute; right: 0; height: 100%; width: 50px;background: url("../images/Top002898-search_btn.png") no-repeat center center;}
.Top002898 .open-search{display: block;width: 40px; height: 40px; background: url("../images/Top002898-search_btn.png") no-repeat center center;position: relative;}
.Top002898 .open-search.on{background: none;}
.Top002898 .open-search.on:before,
.Top002898 .open-search.on:after{position: absolute; content: ''; width: 60%; height: 2px; background: #666; top: 50%; margin-top: -1px; left: 20%; transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.Top002898 .open-search.on:after{ transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
@media(min-width:1025px){
.Top002898 .top-search{position: relative; z-index: 100;}
.Top002898 .top-search .box{right: 100%; top: 50%;margin-top: -25px;  width: 25vw;height: 50px;border-radius: 5px; }
}
@media(max-width:1024px){
.Top002898 .top-search .box{left: 0; top: 100%; width: 100%;}
}

.Top002898 .top-menu li span,
.Top002898 .top-menu li span a{display: block;}
.Top002898 .top-menu li a:hover,
.Top002898 .top-menu li.aon span a{color: #e60012;}
.Top002898 .top-menu .sub{display: none;}
.Top002898 .top-menu .sub .sub-inner{overflow: hidden;}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt{ padding: 0 20px;font-size: 16px;}

.Top002898 .top-menu .pr{position: relative; z-index: 100;}
.Top002898 .top-menu .sub[data-type="tab"] .sub-inner{position: relative;}
.Top002898 .top-menu .sub .one-cate dt .one-cate-name a{display: block;line-height: 22px; padding: 18px 15px 18px 50px;border-left: 6px solid transparent;font-size: 16px;position: relative;}
.Top002898 .top-menu .sub .one-cate dt .one-cate-name a img{position: absolute; left: 10px; max-width: 26px;}
.Top002898 .top-menu .sub .two-cate{background: #fff;}
.Top002898 .top-menu .sub .two-cate .item{float: left; width: 48%; margin-bottom: 4%;}
.Top002898 .top-menu .sub .two-cate .item:not(:nth-child(3n)){margin-right: 2%;}
.Top002898 .top-menu .sub .two-cate .item:nth-child(3n+1){clear: left;}
.Top002898 .top-menu .sub .two-cate .item dd{line-height: 20px; padding:5px 0;}
.Top002898 .top-menu .sub .two-cate .item dd a{color: #999;font-size: 16px;}
.Top002898 .top-menu .sub .two-cate .item dd a:hover{color: #e60012;}
.Top002898 .top-menu .sub .two-cate-name{overflow: hidden; }
.Top002898 .top-menu .sub .two-cate-name a{float: left;max-width: 95%;padding-right: 30px;position: relative;font-size: 18px;}
.Top002898 .top-menu .sub .two-cate-name a:before{position: absolute; content: '';right: 4px; top: 50%; margin-top: -4px; border-top:1px solid #333;border-right:1px solid #333; transform: rotate(45deg); width: 8px; height: 8px;}
@media(min-width:1025px){
.Top002898 .top-menu li{float: left; margin-right:3vw;}
.Top002898 .top-menu li span a{line-height: 100px;font-size: 20px;}
.Top002898 .top-menu .sub{position: absolute; top:100%;background: rgba(255,255,255,0.9);}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"]{width: 100%; left: 0;}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] .sub-inner{padding: 40px 0;}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dl,
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt{float: left;}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"].dl-right dl{float: right;}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt{ text-align: center;}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt .icon{height: 50px; margin-bottom: 10px;}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt .icon img{max-height: 50px;transition: 0.3s;}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt:hover .icon img{transform: translateY(-10px);-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);}
.Top002898 .top-menu .sub[data-type="tab"]{ width: 50vw;}
.Top002898 .top-menu .sub[data-type="tab"] .two-cate-list{display: none!important;}
.Top002898 .top-menu li:not(.po-r) .sub[data-type="tab"]{left: 50%; margin-left: -25vw; }
.Top002898 .top-menu li.po-r .sub[data-type="tab"]{right: 0;}
.Top002898 .top-menu .sub .one-cate{width: 30%;min-height: 410px; padding: 40px 0 40px 20px;}
.Top002898 .top-menu .sub .one-cate dt.on .one-cate-name a{background: #fff;border-left-color: #1f38ae;}
.Top002898 .top-menu .sub .two-cate{position: absolute;right:0; top: 0;height: 100%; width: 70%; padding: 2vw;}
.Top002898 .top-menu .sub  .scrollinfo{max-height: 100%;height: 100%;}
.Top002898 .top-menu .sub .two-cate-name{margin-bottom:10px;}
}
@media(min-width:1025px) and (max-width:1440px){
.Top002898 .top-menu .sub[data-type="tab"]{ width: 60vw;}
.Top002898 .top-menu li:not(.po-r) .sub[data-type="tab"]{margin-left: -30vw; }
}
@media(min-width:1025px) and (max-width:1280px){
 .Top002898 .top-menu li{margin-right: 3vw;}
}
@media(max-width:1024px){
.Top002898 .top-menu{position: fixed; left: -100%;opacity: 0;transition: 0.5s; top: 80px; bottom: 0; z-index: 100;background: #fff; width: 280px;box-shadow: 0 5px 5px rgba(0,0,0,0.2);padding: 20px 0;}
.Top002898 .top-menu ul{height: 100%; overflow: auto;}
.menu-show .top-menu{left: 0; opacity: 1;}
.Top002898 .top-menu li:nth-child(2n-1){background: rgb(35,117,227,0.12);}
.Top002898 .top-menu li span a{line-height:  40px;font-size: 18px;padding-left: 20px;font-weight: bold;}
.Top002898 .top-menu li span{padding-right: 40px;position: relative;overflow: hidden;}
.Top002898 .top-menu li .op-item,
.Top002898 .top-menu li .op{position: absolute; right: 0;top:0; width: 40px; height: 40px; transition: 0.3s;}
.Top002898 .top-menu li .op:before,
.Top002898 .top-menu li .op:after{position: absolute; content: ''; left: 50%; top: 50%;transform: translate(-50%,-50%);background: #e60012;}
.Top002898 .top-menu li .op:before{height: 40%; width: 2px;}
.Top002898 .top-menu li .op:after{ width: 40%; height: 2px;}
.Top002898 .top-menu li .op.click{transform: rotate(45deg);}
.Top002898 .open-menu{width: 40px; height: 40px; margin-left: 20px;position: relative;}
.Top002898 .open-menu i{position: absolute; left: 10%;width: 80%; top: 50%;margin-top: -1px;height: 2px; background: #333;transition: 0.3s;}
.Top002898 .open-menu:not(.on) i:nth-child(1){margin-top: -8px;}
.Top002898 .open-menu:not(.on) i:nth-child(3){margin-top: 6px;}
.Top002898 .open-menu.on i:nth-child(1){opacity: 0;}
.Top002898 .open-menu.on i:nth-child(2){transform: rotate(45deg);}
.Top002898 .open-menu.on i:nth-child(3){transform: rotate(-45deg);}

.Top002898 .top-menu .sub{padding:0!important;background: rgba(0,0,0,0.1);}
.Top002898 .top-menu .sub-inner{padding: 3vw 0;}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt a{position: relative;display: block; line-height: 30px; padding: 5px 0 5px 40px;}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt .icon{position: absolute; left: 0; max-width: 30px; top: 50%; transform: translateY(-50%);}
.Top002898 .top-menu .sub[data-type="v-icon-fullbg"] dt .icon img{ height: 24px;}
.Top002898 .top-menu .sub .two-cate-list,
.Top002898 .top-menu .sub .two-cate-list dl,
.Top002898 .top-menu .sub .two-cate{display: none;}
.Top002898 .top-menu .one-cate dt:not(:last-child) .one-cate-name{border-bottom: 1px solid rgba(0,0,0,0.2);}
.Top002898 .top-menu .one-cate-name{position: relative; padding-right: 40px;}
.Top002898 .top-menu li .op-item{height: 100%;}
    .Top002898 .top-menu li .op-item.click{transform: rotate(180deg);}
.Top002898 .top-menu li .op-item:before{position: absolute; content: '';border:6px solid transparent;border-top-color: #e60012; left: 50%; top: 50%;margin: -3px 0 0 -6px;}
.Top002898 .top-menu .sub .two-cate-list{background: rgba(0,0,0,0.1); padding: 10px 0;}
.Top002898 .top-menu .sub .two-cate-name{padding: 5px 30px;line-height: 30px;}
.Top002898 .top-menu .sub .two-cate-name a{float: none;}
}
/*Banner003126 */
.Banner003126{overflow: hidden;position: relative;z-index: 1;}
.Banner003126 li{position: relative;z-index: 1;}
.Banner003126 li > img{display: block;width: 100%;}
.Banner003126 li .txt{position: absolute;left: 0; top: 50%;transform: translateY(-50%);width: 100%;z-index: 10;color: #fff;}
.Banner003126 .txt .auto > *{opacity: 0;transform: translateX(50px);transition-duration: 1s; transition-property: opacity,transform; transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);}
.Banner003126 .ani-show .txt .auto > *{opacity: 1;transform: translateX(0);}
.Banner003126 .txt .logo{transition-delay: 0.3s;}
.Banner003126 .txt .logo img{max-height: 1.5625em;}
.Banner003126 .txt h2{font-family: 'SourceHanSansCN-Bold'; font-size: 4.375em; margin: 0.3em 0 0.1em 0; transition-delay: 0.6s;}
.Banner003126 .txt .en{font-family: Barlow-Bold;text-shadow: 0px 5px 15px  rgba(0, 0, 0, 0.2);letter-spacing: 0.8125em;color: rgba(255,255,255,0.1); transition-delay: 0.9s;}
.Banner003126 .txt .btn{display: inline-block;background-color: #e60012; line-height: 3.4375;padding: 0 2.1875em;color: #fff; margin-top: 3.75em; transition-delay: 1.2s;}
.Banner003126 .txt .btn:after{margin-left: 20px;display: inline-block;content: ''; width: 16px;height: 6px;background: url(../images/Banner003126-icon-white.svg) no-repeat center; background-size: contain; vertical-align: middle;}
.Banner003126 .auto{max-width: 1400px;}
.Banner003126 .controls{position: absolute;left: 50%;transform: translateX(-50%); padding: 0 3em;z-index: 10; bottom: 4%;}
.Banner003126 .slick-dots li{float: left;font-family: 'Bebas';list-style: none;padding: 0 0.625em;}
.Banner003126 .slick-dots li a{font-size: 0.875em;color: #ffffff;border: 0;}
.Banner003126 .slick-dots li a:after{width: 0; height: 1px; background-color: #e60012;display: inline-block;content: ''; margin-left: 0.7142em; vertical-align: middle;transition: 0.3s;}
.Banner003126 .slick-dots li:not(.slick-active) a{opacity: 0.15;}
.Banner003126 .slick-dots li.slick-active a:after{width: 3.5714em;}
.Banner003126 .slick-arrow{position: absolute; top: 50%;margin-top: -5px;width: 10px;height: 10px;border-top: 2px solid #fff;border-right: 2px solid #fff;}
.Banner003126 .slick-prev{left: 0; transform: rotate(-135deg);}
.Banner003126 .slick-next{right: 0;transform: rotate(45deg);}
@media (max-width:1024px) {
.Banner003126 .root-sz-16{font-size: 2vw;}
}
@media (max-width:640px) {
.Banner003126 .txt h2{font-size: 3.2em;}
.Banner003126 .txt .btn{margin-top: 1em;}
}



/*Floor002841 */
.Floor002841{overflow: hidden;padding:6% 0 ;background: url(../images/Floor002841-bg.jpg) no-repeat top center; background-size: cover;}
.Floor002841 .left .info{color: #333;line-height:2;padding: 0 0 calc(32 / 16 * 1em) 0;font-size: calc(16 / 16 * 1em); }
.Floor002841 .right{position: relative; z-index: 1;overflow: hidden}
.Floor002841 .right img{ border-radius: 15px;}
.Floor002841 .open-video{position: absolute;left: 50%; margin-left:-28px; bottom: 41%; cursor: pointer; z-index: 10;}
.Floor002841 .open-video i{display: block;width: 55px; height: 55px; border-radius: 50%; background: #7dc04d url(../images/Floor002841_btn.png) no-repeat left 56% center;position: relative; z-index: 4;}
.Floor002841 .open-video:before,
.Floor002841 .open-video:after{position: absolute; content: '';border-radius: 50%;background: #7dc04d; opacity: 0.2;-webkit-opacity: 0.2; animation: scale 3s infinite;-webkit-animation: scale 3s infinite;}
.Floor002841 .open-video:before{left: -12px; top: -12px; bottom: -12px;right: -12px; animation-delay: 0.3s;}
.Floor002841 .open-video:after{left: -22px; top: -22px; bottom: -22px;right: -22px;}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-webkit-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-ms-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}

.video-box{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:300; background:rgba(0,0,0,0.85);}
.video-box .close{ cursor:pointer; width:40px; height:40px; position:fixed; z-index:4; right:20px; top:20px;}
.video-box .close::before,
.video-box .close::after{ position:absolute; content:''; width:80%; left:10%; height:3px; top:50%; margin-top:-1.5px; background:#fff; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.video-box .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.video-box .ytable{height: 100%;}
.video-box .ytable-cell{ text-align:center;}
.video-box video{ width:90%; max-width:900px;}


.Floor002841 .number{ margin-top:3.25vw; }
.Floor002841 .info-num li{float: left;width: 20%;border-left:10px solid #f5f5f5;padding-left: calc(30 / 16 * 1em);}
.Floor002841 .info-num .icon{display: block; width:calc(30 / 16 * 1em); height: calc(30 / 16 * 1em); position: relative; }
.Floor002841 .info-num .icon img{display: block; max-width:calc(40 / 16 * 1em);  position:absolute; left: 50%; top: 50%;transform: translate(-50%,-50%);}
.Floor002841 .info-num li aside{display: inline-block;position: relative;}
.Floor002841 .info-num li aside b{font-size: calc(50 / 16 * 1em);color: #333;display: block; padding: calc(15 / 50 * 1em) 0 calc(10 / 50 * 1em);}
.Floor002841 .info-num li aside sub{position: absolute;left: 100%;word-break: keep-all;bottom: 15%;font-size: 20px;margin-left: 8px;color: #666; }
.Floor002841 .info-num li aside sup{position: absolute;left: 100%;word-break: keep-all;top: 15%;font-size: 20px;margin-left: 10px;color: #333;}
.Floor002841 .info-num li p{font-size: calc(18 / 16 * 1em);color: #333; margin: 0;}

@media(min-width:1025px){
.Floor002841 .left{ width: 45%;}
.Floor002841 .right{  padding-left: 5%;}
}
@media(max-width:1024px){
.Floor002841 .auto:before{left: -2%; width: 104%;background-repeat: repeat-x;}
.Floor002841 .right{max-width: 553px; margin: 0 auto;}
.Floor002841 .left{padding-bottom: 5vw;}
.Floor002841 .info-num li{text-align: left;width: 33.33%;border:none;padding-left: 0;}
.Floor002841 .info-num li:not(:last-child){margin-bottom: 20px;}
.Floor002841 .info-num li aside b{font-size: 1.3em;}
.Floor002841 .info-num li aside{display: flex;}
.Floor002841 .info-num .icon img{max-width:calc(20 / 16 * 1em);}
.Floor002841 .info-num li aside sub{font-size: 0.875em;position: static;}
.Floor002841{background-size: contain;}
.Floor002841 .left .info{font-size: calc(20 / 16 * 1em)}
}

/*Floor002841 */
.Floor0028410{overflow: hidden;padding:6% 0 ;



}
.Floor0028410 .left .info{color: #333;line-height:2;padding: 0 0 calc(32 / 16 * 1em) 0;font-size: calc(16 / 16 * 1em); }
.Floor0028410 .right{position: relative; z-index: 1;overflow: hidden}
.Floor0028410 .right img{ border-radius: 15px;}
.Floor0028410 .open-video{position: absolute;left: 50%; margin-left:-28px; bottom: 41%; cursor: pointer; z-index: 10;}
.Floor0028410 .open-video i{display: block;width: 55px; height: 55px; border-radius: 50%; background: #7dc04d url(../images/Floor002841_btn.png) no-repeat left 56% center;position: relative; z-index: 4;}
.Floor0028410 .open-video:before,
.Floor0028410 .open-video:after{position: absolute; content: '';border-radius: 50%;background: #7dc04d; opacity: 0.2;-webkit-opacity: 0.2; animation: scale 3s infinite;-webkit-animation: scale 3s infinite;}
.Floor0028410 .open-video:before{left: -12px; top: -12px; bottom: -12px;right: -12px; animation-delay: 0.3s;}
.Floor0028410 .open-video:after{left: -22px; top: -22px; bottom: -22px;right: -22px;}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-webkit-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-ms-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}

.video-box{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:300; background:rgba(0,0,0,0.85);}
.video-box .close{ cursor:pointer; width:40px; height:40px; position:fixed; z-index:4; right:20px; top:20px;}
.video-box .close::before,
.video-box .close::after{ position:absolute; content:''; width:80%; left:10%; height:3px; top:50%; margin-top:-1.5px; background:#fff; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.video-box .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.video-box .ytable{height: 100%;}
.video-box .ytable-cell{ text-align:center;}
.video-box video{ width:90%; max-width:900px;}


.Floor0028410 .number{ margin-top:3.25vw; }
.Floor0028410 .info-num li{float: left;width: 20%;border-left:10px solid #f5f5f5;padding-left: calc(30 / 16 * 1em);}
.Floor0028410 .info-num .icon{display: block; width:calc(30 / 16 * 1em); height: calc(30 / 16 * 1em); position: relative; }
.Floor0028410 .info-num .icon img{display: block; max-width:calc(40 / 16 * 1em);  position:absolute; left: 50%; top: 50%;transform: translate(-50%,-50%);}
.Floor0028410 .info-num li aside{display: inline-block;position: relative;}
.Floor0028410 .info-num li aside b{font-size: calc(50 / 16 * 1em);color: #333;display: block; padding: calc(15 / 50 * 1em) 0 calc(10 / 50 * 1em);}
.Floor0028410 .info-num li aside sub{position: absolute;left: 100%;word-break: keep-all;bottom: 15%;font-size: 20px;margin-left: 8px;color: #666; }
.Floor0028410 .info-num li aside sup{position: absolute;left: 100%;word-break: keep-all;top: 15%;font-size: 20px;margin-left: 10px;color: #333;}
.Floor0028410 .info-num li p{font-size: calc(18 / 16 * 1em);color: #333; margin: 0;}

@media(min-width:1025px){
.Floor0028410 .left{ width: 45%;}
.Floor0028410 .right{  padding-left: 5%;}
}
@media(max-width:1024px){
.Floor0028410 .auto:before{left: -2%; width: 104%;background-repeat: repeat-x;}
.Floor0028410 .right{max-width: 553px; margin: 0 auto;}
.Floor0028410 .left{padding-bottom: 5vw;}
.Floor0028410 .info-num li{text-align: center;}
.Floor0028410 .info-num li:not(:last-child){margin-bottom: 20px;}
}

/*Floor003079 */
.Floor003079{ padding: 5% 0; text-align: center; overflow: hidden;}

.Floor003079 .nav_name{padding-bottom:3%;list-style: none;}
.Floor003079 .nav_name li{color: #5f5d5d;    background: #f5f5f5;    display: inline-block;    list-style: none;    font-size: calc(18 / 16* 1em);    line-height: calc(40 / 18* 1em);    text-align: center;padding: 0 calc(30 / 18* 1em);    border-radius: calc(40 / 18* 1em);    cursor: pointer;    margin: 0 calc(10 / 18* 1em);}
.Floor003079 .nav_name li:hover{ background: #e60012; color: #fff;  }
.Floor003079 .nav_name li a:hover{color: #fff;}


.Floor003079 .tab-dots{overflow: hidden; margin-bottom: calc(40/ 16 * 1em);}
.Floor003079 .tab-dots li{background: #f5f5f5; display: inline-block; list-style: none;font-size: calc(18/ 16 * 1em);line-height: calc(40/ 18 * 1em); text-align: center; color: #5f5d5d; padding: 0 calc(30/ 18 * 1em);border-radius: calc(40/ 18 * 1em); cursor: pointer;margin: 0 calc(10/ 18 * 1em);}
.Floor003079 .tab-dots li.slick-active{color: #fff;background: #e60012;}
.Floor003079 .slick-list{overflow: inherit;}
.Floor003079 .box li{ float: left; width: calc((100% - (20/ 16 * 1em)*3)/4); margin-right: calc(20/ 16 * 1em);}
.Floor003079 .box li a{display: block;position: relative; }
.Floor003079 .box li .pic{ position: relative; padding-bottom: 100%;background-color:#fff;box-shadow: 0 5px 25px 0 rgb(145 160 170 / 20%);border-radius: calc(20/ 16 * 1em); overflow: hidden; transition: all .5s;}
.Floor003079 .box li .Ispic{position: absolute; z-index: 5; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s; }
.Floor003079 .box li .product_secondary_image{opacity: 0; }
.Floor003079 .box li .tag{position: absolute; z-index: 10;left: calc(-40/ 16 * 1em); top: calc(20/ 16 * 1em); font-weight: 700;color: #fff; padding: 0 calc(60/ 16 * 1em); line-height: calc(40/ 16 * 1em);  transform-origin: 50% 50%; transform: rotate(-45deg);}
.Floor003079 .box li .tag_new{ background: #ffa32d;}
.Floor003079 .box li .tag_hot{ background: #e60012;}
.Floor003079 .box li .txt{padding: calc(40/ 16 * 1em) 0 0; z-index: 10;}
.Floor003079 .box li .txt aside{font-size: calc(20/ 16 * 1em); color: #212224; margin-bottom: calc(20/ 20 * 1em);}

.Floor003079 .box li:hover .pic{ box-shadow: 0 5px 25px 0 rgb(145 160 170 / 40%);}
.Floor003079 .box li:hover .product_primary_image{opacity: 0; }
.Floor003079 .box li:hover .product_secondary_image{opacity: 1; }
.Floor003079 .box li:hover .txt aside{ color: #e60012; }

@media(min-width:1025px){
.Floor003079 .box li{  width: calc((100% - (20/ 16 * 1em)*3)/4); }
.Floor003079 .box li:nth-child(4n){ margin-right: 0; }
}
@media(max-width:1024px){
.Floor003079{ padding: 5% 0;}
.Floor003079 .tab-dots li{ margin: calc(5/ 18 * 1em) calc(10/ 18 * 1em);}
.Floor003079 .box li{ width: calc((100% - (20/ 16 * 1em))/2); margin-bottom: calc(20/ 16 * 1em);}
.Floor003079 .box li:nth-child(2n){ margin-right: 0; }
}




/*Floor0030790 */
.Floor0030790{ padding:5% 0 2% 0; text-align: center; overflow: hidden;}

.Floor0030790 .nav_name{padding-bottom:3%;list-style: none;}
.Floor0030790 .nav_name li{color: #5f5d5d;    background: #f5f5f5;    display: inline-block;    list-style: none;    font-size: calc(18 / 16* 1em);    line-height: calc(40 / 18* 1em);    text-align: center;padding: 0 calc(30 / 18* 1em);    border-radius: calc(40 / 18* 1em);    cursor: pointer;    margin: 0 calc(10 / 18* 1em);}
.Floor0030790 .nav_name li:hover{ background: #e60012; color: #fff;  }
.Floor0030790 .nav_name li a:hover{color: #fff;}


.Floor0030790 .tab-dots{overflow: hidden; margin-bottom: calc(40/ 16 * 1em);}
.Floor0030790 .tab-dots li{background: #f5f5f5; display: inline-block; list-style: none;font-size: calc(18/ 16 * 1em);line-height: calc(40/ 18 * 1em); text-align: center; color: #5f5d5d; padding: 0 calc(30/ 18 * 1em);border-radius: calc(40/ 18 * 1em); cursor: pointer;margin: 0 calc(10/ 18 * 1em);}
.Floor0030790 .tab-dots li.slick-active{color: #fff;background: #e60012;}
.Floor0030790 .slick-list{overflow: inherit;}
.Floor0030790 .box li{ float: left; width: calc((100% - (20/ 16 * 1em)*3)/4); margin-right: calc(20/ 16 * 1em);margin-bottom: calc(20/ 16 * 1em);}
.Floor0030790 .box li a{display: block;position: relative; }
.Floor0030790 .box li .pic{ position: relative; padding-bottom: 100%;background-color:#fff;box-shadow: 0 5px 25px 0 rgb(145 160 170 / 20%);border-radius: calc(20/ 16 * 1em); overflow: hidden; transition: all .5s;}
.Floor0030790 .box li .Ispic{position: absolute; z-index: 5; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s; }
.Floor0030790 .box li .product_secondary_image{opacity: 0; }
.Floor0030790 .box li .tag{position: absolute; z-index: 10;left: calc(-40/ 16 * 1em); top: calc(20/ 16 * 1em); font-weight: 700;color: #fff; padding: 0 calc(60/ 16 * 1em); line-height: calc(40/ 16 * 1em);  transform-origin: 50% 50%; transform: rotate(-45deg);}
.Floor0030790 .box li .tag_new{ background: #ffa32d;}
.Floor0030790 .box li .tag_hot{ background: #e60012;}
.Floor0030790 .box li .txt{padding: calc(40/ 16 * 1em) 0 0; z-index: 10;}
.Floor0030790 .box li .txt aside{font-size: calc(20/ 16 * 1em); color: #212224; margin-bottom: calc(20/ 20 * 1em);}

.Floor0030790 .box li:hover .pic{ box-shadow: 0 5px 25px 0 rgb(145 160 170 / 40%);}
.Floor0030790 .box li:hover .product_primary_image{opacity: 0; }
.Floor0030790 .box li:hover .product_secondary_image{opacity: 1; }
.Floor0030790 .box li:hover .txt aside{ color: #e60012; }

@media(min-width:1025px){
.Floor0030790 .box li{  width: calc((100% - (20/ 16 * 1em)*3)/4); }
.Floor0030790 .box li:nth-child(4n){ margin-right: 0; }
}
@media(max-width:1024px){
.Floor0030790 .tab-dots li{ margin: calc(5/ 18 * 1em) calc(10/ 18 * 1em);}
.Floor0030790 .box li{ width: calc((100% - (20/ 16 * 1em))/2); margin-bottom: calc(20/ 16 * 1em);}
.Floor0030790 .box li:nth-child(2n){ margin-right: 0; }
}












/*Floor003106*/
.Floor003106 .auto{max-width: 1600px;}
.Floor003106 .list{position: relative;z-index: 1;}
.Floor003106 .bg-img{position: relative;}
.Floor003106 .main .slider li{text-align: center; padding:0 2px; color: #fff; cursor: pointer;}
.Floor003106 .main .slider li .con{background: rgba(255,255,255,0.15); padding:calc(30 / 16 * 1em) 1vw;  border-radius:calc(20 / 16 * 1em) calc(20 / 16 * 1em) 0 0;}
.Floor003106 .main .slider li .icon{position: relative;display: inline-block; margin-right:calc(10 / 16 * 1em); vertical-align: middle; width: calc(34 / 16 * 1em); height:calc(34 / 16 * 1em);}
.Floor003106 .main .slider li .icon img{display: block; max-width:calc(34 / 16 * 1em); max-height:calc(34 / 16 * 1em); opacity: 0.8; position: absolute; left:50%; top: 50%; transform: translate(-50%,-50%);}
.Floor003106 .main .slider li .name{font-size:calc(24 / 16 * 1em); display: inline-block; vertical-align: middle; color: #fff;}
.Floor003106 .main .slider li:hover .con,
.Floor003106 .main .slider li.slick-current .con{background: #e60012;}
.Floor003106 .main .slider li.slick-current .icon img,
.Floor003106 .main .slider li:hover .icon img{opacity: 1;}
.Floor003106 .main .slider li.slick-current .name,
.Floor003106 .main .slider li:hover .name{font-weight: bold;}
.Floor003106 .tit{font-size:calc(24 / 16 * 1em); padding-left:calc(15 / 24 * 1em); border-left:calc(6 / 24 * 1em) solid #fff; line-height: 1; color: #fff;}
.Floor003106 .txt{line-height: 1.75;text-align: justify; margin:1.5vw 0 3vw;}
.Floor003106 .txt p{    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;}
.Floor003106 .txt p+p{margin-top:15px; }
.Floor003106 .slick-arrow{width: 56px;height:56px; position: absolute; top: 50%; margin-top: -28px; background:none; transition: 0.3s; }
.Floor003106 .slick-arrow:before{position: absolute; content: ''; width:20px; height:20px; transform: rotate(45deg);border-top: 2px solid #fff;border-right: 2px solid #fff; left: 50%; top: 50%; margin: -10px 0 0 -12px;}
.Floor003106 .slick-prev{left:-60px; transform: rotate(-180deg); }
.Floor003106 .slick-next{right:-60px;}
.Floor003106 .slick-arrow:hover:before{border-color: #e60012;}
.Floor003106 .txt-area{margin: 0 auto;}
.Floor003106 .bg-img .Ispic{height:600px; position: relative; z-index: 1;}
@media (min-width:1025px) {
.Floor003106 .title{position:relative;}
.Floor003106 .Hometit{position: absolute;left: 0; top: calc(180 / 1920 * 100vw);color: #fff; width: 100%;}
.Floor003106 .Hometit .en{opacity: 0.15;}
.Floor003106 .Hometit::after{background: #fff;}
.Floor003106 .main{position: absolute; bottom: 0; left: 0; width: 100%; z-index:20;}
.Floor003106 .main .slider li .icon{display: inline-block; margin-right:calc(10 / 16 * 1em); vertical-align: middle;}
.Floor003106 .txt-area{position: absolute; left: 0; top:55%; width: 100%; transform: translateY(-50%);z-index:10;}
.Floor003106 .bg-img .Ispic{height:75vh;}
.Floor003106 .bg-img .Ispic::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); content: '';}
.Floor003106 .txt{ width:40%;}
.Floor003106 .Homemore a:not(:hover){color: #fff;  border-color:#fff; background-image:url(../images/more-on.svg) ;}
}

.Floor003106 .Hometit {
    position: absolute;
    left: 0;
    top: calc(150 / 1920* 100vw);
    color: #fff;
    width: 100%;
    z-index: 10;
    font-size: 44px;
    font-weight: bold;
}
@media (max-width:1024px) {
    .Floor003106 br{display:none;}
    
    .Floor003106 .bg-img .Ispic{width: 100%;height: auto;padding-bottom: 53%;}
    .Floor003106 .Hometit{position: static;color: #333;font-size: 2em;margin-bottom: 1em;}
    .Floor003106 .main .slider li .name{font-size: 1.3em;color: #333;}
    .Floor003106 .main .slider li.slick-current .name, .Floor003106 .main .slider li:hover .name{color: #fff;}
    .Floor003106 .main .slider li .icon{display:none;margin: 0 auto;}
    .Floor003106 .txt p{color: #333;    font-size: calc(20/ 16 * 1em);}
    .Floor003106 .list{overflow: hidden;}
    
    
    }

/*Floor003099 */
.Floor003099{padding-top:5vw; padding-bottom: 2vw;    background: #f5f5f5;}
.Floor003099 .auto{max-width: 1600px; overflow: hidden;}
.Floor003099 .slick-list li a{display: block; margin: 0 2.55vw;}
.Floor003099 .pic{overflow: hidden;position: relative;margin-right: 3px;border-radius: 15px;}
.Floor003099 li a:hover .pic:after,
.Floor003099 li a:hover .pic:before{width: 100%; height: 100%; opacity: 1;}
.Floor003099 .pic .Ispic{padding-bottom:60%; transition: 0.5s;border-radius: 15px;}
.Floor003099 li a:hover .Ispic{transform: scale(1.2);border-radius: 15px;}
.Floor003099 li .txt{padding-top: 1vw;}
.Floor003099 .slick-dots{display: table; margin: 0 auto;}
.Floor003099 .slick-dots li{float: left; border: 1px solid #eaeaea;border-radius: 50%; width: 8px; height: 8px; margin: 0 12px;background: #eaeaea;}
.Floor003099 .slick-dots li button{display: none;}
.Floor003099 .slick-dots li.slick-active{border-color: #ff0000;background: none;}
.Floor003099 .txt label{display: block; font-size: 16px;color: #000; margin-bottom: 1.5vw;}
.Floor003099 .txt time{font-size: calc(16 / 16* 1em);color: #999;}
.Floor003099 .txt .tit{font-size: calc(22 / 16* 1em);color: #111; line-height: 1.071em; min-height: 2em; margin-top: 10px; font-weight: bold;}
.Floor003099 .txt p{line-height:1.8; color: #666;margin-bottom: 2%;font-size: 16px;}

.Floor003099.newBox ul{display: flex;flex-wrap: wrap;}
.Floor003099.newBox li{margin-right: 3%;width: 30%;margin-bottom: 3%;}
.Floor003099.newBox li:nth-child(3n){margin-right: 0;}
@media(min-width:1025px){
.Floor003099 .slider .slick-list li{padding-bottom: 2.24vw;}
}
@media(min-width:641px){
.Floor003099 .slider{ margin: 0 -2.55vw;}
}
@media(max-width:640px){
.Floor003099 .txt .tit{font-size: 5vw;}
}


/*Bottom001931*/
.Bottom001931 .auto{max-width: 1600px;}
.Bottom001931{ background-color:#232323;    background:#202020;    background-size: cover;}
.Bottom001931 .bottom{ padding-top:4%;padding-bottom:2%;}
.Bottom001931 dl{ width:40.8%; float:left;}
.Bottom001931 dl dd{ height:22px; line-height:22px; padding-left:40px; margin-bottom:25px; color:#f4f4f4;background:url(../images/Bottom001931-icon_call.png) no-repeat left top;}
.Bottom001931 dl .dd_1{ color:#e60012; font-size:30px; font-weight: bold; }
.Bottom001931 dl .dd_2{ background-image:url(../images/Bottom001931-icon_email.png);}
.Bottom001931 dl .dd_3{ background-image:url(../images/Bottom001931-icon_location.png);}
.Bottom001931 dl .dd_4{ background-image:url(../images/Bottom001931-icon_webchat.png); margin-bottom:15px;}
.Bottom001931 dl .pic{ height:auto;background:none;}
.Bottom001931 dl .pic img{width:116px; height:116px; display:block; border:6px solid #fff;border-radius: 6px;}

.Bottom001931 .form{ float:right; width:56%;}
.Bottom001931 .form h3{margin: 0 0 3% 0; font-weight: normal; color:#fff; font-size:20px; background:url(../images/Bottom001931-icon_join.png) no-repeat left center; padding-left:30px;}
.Bottom001931 .form li{ padding-bottom:15px; width:33.3333333%; float:left; padding-right:3%;}
.Bottom001931 .form li.txt{ width:100%;}
.Bottom001931 .form li div{ position:relative;}
.Bottom001931 .form li label{ color:#666; font-size:16px; position:absolute; left:10px; top:0;line-height:40px;}
.Bottom001931 .form ol{ clear:both;}
.Bottom001931 .form .text{ width:100%;padding-left:55px; height:40px; line-height:40px;  border:1px solid #ebebeb; background:#ebebeb; border-radius:5px;}
.Bottom001931 .form textarea.text{padding-left:55px;height:120px; }
.Bottom001931 .form .btn{ width:100px; height:40px;background:#a3a3a3; color:#fff; font-size:16px; cursor:pointer; border-radius:5px; border: none;}
.Bottom001931 .form .btn:hover{ background:#e60012;}

.Bottom001931 footer{background:#202020; border-top:1px solid #333;line-height:60px; padding:10px 0;color:#cac4c3; font-size:16px;}
.Bottom001931 footer a{ display:inline-block;color:#cac4c3;}
.Bottom001931 footer nav{ float:right}
.Bottom001931 footer em{ font-style:normal;margin:0 10px;}
.Bottom001931 footer a:hover{ color:#e60012;}
@media(max-width:1200px){
.Bottom001931 .title figure{ background-position:95% center;}
}
@media(max-width:1000px){
.Bottom001931 footer nav { float:none;line-height: 1.5;}
.Bottom001931 .form{display: none;}
}
@media(max-width:768px){
.Bottom001931 dl,
.Bottom001931 .form{ float:none; width:auto;}
}
@media(max-width:480px){
.Bottom001931 .title{ background-size:cover;}
.Bottom001931 .title figure{ height:100px; background-size:auto 50%;}
.Bottom001931 .form li{ padding-right:0; width:auto; float:none;}
}


/*Banner003144 */
.Banner003144 .pc{background-position: center center; background-repeat: no-repeat; height:21.85em; background-size: cover;}
@media (min-width:1025px) {
.Banner003144 .wap{display: none;}   
}
@media (max-width:1024px) {
.Banner003144 .pc{display: none;}      
}
/*Menu003135 */
.Menu003135{box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);}
.Menu003135 .current{ font-size: 0.875em; padding-left: 1.21428em;background: url(../images/Menu003135-icon.svg) no-repeat left center;background-size: 1em auto; line-height: 5.7142;}
.Menu003135 .current,
.Menu003135 .current a:not(:hover){color: #999;}
.Menu003135 .current span{color: #333;}
.Menu003135 .nav-menu li{float: left;font-size: 1.125em;line-height: 4.44444;}
.Menu003135 .nav-menu li:not(:last-child){margin-right:2.222em;}
.Menu003135 .nav-menu li a{display: block;position: relative;}
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a{color: #e60012;}
.Menu003135 .nav-menu li.aon a:before{position: absolute;content: ''; left: 0; bottom: 0;width: 100%; height: 2px;background-color: #e60012;}
@media (max-width:1024px) {
.Menu003135 .current{display: none;}   
.Menu003135 .nav-menu li{line-height:3;}
}
/*Page003143 */
.Page003143 .Pages{padding: 0 0 3% 0;text-align: center;}
.Page003143 .Pages .p_page a.a_first,
.Page003143 .Pages .p_page a.a_end,
.Page003143 .Pages > span:not(.p_page){display: none;}
.Page003143 .Pages .p_page{display: table; margin: 0 auto;}
.Page003143 .Pages .p_page *{float: left;}
.Page003143 .Pages .p_page a{border: solid 1px #ebebeb;line-height: 36px;transition: 0.3s;}
.Page003143 .Pages .p_page > a{border-radius: 5px;padding: 0 15px;}
.Page003143 .Pages .p_page em{font-style: normal; margin: 0 30px;}
.Page003143 .Pages .p_page em a{width: 36px;border-radius: 50%; margin: 0 5px;}
.Page003143 .Pages .p_page a:hover,
.Page003143 .Pages .p_page a.a_cur{color: #fff;background-color: #e60012;border-color: #e60012;}
@media (max-width:1024px) {
.Page003143 .Pages{padding: 0 0 2em 0;}
.Page003143 .Pages .p_page em{display: none;}
.Page003143 .Pages .p_page > a{margin: 0 10px;}
}
.Page003143{margin-bottom: 3%;}







/*
 .RighInfo001277 为demo编号
 */
.RighInfo001277{ padding:6% 0;}
.RighInfo001277 .auto{max-width: 1600px;width: 86%;}
.RighInfo001277 .list_img{ float:left; width:55.6%; position:relative;}
.RighInfo001277 .big_img{ position:absolute; left:0; top:0; height:100%; width:80%;}
.RighInfo001277 .big_img li,
.RighInfo001277 .big_img li figure{ position:absolute; left:0; width:100%; top:0; height:100%;}
.RighInfo001277 .big_img li figure{ border:1px solid #dcdcdc;background-size:contain;}
.RighInfo001277 .list{ padding:42px 0 42px 82.9%;}
.RighInfo001277 .list .bd{ position:relative;}
.RighInfo001277 .list a{ position:absolute; width:17.1%; height:40px; right:0; background:url(../images/RighInfo001277-btn_prev.png) no-repeat center center/auto 50%;  cursor:pointer;}
.RighInfo001277 .list a.prev{ top:0;}
.RighInfo001277 .list a.next{ bottom:0; background-image:url(../images/RighInfo001277-btn_next.png);}
.RighInfo001277 .list a.prevStop,
.RighInfo001277 .list a.nextStop{ cursor:default;}
.RighInfo001277 .list li{ height:130px;  position:relative;}
.RighInfo001277 .list li figure{ position:absolute; left:0; width:100%; top:9px; bottom:9px; background-size:contain; border:1px solid #f2f2f2;}
.RighInfo001277 .list li.on figure{ border:2px solid #e60012;}
.RighInfo001277 .right_info{ float:right; width:39.2%;}
.RighInfo001277 .right_info h1,
.RighInfo001277 .right_info h3,
.RighInfo001277 .right_info p{ margin:0;padding:5% 0;border-bottom:1px solid #e7e8e8;}
.RighInfo001277 .right_info h1{ padding:7% 0; color:#e60012; font-size:26px; }
.RighInfo001277 .right_info h3{ font-size:22px; font-weight:normal;color: #333;}
.RighInfo001277 .right_info p{line-height:30px; color:#999; margin-bottom:10%;}
.RighInfo001277 .right_info a{ display: inline-block;
    border: 1px solid #e60012;
    padding: 16px 7%;
    color: #e60012;
    transition: 0.4s;
    font-size: 15px;}
.RighInfo001277 .right_info a:hover{ background-color:#e60012; color:#fff;}

.RighInfo001277 .tab{ padding:3% 0;}
.RighInfo001277 .tab .h1_tab{ margin:0; border-bottom:1px solid #e7e8e8; overflow:hidden; font-size:16px; font-weight:normal; color:#000;}
.RighInfo001277 .tab .h1_tab span{ float:left; padding:0 5%; line-height:50px; background-color:#f2f2f3; margin-right:4px; cursor:pointer;}
.RighInfo001277 .tab .h1_tab span.on{ background-color:#e60012; color:#fff;}
.RighInfo001277 .tab .info{     padding-top: 3%;
    font-size: 16px;
    color: #666;
    line-height:38px;}
.RighInfo001277 .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url(../images/RighInfo001277-icon_download.png) no-repeat right center; padding:10px 0;}
.RighInfo001277 .ul_download li a{ padding:0 38px; background:url(../images/RighInfo001277-icon.png) no-repeat left center;}

@media(max-width:768px){
.RighInfo001277 .list_img,
.RighInfo001277 .right_info{ float:none; width:auto;}
}
@media(max-width:640px){
.RighInfo001277 .list li{ height:100px;}
.RighInfo001277 .right_info h1{font-size:20px; }
.RighInfo001277 .right_info h3{ font-size:16px;}
 }	
@media(max-width:480px){
.RighInfo001277 .list{ padding-top:30px; padding-bottom:30px;}
.RighInfo001277 .list a{ height:28px;}
.RighInfo001277 .list li{ height:80px;}
.RighInfo001277 .tab .h1_tab{ font-size:14px;}
.RighInfo001277 .tab .h1_tab span{ padding:0 3%;}
 }	




/*TextList002514 */
.TextList002514{margin-bottom: 5%;}
.TextList002514 .list{ border:1px solid #e8e8e8; padding:0 3%; margin-bottom:15px;}
.TextList002514 .job-title{line-height: 44px;padding: 15px;font-size: 18px;cursor: pointer;position: relative;font-weight: bold;color: #333;}
.TextList002514 .job-title i{ position:absolute; width:22px; height:22px; background:#e60012; border-radius:50%; right:0; top:50%; margin-top:-11px;}
.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after{ position:absolute; content:''; background:#fff;}
.TextList002514 .job-title i::before{ left:20%; width:60%; height:2px; top:50%; margin-top:-1px;}
.TextList002514 .job-title i::after{ left:50%; margin-left:-1px; width:2px; top:20%; height:60%;}
.TextList002514 .job-title.select i::after{ display:none;}
.TextList002514 .job-title.select{ color:#e60012;}
.TextList002514 .job-main{ display:none; padding:22px 0; border-top:1px dotted #e5e5e5;}
.TextList002514 .job-email{ color:#e60012; padding:30px 0;}
.TextList002514 .job-main .job-info{font-size: 16px;line-height: 30px;}



/*.PicList000762*/
.PicList000762{ padding:5% 0 3% 0;}
.PicList000762 li{ float:left; width:23.5%; margin-right:2%; margin-bottom:2%; }
.PicList000762 li:nth-child(4n){ margin-right:0;}
.PicList000762 li a{ display:block;background-color:#fff; transition: 0.3s; border-radius: 15px; overflow: hidden; box-shadow:0px 0em 1.25em rgba(0, 0, 0, 0.08);}
.PicList000762 li h2{ margin:0; font-size:1.125em; color:#333; text-align:center; font-weight: normal; padding:1.125em 1em;}
.PicList000762 li .pic{overflow: hidden;}
.PicList000762 li figure{ background-position:center center; background-repeat:no-repeat; background-size:contain; padding-bottom:120%;transition: 0.3s;}
.PicList000762 li a:hover figure{transform: scale(1.1);}
.PicList000762 li a:hover h2{color:#e60012;}
@media(max-width:640px){
.PicList000762 li{width:49%;}
.PicList000762 li:nth-child(3n){ margin-right:2%;}
.PicList000762 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList000762 li h2{font-size:14px;}
}



.AboutInfo{ overflow: hidden;  padding: 5% 0; }
.AboutInfo .left .info {color: #333;line-height: 2;padding: 0 0 calc(32 / 16* 1em) 0;font-size: calc(16 / 16* 1em);}

.AboutInfo .right img {border-radius: 15px;}
@media(min-width:1025px){
.AboutInfo .left{ width: 46%;}
.AboutInfo .right{  padding-left: 5%;}
}
@media(max-width:1024px){
.AboutInfo .right{max-width: 553px; margin: 0 auto;}
.AboutInfo .left{padding-bottom: 5vw;}
}

.PicList002938{padding: 5% 0 3% 0;}
.PicList002938 li{padding:calc(25 / 16 * 1em) 0; border-bottom: 1px solid #eee;}
.PicList002938 li:first-child{padding-top:0; }
.PicList002938 li .pic{overflow: hidden; border-radius: 15px;}
.PicList002938 li .Ispic{display: block; width: 100%; padding-bottom:62.5%; transition: .3s;}
.PicList002938 li a:hover .Ispic{transform: scale(1.1);}
.PicList002938 li .tit{font-size:calc(22 / 16 * 1em); color: #333;  margin-bottom:calc(16 / 22 * 1em) ;}
.PicList002938 li a:hover .tit{color: #e60012;}
.PicList002938 li .txt{font-size:calc(16 / 16 * 1em); line-height:1.875; margin:calc(20 / 16 * 1em) 0 ; color: #999;}
.PicList002938 li time{display: inline-block; padding-left: 1.5em; color: #999; background: url(../images/icon-time.svg) no-repeat left center; background-size: auto 1.125em;}

@media (min-width:1025px) {
 .PicList002938 li .pic{width:25%;}
 .PicList002938 li .pic+.con{padding-left:4%;}
}

@media(max-width:768px){
.PicList002938 .ytable-cell{ display:block}
.PicList002938 li{    padding: 25px 0;}
.PicList002938 li .pic{margin-bottom: 3%;}
.PicList002938 li.txt{margin: 12px 0;}
}

/*News_detail*/
.News_detail { padding: 5% 0; }
.News_detail .news_info {}
.News_detail .news_info .title { text-align: center; padding-bottom: 2%; border-bottom: 1px solid #eee;  margin-bottom: 1.5em; }
.News_detail .news_info .title h1 { margin: 0; padding-bottom: 1%; font-size: calc(26 / 16 * 1em); font-weight: bold;  color: #333; }
.News_detail .news_info .title aside span { display: inline-block; vertical-align: middle; margin: 0 1.5em 0.5em; line-height: 2; color: #999; }
.News_detail .news_info .title time {display: inline-block;color: #999;font-size: calc(16 / 16 * 1em);padding-left: 30px;background: url(../images/icon-time.svg) no-repeat left center;background-size: auto 18px;margin-top: 10px;}
.News_detail .news_info .title .social-share { display: inline-block; }
.News_detail .social-share a { background-position: center center !important; background-repeat: no-repeat !important; background-color: #f3f4f7 !important; margin: 0 0 0 1em; }
.News_detail .social-share a:before { display: none; }
.News_detail .social-share a.icon-wechat { background-image: url("../images/RighInfo002973_share_wx.png"); }
.News_detail .social-share a.icon-weibo { background-image: url("../images/RighInfo002973_share_sina.png"); }
.News_detail .social-share a.icon-qq { background-image: url("../images/RighInfo002973_share_qz.png"); }
.News_detail .news_info img {margin: 1% auto; /* margin: 2% auto; max-width: 50%; */ text-align: center }
.News_detail .info { line-height: 2; color: #333; font-size: calc(16 / 16 * 1em);}
.News_detail .info img{ display: block; margin: 10px auto;}
.News_detail .bot { position: relative; margin-top: 2.5em; padding-top: 2em; border-top: 1px dashed #d2d2d2 }
.News_detail .info_back { text-align: center; clear: both; position: absolute; right: 0; bottom: 0 }
.News_detail .info_back a { position: relative; color: #fff; display: block; width: 150px; line-height: 3; border-radius: 100px; background:#e60012;}
.News_detail .info_back a:hover { background: #ca0111; }
.News_detail .info_pn span { display: block;  margin: 1% 0; }
.News_detail .info_pn span a { color: #666; }
.News_detail .info_pn span a:hover { color: #e60012; }

@media(max-width:1024px) {
.News_detail .bot{margin-top: 2em;padding-top: 1.5em;}
.News_detail .info_back { position: relative; margin-bottom: 1em;}
.News_detail .news_info .title h1 { font-size: 1.5em; }
.News_detail .info_back a{ text-align: center; display: table;margin: 0 auto; width: 100px;}
.News_detail .info_pn span {  margin: 2% 0; }
.News_detail .info img{ width: 100% !important; height: 100% !important;}
}




.ContactInfo{ overflow: hidden;  padding: 5% 0; }

.ContactInfo .info h2{font-size: calc(26 / 16 * 1em); line-height: 1.2; color: #333; margin: 0;margin-bottom: calc(20 / 26 * 1em); }
.ContactInfo .Contact li{display: flex;flex-wrap: wrap;align-items: center;border-bottom: 1px dashed #e6e6e6; padding:calc(16 / 16 * 1em) 0 ;}
.ContactInfo .Contact li .icon{width: calc(58 / 16 * 1em);}
.ContactInfo .Contact li .icon img{max-width: calc(42 / 16 * 1em);}
.ContactInfo .Contact li .txt{font-size: calc(18 / 16 * 1em);color: #333;}
.ContactInfo .Contact li .txt .tit{color: #999; margin-bottom: calc(8 / 16 * 1em); }
.ContactInfo .Contact li .txt p{ margin: 0;}
.ContactInfo .Contact li .txt p b{ font-size: calc(24 / 16 * 1em);color: #e60012;}

.ContactInfo .img img {border-radius: 15px;}
@media(min-width:1025px){
.ContactInfo .Contact{ width: 46%;}
.ContactInfo .img{  padding-left: 5%;}
}
@media(max-width:1024px){
.ContactInfo .Contact{padding-bottom: 5vw;}
}



/*Form003139 */
.Form003139{position: relative;z-index: 1; background: #f8f8f8; padding: 5% 0; }
.Form003139 .title:after{display: block;content: '';width: 15px; height: 2px; background-color: #d72623; margin: 1.1538em 0;}
.Form003139 .desc{font-size: 0.875em;color: #999999;line-height: 1.78571;}
.Form003139 .form{background-color: #f9f9f9; margin-top: 3.375em;}
.Form003139 .form-ul{margin: 0 auto;} 
.Form003139 .form-ul li{margin-bottom: 20px;position: relative;}
.Form003139 .form-ul li .tit{position: absolute;left: 1.1428em; top: 0;font-size: 1em; line-height: 3.5;color: #333333;}
.Form003139 .form-ul li select,
.Form003139 .form-ul li .text{width: 100%;border-radius: 5px; border: solid 1px #ededed;font-size: 1em;line-height:  3.5;height:  3.5em; background: #fff;padding: 0 1em;}
.Form003139 .form-ul li textarea.text{height: 150px;}
.Form003139 .form-ul .btn{width: 10em; background: #e60012;border-radius: 5px;font-size:1em;height:  3.5em;color: #fff;cursor: pointer; border: 0; display: table; margin: 0 auto; margin-top: 1em;}
@media (min-width:1025px) {  
.Form003139 .form-ul .row-2 li{float: left;width:calc(50% - 15px);}
.Form003139 .form-ul .row-2 li:nth-child(2n){float: right;}
.Form003139 .form-ul .row-3 li{float: left;width:32%; margin-right: 2%;}
.Form003139 .form-ul .row-3 li:nth-child(3n){margin-right: 0%;}
.Form003139 .form-ul{width: 100%;}
}
@media (max-width:1024px) {
.Form003139 .form-ul{padding: 2em 0;}
.Form003139 .form-ul{width: 90%;}
}





/*
 .Floor000881 为demo编号
 */
.Floor000881{   padding:5% 0 0 0;}
.Floor000881 h1{ margin:0; margin-bottom:24px; font-size:20px; font-weight:normal; background:url(../images/Floor000881-icon.png) no-repeat left center; padding-left:30px;color:#333;}
.Floor000881 h1 a{ float:right; color:#999; font-size:16px;}
/*slick Basic*/
.Floor000881 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.Floor000881 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.Floor000881 .slick-list:focus {outline: none}
.Floor000881 .slick-list.dragging {cursor: pointer;cursor: hand;}
.Floor000881 .slick-slider .slick-track, 
.Floor000881 .slick-slider .slick-list { -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)}
.Floor000881 .slick-track {position: relative; top: 0; left: 0; display: block;}
.Floor000881 .slick-track:before, 
.Floor000881 .slick-track:after{display: table; content: '';}
.Floor000881 .slick-track:after{ clear: both;}
.Floor000881 .slick-loading .slick-track { visibility: hidden;}
.Floor000881 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.Floor000881 .slick-slide .slick-loading img { display: none;}
.Floor000881 .slick-slide .dragging img { pointer-events: none;}
.Floor000881 .slick-initialized .slick-slide { display: block;}
.Floor000881 .slick-loading .slick-slide { visibility: hidden;}
.Floor000881 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.Floor000881 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.Floor000881 .list_scroll li a{display: block; margin: 0 16px;background:#fff;overflow: hidden;border-radius: 15px; }
.Floor000881 .list_scroll li .Ispic{padding-bottom:85%;    border-radius: 15px;    transition: 0.5s;}
.Floor000881 .list_scroll li p{text-align:center; margin:0; line-height:55px;border:1px solid #eaeaea; border-top:0;}
.Floor000881 .list_scroll li:hover .Ispic{transform: scale(1.2);border-radius: 15px;}

.Floor000881 .slick-arrow{ position:absolute; width:22px; height:22px; top:50%; margin-top:-11px; overflow:hidden;font-size: 0; cursor: pointer;z-index:10; border: 0;background: none;padding: 0; border-top: 2px solid #e60012;border-left: 2px solid #e60012;transform:rotate(-45deg);}
.Floor000881 .slick-prev{ left:-25px;}
.Floor000881 .slick-next{transform:rotate(135deg); right:-25px;}
@media(min-width:1293px){
.Floor000881 .list_scroll .slider{margin: 0 -16px;}
}
@media(max-width:1292px){
.Floor000881 .slick-prev{ left:0;}
.Floor000881 .slick-next{ right:0;}
}
@media(max-width:768px){
.Floor000881{ padding:20px 0;}
.Floor000881 .list_scroll .slider{padding: 0 26px;}
.Floor000881 .list_scroll li a{margin: 0 5px;}
}
.Floor000881 h2{    color: #333;
    margin-bottom: 1.5%;}





/*TextList002739 */
.TextList002739{padding: 5% 0 2% 0;}
.TextList002739 .auto{max-width: 1600px;margin: 0 auto;}
.TextList002739 .column-name{ text-align: center; padding: 35px 0; font-size: 28px;}
.TextList002739 .column-name .cn{color: #e60012; letter-spacing: 5px;line-height: 48px;  position: relative; z-index: 10; text-indent: 5px;}
.TextList002739 .column-name .en{text-transform: uppercase; color: #f1f1fa; margin-top: -18px;line-height: 24px; }
@media(max-width:480px){
.TextList002739 .column-name{ font-size: 24px;}
.TextList002739 .column-name .cn{line-height: 40px;}
}


.TextList002739 .list-group .tit{cursor: pointer;
    line-height: 69px;
    font-size: 18px;
    color: #333; }
.TextList002739 .list-group .tit:before{background: #e60012; width: 4px; height: 4px; display: inline-block; content: '';vertical-align: middle; margin-right: 27px; }


.TextList002739 .title{padding: 0 40px;
    line-height: 60px;
    background: #e60012;
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid #ededed;
    margin-top: 20px;
    border-radius: 10px;}
.TextList002739 .title time,
.TextList002739 .tit time{float: right; }
.TextList002739 .tit time{color: #888;}
.TextList002739 .list{border-bottom: 1px solid #ededed;}
.TextList002739 .tit{padding: 0 40px; background: #fafafa; font-weight: normal; margin: 0;}
.TextList002739 .tit.active{background: #fff; margin: 0 40px; padding: 0; border-bottom: 2px solid #e60012; color: #e60012;}
.TextList002739 .tit.active time{color: #e60012;}
.TextList002739 .info{padding: 10px 40px 20px 70px;}
.TextList002739 .info .singlePage{font-size: 15px;
    line-height: 33px;
    color: #3e3e3e;}
@media(min-width:769px){
.TextList002739 .title time{ margin-right: 78px;}
.TextList002739 .tit time{padding-right: 63px;}
}
@media(max-width:768px){
.TextList002739 .title{ padding:0 20px; line-height: 50px;}
.TextList002739 .tit{padding: 0 20px;}
.TextList002739 .tit.active{margin: 0 20px;}
.TextList002739 .title time{ margin-right: 12px;}
.TextList002739 .list-group .tit:before{ margin-right: 10px;}
.TextList002739 .info{padding: 10px 20px 10px 34px;}
}
@media(max-width:480px){
.TextList002739 .tit time{margin-right: 0;}
.TextList002739 .tit time{ font-size: 12px;}
}


.video_files{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	z-index: 1001;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.video_files .close{
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #00773f;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_files .close .icongb{
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../images/closeIcon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.video_files video{width: 100%;height: 100%;object-fit: contain;background:#000;}
.videoInfo .video{cursor: pointer;position: relative;height: 100%;}
.videoInfo .imgbox{width: 100%;height: 100%;overflow: hidden;position: relative;}
.videoInfo .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.videoInfo .video .iconbf4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 66px;
    color: #fff;
    transition: all 0.5s;
    height: 66px;
    background-image: url(../images/startIcon.png);
    background-repeat: no-repeat;
    background-size: 66px;
    background-position: center;
}
.videoInfo .video .imgbox:after{position: absolute;left: 0;top: 0;width: 100%;content: "";background-color: rgba(0,0,0,0.5);height: 100%;transition: all 0.5s;border-radius: 30px;}
.videoInfo .video:hover .imgbox:after{background-color: rgba(0,0,0,0.2);}
.videoInfo .video:hover .iconbf4{transform: translate(-50%,-50%) scale(1.25);}
.videoInfo .icongb:before{display: none;}
@media screen and (max-width:1024px){
  .video_files .close .icongb {
    width: 24px;
    height: 24px;
    background-size: 24px;
}
}

@media screen and (min-width:1025px){
	.Top002898 .top-menu li{
		position: relative;
	}
	.Top002898 .top-menu .NavPull{
		background-color: #ffffff;
		border-radius: 0.5rem;
		box-shadow: 0 0.075rem 0.75rem 0 rgba(0, 0, 0, 0.125);
		list-style-type: none;
		margin: 0;
		width: 180%;
		padding: 0.5rem 0;
		position: absolute;
		left: -40%;
		display: none;
		transition: all 0.5s ease;
		opacity: 0;
	}
	.Top002898 .top-menu li:hover .NavPull{
		display: block;
		opacity: 1;
	}
	.Top002898 .top-menu .NavPull:before{
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #ffffff;
		box-shadow: -2px -2px 3px -1px rgba(0, 0, 0, 0.1);
		content: '';
		position: absolute;
		top: -8px;
		left: 50%;
		width: 22px;
		height: 22px;
		transform: translate(-50%, 0px) rotate(45deg);
	}
	.Top002898 .top-menu .NavPull dd{
		border-top: solid 1px #eeeeee;
		padding: 0;
		position: relative;
	}
	.Top002898 .top-menu .NavPull dd:first-child{
		border-top: none;
	}
	.Top002898 .top-menu .NavPull dd a{
		color: #3b3b3b;
		padding: 10px 20px;
		text-decoration: none;
		border: 0;
		display: flex;
		transition: all 0.3s ease;
	}
	.Top002898 .top-menu .NavPull dd a:hover{
		color: #e60012;
	}
}
.NavPull dd a{
	font-size: 16px;
}
@media screen and (max-width:1024px){
	.NavPull{
		padding: 0 20px;
	}
	.NavPull dd{
		-moz-transition: color 0.2s;
		    -webkit-transition: color 0.2s;
		    -ms-transition: color 0.2s;
		    transition: color 0.2s;
		    border-top: 1px solid rgb(35, 117, 227, 0.12);
		    border-bottom: 0;
		    color: inherit !important;
		    display: block;
		    padding: 10px 0;
		    text-decoration: none;
	}
	.Top002898 .open-menu.on i:nth-child(2){
		opacity: 1;
	}
}