<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*bannerèƒŒæ™¯å›¾ç‰‡åŠ¨ç”»*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@-webkit-keyframes fadeInUp{
  0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
  100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUp{
  0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
  100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
@-webkit-keyframes fadeInDown{
  0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{
  0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
@-webkit-keyframes fadeInLeft{
    0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
    100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInLeft{
    0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
    100%{opacity:1;-webkit-transform:none;transform:none}
}
@-webkit-keyframes fadeInRight{
  0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
  100%{opacity:1;transform:none}
}
@keyframes fadeInRight{
  0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
  100%{opacity:1;-webkit-transform:none;transform:none}
}
/*banner */
.index_main{
	background: #f7f7f7;
}

.index_main .fp-completely h2,
.index_main .fp-completely h3,
.index_main .fp-completely h3,
.index_main .fp-completely .right_scaleBg
{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
/*ç¬¬ä¸€å±*/
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item video{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	/*height: 100vh;*/
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .mark{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	background-color:#000;
	opacity:0.4;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}

.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 18.5%;
	right: 10px;
	left:13%; 
	opacity: 0; 
	transform: translateX(-160px);
	-webkit-transform: translateX(-160px); 
	-webkit-transition: all 100ms ease; 
	transition: all 100ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateX(0); 
	transform: translateX(0); 
	-webkit-transition-delay: 0.1s; 
	transition-delay: 0.1s;
}

.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 64px;
	line-height:90px;
	font-weight: bold;
	text-align:left;
	letter-spacing:0px;
	position: relative;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 .sp{
	display: inline-block;
	position: relative;
    top: -35px;
    left: -10px;
    font-size: 24px;
}
h3 .sp{
	display: inline-block;
    position: relative;
    top: -10px;
    left: 0px;
	font-size: 18px;
	margin: 0 5px
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 30px;
	text-align:left;
	margin-top: 10px;
	line-height:42px;
	letter-spacing: 0px;
	width: 55%;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: left;
	font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 0px;
}

.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "NotoSansCJKsc-Regula","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.index_main .section1 h2,.index_main .section1 h3,.index_main .section1 h4
{    
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    transform: translate(-100%,0);
    transition: .1s .1s;
    opacity: 0;
}
/*section2 ç¬¬äºŒå±*/

.index_main .section2{
	width: 100%;
	height: 100%;
	background-color:#C5C5C5;
	background: url(../image/OBU_di.png) no-repeat;
	background-size: 100% 100%;
}

.index_main .section2 h2{
	color: #3C3C3C;
	font-size: 64px;
	line-height:90px;
	font-weight: bold;
	text-align:left;
	letter-spacing:0px;
}
.index_main .section2 h3{
	color: #575757;
	font-size: 30px;
	text-align:left;
	line-height:42px;
	letter-spacing: 0px;
	width: 60%;
}
.index_main .section2 h2,.index_main .section2 h3,.index_main .section2 h4
{    
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    transform: translate(-100%,0);
    transition: .1s .1s;
    opacity: 0;
}
.index_main .section2 h4 a{
	color: #424242;
	font-size: 32px;
	text-align:left;
	line-height:45px;
	letter-spacing: 0px;	
}
.index_main .section2 h4 a:hover{
	color: #00A2FF;
	font-size: 32px;
	text-align:left;
	line-height:45px;
	letter-spacing: 0px;
}

.index_main .section1 .fp-tableCell
{
    display: table-cell;    
    width: 100%;
}
.index_main .section2 .fp-tableCell,.index_main .section3 .fp-tableCell,.index_main .section4 .fp-tableCell {
    display: table-cell;    
    width: 100%;
    padding-top:10.5%; 
}
.index_main .section2 .cover_img
{
    background-size: contain;
    background-position: bottom right;
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    
}
.index_main .section2 .right_scaleBg
{
    width:58%;
    left:auto;
    z-index:0;
    right:0;
    top:0;
    bottom:0;
    position:absolute;
}
.index_main .section2 .right_scaleBg
{    
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    transform: translate(0,-100%);
    transition: .1s .1s;
    opacity: 0;
}
/* ç¬¬ä¸‰å± */
.index_main .section3{
	width: 100%;
	height: 100%;
	background-color:#3D3D3D; 
	background: url(../image/RSU_di.png) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h2{
	color: #FFF;
	font-size: 64px;
	line-height:90px;
	font-weight: bold;
	text-align:left;
	letter-spacing:0px;
}
.index_main .section3 h3{
	color: #E3E3E3;
	font-size: 30px;
	text-align:left;
	line-height:42px;
	letter-spacing: 0px;
	width: 60%;
}
.index_main .section3 h4 a{
	color: #FFF;
	font-size: 32px;
	text-align:left;
	line-height:45px;
	letter-spacing: 0px;
}
.index_main .section3 h4 a:hover{
	color: #00A2FF;
	font-size: 32px;
	text-align:left;
	line-height:45px;
	letter-spacing: 0px;
}
.index_main .section3 h2,.index_main .section3 h3,.index_main .section3 h4
{    
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    transform: translate(-100%,0);
    transition: .1s .1s;
    opacity: 0;
}
.index_main .section3 .cover_img
{
    background-size: contain;
    background-position: bottom right;
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    
}
.index_main .section3 .right_scaleBg
{
    width:61%;
    left:auto;
    z-index:0;
    right:0;
    top:0;
    bottom:0;
    position:absolute;
}
.index_main .section3 .right_scaleBg
{    
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    transform: translate(0,-100%);
    transition: .1s .1s;
    opacity: 0;
}
/*ç¬¬å››å±*/
.index_main .section4{
	width: 100%;
	height: 100%;
	background-color:#F2F2F2; 
	background: url(../image/v2x_di.png) no-repeat;
	background-size: 100% 100%;
}
.index_main .section4 h2{
	color: #2C2C2C;
	font-size: 64px;
	line-height:90px;
	font-weight: bold;
	text-align:left;
	letter-spacing:0px;
}
.index_main .section4 h3{
	color: #343434;
	font-size: 30px;
	text-align:left;
	line-height:42px;
	letter-spacing: 0px;
	width: 60%;
}
.index_main .section4 h4 a{
	color: #303030;
	font-size: 32px;
	text-align:left;
	line-height:45px;
	letter-spacing: 0px;
}
.index_main .section4 h4 a:hover{
	color: #00A2FF;
	font-size: 32px;
	text-align:left;
	line-height:45px;
	letter-spacing: 0px;
}
.index_main .section4 h2,.index_main .section4 h3,.index_main .section4 h4
{    
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    transform: translate(-100%,0);
    transition: .1s .1s;
    opacity: 0;
}
.index_main .section4 .cover_img
{
    background-size: contain;
    background-position: bottom right;
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    
}
.index_main .section4 .right_scaleBg
{
    width:78%;
    left:auto;
    z-index:0;
    right:0;
    top:0;
    bottom:0;
    position:absolute;
}
.index_main .section4 .right_scaleBg
{    
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    transform: translate(0,-100%);
    transition: .1s .1s;
    opacity: 0;
}
/*ç¬¬äº”å±*/
.logoImg{
	display: block;
}
h2,h3{
	text-align:justify !important;
}
.section .fp-tableCell .container .block_txt {
	position: relative;
	z-index: 10000;
	left: 20px;
}
.index_main .section2 .cover_img{
	position: relative;
	z-index: 10;
}
@media only screen and (min-width: 4000px){
	.index_main .section2 .right_scaleBg {
        width: 80%; 
    }
	 .index_main .section3 .right_scaleBg {
        width: 70%; 
    }
    .index_main .section4 .right_scaleBg {
        width: 88%; 
    }
}
@media (min-width: 1400px) {
  .container {
    width: 78%;
  }
}

@media only screen and (max-width: 1900px){
	
	.index_main .section1 .index_banner .item .inner .block_txt{ 
	    top: 10.5%; 
    }
    .index_main .section1 .index_banner .item video{
	    background-size: cover;
	    -webkit-background-size:cover;
	    background-position: center;
	    background-repeat: no-repeat; 
	    position: relative;
    }
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{ 
	    top: 31%; 
    }
    .index_main .section1 .index_banner .item video{
	    background-size: cover;
	    -webkit-background-size:cover;
	    background-position: center;
	    background-repeat: no-repeat; 
	    position: relative;
    }
    .index_main .section2 h2,.index_main .section3 h2,.index_main .section4 h2{
		font-size: 60px;
		}
	.index_main .section2 h3,.index_main .section3 h3,.index_main .section4 h3{
		font-size: 28px;
	}
	.index_main .section2 h4,.index_main .section3 h4,.index_main .section4 h4{
		font-size: 28px;
	}
	.index_main .section2 h4 a,.index_main .section3 h4 a,.index_main .section4 h4 a{ 
	    font-size: 28px; 
    }
    .index_main .section2 h4 a:hover,.index_main .section3 h4 a:hover.index_main .section4 h4 a:hover{ 
	    font-size: 28px; 
    }
    .index_main .section2 .right_scaleBg,.index_main .section3 .right_scaleBg,.index_main .section4  .right_scaleBg
    {
        width:65%;
        
    } 

}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h2 .sp{
		display: inline-block;
		position: relative;
		top: -12px;
		left: -8px;
		font-size: 22px;
	}
	h3 .sp{
		display: inline-block;
		position: relative;
		top: -10px;
		left: 0px;
		font-size: 18px;
		margin: 0 5px
	}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 26px;
		margin-top: 5px;
	}
	.index_main .section1 .index_banner .item video{
	    background-size: cover;
	    -webkit-background-size:cover;
	    background-position: center;
	    background-repeat: no-repeat;  
	    position: relative;
    }
	.index_main .section2 h2,.index_main .section3 h2,.index_main .section4 h2{
		font-size: 40px;
		}
	.index_main .section2 h3,.index_main .section3 h3,.index_main .section4 h3{
		font-size: 26px;
	}
	.index_main .section2 h4,.index_main .section3 h4,.index_main .section4 h4{
		font-size: 26px;
	}
	.index_main .section2 h4 a,.index_main .section3 h4 a,.index_main .section4 h4 a{ 
	    font-size: 26px; 
    }
    .index_main .section2 h4 a:hover,.index_main .section3 h4 a:hover,.index_main .section4 h4 a:hover{ 
	    font-size: 26px; 
    }
    .index_main .section2 .right_scaleBg,.index_main .section3 .right_scaleBg,.index_main .section4  .right_scaleBg
    {
        width:68%;
        
    }
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h2 .sp{
		display: inline-block;
		position: relative;
		top: -12px;
		left: -5px;
		font-size: 22px;
	}
	h3 .sp{
		display: inline-block;
		position: relative;
		top: -8px;
		left: 0px;
		font-size: 17px;
		margin: 0 5px
	}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 39px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
	.index_main .section1 .index_banner .item video{
	    background-size: cover;
	    -webkit-background-size:cover;
	    background-position: center;
	    background-repeat: no-repeat; 
	    /*height: 100vh;*/
	    position: relative;
    }
	.index_main .section1 .index_banner .item .inner .block_txt{
	    position: absolute;
	    top: 30.5%;
	    right: 10px;
	    left:7%; 
	    opacity: 0; 
	    transform: translateX(-160px);
	    -webkit-transform: translateX(-160px); 
	    -webkit-transition: all 500ms ease; 
	    transition: all 500ms ease;
    }
    .index_main .section1 .index_banner .item.active .inner .block_txt{
	    opacity: 1; 
	    -webkit-transform: translateX(0); 
	    transform: translateX(0); 
	    -webkit-transition-delay: 0.2s; 
	    transition-delay: 0.2s;
    }
    .index_main .section2 h2,.index_main .section3 h2,.index_main .section4 h2{
		font-size: 39px;
		}
	.index_main .section2 h3,.index_main .section3 h3,.index_main .section4 h3{
		font-size: 24px;
	}
	.index_main .section2 h4,.index_main .section3 h4,.index_main .section4 h4{
		font-size: 24px;
	}
	.index_main .section2 h4 a,.index_main .section3 h4 a,.index_main .section4 h4 a{ 
	    font-size: 24px; 
    }
    .index_main .section2 h4 a:hover,.index_main .section3 h4 a:hover,.index_main .section4 h4 a:hover{ 
	    font-size: 24px; 
    }
    .index_main .section2 .right_scaleBg,.index_main .section3 .right_scaleBg,.index_main .section4 .right_scaleBg
    {
        width:85%;
        
    }
}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h2 .sp{
		display: inline-block;
		position: relative;
		top: -10px;
		left: -5px;
		font-size: 20px;
	}
	h3 .sp{
		display: inline-block;
		position: relative;
		top: -5px;
		left: 0px;
		font-size: 16px;
		margin: 0 5px
	}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 35px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item video{
	    background-size: cover;
	    -webkit-background-size:cover;
	    background-position: center;
	    background-repeat: no-repeat; 
	    /*height: 100vh;*/
	    position: relative;
    }
   .index_main .section1 .index_banner .item .inner .block_txt{
	    position: absolute;
	    top: 35%;
	    right: 10px;
	    left:9%; 
	    opacity: 0; 
	    transform: translateX(-160px);
	    -webkit-transform: translateX(-160px); 
	    -webkit-transition: all 500ms ease; 
	    transition: all 500ms ease;
    }
    .index_main .section1 .index_banner .item.active .inner .block_txt{
	    opacity: 1; 
	    -webkit-transform: translateX(0); 
	    transform: translateX(0); 
	    -webkit-transition-delay: 0.2s; 
	    transition-delay: 0.2s;
    }
    .index_main .section2 h2,.index_main .section3 h2,.index_main .section4 h2{
		font-size: 35px;
		}
	.index_main .section2 h3,.index_main .section3 h3,.index_main .section4 h3{
		font-size: 20px;
	}
	.index_main .section2 h4,.index_main .section3 h4,.index_main .section4 h4{
		font-size: 20px;
	}
	.index_main .section2 h4 a,.index_main .section3 h4 a,.index_main .section4 h4 a{ 
	    font-size: 20px; 
    }
    .index_main .section2 h4 a:hover,.index_main .section3 h4 a:hover,.index_main .section4 h4 a:hover{ 
	    font-size: 20px; 
    }
    .index_main .section2 .right_scaleBg,.index_main .section3 .right_scaleBg,.index_main .section4  .right_scaleBg
    {
        width:150%;
        
    } 
}

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

	h3 .sp{
		display: inline-block;
		position: relative;
		top: -4px;
		left: 0px;
		font-size: 14px;
		margin: 0 5px
	}
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	/*bottom: 12px;*/
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}
	
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 30px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 17px;
	}
	
	.index_main .section1 .index_banner .item video{
	    background-size: cover;
	    -webkit-background-size:cover;
	    background-position: center;
	    background-repeat: no-repeat; 
	    position: relative;
    }
    
    .index_main .section1 .index_banner .item .inner .block_txt{
	    position: absolute;
	    top: 19%;
	    right: 10px;
	    left:5%; 
	    opacity: 0; 
	    transform: translateX(-160px);
	    -webkit-transform: translateX(-160px); 
	    -webkit-transition: all 500ms ease; 
	    transition: all 500ms ease;
    }
    .index_main .section1 .index_banner .item.active .inner .block_txt{
	    opacity: 1; 
	    -webkit-transform: translateX(0); 
	    transform: translateX(0); 
	    -webkit-transition-delay: 0.2s; 
	    transition-delay: 0.2s;
    }
    
    .index_main .section2 h2,.index_main .section3 h2,.index_main .section4 h2{
		font-size: 30px;
		}
	.index_main .section2 h3,.index_main .section3 h3,.index_main .section4 h3{
		font-size: 17px;
	}
	.index_main .section2 h4,.index_main .section3 h4,.index_main .section4 h4{
		font-size: 17px;
	}
	.index_main .section2 h4 a,.index_main .section3 h4 a,.index_main .section4 h4 a{ 
	    font-size: 17px; 
    }
    .index_main .section2 h4 a:hover,.index_main .section3 h4 a:hover,.index_main .section4 h4 a:hover{ 
	    font-size: 17px; 
    }
    .index_main .section2 .right_scaleBg,.index_main .section3 .right_scaleBg,.index_main .section4  .right_scaleBg
    {
        width:150%;
        
    } 
    .footerBottom{padding:30px 0;}
    /* .footerTop .footAddress{width:30vw;height:40px; line-height:40px; margin-bottom:15px;}  */
    .footerTop .footAddress{margin-right:25px; white-space:nowrap}
	#product-erji{display: none;}
}
@media only screen and (max-width: 767px){
    .index_main .section1 .index_banner .item .inner .block_txt h2 .sp{
		display: inline-block;
		position: relative;
		top: -10px;
		left: -5px;
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 24px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		line-height: 30px;
		width: 92%;
	}
	.index_main .section2 h3,.index_main .section3 h3,.index_main .section4 h3{
		width: 91%;
		line-height: 30px;
	}
	
	
	.index_main .section1 .index_banner .item video{
	    background-size: cover;
	    -webkit-background-size:cover;
	    background-position: center;
	    background-repeat: no-repeat; 
	    position: relative;
    }
    
    .index_main .section1 .index_banner .item .inner .block_txt{
	    position: absolute;
	    top: 16%;
	    right: 10px;
	    left:1%; 
	    opacity: 0; 
	    transform: translateX(-160px);
	    -webkit-transform: translateX(-160px); 
	    -webkit-transition: all 500ms ease; 
	    transition: all 500ms ease;
    }
    .index_main .section1 .index_banner .item.active .inner .block_txt{
	    opacity: 1; 
	    -webkit-transform: translateX(0); 
	    transform: translateX(0); 
	    -webkit-transition-delay: 0.2s; 
	    transition-delay: 0.2s;
    }
    .index_main .section2 h2,.index_main .section3 h2,.index_main .section4 h2{
		font-size: 24px;
		}
	.index_main .section2 h3,.index_main .section3 h3,.index_main .section4 h3{
		font-size: 15px;
	}
	.index_main .section2 h4,.index_main .section3 h4,.index_main .section4 h4{
		font-size: 15px;
	}
	.index_main .section2 h4 a,.index_main .section3 h4 a,.index_main .section4 h4 a{ 
	    font-size: 15px; 
    }
    .index_main .section2 h4 a:hover,.index_main .section3 h4 a:hover,.index_main .section4 h4 a:hover{ 
	    font-size: 15px; 
    }
    .index_main .section2  .right_scaleBg,.index_main .section3  .right_scaleBg,.index_main .section4  .right_scaleBg
    {
        width:150%;
        
    }
	#product-erji{display: none;}

}
@media (max-width:414px) {
	.section .fp-tableCell .container .block_txt{
		left: 4px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 15px;
		line-height: 30px;
		width: 92%;
	}
	.logoImg{
        width: 120px !important;
    }
}
@media only screen and (max-width: 340px)
{
	.index_main .section1 .index_banner .item .inner .block_txt h2 .sp{
		display: inline-block;
		position: relative;
		top: -7px;
		left: -3px;
		font-size: 12px;
	}
    .index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 16px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 12px;
		width: 90%;
	}
	
 	.index_main .section2 h2,.index_main .section3 h2,.index_main .section4 h2{
		font-size: 16px;
	}
	.index_main .section2 h3,.index_main .section3 h3,.index_main .section4 h3{
		font-size: 12px;
	}
	.index_main .section2 h4,.index_main .section3 h4,.index_main .section4 h4{
		font-size: 12px;
	}
	.index_main .section2 h4 a,.index_main .section3 h4 a,.index_main .section4 h4 a{ 
	    font-size: 12px; 
    }
    .index_main .section2 h4 a:hover,.index_main .section3 h4 a:hover,.index_main .section4 h4 a:hover{ 
	    font-size: 12px; 
    }
	#product-erji{display: none;}
}
@media only screen and (max-width: 320px){
	#product-erji{display: none;}
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
	.index_main .section2 .cover_img{
		background-size: 65%;
	}
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.index_main .section2 .cover_img{
		background-size: 70%;
	}
}

</pre></body></html>