@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei; }

.rus * {
  font-family: 'times New Roman', 'Microsoft YaHei'; }

ul li {
  list-style: none; }

a {
	color: inherit;
	text-decoration: none; 
}

a:focus, a:hover {
	/* color: inherit !important; */
	text-decoration: none !important;
}
.page1Con_moreBtn:focus,.page1Con_moreBtn:hover{
  color: #0B0C0D !important;
}
  
.tabbarItemWrapper .tabbarItem a:hover,.tabbarItemWrapper .tabbarItem a:focus{
	color: #FFFFFF;
}
.tabbarItemWrapper .new_ul a:hover,.tabbarItemWrapper .new_ul a:focus{
	color: #FFFFFF;
}
.icon_languageWrapper .ul_hover a:hover,.icon_languageWrapper .ul_hover a:focus{
	color: #DB2C32;
}
  
.page .swiper-container-vertical>.swiper-pagination-bullets{
	right: 20px;
}
.page .swiper-pagination-bullet-active{
	position: relative;
	background: #DB2C32 !important;
}
.page .swiper-pagination-bullet-active:before{ 
	content:'(';
	color:red;
	font-weight:bold;
	position: absolute;
	top: -6px;
	left: -8px;
	
}
.page .swiper-pagination-bullet{
	background: #CACAD2;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 10px 0 !important;
}
  
/* html, body{
  width: 100%;
  height: 100%;
  overflow: hidden;
} */
.page{
	/* width: 100%;
	height: 100%; */
	background-color: #1d2128;
	/* background-color: red !important; */
	position: relative;
}

