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: 'misansRegular', "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: 'misansRegular'; 
    src: url('../fonts/misans-regular.ttf');
}
@font-face{
    font-family: 'misansBold'; 
    src: url('../fonts/misans-bold.ttf');
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}


.owidth{
	max-width: 1440px;
    width: 90%;
    margin: auto;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header .wrap{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header.act .wrap,
.header.white .wrap,
.header.on .wrap{
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(42,147,255,0.15);
}
.header .wrap.hide{
	margin-top: -100%;
}
.header .container{
	max-width: 1920px;
	width: 100%;
	margin: auto;
	padding: 0px 30px;
	box-sizing: border-box;
}
.header .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .logo .ic2{
	display: none;
}
.header.act .wrap .logo .ic1,
.header.white .wrap .logo .ic1,
.header.on .wrap .logo .ic1{
	display: none;
}
.header.act .wrap .logo .ic2,
.header.white .wrap .logo .ic2,
.header.on .wrap .logo .ic2{
	display: block;
}
.header .headright{
	display: flex;
}
.header .nav ul li{
	float: left;
	margin-right: 50px;
}
.header .nav ul li a{
	font-family: 'misansRegular';
	color: #FFFFFF;
	font-size: 18px;
	line-height: 110px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header.act .wrap .nav ul li a,
.header.white .wrap .nav ul li a,
.header.on .wrap .nav ul li a{
	color: #000000;
}
.header .nav ul li a span{
	position: relative;
	padding: 3px 0px;
}
.header .nav ul li a span:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #FFFFFF;
	transition: all .5s;
}
.header .nav ul li.current a span:before,
.header .nav ul li:hover a span:before{
	width: 100%;
    left: 0;
    right: auto;
}
.header.act .wrap .nav ul li a span:before,
.header.white .wrap .nav ul li a span:before,
.header.on .wrap .nav ul li a span:before{
	background-color: #000000;
}
.head-nation{
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px;
    box-sizing: border-box;
}
.head-nation .current{
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0px 30px;
	/*clip-path: polygon(100% 0%,75% 100%,0 100%, 25% 0);*/
}
.head-nation .current:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) skew(-30deg);
	transform: translateX(-50%) skew(-30deg);
	width: 100%;
	height: 100%;
	border: rgba(255,255,255,0.2) solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header.act .wrap .head-nation .current:before,
.header.white .wrap .head-nation .current:before,
.header.on .head-nation .current:before{
	/*border: rgba(139,139,139,0.2) solid 1px;*/
	border: #e5e5e5 solid 1px;
}
.header .head-nation:hover .current:before{
	-webkit-transform: translateX(-50%) skew(0deg);
	transform: translateX(-50%) skew(0deg);
}
.head-nation .current .name {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'misansRegular';
    font-size: 18px;
   	color: #ffffff;
    transition: all .3s;
    text-align: center;
}
.header.act .wrap .head-nation .current .name,
.header.white .wrap .head-nation .current .name,
.header.on .head-nation .current .name{
	color: #000000;
}
.head-nation .current .name img{
	max-width: 18px;
	margin-right: 10px;
}
.head-nation .current .name .ic2{
	display: none;
}
.header.act .wrap .head-nation .current .name .ic2,
.header.white .wrap .head-nation .current .name .ic2,
.header.on .head-nation .current .name .ic2{
	display: inline-block;
}
.header.act .wrap .head-nation .current .name .ic1, 
.header.white .wrap .head-nation .current .name .ic1,
.header.on .head-nation .current .name .ic1{
	display: none;
}
.head-nation ul{
	display: none;
	position: absolute;
	left: 0;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 80px;
	z-index: 10;
	background-color: #FFFFFF;
	padding: 10px 0px;
	text-align: left;
}
.head-nation ul li a{
	display: block;
	font-weight: bold; 
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
    min-width: 90px;
    text-align: center;
    padding: 0px 20px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nation ul li a:hover{
	color: #007cff;
	background-color: #f9f9f9;
}
.header.act .wrap .nav ul li a,
.header.white .wrap .nav ul li a,
.header.on .nav ul li a{
	line-height: 90px;
}
.header.act .wrap .head-nation,
.header.white .wrap .head-nation,
.header.on .head-nation{
	height: 90px;
}
.header.act .head-nation .current,
.header.white .head-nation .current,
.header.on .head-nation .current{
	height: 45px;
	line-height: 45px;
}

/**/
.menubtn {
	display: none;
	float: right;
	width: 40px;
	height: 70px;
	background: url(../images/menu-icon1.png) center right no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
}
.header.act .menubtn,
.header.white .menubtn,
.header.on .menubtn{
	background: url(../images/menu-icon1a.png) center right no-repeat;
	background-size: 28px 28px;
}
 
.menubtn.on {
	background: url(../images/menu-icon2.png) center right no-repeat;
	background-size: 28px 28px;
}
.header.act .menubtn.on,
.header.white .menubtn.on,
.header.on .menubtn.on {
	background: url(../images/menu-icon2a.png) center right no-repeat;
	background-size: 28px 28px;
}
.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-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
}
.m-nav ul li{
	width: 100%;
    text-align: left;
    border-bottom: #e8e8e8 solid 1px;
    box-sizing: border-box;
}
.m-nav ul li a{
	font-size: 18px;
    color: #666666;
    display: block;
    line-height: 1.7;
    padding: 15px 0px;
}
/**/
.screenNum{
	position: fixed;
	right: 70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 8;
	color: #000000;
	font-size: 16px;
}
.screenNum .wrap{
	writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
}
.screenNum .mar{
	margin: 5px 0px;
}
.screenNum .total{
	opacity: 0.4;
}
.screenNum .active{
	opacity: 1;
}
/**/
.istop{
	position: absolute;
	right: 5vw;
	top: 100px;
	/*-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	width: 60px;
	height: 60px;
}
.istop a{
	display: block;
	width: 100%;
}
.istop a img{
	width: 100%;
}
/*footer*/
.footer{
	position: relative;
	padding-top: 100px;
	background-color: #000f2c;
}
.footer .footTop{
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: rgba(255,255,255,0.1) solid 1px;
	margin-bottom: 60px;
}
.footer .footnav ul li{
	float: left;
	margin-right: 50px;
}
.footer .footnav ul li:last-child{
	margin-right: 0;
}
.footer .footnav ul li a{
	color: #FFFFFF;
	font-size: 18px;
}
.footer .footinfor{
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.footer .footinfor .text{
	max-width: 560px;
}
.footer .footinfor .text ul li{
	position: relative;
	padding-left: 90px;
	margin-bottom: 25px;
}
.footer .footinfor .text ul li:last-child{
	margin-bottom: 0px;
}
.footer .footinfor .text ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: rgba(255,255,255,0.1) solid 1px;
	border-radius: 50%;
	box-sizing: border-box;
}
.footer .footinfor .text ul li .icon img{
	max-width: 19px;
}
.footer .footinfor .text ul li .t1{
	color: rgba(255,255,255,0.3);
	font-size: 14px;
	line-height: 1.7;
	padding-top: 4px;
}
.footer .footinfor .text ul li .t2{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.7;
}
.footer .footinfor .img ul{
	display: flex;
	border: rgba(255,255,255,0.1) solid 1px;
}
.footer .footinfor .img ul li{
	float: left;
	padding: 25px;
}
.footer .footinfor .img ul li img{
	max-width: 165px;
}
.footer .footBottom{
	border-top: rgba(255,255,255,0.1) solid 1px;
	padding-top:15px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, .2);
}
.footer .footBottom a{
	color: rgba(255, 255, 255, .2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer .footBottom .copyright:hover{
	color: rgba(255, 255, 255, .5);
}
#dowebok{
	position: relative;
	height: 100%;
}
/*banner*/
.lunbotu{position: relative;width: 100%; height: 100%;}
.banner{position: relative; width: 100%; height: 100%; overflow: hidden;}
.banner img{width: 100%;max-width: 100%;height: 100%; object-fit: cover;}
.banner-box{
	position: relative;
}
.section .banner-box{
	position: relative;
	width: 100%;
	height: 100%;
}
.banner-box .bgimg{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerImg{
	display: none;
	width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-title{
	position: absolute;
	left: 50%; 
	top: 50%; 
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lunbotu .banner-title{
	margin-top: -40px;
}
.banner-title h1{ 
	position: relative;
	font-size: 60px;
	color: #ffffff; 
	margin-bottom: 15px;
}
.banner-title h1 span{
	position: absolute;
	left: 0;
	bottom: 20%;
	font-family: 'misansBold'; 
	font-size: 100px;
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.1), transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), transparent);
  	background-clip: text;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.banner-title p{ 
	/*max-width: 680px;*/
	max-width: 48%;
	font-size: 24px;
	color: #ffffff;
	line-height: 1.7;
}
.obanner .banner-title h1{
	font-size: 40px;
}
.obanner .banner-title h1 span{
	bottom: 55%;
	font-size: 60px;
	line-height: 1;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
  	background-clip: text;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.obanner .banner-title p{
	color: rgba(255,255,255,0.6);
	font-size: 16px;
}
.obanner>img{
	width: 100%;
}
.mImg{
	display: none;
}
.banner-title .more{
	margin-top: 50px;
}
.banner-title .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 68px;
	border: rgba(255,255,255,0.2) solid 1px;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 16px;
}
.lunbotu .swiper-slide>a{
    position:relative;
    display:block;
    width: 100%;
    height: 100%;
}
.lunbotu .swiper-pagination{
	position: relative;
	max-width: 1440px;
	width: 80%;
	margin: auto;
	display: flex;
	align-items: center;
}
.lunbotu .swiper-pagination:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 1px;
	background: rgba(255,255,255,0.2);
}
.lunbotu .swiper-container-horizontal>.swiper-pagination-bullets, 
.lunbotu .swiper-pagination-custom, 
.lunbotu .swiper-pagination-fraction{
	bottom: 75px;
}
.lunbotu .swiper-pagination-bullet{
	position: relative;
	width: 24px;
	height: 24px;
	border: transparent solid 1px;
	background: transparent;
	box-sizing: border-box;
	opacity: 1;
}
.lunbotu .swiper-pagination-bullet-active{
	border: #FFFFFF solid 1px;
	background: transparent;
}
.lunbotu .swiper-pagination-bullet:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.4);
	border-radius: 50%;
}
.lunbotu .swiper-pagination-bullet-active.swiper-pagination-bullet:before{
	background: rgba(255,255,255,1);
}
.lunbotu .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 20px;
}
.downward{
	position: absolute;
	left: 50%;
	bottom: 135px;
	transform: translateX(-50%);
	z-index: 5;
}
.downward .downIcon{
	position: relative;
	width: 23px;
	height: 32px;
	border: #FFFFFF solid 2px;
	border-radius: 10px;
	box-sizing: border-box;
}
.downward .downIcon .ic{
	position:absolute;
	left:0;
	right: 0;
	top: 6px;
	margin: auto;
	width: 2px;
	height: 7px;
	background: #FFFFFF;
	animation:wheel 1.2s infinite;
	-moz-animation:wheel 1.2s infinite;
	-webkit-animation:wheel 1.2s infinite;
}
@keyframes wheel{
	to{opacity:0;top:15px}
}
@-moz-keyframes wheel{
	to{opacity:0;top:15px}
}
@-webkit-keyframes wheel{
	to{opacity:0;top:15px}
}

