body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Montserrat-Light", "Arial","Microsoft YaHei","Helvetica Neue",Helvetica,sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}
li{
	list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1
}
@font-face{
    font-family: "Montserrat-Bold"; 
    src: url('../fonts/Montserrat-Bold-3.otf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "Montserrat-Regular"; 
    src: url('../fonts/Montserrat-Regular-8.otf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "Montserrat-Medium"; 
    src: url('../fonts/Montserrat-Medium-7.otf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "Montserrat-Light"; 
    src: url('../fonts/Montserrat-Light-6.otf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "Montserrat-ExtraLight"; 
    src: url('../fonts/Montserrat-ExtraLight-5.otf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "Montserrat-SemiBold"; 
    src: url('../fonts/Montserrat-SemiBold-9.otf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "HarmonyOSSansSCLight"; 
    src: url('https://beisi2024.oss-cn-beijing.aliyuncs.com/fonts/HarmonyOS_Sans_SC_Light.ttf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}

@-webkit-keyframes fadeInUpSmall{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5vw, 0);
        transform: translate3d(0, 5vw, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpSmall{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5vw, 0);
        transform: translate3d(0, 5vw, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpSmall{
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

@keyframes fadeup{
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeup{
    -webkit-animation-name: fadeup;
    animation-name: fadeup;
}

@keyframes faderight{
    0% {
        transform: translateX(200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.faderight{
    -webkit-animation-name: faderight;
    animation-name: faderight;
}

@keyframes fadeleft{
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeleft{
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft;
}

.maincontainer{
	width: 79.16666666666667%;
	margin-left: auto;
	margin-right: auto;
}
.othercontent{
	padding-top: 80px;
}


.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header.on{
	background-color: #FFFFFF;
}
.header .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo a{
	display: flex;
	align-items: center;
}
.header .logo a img{
	max-height: 41px;
}
.header .logo a img.ic2{
	display: none;
}
.header.white .logo a img.ic1{
	display: none;
}
.header.white .logo a img.ic2{
	display: inline-block;
}
.header.on .logo a img.ic1{
	display: inline-block;
}
.header.on .logo a img.ic2{
	display: none;
}
.header .nav ul{
	display: flex;
	align-items: center;
}
.header .nav ul li{
	position: relative;
	padding: 0px 20px;
}
.header .nav ul li>a{
	display: flex;
	align-items: center;
	font-family: "Montserrat-Bold"; 
	font-size: 16px;
	height: 80px;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
}
.header .nav ul li.on>a,
.header .nav ul li:hover>a{
	color: rgba(28, 151, 214, 1) !important;
}
.header.white .nav ul li>a{
	color: #FFFFFF;
}
.header.on .nav ul li a{
	color: #333333;
}

.header .contactbtn{
	display: flex;
	align-items: center;
}
.header .contactbtn a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	height: 42px;
	border-radius: 6px;
	padding: 0px 20px;
	font-size: 14px;
	background: rgba(28, 151, 214, 1);
	border: rgba(28, 151, 214, 1) solid 2px;
	box-sizing: border-box;
	font-family: "Montserrat-Bold"; 
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .contactbtn a:hover{
	background-color: #00a9ff;
    box-shadow: 0px 0px 24px 0px rgba(45.99999999999999, 50.999999999999986, 77, 0.24);
}
.header .cellbox{
	display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    box-sizing: border-box;
}
.header .cellbox .wrap,
.header .columnbox{
	padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
    box-shadow: 0px 0px 24px rgba(28, 151, 214, 0.08);
    border-radius: 12px;
}
.header .cellbox .triangle{
	position: relative;
	width: 0;
	height: 0;
	margin: auto;
	border: 10px solid;
	border-color: transparent transparent #FFFFFF transparent;
}

.header .cellbox a{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding: 4px 20px;
	box-sizing: border-box;
	margin: 4px auto;
	height: auto;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .cellbox a:hover{
	color: rgba(28, 151, 214, 1) !important;
}
.header .cellbox .itemul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0 40px;
}
.header .cellbox .itemul .item{
	min-width: 172.8vw;
	margin-right: 40px;
}
.header .cellbox .itemul .item:last-child{
	margin-right: 0;
}
.header .cellbox .itemul .item .subtit{
	margin-bottom: 10px;
}
.header .cellbox .itemul .item .subtit a{
	font-family: "Montserrat-Bold"; 
	font-size: 16px;
}
.header .cellbox .itemul .item a{
	padding: 2px 0px;  
}

.header .columnbox{
	display: flex;
	align-items: flex-start;
	width: 806px;
}
/**/
.header .columnbox .itemul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.header .columnbox .itemli{
	width: 30%;
	margin-right: 5%;
}
.header .columnbox .itemli:nth-child(3n){
	margin-right: 0;
}
.header .columnbox .itemli .subtit a{
	font-family: "Montserrat-Bold";
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .columnbox .itemli .subtit a:hover{
	color: rgba(28, 151, 214, 1);
}
.header .columnbox .itemcell{
	border-top: #333333 solid 1px;
	padding-top: 5px;
}
/**/
.header .columnbox .level2{
	width: 25%;
}
.header .columnbox .level2 .level2_li a{
	position: relative;
	display: block;
	text-align: left;
	font-family: "Montserrat-Bold";
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .columnbox .level2 .level2_li.active a,
.header .columnbox .level2 .level2_li a:hover{
	color: rgba(28, 151, 214, 1);
}
.header .columnbox .level2 .level2_li a i{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: url(../images/icon13.png) center no-repeat;
	background-size: 20% auto;
}
.header .columnbox .level2 .level2_li.active a i,
.header .columnbox .level2 .level2_li a:hover i{
	background: url(../images/icon13a.png) center no-repeat;
	background-size: 20% auto;
}
.header .columnbox .level3{
	width: 75%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.header .columnbox .level3 .level3_li{
	display: none;
	align-items: flex-start;
}
.header .columnbox .level3 .level3_li.active{
	display: flex;
}
.header .columnbox .level3 .item{
	width: 30%;
	margin-right: 5%;
}
.header .columnbox .level3 .item:nth-child(3n){
	margin-right: 0;
}
.header .columnbox .level3 .item a{
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.header .columnbox .level3 .item .img{
	width: 100%;
	min-height: 100px;
	background: rgba(238, 238, 238, 1);
	overflow: hidden;
}
.header .columnbox .level3 .item .text{
	margin-top: 16px;
	text-align: center;
	/*font-family: "Montserrat-Bold";*/
	font-size: 14px;
	color: #333333;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .columnbox .level3 .item a:hover .text{
	color: rgba(28, 151, 214, 1);
}

.header .cellbox .wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 27vw;
}
.header .cellbox .wrap a{
	font-family: "Montserrat-Bold";
	justify-content: center;
	font-size: 16px;
}
/**/
.m-nav{
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	display: none;
	z-index: 99;
	background-color: #FFFFFF;
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.m-nav ul{
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.m-nav>ul{
	padding-top: 20px;
	padding-left: 5%;
    padding-right: 5%;
}
.m-nav>ul>li{
	width: 100%;
    text-align: left;
    border-bottom: #e5e5e5 solid 1px;
    box-sizing: border-box;
    list-style: none;
}
.m-nav ul li a,
.m-nav ul li .headtitle{
	display: block;
    line-height: 1.7;
    color: #000000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m-nav>ul>li>a,
.m-nav>ul>li>.headtitle{
	font-size: 20px;
    padding: 18px 0px;
}
.m-nav ul li:hover>a,
.m-nav ul li .headtitle.on{
	color: #1C97D6;
}

.m-nav ul li ul li .headtitle,
.m-nav>ul>li>ul>li>a{
	font-size: 18px;
    padding: 10px 0px;
}
.m-nav ul li .headtitle{
	position: relative;
	padding-right: 28px;
}
.m-nav>ul>li>a{
	position: relative;
}
.m-nav ul li .headtitle i,
.m-nav>ul>li>a i{
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 100%;
    background: url(../images/icon13.png) center no-repeat;
    background-size: 8px auto;
    transition: all 0.4s ease;
}
.m-nav ul li .headtitle.on i{
    background: url(../images/icon13a.png) center no-repeat;
    background-size: 8px auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-nav ul li ul{
	display: none;
}
.m-nav>ul>li>ul{
	border-top: #e5e5e5 solid 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.m-nav ul li  ul li ul li a{
	font-size: 15px;
    padding: 8px 0px;
}

.menubtn {
	display: none;
	float: right;
	width: 40px;
	height: 70px;
	background: url(../images/menu-icon1a.png) center right no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
}
.header.white .menubtn{
	background: url(../images/menu-icon1.png) center right no-repeat;
	background-size: 28px 28px;
}


.header.on .menubtn{
	background: url(../images/menu-icon1a.png) center right no-repeat;
	background-size: 28px 28px;
}
 
.menubtn.on {
	background: url(../images/menu-icon2a.png) center right no-repeat;
	background-size: 28px 28px;
}
.header.white .menubtn.on{
	background: url(../images/menu-icon2.png) center right no-repeat;
	background-size: 28px 28px;
}
.header.on .menubtn.on{
	background: url(../images/menu-icon2a.png) center right no-repeat;
	background-size: 28px 28px;
}
/*footer*/
.footer{
	font-family: "Montserrat-Light"; 
	padding-top: 124px;
	background: #1A1919;
}
.footer .box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 50px;
}
.footer .footer_infor{
	width: 30.39%;
}
.footer .footer_infor .footer_logo a img{
	display: block;
	max-height: 68px;
}
.footer .footer_infor .footer_logo .txt{
	margin-top: 12px;
	font-family: "Montserrat-Medium"; 
	color: #ffffff;
	font-size: 14px;
}
.footer .footer_infor .foot_contact{
	margin-top: 35px;
}
.footer .footer_infor .foot_contact .text{
	font-family: "Montserrat-Medium"; 
	font-size: 18px;
	color: #ffffff;
}
.footer .footer_infor .foot_contact ul{
	margin-top: 25px;
}
.footer .footer_infor .foot_contact ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 21px;
}
.footer .footer_infor .foot_contact ul li .icon{
	display: flex;
	align-items: flex-start;
	margin-right: 5px;
}
.footer .footer_infor .foot_contact ul li .icon img{
	max-width: 16px;
}
.footer .footer_infor .foot_contact ul li .sp{
	flex: 1;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
}
.footer .footer_nav{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-width: 800px;
	max-width: 52.64%;
}
.footer .footer_nav .item{
	width: 25%;
	margin-right: 12.5%;
}
.footer .footer_nav .item:last-child{
	margin-right: 0;
}
.footer .footer_nav .item .title{
	margin-bottom: 18px;
}
.footer .footer_nav .item .title a{
	display: block;
	width: 100%;
	font-family: "Montserrat-Medium"; 
	font-size: 28px;
	color: #ffffff;
	padding-bottom: 18px;
	border-bottom: rgba(255,255,255,0.2) solid 1px;
}
.footer .footer_nav .item ul li{
	margin-bottom: 22px;
}
.footer .footer_nav .item ul li:last-child{
	margin-bottom: 0;
}
.footer .footer_nav .item ul li .subtit,
.footer .footer_nav .item ul li .subtit a{
	color: #ffffff;
	font-size: 18px;
}
.footer .footer_nav .item ul li dl{
	margin-top: 10px;
}
.footer .footer_nav .item ul li dl dd{
	margin-bottom: 8px;
}
.footer .footer_nav .item ul li dl dd:last-child{
	margin-bottom: 0;
}
.footer .footer_nav .item ul li dl dd a{
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .footer_nav .item ul li dl dd a:hover{
	color: #ffffff;
}
.footer .footer_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	padding: 44px 0px 50px;
}
.footer .copyright,
.footer .copyright a{
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .copyright a:hover{
	color: #ffffff;
}
.footer .copyright .support{
	margin-left: 80px;
}
.footer .copyright .support:hover a{
	color: #ffffff;
}
.footer .follow{
	display: flex;
	align-items: center;
}
.footer .follow .text{
	color: rgba(255,255,255,0.5);
	font-size: 12px;
	line-height: 1.5;
	margin-right: 15px;
}
.footer .follow ul{
	display: flex;
}
.footer .follow ul li{
	margin-right: 9px;
}
.footer .follow ul li:last-child{
	margin-right: 0;
}
.footer .follow ul li a{
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .follow ul li:hover a{
	opacity: 1;
}
.footer .follow ul li img{
	max-height: 25px;
}



@media screen and (min-width: 1025px){
	.othercontent{
		padding-top: 4.166666666666667vw;
	}
	.header .logo a img{
		max-height: 2.135416666666667vw;
	}
	.header .nav ul li{
		padding: 0 1.041666666666667vw;
	}
	.header .nav ul li>a{
		height: 4.166666666666667vw;
		font-size: 0.8333333333333333vw;
	}
	.header .cellbox{
		top: 3.15vw;
	}
	.header .cellbox .wrap, .header .columnbox{
	    padding-top: 0.78125vw;
	    padding-bottom: 0.78125vw;
	    border-radius: 0.625vw;
	    box-shadow: 0 0 1.25vw rgba(28, 151, 214, 0.08);
	}
	.header .cellbox .triangle{
		border: 0.5208333333333333vw solid;
    	border-color: transparent transparent #FFFFFF transparent;
	}
	.header .cellbox a{
		padding: 0.2083333333333333vw 1.041666666666667vw;
		margin: 0.2083333333333333vw auto;
		font-size: 0.7291666666666667vw;
	}
	.header .cellbox .itemul{
		padding: 0 2.08333333333333vw;
	}
	.header .cellbox .itemul .item{
		min-width: 9vw;
		margin-right: 2.08333333333333vw;
	}
	.header .cellbox .itemul .item .subtit{
		margin-bottom: 0.5208333333333333vw;
	}
	.header .cellbox .itemul .item .subtit a{
		font-size: 0.8333333333333333vw;
	}
	.header .cellbox .itemul .item a{
		padding: 0.1041666666666667vw 0;  
	}
	.header .cellbox .wrap a{
		font-size: 0.8333333333333333vw;
	}
	
	
	.header .columnbox{
		width: 42vw;
	}
	.header .columnbox .level2 .level2_li a,
	.header .columnbox .itemli .subtit a{
	    font-size: 0.8333333333333333vw;
	}
	.header .columnbox .level2 .level2_li a i{
		width: 1.5625vw;
	}
	.header .columnbox .level3 .item .img{
		min-height: 5.208333333333333vw;
	}
	.header .columnbox .level3 .item .text{
		margin-top: 0.8333333333333333vw;
		font-size: 0.7291666666666667vw;
	}
	.header .columnbox .itemcell{
		padding-top: 0.26vw;
	}
	
	
	.header .contactbtn a{
		min-width: 6.875vw;
		height: 2.1875vw;
		border-radius: 0.3125vw;
		padding: 0 1.041666666666667vw;
		font-size: 0.7291666666666667vw;
	}
	/*footer*/
	.footer{
		padding-top: 6.458333333333333vw;
	}
	.footer .box{
		padding-bottom: 2.604166666666667vw;
	}
	.footer .footer_infor .footer_logo a img{
		max-height: 3.541666666666667vw;
	}
	.footer .footer_infor .footer_logo .txt{
		margin-top: 0.625vw;
		font-size: 0.7291666666666667vw;
	}
	.footer .footer_infor .foot_contact{
		margin-top: 1.822916666666667vw;
	}
	.footer .footer_infor .foot_contact .text{
		font-size: 0.9375vw;
	}
	.footer .footer_infor .foot_contact ul{
		margin-top: 1.302083333333333vw;
	}
	.footer .footer_infor .foot_contact ul li{
		margin-bottom: 1.09375vw;
	}
	.footer .footer_infor .foot_contact ul li .icon{
		margin-right: 0.2604166666666667vw;
	}
	.footer .footer_infor .foot_contact ul li .icon img{
		max-width: 0.8333333333333333vw;
	}
	.footer .footer_infor .foot_contact ul li .sp{
		font-size: 0.7291666666666667vw;
	}
	.footer .footer_nav{
		min-width: 41.66666666666667vw;
	}
	.footer .footer_nav .item .title{
		margin-bottom: 0.9375vw;
	}
	.footer .footer_nav .item .title a{
		font-size: 1.458333333333333vw;
		padding-bottom: 0.9375vw;
	}
	.footer .footer_nav .item ul li{
		margin-bottom: 1.145833333333333vw;
	}
	.footer .footer_nav .item ul li .subtit,
	.footer .footer_nav .item ul li .subtit a{
		font-size: 0.9375vw;
	}
	.footer .footer_nav .item ul li dl{
		margin-top: 0.5208333333333333vw;
	}
	.footer .footer_nav .item ul li dl dd{
		margin-bottom: 0.4166666666666667vw;
	}
	.footer .footer_nav .item ul li dl dd a{
		font-size: 0.7291666666666667vw;
	}
	.footer .footer_bottom{
		padding: 2.291666666666667vw 0 2.604166666666667vw;
	}
	.footer .copyright,
	.footer .copyright a{
		font-size: 0.625vw;
	}
	.footer .copyright .support{
		margin-left: 4.166666666666667vw;
	}
	.footer .follow .text{
		font-size: 0.625vw;
		margin-right: 0.78125vw;
	}
	.footer .follow ul li{
		margin-right: 0.46875vw;
	}
	.footer .follow ul li img{
		max-height: 1.302083333333333vw;
	}
	/*  */
	
}

.size62{
	font-size: 62px;
}
.size48{
	font-size: 48px;
}
.size38{
	font-size: 38px;
}
.size36{
	font-size: 36px;
}
.size34{
	font-size: 34px;
}
.size32{
	font-size: 32px;
}
.size26{
	font-size: 26px;
}
.size24{
	font-size: 24px;
}
.size22{
	font-size: 22px;
}
.size18{
	font-size: 18px;
}
.size16{
	font-size: 16px;
}
.size14{
	font-size: 14px;
}
.size12{
	font-size: 12px;
}

/*.padt100{
	padding-top: 100px;
}
.padt110{
	padding-top: 110px;
}
.padt120{
	padding-top: 120px;
}
.padb100{
	padding-bottom: 100px;
}
.padb120{
	padding-bottom: 120px;
}*/
.padt100{
	padding-top: 120px;
}
.padt110{
	padding-top: 130px;
}
.padt120{
	padding-top: 150px;
}
.padb100{
	padding-bottom: 120px;
}
.padb120{
	padding-bottom: 150px;
}

.banner{
	position: relative;
}
.banner .bg{
	display: block;
	width: 100%;
}
.banner .bg img{
	width: 100%;
}
.m_img{
	display: none;
}
.banner .textbox{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.banner .textbox .text{
	max-width: 58%;
}
.banner .textbox h2{
	font-family: "Montserrat-Bold"; 
	color: #333333;
	line-height: 1.161290322580645;
}
.banner .textbox .text .size24{
	margin-top: 22px;
	font-family: "Montserrat-Bold"; 
	color: #333333;
	line-height: 1.219166666666667;
}
.banner .textbox .text .size24 span{
	display: inline-block;
	color: #1C97D6;
}
.banner .nums{
	margin-top: 100px;
}
.banner .nums ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.banner .nums ul li{
	margin-right: 115px;
}
.banner .nums ul li:last-child{
	margin-right: 0;
}
.banner .nums ul li .t1{
	font-family: "Montserrat-Bold"; 
	color: #333333;
	line-height: 1.125;
}
.banner .nums ul li i{
	display: block;
	margin-top: 14px;
	margin-bottom: 14px;
	width: 80px;
	height: 1.5px;
	background: #1C97D6;
}
.banner .nums ul li .t2{
	line-height: 1.5;
	color: #333333;
}

.obanner{
	position: relative;
}
.obanner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: rgba(0, 0, 0, 1);
}
.newbanner:before{
	opacity: 0.6;
}
.obanner>img{
	width: 100%;
}
.obanner .obannertext{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.obanner .obannertext .box{
	max-width: 52.08333333333333vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.obanner .obannertext h2{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
}
.obanner .obannertext h2 span{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: rgba(28, 151, 214, 1);
}
.obanner .obannertext .txt{
	margin-top: 35px;
	line-height: 1.555555555555556;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}




.index_banner{
	position: relative;
	padding-top: 11.45833333333333%;
	padding-bottom: 11.45833333333333%;
	background: rgba(204, 204, 204, 0.4) url(../images/index-banner.png) center no-repeat;
	/*background: #d0d0d0  url(../images/index-banner.png) center no-repeat;*/
	background-size: cover;
	overflow: hidden;
}
.index_banner .maincontainer{
	position: relative;
	z-index: 2;
}
.index_banner .text{
	max-width: 58%;
}
.index_banner h2{
	font-family: "Montserrat-Bold"; 
	color: #333333;
	line-height: 1.161290322580645;
}
.index_banner .text .size24{
	margin-top: 22px;
	font-family: "Montserrat-Bold"; 
	color: #333333;
	line-height: 1.219166666666667;
}
.index_banner .text .size24 span{
	display: inline-block;
	color: #1C97D6;
}
.index_banner .rotating{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/*width: 50%;*/
	width: 100%;
	z-index: 1;
}
.index_banner .rotating img{
	display: block;
	width: 100%;
}
.index_banner .nums{
	margin-top: 100px;
}
.index_banner .nums ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.index_banner .nums ul li{
	margin-right: 115px;
}
.index_banner .nums ul li:last-child{
	margin-right: 0;
}
.index_banner .nums ul li .t1{
	font-family: "Montserrat-Bold"; 
	color: #333333;
	line-height: 1.125;
}
.index_banner .nums ul li i{
	display: block;
	margin-top: 14px;
	margin-bottom: 14px;
	width: 80px;
	height: 1.5px;
	background: #1C97D6;
}
.index_banner .nums ul li .t2{
	line-height: 1.5;
	color: #333333;
}



.index_solution{
	background: #F8F8F8;
}
.index_solution .title{
	text-align: center;
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
.index_solution .title h3{
	font-family: "Montserrat-Bold"; 
	color: #000000;
	line-height: 1;
	text-transform: uppercase;
}
.index_solution .title .size18{
	margin-top: 27px;
	color: #000000;
	line-height: 1.555555555555556;
}
.index_solution .box{
	margin-top: 4%;
}
.index_solution .box .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10%;
}
.index_solution .box .item:last-child{
	margin-bottom: 0;
}
.index_solution .box .item .img{
	width: 48.48684210526316%;
	background: url(../images/img4.png) left 17px bottom no-repeat;
	/*background-size: 82% auto;*/
	background-size: 70.27027027027027% auto;
}
.index_solution .box .item .img a{
	display: block;
	width: 100%;
}
.index_solution .box .item .img img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_solution .box .item .text{
	width: 46.51315789473684%;
}
.index_solution .box .item .text .t1{
	font-family: "Montserrat-Bold"; 
	color: #1C97D6;
	line-height: 1;
}
.index_solution .box .item .text .t2{
	margin-top: 9px;
	font-family: "Montserrat-Bold"; 
	color: #000000;
	line-height: 1;
}
.index_solution .box .item .text .t3{
	margin-top: 30px;
	color: #000000;
	line-height: 1.555555555555556;
}
.index_solution .box .item .morebtn{
	margin-top: 34px;
}
.morebtn{
	display: flex;
}
.morebtn a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 156px;
	height: 48px;
	border-radius: 6px;
	background: #1C97D6;
	color: #ffffff;
	text-transform: uppercase;
	border: #1C97D6 solid 2px;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.morebtn a:hover{
	background-color: #00a9ff;
    box-shadow: 0px 0px 24px 0px rgba(45.99999999999999, 50.999999999999986, 77, 0.24);
}
.index_video{
	position: relative;
	overflow: hidden;
}
/*.index_video .mask{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 101%;
	background: -webkit-linear-gradient(180deg, #F8F8F8 0%, transparent 100%);
	background: linear-gradient(180deg, #F8F8F8 0%, transparent 100%);
}
.index_video .mask:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(180deg, transparent 0%, #000000 100%);
	background: linear-gradient(180deg, transparent 0%, #000000 100%);
}
.index_video .mask:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 50%;
	background: -webkit-linear-gradient(180deg, #F8F8F8 0%, transparent 100%);
	background: linear-gradient(180deg, #F8F8F8 0%, transparent 100%);
}*/
.index_solution{
	padding-bottom: 6vw;
}
.index_video .mask{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 101%;
}
.index_video .mask:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(180deg, transparent 0%, #000000 100%);
	background: linear-gradient(180deg, transparent 0%, #000000 100%);
}
/*.index_video .mask:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 30%;
	background: -webkit-linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(248,248,248, 0.9) 20%, rgba(248,248,248,0) 100%);
	background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(248,248,248, 0.9) 20%, rgba(248,248,248,0) 100%);
}*/
.index_video .imgbg{
	display: none;
	width: 100%;
	overflow: hidden;
}
.index_video .imgbg img{
	display: block;
	width: 100%;
}
.index_video video{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
}
.index_video video:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}
.index_video .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 54px;
	cursor: pointer;
}
.index_video .icon img{
	width: 100%;
}
.bigPicLayer.indexexample{
	display: none;
	max-width: 1200px;
	width: 90%;
	height: 675px;
	position: fixed;
	z-index: 17;
	top: 40% !important;
	margin-top: -180px;
	padding: 10px;
}
.bigPicLayer.indexexample .wrap{
	display: flex;
	border-radius: 10px;
	overflow: hidden;
}
.bigPicLayer.indexexample .video-js{
	height: auto;
}
.bigPicLayer.indexexample .close {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/closebtn.png) no-repeat;
	right: -50px;
	top: -50px;
	position: absolute;
	z-index: 12;
}
.bigPicLayer.indexexample .close em {
	width: 1px;
	height: 50px;
	background: #009690;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 100%;
}
.bigPicLayer.indexexample .imgDiv {
	text-align: center;
}
.bigPicLayer.indexexample .imgDiv img {
	width: 100%;
}
.bigPicLayer.indexexample .imgDiv span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

/**/
#Layer1 {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    width: 100% !important;
	z-index: 16;
}
@media screen and (max-width: 1440px) {
	.bigPicLayer.indexexample{
		display: none;
		width: 600px;
		height: 350px;
		position: fixed;
		z-index: 111;
		top: 40% !important;
		margin-top: -100px;
		padding: 10px;
	}
}
@media screen and (max-width: 1004px) {
	.bigPicLayer.indexexample{
		left: 50% !important;
		margin-left: -300px;
		box-sizing: border-box;
	}
	.bigPicLayer.indexexample .imgDiv{
		height: 169px;
	}
}
@media only screen and (max-width: 767px){
	.bigPicLayer.indexexample{
		display: none;
		position: fixed;
		width: 94%;
		height: auto;
		margin-left: 0px;
		top: 35% !important;
		left: 3% !important;
		z-index: 17;
	}
	.bigPicLayer.indexexample .close{
		display: block;
		width: 40px;
		height: 40px;
		right: 0;
		top: -15%;
		position: absolute;
		background-size: cover;
		z-index: 10;
	}
	
}
@media only screen and (max-width: 480px){
	.bigPicLayer.indexexample .close{
		width: 36px;
		height: 36px;
	}
}


.index_project{
	position: relative;
	background: #000000;
}
.index_project:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border: 240px solid #ffffff;
    border-color: transparent #ffffff #ffffff transparent;
    pointer-events: none;
}
.index_project .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.index_project .box .left{
	width: 32%;
}
.index_project .box .left .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index_project .box .left .swiper:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 0;
    height: 0;
    border: 50px solid #000000;
    border-color: #000000 #000000 transparent transparent;
}
.index_project .box .left .swiper:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 0;
    height: 0;
    border: 50px solid #000000;
    border-color: transparent transparent #000000 #000000;
}
.index_project .box .left .swiper-slide a{
	display: block;
	width: 100%;
}
.index_project .box .left .swiper-slide img{
	display: block;
	width: 100%;
}
.index_project .box .right{
	width: 56.57894736842105%;
}
.index_project .box .text{
	max-width: 710px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index_project .box .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 50vw;
	margin-left: auto;
	margin-right: auto;
}
.index_project .box .wrap .text{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.index_project .box .text h3{
	font-family: "Montserrat-Bold";
	color: #ffffff;
	text-transform: uppercase;
}
.index_project .box .text .size18{
	margin-top: 45px;
	color: #ffffff;
	line-height: 1.555555555555556;
}
.index_project .box .right .swiper{
	margin-bottom: 70px;
	position: relative;
	/*max-width: 350px;*/
	width: 100%;
	/*height: 180px;*/
	height: 16vw;
	overflow: hidden;
	box-sizing: border-box;
}
.index_project .box .right .swiper>.swiper-wrapper{
	flex-direction: column;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.index_project .box .right .swiper .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	box-sizing: border-box;
}
.index_project .box .right .swiper .swiper-slide .txt{
	cursor: pointer;
}
/*.index_project .box .right .swiper .swiper-slide .t1{
	font-family: "Montserrat-Bold";
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_project .box .right .swiper .swiper-slide-thumb-active .t1{
	font-size: 24px;
	color: #1C97D6;
}
.index_project .box .right .swiper .swiper-slide .t2{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 1.21875;
	color: rgba(255,255,255,0.5);
	padding-top: 6px;
	max-height: 0px;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_project .box .right .swiper .swiper-slide-thumb-active .t2{
	max-height: 26px;
	opacity: 1;
	visibility: visible;
}
.index_project .box .right .swiper .swiper-slide .t2 img{
	display: inline-block;
	max-width: 13px;
	margin-right: 6px;
}*/
.index_project .box .right .swiper:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 6px;
	background: #FFFFFF;
}
.index_project .box .right .swiper .swiper-slide-thumb-active:before{
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 6px;
	background: #1C97D6;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_about{
	background: #f8f8f8;
}
.index_about .box .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 11%;
}
.index_about .box .item:last-child{
	margin-bottom: 0;
}
.index_about .box .item:nth-child(even){
	flex-direction: row-reverse;
}
.index_about .box .item .textbox{
	width: 50%;
}
.index_about .box .item .textbox .t1{
	line-height: 1;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 9px;
}
.index_about .box .item .textbox .t2{
	font-family: "Montserrat-Bold"; 
	color: rgba(0, 0, 0, 1);
	line-height: 1;
}
.index_about .box .item .textbox .t3{
	margin-top: 25px;
	line-height: 1.625;
	color: rgba(0, 0, 0, 1);
}
.index_about .box .item .textbox .t3 ul li{
	margin-bottom: 15px;
}
.index_about .box .item .textbox .t3 ul li:last-child{
	margin-bottom: 0;
}
.index_about .box .item .textbox .t3 ul li{
	display: flex;
	align-items: baseline;
}
.index_about .box .item .textbox .t3 ul li img{
	display: inline-block;
	max-width: 15px;
	margin-right: 10px;
}
.index_about .box .item .textbox .t3 ul li span{
	flex: 1;
	display: inline-block;
}
.index_about .box .item .textbox .morebtn{
	padding-top: 35px;
}
.index_about .box .item .imgbox{
	width: 40.26315789473684%;
	overflow: hidden;
}
.index_about .box .item .imgbox img{
	display: block;
	width: 100%;
}

.index_new{
	background: #F8F8F8;
}
.index_new .title{
	text-align: center;
}
.index_new .title h3{
	text-transform: uppercase;
	font-family: "Montserrat-ExtraLight"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.index_new .title .size38{
	margin-top: 10px;
	line-height: 1;
	font-family: "Montserrat-Bold"; 
	color: rgba(0, 0, 0, 1);
}
.index_new .box{
	margin-top: 4.2%;
}
.index_new .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 8%;
}
.newlink{
	display: block;
	width: 100%;
}
.newlink .imgbox a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.newlink .imgbox img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.newlink:hover .imgbox img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.news .wrap ul li .newlink:hover .imgbox img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.newlink .textbox{
	padding: 20px 0px;
}
.newlink .textbox .tag{
	display: flex;
}
.newlink .textbox .tag a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 124px;
	height: 28px;
	border-radius: 30px;
	border: 1px solid rgba(28, 151, 214, 1);
	color: rgba(28, 151, 214, 1);
	font-size: 12px;
	padding: 0px 13px;
	box-sizing: border-box;
}
.newlink .textbox h4{
	margin-top: 16px;
	font-family: "Montserrat-Bold"; 
	line-height: 1.5;
	color: rgba(0, 0, 0, 1);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.newlink:hover .textbox h4{
	text-decoration: underline;
}
.newlink .textbox .date{
	margin-top: 14px;
	color: rgba(0, 0, 0, 1);
}
.index_new .swiper-pagination,
.mainnew .swiper-pagination{
	width: 100%;
	text-align: center;
	bottom: 10%;
	display: none;
}
.index_new .swiper-pagination-bullet,
.mainnew .swiper-pagination-bullet{
	margin: 0 5px;
	background: rgba(0,0,0,0.5);
}
.index_new .swiper-pagination-bullet-active,
.mainnew .swiper-pagination-bullet-active{
	background: #1C97D6;
}
.index_contact{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	padding-top: 5%;
	padding-bottom: 5%;
	min-height: 406px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.index_contact:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.index_contact .textbox{
	text-align: center;
}
.index_contact .textbox h4{
	font-family: "Montserrat-Bold"; 
	color: #FFFFFF;
}
.index_contact .morebtn{
	margin-top: 38px;
}
.index_contact .morebtn a{
	margin-left: auto;
	margin-right: auto;
}

/*about*/
.introduce{
	/*padding-top: 226px;*/
	padding-top: 11.77083333333333%;
	background: rgba(248, 248, 248, 1);
}
.introduce .texbox{
	position: relative;
	z-index: 5;
}
.introduce .texbox h3{
	font-family: "Montserrat-Bold"; 
	line-height: 1.161290322580645;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}
.introduce .texbox h3 span{
	display: block;
	color: rgba(28, 151, 214, 1);
}
.introduce .texbox .size16{
	margin-top: 3%;
	max-width: 60.05208333333333vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.448125;
	color: rgba(0, 0, 0, 1);
	text-align: left;
}
.about_video{
	position: relative;
	/*margin-top: -6vw;*/
	margin-top: 8vw;
}
.about_video .mask{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	/*background: -webkit-linear-gradient(180deg, #F8F8F8 0%, transparent 100%);
	background: linear-gradient(180deg, #F8F8F8 0%, transparent 100%);*/
}
.about_video .mask:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(180deg, transparent 0%, #000000 100%);
	background: linear-gradient(180deg, transparent 0%, #000000 100%);
}
/*.about_video .mask:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 50%;
	background: -webkit-linear-gradient(180deg, #F8F8F8 0%, transparent 100%);
	background: linear-gradient(180deg, #F8F8F8 0%, transparent 100%);
}*/
.about_video .imgbg{
	display: none;
	width: 100%;
	overflow: hidden;
}
.about_video .imgbg img{
	display: block;
	width: 100%;
}
.about_video video{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
}
.about_video video:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}
.about_video .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 54px;
	cursor: pointer;
}
.about_video .icon img{
	width: 100%;
}

.introduce .box{
	margin-top: 10%;
}
.introduce .box .maincontainer{
	display: flex;
	justify-content: space-between;
	padding-bottom: 9%;
	border-bottom: 1px dashed rgba(204, 204, 204, 1);
}
.introduce .box .text{
	width: 45%;
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	text-transform: uppercase;
}
.introduce .box ul{
	width: 46.71052631578947%;
	line-height: 1.555555555555556;
	color: rgba(0, 0, 0, 1);
	text-align: left;
}
.introduce .box ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}
.introduce .box ul li img{
	display: inline-block;
	max-width: 22px;
	margin-right: 10px;
}
.introduce .box ul li span{
	flex: 1;
}
.whycubenergy{
	background: rgba(248, 248, 248, 1);
}
.whycubenergy .title{
	text-align: center;
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
	text-align: center;
}
.whycubenergy .box{
	margin-top: 5.7%;
}
.whycubenergy .box ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.whycubenergy .box ul li{
	width: 46.22%;
	margin-right: 7.56%;
	margin-bottom: 7%;
}
.whycubenergy .box ul li:nth-child(2n){
	margin-right: 0;
}
.whycubenergy .box ul li .t1{
	line-height: 1.448125;
	color: rgba(28, 151, 214, 1);
}
.whycubenergy .box ul li .t2{
	margin-top: 12px;
	font-family: "Montserrat-Bold"; 
	color: rgba(0, 0, 0, 1);
}
.whycubenergy .box ul li .t3{
	margin-top: 30px;
	line-height: 1.555555555555556;
	color: rgba(0, 0, 0, 1);
}

/*news*/
.news{
	padding-top: 9%;
	padding-bottom: 7.8125%;
}
.mainnew .title,
.news .box .title{
	text-align: center;
}
.mainnew .title,
.news .title{
	text-transform: uppercase;
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.mainnew .content{
	margin-top: 3.55263157894737%;
}
.mainnew .content .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news .box ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 3.55263157894737%;
}
.news .box ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.news .box ul li:nth-child(3n){
	margin-right: 0;
}
.news .wrap{
	margin-top: 10.41666666666667%;
}
.news .wrap ul{
	padding-bottom: 4.3421%;
}
.news .wrap ul li .newlink{
	display: flex;
	align-items: center;
	padding-top: 4.86842105263158%;
	padding-bottom: 4.86842105263158%;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.news .wrap ul li .newlink .imgbox{
	width: 19.53947368421053%;
	padding-right: 2.3%;
	box-sizing: border-box;
}
.news .wrap ul li .newlink:hover .imgbox img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news .wrap ul li .newlink .textbox{
	/*width: 69.6%;*/
	flex: 1;
}
.news .wrap ul li .newlink .textbox .tag a{
	color: rgba(153, 153, 153, 1);
	border: 1px solid rgba(153, 153, 153, 1);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .wrap ul li .newlink:hover .textbox .tag a{
	border: 1px solid rgba(28, 151, 214, 1);
    color: rgba(28, 151, 214, 1);
}
.page{
    width: 100%;
    text-align: center;
}
.productList .page{
	margin-top: 45px;
}
.page-list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-list a,
.page-list span{
	display: flex;
	align-items: center;
	justify-content: center;
   	min-width: 24px;
   	height: 24px;
	margin-bottom: 10px;
	margin-right: 25px;
    text-align: center;
    font-family: "microsoft yahei";
    font-size: 16px;
    color: rgba(128, 128, 128, 1);
    background: transparent;
    overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a:hover,
.page-list a.on{
	color: rgba(28, 151, 214, 1);
}
.page-list a.fyprev,
.page-list a.fynext{
	min-width: 24px;
	height: 24px;
}
.page-list a.fyprev{
	background: url(../images/icon12.png) center no-repeat;
	background-size: 41.66666666666667% auto;
}
.page-list a.fynext{
	background: url(../images/icon13.png) center no-repeat;
	background-size: 41.66666666666667% auto;
}
.page-list a.fyprev.disabled,
.page-list a.fynext.disabled{
	color: #666666;
	pointer-events:none;
	opacity: 0.3;
}
.page-list a.fyprev:hover{
	background: url(../images/icon12a.png) center no-repeat;
	background-size: 41.66666666666667% auto;
}
.page-list a.fynext:hover{
	background: url(../images/icon13a.png) center no-repeat;
	background-size: 41.66666666666667% auto;
}

.newinfo .title{
	text-align: center;
}
.newinfo .title .size24{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(28, 151, 214, 1);
}
.newinfo .title .size48{
	margin-top: 30px;
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.newinfo .box{
	margin-top: 3.356%;
	padding: 3.356%;
	background: #F5F5F5;
	box-sizing: border-box;
}
.newinfo .box .wrap{
	max-width: 56.25vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.555555555555556;
	color: rgba(0, 0, 0, 1);
}
.newinfo .box .wrap .size18{
	padding-bottom: 4.6%;
}
/*.newinfo .box .wrap .size18 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/
.prvenext{
	margin-top: 5.37%;
	padding-top: 4%;
	border-top: #cccccc solid 1px;
}
.prvenext ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.prvenext ul li{
	max-width: 48%;
	margin-right: 4%;
}
.prvenext ul li:nth-child(2n){
	margin-right: 0;
}
.prvenext ul li a{
	position: relative;
	color: #000000;
	font-size: 18px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}

.prvenext ul li a:hover{
	color: #1C97D6;
}
.prvenext ul li.prveli a{
	padding-left: 25px;
}
.prvenext ul li.nextli a{
	padding-right: 25px;
}
.prvenext ul li a i{
	position: absolute;
	top: 4px;
	width: 10px;
	height: 18px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.prvenext ul li.prveli a i{
	left: 0;
	background: url(../images/icon12.png) center no-repeat;
	background-size: 100% auto;
}
.prvenext ul li.nextli a i{
	right: 0;
	background: url(../images/icon13.png) center no-repeat;
	background-size: 100% auto;
}
.prvenext ul li.prveli a:hover i{
	background: url(../images/icon12a.png) center no-repeat;
	background-size: 100% auto;
}
.prvenext ul li.nextli a:hover i{
	background: url(../images/icon13a.png) center no-repeat;
	background-size: 100% auto;
}

.contact{
	padding-top: 8%;
	padding-bottom: 9.84375%;
}
.contact .box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contact .box .textbox{
	width: 40.32894736842105%;
}
.contact .box .textbox h3{
	font-family: "Montserrat-Bold"; 
	color: #000000;
	line-height: 1;
}
.contact .box .textbox .size24{
	margin-top: 7%;
	line-height: 1.333333333333333;
	color: rgba(0, 0, 0, 1);
}
.contact .box .textbox ul{
	margin-top: 15%;
}
.contact .box .textbox ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 35px;
}
.contact .box .textbox ul li img{
	display: inline-block;
	max-width: 44px;
	margin-right: 10px;
}
.contact .box .textbox ul li span{
	flex: 1;
	padding-top: 10px;
}
.contact .box .formbox{
	width: 34.8%;
}
.contact .box .inputli,
.contact .box .textareali{
	border-radius: 6px;
	border: 0.6px solid #9E9E9E;
	padding: 0px 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.contact .box .inputli input{
	width: 100%;
    height: 66px;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
	color: #000000;
}
.contact .box .textareali textarea{
	width: 100%;
	min-height: 200px;
	font-family: "Montserrat-Light";
	color: #000000;
	font-size: 16px;
	outline: none;
	border: none;
	background: none;
	padding: 20px 0px;
	box-sizing: border-box;
}
.contact .box .inputli input::-webkit-input-placeholder,
.contact .box .textareali textarea::-webkit-input-placeholder{
	font-family: "Montserrat-Light";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -moz-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -o-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -ms-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.contact .box .inputli input:-moz-placeholder,
.contact .box .textareali textarea:-moz-placeholder{
	font-family: "Montserrat-Light";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -moz-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -o-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -ms-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.contact .box .inputli input::-moz-placeholder,
.contact .box .textareali textarea::-moz-placeholder{
	font-family: "Montserrat-Light";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -moz-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -o-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -ms-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.contact .box .inputli input:-ms-input-placeholder,
.contact .box .textareali textarea:-ms-input-placeholder{
	font-family: "Montserrat-Light";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -moz-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -o-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -ms-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color:transparent;
}
.contact .box .inputli input::-ms-input-placeholder,
.contact .box .textareali textarea::-ms-input-placeholder{
	font-family: "Montserrat-Light";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -moz-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -o-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -ms-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color:transparent;
}
.contact .box .inputli input::placeholder,
.contact .box .textareali textarea::placeholder{
	font-family: "Montserrat-Light";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -moz-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -o-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: -ms-linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background: linear-gradient(to right, rgba(102, 102, 102, 1) 0, rgba(102, 102, 102, 1) var(--size), rgba(255, 8, 8, 1) var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color:transparent;
}



.contact .box .formbtn{
	margin-top: 7%;
}
.contact .box .formbtn input{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 68px;
	margin: auto;
	color: #FFFFFF;
	font-family: "Montserrat-Bold"; 
	font-size: 22px;
	text-align: center;
	background: #eb881c;
	border-radius: 28px;
	border-radius: 6px;
	background: #1C97D6;

}

.contact .box .check{
	margin-top: 15px;
	font-size: 14px;
	color: #000600;
	line-height: 1.7;
}
.contact .box .check label{
	display: flex;
	flex-wrap: wrap;
}
.contact .box .check input{
	position: relative;
    top: 5px;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	-webkit-appearance: auto;
	background-color: #e6f3fd;
} 
.contact .box .check span{
	flex: 1;
}
.contact .box .check a{
	display: inline;
	color: #1C97D6;
}

/*projects*/
.projects .box{
	padding-top: 11.14583333333333%;
	background: #141414;
}
.projects .box .title{
	text-align: center;
}
.projects .box .title h3{
	max-width: 55.57291666666667vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Montserrat-Bold"; 
	color: #FFFFFF;
	text-transform: uppercase;
}
.projects .box .title h3 span{
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #1C97D6;
}
.projects .box .title .txt{
	margin-top: 28px;
	max-width: 34.63541666666667vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.555555555555556;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}
.projects .box .wrap{
	margin-top: 5.9%;
	/*max-width: 36.92708333333333vw;*/
	max-width: 50vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.projects .box .wrap .left,
.index_project .box .left{
	/*width: 50.49365303244006%;*/
	width: 40%;
}
.projects .box .wrap .left .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.projects .box .wrap .left .swiper:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 0;
    height: 0;
    border: 30px solid #000000;
    border-color: #000000 #000000 transparent transparent;
}
.projects .box .wrap .left .swiper:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 0;
    height: 0;
    border: 30px solid #000000;
    border-color: transparent transparent #000000 #000000;
}
.projects .box .wrap .left .swiper-slide a{
	display: block;
	width: 100%;
}
.projects .box .wrap .left .swiper-slide img{
	display: block;
	width: 100%;
}
.projects .box .wrap .right,
.index_project .box .right{
	/*width: 49.50634696755994%;
	padding-left: 17%;*/
	width: 60%;
	padding-left: 15%;
	box-sizing: border-box;
}
.projects .box .wrap .right .swiper{
	margin-top: 0;
	margin-bottom: 70px;
	position: relative;
	/*max-width: 350px;*/
	width: 100%;
	/*height: 180px;*/
	/*height: 9.375vw;*/
	height: 16vw;
	overflow: hidden;
	box-sizing: border-box;
}
.projects .box .wrap .right .swiper>.swiper-wrapper{
	flex-direction: column;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.projects .box .wrap .right .swiper .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	box-sizing: border-box;
}
.projects .box .wrap .right .swiper .swiper-slide .txt{
	cursor: pointer;
}
/*.projects .box .wrap .right .swiper .swiper-slide .t1{
	font-family: "Montserrat-Bold";
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .box .wrap .right .swiper .swiper-slide-thumb-active .t1{
	font-size: 24px;
	color: #1C97D6;
}
.projects .box .wrap .right .swiper .swiper-slide .t2{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 1.21875;
	color: rgba(255,255,255,0.5);
	padding-top: 6px;
	max-height: 0px;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .box .wrap .right .swiper .swiper-slide-thumb-active .t2{
	max-height: 26px;
	opacity: 1;
	visibility: visible;
}
.projects .box .wrap .right .swiper .swiper-slide .t2 img{
	display: inline-block;
	max-width: 13px;
	margin-right: 6px;
}*/
.projects .box .wrap .right .swiper .swiper-slide .t1,
.index_project .box .right .swiper .swiper-slide .t1{
	font-family: "Montserrat-Bold";
	color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .box .wrap .right .swiper .swiper-slide .t1 .t1-1 span,
.index_project .box .right .swiper .swiper-slide .t1 .t1-1 span{
	position: relative;
	display: inline-block;
	margin-right: 0.5vw;
	line-height: 1.4;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .box .wrap .right .swiper .swiper-slide-thumb-active .t1,
.index_project .box .right .swiper .swiper-slide-thumb-active .t1{
	color: #FFFFFF;
}
.projects .box .wrap .right .swiper .swiper-slide-thumb-active .t1 .t1-1 span,
.index_project .box .right .swiper .swiper-slide-thumb-active .t1 .t1-1 span{
	color: #1C97D6;
}
.projects .box .wrap .right .swiper .swiper-slide .t1 .t1-1 span:before,
.index_project .box .right .swiper .swiper-slide .t1 .t1-1 span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
}
.projects .box .wrap .right .swiper .swiper-slide .t1 .t1-2,
.index_project .box .right .swiper .swiper-slide .t1 .t1-2{
	margin-top: 0.5vw;
	font-family: "Montserrat-Bold";
}
.projects .box .wrap .right .swiper .swiper-slide .t2,
.index_project .box .right .swiper .swiper-slide .t2{
	position: relative;
	font-family: "Montserrat-Bold";
  	color: #FFFFFF;
  	margin-top: 5%;
  	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .box .wrap .right .swiper .swiper-slide .t2,
.index_project .box .right .swiper .swiper-slide .t2{
	opacity: 0;
	visibility: hidden;
	max-height: 0px;
}
.projects .box .wrap .right .swiper .swiper-slide-thumb-active .t2,
.index_project .box .right .swiper .swiper-slide-thumb-active .t2{
	opacity: 1;
	visibility: visible;
	max-height: 2vw;
}




.projects .box .wrap .right .swiper:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 6px;
	background: #FFFFFF;
}
.projects .box .wrap .right .swiper .swiper-slide-thumb-active:before{
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 6px;
	background: #1C97D6;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projectlist{
	padding-top: 20px;
}
.projectlist .content{
	margin-bottom: 6.57894736842105%;
}
.projectlist .item{
	padding-top: 6.57894736842105%;
	padding-bottom: 6.57894736842105%;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.projectlist .item a{
	display: flex;
	align-items: center;
}
.projectlist .item .imgbox{
	width: 17.63157894736842%;
	overflow: hidden;
}
.projectlist .item .imgbox img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projectlist .item:hover .imgbox img{
	-webkit-transform: scale(1.16);
	transform: scale(1.16);
}
.projectlist .item .textbox{
	width: 82.36842105263158%;
	padding-left: 3%;
	box-sizing: border-box;
}
.projectlist .item .textbox h4{
	font-family: "Montserrat-Bold";
	color: rgba(0, 0, 0, 1);
}
.projectlist .item .textbox .site{
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
	line-height: 1.21875;
	color: rgba(102, 102, 102, 1);
}
.projectlist .item .textbox .site img{
	display: inline-block;
	max-width: 13px;
	margin-right: 6px;
}
.projectlist .item .textbox .text{
	margin-top: 30px;
	line-height: 1.555555555555556;
	color: rgba(0, 0, 0, 1);
}
.projectlist .item .textbox ul{
	margin-top: 34px;
}
.projectlist .item .textbox ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.projectlist .item .textbox ul li .sp1{
	display: flex;
	align-items: center;
	min-width: 24%;
	padding-right: 2%;
	box-sizing: border-box;
}
.projectlist .item .textbox ul li .sp2{
	flex: 1;
}
.projectlist .item .textbox ul li .sp1 span{
	font-family: "Montserrat-Bold";
}
.projectlist .item .textbox ul li .sp1 img{
	display: inline-block;
	max-width: 22px;
	margin-right: 10px;
}






.current_item{
	position: relative;
	max-width: 60vw;
	margin-top: 5.9%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
}
.current_item .itemlist{
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*.current_item .itemlist ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.current_item .itemlist ul li{
	width: 48%;
	margin-right: 4%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.current_item .itemlist ul li:nth-child(2n){
	margin-right: 0;
}*/
.current_item .itemlist ul li a{
	position: relative;
	display: block;
	width: 100%;
}
.current_item .itemlist ul li .addimg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	overflow: hidden;
}
.current_item .itemlist ul li .addimg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.current_item .itemlist ul li .addtext{
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 11.45833333333333vw;
}
.current_item .itemlist ul li .addtext .t1{
	font-family: "Montserrat-Bold";
	color: #FFFFFF;
	padding: 30px 15px 0px 30px;
	box-sizing: border-box;
}
.current_item .itemlist ul li .addtext .t1 .t1-1 span{
	position: relative;
	display: inline-block;
	margin-right: 5px;
	line-height: 1.4;
}
.current_item .itemlist ul li .addtext .t1 .t1-1 span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
}
.current_item .itemlist ul li .addtext .t1 .t1-2{
	margin-top: 10px;
	font-family: "Montserrat-Bold";
}
.current_item .itemlist ul li .addtext .t2{
	position: relative;
}
/*.current_item .itemlist ul li .addtext .t2:before{
	content: '';
	position: absolute;
	left: 0;
	top: -55px;
	width: 44px;
	height: 55px;
	background: url(../images/img53.png) bottom center no-repeat;
	background-size: 100% 100%;
}
.current_item .itemlist ul li .addtext .t2:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 30%;
	height: 100%;
	background-color: #141414
}*/
.current_item .itemlist ul li .addtext .t2 span{
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 65%;
	font-family: "Montserrat-Bold";
  	color: #FFFFFF;
  	padding: 80px 30px 0;
	box-sizing: border-box;
	background: url(../images/img55.png) left bottom no-repeat;
	background-size: 100% 100%;
}
.index_project .current_item .itemlist ul li .addtext .t2 span{
	background: url(../images/img56.png) left bottom no-repeat;
	background-size: 100% 100%;
}
/*.current_item .itemlist ul li .addtext .t2 span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #141414;
  	-webkit-transform: skew(45deg); 
  	transform: skew(45deg); 
  	border-radius: 0px 10px 0px 0px;
}*/
.current_item .swiper-button-next, 
.current_item .swiper-button-prev{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -moz-background-size: 10px auto;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.current_item .swiper-button-next, 
.current_item .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/icon47.png); 
    background-size: 10px auto;
    right: 0;
    left: auto;
}
.current_item .swiper-button-prev, 
.current_item .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icon46.png); 
    background-size: 10px auto;
    left: 0;
    right: auto;
}


.service{
	padding-bottom: 8.6%;
	background: #f8f8f8 url(../images/img25.png) top center no-repeat;
	background-size: 100% auto;
}
.service .textbox{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 6%;
	padding-bottom: 6%;
	min-height: 34.375vw;
	box-sizing: border-box;
	background: url(../images/img25line.png) top center no-repeat;
	background-size: 100% auto;
}
/*.x {
    border: solid 1px red;
    width: 100px;
    height: 100px;
    position: relative;
    background-color: transparent;
}

.x:before {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 100px solid red;
    border-left: 100px solid transparent;
    content: "";
}

.x:after {
    position: absolute;
    left: 1px;
    right: 0;
    top: 1px;
    bottom: 0;
    border-bottom: 99px solid white;
    border-left: 99px solid transparent;
    content: "";
}
.f {
    border: solid 1px red;
    width: 100px;
    height: 100px;
    position: relative;
    background-color: transparent;
}
.f:before {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 100px solid red;
    border-right: 100px solid transparent;
    content: "";
}

.f:after {
    position: absolute;
    left: 0;
    right: 1px;
    top: 1px;
    bottom: 0;
    border-bottom: 99px solid white;
    border-right: 99px solid transparent;
    content: "";
}
.service .textbox{
	position: relative;
	padding-top: 12%;
	padding-bottom: 12%;
	text-align: center;
}*/
/*.service .textbox:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 581px;
	height: 581px;
	opacity: 0.06;
	background: #1C97D6;
	filter: blur(125px);
}*/
.service .textbox .title{
	max-width: 46.35416666666667vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.service .textbox h3{
	font-family: "Montserrat-Bold";
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.service .textbox .txt{
	margin-top: 30px;
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
}
.service .content .maincontainer{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.service .substance{
	width: 51.57894736842105%;
}
.service .substance ul li{
	padding: 0px 30px;
	box-sizing: border-box;
	background: rgba(238, 238, 238, 1);
	border: 0.6px solid rgba(204, 204, 204, 1);
	margin-bottom: 40px;
	cursor: pointer;
}
.service .substance ul li:last-child{
	margin-bottom: 0;
}
.service .substance ul li .subtit{
	position: relative;
	padding: 26px 0;
	font-family: "Montserrat-Bold";
	line-height: 1;
	color: rgba(0, 0, 0, 1);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.service .substance ul li:hover .subtit{
	color: #1C97D6;
}
.service .substance ul li.on .subtit{
	color: #1C97D6;
	padding: 36px 0px;
}
.service .substance ul li .subtit i{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.service .substance ul li .subtit i{
    /*-webkit-transform: rotate(45deg);
    transform: rotate(45deg);*/
}
.service .substance ul li .subtit i::before {
    content: '';
    width: 20px;
    position: absolute;
    height: 3.8px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000000;
}
.service .substance ul li .subtit i::after {
    content: '';
    height: 20px;
    position: absolute;
    width: 3.8px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.service .substance ul li.on .subtit i::after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.service .substance ul li .text{
	display: none;
	padding: 45px 0px;
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
	border-top: 1px solid rgba(204, 204, 204, 1);
}
.service .content .imgbox{
	width: 43.02631578947368%;
	overflow: hidden;
}
.service .content .imgbox img{
	display: block;
	width: 100%;
}




.productbanner{
	position: relative;
	z-index: 1;
}
.productbanner .bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
}
.productbanner .bg:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: rgba(0, 0, 0, 1);
}
.productbanner .bg:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: url(../images/img28.png) center no-repeat;
	background-size: cover;
	/*mix-blend-mode: overlay;*/
	opacity: 0.15;
}
.productbanner.other .bg:before{
	background: rgba(20, 20, 20, 1);
}
.productbanner.other .bg:after{
	display: none;
}
.productbanner .bg img{
	width: 100%;
}
.productbanner .content{
	padding-top: 12.8%;
}
.productbanner .content h2{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	max-width: 45.83333333333333vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.productbanner .content h2 span{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: rgba(28, 151, 214, 1);
}
.productbanner .content .txt{
	margin-top: 35px;
	max-width: 67.70833333333333vw;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.555555555555556;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}
.productbanner .imgbox{
	text-align: center;
	overflow: hidden;
	margin-top: 4.6%;
}
.productbanner  .imgbox img{
	max-width: 100%;
}


.productdetails{
	padding-top: 4.5%;
}
.contentbox1 .title{
	max-width: 53.125vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.contentbox1 .title h3{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.contentbox1 .title .txt{
	margin-top: 30px;
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
}
.contentbox1 .box{
	position: relative;
	margin-top: 4%;
}
.contentbox1 .box .baseimg{
	display: block;
	width: 58.81578947368421%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.contentbox1 .box .baseimg img{
	width: 100%;
}
.contentbox1 .box ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contentbox1 .box ul li{
	position: absolute;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.contentbox1 .box ul li.a1{
	left: 0;
	top: 10%;
}
.contentbox1 .box ul li.a2{
	left: 0;
	top: 45%;
}
.contentbox1 .box ul li.a3{
	left: 0;
	bottom: 0;
}
.contentbox1 .box ul li.a4{
	flex-direction: row-reverse;
	right: 0;
	top: 28%;
}
.contentbox1 .box ul li.a5{
	flex-direction: row-reverse;
	right: 0;
	bottom: 17%;
}
.contentbox1 .box ul li .line{
	position: relative;
	display: flex;
	align-items: center;
}
.contentbox1 .box ul li.a1 .line{
	width: 60.52631578947368%;
}
.contentbox1 .box ul li.a2 .line{
	width: 23.68421052631579%;
}
.contentbox1 .box ul li.a3 .line{
	width: 52.63157894736842%;
}
.contentbox1 .box ul li.a4 .line{
	flex-direction: row-reverse;
	width: 48.42105263157895%;
}
.contentbox1 .box ul li.a5 .line{
	flex-direction: row-reverse;
	width: 34.5%;
}
.contentbox1 .box ul li .line:before{
	content: '';
	position: absolute;
	width: 1px;
	background: rgba(28, 151, 214, 1);
}
.contentbox1 .box ul li.a1 .line:before{
	/*height: 67px;*/
	height: 5vw;
	right: 0;
	top: 6px;
}
.contentbox1 .box ul li.a2 .line:before{
	/*height: 117px;*/
	height: 5vw;
	bottom: 6px;
	right: 0;
}
.contentbox1 .box ul li.a3 .line:before{
	right: 0;
	bottom: 6px;
	/*height: 67px;*/
	height: 3vw;
}
.contentbox1 .box ul li.a4 .line:before{
	left: 0;
	top: 6px;
	/*height: 67px;*/
	height: 4vw;
}
.contentbox1 .box ul li .line:after{
	content: '';
	position: absolute;
	right: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(28, 151, 214, 1);
}
.contentbox1 .box ul li.a1 .line:after{
	/*bottom: -67px;*/
	bottom: -5vw;
}
.contentbox1 .box ul li.a2 .line:after{
	/*top: -117px;*/
	top: -5vw;
}
.contentbox1 .box ul li.a3 .line:after{
	/*top: -67px;*/
	top: -3vw;
}
.contentbox1 .box ul li.a4 .line:after{
	right: auto;
	left: -8px;
	/*bottom: -67px;*/
	bottom: -4vw;
}
.contentbox1 .box ul li.a5 .line:after{
	right: auto;
	left: -8px;
	top: 0;
}
.contentbox1 .box ul li i{
	display: inline-block;	
	width: 62px;
	height: 12px;
	background: rgba(28, 151, 214, 1);
}
.contentbox1 .box ul li span{
	flex: 1;
	height: 1px;
	background: rgba(28, 151, 214, 1);
}

.contentbox1 .box ul li .text{
	display: flex;
	align-items: center;
	/*width: 266px;
	min-height: 110px;*/
	width: 13.85416666666667vw;
	min-height: 5.729166666666667vw; 
	color: #FFFFFF;
	line-height: 1.45;
	border-radius: 10px;
	background: rgba(0, 0, 0, 1);
	padding: 20px;
	box-sizing: border-box;
	word-break: break-word;
}
.contentbox1 .wrap{
	margin-top: 11%;
	padding-bottom: 5%;
}
.contentbox1 .wrap ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.contentbox1 .wrap ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 4%;
	background-color: #000000;
	color: #FFFFFF;
}
.contentbox1 .wrap ul li:nth-child(3n){
	margin-right: 0;
}
.contentbox1 .wrap ul li.white{
	color: #000000;
	background: rgba(0,0,0,0.04);
}
.contentbox1 .wrap ul li .imgbox{
	width: 100%;
	overflow: hidden;
}
.contentbox1 .wrap ul li .imgbox img{
	display: block;
	width: 100%;
}
.contentbox1 .wrap ul li .textbox{
	padding: 8% 11%;
	box-sizing: border-box;
}
.contentbox1 .wrap ul li .t1{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	min-height: 240px;
	word-break: break-word;
	/*-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
}
.contentbox1 .wrap ul li .t2{
	margin-top: 45px;
	line-height: 1.56;
	min-height: 240px;
	word-break: break-word;
}
.contentbox1 .wrap ul li.white .t1{
	margin-top: 45px;
}
.contentbox1 .wrap ul li.white .t2{
	margin-top: 0;
}

.contentbox2{
	padding-top: 7.29166666666667%;
}
.contentbox2 ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contentbox2 ul li{
	width: 33.33%;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 5%;
	box-sizing: border-box;
	text-align: center;
}
.contentbox2 ul li .icon img{
	max-width: 88px;
}
.contentbox2 ul li .text{
	margin-top: 40px;
}
.contentbox2 ul li .text .t1{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.contentbox2 ul li .text .t2{
	margin-top: 30px;
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
}

.contentbox3{
	padding-top: 5%;
	padding-bottom: 5%;
}
.contentbox3 ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contentbox3 ul li{
	display: flex;
	align-items: center;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 3%;
	min-height: 240px;
	border: 0.6px solid rgba(204, 204, 204, 1);
	box-sizing: border-box;
}
.contentbox3 ul li span{
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.contentbox3 ul li:nth-child(2n){
	margin-right: 0;
}
.contentbox3 ul li .icon{
	margin-right: 35px;
}
.contentbox3 ul li .icon img{
	width: 66px;
}
.contentbox3 ul li .text{
	flex: 1;
}
.contentbox3 ul li .text .t1{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.contentbox3 ul li .text .t2{
	margin-top: 12px;
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
}
.contentbox4{
}
.contentbox4 .imgbox{
	width: 100%;
	overflow: hidden;
}
.contentbox4 .imgbox img{
	display: block;
	width: 100%;
}
.contentbox4 .textbox{
	margin-top: 5.9%;
}
.contentbox4 .textbox ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contentbox4 .textbox ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 4%;
}
.contentbox4 .textbox ul li:nth-child(3n){
	margin-right: 0;
}
.contentbox4 .textbox ul li .t1{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.contentbox4 .textbox ul li .t2{
	margin-top: 30px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}


.contentbox5{
	padding-top: 5%;
}
.contentbox5 ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contentbox5 ul li{
	display: flex;
	align-items: flex-start;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 5.65789473684211%;
}
.contentbox5 ul li:nth-child(2n){
	margin-right: 0;
}
.contentbox5 ul li .imgbox{
	width: 36.51987110633727%;
	overflow: hidden;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.06);
}
.contentbox5 ul li .imgbox img{
	display: block;
	width: 100%;
}
.contentbox5 ul li .textbox{
	width: 63.48012889366273%;
	padding-left: 6%;
	box-sizing: border-box;
}
.contentbox5 ul li .textbox .icon img{
	width: 66px;
}
.contentbox5 ul li .textbox .t1{
	margin-top: 60px;
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.contentbox5 ul li .textbox .t2{
	margin-top: 12px;
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
}

.contentbox6{
	padding-bottom: 4%;
}
.contentbox6 ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contentbox6 ul li{
	position: relative;
	width: 47%;
	margin-right: 6%;
	margin-bottom: 6.5%;
	padding-left: 3.5%;
	min-height: 230px;
	box-sizing: border-box;
}
.contentbox6 ul li:nth-child(2n){
	margin-right: 0;
}
.contentbox6 ul li i{
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 230px;
}
.contentbox6 ul li i:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(204, 204, 204, 1);
}
.contentbox6 ul li i:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 43.47826086956522%;
	background: #000000;
}
.contentbox6 ul li .icon img{
	width: 88px;
}
.contentbox6 ul li .text{
	margin-top: 45px;
}
.contentbox6 ul li .text .t1{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.contentbox6 ul li .text .t2{
	margin-top: 12px;
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
}

.contentbox7 ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contentbox7 ul li{
	width: 42.6%;
	margin-right: 14.8%;
	margin-bottom: 7.5%;
}
.contentbox7 ul li:nth-child(2n){
	margin-right: 0;
}
.contentbox7 ul li .imgbox{
	width: 100%;
	overflow: hidden;
}
.contentbox7 ul li .imgbox img{
	display: block;
	width: 100%;
}
.contentbox7 ul li .textbox{
	margin-top: 40px;
}
.contentbox7 ul li .textbox .t1{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.contentbox7 ul li .textbox .t2{
	margin-top: 30px;
	line-height: 1.625;
	color: rgba(0, 0, 0, 1);
}

.contentbox8{
	border-top: 1px solid rgba(204, 204, 204, 1);
}
.contentbox8 .box{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contentbox8 .box .left_b{
	position: relative;
	padding-top: 7.1%;
	width: 38.15789473684211%;
}
.contentbox8 .box .left_b:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(204, 204, 204, 1);
}
.contentbox8 .box .left_b .size48{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.contentbox8 .box .right_b{
	padding-top: 7.1%;
	width: 36.31578947368421%;
}
.contentbox8 .box .right_b .txt{
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
}
.contentbox8 .box .right_b .imgbox{
	margin-top: 10%;
	padding-bottom: 25%;
	width: 100%;
	overflow: hidden;
}
.contentbox8 .box .right_b .imgbox img{
	display: block;
	width: 100%;
}
.contentbox8 .wrap{
	position: relative;
}
.contentbox8 .wrap:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: rgba(238, 238, 238, 1);
}
.contentbox8 .wrap .maincontainer{
	display: flex;
	justify-content: flex-end;
}
.contentbox8 .wrap .textbox{
	position: relative;
	padding-top: 10%;
	padding-bottom: 10%;
	background: rgba(238, 238, 238, 1);
}
.contentbox8 .wrap .textbox:before{
	content: '';
	position: absolute;
	left: -400px;
	top: 0;
    width: 400px;
    height: 100%;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 50% 50%);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 50% 50%);
    background: rgba(238, 238, 238, 1);
}
.contentbox8 .wrap .textbox{
	width: 61.84210526315789%;
}
.contentbox8 .wrap .textbox .text{
	max-width: 28.65vw;
	width: 100%;
}
.contentbox8 .wrap .textbox .t1{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.contentbox8 .wrap .textbox .t2{
	margin-top: 28px;
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
}
.service .textbox{
	position: relative;
	padding-top: 12%;
	padding-bottom: 12%;
	text-align: center;
}

.technology-bms{
	padding-top: 12%;
	padding-bottom: 12%;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
}
@media screen and (min-width: 1920px){
	.technology-bms{
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100% 100%;
	}
}
.technology-bms .title{
	color: #FFFFFF;
}
.technology-bms .title .t1{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(255, 255, 255, 1);
}
.technology-bms .title .t2{
	margin-top: 25px;
	max-width: 56.14583333333333vw;
	width: 100%;
	line-height: 1.56;
	color: rgba(255, 255, 255, 1);
}
.technology-bms .box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 5.6%;
}
.technology-bms .box .textbox{
	width: 50.46%;
}
.technology-bms .box .textbox ul li{
	display: flex;
	align-items: flex-start;
	padding-top: 16px;
	padding-bottom: 36px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 1);
	border-bottom: 0.6px solid rgba(204, 204, 204, 0.3);
}
.technology-bms .box .textbox ul li img{
	display: inline-block;
	max-width: 23px;
	margin-right: 20px;
}
.technology-bms .box .imgbox{
	width: 44.47368421052632%;
	overflow: hidden;
}
.technology-bms .box .imgbox img{
	display: block;
	width: 100%;
}
@media screen and (min-width: 1025px){
	/*.size62{
		font-size: 3.229166666666667vw;
	}
	.size48{
		font-size: 2.5vw;
	}
	.size38{
		font-size: 1.979166666666667vw;
	}
	.size36{
		font-size: 1.875vw;
	}
	.size32{
		font-size: 1.666666666666667vw;
	}
	.size26{
		font-size: 1.354166666666667vw;
	}
	.size24{
		font-size: 1.25vw;
	}
	.size18{
		font-size: 0.9375vw;
	}
	.size16{
		font-size: 0.8333333333333333vw;
	}
	.size14{
		font-size: 0.7291666666666667vw;
	}
	.size12{
		font-size: 0.625vw;
	}*/
	
	/*.padt100{
		padding-top: 5.208333333333333vw;
	}
	.padt110{
		padding-top: 5.729166666666667vw;
	}
	.padt120{
		padding-top: 6.25vw;
	}
	.padb100{
		padding-bottom: 5.208333333333333vw;
	}
	.padb120{
		padding-bottom: 6.25vw;
	}*/
	.padt100{
		padding-top: 6.25vw;
	}
	.padt110{
		padding-top: 6.770833333333333vw;
	}
	.padt120{
		padding-top: 7.8125vw;
	}
	.padb100{
		padding-bottom: 6.25vw;
	}
	.padb120{
		padding-bottom: 7.8125vw;
	}
	
	
	.service .substance ul li{
		padding: 0 1.5625vw;
		margin-bottom: 2.083333333333333vw;
	}
	.service .substance ul li .subtit{
		padding: 1.354166666666667vw 0;
	}
	.service .substance ul li.on .subtit{
		padding: 1.875vw 0;
	}
	.service .substance ul li .subtit i{
		width: 1.041666666666667vw;
		height: 1.041666666666667vw;
	}
	.service .substance ul li .subtit i::before {
		width: 1.041666666666667vw;
		height: 0.1979166666666667vw;
	}
	.service .substance ul li .subtit i::after {
		height: 1.041666666666667vw;
		width: 0.1979166666666667vw;
	}
	.service .substance ul li .text{
		padding: 2.34375vw 0;
	}
}
@media screen and (max-width: 1920px) and (min-width: 1025px){
	.othercontent{
		padding-top: 4.166666666666667vw;
	}
	.size62{
		font-size: 3.229166666666667vw;
	}
	.size48{
		font-size: 2.5vw;
	}
	.size38{
		font-size: 1.979166666666667vw;
	}
	.size36{
		font-size: 1.875vw;
	}
	.size34{
		font-size: 1.770833333333333vw;
	}
	.size32{
		font-size: 1.666666666666667vw;
	}
	.size26{
		font-size: 1.354166666666667vw;
	}
	.size24{
		font-size: 1.25vw;
	}
	.size22{
		font-size: 1.145833333333333vw;
	}
	.size18{
		font-size: 0.9375vw;
	}
	.size16{
		font-size: 0.8333333333333333vw;
	}
	.size14{
		font-size: 0.7291666666666667vw;
	}
	.size12{
		font-size: 0.625vw;
	}
	
	/*.padt100{
		padding-top: 5.208333333333333vw;
	}
	.padt110{
		padding-top: 5.729166666666667vw;
	}
	.padt120{
		padding-top: 6.25vw;
	}
	.padb100{
		padding-bottom: 5.208333333333333vw;
	}
	.padb120{
		padding-bottom: 6.25vw;
	}*/
	.padt100{
		padding-top: 6.25vw;
	}
	.padt110{
		padding-top: 6.770833333333333vw;
	}
	.padt120{
		padding-top: 7.8125vw;
	}
	.padb100{
		padding-bottom: 6.25vw;
	}
	.padb120{
		padding-bottom: 7.8125vw;
	}
	
	.index_banner .text .size24,
	.banner .textbox .text .size24{
		margin-top: 1.145833333333333vw;
	}
	.index_banner .nums,
	.banner .nums{
		margin-top: 5.208333333333333vw;
	}
	.index_banner .nums ul li,
	.banner .nums ul li{
		margin-right: 5.989583333333333vw;
	}
	.index_banner .nums ul li i,
	.banner .nums ul li i{
		margin-top: 0.7291666666666667vw;
		margin-bottom: 0.7291666666666667vw;
		width: 4.166666666666667vw;
		height: 0.078125vw;
	}
	.index_banner .obannertext h2 span,
	.obanner .obannertext h2 span{
		margin-bottom: 0.78125vw;
	}
	.index_banner .obannertext .txt,
	.obanner .obannertext .txt{
		margin-top: 1.822916666666667vw;
	}
	
	.index_solution .title{
		max-width: 57.29166666666667vw;
	}
	.index_solution .title .size18{
		margin-top: 1.40625vw;
	}
	.index_solution .box .item .text .t2{
		margin-top: 0.46875vw;
	}
	.index_solution .box .item .text .t3{
		margin-top: 1.5625vw;
	}
	.index_solution .box .item .morebtn{
		margin-top: 1.770833333333333vw;
	}
	.morebtn a{
		min-width: 8.125vw;
		height: 2.5vw;
		border-radius: 0.3125vw;
		border: #1C97D6 solid 0.1041666666666667vw;
	}
	.index_video .icon,
	.about_video .icon{
		width: 2.8125vw;
	}
	.index_project:before{
	    border: 10vw solid #ffffff;
	    border-color: transparent #ffffff #ffffff transparent;
	}
	.index_project .box .left .swiper:before{
	    border: 2.604166666666667vw solid #000000;
	    border-color: #000000 #000000 transparent transparent;
	}
	.index_project .box .left .swiper:after{
	    border: 2.604166666666667vw solid #000000;
	    border-color: transparent transparent #000000 #000000;
	}
	.index_project .box .text{
		max-width: 36.97916666666667vw;
	}
	.index_project .box .text .size18{
		margin-top: 2.34375vw;
	}
	.index_project .box .right .swiper{
		margin-bottom: 3vw;
		height: 20vw;
	}
	.index_project .box .right .swiper .swiper-slide{
		padding-top: 0.2604166666666667vw;
		padding-bottom: 0.2604166666666667vw;
		padding-left: 1.5625vw;
	}
	/*.index_project .box .right .swiper .swiper-slide .t1{
		font-size: 0.8333333333333333vw;
	}
	.index_project .box .right .swiper .swiper-slide-thumb-active .t1{
		font-size: 1.25vw;
	}
	.index_project .box .right .swiper .swiper-slide .t2{
		font-size: 0.8333333333333333vw;
		padding-top: 0.3125vw;
	}
	.index_project .box .right .swiper .swiper-slide-thumb-active .t2{
		max-height: 1.354166666666667vw;
	}
	.index_project .box .right .swiper .swiper-slide .t2 img{
		max-width: 0.6770833333333333vw;
		margin-right: 0.3125vw;
	}*/
	.index_project .box .right .swiper:before{
		width: 0.2083333333333333vw;
		border-radius: 0.3125vw;
	}
	.index_project .box .right .swiper .swiper-slide-thumb-active:before{
	    width: 0.2083333333333333vw;
	    border-radius:0.3125vw;
	}
	.index_about .box .item .textbox .t1{
		margin-bottom: 0.46875vw;
	}
	.index_about .box .item .textbox .t3{
		margin-top: 1.302083333333333vw;
	}
	.index_about .box .item .textbox .t3 ul li{
		margin-bottom: 0.78125vw;
	}
	.index_about .box .item .textbox .t3 ul li img{
		max-width: 0.78125vw;
		margin-right: 0.5208333333333333vw;
	}
	.index_about .box .item .textbox .morebtn{
		padding-top: 1.822916666666667vw;
	}
	
	.index_new .title .size38{
		margin-top: 0.5208333333333333vw;
	}
	.newlink:hover .imgbox img{
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
	}
	.newlink .textbox{
		padding: 1.041666666666667vw 0;
	}
	.newlink .textbox .tag a{
		min-width: 6.458333333333333vw;
		height: 1.458333333333333vw;
		border-radius: 1.5625vw;
		font-size: 0.625vw;
		padding: 0 0.6770833333333333vw;
	}
	.newlink .textbox h4{
		margin-top: 0.8333333333333333vw;
	}
	.newlink .textbox .date{
		margin-top: 0.7291666666666667vw;
	}
	.index_new .swiper-pagination-bullet,
	.mainnew .swiper-pagination-bullet{
		margin: 0 0.2604166666666667vw;
	}
	.index_contact{
		min-height: 21.14583333333333vw;
	}
	.index_contact .morebtn{
		margin-top: 1.979166666666667vw;
	}
	
	/*about*/
	.introduce{
		padding-top: 11.77083333333333vw;
	}
	.introduce .box ul li{
		margin-bottom: 1.25vw;
	}
	.introduce .box ul li img{
		max-width: 1.145833333333333vw;
		margin-right: 0.5208333333333333vw;
	}
	.whycubenergy .box ul li .t2{
		margin-top: 0.625vw;
	}
	.whycubenergy .box ul li .t3{
		margin-top: 1.5625vw;
	}
	
	/*news*/
	.productList .page{
		margin-top: 2.34375vw;
	}
	.page-list a,
	.page-list span{
	   	min-width: 1.25vw;
	   	height: 1.25vw;
		margin-bottom: 0.5208333333333333vw;
		margin-right: 1.302083333333333vw;
	    font-size: 0.8333333333333333vw;
	}
	.page-list a.fyprev,
	.page-list a.fynext{
		min-width: 1.25vw;
		height: 1.25vw;
	}
	.newinfo .title .size48{
		margin-top: 1.5625vw;
	}
	.newinfo .box .wrap{
		max-width: 56.25vw;
	}
	.prvenext ul li a{
		font-size: 0.9375vw;
	}
	.prvenext ul li.prveli a{
		padding-left: 1.302083333333333vw;
	}
	.prvenext ul li.nextli a{
		padding-right: 1.302083333333333vw;
	}
	.prvenext ul li a i{
		top: 0.2083333333333333vw;
		width: 0.5208333333333333vw;
		height: 0.9375vw;
	}
	
	.contact .box .textbox ul li{
		margin-bottom: 1.822916666666667vw;
	}
	.contact .box .textbox ul li img{
		max-width: 2.291666666666667vw;
		margin-right: 0.5208333333333333vw;
	}
	.contact .box .textbox ul li span{
		padding-top: 0.5208333333333333vw;
	}
	.contact .box .inputli,
	.contact .box .textareali{
		border-radius: 0.3125vw;
		padding: 0 1.041666666666667vw;
		margin-bottom: 1.041666666666667vw;
	}
	.contact .box .inputli input{
	    height: 3.4375vw;
		font-size: 0.8333333333333333vw;
	}
	.contact .box .textareali textarea{
		min-height: 10.41666666666667vw;
		font-size: 0.8333333333333333vw;
		padding: 1.041666666666667vw 0;
	}
	
	.contact .box .formbtn input{
		height: 3.541666666666667vw;
		font-size: 1.145833333333333vw;
		border-radius: 1.458333333333333vw;
		border-radius: 0.3125vw;
	
	}
	
	.contact .box .check{
		margin-top: 0.78125vw;
		font-size: 0.7291666666666667vw;
	}
	.contact .box .check input{
	    top: 0.2604166666666667vw;
		width: 1.145833333333333vw;
		height: 1.145833333333333vw;
		margin-right: 0.4166666666666667vw;
	} 
	
	
	/*projects*/
	.projects .box .title h3{
		max-width: 55.57291666666667vw;
	}
	.projects .box .title .txt{
		margin-top: 1.458333333333333vw;
		max-width: 34.63541666666667vw;
	}
	.projects .box .wrap{
		/*max-width: 40vw;*/
		max-width: 56vw;
	}
	.projects .box .wrap .left .swiper:before{
	    border: 1.5625vw solid #000000;
	    border-color: #000000 #000000 transparent transparent;
	}
	.projects .box .wrap .left .swiper:after{
	    border: 1.5625vw solid #000000;
	    border-color: transparent transparent #000000 #000000;
	}
	.projects .box .wrap .right{
		padding-left: 13%;
	}
	.projects .box .wrap .right .swiper,
	.index_project .box .right .swiper{
		margin-bottom: 3vw;
		/*max-width: 18.22916666666667vw;*/
		height: 20vw;
	}
	.projects .box .wrap .right .swiper .swiper-slide,
	.index_project .box .right .swiper .swiper-slide{
		padding-top: 0.2604166666666667vw;
		padding-bottom: 0.2604166666666667vw;
		padding-left: 1.5625vw;
	}
	/*.projects .box .wrap .right .swiper .swiper-slide .t1{
		font-size: 0.8333333333333333vw;
	}
	.projects .box .wrap .right .swiper .swiper-slide-thumb-active .t1{
		font-size: 1.25vw;
	}
	.projects .box .wrap .right .swiper .swiper-slide .t2{
		font-size: 0.8333333333333333vw;
		padding-top: 0.3125vw;
	}
	.projects .box .wrap .right .swiper .swiper-slide-thumb-active .t2{
		max-height: 1.354166666666667vw;
	}
	.projects .box .wrap .right .swiper .swiper-slide .t2 img{
		max-width: 0.6770833333333333vw;
		margin-right: 0.3125vw;
	}*/
	.projects .box .wrap .right .swiper:before{
		width: 0.2083333333333333vw;
		border-radius: 0.3125vw;
	}
	.projects .box .wrap .right .swiper .swiper-slide-thumb-active:before{
	    width: 0.2083333333333333vw;
	    border-radius: 0.3125vw;
	}
	
	.current_item{
		padding-left: 3.125vw;
    	padding-right: 3.125vw;
	}
	.current_item .itemlist ul li .addimg{
		border-radius: 2.604166666666667vw;
	}
	.current_item .itemlist ul li .addtext .t1{
		padding: 1.5625vw 0.78125vw 0 1.5625vw;
	}
	.current_item .itemlist ul li .addtext .t1 .t1-1 span{
		margin-right: 0.2604166666666667vw;
	}
	.current_item .itemlist ul li .addtext .t1 .t1-2{
		margin-top: 0.5208333333333333vw;
	}
	.current_item .itemlist ul li .addtext .t2 span{
		width: 75%;
	  	padding: 4.166666666666667vw 0.78125vw 0 1.5625vw;
	}
	.current_item .swiper-button-next, .current_item .swiper-button-prev{
		width: 2.083333333333333vw;
		height: 2.083333333333333vw;
		-moz-background-size: 0.5208333333333333vw auto;
	    -webkit-background-size: 0.5208333333333333vw auto;
	    background-size: 0.5208333333333333vw auto;
	}
	.current_item .swiper-button-next, 
	.current_item .swiper-container-rtl .swiper-button-prev {
	    background-image: url(../images/icon47.png); 
	    background-size: 0.5208333333333333vw auto;
	}
	.current_item .swiper-button-prev, 
	.current_item .swiper-container-rtl .swiper-button-next {
	    background-image: url(../images/icon46.png); 
	    background-size: 0.5208333333333333vw auto;
	}
	
	.projectlist{
		padding-top: 1.041666666666667vw;
	}
	.projectlist .item .textbox .site{
		margin-top: 0.78125vw;
	}
	.projectlist .item .textbox .site img{
		max-width: 0.6770833333333333vw;
		margin-right: 0.3125vw;
	}
	.projectlist .item .textbox .text{
		margin-top: 1.5625vw;
	}
	.projectlist .item .textbox ul{
		margin-top: 1.770833333333333vw;
	}
	.projectlist .item .textbox ul li{
		margin-bottom: 1.041666666666667vw;
	}
	.projectlist .item .textbox ul li .sp1 img{
		max-width: 1.145833333333333vw;
		margin-right: 0.5208333333333333vw;
	}
	.service .textbox{
		min-height: 34.375vw;
	}
	.service .textbox .title{
		max-width: 46.35416666666667vw;
	}
	.service .textbox .txt{
		margin-top: 1.5625vw;
	}
	.service .substance ul li{
		padding: 0 1.5625vw;
		margin-bottom: 2.083333333333333vw;
	}
	.service .substance ul li .subtit{
		padding: 1.354166666666667vw 0;
	}
	.service .substance ul li.on .subtit{
		padding: 1.875vw 0;
	}
	.service .substance ul li .subtit i{
	    width: 1.041666666666667vw;
	    height: 1.041666666666667vw;
	}
	.service .substance ul li .subtit i::before {
	    width: 1.041666666666667vw;
	    height: 0.1979166666666667vw;
	}
	.service .substance ul li .subtit i::after {
	    height: 1.041666666666667vw;
	    width: 0.1979166666666667vw;
	}
	.service .substance ul li .text{
		padding: 2.34375vw 0;
	}
	
	.productbanner .content h2{
		max-width: 45.83333333333333vw;
	}
	.productbanner .content h2 span{
		margin-bottom: 0.78125vw;
	}
	.productbanner .content .txt{
		margin-top: 1.822916666666667vw;
		max-width: 67.70833333333333vw;
	}
	
	
	.contentbox1 .title{
		max-width: 53.125vw;
	}
	.contentbox1 .title .txt{
		margin-top: 1.5625vw;
	}
	/*.contentbox1 .box ul li.a1 .line:before{
		height: 3.489583333333333vw;
		top: 0.3125vw;
	}
	.contentbox1 .box ul li.a2 .line:before{
		height: 6.09375vw;
		bottom: 0.3125vw;
	}
	.contentbox1 .box ul li.a3 .line:before{
		bottom: 0.3125vw;
		height: 3.489583333333333vw;
	}
	.contentbox1 .box ul li.a4 .line:before{
		top: 0.3125vw;
		height: 3.489583333333333vw;
	}*/
	.contentbox1 .box ul li .line:after{
		right: -0.4vw;
		width: 0.8333333333333333vw;
		height: 0.8333333333333333vw;
	}
	.contentbox1 .box ul li.a4 .line:after{
		left: -0.4166666666666667vw;
	}
	.contentbox1 .box ul li.a2 .line:after{
		top: -5vw;
		right: -0.4vw;
	}
	.contentbox1 .box ul li.a3 .line:after{
		top: -3.489583333333333vw;
	}
	.contentbox1 .box ul li.a4 .line:after{
		left: -0.4166666666666667vw;
	}
	.contentbox1 .box ul li.a5 .line:after{
		left: -0.4166666666666667vw;
	}
	.contentbox1 .box ul li i{
		width: 3.229166666666667vw;
		height: 0.625vw;
	}
	
	.contentbox1 .box ul li .text{
		width: 13.85416666666667vw;
		min-height: 5.729166666666667vw;
		border-radius: 0.5208333333333333vw;
		padding: 1.041666666666667vw;
	}
	.contentbox1 .wrap ul li .t1{
		min-height: 12.5vw;
	}
	.contentbox1 .wrap ul li .t2{
		margin-top: 2.34375vw;
		min-height: 12.5vw;
	}
	.contentbox1 .wrap ul li.white .t1{
		margin-top: 2.34375vw;
	}
	
	.contentbox2 ul li .icon img{
		max-width: 4.583333333333333vw;
	}
	.contentbox2 ul li .text{
		margin-top: 2.083333333333333vw;
	}
	.contentbox2 ul li .text .t2{
		margin-top: 1.5625vw;
	}
	
	.contentbox3 ul li{
		min-height: 12.5vw;
	}
	.contentbox3 ul li .icon{
		margin-right: 1.822916666666667vw;
	}
	.contentbox3 ul li .icon img{
		width: 3.4375vw;
	}
	.contentbox3 ul li .text .t2{
		margin-top: 0.625vw;
	}
	.contentbox4 .textbox ul li .t2{
		margin-top: 1.5625vw;
	}
	
	
	.contentbox5 ul li .textbox .icon img{
		width: 3.4375vw;
	}
	.contentbox5 ul li .textbox .t1{
		margin-top: 3.125vw;
	}
	.contentbox5 ul li .textbox .t2{
		margin-top: 0.625vw;
	}
	
	.contentbox6 ul li{
		min-height: 11.97916666666667vw;
	}
	.contentbox6 ul li:nth-child(2n){
		margin-right: 0;
	}
	.contentbox6 ul li i{
		width: 0.2083333333333333vw;
		height: 11.97916666666667vw;
	}
	.contentbox6 ul li .icon img{
		width: 4.583333333333333vw;
	}
	.contentbox6 ul li .text{
		margin-top: 2.34375vw;
	}
	.contentbox6 ul li .text .t2{
		margin-top: 0.625vw;
	}
	
	.contentbox7 ul li .textbox{
		margin-top: 2.083333333333333vw;
	}
	.contentbox7 ul li .textbox .t2{
		margin-top: 1.5625vw;
	}
	
	.contentbox8 .wrap .textbox:before{
	    width: 20.83333333333333vw;
		left: -20.83333333333333vw;
	}
	.contentbox8 .wrap .textbox .text{
		max-width: 35.65vw;
	}
	.contentbox8 .wrap .textbox .t2{
		margin-top: 1.458333333333333vw;
	}
	
	.technology-bms .title .t2{
		margin-top: 1.302083333333333vw;
		max-width: 56.14583333333333vw;
	}
	.technology-bms .box .textbox ul li{
		padding-top: 0.8333333333333333vw;
		padding-bottom: 1.875vw;
		margin-bottom: 1.041666666666667vw;
	}
	.technology-bms .box .textbox ul li img{
		max-width: 1.197916666666667vw;
		margin-right: 1.041666666666667vw;
	}
}
@media screen and (max-width: 1900px){
	.current_item{
		max-width: 100%;
	}
}
@media screen and (max-width: 1600px){
	.projects .box .wrap .right,
	.index_project .box .right{
		padding-left: 10%;
	}
	.projects .box .wrap .right .swiper, .index_project .box .right .swiper{
		height: 22vw;
	}
}
.productdetails{
	padding-top: 8%;
}
.contentbox1 .box{
	margin-top: 6%;
}
.contentbox1 .wrap{
	padding-bottom: 6%;
}
.contentbox2{
	padding-top: 8%;
}
.contentbox3{
	padding-top: 7%;
	padding-bottom: 7%;
}
.contentbox4 .textbox{
	margin-top: 8%;
}
.contentbox5{
	padding-top: 8%;
	padding-bottom: 2%;
}
.contentbox6{
	padding-top: 4%;
	padding-bottom: 5%;
}
.projectlist{
	padding-top: 2%;
}
.index_project.padb120{
	padding-bottom: 12%;
}
@media screen and (max-width: 1024px){
	.maincontainer{
		width: 90%;
	}
	.header .logo a img{
		max-height: 36px;
	}
	.header .nav{
		display: none;
	}
	.header .contactbtn{
		display: none;
	}
	.menubtn{
		display: block;
	}
	/* footer */
	.footer{
		padding-top: 70px;
	}
	.footer .box{
		padding-bottom: 0px;
	}
	.footer .footer_infor{
		width: 100%;
	}
	.footer .footer_infor .footer_logo a img{
		max-height: 50px;
	}
	.footer .footer_nav{
		display: none;
	}
	.footer .footer_bottom{
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer .copyright{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 15px;
	}
	.footer .copyright .support{
		margin-left: 0;
	}
		
	/*  */
	.othercontent{
		padding-top: 70px;
	}
	.size62{
		font-size: 45px;
	}
	.size48{
		font-size: 36px;
	}
	.size38{
		font-size: 30px;
	}
	.size36{
		font-size: 28px;
	}
	.size34{
		font-size: 26px;
	}
	.size32{
		font-size: 24px;
	}
	.size26{
		font-size: 26px;
	}
	.size24{
		font-size: 20px;
	}
	.size22{
		font-size: 18px;
	}
	.size18{
		font-size: 16px;
	}
	.size16{
		font-size: 15px;
	}
	.size14{
		font-size: 14px;
	}
	/*.padt100{
		padding-top: 80px;
	}
	.padt110{
		padding-top: 80px;
	}
	.padt120{
		padding-top: 90px;
	}
	.padb100{
		padding-bottom: 80px;
	}
	.padb120{
		padding-bottom: 90px;
	}*/
	.padt100{
		padding-top: 100px;
	}
	.padt110{
		padding-top: 110px;
	}
	.padt120{
		padding-top: 120px;
	}
	.padb100{
		padding-bottom: 100px;
	}
	.padb120{
		padding-bottom: 120px;
	}
	/**/
	.m_img{
		display: block;
	}
	.pc_img{
		display: none;
	}
	.productbanner .bg img{
		height: 100%;
		object-fit: cover;
	}
	/* index */
	.index_banner{
		padding-top: 13%;
		padding-bottom: 8%;
	}
	.index_banner .nums{
		margin-top: 70px;
		max-width: 58%;
	}
	.index_banner .nums ul li{
		width: 30%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	.index_banner .nums ul li:nth-child(3n){
		margin-right: 0;
	}
	.index_banner .rotating{
		/*width: 60%;
		right: -7%;*/
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
        justify-content: flex-end;
	}
	.index_banner .rotating img{
		position: relative;
		right: -25%;
		height: 100%;
        object-fit: cover;
        width: auto;
        max-width: inherit;
	}
	.morebtn a{
		min-width: 140px;
		height: 44px;
	}
	.index_solution{
		padding-bottom: 12%;
	}
	.index_solution .box{
		margin-top: 7%;
	}
	
	.index_project:before{
		border: 120px solid #ffffff;
		border-color: transparent #ffffff #ffffff transparent;
	}
	.index_project .box .wrap{
		max-width: 100%;
	}
	.index_project .box .text .size18{
		margin-top: 25px;
	}
	.index_project .box .right .swiper{
		margin-top: 40px;
		margin-bottom: 50px;
		max-width: 100%;
	}
	.index_project .box .left .swiper:before{
		border: 30px solid #000000;
    	border-color: #000000 #000000 transparent transparent;
	}
	.index_project .box .left .swiper:after{
		border: 30px solid #000000;
    	border-color: transparent transparent #000000 #000000;
	}
	
	.index_about .box .item .textbox .t3 ul li{
		margin-bottom: 10px;
	}
	
	.index_video .imgbg,
	.about_video .imgbg{
		display: block;
	}
	/*.index_video .videobg,
	.about_video .videobg{
		display: none;
	}*/
	.index_new .box,
	.mainnew .content{
		margin-top: 6%;
	}
	.obanner .obannertext .box{
		max-width: 100%;
	}
	/**/
	.introduce{
		padding-top: 15%;
		padding-bottom: 0 !important;
	}
	.introduce .texbox .size16{
		margin-top: 4%;
		max-width: 100%;
	}
	.introduce .box{
		margin-top: 7%;
	}
	.introduce .box .maincontainer{
		flex-wrap: wrap;
		padding-bottom: 5%;
	}
	.introduce .box .text{
		width: 100%;
	}
	.introduce .box ul{
		width: 100%;
		margin-top: 5%;
	}
	.whycubenergy .box ul li{
		width: 100%;
		margin-right: 0;
	}
	.whycubenergy .box ul li .t3{
		margin-top: 3%;
	}
	/*contact*/
	.contact .box .textbox{
		width: 45%;
	}
	.contact .box .textbox ul li img{
		max-width: 36px;
	}
	.contact .box .formbox{
		width: 45%;
	}
	.contact .box .inputli input{
		height: 48px;
		font-size: 15px;
	}
	.contact .box .textareali textarea{
		min-height: 150px;
		font-size: 15px;
		padding: 15px 0px;
	}
	.contact .box .check input{
		top: 2px;
		width: 20px;
		height: 20px;
	}
	.contact .box .formbtn input{
		font-size: 18px;
		height: 50px;
	}
	/*new*/
	.news .box ul{
		margin-top: 6%;
	}
	.news .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 6%;
	}
	.news .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.news .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.news .wrap{
		margin-top: 5%;
	}
	.news .wrap ul{
		margin-top: 3%;
		padding-bottom: 8%;
	}
	.news .wrap ul li .newlink{
		padding-top: 5%;
    	padding-bottom: 5%;
	}
	.news .wrap ul li .newlink .imgbox{
		width: 40%;
		padding-right: 5%;
	}
	.news .wrap ul li .newlink .textbox{
		/*width: 60%;*/
		padding-top: 0;
		padding-bottom: 0;
	}
	.newinfo .title .size48{
		margin-top: 2.5%;
	}
	.newinfo .box{
		padding: 5% 5% 7%;
		margin-top: 6%;
	}
	.newinfo .box .wrap{
		max-width: 100%;
	}
	.prvenext ul{
		flex-wrap: wrap;
	}
	.prvenext ul li{
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.prvenext ul li a{
		display: inline-block;
	}
	/*projects*/
	.projects .box{
		padding-top: 14%;
	}
	.projects .box .title h3{
		max-width: 100%;
	}
	.projects .box .title .txt{
		max-width: 100%;
	}
	.projects .box .wrap{
		max-width: 100%;
		margin-top: 8%;
	}
	.projects .box .wrap .left{
		width: 42%;
	}
	.projects .box .wrap .right{
		width: 58%;
		padding-left: 10%;
	}
	.projects .box .wrap .right .swiper{
		margin-top: 40px;
        margin-bottom: 50px;
        max-width: 100%;
	}
	.index_project .box .right .swiper,
	.projects .box .wrap .right .swiper{
		height: 360px;
	}
	.projects .box .wrap .right .swiper .swiper-slide .t1 .t1-2{
		margin-top: 10px;
	}
	.projects .box .wrap .right .swiper .swiper-slide-thumb-active .t2,
	.index_project .box .right .swiper .swiper-slide-thumb-active .t2{
		max-height: 38px;
	}
	.projects .box .wrap .right .swiper .swiper-slide .t1 .t1-1 span, .index_project .box .right .swiper .swiper-slide .t1 .t1-1 span{
		margin-right: 8px;
	}
	
	.projectlist{
		padding-top: 5%;
	}
	.projectlist .content{
		margin-bottom: 8%;
	}
	.projectlist .item{
		padding-top: 5%;
    	padding-bottom: 5%;
	}
	.projectlist .item .imgbox{
		width: 35%;
	}
	.projectlist .item .textbox{
		width: 65%;
		padding-left: 6%;
	}
	.projectlist .item .textbox ul{
		font-size: 18px;
	}
	.projectlist .item .textbox ul li .sp1{
		min-width: 40%;
		padding-right: 0;
	}
	
	.current_item{
		max-width: 100%;
		margin-top: 8%;
	}
	.current_item .itemlist ul li .addtext{
		min-height: 25.781255vmin;
	}
	/**/
	.service{
		padding-bottom: 10%;
	}
	.service .textbox{
		background: none;
		padding-top: 15%;
		padding-bottom: 8%;
	}
	.service .textbox .title{
		max-width: 100%;
	}
	.service .content .maincontainer{
		flex-wrap: wrap;
	}
	.service .substance{
		width: 100%;
	}
	.service .content .imgbox{
		width: 100%;
		margin-top: 8%;
	}
	/**/
	.productbanner .content{
		padding-top: 18%;
	}
	.productbanner .content h2{
		max-width: 100%;
	}
	.productbanner .content .txt{
		max-width: 100%;
	}
	.productbanner .imgbox{
		margin-top: 7%;
	}
	.productdetails{
		padding-top: 7%;
	}
	.contentbox1 .title{
		max-width: 100%;
	}
	.contentbox1 .box{
		margin-top: 6%;
	}
	.contentbox1 .box ul li.a1{
		top: 0;
	}
	.contentbox1 .box ul li .text{
		padding: 15px;
		width: 42%;
	}
	.contentbox1 .box ul li i{
		width: 30px;
		height: 9px;
	}
	.contentbox1 .box ul li.a1 .line:before{
		height: 67px;
		right: 0;
		top: 6px;
	}
	.contentbox1 .box ul li.a2 .line:before{
		height: 60px;
		bottom: 6px;
	}
	.contentbox1 .box ul li.a3 .line:before{
		right: 0;
		bottom: 6px;
		height: 30px;
	}
	.contentbox1 .box ul li.a4 .line:before{
		left: 0;
		top: 6px;
		height: 45px;
	}
	.contentbox1 .box ul li .line:after{
		width: 12px;
		height: 12px;
		right: -6px;
	}
	.contentbox1 .box ul li.a1 .line:after{
		bottom: -63px;
	}
	.contentbox1 .box ul li.a2 .line:after{
		top: -60px;
	}
	.contentbox1 .box ul li.a3 .line{
		width: 40%;
	}
	.contentbox1 .box ul li.a3 .line:after{
		top: -45px;
	}
	.contentbox1 .box ul li.a4 .line{
		width: 40%;
	}
	.contentbox1 .box ul li.a4 .line:after{
		left: -6px;
		bottom: -45px;
	}
	.contentbox1 .box ul li.a5 .line:after{
		left: -6px;
	}
	.contentbox1 .box ul li.a5{
		bottom: 0;
	}
	.contentbox1 .box ul li.a5 .line{
		width: 25%;
	}
	
	.contentbox2{
		padding-top: 10%;
	}
	.contentbox2 ul li .text .t2{
		margin-top: 6%;
	}
	.contentbox2 ul li .icon img,
	.contentbox5 ul li .textbox .icon img{
		max-width: 56px;
	}
	
	.contentbox3 ul li{
		min-height: 220px;
	}
	.contentbox3 ul li .icon{
		margin-right: 20px;
	}
	.contentbox3 ul li .icon img{
		max-width: 50px;
	}
	
	.contentbox5{
		padding-top: 8%;
	}
	.contentbox5 ul li{
		width: 100%;
		margin-right: 0 !important;
		align-items: center;
	}
	.contentbox5 ul li .textbox .t1{
		margin-top: 8%;
	}
	
	.contentbox6 ul li{
		padding-left: 5%;
		margin-bottom: 8%;
	}
	.contentbox6 ul li .icon img{
		max-width: 56px;
	}
	.contentbox6 ul li .text{
		margin-top: 8%;
	}
	.contentbox7 ul li{
		width: 47%;
	    margin-right: 6%;
	    margin-bottom: 9%;
	}
	.contentbox4 .textbox{
		margin-top: 8%;
	}
	.contentbox4 .textbox ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 9%;
	}
	.contentbox4 .textbox ul li:last-child{
		margin-bottom: 0;
	}
	
	.contentbox1 .wrap ul li .textbox{
		padding: 12%;
	}
	.contentbox1 .wrap ul li .t1,
	.contentbox1 .wrap ul li .t2{
		min-height: 1px;
	}
	.contentbox8 .box .left_b{
		width: 42%;
	}
	.contentbox8 .box .right_b{
		width: 48%;
	}
	.contentbox8 .wrap .textbox{
		width: 58%;
	}
	
	.technology-bms{
		padding-top: 15%;
	}
	.technology-bms .title .t2{
		max-width: 100%;
	}
	.technology-bms .box{
		margin-top: 8%;
	}
	.technology-bms .box .textbox ul li{
		padding-top: 5px;
		padding-bottom: 25px;
	}
	.technology-bms .box .textbox ul li img{
		max-width: 20px;
    	margin-right: 15px;
	}
	
}
@media screen and (max-width: 991px){
	.contentbox1 .box .baseimg{
		width: 100%;
	}
	.contentbox1 .box ul{
		position: static;
	}
	.contentbox1 .box ul li{
		position: static;
		width: 100%;
		margin-bottom: 3%;
	}
	.contentbox1 .box ul li:last-child{
		margin-bottom: 0;
	}
	.contentbox1 .box ul li .text{
		width: 100%;
		padding: 3%;
		min-height: 10vmin;
		box-sizing: border-box;
	}
	.contentbox1 .box ul li .line{
		display: none;
	}
	.contentbox2 ul li{
		width: 100%;
		margin-bottom: 6%;
	}
	.contentbox3 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
		min-height: 20vmin;
	}
	.contentbox6{
		padding-top: 5%;
	}
	.contentbox6 ul li{
		width: 100%;
		margin-bottom:8%;
		min-height: 1px;
	}
	.contentbox6 ul li i{
		height: 100%;
	}
	
	.contentbox1 .wrap{
		margin-top: 8%;
	}
	.contentbox1 .wrap ul li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 5%;
	}
	.contentbox1 .wrap ul li .textbox{
		padding: 7%;
	}
	.contentbox1 .wrap ul li.white .t1,
	.contentbox1 .wrap ul li .t2{
		margin-top: 30px;
	}
	.contentbox8{
		border-top: none;
	}
	.contentbox8 .box .left_b{
		width: 100%;
	}
	.contentbox8 .box .left_b:before{
		display: none;
	}
	.contentbox8 .box .right_b{
		width: 100%;
		padding-top: 5%;
	}
	.contentbox8 .box .right_b .imgbox{
		margin-top: 5%;
		padding-bottom: 0%;
	}
	.contentbox8 .wrap{
		padding-bottom: 10%;
	}
	.contentbox8 .wrap:before{
		display: none;
	}
	.contentbox8 .wrap .textbox{
		width: 100%;
		padding: 7%;
		box-sizing: border-box;
	}
	.contentbox8 .wrap .textbox:before{
		display: none;
	}
	.contentbox8 .wrap .textbox .text{
		max-width: 100%;
	}
	
	.contentbox7 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
	}
	.contentbox7 ul li .textbox{
		margin-top: 7%;
	}
	.contentbox7 ul li .textbox .t2{
		margin-top: 5%;
	}
	.contentbox4 .textbox ul li .t2{
		margin-top: 5%;
	}
	
	.technology-bms{
		padding-bottom: 30%;
	}
	.technology-bms .box .textbox{
		width: 100%;
	}
	.technology-bms .box .imgbox{
		width: 100%;
		margin-top: 8%;
	}
}
@media screen and (max-width: 768px){
	.m-nav>ul>li>a,
	.m-nav>ul>li>.headtitle{
		font-size: 18px;
	    padding: 16px 0px;
	}
	.m-nav ul li ul li .headtitle,
	.m-nav>ul>li>ul>li>a{
		font-size: 16px;
	    padding: 8px 0px;
	}
	.m-nav ul li ul li ul li a{
		font-size: 14px;
	}
	/* footer */
	.footer{
		padding-top: 60px;
	}
	.footer .footer_infor .footer_logo a img{
		max-height: 42px;
	}
	.footer .footer_infor .foot_contact{
		margin-top: 25px;
	}
	.footer .footer_infor .foot_contact ul{
		margin-top: 15px;
	}
	.footer .footer_infor .foot_contact ul li{
		margin-bottom: 15px;
	}
	.footer .footer_infor .foot_contact ul li:last-child{
		margin-bottom: 0px;
	}
	.footer .copyright{
		display: block;
	}
	.footer .copyright span,
	.footer .copyright a{
		display: inline;
	}
	.footer .copyright .support{
		margin-left: 10px;
	}
	/*  */
	.size62{
		font-size: 40px;
	}
	.size48{
		font-size: 32px;
	}
	.size38{
		font-size: 30px;
	}
	.size36{
		font-size: 26px;
	}
	.size34{
		font-size: 25px;
	}
	.size32{
		font-size: 24px;
	}
	.size26{
		font-size: 22px;
	}
	.size24{
		font-size: 20px;
	}
	.size22{
		font-size: 18px;
	}
	/* .padt100{
		padding-top: 70px;
	}
	.padt110{
		padding-top: 70px;
	}
	.padt120{
		padding-top: 80px;
	}
	.padb100{
		padding-bottom: 70px;
	}
	.padb120{
		padding-bottom: 80px;
	} */
	/**/
	
	/* index */
	.index_banner .text{
		max-width: 100%;
	}
	.index_banner .nums{
		max-width: 100%;
	}
	.index_banner .rotating{
		top: 0;
		transform: translateY(0);
		width: 70%;
	}
	.index_solution{
		padding-bottom: 15%;
	}
	.index_solution .box .item{
		flex-wrap: wrap;
	}
	.index_solution .box .item .img{
		width: 100%;
	}
	.index_solution .box .item .text{
		margin-top: 8%;
		width: 100%;
	}
	
	/**/
	.index_project:before{
		border: 100px solid #ffffff;
		border-color: transparent #ffffff #ffffff transparent;
	}
	.index_project .box{
		flex-wrap: wrap;
	}
	.index_project .box .left{
		width: 100%;
	}
	.index_project .box .right{
		margin-top: 8%;
		width: 100%;
	}
	
	.index_about .box .item{
		flex-wrap: wrap;
	}
	.index_about .box .item .textbox{
		width: 100%;
	}
	.index_about .box .item .imgbox{
		margin-top: 8%;
		width: 100%;
	}
	
	.index_new .box{
		margin-top: 8%;
	}
	.index_new .box .swiper{
		padding-bottom: 12%;
	}
	/**/
	.introduce{
		padding-top: 18%;
	}
	.introduce .box ul li img{
		position: relative;
		top: 2px;
		max-width: 18px;
	}
	
	/*contact*/
	.contact .box .textbox{
		width: 100%;
	}
	.contact .box .formbox{
		margin-top: 4%;
		width: 100%;
	}
	.contact .box .textbox .size24{
		margin-top: 4%;
	}
	.contact .box .textbox ul{
		margin-top: 6%;
	}
	.contact .box .textbox ul li{
		margin-bottom: 25px;
	}
	/*new*/
	.news{
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.news .box ul{
		margin-top: 7%;
	}
	.news .box ul li{
		width: 100%;
		margin-right: 0 !important;
	}
	.news .wrap ul{
		margin-top: 2%;
		padding-bottom: 10%;
	}
	.news .wrap ul li .newlink{
		flex-wrap: wrap;
		padding: 7% 0;
	}
	.news .wrap ul li .newlink>div{
		margin-bottom: 7%;
	}
	.news .wrap ul li .newlink>div:last-child{
		margin-bottom: 0;
	}
	.news .wrap ul li .newlink .imgbox{
		width: 100%;
		padding-right: 0;
	}
	.news .wrap ul li .newlink .textbox{
		width: 100%;
	}
	.page-list a, .page-list span{
		margin-bottom: 6px;
    	margin-right: 15px;
    	font-size: 14px;
	}
	.page-list a.fyprev{
		background: url(../images/icon12.png) center no-repeat;
    	background-size: 36% auto;
	}
	.page-list a.fynext{
		background: url(../images/icon13.png) center no-repeat;
    	background-size: 36% auto;
	}
	.prvenext{
		padding-top: 7%;
	}
	.prvenext ul li a{
		font-size: 16px;
	}
	.prvenext ul li.prveli a{
		padding-left: 20px;
	}
	.prvenext ul li.nextli a{
		padding-right: 20px;
	}
	.prvenext ul li a i{
		top: 2px;
		width: 8px;
	}
	.index_new .box, .mainnew .content{
		margin-top: 8%;
	}
	/**/
	.projects .box{
		padding-top: 16%;
	}
	.projects .box .wrap,
	.index_project .box .wrap{
		flex-wrap: wrap;
		margin-top: 7%;
	}
	.projects .box .wrap .left{
		width: 100%;
	}
	.projects .box .wrap .right,
	.index_project .box .right{
		width: 100%;
		padding-left: 0;
		margin-top: 0;
	}
	.projects .box .wrap .right .swiper,
	.index_project .box .right .swiper{
        margin-top: 8%;
        margin-bottom: 9%;
    }
    .projectlist .content{
    	margin-bottom: 10%;
    }
	.projectlist .item .textbox .text{
		margin-top: 20px;
	}
	.projectlist .item .textbox ul{
		font-size: 16px;
	}
	.projectlist .item .textbox ul li{
		margin-bottom: 15px;
	}
	.projectlist .item .textbox ul li:last-child{
		margin-bottom: 0;
	}
	.projectlist .item .textbox ul li .sp1 img{
		max-width: 18px;
		margin-right: 6px;
	}
	.projectlist .item{
		padding-top: 7%;
		padding-bottom: 7%;
	}
	.projectlist .item a{
		flex-wrap: wrap;
	}
	.projectlist .item .imgbox{
		width: 100%;
	}
	.projectlist .item .textbox{
		width: 100%;
        padding-left: 0%;
        margin-top: 7%;
	}
	/*.current_item .itemlist ul li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 7%;
	}
	.current_item .itemlist ul li .addimg{
		position: static;
	}
	.current_item .itemlist ul li .addtext{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		min-height: 100%;
	}*/
	.current_item .itemlist ul li .addtext{
		min-height: 44.27083333333333vmin;
	}
	/**/
	.service .substance ul li{
		padding: 0px 25px;
		margin-bottom: 20px;
	}
	.service .substance ul li .subtit{
		padding: 20px 0px;
	}
	.service .substance ul li.on .subtit{
		padding: 25px 0px;
	}
	.service .substance ul li .subtit i::before {
	    width: 15px;
	    height: 3px;
	}
	.service .substance ul li .subtit i::after {
	    height: 15px;
	    width: 3px;
	}
	.service .substance ul li .text{
		padding: 25px 0px;
	}
}
@media screen and (max-width: 640px){
	.header .logo a img{
		max-height: 32px;
	}
	.m-nav{
		top: 60px;
    	height: calc(100vh - 60px);
	}
	.menubtn{
		height: 60px;
	}
	.menubtn {
		background: url(../images/menu-icon1a.png) center right no-repeat;
		background-size: 26px auto;
	}
	.header.white .menubtn{
		background: url(../images/menu-icon1.png) center right no-repeat;
		background-size: 26px auto;
	}
	.header.on .menubtn{
		background: url(../images/menu-icon1a.png) center right no-repeat;
		background-size: 26px auto;
	}
	.menubtn.on {
		background: url(../images/menu-icon2a.png) center right no-repeat;
		background-size: 26px auto;
	}
	.header.white .menubtn.on{
		background: url(../images/menu-icon2.png) center right no-repeat;
		background-size: 26px auto;
	}
	.header.on .menubtn.on{
		background: url(../images/menu-icon2a.png) center right no-repeat;
		background-size: 26px auto;
	}
	/**/
	.size62{
		font-size: 36px;
	}
	.size48{
		font-size: 28px;
	}
	.size38{
		font-size: 25px;
	}
	.size36{
		font-size: 24px;
	}
	.size34{
		font-size: 23px;
	}
	.size32{
		font-size: 22px;
	}
	.size26{
		font-size: 20px;
	}
	.size24{
		font-size: 18px;
	}
	.size22{
		font-size: 16px;
	}
	.size18{
		font-size: 14px;
	}
	 .padt100{
		padding-top: 60px;
	}
	.padt110{
		padding-top: 60px;
	}
	.padt120{
		padding-top: 70px;
	}
	.padb100{
		padding-bottom: 60px;
	}
	.padb120{
		padding-bottom: 70px;
	} 
	/* index */
	.index_banner{
		padding-top: 15%;
	}
	.index_banner .nums{
		margin-top: 50px;
	}
	.index_banner .nums ul li i{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.index_banner .rotating img{
		right: -30%;
	}
	.index_solution .box{
		margin-top: 30px;
	}
	.index_solution .title .size18{
		margin-top: 15px;
	}
	.index_solution .box .item .text .t3{
		margin-top: 20px;
	}
	.index_project:before {
        border: 80px solid #ffffff;
        border-color: transparent #ffffff #ffffff transparent;
    }
    .index_video .icon,
    .about_video .icon{
    	width: 50px;
    }
    /**/
   	.introduce{
		padding-top: 20%;
	}
    .introduce .box ul li{
    	margin-bottom: 18px;
    }
    /*contact*/
   	.contact{
   		padding-top: 10%;
   		padding-bottom: 12%;
   	}
   	.contact .box .textbox ul li img{
   		max-width: 30px;
   	}
   	.contact .box .textbox ul li span{
   		padding-top: 6px;
   	}
   	.contact .box .inputli input{
		height: 44px;
		font-size: 14px;
	}
	.contact .box .textareali textarea{
		min-height: 120px;
		font-size: 14px;
		padding: 10px 0px;
	}
	.contact .box .check input{
		width: 16px;
		height: 16px;
	}
	.contact .box .formbtn input{
		font-size: 16px;
		height: 46px;
	}
	/**/
	.projects .box{
		padding-top: 18%;
	}
	.projects .box .wrap{
		margin-top: 8%;
	}
	
	.current_item{
		padding-left: 50px;
    	padding-right: 50px;
	}
	.current_item .itemlist ul li .addtext{
		min-height: 44.21875vmin;
	}
	/**/
	.service .textbox{
		padding-top: 18%;
	}
	.service .textbox .txt{
		margin-top: 5%;
	}
	.service .substance ul li{
		padding: 0px 20px;
	}
	.service .substance ul li .subtit{
		padding: 15px 0px;
		font-size: 15px;
	}
	.service .substance ul li.on .subtit{
		padding: 20px 0px;
	}
	.service .substance ul li .subtit i::before {
	    width: 12px;
	    height: 2px;
	}
	.service .substance ul li .subtit i::after {
	    height: 12px;
	    width: 2px;
	}
	.service .substance ul li .text{
		padding: 20px 0px;
	}
	/**/
	.productbanner .bg{
		height: 80%;
	}
	.contentbox2 ul li .text{
		margin-top: 5%;
	}
	.contentbox2 ul li .text .t2{
		margin-top: 5%;
	}
	.contentbox2 ul li .icon img, .contentbox5 ul li .textbox .icon img{
		max-width: 40px;
	}
	.contentbox3 ul li{
		padding: 4% 5%;
	}
	.contentbox3 ul li .icon img{
		max-width: 40px;
	}
	.contentbox5{
		padding-top: 10%;
		padding-bottom: 6%;
	}
	.contentbox5 ul li .textbox .t1{
		margin-top: 6%;
	}
	.contentbox5 ul li{
		flex-wrap: wrap;
		margin-bottom: 8%;
	}
	.contentbox5 ul li .imgbox{
		width: 100%;
	}
	.contentbox5 ul li .textbox{
		width: 100%;
		padding-left: 0;
		margin-top: 7%;
	}
	.contentbox6 ul li .icon img{
		max-width: 40px;
	}
	.contentbox6 ul li .text{
		margin-top: 6%;
	}
	.contentbox4 .textbox{
		margin-top: 10%;
	}
	.contentbox4 .textbox ul li{
		margin-bottom: 12%;
	}
	.contentbox7 ul li .textbox{
		margin-top: 10%;
	}
}
@media screen and (max-width: 540px){
	.size62{
		font-size: 32px;
	}
	.size48{
		font-size: 24px;
	}
	.size38{
		font-size: 22px;
	}
	.size36{
		font-size: 22px;
	}
	.size34{
		font-size: 21px;
	}
	.size32{
		font-size: 20px;
	}
	.size26{
		font-size: 18px;
	}
	.size24{
		font-size: 17px;
	}
	.padt100{
		padding-top: 50px;
	}
	.padt110{
		padding-top: 50px;
	}
	.padt120{
		padding-top: 60px;
	}
	.padb100{
		padding-bottom: 50px;
	}
	.padb120{
		padding-bottom: 60px;
	} 
	
	.index_solution .box .item .morebtn{
		margin-top: 30px;
	}
	.index_video .icon,
	.about_video .icon{
		width: 48px;
	}
	.index_project:before {
        border: 60px solid #ffffff;
        border-color: transparent #ffffff #ffffff transparent;
    }
    /*contact*/
   	.contact .box .textbox .size24{
   		margin-top: 5vmin;
   	}
   	.contact .box .textbox ul{
   		margin-top: 7vmin;
   	}
  	.contact .box .textbox ul li{
   		margin-bottom: 6vmin;
   	}
   	.contact .box .textbox ul li img{
   		max-width: 6.25vmin;
   	}
   	.contact .box .textbox ul li span{
   		padding-top: 1.25vmin;
   	}
   	.contact .box .inputli, .contact .box .textareali{
   		border-radius: 1.25vmin;
	    padding: 0 4.2vmin;
	    margin-bottom: 4.5vmin;
   	}
   	.contact .box .inputli input{
		height: 9.5vmin;
		font-size: 3.33333333333333vmin;
	}
	.contact .box .textareali textarea{
		min-height: 25vmin;
		font-size: 3.33333333333333vmin;
		padding: 2.38vmin 0;
	}
	.contact .box .check{
		margin-top: 6%;
	}
	.contact .box .check input{
		width: 3.8vmin;
		height: 3.8vmin;
	}
	.contact .box .formbtn{
		margin-top: 9%;
	}
	.contact .box .formbtn input{
		font-size: 3.8vmin;
		height: 11vmin;
	}
	.page-list a, .page-list span{
    	margin-right: 12px;
	}
	.page-list a.fyprev{
		background: url(../images/icon12.png) center no-repeat;
    	background-size: 32% auto;
	}
	.page-list a.fynext{
		background: url(../images/icon13.png) center no-repeat;
    	background-size: 32% auto;
	}
	.newinfo .box{
		padding: 7% 7% 9%;
        margin-top: 7%;
	}
	.prvenext ul li a{
		font-size: 15px;
	}
	.prvenext ul li a i{
		top: 4px;
		width: 7px;
		height: 15px;
	}
	.index_new .box, .mainnew .content{
		margin-top: 9%;
	}
	/*.projectlist .item .textbox ul li{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.projectlist .item .textbox ul li .sp1{
		width: 100%;
		padding-right: 0;
	}
	.projectlist .item .textbox ul li .sp2{
		margin-top: 10px;
		width: 100%;
	}*/
	
	.productbanner .content{
		padding-top: 20%;
	}
	.productbanner .content .txt{
		margin-top: 6%;
	}
	.productdetails{
		padding-top: 10%;
	}
	.contentbox1 .title .txt{
		margin-top: 6%;
	}
	.contentbox1 .box{
		margin-top: 8%;
	}
	.contentbox3 ul li{
		padding: 5% 6%;
	}
	.contentbox3 ul li .icon img{
		max-width: 7vmin;
	}
	.contentbox2 ul li .icon img{
		max-width: 8vmin;
	}
	.contentbox5 ul li .textbox .icon img{
		max-width: 8vmin;
	}
	.contentbox1 .box ul li .text{
		padding: 5%;
	}
	.contentbox6{
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.contentbox6 ul li{
		padding-left: 8%;
		margin-bottom: 10%;
	}
	.contentbox6 ul li .icon img{
		max-width: 8vmin;
	}
	.contentbox8 .wrap{
		padding-bottom: 15%;
	}
	
	.technology-bms{
		padding-top: 20%;
	}
	.technology-bms .title .t2{
		margin-top: 7%;
	}
	.technology-bms .box .textbox ul li{
		padding-top: 1.2vmin;
        padding-bottom: 4.5vmin;
	}
	.technology-bms .box .textbox ul li img {
        max-width: 4vmin;
        margin-right: 3.125vmin;
    }
    
    .current_item{
		padding-left: 5.55555555555556vmin;
    	padding-right: 5.55555555555556vmin;
	}
	.current_item .swiper-button-next, .current_item .swiper-button-prev{
		width: 5.55555555555556vmin;
    	height: 5.55555555555556vmin;
    	-moz-background-size: 2.08333333333333vmin auto;
	    -webkit-background-size: 2.08333333333333vmin auto;
	    background-size: 2.08333333333333vmin auto;
	}
	.current_item .swiper-button-next, 
	.current_item .swiper-container-rtl .swiper-button-prev {
		right: -2vmin;
	    background-image: url(../images/icon47.png); 
	    background-size: 2.08333333333333vmin auto;
	}
	.current_item .swiper-button-prev, 
	.current_item .swiper-container-rtl .swiper-button-next {
		left: -2vmin;
	    background-image: url(../images/icon46.png); 
	    background-size: 2.08333333333333vmin auto;
	}
	.current_item .itemlist ul li .addimg{
		border-radius: 7vmin;
	}
	.current_item .itemlist ul li .addtext{
		min-height: 45vmin;
	}
	.current_item .itemlist ul li .addtext .t1{
		padding: 4vmin 2vmin 0 4.5vmin;
	}
	.current_item .itemlist ul li .addtext .t1 .t1-1{
		/*font-size: 2.8vmin;*/
		font-size: 3.3vmin;
	}
	.current_item .itemlist ul li .addtext .t1 .t1-1 span{
		font-size: 5.6vmin;
	}
	.current_item .itemlist ul li .addtext .t1 .t1-2{
		margin-top: 1vmin;
		font-size: 3.6vmin;
	}
	.current_item .itemlist ul li .addtext .t2{
		font-size: 3.3vmin;
	}
	.current_item .itemlist ul li .addtext .t2 span{
		padding: 14.8vmin 4.5vmin 0;
	}
	
}
@media screen and (max-width: 480px){
	/* footer */
	.footer{
		padding-top: 50px;
	}
	.footer .footer_infor .footer_logo a img{
		max-height: 36px;
	}
	/**/
	.size62{
		font-size: 7.2vmin;
	}
	.size48{
		font-size: 5.6vmin;
	}
	.size38{
		font-size: 5.3vmin;
	}
	.size36{
		font-size: 5.3vmin;
	}
	.size34{
		font-size: 5.1vmin;
	}
	.size32{
		font-size: 4.8vmin;
	}
	.size26{
		font-size: 4.3vmin;
	}
	.size24{
		font-size: 4.1vmin;
	}
	.size22{
		font-size: 3.9vmin;
	}
	.size18{
		font-size: 3.4vmin;
	}
	.padt100{
		padding-top: 13vmin;
	}
	.padt110{
		padding-top: 13vmin;
	}
	.padt120{
		padding-top: 15vmin;
	}
	.padb100{
		padding-bottom: 13vmin;
	}
	.padb120{
		padding-bottom: 15vmin;
	} 
	
	
	.index_banner{
		padding-top: 25%;
		padding-bottom: 9vmin;
	}
	.index_banner .nums{
		margin-top: 12vmin;
	}
	.index_banner .text .size24{
		margin-top: 4.5vmin;
	}
	.index_banner .rotating img{
		right: -60%;
	}
	
	.index_solution .box{
		margin-top: 6.5vmin;
	}
	.index_solution .box .item{
		margin-bottom: 7vmin;
	}
	.index_solution .box .item .text{
		margin-top: 9vmin;
	}
	.index_solution .box .item .text .t3{
		margin-top: 4.5vmin;
	}
	.index_solution .box .item .morebtn{
		margin-top: 6.5vmin;
	}
	.index_video .icon,
	.about_video .icon{
		width: 10vmin;
	}
	.index_project:before{
		border: 12.5vmin solid #ffffff;
        border-color: transparent #ffffff #ffffff transparent;
	}
	.index_project .box .right{
		margin-top: 0;
	}
	.index_project .box .right .swiper{
		margin-top: 11vmin;
        margin-bottom: 9vmin;
        height: 78vmin;
	}
	.index_project .box .right .swiper:before,
	.index_project .box .right .swiper .swiper-slide-thumb-active:before,
	.projects .box .wrap .right .swiper:before,
	.projects .box .wrap .right .swiper .swiper-slide-thumb-active:before{
		width: 0.9vmin;
	}
	.index_project .box .right .swiper .swiper-slide,
	.projects .box .wrap .right .swiper .swiper-slide{
		padding-left: 7vmin;
	}
	/*.index_project .box .right .swiper .swiper-slide .t1,
	.index_project .box .right .swiper .swiper-slide .t2{
		font-size: 3.6vmin;
	}
	.index_project .box .right .swiper .swiper-slide-thumb-active .t1{
		font-size: 5vmin;
	}
	.index_project .box .right .swiper .swiper-slide .t2 img{
		max-width: 3.14vmin;
    	margin-right: 1.45vmin;
	}*/
	.morebtn a{
		min-width: 29vmin;
        height: 9vmin;
	}
	.index_about .box .item .textbox .t3{
		margin-top: 6vmin;
	}
	.index_about .box .item .textbox .t3 ul li{
		margin-bottom: 2.1vmin;
	}
	.index_about .box .item .textbox .t3 ul li img{
		max-width: 3.6vmin;
    	margin-right: 2.1vmin;
	}
	.index_about .box .item .textbox .morebtn{
		padding-top: 6vmin;
	}
	.index_about .box .item .imgbox{
		margin-top: 9vmin;
	}
	.index_new .box{
		margin-top: 7vmin;
	}
	
	.newlink .textbox .tag a{
		min-width: 30vmin;
	    height: 6.7vmin;
	    border-radius: 7.2vmin;
	   	padding: 0 3vmin;
	}
	.newlink .textbox{
		padding: 5vmin 0;
	}
	.newlink .textbox h4{
		margin-top: 3.5vmin;
	}
	.newlink .textbox .date{
		margin-top: 3.2vmin;
	}
	
	.index_contact{
		min-height: 75vmin;
	}
	.index_contact .morebtn{
		margin-top: 8vmin;
	}
	/*about*/
	.introduce{
		padding-top: 25%;
	}
	.introduce .texbox .size16{
		margin-top: 5vmin;
	}
	.introduce .box{
		margin-top: 12vmin;
	}
	.introduce .box .maincontainer{
		padding-bottom: 10vmin;
	}
	.introduce .box ul{
		margin-top: 7vmin;
	}
	.introduce .box ul li{
		margin-bottom: 3.5vmin;
	}
	.introduce .box ul li img{
		max-width: 3.75vmin;
		margin-right: 2.5vmin;
	}
	.whycubenergy .box{
		margin-top: 10vmin;
	}
	.whycubenergy .box ul li{
		margin-bottom: 10vmin;
	}
	.whycubenergy .box ul li .t2{
		margin-top: 2.2vmin;
	}
	.whycubenergy .box ul li .t3{
		margin-top: 4vmin;
	}
	/*contact*/
	.contact{
   		padding-top: 15%;
   		padding-bottom: 15%;
   	}
   	.prvenext ul li a{
   		font-size: 3.33333333333333vmin;
   	}
   	.prvenext ul li.prveli a{
   		padding-left: 4.17vmin;
   	}
   	.prvenext ul li.nextli a{
   		padding-right: 4.17vmin;
   	}
   	.prvenext ul li a i{
   		top: 0.9vmin;
        width: 1.6vmin;
        height: 3.125vmin;
   	}
   	.projects .box{
   		padding-top: 25%;
   	}
   	.projects .box .title .txt{
   		margin-top: 5vmin;
   	}
   	.projects .box .wrap{
   		margin-top: 9vmin;
   	}
   	.projects .box .wrap .right .swiper{
   		margin-top: 11vmin;
		margin-bottom: 9vmin;
		height: 78vmin;
   	}
   	.projectlist .item{
   		padding-top: 8%;
   		padding-bottom: 8%;
   	}
   	.projectlist .item .textbox{
   		margin-top: 9%;
   	}
   	.projectlist .item .textbox .site{
   		margin-top: 10px;
   	}
   	.projectlist .item .textbox .text{
   		margin-top: 15px;
   	}
   	.projectlist .item .textbox ul{
   		margin-top: 25px;
   		font-size: 3.33333333333333vmin;
   	}
   	
   	
   	/**/
   	.service{
   		padding-bottom: 15%;
   	}
   	.service .textbox{
		padding-top: 25%;
	}
	.service .substance ul li{
		padding: 0 4.7vmin;
	}
	.service .substance ul li .subtit{
		padding: 3.6vmin 0;
		font-size: 3.6vmin;
	}
	.service .substance ul li.on .subtit{
		padding: 4.7vmin 0;
	}
	.service .substance ul li .subtit i::before {
	    width: 2.9vmin;
	    height: 0.48vmin;
	}
	.service .substance ul li .subtit i::after {
	    height: 2.9vmin;
	    width: 0.48vmin;
	}
	.service .substance ul li .text{
		padding: 4.7vmin 0;
	}
	/**/
	.productbanner .content{
		padding-top: 24%;
	}
	.productbanner .bg{
		height: 90%;
	}
	
	.contentbox1 .wrap{
		margin-top: 10%;
	}
	.contentbox1 .wrap ul li{
		margin-bottom: 8%;
	}
	.contentbox1 .wrap ul li .textbox{
		padding: 8%;
	}
	.contentbox1 .wrap ul li.white .t1, .contentbox1 .wrap ul li .t2{
		margin-top: 6.5%;
	}
	.contentbox8 .box .left_b{
		padding-top: 5%;
	}
	.contentbox8 .box .right_b{
		padding-top: 7%;
	}
	.contentbox8 .box .right_b .imgbox{
		margin-top: 8%;
	}
	.contentbox8 .wrap .textbox{
		padding: 8%;
	}
	.contentbox8 .wrap .textbox .t2{
		margin-top: 6.5%;
	}
	
	.technology-bms{
		padding-top: 25%;
	}
	
	
	.news{
		padding-top: 15%;
		padding-bottom: 15%;
	}
	.news .box ul{
		margin-top: 10%;
	}
	.news .box ul li{
		margin-bottom: 7%;
	}
	
	.about_video{
		margin-top: 12%;
	}
}
/**/
	.productdetails{
		padding-top: 12%;
	}
	.contentbox1 .box{
		margin-top: 8%;
	}
	.contentbox1 .wrap{
		padding-bottom: 8%;
	}
	.contentbox2{
		padding-top: 12%;
	}
	.contentbox3{
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.contentbox4 .textbox{
		margin-top: 8%;
	}
	.contentbox5{
		padding-top: 8%;
		padding-bottom: 2%;
	}
	.contentbox6{
		padding-top: 7%;
		padding-bottom: 5%;
	}
	.projectlist{
		padding-top: 2%;
	}
	.index_project.padb120{
		padding-bottom: 12%;
	}
	




.index_new .swiper-button-next, .index_new .swiper-button-prev,
.mainnew .swiper-button-next, .mainnew .swiper-button-prev{
	width: 42px;
	height: 42px;
	display: none;
}
.index_new .swiper-button-next, 
.index_new .swiper-container-rtl .swiper-button-prev,
.mainnew .swiper-button-next, 
.mainnew .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/icon13a.png); 
    background-size: 28% auto;
    right: -4%;
    left: auto;
}
.index_new .swiper-button-prev, 
.index_new .swiper-container-rtl .swiper-button-next,
.mainnew .swiper-button-prev, 
.mainnew .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/icon12a.png); 
    background-size: 28% auto;
    left: -4%;
    right: auto;
}
.index_new .swiper-button-next.swiper-button-disabled,
.mainnew .swiper-button-next.swiper-button-disabled{
	background-image: url(../images/icon13.png); 
    background-size: 28% auto;
}
.index_new .swiper-button-prev.swiper-button-disabled,
.mainnew .swiper-button-prev.swiper-button-disabled{
	background-image: url(../images/icon12.png); 
    background-size: 28% auto;
}
@media screen and (max-width: 1024px){
	.index_new{
		padding-bottom: 10%;
	}
	.index_new .box, .mainnew .content{
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
	}
	.index_new .box .swiper{
		padding-bottom: 0;
	}
	.index_new .swiper-button-next, .index_new .swiper-button-prev,
	.mainnew .swiper-button-next, .mainnew .swiper-button-prev{
		display: block;
	}
}
@media screen and (max-width: 768px){
	.index_new .swiper-button-next, 
	.index_new .swiper-container-rtl .swiper-button-prev,
	.mainnew .swiper-button-next, 
	.mainnew .swiper-container-rtl .swiper-button-prev {
	    right: -5%;
	}
	.index_new .swiper-button-prev, 
	.index_new .swiper-container-rtl .swiper-button-next,
	.mainnew .swiper-button-prev, 
	.mainnew .swiper-container-rtl .swiper-button-next{
	    left: -5%;
	}
}
@media screen and (max-width: 640px){
	.index_new .box, .mainnew .content{
		padding-left: 18px;
		padding-right: 18px;
	}
	.index_new .swiper-button-next, .index_new .swiper-button-prev,
	.mainnew .swiper-button-next, .mainnew .swiper-button-prev{
		width: 36px;
		height: 36px;
	}
}

.index_solution .box .item .img{
	background: none;
}
.productbanner .bg{
	position: static;
}
.productbanner.other .bg{
	position: absolute;
}
.productbanner .content{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translateX(-50%,-50%);
	z-index: 5;
	width: 100%;
	padding-top: 0;
}
.productbanner.other .content{
	position: static;
	-webkit-transform: none;
	transform: none;
	padding-top: 12.8%;
}
.contentbox2{
	padding-top: 0;
}
.newaddbox{
	position: relative;
	padding-top: 10%;
	z-index: 6;
	/*margin-top: -7vw;*/
}
.newaddbox .box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.newaddbox .box .img{
	width: 50%;
}
.newaddbox .box .text{
	display: flex;
	align-items: center;
	width: 50%;
	background: #FFFFFF;
	padding: 2%;
	box-sizing: border-box;
	text-align: left;
}
.newaddbox .box .text h3{
	font-family: "Montserrat-Bold"; 
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}
.newaddbox .box .text .txt{
	margin-top: 30px;
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 1024px){
	.productbanner{
		padding-top: 20%;
		padding-bottom: 18%;
	}
	.productbanner.other{
		padding-top: 0;
		padding-bottom: 0;
	}
	.productbanner .bg{
		position: absolute;
		height: 100%;
	}
	.productbanner.other .bg{
		height: auto;
	}
	.productbanner .bg img{
		height: 100%;
		object-fit: cover;
	}
	.productbanner .content{
		position: static;
		-webkit-transform: none;
		transform: none;
	}
	.productbanner.other .content{
		padding-top: 18%;
	}
	.newaddbox .box{
		flex-wrap: wrap;
	}
	.newaddbox .box .img{
		width: 100%;
	}
	.newaddbox .box .text{
		width: 100%;
		margin-top: 7%;
		padding: 0;
		background: none;
	}
}
@media screen and (max-width: 640px) {
    .productbanner.other .bg {
        height: 80%;
    }
}
@media screen and (max-width: 540px){
	.productbanner{
		padding-top: 27%;
		padding-bottom: 20%;
	}
	.newaddbox{
		padding-top: 12%;
	}
	.newaddbox .box .text{
		margin-top: 9%;
	}
	.newaddbox .box .text .txt{
		margin-top: 5%;
	}
	.productbanner.other .content{
		padding-top: 20%;
	}
}
@media screen and (max-width: 480px) {
    .productbanner.other .bg {
        height: 90%;
    }
    .productbanner.other .content{
		padding-top: 24%;
	}
}


/*20270717新增*/
.bannervideo{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.bannervideo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_banner.whitezi h2,
.index_banner.whitezi .nums ul li .t1,
.index_banner.whitezi .nums ul li .t2{
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
}

.innerbanner{
	position: relative;
	display: flex;
	justify-content: flex-end;
	background: #000000;
}
.innerbanner:before{
	content: '';
	position: absolute;
	left: 35%;
	top: 0;
	z-index: 2;
	width: 30%;
	height: 100%;
	background: -webkit-linear-gradient(to right, #000000 0%, transparent 100%);
    background: linear-gradient(to right, #000000 0%, transparent 100%);
}
.innerbanner .video_b{
	position: relative;
	z-index: 1;
	width: 60%;
}
.innerbanner .video_b video{
	width: 100%;
}
.innerbanner .content{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	width: 100%;
}
.innerbanner .content .text{
	max-width: 780px;
	width: 52%;
}
.innerbanner .content .t1{
	font-family: "Montserrat-Bold";
	color: #FFFFFF;
}
.innerbanner .content .t2{
    margin-top: 15px;
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
    color: rgba(28, 151, 214, 1);
    line-height: 1.6;
}
.productdetails.bess-flexcombo{
	padding-top: 8%;
}
.newaddtext{
	padding-top: 10%;
}
.newaddtext .box{
	display: flex;
	align-items: center;
}
.newaddtext .box .img{
	width: 50%;
	overflow: hidden;
	text-align: center;
}
.newaddtext .box .text{
	width: 50%;
	padding: 2%;
	box-sizing: border-box;
	line-height: 1.56;
    color: rgba(0, 0, 0, 1);
}
.newaddbox .box .text .size18{
	margin-top: 15px;
	line-height: 1.56;
	color: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 1024px) {
	.innerbanner {
        padding-top: 20%;
        padding-bottom: 20%;
    }
    .innerbanner .video_b{
    	position: absolute;
    	right: 0;
    	top: 0;
    	height: 100%;
    }
    .innerbanner .video_b video{
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }
    .innerbanner .content{
    	position: static;
    	-webkit-transform: none;
    	transform: none;
    }
    .innerbanner .content .text{
    	width: 65%;
    }
	.newaddtext .box{
		flex-wrap: wrap;
	}
	.newaddtext .box .img{
		width: 100%;
	}
	.newaddtext .box .text{
		width: 100%;
        margin-top: 7%;
        padding: 0;
        background: none;
	}
	.contentbox5{
		padding-bottom: 6%;
	}
}
@media screen and (max-width: 640px) {
    .innerbanner{
       	padding-bottom: 0;
       	flex-wrap: wrap;
    }
    .innerbanner:before{
    	display: none;
    }
    .innerbanner .content{
   		margin-bottom: 12%;
   	}
    .innerbanner .video_b{
    	position: relative;
    	width: 100%;
    }
    .innerbanner .video_b:before{
    	content: '';
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
	    height: 12%;
	    background: -webkit-linear-gradient(to bottom, #000000 0%, rgba(0,0,0,0.3) 40%, transparent 100%);
	    background: linear-gradient(to bottom, #000000 0%, rgba(0,0,0,0.3) 40%, transparent 100%);
    }
}
@media screen and (max-width: 540px){
	.innerbanner {
        padding-top: 25%;
    }
   	.innerbanner .content .text{
   		width: 100%;
   	}
    .innerbanner .content .size18{
		margin-top: 2vmin;
	}
	.newaddtext{
		padding-top: 15%;
	}
	.newaddtext .box .text{
		margin-top: 9%;
	}
	.innerbanner .content .t2,
	.newaddbox .box .text .size18{
		margin-top: 12px;
	}
}


.privacy_agreement .title{
	text-align: center;
}
.privacy_agreement .box{
	margin-top: 2vw;
	line-height: 1.7;
    color: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 1024px){
	.privacy_agreement .box{
		margin-top: 4%;
	}
}
@media screen and (max-width: 540px){
	.privacy_agreement .box{
		margin-top: 6%;
	}
}


/*20240829*/
.header .headRight{
	display: flex;
	align-items: center;
}
.head-nation{
	position: relative;
    box-sizing: border-box;
    margin-right: 30px;
}
.header .head-nation .current{
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 80px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-left: 25px;
	background: url(../images/language.png) left center no-repeat;
	background-size: 17px auto;
}
.header.on .head-nation .current,
.header.white .head-nation .current,
.header.act .head-nation .current{
	background: url(../images/language.png) left center no-repeat;
	background-size: 17px auto;
}
.header .head-nation .current .name{
	padding-right: 20px;
	background: url(../images/arrow.png) right center no-repeat;
	background-size: 9px auto;
    font-size: 16px;
   	color: #666666;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.header.white .head-nation .current .name{
	color: #FFFFFF;
}
.header.on .head-nation .current .name{
	color: #666666;
}
.header .head-nation:hover .current .name,
.header .head-nation .current .name.on{
	color: rgba(28, 151, 214, 1);
}
.head-nation ul{
	position: absolute;
	left: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	top: 90%;
	z-index: 100;
	background-color: #ffffff;
	padding: 10px 0px;
	text-align: left;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.head-nation:hover ul{
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.head-nation ul li a{
	display: block;
   	font-size: 14px;
    color: #666666;
    line-height: 2.2;
    min-width: 90px;
    text-align: center;
    padding: 0px 20px;
    white-space: nowrap;
    box-sizing: border-box;
}
.head-nation ul li a:hover{
	color: rgba(28, 151, 214, 1);
}
@media screen and (min-width: 1025px){
	.head-nation{
		margin-right: 1.5625vw;
	}
	.header .head-nation .current{
		height: 4.166666666666667vw;
		padding-left: 1.302083333333333vw;
		background: url(../images/language.png) left center no-repeat;
		background-size: 0.8854166666666667vw auto;
	}
	.header.on .head-nation .current,
	.header.white .head-nation .current,
	.header.act .head-nation .current{
		background: url(../images/language.png) left center no-repeat;
		background-size: 0.8854166666666667vw auto;
	}
	.header .head-nation .current .name{
		padding-right: 1.041666666666667vw;
		background: url(../images/arrow.png) right center no-repeat;
		background-size: 0.46875vw auto;
	    font-size: 0.8333333333333333vw;
	}
	.head-nation ul{
		padding: 0.5208333333333333vw 0;
	}
	.head-nation ul li a{
	   	font-size: 0.7291666666666667vw;
	    min-width: 4.6875vw;
	    padding: 0 1.041666666666667vw;
	}
}
@media screen and (max-width: 1024px){
	.head-nation{
		display: none;
	}
}