.pageHeader{
	width: 100%;
	height: 100px;
	background: #070B10;
	padding: 0 18.917%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logoWrapper{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.logo{
	width: 94px;
	height: 94px;
	/* margin: 3px 0; */
	margin-right: 11px;
}

.icon_languageWrapper{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #DB2C32;
	position: relative;
	height: 50px;
}
.icon_language{
	margin-right: 7px;
}
.hide {
    display: none;
}
.ul_hover{
	display: none;
	width: 100px;
	/* height: 108px; */
	background-color: #242429;
	text-align: center;
	transition: all 0.6s;
	padding: 13px 10px;
	box-sizing: border-box;
	/* overflow: hidden; */
}
.ul_hover li {
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
	overflow-x: hidden;
}

.ul_hover::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 8px solid #242429;
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
}

.en_l a, .zh_l a, .py_l a, .lang_text {
    color: #DB2C32;
}
.icon_languageWrapper:hover .ul_hover {
    display: block;
    position: absolute;
    top: 48px;
	right: -15px;
    z-index: 9999;
}
.ul_hover li:hover{
	background-color: #35353D;
}
.icon_languageWrapper,.ul_hover li:hover{
	cursor: pointer;
}

.bar_bgWrapper{
	width: 100%;
	height: 91%;
	/* height: 1000px; */
	position: relative;
}

.bar_bgWrapper img{
	/* width: 100%;
	height: 100%;
	display: block; */
}
.topTabbar{
	width: 1198px;
	height: 58px;
	position: absolute;
	top: 100px;
	left: 50%;
	webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin: auto;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	z-index: 999;
}
.topTabbar .navbar{
	margin-bottom: 0px;
	border: none;
}
.navigation_bg{
	display: block;
}
.tabbarItemWrapper{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tabbarItem{
	text-align: center;
	position: relative;
	line-height: 58px;
}
.tabbarItem a{
	color: white;
	display: block;
}
/* .tabbarItem a:focus,.tabbarItem a:hover {
    color: white;
} */
.contactWrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
.contact_bgBox>img{
	width: 100%;
	height: 58px;
}
.contact_bg{
	display: none;
}
.contactWrapper .icon_contact{
	width: 14px;
	height: 14px;
	margin-right: 8px;
}
.carouselWrapper{
	position: relative;
	width: 100%;
	height: 98.5%;
	background-image: url(../png/bar_bg.png);
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position:center bottom;
}
.carouselWrapper>img,.carousel-inner{
	width: 100%;
	height: 100%;
	display: block;
}
#carousel-generic{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.bar_bgWrapper .bar_product1Img,.bar_bgWrapper .bar_product2Img{
	/* opacity: 1; */
	position: absolute;
	bottom: 0%;
	right: 14.661%;
	animation:p_ImgMove 3s ease;
	webkit-animation:p_ImgMove 3s ease;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%; 
}


@keyframes p_ImgMove
    {
    0% {
		bottom:110%;
	}
    100% {
		bottom:0%;
	}
}
/*Safari 和 Chrome:*/
@-webkit-keyframes p_ImgMove
{
    0% {
    	bottom:110%;
    }
    100% {
    	bottom:0%;
    }
}




.bar_bgWrapper .carousel-indicators li{
	width: 30px;
	height: 2px;
	background-color: #30353A;
	border:none;
	margin: 0;
}
.bar_bgWrapper .carousel-indicators .active{
	background-color: #C4C4C4;
}
.bar_bgTitle{
	position: absolute;
	top: 88px;
	left: 360px;
	font-size: 70px;
	font-family: "Alibaba PuHuiTi", "Microsoft YaHei";
	font-weight: bold;
	color: #FFFFFF;
	background: linear-gradient(-45deg, #FFFFFF 0%, #9C9CA1 9.3994140625%, #FFFFFF 20.6787109375%, #FFFFFF 59.765625%, #9C9CA1 66.2841796875%, #FFFFFF 71.8017578125%);
	background: -webkit-linear-gradient(-45deg, #FFFFFF 0%, #9C9CA1 9.3994140625%, #FFFFFF 20.6787109375%, #FFFFFF 59.765625%, #9C9CA1 66.2841796875%, #FFFFFF 71.8017578125%);
	background: -moz-linear-gradient(-45deg, #FFFFFF 0%, #9C9CA1 9.3994140625%, #FFFFFF 20.6787109375%, #FFFFFF 59.765625%, #9C9CA1 66.2841796875%, #FFFFFF 71.8017578125%);
	background: -o-linear-gradient(-45deg, #FFFFFF 0%, #9C9CA1 9.3994140625%, #FFFFFF 20.6787109375%, #FFFFFF 59.765625%, #9C9CA1 66.2841796875%, #FFFFFF 71.8017578125%);
	background: -ms-linear-gradient(-45deg, #FFFFFF 0%, #9C9CA1 9.3994140625%, #FFFFFF 20.6787109375%, #FFFFFF 59.765625%, #9C9CA1 66.2841796875%, #FFFFFF 71.8017578125%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation:bgTitle_ImgMove 3.5s ease;
	webkit-animation:bgTitle_ImgMove 3.5s ease ;
	z-index: 9;
}
@keyframes bgTitle_ImgMove
    {
    0% {
		opacity:0;
		top: -100%;
		left: -50%;
	}
	60% {
		opacity:0.5;
	}
    100% {
		opacity:1;
		top: 88px;
		left: 360px;
	}
}
/*Safari 和 Chrome:*/
@-webkit-keyframes bgTitle_ImgMove
{
    0% {
    	opacity:0;
    	top: -100%;
    	left: -50%;
    }
    60% {
    	opacity:0.5;
    }
    100% {
    	opacity:1;
    	top: 88px;
    	left: 360px;
    }
}
.new_ulWrapper{
	position: relative;
}
.new_ul{
	position: absolute;
	top: 40px;
	left: 32px;
	display: none;
	width: 120px;
	padding: 30px 20px 0 20px;
	background-color: #070b10;
	cursor: pointer;	
}
.en .new_ul{
	width: 183px;
	left: 0;
}
.new_ul >li{
	margin-bottom: 20px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
.new_ul >li:hover{
	background-color: #35353D;
}

.new_ul a{
	color: white;
}

.new_ulWrapper:hover .new_ul{
	display: block;
}

/* scrollWrapper */
/* .page1,.page2,.page3{
	height: 1089px;
} */
/* .swiper-container {
    width: 100%;
    height: 1089px;
}  */
.page1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image:url(../png/carbg2.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position:center bottom;
}
.synopsis_bg,.data_bg,.video_img{
	width: 100%;
	height: 100%;
	display: block;
}
.page1Con{
	/* opacity: 1; */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	/*text-transform: uppercase;*/
	width: 1069px;
}
.page1Con_title{
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 32px;
}
.page1Con_con{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}
.page1Con_con>div{
	margin-bottom: 20px;
}
.page1Con_moreBtn{
	width: 200px;
	line-height: 54px;
	background: #FFFFFF;
	border-radius: 27px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #1C1C24;
	margin: auto;
	margin-top: 75px;
	
}
.rus .page1Con_moreBtn{
	margin-top: 30px;
}
/* .video_imgWrapper{
	width: 1920px;
	height: 700px;
	background-image: url(../images/video_img.png);
} */
video {
	background: #0e0f14;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	outline: none;
}
.page2 .video_imgWrapper{
	height: 64.3%;
	/*background-image: url(../images/videoBg2.png);*/
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:center top;
}
.page2 .data_bgWrapper{
	height: 35.7%;
	background-image: url(../png/data_bg.png);
	background-repeat: no-repeat;
	background-size: 102.5% auto;
	background-position:center bottom;
}
.video_imgWrapper,.data_bgWrapper{
	position: relative;
	/* width: 100%; */
	/* height: 386px; */
}
.video_imgWrapper .video_img,.data_bgWrapper .data_bg{
	width: 100%;
	height: 100%;
}
.play{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	width: 150px;
	height: 150px;
}
.dataWrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	display: flex;
	/* align-items: center; */
	justify-content: space-around;
}
.dataWrapper>li{
	border-right: 1px solid #BEBEBE;
	text-align: center;
	width: 349px;	
}

.en .dataWrapper>li{
	min-height: 120px;
	padding: 20px;
}
.dataTitle{
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.dataDesc{
	font-size: 14px;
	font-weight: 700;
	color: #DB2C32;
}
.page3,.page2{
	/* margin-top: -2px; */
	width: 100%;
	height: 100%;
	background: #F4F3FA;
	
}
/* .page3{
	display: flex;
    justify-content: center;
    align-items: center;
} */
.page3Box{
	/* padding: 138px 360px; */
	/* padding: 12.78% 18.92%; */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	
}
.page3Title{
	font-size: 50px;
	font-weight: bold;
	color: #070B10;
	text-align: center;
	margin-bottom: 40px;
}
/*.page3Con{
	display: flex;
	flex-wrap:wrap;
	 width: 1204px; 
}*/
.page3ConTop{
	display: flex;
}
.page3ConLeft{
	width: 297px;
	max-height: 536px;
	background: #0A1013;
	padding: 58px 40px;
}
.page3ConLeft .leftItem{
	background-color: #0A1013;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin-bottom: 36px;
}
.page3ConLeft .page1Con_moreBtn{
	color: #0B0C0D;
}
.page3ConLeft .page1Con_moreBtn:focus,.page3ConLeft .page1Con_moreBtn:hover{
	color: #0B0C0D;
}
	
/* .page3ConLeft .leftItem a{
	color: #FFFFFF;
} */
/* .page3ConLeft .leftItem.active{
	color: #DB2C32;
} */
.page3ConLeft .leftItem:focus,.page3ConLeft .leftItem:hover{
	color: #DB2C32;
}
.productDisplayBox{
	/* width: 900px; */
	height: 536px;
	margin-left: 4px;
	position: relative;
	flex: 1;
}
.productDisplay{
	position: absolute;
	width: 100%;
	height: 100%;
	/* display: none; */
}
.productDisplay img{
	width: 100%;
	height: 100%;
	display: block;
}
.productDisplayTips{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 20px;
	color: #F4F4F6;
}
.ProductUlBox{
	position: relative;
	width: 1200px;
	height: 204px;
}
.ProductUlWrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}
.ProductUl{
	display: flex;
}
.ProductLi{
	margin-left: 4px;
	margin-top: 4px;
}
/* .ProductLi img{
	width: 100%;
	height: 100%;
} */

.page4{
	height: 100%;
	width: 100%;
}
.image_homeWrapper{
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(../png/world_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:center bottom;
}
.page4 .image_homeWrapper img{
	width: 100%;
	height: 100%;
	display: block;
}
.image_homeCon{
	width: 996px;
	position: absolute;
	top: 160px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	color: #FFFFFF;
	text-align: center;
}
.image_homeConTitle{
	margin-bottom: 79px;
	font-size: 30px;
	font-weight: bold;
}
.image_homeConDesc{
	/* width: 996px; */
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}
.image_homeCon .page1Con_moreBtn{
	margin-top: 59px;
	font-weight: 400;
	color: #0B0C0D;
}
/* .footerBox{
	position: relative;
} */
.footerTabbarBox{
	width: 100%;
	position: relative;
	padding-top: 70px;
}
.footerTabbarBox .footerTabbar{
	/* width: 966px;
	height: 86px; */
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	justify-content: center;
}
.footerTabbarBox .footerTabbar .tabbarItemWrapper{
	position: inherit;
}
.footerTabbarBox .footerTabbar .tabbarItem{
	width: 138px;
}
.footerWrapper{
	padding: 10px 255px 25px 255px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.contactLeft{
	font-size: 16px;
	font-weight: 400;
	color: #F4F4F6;
}
.en .contactLeft{
	width: 800px;
}
.contactLeft>li:nth-child(1){
	margin-bottom: 30px;
}
.contactLeft>li:nth-child(2){
	margin-bottom: 30px;
}

.contactService{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}
.contactMail{	
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

.contactAdr{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}
.contactRight{
	font-size: 20px;
	color: #CCCCCC;
}
.QRcodeWrapper{
	display: flex;
	margin-top: 40px;
}
.QRcodeWrapper>div{
	position: relative;
}
.QRcodeDecs{
	margin-left: 40px;
}
.QRcodeDecs>img{
	margin-right: 6px;
}
.QRcode{
	display: none;
	position: absolute;
	top: -160px;
}
.QRcodeDecs:hover + .QRcode{
	display: block;
}
.ICP{
	font-size: 14px;
	font-weight: 400;
	color: #CCCCCC;
	border-top: 1px solid #696969;
	margin-top: 30px;
	padding: 20px 0;
	text-align: center;
}


.scrollWrapper .swiper-pagination-bullet-active{
	/* background: #DB2C32; */
	width: 15px;
	height: 9px;
}
/* :root {
    --swiper-theme-color: #DB2C32 !important;
} */


.img{
	display: none;
}

.carOnly{
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../png/caronly.png);
	background-repeat: no-repeat;
	/* background-size: auto 100%; */
	background-size: auto auto;
	background-position: center bottom;
	opacity:0;
}
.carMove{
	animation:car_ImgMove 3s ease;
	webkit-animation:car_ImgMove 3s ease;
	/* display: block; */
}
@keyframes car_ImgMove
	    {
	    0% {
			opacity:0;
			/* display: block; */
		}
		50% {
			opacity:0.8;
		}
	    100% {
			opacity:0;
			/* display: none; */
		}
	}
	@-webkit-keyframes car_ImgMove
	{
	    0% {
	    	opacity:0;
	    	/* display: block; */
	    }
	    50% {
	    	opacity:0.8;
	    }
	    100% {
	    	opacity:0;
	    	/* display: none; */
	    }
	}


.freyText{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*background-image: url(../images/freyText.png);*/
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 100% 100%;
	opacity:1;
}

.freyTextMove{
	animation:freyMove 3s ease;
	webkit-animation:freyMove 3s ease;
}
@keyframes freyMove
	    {
	    0% {
			opacity:0;
			background-size: 300% auto;
			background-position: 30% 70%;
		}
	    100% {
			opacity:1;
			background-size: 100% auto;
			background-position: 100% 100%;
		}
	}
@-webkit-keyframes freyMove
{
	0% {
		opacity:0;
		background-size: auto 300%;
		background-position: 30% 70%;
	}
	100% {
		opacity:1;
		background-size: auto 100%;
		background-position: 100% 100%;
	}
}

.rus .new_ul {
    width: 183px;
    left: 0;
}
.rus .new_ul >li{
	line-height: inherit;
	padding: 6px 3px;
}
.rus .contactWrapper .icon_contact{
	margin-left: 20px;
}
.rus .bar_bgTitle{
	width: 1180px;
}


.rus .contactRight{
	width: 100%;
}
.rus .contactRight>li>div:nth-child(1){
	width: 45%;
}
.rus .contactRight>li>div:nth-child(2){
	width: 55%;
}




@media screen and (max-width:1900px){
	.bar_bgTitle{
		font-size: 60px;
	}
	.page2{
		background-color: #12121d;
	}
	.bar_bgWrapper .bar_product1Img,.bar_bgWrapper .bar_product2Img{
		max-height: 86%; 
		right: 18%;
	}
	.en .footerWrapper{
		padding: 10px 180px 25px 180px;
	}
	.en .contactLeft{
		width: 700px;
	}
}


@media screen and (max-width:1600px) and (min-width:1200px){
	.bar_bgWrapper .bar_product1Img,.bar_bgWrapper .bar_product2Img{
		/* bottom: 1%; */
		right: 13%;
	}
	
	.bar_bgTitle{
		font-size: 50px;
		left: 160px !important;
	}
	.dataWrapper>li{
		width: 240px;
	}
	.page3Title{
		margin-bottom: 10px;
	}
	.footerBox .footerWrapper{
		padding: 40px 100px 80px 80px;
	}
	.footerWrapper{
		padding: 40px 150px 40px 150px;
	}
	.pageHeader{
		padding: 0 4.5%;
	}
	/* .ICP{
		padding-left:150px
	} */
	.en .footerWrapper{
		padding: 10px 80px 25px 80px;
	}
	.en .contactLeft{
		width: 460px;
	}
	
	.rus .bar_bgTitle{
		max-width: 1000px;
	}
	
}
@media screen and (max-width:1300px) and (min-width:1200px){
	.topTabbar{
		width: 1178px;
	}
	.navigation_bg{
		width: 100%;
	}
	.pageHeader{
		padding: 0 1.9%;
	}
	.rus .contactUs .tabbarItem{
		width:168px !important
	}
	.rus .contactWrapper .icon_contact{
		margin-left: 2px;
	}
	.rus .bar_bgTitle{
		left: 120px !important;
	}
}

/* @media screen and (max-width:1024px) and (min-width:300px){ */
@media screen and (max-width:1200px) and (min-width:300px){	
	.img{
		display: block;
	}
	html, body{
	  width: 100% !important;
	  height: auto !important;
	  overflow: auto !important;
	}
	.swiper-wrapper{
		display: inherit !important;
	}
    .pageHeader{
    	padding: 0;
    }
	.logoWrapper{
		padding-left: 15px;
	}
	.icon_languageWrapper{
		padding-right: 15px;
	}
	.icon_languageWrapper:hover .ul_hover {
		right: 0;
	}
	.bar_bgWrapper{
		height: 552px;
	}
	.topTabbar{
		width: 100%;
		background: #070B10;
	}
	.topTabbar .tabbarItemWrapper{
		left: 50%;
		display: flex;
		align-items: center;
		webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.navigation_bg{
		display: none;
	}
	.contact_bg{
		display: block;
	}
	.bar_bgTitle{
		font-size: 30px;
		left: 160px !important;
	}
	
	.bar_bgWrapper .bar_product1Img,.bar_bgWrapper .bar_product2Img{
		bottom: 17.5%;
	}
	@keyframes p_ImgMove
	    {
	    0% {
			opacity:0;
			bottom:110%;
		}
		60% {
			opacity:0.5;
		}
	    100% {
			opacity:1;
			bottom:17.5%;
		}
	}
	/*Safari 和 Chrome:*/
	@-webkit-keyframes p_ImgMove
	{
	    0% {
	    	opacity:0;
	    	bottom:110%;
	    }
	    60% {
	    	opacity:0.5;
	    }
	    100% {
	    	opacity:1;
	    	bottom:17.5%;
	    }
	}
	.page1Con{
		width: 760px;
	}
	
	
	.page1Con_title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.page1Con_con{
		font-size: 16px;
	}
	
	.page1Con_moreBtn{
		margin-top: 30px;
		width: 130px;
		line-height: 36px;
		font-size: 14px;
	}
	
	.dataWrapper>li{
		width: 220px;
	}
	.dataTitle{
		font-size: 20px;
		margin-bottom: 12px;
	}
	.page3Box{
		padding: 30px 0;
		position: inherit;
		webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
	}
	.page3Title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.page3Con{
		width: 100%;
	}
	.page3ConLeft{
		width: 242px;
		/* max-width: 288px; */
		padding: 28px 30px;
	}
	.productDisplay{
		/* width: 780px; */
		width: 100%;
	}
	.productDisplayBox{
		width: 786px;
		flex: 1;
	}
	.ProductUlBox{
		width: 100%;
	}
	.ProductLi img{
		width: 100%;
		height: 100%;
	}
	.tabbarItem{
		width: 125px !important;
	}
	.image_homeCon{
		width:90%;
		top: 50px;
	}
	.image_homeCon>div:nth-child(1){
		margin-bottom: 18px !important;
	}
	.image_homeCon>div:nth-child(2){
		margin-bottom: 18px !important;
	}
	.image_homeCon>.page1Con_moreBtn{
		margin-top:32px;
	}
	.footerWrapper{
		padding:20px;
		padding-bottom: 0;
	}
	.contactLeft>li:nth-child(1) {
		margin-bottom: 20px;
	}
	.contactLeft>li:nth-child(2) {
		margin-bottom: 20px;
	}
	/* .contactRight{
		margin-top: 158px;
	} */
	
	.footerTabbarBox .footerTabbar{
		width: 100%;
	}
	.contactService{
		font-size:22px;
	}
	.contactMail,.contactAdr{
		margin-top: 18px;
		font-size:20px
	}
	.contactAdr{
		font-size:18px
	}
	.ICP{
		padding: 20px;
	}
	.en .page1Con{
		width: 94%;
	}
	.en .page1{
		min-height: 660px;
	}
	.en .page1 .img{
		width: 120%;
		height: 120%;
	}
	.en .page1Con{
		width: 92%;
	}
	.en .page1Con_moreBtn{
		margin-top: 0;
		width: 120px;
		line-height: 30px;
		font-size: 15px;
	}
	
	.en .new_ul{
		padding: 15px 5px 0 5px;
		width: 160px;
	}
	.en .new_ul >li{
		margin-bottom: 8px;
	}
	.en .image_homeCon{
		width: 94%;
		margin-top: 30px;
	}
	.en .image_homeConTitle{
		font-size: 20px;
	}
	.en  .image_homeCon>div:nth-child(1){
		margin-bottom: 10px;
	}
	.en .image_homeConDesc p{
		margin-bottom: 5px;
	}
	.en .image_homeCon>.page1Con_moreBtn{
		margin-top:15px
	}
	.en .footerWrapper{
		padding: 20px;
		padding-bottom:0;
	}
	.en .contactLeft{
		width: 410px;
		font-size: 18px;
	}
	
	
	.rus .contactUs .tabbarItem{
		width: 165px !important;
	}
	.rus .contactWrapper .icon_contact{
		margin-left: 2px;
	}
	.rus .bar_bgTitle{
		max-width: 580px;
	}
	.rus .page1{
		min-height: 770px;
	}
	.rus .page1 .img{
		width: 140%;
		height: 140%;
	}
	.rus .page1Con{
		width: 92%;
	}
	.rus .page1Con_con{
		font-size: 18px;
	}
	
	
}