.i-title.center{
	text-align: center;
}
.i-title h2{
	font-family: 'misansBold';
    font-size: 60px;
    background-image: linear-gradient(to bottom, rgba(91,171,255,0.2), transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.i-title.white h2{
	background-image: linear-gradient(to bottom, rgba(91,171,255,0.5), transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.i-title h3{
	font-family: 'misansRegular';
	color: #000000;
	font-size: 40px;
	margin-top: -30px;
}
.i-title.white h3{
	color: #FFFFFF;
}
.i-title p{
	color: rgba(1,1,1,0.6);
	font-size: 16px;
	line-height: 1.7;
	background-color: transparent;
	margin-top: 20px;
}
.i-title.white p{
	color: rgba(255,255,255,0.6);
}
.indexPartTwo .i-title p{
	max-width: 780px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.indexPartOne .part2 .i-title p{
	max-width: 1330px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.indexPartOne .part3 .i-title p{
	max-width: 1120px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.indexPartOne,
.indexPartOne .swiper-container{
	height: 100%;
}
.indexPartOne .swiper-slide{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 100%;
}
.indexPartOne .bgbox{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexPartOne .wrap{
	max-width: 1920px;
	width: 100%;
} 
.indexPartOne .part1 .box{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.indexPartOne .part1 .box .img{
	width: 50.7%;
	text-align: center;
}
.indexPartOne .part1 .box .img img{
	max-width: 100%;
	box-shadow: 0px 0px 10px rgb(42,147,255,0.15);
}
.indexPartOne .part1 .box .solution-text{
	width: 44.444%;
	padding-right: 3.2%;
	box-sizing: border-box;
}
.solution-text .txt{
	margin-bottom: 35px;
}
.indexPartOne .part1 .solution-text .txt:last-child{
	margin-bottom: 0;
}
.solution-text .subtit{
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: rgba(2,125,246,0.2) solid 1px;
}
.solution-text .subtit img{
	margin-right: 25px;
}
.solution-text .subtit span{
	flex: 1;
}
.solution-text .txt ul li{
	position: relative;
	padding-left: 20px;
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	line-height: 1.7;
}
.solution-text .txt ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
    background-image: -webkit-linear-gradient(-45deg, #007cff, #64b0ff);
    background-image: -moz-linear-gradient(-45deg, #007cff, #64b0ff);
    background-image: -ms-linear-gradient(-45deg, #007cff, #64b0ff);
    background-image: -o-linear-gradient(-45deg, #007cff, #64b0ff);
}
.indexPartOne .bgbox1{
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1440px;
	width: 90%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.indexPartOne .part2{
	position: relative;
	z-index: 1;
	padding-top: 60px;
}
.indexPartOne .part2 .box{
	margin-top: 60px;
}
.indexPartOne .part2 .box .img{
	text-align: center;
}
.indexPartOne .part2 .box .img img{
	max-width: 53%;
}
.indexPartOne .tabbox{
	position: absolute;
	left: 0;
	top: -5%;
	max-width: 1440px;
	width: 100%;
	height: 100%;
}
.indexPartOne .tabbox ul li{
	position: absolute;
}
.indexPartOne .tabbox ul li.a1{
	/*top: 35%;*/
	top: 0;
	left: 5%;
}
.indexPartOne .tabbox ul li.a2{
	/*top: 51%;*/
	top: 28%;
	left: 3.5%;
}
.indexPartOne .tabbox ul li.a3{
	/*bottom: 24%;*/
	bottom: 28%;
	/*left: 5%;*/
	left: 4%;
}
.indexPartOne .tabbox ul li.a4{
	/*bottom: 10%;*/
	/*bottom: 4%;
	left: 9%;*/
	bottom: 0%;
    left: 7%;
}
.indexPartOne .tabbox ul li.a5{
	/*top: 35%;*/
	top: 4%;
	right: 5%;
}
.indexPartOne .tabbox ul li.a6{
	/*top: 52%;*/
	bottom: 52%;
	/*right: 3%;*/
	right: 3.5%;
}
.indexPartOne .tabbox ul li.a7{
	bottom: 20%;
	/*right: 6%;*/
	right: 4.5%;
}

.platform .tabbox{
	margin-top: 35px;
}
.platform .tabbox ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.platform .tabbox ul li{
	margin: 0px 13px;
}
.tabbox ul li,
.tabbox ul li span{
	position: relative;
	display: block;
	cursor: pointer;
	width: 85px;
	height: 85px;
	line-height: 85px;
	color: rgba(255,255,255,0.6);
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(bottom, #379aff, #017efe);
    background-image: -moz-linear-gradient(bottom, #379aff, #017efe);
    background-image: -ms-linear-gradient(bottom, #379aff, #017efe);
    background-image: -o-linear-gradient(bottom, #379aff, #017efe);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.platform .tabbox ul li,
.platform .tabbox ul li span{
	z-index: 1;
	background: rgba(255,255,255,0.2);
}
.tabbox ul li span:hover{
	color: #FFFFFF;
}
.tabbox ul li::before,
.tabbox ul li::after,
.tabbox ul li span::before,
.tabbox ul li span::after,
.indexPartThree .box .img .icon::before,
.indexPartThree .box .img .icon::after{
	content: ''; 
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%; 
	height: 100%; 
	border-radius: 50%;
}
.indexPartThree .box .img .icon::before,
.indexPartThree .box .img .icon::after{
	z-index: 1;
}
.tabbox ul li:hover::before,
.indexPartThree .box .img .icon::before,
.tabbox ul li span:hover::before{
	animation: scale 2s infinite; 
}
.tabbox ul li:hover::after,
.indexPartThree .box .img .icon::after,
.tabbox ul li span:hover::after{
	animation: scale2 2s infinite;
}
@keyframes scale{
	0%{ 
		transform: scale(1); 
		opacity:.9
	}
	100%{ 
		transform: scale(1.4);
		opacity: 0;
	}
}
@keyframes scale2{
	0%{ 
		transform: scale(1);
		transform-origin: center center; 
		opacity:.9;
	}
	100%{ 
		transform: scale(1.8);
		opacity:0;
	}
}
.tabbox ul li::before,
.indexPartThree .box .img .icon::before,
.tabbox ul li span::before{
	background-color: rgba(68, 160, 255, 0.7);
}
.tabbox ul li::after,
.indexPartThree .box .img .icon::after,
.tabbox ul li span::after{
	background-color: rgba(68, 160, 255, 0.3);
}
.indexPartOne .part3 .box{
	margin-top: 60px;
	text-align: center;
}
.indexPartOne .part3 .box .img{
	display: inline-block;
	position: relative;
	text-align: center;
	margin: auto;
	max-width: 45.9%;
}
/*@media only screen and (min-width: 1025px){
	.indexPartOne .part3 .box .img img{
		display: block;
		width: 100%;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.4s ease-out 0s;
		-moz-transition: all 0.4s ease-out 0s;
		-o-transition: all 0.4s ease-out 0s;
		transition: all 0.4s ease-out 0s;
	}
	.indexPartOne .part3 .box .img:hover img{
		-webkit-transform: scale(1.3, 1.3);
		-moz-transform: scale(1.3, 1.3);
		-o-transform: scale(1.3, 1.3);
		-ms-transform: scale(1.3, 1.3);
		transform: scale(1.3, 1.3);
	}
}*/
.indexPartOne .part3 .box .linebox{
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.indexPartOne .part3 .box .linebox ul{list-style-type: none;}
.indexPartOne .part3 .box .linebox ul li{width: 16vw;height: 16vw;border: 1px solid rgba(0, 66, 139, 0.2);position: absolute;top: 46.5%;left: 50%;transform: translate(-50% , -50%);border-radius: 50%;opacity: 0;}
.indexPartOne .part3 .box .linebox ul li:nth-child(1){animation:sbw 3.6s linear infinite;}
.indexPartOne .part3 .box .linebox ul li:nth-child(2){animation:sbw 3.6s linear infinite;animation-delay: 0.3s;}
.indexPartOne .part3 .box .linebox ul li:nth-child(3){animation:sbw 3.6s linear infinite;animation-delay: 0.6s;}
.indexPartOne .part3 .box .linebox ul li:nth-child(4){animation:sbw 3.6s linear infinite;animation-delay: 0.9s;}
.indexPartOne .part3 .box .linebox ul li:nth-child(5){animation:sbw 3.6s linear infinite;animation-delay: 1.2s;}
.indexPartOne .part3 .box .linebox ul li:nth-child(6){animation:sbw 3.6s linear infinite;animation-delay: 1.5s;}
.indexPartOne .part3 .box .linebox ul li:nth-child(7){animation:sbw 3.6s linear infinite;animation-delay: 1.8s;}
.indexPartOne .part3 .box .linebox ul li:nth-child(8){animation:sbw 3.6s linear infinite;animation-delay: 2.1s;}
.indexPartOne .part3 .box .linebox ul li:nth-child(9){animation:sbw 3.6s linear infinite;animation-delay: 2.4s;}
.indexPartOne .part3 .box .linebox ul li:nth-child(10){animation:sbw 3.6s linear infinite;animation-delay: 2.7s;}
.indexPartOne .part3 .box .linebox ul li:nth-child(11){animation:sbw 3.6s linear infinite;animation-delay: 3.0s;}
.indexPartOne .part3 .box .linebox ul li:nth-child(12){animation:sbw 3.6s linear infinite;animation-delay: 3.3s;}
@keyframes sbw {
	0% {
		width: 16vw;
		height: 16vw;
		opacity: 1;
	}
	100% {
		width: 36.46vw;
		height: 36.46vw;
		opacity: 0;
	}
}

.indexPartOne .swiper-container-horizontal>.swiper-pagination-bullets, 
.indexPartOne .swiper-pagination-custom, 
.indexPartOne .swiper-pagination-fraction{
	bottom: 70px;
}
.indexPartOne .swiper-pagination-bullet{
	position: relative;
	width: 14px;
	height: 14px;
	opacity: 1;
	border-radius: 50%;
	background: transparent;
}
.indexPartOne .swiper-pagination-bullet:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(bottom, #379aff, #017efe);
    background-image: -moz-linear-gradient(bottom, #379aff, #017efe);
    background-image: -ms-linear-gradient(bottom, #379aff, #017efe);
    background-image: -o-linear-gradient(bottom, #379aff, #017efe);
}
.indexPartOne .swiper-pagination-bullet-active.swiper-pagination-bullet:before{
	width: 100%;
	height: 100%;
}
.indexPartOne .swiper-button-next, 
.indexPartOne .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.indexPartOne .swiper-button-next, 
.indexPartOne .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/arrowright.png);
    right: 130px;
    left: auto;
}
.indexPartOne .swiper-button-prev, 
.indexPartOne .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/arrowleft.png);
    left: 130px;
    right: auto;
}
.indexPartOne .swiper-button-next.swiper-button-disabled{
	background-image: url(../images/arrowright1.png);
	opacity: 1;
}
.indexPartOne .swiper-button-prev.swiper-button-disabled{
	background-image: url(../images/arrowleft1.png);
	opacity: 1;
}

.indexPartTwo{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	/*height: 100vh;*/
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexPartTwo #canvas{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	min-width: 100%;
	height: 100%;
}
.indexPartTwo .owidth{
	position: relative;
	z-index: 2;
}
.indexPartTwo .box{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.indexPartTwo .box .text{
	width: 50.7%;
}
.indexPartTwo .box .text ul li{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding-bottom: 28px;
	border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.indexPartTwo .box .text ul li .icon{
	width: 85px;
	height: 87px;
	line-height: 87px;
	text-align: center;
	background: url(../images/icon6.png) center no-repeat;
	background-size: 100% 100%;
	margin-right: 35px;
}
.indexPartTwo .box .text ul li .icon img{
	max-width: 22px;
}
.indexPartTwo .box .text ul li .txt{
	flex: 1;
	/*padding-top: 20px;*/
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.7;
}
.indexPartTwo .box .img{
	width: 42.2222%;
	text-align: center;
	overflow: hidden;
}
.indexPartTwo .box .img img{
	max-width: 100%;
}

.indexPartThree{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexPartThree .box{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.indexPartThree .box .img{
	position: relative;
	width: 47.22222%;
	border-radius: 50px 0px 0px 50px;
}
.indexPartThree .box .img img{
	width: 100%;
}
.indexPartThree .box .img .icon{
	position: absolute;
	right: 70px;
	bottom: -50px;
	cursor: pointer;
}
.indexPartThree .box .img .icon img{
	position: relative;
	z-index: 1;
	max-width: 98px;
}
.indexPartThree .box .text{
	width: 45.14%;
}
.indexPartThree .box h2{
	position: absolute;
	right: 0;
	top: -50%;
	z-index: -1;
	font-family: 'misansBold';
	font-size: 240px;
	background-image: linear-gradient(to bottom, rgba(92,171,255,0.2), transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.indexPartThree .box .text h3{
	color: #000000;
	font-size: 40px;
	margin-bottom: 35px;
}
.indexPartThree .box .text p{
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	line-height: 1.7;
}
.indexPartThree .box .morebtn{
	margin-top: 45px;
}
.morebtn a{
	color: rgba(0,0,0,0.6);
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.morebtn a:hover{
	color: #007cff;
}
.bigPicLayer {
	display: none;
	max-width: 1200px;
	width: 90%;
	height: 675px;
	position: fixed;
	z-index: 13;
	top: 40% !important;
	margin-top: -180px;
	padding: 10px;
}
.bigPicLayer .close {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/closebtn.png) no-repeat;
	right: -50px;
	top: -50px;
	position: relative;
	position: absolute;
	z-index: 12;
}
.bigPicLayer .close em {
	width: 1px;
	height: 50px;
	background: #009690;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 100%;
}
.bigPicLayer .imgDiv {
	text-align: center;
}
.bigPicLayer .imgDiv img {
	width: 100%;
}
.bigPicLayer .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;
	z-index: 9;
	background: #000000;
	top: 0;
	left: 0;
	width: 100% !important;
}
/*.video_all{
	position:fixed; 
	top:0; 
	left:0; 
	z-index: 9; 
	display:none; 
	width:100%; 
	height:100%; 
	opacity:0.5; 
	-moz-opacity:0.5; 
	filter:alpha(opacity=50);
	background-color:#000;
}*/
@media screen and (max-width: 1440px) {
	.bigPicLayer {
		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 {
		left: 50% !important;
		margin-left: -300px;
		box-sizing: border-box;
	}
	.bigPicLayer .imgDiv {
		height: 169px;
	}
}
@media only screen and (max-width: 767px){
	.bigPicLayer {
		display: none;
		position: fixed;
		width: 94%;
		height: auto;
		margin-left: 0px;
		top: 35% !important;
		left: 3% !important;
		z-index: 10;
	}
	
	.bigPicLayer .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 .close {
		width: 36px;
		height: 36px;
	}
	
}

/**/
.indexPartFour .titleBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexPartFour .box{
	margin-top: 45px;
}
.indexPartFour .box ul li{
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(42,147,255,0.15);
	margin-bottom: 20px;
}
.indexPartFour .box ul li:last-child{
	margin-bottom: 0px;
}
.indexPartFour .box ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.indexPartFour .box ul li .img{
	width: 25.695%;
	margin-right: 3.958%;
	border-radius: 10px;
	overflow: hidden;
}
.indexPartFour .box ul li .img img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.indexPartFour .box ul li:hover .img img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.indexPartFour .box ul li .text{
	display: flex;
	justify-content: space-between;
	width: 70.347%;
}
.indexPartFour .box ul li .text .w1{
	max-width: 800px;
	width: calc(100% - 100px);
}
.indexPartFour .box ul li .text h4{
	color: #000000;
	font-size: 24px;
	margin-bottom: 12px;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.indexPartFour .box ul li:hover .text h4{
	color: #007cff;
}
.indexPartFour .box ul li .text p{
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	line-height: 1.7;
	height: 54px;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.indexPartFour .box ul li .text .w2{
	width: 100px;
	padding-left: 30px;
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	box-sizing: border-box;
}
.section{
	position: relative;
	overflow: hidden;
}
/**/
.o-title.center{
	text-align: center;
}
.o-title h3{
	color: #000000;
	font-size: 30px;
	margin-bottom: 20px;
}
.o-title.white h3{
	color: #FFFFFF;
}
.o-title h3 .SerialNumber{
	display: inline-block;
	color: #0e84ff;
}
.o-title p{
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	line-height: 1.7;
}
.o-title.white p{
	color: rgba(255,255,255,0.6)
}
.platform .o-title p{
	max-width: 1360px;
}
.o-title ul li{
	position: relative;
	padding-left: 18px;
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	line-height: 1.7;
}
.o-title ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(bottom, #64b0ff, #007cff);
    background-image: -moz-linear-gradient(bottom, #64b0ff, #007cff);
    background-image: -ms-linear-gradient(bottom, #64b0ff, #007cff);
    background-image: -o-linear-gradient(bottom, #64b0ff, #007cff);
}
.solution{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}
.solution .o-title,
.solution .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.solution .box{
	margin-top: 40px;
}
.solution .left-w,
.solution .left_w{
	width: 36%;
	box-sizing: border-box;
	padding-right: 5%;
}
.solution .left_w .solution-text{
	display: inline-block;
	max-width: 100%;
}
.solution .right_w{
	width: 64%;
}
.solution .right_w .img img{
	max-width: 100%;
	box-shadow: 0px 0px 10px rgb(42,147,255,0.15);
}
/**/
.platform{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.platform .box{
	margin-top: 50px;
}
.platform .box .img{
	text-align: center;
}
.platform .box .img img{
	max-width: 52.3%;
}
/**/
.management{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}
.management .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.management .text{
	/*width: 54.1%;
	padding-right: 5%;*/
	width: 48%;
	padding-right: 5%;
	padding-top: 40px;
	box-sizing: border-box;
}
.management .iconBox{
	margin-top: 40px;
}
.management .iconBox ul{
	display: flex;
}
.management .iconBox ul li{
	margin-right: 40px;
	text-align: center;
}
.management .iconBox ul li:last-child{
	margin-right: 0;
}
.management .iconBox ul li .icon{
	margin-bottom: 10px;
}
.management .iconBox ul li .txt{
	color: #000000;
	font-size: 14px;
}
.management .img{
	/*width: 45.9%;*/
	width: 52%;
}
.management .img img{
	max-width: 100%;
}
/**/
.about{
	padding-bottom: 145px;
}
.about .left-w{
	width: 28.8889%;
	padding-right: 40px;
	box-sizing: border-box;
}
.about .right_w{
	width: 71.1111%;
}
.profile{
	position: relative;
	padding-top: 110px;
	z-index: 1;
}
.profile .owidth{
	position: relative;
	padding-bottom: 90px;
}
.profile .box{
	position: relative;
	z-index: 2;
}
.profile .o-title{
	display: flex;
	justify-content: space-between;
}
.profile .img{
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}
.profile .img img{
	width: 100%;
}
.profile .text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-transform: uppercase;
	font-family: 'misansBold'; 
	font-size: 200px;
	line-height: 1;
	/* 设置描边宽度及颜色 */
    text-stroke: 2px rgba(0,0,0,0.06);
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 2px rgba(0,0,0,0.06);
}
.profile .text::before{
    content: attr(data-content);
    position: absolute;
    -webkit-text-stroke: 0;
    color: #fff;
}
/**/
.about .data{
	padding-top: 80px;
}
.about .data .box{
	display: flex;
	justify-content: space-between;
	padding-bottom: 120px;
	border-bottom: #e5e5e5 solid 1px;
}
.about .data .box .number ul{
	display: flex;
}
.about .data .box .number ul li{
	position: relative;
	width: 33.33%;
	padding: 12px 35px;
	box-sizing: border-box;
}
.about .data .box .number ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.about .data .box .number ul li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 40%;
	background: #007cff;
}
.about .data .box .number ul li .t1,
.about .data .box .number ul li .t2{
	color: rgba(0,0,0,0.6);
	font-size: 16px;
}
.about .data .box .number ul li .t1{
	margin-bottom: 15px;
}
.about .data .box .number ul li .t2{
	display: flex;
	align-items: baseline;
}
.about .data .box .number ul li .t2 .sp{
	display: flex;
	align-items: flex-start;
	margin-right: 15px;
}
.about .data .box .number ul li .t2 span{
	display: inline-block;
	color: #0e84ff;
	font-size: 40px;
	line-height: 1;
}
.about .data .box .number ul li .t2 .ic{
	font-size: 30px;
}
/**/
.awards{
	padding-top: 80px;
	padding-bottom: 100px;
	background: url(../images/img19.png) bottom 15px center no-repeat;
}
.awards .box{
	position: relative;
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.awards .swiper-wrapper{
	align-items: stretch;
	height: inherit;
}
.awards .swiper-slide{
	display: flex;
	/*align-items: flex-end;*/
	align-items: center;
	justify-content: center;
	height: inherit;
}
.awards .swiper-slide img{
	max-width: 100%;
}
.awards .swiper-button-next, 
.awards .swiper-button-prev{
	position: static;
    width: 70px;
    height: 70px;
    margin-top: 0px;
    margin-bottom: 20px;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.awards .swiper-button-next, 
.awards .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/icon15.png);
}
.awards .swiper-button-prev, 
.awards .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icon14.png);
}
.awards .swiper-button-next.swiper-button-disabled{
	opacity: 0.5;
	background-image: url(../images/icon15a.png);
}
.awards .swiper-button-prev.swiper-button-disabled{
	opacity: 0.5;
	background-image: url(../images/icon14a.png);
}
/**/
.case{
	padding-top: 110px;
	padding-bottom: 190px;
}
.case .o-title{
	padding-bottom: 10px;
	border-bottom: #e5e5e5 solid 1px;
}
.case .box{
	margin-bottom: 70px;
}
.case .box:last-child{
	margin-bottom: 0px;
}
.case .box ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}
.case .box .swiper-container{
	padding:15px 15px 30px;
	box-sizing: border-box;
}
.case .box .swiper-container-horizontal>.swiper-pagination-bullets, 
.case .box .swiper-pagination-custom, 
.case .box .swiper-pagination-fraction{
	bottom: 0;
}
.case .box .swiper-pagination-bullet-active{
	background-image: -webkit-linear-gradient(-45deg, #007cff, #64b0ff);
    background-image: -moz-linear-gradient(-45deg, #007cff, #64b0ff);
    background-image: -ms-linear-gradient(-45deg, #007cff, #64b0ff);
    background-image: -o-linear-gradient(-45deg, #007cff, #64b0ff);
}
/*.case .box ul li{
	box-shadow: 0px 0px 15px rgba(42,147,255,0.15);
}*/
.case .box ul li{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 15px rgba(42,147,255,0.15);
}
.case .box ul li:nth-child(3n){
	margin-right: 0;
}
.case .box ul li a{
	display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
}
.case .box ul li a img{
	max-width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.case .box ul li:hover a img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/**/
.new{
	padding-top: 120px;
	padding-bottom: 150px;
}
.mainNews .swiper-pagination{
	text-align: right;
}
.mainNews .swiper-container-horizontal>.swiper-pagination-bullets, 
.mainNews .swiper-pagination-custom, 
.mainNews .swiper-pagination-fraction{
	bottom: 30px;
	width: auto;
	left: auto;
	right: 0;
}
.mainNews .swiper-pagination-bullet{
	width: 14px;
	height: 3px;
	border-radius: 2px;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}
.mainNews .swiper-pagination-bullet-active{
	width: 30px;
	background: #007cff;
}
.mainNews .swiper-slide{
	display: flex;
	align-items: stretch;
	width: 100%;
	height: inherit;
}
.mainNews .swiper-slide .img{
	width: 55%;
	overflow: hidden;
}
.mainNews .swiper-slide .img img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mainNews .swiper-slide:hover .img img{
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.mainNews .swiper-slide .newText{
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 35px;
	padding-bottom: 25px;
	padding-left: 4.3%;
	box-sizing: border-box;
	overflow: hidden;
}
.newText .txt .time{
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*.mainNews .swiper-slide:hover .newText .txt .time,
.newlist ul li:hover .newText .txt .time{
	color: #007cff;
}*/
.mainNews .newText .txt{
	margin-bottom: 20px;
}
.newText .txt h3{
	color: #000000;
	font-size: 24px;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mainNews .newText .txt h3{
	font-size: 30px;
	margin-bottom: 30px;
	max-height: 78px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newlist .newText .txt h3{
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}
.mainNews .swiper-slide:hover .newText .txt h3,
.newlist ul li:hover .newText .txt h3{
	color: #007cff;
}
.newText .txt p{
	font-size: 16px;
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
	max-height: 54px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newText .more{
	padding-top: 30px;
	font-size: 16px;
	color: #000000;
}
.mainNews .newText .more{
	border-top:solid 1px rgba(0,0,0,0.1);
}
.newText .more a{
	color: #000000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.newlist ul li:hover .newText .more,
.mainNews .newText .more a:hover{
	color: #007cff;
}
.newlist{
	border-top: #e5e5e5 solid 1px;
	margin-top: 125px;
}
.newlist ul{
	margin-bottom: 90px;
}
.newlist ul li{
	padding: 55px 0px;
	border-bottom: #e5e5e5 solid 1px;
}
/*.newlist ul li:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #007cff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.newlist ul li:hover:before{
	width: 100%;
}*/
.newlist ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.newlist ul li .img{
	float: right;
	width: 32.64%;
	overflow: hidden;
}
.newlist ul li .img img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.newlist ul li:hover .img img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.newlist ul li .newText{
	float: left;
	max-width: 730px;
	width: 62%;
	padding-top: 25px;
}
.page{
    width: 100%;
    text-align: center;
}
.page-list{
	/*text-align: center;
	font-size: 0;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-list a{
	/*display: inline-block;
	vertical-align: top;*/
	display: flex;
	align-items: center;
	justify-content: center;
   	padding: 0px 12px;
   	min-width: 70px;
   	height: 70px;
	margin-bottom: 5px;
	margin-right: 18px;
	border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #007cff;
    border: rgba(0,124,255,0.1) solid 1px;
	background-color: #FFFFFF;
    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.fyprev,
.page-list a.fynext{
	line-height: 70px;
}
.page-list a.fyprev .ic2,
.page-list a.fynext .ic2{	
	display: none;
}
.page-list a.fyprev:hover .ic1,
.page-list a.fynext:hover .ic1{	
	display: none;
}
.page-list a.fyprev:hover .ic2,
.page-list a.fynext:hover .ic2{	
	display: inline-block;
}
.page-list a:hover,
.page-list a.on{
    color: #ffffff;
    line-height: 70px;
    border: none;
    background-image: -webkit-linear-gradient(bottom, #64b0ff 0%, #007cff 70%);
    background-image: -moz-linear-gradient(bottom, #64b0ff 0%, #007cff 70%);
    background-image: -ms-linear-gradient(bottom, #64b0ff 0%, #007cff 70%);
    background-image: -o-linear-gradient(bottom, #64b0ff 0%, #007cff 70%);
}
/**/
.location{
	width: 100%;
}
.location .container{
	max-width: 1920px;
    width: 100%;
    margin: auto;
    padding: 0px 30px;
    box-sizing: border-box;
}
.location .box{
  	width: 100%;
  	overflow: hidden;
  	padding: 28px 0px;
  	text-align: left;
  	color: rgba(0,0,0,0.6);
  	font-size: 14px;
  	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location .box a{
	color: rgba(0,0,0,0.6);
}
.location .box a,
.location .box span{
	display: inline;
}
.location .box a img{
	display: inline-block;
	vertical-align: baseline;
	margin-right: 10px;
}
.location .box a.on,
.location .box a:hover{
	/*color: #007cff;*/
	color: rgba(0,0,0,0.6);
}
.location .box span{
  	margin: 0px 3px;
}
.newdetails{
	padding-top: 90px;
	padding-bottom: 200px;
}
.newdetails .owidth{
	display: flex;
	justify-content: space-between;
	margin-top: 110px;
}
.newdetails .left_w{
	width: 24.3%;
}
.newdetails .right_w{
	width: 68%;
}
.newdetails .infor{
	border-top: #007cff solid 3px;
}
.newdetails .infor ul li{
	padding: 25px 0px;
	border-bottom: #e5e5e5 solid 1px;
}
.newdetails .infor ul li .t1{
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	margin-bottom: 8px;
}
.newdetails .infor ul li .t2{
	color: #000000;
	font-size: 18px;
}
.newdetails .content .title{
	padding-bottom: 30px;
	border-bottom: #e5e5e5 solid 1px;
}
.newdetails .content .title h2{
	color: #000000;
	font-size: 30px;
}
.newdetails .content .title .infor{
	display: none;
}
.newdetails .content .details{
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	line-height: 1.7;
	padding: 40px 0px;
}
.newdetails .content .details h4{
	color: #007cff;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.newdetails .prevnext{
	border-top: #e5e5e5 solid 1px;
}
.newdetails .prevnext ul li{
	border-bottom: #e5e5e5 solid 1px;
}
.newdetails .prevnext ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
	width: 100%;
	line-height: 1.7;
}
.newdetails .prevnext ul li a .t1{
	flex: 1;
	font-size: 24px;
	color: #000000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.newdetails .prevnext ul li a .t2{
	width: 56px;
	margin-left: 20px;
	font-size: 16px;
	color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.newdetails .prevnext ul li:hover a .t1,
.newdetails .prevnext ul li:hover a .t2{
	color: #007cff;
}
/**/
.join{
	padding-top: 50px;
	padding-bottom: 180px;
}
.join .box{
	display: flex;
	padding: 60px 0px;
	border-bottom: #e5e5e5 solid 1px;
}
.join .box .left_w{
	width: 35.4%;
	padding-right: 50px;
	box-sizing: border-box;
}
.join .box .right_w{
	width: 64.6%;
}
.join .box .o-title h3{
	margin-bottom: 0px;
}
.join .box .comtxt{
	font-size: 16px;
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
}
.join .box .comtxt h5{
	font-size: 20px;
	color: #000000;
}
.join .box .wrap1 ul li{
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: #e5e5e5 solid 1px;
}
.join .box .wrap1 ul li .text{
	flex: 1;
}
.join .box .wrap1 ul li .img-icon{
	max-width: 210px;
	margin-left: 20px;
}
.join .box .wrap1 ul li h5{
	margin-bottom: 5px;
}
.join .box .wrap2{
	padding-top: 20px;
}
.join .box .wrap2 ul{
	margin-top: 15px;
}
.join .box .wrap2 ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 6px;
}
.join .box .wrap2 ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
    background-image: -webkit-linear-gradient(-45deg, #007cff, #64b0ff);
    background-image: -moz-linear-gradient(-45deg, #007cff, #64b0ff);
    background-image: -ms-linear-gradient(-45deg, #007cff, #64b0ff);
    background-image: -o-linear-gradient(-45deg, #007cff, #64b0ff);
}
.join .tableBox .formli{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.join .tableBox .formli .sp{
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	margin-right: 20px;
	text-align: right;
	width: 100px;
	text-align: right;
}
.join .tableBox .formli .other{
	flex: 1;
}
.join .tableBox .formli .other input.inputtxt,
.join .tableBox .formli .other textarea{
	width: 100%;
    overflow: hidden;
    color: rgba(0,0,0,0.6);
	font-size: 16px;
    height: 40px;
    line-height: 38px;
    border: #e5e5e5 solid 1px;
    padding: 0px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.join .tableBox .formli .other .selectBox{
	display: flex;
	justify-content: space-between;
}
.join .tableBox .formli .other .half{
	width: calc((100% - 20px) / 2);
}
.join .tableBox .formli .other select{
	width: 100%;
	font-family: 'misansRegular';
    color: #000000;
	font-size: 16px;
	height: 40px;
    line-height: 38px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: #FFFFFF url(../images/icon18.png) no-repeat center right 20px;
    background-size: 15px 8px;
    padding-left: 20px;
    padding-right: 36px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: #e5e5e5 solid 1px;
}
.join .tableBox .formli .other .codeBox{
	display: flex;
}
.join .tableBox .formli .other .phoneNums{
	max-width: 205px;
	margin-right: 20px;
    overflow: hidden;
    color: rgba(0,0,0,0.6);
	font-size: 16px;
    height: 40px;
    line-height: 38px;
    border: #e5e5e5 solid 1px;
    padding: 0px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.join .tableBox .formli .other .getverify-code-btn{
	max-width: 154px;
	cursor: pointer;
	font-family: 'misansRegular';
	overflow: hidden;
    color: rgba(0,0,0,0.6);
	font-size: 16px;
    height: 40px;
    line-height: 38px;
    border: #e5e5e5 solid 1px;
    padding: 0px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.join .tableBox .formbtn{
	width: 220px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.join .tableBox .formbtn .inputbtn{
	width: 100%;
    overflow: hidden;
    color: #FFFFFF;
	font-size: 16px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(bottom, #64b0ff, #007cff 70%);
    background-image: -moz-linear-gradient(bottom, #64b0ff, #007cff 70%);
    background-image: -ms-linear-gradient(bottom, #64b0ff, #007cff 70%);
    background-image: -o-linear-gradient(bottom, #64b0ff, #007cff 70%);
}

/**/
@media only screen and (min-width: 1025px){
	/*#dowebok .section .pagebg {
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		-o-transition: ease 2s;
		-ms-transition: ease 2s;
		-moz-transition: ease 2s;
		-webkit-transition: ease 2s;
		transition: ease 2s;
	}
	#dowebok .section.active .pagebg {
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}*/
	.banner-title .text{
		-moz-animation: DownMove 1s ease;
		-webkit-animation: DownMove 1s ease;
		animation: DownMove 1s ease;
	}
	@-moz-keyframes DownMove{
		0%{
			transform: translateY(100px);
			opacity: 0.5;
		}
		100%{
			transform: translateY(0px);
			opacity: 1;
		}
	}
	@-webkit-keyframes DownMove{
		0%{
			transform: translateY(100px);
			opacity: 0.5;
		}
		100%{
			transform: translateY(0px);
			opacity: 1;
		}
	}
	@keyframes DownMove{
		0%{
			transform: translateY(100px);
			opacity: 0.5;
		}
		100%{
			transform: translateY(0px);
			opacity: 1;
		}
	}
	.indexPartOne .i-title.center,
	.indexPartOne .part1 .box,
	.indexPartOne .part2 .box,
	.indexPartOne .part3 .box,
	.indexPartTwo .i-title h2,
	.indexPartTwo .i-title h3,
	.indexPartTwo .i-title p,
	.indexPartFour .i-title h2,
	.indexPartFour .i-title h3,
	.indexPartFour .i-title p,
	.indexPartOne .part1 .box .img,
	.indexPartOne .part1 .box .solution-text .txt,
	.indexPartTwo .box .text ul li,
	.indexPartTwo .box .img,
	.indexPartThree .box .text h3,
	.indexPartThree .box .text p,
	.indexPartThree .box .morebtn,
	.indexPartThree .box .img,
	.indexPartFour .titleBox{
		opacity: 0;
		transform: translateY(300px);
		transition: all 1.2s ease;
	}
	.indexPartOne .part1 .box .solution-text .txt:nth-child(1){
		transition: all 1s ease 0.1s;
	}
	.indexPartOne .part1 .box .solution-text .txt:nth-child(2){
		transition: all 1s ease 0.2s;
	}
	.indexPartTwo .box .text ul li:nth-child(1){
		transition: all 1s ease 0.1s;
	}
	.indexPartTwo .box .text ul li:nth-child(2){
		transition: all 1s ease 0.2s;
	}
	.indexPartTwo .box .text ul li:nth-child(3){
		transition: all 1s ease 0.3s;
	}
	
	
	#dowebok .section.active .indexPartOne .i-title.center,
	#dowebok .section.active .indexPartOne .part1 .box,
	#dowebok .section.active .indexPartOne .part2 .box,
	#dowebok .section.active .indexPartOne .part3 .box,
	#dowebok .section.active .indexPartTwo .i-title h2,
	#dowebok .section.active .indexPartTwo .i-title h3,
	#dowebok .section.active .indexPartTwo .i-title p,
	#dowebok .section.active .indexPartFour .i-title h2,
	#dowebok .section.active .indexPartFour .i-title h3,
	#dowebok .section.active .indexPartFour .i-title p,
	#dowebok .section.active .indexPartOne .part1 .box .img,
	#dowebok .section.active .indexPartOne .part1 .box .solution-text .txt,
	#dowebok .section.active .indexPartTwo .box .text ul li,
	#dowebok .section.active .indexPartTwo .box .img,
	#dowebok .section.active .indexPartThree .box .text h3,
	#dowebok .section.active .indexPartThree .box .text p,
	#dowebok .section.active .indexPartThree .box .morebtn,
	#dowebok .section.active .indexPartThree .box .img,
	#dowebok .section.active .indexPartFour .titleBox{
		opacity: 1;
		transform: translateY(0);
	}
	#dowebok .section.active .indexPartFour .box ul li{
		-moz-animation: DownMove1 1s ease;
		-webkit-animation: DownMove1 1s ease;
		animation: DownMove1 1s ease;
	}
	#dowebok .section.active .indexPartFour .box ul li:nth-child(1){
		animation-delay: 0.1s;
	}
	#dowebok .section.active .indexPartFour .box ul li:nth-child(2){
		animation-delay: 0.2s;
	}
	#dowebok .section.active .indexPartFour .box ul li:nth-child(3){
		animation-delay: 0.3s;
	}
	@-moz-keyframes DownMove1{
		0%{
			transform: translateY(300px);
			opacity: 0.5;
		}
		100%{
			transform: translateY(0px);
			opacity: 1;
		}
	}
	@-webkit-keyframes DownMove1{
		0%{
			transform: translateY(300px);
			opacity: 0.5;
		}
		100%{
			transform: translateY(0px);
			opacity: 1;
		}
	}
	@keyframes DownMove1{
		0%{
			transform: translateY(300px);
			opacity: 0.5;
		}
		100%{
			transform: translateY(0px);
			opacity: 1;
		}
	}
	
	.section .o-title h3,
	.section .o-title p,
	.section .o-title ul,
	.section .solution-text .txt,
	.section .solution .right_w .img,
	.section .platform .box .img,
	.section .platform .tabbox{
		opacity: 0;
		transform: translateY(300px);
		transition: all 1.2s ease;
	}
	#dowebok .section.active .o-title h3,
	#dowebok .section.active .o-title p,
	#dowebok .section.active .o-title ul,
	#dowebok .section.active .solution-text .txt,
	#dowebok .section.active .solution .right_w .img,
	#dowebok .section.active .platform .box .img,
	#dowebok .section.active .platform .tabbox{
		opacity: 1;
		transform: translateY(0);
	}
	
	#dowebok .section.active .management .iconBox,
	#dowebok .section.active .management .img{
		-moz-animation: DownMove1 1s ease;
		-webkit-animation: DownMove1 1s ease;
		animation: DownMove1 1s ease;
	}
}
@media screen and (max-width: 1680px){
	.banner-title h1{
		font-size: 50px;
	}
	.banner-title h1 span{
		font-size: 80px;
	}
	.banner-title p{
		font-size: 20px;
	}
	.banner-title .more{
		margin-top: 40px;
	}
	.banner-title .more a{
		width: 180px;
		height: 60px;
	}
	.obanner .banner-title h1{
		font-size: 36px;
	}
	.obanner .banner-title h1 span{
		font-size: 56px;
	}
	.obanner .banner-title p{
		font-size: 15px;
	}
	.i-title h2{
		font-size: 50px;
	}
	.i-title h3,
	.indexPartThree .box .text h3{
		font-size: 34px;
	}
	.i-title p,
	.indexPartThree .box .text p,
	.indexPartFour .box ul li .text .w2,
	.o-title p{
		font-size: 15px;
	}
	.o-title ul li{
		font-size: 15px;
	}
	.screenNum{
		right:10px;
	}
	.downward{
		bottom: 100px;
	}
	.lunbotu .swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 60px;
	}
	.indexPartOne .swiper-container-horizontal>.swiper-pagination-bullets, .indexPartOne .swiper-pagination-custom, .indexPartOne .swiper-pagination-fraction{
		bottom: 60px;
	}
	
	.indexPartThree .box h2{
		top: -35%;
		font-size: 180px;
	}
	.solution-text .txt ul li,
	.indexPartTwo .box .text ul li .txt,
	.indexPartFour .box ul li .text p{
		font-size: 15px;
	}
	.indexPartFour .box ul li .text p{
		height: 51px;
	}
	
	
	.footer .owidth{
		width: 80%;
	}
	.istop{
		right: 3vw;
	}
	
	
	.lunbotu .owidth,
	.indexPartOne .part1 .owidth,
	.indexPartOne .part2 .owidth,
	.indexPartOne .part3 .owidth,
	.indexPartTwo .owidth,
	.indexPartThree .owidth,
	.indexPartFour .owidth{
		width: 80%;
	}
	.indexPartOne .bgbox1{
		width: 80%;
	}
	.tabbox ul li,
	.tabbox ul li span{
		width: 75px;
		height: 75px;
		line-height: 75px;
	}
	.indexPartOne .swiper-button-prev, .indexPartOne .swiper-container-rtl .swiper-button-next{
		left: 30px;
	}
	.indexPartOne .swiper-button-next, .indexPartOne .swiper-container-rtl .swiper-button-prev{
		right: 30px;
	}
	.indexPartTwo .box .text ul li .icon{
		width: 75px;
		height: 75px;
		line-height: 75px;
	}
	.indexPartThree .box .img .icon{
		bottom: -40px;
		right: 60px;
	}
	.indexPartThree .box .img .icon img{
		max-width: 80px;
	}
	/**/
	.case{
		padding-top: 90px;
		padding-bottom: 150px;
	}
	.case .box{
		margin-bottom: 50px;
	}
	/**/
	.newdetails{
		padding-bottom: 160px;
	}
	.newdetails .owidth{
		margin-top: 80px;
	}
	.newdetails .content .title h2{
		font-size: 28px;
	}
	.newdetails .infor ul li .t1,
	.newdetails .content .details,
	.newdetails .prevnext ul li a .t2{
		font-size: 15px;
	}
	.newdetails .infor ul li .t2{
		font-size: 17px;
	}
	.newdetails .prevnext ul li a .t1{
		font-size: 21px;
	}
	.join {
	    padding-top: 40px;
	    padding-bottom: 150px;
	}
	.join .tableBox .formbtn{
		margin-bottom: 20px;
	}
	.join .box .comtxt{
		font-size: 15px;
	}
	.join .tableBox .formli .sp,
	.join .tableBox .formli .other input.inputtxt, 
	.join .tableBox .formli .other textarea,
	.join .tableBox .formli .other select,
	.join .tableBox .formli .other .phoneNums,
	.join .tableBox .formli .other .getverify-code-btn{
		font-size: 15px;
	}
	.join .tableBox .formli .sp{
		width: 95px;
	}
	/**/
	.about{
		padding-bottom: 110px;
	}
	.profile{
		padding-top: 90px;
	}
	.profile .text{
		font-size: 180px;
	}
	.about .data .box{
		padding-bottom: 100px;
	}
	.about .data .box .number ul li .t1, .about .data .box .number ul li .t2{
		font-size: 15px;
	}
	/**/
	.new {
	    padding-top: 90px;
	    padding-bottom: 120px;
	}
	.newlist{
		margin-top: 95px
	}
	.newlist ul li{
		padding: 45px 0px;
	}
	.newText .txt h3{
		font-size: 21px;
	}
	.mainNews .newText .txt h3{
		font-size: 27px;
		max-height: 72px;
		margin-bottom: 25px;
	}
	.newText .txt p{
		font-size: 15px;
		max-height: 51px;
	}
	.newText .txt .time{
		font-size: 15px;
	}
	.newText .more{
		padding-top: 25px;
		font-size: 15px;
	}
	.newlist ul{
		margin-bottom: 80px;
	}
	.page-list a{
		min-width: 60px;
	    height: 60px;
	    font-size: 16px;
	}
	
}
@media screen and (max-width: 1440px){
	.header .nav ul li a,
	.head-nation .current .name{
		font-size: 16px;
	}
	.head-nation ul li a{
		font-size: 14px;
	}
	
	.footer .footnav ul li a{
		font-size: 16px;
	}
	.footer .footinfor .text ul li .t2{
		font-size: 18px;
	}
	.footer .footBottom{
		font-size: 14px;
	}
	
	.banner-title h1{
		font-size: 45px;
	}
	.banner-title h1 span{
		font-size: 72px;
	}
	.banner-title p{
		font-size: 18px;
	}
	.obanner .banner-title h1{
		font-size: 32px;
	}
	.obanner .banner-title h1 span{
		font-size: 50px;
	}
	.obanner .banner-title p{
		font-size: 14px;
	}
	.i-title h2{
		font-size: 45px;
	}
	.i-title h3,
	.indexPartThree .box .text h3{
		font-size: 30px;
	}
	.i-title p,
	.indexPartThree .box .text p,
	.indexPartFour .box ul li .text .w2,
	.o-title p{
		font-size: 14px;
	}
	.o-title h3{
		font-size: 28px;
	}
	.o-title ul li{
		font-size: 14px;
	}
	.solution-text .subtit img{
		margin-right: 20px;
	}
	
	.indexPartTwo .box .text ul li{
		margin-bottom: 30px;
    	padding-bottom: 30px;
	}
	/*.indexPartTwo .box .text ul li .txt{
		padding-top: 0;
	}*/
	.indexPartFour .box ul li .text h4{
		font-size: 22px;
	}
	.i-title p,
	.indexPartThree .box .text p{
		font-size: 14px;
	}
	.solution-text .txt ul li,
	.indexPartTwo .box .text ul li .txt,
	.indexPartFour .box ul li .text p{
		font-size: 14px;
	}
	.indexPartFour .box ul li .text p{
		height: 47px;
	}
	.morebtn a{
		font-size: 16px;
	}
	.lunbotu .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0px 15px;
	}
	.tabbox ul li,
	.tabbox ul li span {
	    width: 70px;
	    height: 70px;
	    line-height: 70px;
	}
	/**/
	.case{
		padding-top: 80px;
		padding-bottom: 120px;
	}
	
	/**/
	.newdetails{
		padding-bottom: 120px;
	}
	.newdetails .owidth{
		margin-top: 70px;
	}
	.newdetails .content .title h2{
		font-size: 24px;
	}
	.newdetails .infor ul li .t1,
	.newdetails .content .details,
	.newdetails .prevnext ul li a .t2{
		font-size: 14px;
	}
	.newdetails .infor ul li .t2{
		font-size: 16px;
	}
	.newdetails .prevnext ul li a .t1{
		font-size: 19px;
	}
	.newdetails .content .details h4{
		font-size: 18px;
	}
	/**/
	.join {
	    padding-bottom: 120px;
	}
	.join .box .comtxt{
		font-size: 14px;
	}
	.join .box .comtxt h5{
		font-size: 18px;
	}
	.join .box .wrap2 ul li:before{
		top: 7px;
	}
	.join .tableBox .formli .sp,
	.join .tableBox .formli .other input.inputtxt, 
	.join .tableBox .formli .other textarea,
	.join .tableBox .formli .other select,
	.join .tableBox .formli .other .phoneNums,
	.join .tableBox .formli .other .getverify-code-btn{
		font-size: 14px;
	}
	.join .tableBox .formli .sp{
		width: 90px;
	}
	/**/
	.about{
		padding-bottom: 90px;
	}
	.profile{
		padding-top: 80px;
	}
	.profile .owidth{
		padding-bottom: 80px;
	}
	.about .data .box{
		padding-bottom: 90px;
	}
	.about .data .box .number ul li .t2 span{
		font-size: 36px;
	}
	.about .data .box .number ul li .t1, .about .data .box .number ul li .t2{
		font-size: 14px;
	}
	.awards{
		padding-bottom: 80px;
		background: url(../images/img19.png) bottom 15px center no-repeat;
		background-size: 100% auto;
	}
	/**/
	.new {
		padding-top: 80px;
	    padding-bottom: 100px;
	}
	.newlist{
		margin-top: 90px
	}
	.newlist ul li{
		padding: 40px 0px;
	}
	.newText .txt h3{
		font-size: 20px;
	}
	.mainNews .newText .txt h3{
		font-size: 25px;
		max-height: 66px;
		margin-bottom: 20px;
	}
	.newText .txt p{
		font-size: 14px;
		max-height: 48px;
	}
	.newText .txt .time{
		font-size: 14px;
	}
	.newText .more{
		padding-top: 20px;
		font-size: 14px;
	}
	.newlist{
		margin-top: 80px;
	}
	.newlist ul{
		margin-bottom: 70px;
	}
	.platform .box{
		margin-top: 40px;
	}
	.platform .tabbox{
		margin-top: 25px;
	}
}
@media screen and (max-width: 1280px){
	.indexPartTwo .box .text ul li {
	    margin-bottom: 25px;
	    padding-bottom: 25px;
	}
	.indexPartTwo .box .text ul li .icon{
		margin-right: 25px;
	}
	.lunbotu .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0px 10px;
	}
	.banner-title .more a{
		width: 160px;
		height: 50px;
	}
	/*footer*/
	.footer{
		padding-top: 80px;
	}
	.footer .footinfor{
		padding-bottom: 80px;
	}
	.istop{
		width: 50px;
		top: 80px;
	}
	.case{
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.case .o-title{
		padding-bottom: 0px;
	}
	/**/
	.about{
		padding-bottom: 70px;
	}
	.profile{
		padding-top: 70px;
	}
	.profile .owidth{
		padding-bottom: 70px;
	}
	.profile .text{
		font-size: 150px;
	}
	.about .data .box{
		padding-bottom: 80px;
	}
	.about .data .box .number ul li .t2 span{
		font-size: 36px;
	}
	.awards .swiper-button-next, .awards .swiper-button-prev{
		width: 60px;
		height: 60px;
	}
	/**/
	.new{
		padding-top: 70px;
	}
	.newlist {
	    margin-top: 70px;
	}
	.newlist ul li {
	    padding: 35px 0px;
	}
	.page-list a {
	    min-width: 56px;
	    height: 56px;
	    font-size: 15px;
	}
}
@media screen and (max-width: 1220px){
	.header .logo a{
		display: flex;
		align-items: center;
	}
	.header .logo a img{
		max-height: 36px;
	}
	.header .wrap{
		-webkit-transition: none;
    	transition: none;
	}
	.header .nav{
		display: none;
	}
	.head-nation .current{
		display: flex;
		align-items: center;
		padding-right: 15px;
		padding-left: 15px;
	}
	.header.act .wrap .nav ul li a,
	.header.white .wrap .nav ul li a,
	.header.on .nav ul li a{
		line-height: 70px;
	}
	.header.act .wrap .head-nation,
	.header.white .wrap .head-nation,
	.header.on .head-nation{
		height: 70px;
	}
	.head-nation{
		height: 70px;
	}
	.head-nation .current:before{
		display: none;
	}
	.head-nation .current .name span{
		display: none;
	}
	.head-nation .current .name img{
		margin-right: 0px;
	}
	.head-nation ul{
		top: 70px;
	}
	.menubtn{
		display: block;
	}
	
	/**/
	.footer{
		padding-top: 70px;
	}
	.footer .owidth{
		width: 90%;
	}
	.footer .footlogo a img{
		max-height: 36px;
	}
	.footer .footTop{
		margin-bottom: 40px;
	}
	.footer .footnav{
		display: none;
	}
	.footer .footinfor{
		padding-bottom: 70px;
	}
	.footer .footinfor .text ul li{
		padding-left: 80px;
	}
	.footer .footinfor .text ul li .icon{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.footer .footinfor .text ul li .t2{
		font-size: 16px;
	}
	.footer .footinfor .img ul li img{
		max-width: 140px;
	}
	/**/
	.newdetails{
		padding-top: 70px;
	}
}
@media screen and (max-width: 1024px){
	.header .container,
	.indexPartOne .wrap{
		max-width: 100%;
	}
	.footer .footinfor .text{
		max-width: 65%;
		padding-right: 8%;
	}
	.indexPartThree .box h2{
		font-size: 150px;
	}
	.banner-title p{
		/*max-width: 100%;*/
		margin-right: 0px;
	}
	.screenNum{
		display: none;
	}
	.i-title h3{
		margin-top: -20px;
	}
	.downward{
		bottom: 90px;
	}
	/*.banner-box .bgimg{
		display: none;
	}
	.bannerImg{
		display: block;
	}
	.mImg{
		display: block;
	}
	.pImg{
		display: none;
	}*/
	.lunbotu .banner-title{
		margin-top: 0;
	    top: 20%;
	    -webkit-transform: translate(-50%, 0%);
	    transform: translate(-50%, 0%);
	}
	/**/
	.banner-title p{
		/*max-width: 100%;*/
		max-width: 80%;
	}
	.banner-box .bgimg{
		display: none;
	}
	.section .banner-box.obanner,
	.obanner .bannerImg{
		height: auto;
	}
	.obanner .bannerImg img{
		width: 100%;
	}
	.section .lunbotu .bannerImg{
		height: 100vh;
	}
	.lunbotu,
	.lunbotu .banner{
		height: 100vh;
	}
	.bannerImg{
		display: block;
	}
	.mImg{
		display: block;
	}
	.pImg{
		display: none;
	}
	.obanner .banner-title {
	    top: 20%;
	    -webkit-transform: translate(-50%, 0%);
	    transform: translate(-50%, 0%);
	}
	
	/**/
	.istop{
		bottom: auto;
		top: 9%;
		right: 5%;
		transform: none;
	}
	/**/
	.lunbotu .owidth,
	.indexPartOne .part1 .owidth,
	.indexPartOne .part2 .owidth,
	.indexPartOne .part3 .owidth,
	.indexPartTwo .owidth,
	.indexPartThree .owidth,
	.indexPartFour .owidth,
	.lunbotu .swiper-pagination{
		width: 90%;
	}
	.indexPartOne .bgbox1{
		background-size: 100% auto;
	}
	.indexPartOne .part1 .box,
	.indexPartTwo .box,
	.indexPartThree .box,
	.indexPartFour .box ul li a{
		flex-wrap: wrap;
	}
	.indexPartOne .part1 .box .img,
	.indexPartOne .part1 .box .solution-text,
	.indexPartTwo .box .text,
	.indexPartTwo .box .img,
	.indexPartThree .box .img,
	.indexPartThree .box .text,
	.indexPartFour .box ul li .img,
	.indexPartFour .box ul li .text{
		width: 100%;
	}
	.indexPartOne .part1 .box .solution-text{
		padding-right: 0;
		margin-top: 40px;
	}
	.indexPartOne .part1 .solution-text .txt:last-child{
		margin-bottom: 35px;
	}
	.indexPartTwo .box .img{
		margin-top: 30px;
	}
	.indexPartThree{
		background-size: cover;
	}
	.indexPartThree .box h2{
		top: -16%;
	}
	.indexPartThree .box .text{
		margin-top: 50px;
	}
	.indexPartOne,
	.indexPartOne .swiper-container{
		height: auto;
	}
	.indexPartOne .swiper-slide,
	.indexPartTwo,
	.indexPartFour{
		padding: 70px 0px;
		box-sizing: border-box;
		height: auto;
	}
	.indexPartThree{
		padding-top: 15vh;
		padding-bottom: 80px;
		box-sizing: border-box;
		height: auto;
	}
	.indexPartFour .box ul li{
		margin-bottom: 40px;
	}
	.indexPartFour .box ul li .img{
		margin-right: 0;
	}
	.indexPartFour .box ul li .text{
		padding: 30px;
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	.indexPartFour .box ul li .text .w1{
		width: 100%;
	}
	.indexPartFour .box ul li .text .w2{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.tabbox ul li,
	.tabbox ul li span {
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	    font-size: 18px;
	}
	.indexPartOne .swiper-button-next, .indexPartOne .swiper-button-prev{
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}
	.indexPartOne .bgbox1{
		display: none;
	}
	.indexPartOne .tabbox{
		height: 100%;
		background: url(../images/img2a.png) center no-repeat;
		background-size: 100% auto; 
		display: none;
	}
	.indexPartOne .tabbox ul{
		height: auto;
		display: none;
	}
	.indexPartOne .swiper-container-horizontal>.swiper-pagination-bullets, .indexPartOne .swiper-pagination-custom, .indexPartOne .swiper-pagination-fraction{
		bottom: 45px;
	}
	.indexPartTwo .box .text ul li .icon{
		width: 60px;
	    height: 60px;
	    line-height: 60px;
	}
	.lunbotu .swiper-pagination-bullet{
		width: 18px;
		height: 18px;
	}
	.lunbotu .swiper-pagination-bullet:before{
		width: 6px;
		height: 6px;
	}
	.lunbotu .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0px 5px;
	}
	.indexPartOne .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.indexPartOne .swiper-pagination-bullet:before{
		width: 6px;
		height: 6px;
	}
	.solution-text .subtit img{
		margin-right: 15px;
	}
	/*.indexPartTwo .box .text ul li .txt{
		padding-top: 15px;
	}*/
	.indexPartFour .titleBox{
		align-items: flex-end;
	}
	.morebtn a{
		font-size: 14px;
	}
	.indexPartOne .part3 .box{
		margin-top: 40px;
	}
	.indexPartOne .part3 .box .img{
		max-width: 60%;
	}
	.indexPartOne .part2{
		padding-top: 0;
	}
	.indexPartOne .part2 .box{
		margin-top: 40px;
	}
	.indexPartOne .part2 .box .img img{
		max-width: 60%;
	}
	/**/
	.solution{
		padding: 80px 0px;
		min-height: 1px;
	}
	.solution .left_w,
	.solution .left-w{
		width: 100%;
		padding-right: 0;
	}
	.solution .right_w{
		width: 100%;
	}
	/**/
	.platform,
	.management{
		padding: 80px 0px;
		min-height: 1px;
	}
	.platform .box .img img{
		max-width: 100%;
	}
	.management .text{
		width: 100%;
		padding-top: 0px;
		padding-right: 0px;
	}
	.management .img{
		width: 100%;
		margin-top: 50px;
		text-align: center;
	}
	.platform .tabbox ul{
		flex-wrap: wrap;
	}
	.platform .tabbox ul li{
		margin-bottom: 5px;
	}
	/**/
	.case {
	    padding-top: 60px;
	    padding-bottom: 80px;
	}
	.case .box{
		margin-bottom: 40px;
	}
	.case .box ul li {
	    width: calc((100% - 40px) / 3);
	    margin-right: 20px;
	    margin-bottom: 20px;
	}
	.case .box ul li:nth-child(3n){
		margin-right: 0;
	}
	/**/
	.new{
		padding-bottom: 80px;
	}
	.newText .txt h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.mainNews .newText .txt h3 {
	    font-size: 21px;
	    max-height: 56px;
	    margin-bottom: 15px;
	}
	.newText .txt .time{
		margin-bottom: 10px;
	}
	.newText .more{
		padding-top: 15px;
	}
	.mainNews .swiper-slide .img,
	.mainNews .swiper-slide .newText{
		width: 50%;
	}
	.mainNews .swiper-slide .newText{
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.mainNews .swiper-container-horizontal>.swiper-pagination-bullets, 
	.mainNews .swiper-pagination-custom, 
	.mainNews .swiper-pagination-fraction{
		bottom: 15px;
	}
	.newlist ul li .newText{
		width: 60%;
		padding-top: 15px;
	}
	.newlist ul li .img{
		width: 36%;
	}
	.newlist {
	    margin-top: 60px;
	}
	.newlist ul{
		margin-bottom: 60px;
	}
	.newlist ul li {
	    padding: 30px 0px;
	}
	.page-list a {
	    min-width: 50px;
	    height: 50px;
	    font-size: 14px;
	}
	.page-list a.fyprev img, .page-list a.fynext img{
		max-width: 7px;
	}
	/**/
	.newdetails{
		padding-bottom: 90px;
	}
	.newdetails .owidth{
		display: flex;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.newdetails .left_w{
		display: none;
	}
	.newdetails .right_w{
		width: 100%;
	}
	.newdetails .content .title .infor{
		display: block;
		border-top: none;
		margin-top: 25px;
	}
	.newdetails .infor ul{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.newdetails .infor ul li{
		display: flex;
		align-items: center;
		border-bottom: none;
		padding: 0px;
		margin-right: 20px;
	}
	.newdetails .infor ul li:last-child{
		margin-right: 0px;
	}
	.newdetails .infor ul li .t1{
		margin-right: 10px;
		margin-bottom: 0px;
	}
	.newdetails .infor ul li .t2{
		font-size: 14px;
	}
	.newdetails .prevnext ul li a .t1{
		font-size: 17px;
	}
	.newdetails .content .details h4{
		font-size: 16px;
	}
	/**/
	.join {
		padding-top: 20px;
	    padding-bottom: 100px;
	}
	.join .box{
		flex-wrap: wrap;
		padding: 50px 0px;
	}
	.join .box .left_w{
		width: 100%;
		padding-right: 0px;
	}
	.join .box .right_w{
		width: 100%;
		margin-top: 20px;
	}
	.join .tableBox .formbtn{
		margin-bottom: 0px;
	}
	.join .tableBox .formbtn{
		width: 180px;
	}
	.join .tableBox .formbtn .inputbtn{
		height: 56px;
		line-height: 56px;
	}
	/**/
	.about{
		padding-bottom: 60px;
	}
	.profile .o-title{
		flex-wrap: wrap;
	}
	.about .left-w{
		width: 100%;
		padding-right: 0;
	}
	.about .right_w{
		width: 100%;
	}
	.profile{
		padding-top: 60px;
	}
	.profile .text{
		font-size: 120px;
	}
	.about .data{
		padding-top: 70px;
	}
	.about .data .box{
		flex-wrap: wrap;
		padding-bottom: 70px;
	}
	.about .data .box .number{
		margin-top: 20px;
	}
	.about .data .box .number ul li .t2 span{
		font-size: 32px;
	}
	.about .data .box .number ul li .t2 .ic{
		font-size: 27px;
	}
	.awards{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.awards .box{
		flex-wrap: wrap;
		padding: 0px 50px;
	}
	.awards .swiper-button-next, .awards .swiper-button-prev{
		position: absolute;
		margin-top: -25px;
		width: 50px;
		height: 50px;
	}
	.awards .swiper-button-prev, .awards .swiper-container-rtl .swiper-button-next{
		left: 0;
	}
	.awards .swiper-button-next, .awards .swiper-container-rtl .swiper-button-prev{
		right: 0;
	}
}
@media screen and (max-width: 768px){
	.banner-title h1{
		font-size: 40px;
	}
	.banner-title h1 span{
		font-size: 64px;
	}
	.banner-title p{
		font-size: 16px;
	}
	.banner-title .more{
		margin-top: 30px;
	}
	.banner-title .more a{
		width: 150px;
		font-size: 14px;
	}
	.obanner .banner-title h1 {
	    font-size: 28px;
	}
	.obanner .banner-title h1 span{
		font-size: 45px;
	}
	.i-title h2{
		font-size: 40px;
	}
	.i-title h3,
	.indexPartThree .box .text h3{
		font-size: 28px;
	}
	.i-title h3{
		margin-top: -15px;
	}
	.o-title h3{
		font-size: 24px;
	}
	.downward{
		bottom: 80px;
	}
	/**/
	
	/**/
	.footer .footinfor .text ul li{
		padding-left: 70px;
	}
	.footer .footinfor .text ul li .icon {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	}
	.footer .footinfor .img ul li img{
		max-width: 120px;
	}
	.footer .footinfor .img{
		display: none;
	}
	/*.footer .footBottom{
		flex-wrap: wrap;
	}
	.footer .footBottom .copyright,
	.footer .footBottom .support{
		width: 100%;
		text-align: center;
	}*/
	.footer .footBottom{
		display: block;
	}
	.footer .footBottom .copyright, .footer .footBottom .support{
		display: inline;
	}
	.footer .footBottom .copyright{
		margin-right: 20px;
	}
	/**/
	.indexPartOne .swiper-slide,
	.indexPartTwo,
	.indexPartFour{
		padding: 60px 0px;
	}
	.indexPartThree{
		padding-top: 15vh;
		padding-bottom: 60px;
	}
	.indexPartOne .part2 .box .tabbox ul li,
	.indexPartOne .part2 .box .tabbox ul li span{
		transform: scale(0.7);
		transform-origin: center center;
	}
	.indexPartOne .tabbox ul li.a1 {
	    top: 43%;
	    left: 1%;
	}
	.indexPartOne .tabbox ul li.a2{
		left: 2%;
	}
	.indexPartOne .tabbox ul li.a3{
		bottom: 21%;
	}
	.indexPartOne .tabbox ul li.a5 {
	    top: 45%;
	    right: 2%;
	}
	.indexPartOne .tabbox ul li.a6 {
	    top: 58%;
	    right: 3%;
	}
	.indexPartOne .tabbox ul li.a7 {
	    bottom: 18%;
	    right: 6%;
	}
	/*.indexPartTwo .box .text ul li .txt{
		padding-top: 10px;
	}*/
	.indexPartThree .box h2{
		font-size: 100px;
		top: -12%;
	}
	.indexPartFour .box ul li{
		margin-bottom: 30px;
	}
	.indexPartFour .box ul li .text h4{
		font-size: 20px;
	}
	.solution-text .subtit{
		font-size: 18px;
	}
	/**/
	.solution{
		padding: 70px 0px;
	}
	/**/
	.platform,
	.management{
		padding: 70px 0px;
	}
	.platform .box{
		margin-top: 40px;
	}
	.management .iconBox{
		margin-top: 30px;
	}
	.management .img{
		margin-top: 40px;
	}
	.tabbox ul li,
	.tabbox ul li span {
	    width: 54px;
	    height: 54px;
	    line-height: 54px;
	    font-size: 16px;
	}
	/**/
	.case .box .swiper-container{
		padding: 0px 15px 30px;
	}
	.case .box ul li {
	    width: calc((100% - 30px) / 3);
	    margin-right: 15px;
	    margin-bottom: 15px;
	}
	.case .box ul li:nth-child(3n){
		margin-right: 0;
	}
	/**/
	/*.case .box ul li{
		width: calc((100% - 30px) / 3);
	}
	.case .box ul li:nth-child(4n){
		margin-right: 15px;
	}
	.case .box ul li:nth-child(3n){
		margin-right: 0px;
	}*/
	/**/
	.newdetails{
		padding-bottom: 80px;
	}
	.newdetails .content .title h2{
		font-size: 21px;
	}
	.newdetails .owidth{
		margin-top: 30px;
	}
	.newdetails .content .details{
		padding: 30px 0px;
	}
	.newdetails .prevnext ul li a .t1{
		font-size: 16px;
	}
	/**/
	.join {
	    padding-bottom: 80px;
	}
	.join .box{
		padding: 40px 0px;
	}
	.join .tableBox .formbtn{
		width: 150px;
	}
	.join .tableBox .formbtn .inputbtn {
		font-size: 15px;
	    height: 50px;
	    line-height: 50px;
	}
	/**/
	.profile .owidth{
		padding-bottom: 60px;
	}
	.profile .text{
		font-size: 90px;
	}
	.about .data{
		padding-top: 60px;
	}
	.about .data .box{
		padding-bottom: 60px;
	}
	.awards {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.about .data .box .number ul li .t2 span{
		font-size: 28px;
	}
	.about .data .box .number ul li .t2 .ic{
		font-size: 24px;
	}
	/**/
	.new {
	    padding-top: 60px;
	    padding-bottom: 70px;
	}
	.mainNews .swiper-slide .img{
		width: 45%;
	}
	.mainNews .swiper-slide .newText{
		width: 55%;
		padding-top: 0px;
	}
	.newlist{
		margin-top: 40px;
	}
	.newlist ul li .newText{
		width: 55%;
		padding-top: 0px;
	}
	.newlist ul li .img{
		width: 42%;
	}
	.page-list a {
	    min-width: 42px;
	    height: 42px;
	}
	.page-list a.fyprev img, .page-list a.fynext img {
	    max-width: 6px;
	}
	
}
@media screen and (max-width: 640px){
	.banner-title h1{
		font-size: 36px;
	}
	.banner-title h1 span{
		font-size: 56px;
	}
	.banner-title p{
		max-width: 100%;
		font-size: 14px;
	}
	.banner-title .more a{
		width: 120px;
	}
	.i-title h2{
		font-size: 36px;
	}
	.i-title h3,
	.indexPartThree .box .text h3{
		font-size: 24px;
	}
	.istop{
		top: 7%;
	}
	.footer{
		padding-top: 60px;
	}
	.footer .footinfor{
		flex-wrap: wrap;
		padding-bottom: 40px;
	}
	.footer .footinfor .text{
		max-width: 100%;
		width: 100%;
		padding-right: 0;
	}
	.footer .footinfor .text ul li{
		margin-bottom: 20px;
	}
	.footer .footinfor .img{
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	.footer .footinfor .img ul{
		display: inline-block;
	}
	.footer .footinfor .img ul li{
		padding: 18px;
	}
	.footer .footinfor .img ul li img{
		max-width: 100px;
	}
	.indexPartOne .swiper-slide,
	.indexPartTwo,
	.indexPartFour{
		padding: 50px 0px;
	}
	.indexPartFour{
		padding-bottom: 60px;
	}
	.indexPartThree{
		padding-top: 15vh;
		padding-bottom: 50px;
	}
	.indexPartOne .swiper-container-horizontal>.swiper-pagination-bullets, .indexPartOne .swiper-pagination-custom, .indexPartOne .swiper-pagination-fraction{
		bottom: 40px;
	}
	.indexPartTwo .box{
		margin-top: 40px;
	}
	.indexPartThree .box h2{
		font-size: 80px;
	}
	.indexPartThree .box .text h3{
		margin-bottom: 20px;
	}
	.indexPartThree .box .text{
		margin-top: 40px;
	}
	.indexPartOne .part3 .box{
		margin-top: 30px;
	}
	.indexPartOne .part3 .box .img{
		max-width: 80%;
	}
	.indexPartOne .part2 .box{
		margin-top: 30px;
	}
	.indexPartOne .part2 .box .img img{
		max-width: 80%;
	}
	.indexPartOne .swiper-button-next, .indexPartOne .swiper-button-prev {
	    width: 50px;
	    height: 50px;
	    margin-top: -25px;
	}
	.indexPartOne .swiper-button-prev, .indexPartOne .swiper-container-rtl .swiper-button-next{
		left: 20px;
	}
	.indexPartOne .swiper-button-next, .indexPartOne .swiper-container-rtl .swiper-button-prev{
		right: 20px;
	}
	.indexPartThree .box .img .icon{
		bottom: -35px;
		right: 50px;
	}
	.indexPartThree .box .img .icon img{
		max-width: 70px;
	}
	/**/
	.solution{
		padding: 60px 0px;
	}
	/**/
	.platform,
	.management{
		padding: 60px 0px;
	}
	.platform .tabbox ul li{
		margin: 0px 10px;
	}
	.tabbox ul li,
	.tabbox ul li span {
	    width: 48px;
	    height: 48px;
	    line-height: 48px;
	    font-size: 14px;
	}
	/**/
	.profile {
	    padding-top: 50px;
	}
	.profile .img{
		margin-top: 30px;
	}
	.profile .text {
	    font-size: 64px;
	}
	.profile .owidth{
		padding-bottom: 40px;
	}
	.about .data{
		padding-top: 50px;
	}
	.about .data .box{
		padding-bottom: 50px;
	}
	.about .data .box .number ul{
		justify-content: space-between;
	}
	.about .data .box .number ul li{
		padding: 8px 5px 8px 20px;
	}
	.about .data .box .number ul li .t1{
		margin-bottom: 10px;
	}
	.about .data .box .number ul li .t2 .sp{
		margin-right: 10px;
	}
	.about .data .box .number ul li .t2 span{
		font-size: 24px;
	}
	.about .data .box .number ul li .t2 .ic{
		font-size: 20px;
	}
	.awards {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.awards .box{
		margin-top: 35px;
	}
	.awards .swiper-button-next, .awards .swiper-button-prev {
	    margin-top: -22px;
	    width: 45px;
	    height: 45px;
	}
	/**/
	.new {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
	.mainNews .swiper-slide{
		flex-wrap: wrap;
	}
	.mainNews .swiper-slide .img{
		width: 100%;
	}
	.mainNews .swiper-slide .newText{
		width: 100%;
		/*padding-left: 20px;
		padding-right: 20px;*/
		padding-left: 0;
		margin-top: 25px;
	}
	.mainNews .swiper-container-horizontal>.swiper-pagination-bullets, 
	.mainNews .swiper-pagination-custom, 
	.mainNews .swiper-pagination-fraction{
		/*padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;*/
	}
	.newlist{
		margin-top: 30px;
	}
	.newlist ul{
		margin-bottom: 50px;
	}
	.newlist ul li{
		padding-bottom: 25px;
	}
	.newlist ul li .img{
		width: 100%;
	}
	.newlist ul li .img img{
		width: 100%;
	}
	.newlist ul li .newText{
		width: 100%;
		margin-top: 25px;
		/*padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;*/
	}
	.page-list a{
		margin-right: 12px;
	}
}
@media screen and (max-width: 540px){
	/**/
	.footer .footinfor .text ul li .t1{
		padding-top: 0px;
	}
	/**/
	.banner-title h1{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.banner-title h1 span{
		font-size: 50px;
	}
	.obanner .banner-title h1 {
	    font-size: 24px;
	}
	.obanner .banner-title h1 span{
		font-size: 40px;
	}
	
	.i-title h2{
		font-size: 32px;
	}
	.i-title h3,
	.indexPartThree .box .text h3{
		font-size: 21px;
	}
	.o-title h3{
		font-size: 21px;
		margin-bottom: 15px;
	}
	.indexPartOne .part1 .box .solution-text{
		margin-top: 30px;
	}
	.location .box{
		padding: 24px 0px;
	}
	.newdetails{
		padding-bottom: 70px;
	}
	.newdetails .content .title{
		padding-bottom: 20px;
	}
	.newdetails .content .title h2{
		font-size: 20px;
	}
	.newdetails .content .title .infor{
		margin-top: 20px;
	}
	.newdetails .prevnext ul li a{
		padding: 15px 0px;
	}
	.newdetails .prevnext ul li a .t1{
		font-size: 14px;
	}
	.platform .tabbox ul{
		max-width: 320px;
		width: 100%;
		margin: 0 auto;
	}
	.platform .tabbox ul li{
		/*width: 25%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		text-align: center;*/
		text-align: center;
		margin: 0 15px;
	}
	.platform .tabbox ul li span{
		display: inline-block;
	}
	/**/
	.case {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
	.case .box{
		margin-bottom: 35px;
	}
	/**/
	.join {
	    padding-bottom: 70px;
	}
	.join .box{
		padding: 30px 0px;
	}
	.join .box .wrap1 ul li{
		padding-bottom: 20px;
    	margin-bottom: 20px;
	}
	.join .box .wrap1 ul li .img-icon{
		max-width: 32%;
		margin-left: 20px;
	}
	.join .box .comtxt h5{
		font-size: 16px;
	}
	.join .tableBox .formli{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.join .tableBox .formli .sp{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
		text-align: left;
	}
	.join .tableBox .formli .other{
		width: 100%;
	}
	.join .tableBox .formli .other .selectBox{
		flex-wrap: wrap;
	}
	.join .tableBox .formli .other .half{
		width: 100%;
		margin-bottom: 20px;
	}
	.join .tableBox .formli .other .half:last-child{
		margin-bottom: 0px;
	}
	.join .tableBox .formli .other .codeBox{
		width: 100%;
	}
	.join .tableBox .formli .other .phoneNums{
		flex: 1;
		max-width: calc(100% - 140px);
	}
	.join .tableBox .formli .other .getverify-code-btn{
		width: 120px;
	}
	.mainNews .swiper-pagination-bullet{
		width: 10px;
		height: 2px;
	}
	.mainNews .swiper-pagination-bullet-active{
		width: 15px;
	}
	.mainNews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0px 3px;
	}
	.mainNews .swiper-container-horizontal>.swiper-pagination-bullets, 
	.mainNews .swiper-pagination-custom, 
	.mainNews .swiper-pagination-fraction{
		bottom: 18px;
	}
}
@media screen and (max-width: 480px){
	.head-nation,
	.menubtn,
	.header.act .wrap .head-nation, 
	.header.white .wrap .head-nation, 
	.header.on .head-nation{
		height: 60px;
	}
	.header .logo a img{
		max-height: 32px;
	}
	.footer .footlogo a img{
		max-height: 32px;
	}
	.istop{
		top: 32px;
		width: 45px;
		height: 45px;
	}
	.m-nav{
		top: 60px;
		height: calc(100vh - 60px);
	}
	.head-nation ul{
		top: 60px;
	}
	.footer{
		padding-top: 50px;
	}
	.footer .footTop{
		margin-bottom: 30px;
	}
	.footer .footinfor .img{
		margin-top: 30px;
	}
	.header .container{
		padding: 0 5%;
	}
	.banner-title h1{
		font-size: 26px;
	}
	.banner-title h1 span{
		font-size: 42px;
	}
	.banner-title .more a{
		height: 45px;
	}
	.obanner .banner-title h1 {
	    font-size: 22px;
	}
	.obanner .banner-title h1 span{
		font-size: 36px;
	}
	.i-title h2{
		font-size: 28px;
	}
	.i-title h3,
	.indexPartThree .box .text h3{
		font-size: 19px;
	}
	.o-title h3{
		font-size: 19px;
		margin-bottom: 15px;
	}
	.indexPartThree .box h2{
		font-size: 56px;
		top: -60px;
	}
	.indexPartFour{
		padding-top: 40px;
	}
	.indexPartFour .box{
		margin-top: 30px;
	}
	.indexPartFour .box ul li .text{
		padding: 20px 25px;
	}
	.indexPartFour .box ul li .text h4{
		font-size: 18px;
	}
	.solution-text .subtit{
		font-size: 16px;
	}
	.indexPartTwo .box .text ul li .icon{
		margin-right: 20px;
	}
	.indexPartOne .swiper-button-next, .indexPartOne .swiper-button-prev {
	    width: 42px;
	    height: 42px;
	    margin-top: -21px;
	}
	.indexPartOne .swiper-container-horizontal>.swiper-pagination-bullets, .indexPartOne .swiper-pagination-custom, .indexPartOne .swiper-pagination-fraction{
		bottom: 25px;
	}
	.indexPartThree .box .img .icon{
		right: 45px;
		bottom: -30px;
	}
	.indexPartThree .box .img .icon img{
		max-width: 60px;
	}
	.indexPartThree .box .morebtn{
		margin-top: 35px;
	}
	.newdetails{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.newdetails .content .details{
		padding: 25px 0px;
	}
	.location .container{
		padding: 0 5%;
	}
	.location .box{
		padding: 20px 0px;
	}
	.location .box a img{
		max-width: 16px;
	}
	.solution,
	.platform,
	.management{
		padding: 50px 0px;
	}
	.solution .box{
		margin-top: 30px;
	}
	.solution-text .txt{
		margin-bottom: 30px;
	}
	.indexPartOne .part1 .solution-text .txt:last-child{
		margin-bottom: 30px;
	}
	.solution-text .txt ul li:before{
		top: 7px;
	}
	.platform .box{
		margin-top: 30px;
	}
	.platform .tabbox ul li{
		margin-bottom: 10px;
	}
	.management .img{
		margin-top: 30px;
	}
	.management .iconBox ul{
		justify-content: center;
	}
	.case{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.case .box .swiper-container{
		padding-bottom: 25px;
	}
	.case .box .swiper-pagination-bullet{
		width: 7px;
		height: 7px;
	}
	.case .box ul{
		margin-top: 30px;
	}
	.case .box ul li {
	    width: calc((100% - 20px) / 3);
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	.case .box ul li:nth-child(3n){
		margin-right: 0;
	}
	/*.case .box ul li{
		width: calc((100% - 20px) / 3);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.case .box ul li:nth-child(4n){
		margin-right: 10px;
	}
	.case .box ul li:nth-child(3n){
		margin-right: 0px;
	}*/
	.join .tableBox .formbtn .inputbtn {
	    height: 45px;
	    line-height: 45px;
	}
	.join .tableBox .formbtn{
		width: 130px;
		margin-top: 30px;
	}
	
	/**/
	.about{
		padding-bottom: 50px;
	}
	/*.profile {
	    padding-top: 40px;
	}*/
	.profile .text {
	    font-size: 56px;
	}
	.profile .owidth{
		padding-bottom: 30px;
	}
	.about .data{
		padding-top: 40px;
	}
	.about .data .box{
		padding-bottom: 40px;
	}
	.about .data .box .number{
		margin-top: 15px;
	}
	.about .data .box .number ul li {
	    padding: 6px 0px 6px 20px;
	}
	.about .data .box .number ul li:nth-child(1){
		width: 30%;
	}
	.about .data .box .number ul li:nth-child(2){
		width: 32%;
	}
	.about .data .box .number ul li:nth-child(3){
		width: 38%;
	}
	.about .data .box .number ul li .t1{
		margin-bottom: 7px;
	}
	.about .data .box .number ul li .t2 .sp{
		margin-right: 5px;
	}
	.about .data .box .number ul li .t2 span{
		font-size: 21px;
	}
	.about .data .box .number ul li .t2 .ic{
		font-size: 18px;
	}
	.awards {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.awards .box{
		margin-top: 30px;
	}
	.awards .swiper-button-next, .awards .swiper-button-prev {
	    margin-top: -20px;
	    width: 40px;
	    height: 40px;
	}
	.new {
	    padding-top: 40px;
	   /* padding-bottom: 50px;*/
	}
	.mainNews .newText .txt h3{
		font-size: 18px;
	}
	.page-list a {
	    min-width: 36px;
	    height: 36px;
	    font-size: 12px;
	}
	.page-list a.fyprev img, .page-list a.fynext img{
		max-width: 5px;
	}
}
@media screen and (max-width: 375px){
	.profile .text {
	    font-size: 48px;
	}
	.about .data .box .number ul li{
		padding-left: 15px;
	}
	.about .data .box .number ul li .t1, .about .data .box .number ul li .t2{
		font-size: 13px;
	}
	.about .data .box .number ul li .t2 span{
		font-size: 18px;
	}
	.platform .tabbox ul li{
		margin: 0px 12px;
	}
}

/*20230918*/
@media only screen and (min-width: 1025px){
	.indexPartOne .part3 .box .img img{
		display: block;
		width: 100%;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.4s ease-out 0s;
		-moz-transition: all 0.4s ease-out 0s;
		-o-transition: all 0.4s ease-out 0s;
		transition: all 0.4s ease-out 0s;
	}
	.indexPartOne .part3 .box .img:hover img{
		-webkit-transform: scale(1.06, 1.06);
		-moz-transform: scale(1.06, 1.06);
		-o-transform: scale(1.06, 1.06);
		-ms-transform: scale(1.06, 1.06);
		transform: scale(1.06, 1.06);
	}
}
.indexPartOne .swiper-slide{
	align-items: flex-start;
}
.indexPartOne .wrap{
	padding-top: 100px;
}
.indexPartOne .part3 .box{
	margin-top: 40px;
}
.indexPartOne .part3 .box .img{
	max-width: 68%;
}
@media screen and (max-width: 1680px){
	.indexPartOne .part3 .box{
		margin-top: 30px;
	}
	.indexPartOne .part3 .box .img{
		max-width: 63%;
	}
}
@media screen and (max-width: 1400px){
	.indexPartOne .part3 .box .img{
		max-width: 60%;
	}
}
@media screen and (max-width: 1024px){
	.indexPartOne .part3 .box .img{
		max-width: 80%;
	}
	.indexPartOne .wrap{
		padding-top: 0;
	}
}

@media only screen and (min-width: 1921px){
	.indexPartOne .part1 .owidth{
		max-width: 1600px;
	}
	.indexPartOne .part1 .owidth .i-title{
		max-width: 1440px;
		width: 100%;
		margin: auto;
	}
	.indexPartOne .part1 .box{
		margin-top: 50px;
	}
	.indexPartOne .part1 .box .img img{
		width: 100%;
	}
}

.imgshadow{
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 15px rgba(42,147,255,0.15);
}
.lunbotu .swiper-container{
	transform: translate3d(0,0,0);
	overflow: hidden;
}
.lunbotu .swiper-container .swiper-slide{
	transform: translate3d(0,0,0);
}