.nav>ul>li:nth-child(1){
	color: #4088ff;
    line-height: 64px;
    border-top: 3px solid #4088ff;
    box-sizing: border-box;
}
.nav>ul>li:nth-child(1) a{
	color: #4088ff;
}
.web_main {
	width: 100%;
	height: auto;
}
.phone_main{
	width: 100%;
	height: auto;
	display: none;
}
.header{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.movie{
	width: 100%;
	height: auto;
	background: url(../img/movie.mp4) no-repeat 0 0;
	overflow: hidden;
}

/*.movie>video{
	z-index: -100;
}*/
.banner_slide{
	width: 100%;
	height: 80%;
	position: absolute;
	top: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: rgba(0,0,0,0);
	padding-top: 20%;
	box-sizing: border-box;
  /* Center slide text vertically */
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;*/
}
.swiper-slide>p{
	width: 100%;
	
}
.swiper-slide>p:first-of-type{
	font-size: 70px;
	line-height: 94px;
	color: #fff;
}
.swiper-slide>p:last-of-type{
	font-size: 24px;
	line-height: 94px;
	color: #ddd;
}
.banner_slide .swiper-pagination {
	bottom: 20px;
}
.swiper-pagination span {
	width: 70px;
	height: 6px;
	margin: 0 38px !important;
	border-radius: 0;
}

.banner_slide span.swiper-pagination-bullet {
	background-color: rgba(0,0,0,.3);
	opacity: 1;
}

.banner_slide span.swiper-pagination-bullet-active {
	background-color: #f8f8f8;
}
.top_word{
	width: 1300px;
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%,-50%);
}
.top_word>p{
	font-size: 100px;
	color: #fff;
	text-align: center;
}
.top_word ul{
	width: 755px;
	margin: auto;
}
.top_word li{
	font-size: 36px;
	color: #fff;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.product{
	
	background: #fff;
}
.product>p{
	font-size: 42px;
	color: #000;
	line-height: 52px;
	text-align: center;
}
.product_list{
	width: 1450px;
	height: 150px;
	margin: auto;
}
.product_item{
	width: 20%;
	height: 100%;
	float: left;
	position: relative;
}
.product_item>p{
	width: 100%;
	height: 24px;
	font-size: 18px;
	color: #7C848E;
	text-align: center;
	line-height: 24px;
	position: absolute;
	left: 0;top: 113px;
}
.col_1>div:first-of-type{
	padding-top: 51px;
	box-sizing: border-box;
}
.col_1>div:nth-of-type(2){
	padding-top: 47px;
	box-sizing: border-box;
}
.col_1>div:nth-of-type(3){
	padding-top: 41px;
	box-sizing: border-box;
}
.col_1>div:nth-of-type(4){
	padding-top: 51px;
	box-sizing: border-box;
}
.col_1>div:last-of-type{
	padding-top: 51px;
	box-sizing: border-box;
}
.col_2>div:first-of-type{
	padding-top: 49px;
	box-sizing: border-box;
}
.col_2>div:nth-of-type(2){
	padding-top: 51px;
	box-sizing: border-box;
}
.col_2>div:last-of-type{
	padding-top: 44px;
	box-sizing: border-box;
}
.product_item>img{
	margin: auto;
}
.product_list>div.on{
	border-bottom: 1px solid #147FE9;
	box-sizing: border-box;
}
.product_list>div.on p{
	color: #147FE9;
}
.product_pic{
	display: none;
}
.product_img{
	display: block;
}
.product_list>div.on .product_pic{
	display: block;
}
.product_list>div.on .product_img{
	display: none;
}
.product_details{
	width: 100%;
	background: #F7F8FA;
}
.product_details>div{
	display: none;
	width: 1450px;
	margin: auto;
	font-size: 0;
	padding-bottom: 45px;
}
.product_details>div.on{
	display: flex;
    justify-content: center;
}
.product_details>div>div:last-child{
	margin-right: 0;
}
.product_details>div>div{
	width: 20%;
	display: inline-block;
	padding-top: 45px;
	margin-bottom: 5px;
	margin-right: 6.66%;
	vertical-align: top;
	cursor:pointer;
}
.product_details>div>div:nth-of-type(4n){
	margin-right: 0;
}
.product_details>div>div>p:first-of-type{
	font-size: 16px;
	color: #000;
	line-height: 21px;
	margin-bottom: 10px;
}
.product_details>div>div>p:nth-of-type(2){
	font-size: 14px;
	color: #999;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.service{
	width: 100%;
	height: 700px;
	background: url("../images/service_bg.png") no-repeat 0 0;
	background-size: 100% 100%;
}
.service>div{
	width: 1450px;
	height: 100%;
	margin: auto;
}
.service_l{
	width: 278px;
	height: 100%;
	padding-top: 170px;
	background: #000;
	float: left;
	box-sizing: border-box;
}
.service_l>ul{
	width: 100%;
}
.service_l>ul li{
	width: 100%;
	height: 100px;
	font-size: 18px;
	color: #949899;
	line-height: 100px;

	box-sizing: border-box;
	text-align: right;
	position: relative;
}
.service_l>ul li .service_pic{
	display: none;
}
.service_l>ul li .service_img{
	display: block;
}
.service_l>ul li.on{
	color: #fff;
	background: #1C2B40;
}
.service_l>ul li.on .service_pic{
	display: block;
}
.service_l>ul li.on .service_img{
	display: none;
}
.service_l>ul li img{
	position: absolute;
	right: 204px;top: 50%;
	transform: translateY(-50%);
}
.service_r{
	width: 1082px;
	height: 100%;
	float: right;
	padding-top: 40px;
	box-sizing: border-box;
}
.service_r>p{
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	line-height: 122px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.service_details>div{
	display: none;
}
.service_details>div.on{
	display: block;
}
.service_details>div>p:first-of-type{
	font-size: 30px;
	color: #fff;
	line-height: 70px;
	margin-bottom: 10px;
}
.service_details>div>p:last-of-type{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.service_details>div>div{
	width: 145px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #147FE9;
	margin-top: 40px;
	cursor: pointer;
}
.partner>div{
	width: 1450px;
	margin: auto;
	padding-top: 40px;
}
.partner>div>p{
	font-size: 40px;
	color: #000;
	line-height: 120px;
	text-align: center;
}
.partner_list{
	width: 100%;
	font-size: 0;
}
.partner_list>div{
	width: 25%;
	height: 216px;
	text-align: center;
	line-height: 216px;
	display: inline-block;
}
.partner_list>div img{
	width: 280px;
	height: 164px;
	vertical-align: middle;
}
.grey{
	display: inline-block;
}
.colour{
	display: none;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.partner_list>div:hover .grey{
	display: none;
}
.partner_list>div:hover .colour{
	display: inline-block;
}
.go_top{
	width: 80px;
	height: 80px;
	position: fixed;
	right: 0;bottom: 100px;
	z-index: 9999;
	display: none;
}
.go_top>a{
	display: block;
	width: 100%;
	height: 100%;
}
.go_top:hover .go_pic{
	display: none;
}
.top_blue{
	display: none;
}
.go_top:hover .top_blue{
	display: block;
}
.footer{
	width: 100%;
	height: auto;
}
.js-enabled .fooReveal { visibility: hidden; }
.js-enabled .fooR { visibility: hidden; }
@media only screen and (min-width: 1440px) and (max-width: 1680px){
	.service>div{
		width: 1440px;
	}
	.partner>div{
		width: 1440px;
	}
	
}
@media only screen and (min-width: 1200px) and (max-width: 1440px){
	.product_list{
		width: 1180px;
		height: 150px;
	}
	.product_details>div{
		width: 1180px;
	}
	.service>div{
		width: 1180px;
	}
	.service_l{
		width: 250px;
		padding-top: 170px;
	}
	.service_r{
		width: 900px;
	}
	.partner>div{
		width: 1180px;
	}
	
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
	.banner_slide{
		height: 100%;
	}
	.top_word{
		width: 100%;
	}
	.product_list{
		width: 970px;
		height: 150px;
	}
	.product_details>div{
		width: 970px;
	}
	.service>div{
		width: 970px;
	}
	.service_l{
		width: 200px;
		padding-top: 170px;
	}
	.service_l>ul li {
	    font-size: 20px;
	    padding-right: 45px;
	}
	.service_l>ul li img{
		right: 140px;
	}
	.service_r{
		width: 750px;
	}
	.partner>div{
		width: 970px;
	}
	.partner_list>div{
		height: auto;
		line-height: normal;
	}
	.partner_list>div img{
		width: 100%;
		height: auto;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.banner_slide{
		height: 100%;
	}
	.swiper-slide>p:first-of-type{
		font-size: 50px;
		line-height: 90px;
		color: #fff;
	}
	.top_word{
		width: 100%;
	}
	.top_word>p {
	    font-size: 80px;
	}
	.product_list{
		width: 750px;
		height: 150px;
	}
	.product_details>div{
		width: 750px;
	}
	.service{
		height: 595px;
	}
	.service>div{
		width: 750px;
	}
	.service_l{
		width: 150px;
		padding-top: 115px;
	}
	.service_l>ul li {
		height: 80px;
	    font-size: 16px;
	    padding-right: 25px;
	    line-height: 80px;
	}
	.service_l>ul li img{
		right: 100px;
	}
	.service_r{
		width: 580px;
		padding-top: 20px;
	}
	.service_r>p {
	    font-size: 38px;
	    line-height: 90px;
	    padding-left: 181px;
	    margin-bottom: 20px;
	}
	.partner>div{
		width: 750px;
		padding-top: 0px;
	}
	.partner>div>p {
	    font-size: 30px;
	    line-height: 100px;
	}
	.partner_list>div{
		height: auto;
		line-height: normal;
	}
	.partner_list>div img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:768px ){
	.web_main {
		display: none;
	}
	.phone_main{
		display: block;
	}
	.banner_slide{
	width: 100%;
	height: 4.3rem;
	position: absolute;
	top: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: rgba(0,0,0,0);
	padding-top: 20%;
	box-sizing: border-box;
}
.swiper-slide>p{
	width: 100%;
	
}
.swiper-slide>p:first-of-type{
	font-size: 0.5rem;
	line-height: 0.9rem;
	color: #fff;
}
.swiper-slide>p:last-of-type{
	font-size: 0.24rem;
	line-height: 0.36rem;
	color: #ddd;
}
.banner_slide .swiper-pagination {
	bottom: 0.2rem;
}
.swiper-pagination span {
	width: 0.7rem;
	height: 6px;
	margin: 0 0.38rem !important;
	border-radius: 0;
}

.banner_slide span.swiper-pagination-bullet {
	background-color: rgba(0,0,0,.3);
	opacity: 1;
}

.banner_slide span.swiper-pagination-bullet-active {
	background-color: #f8f8f8;
}
	.top_word{
		width: 80%;
	}
	.top_word>p{
		font-size: 0.64rem;
	}
	.product_p{
		width: 100%;
		height: auto;
		background: #f7f8fa;
		padding: 0.2rem 0.3rem 0.5rem;
		box-sizing: border-box;
	}
	.phone_case>p,
	.phone_partner>p,
	.product_p>p{
		font-size: 0.48rem;
		line-height: 1.68rem;
		text-align: center;
	}
	.product_p>div{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.product_p>div>div{
		width: 3.34rem;
		height: 2.88rem;
		margin-bottom: 0.2rem;
		text-align: center;
		background: #fff;
		box-shadow: 0px 0.04rem 0.06rem 0px rgba(0,0,0,0.1);
	}
	.product_p>div>div p{
		font-size: 0.32rem;
		line-height: 0.42rem;
	}
	.product_p>div>div:first-of-type{
		padding-top: 0.64rem;
		box-sizing: border-box;
	}
	.product_p>div>div:first-of-type img{
		width: 0.62rem;
		height: 0.7rem;
		margin-bottom: 0.42rem;
	}
	.product_p>div>div:nth-of-type(2){
		padding-top: 0.56rem;
		box-sizing: border-box;
	}
	.product_p>div>div:nth-of-type(2) img{
		width: 0.76rem;
		height: 0.84rem;
		margin-bottom: 0.36rem;
	}
	.product_p>div>div:nth-of-type(3){
		padding-top: 0.56rem;
		box-sizing: border-box;
	}
	.product_p>div>div:nth-of-type(3) img{
		width: 1.02rem;
		height: 1.02rem;
		margin-bottom: 0.18rem;
	}
	.product_p>div>div:nth-of-type(4){
		padding-top: 0.74rem;
		box-sizing: border-box;
	}
	.product_p>div>div:nth-of-type(4) img{
		width: 0.62rem;
		height: 0.7rem;
		margin-bottom: 0.32rem;
	}
	.product_p>div>div:nth-of-type(5){
		padding-top: 0.7rem;
		box-sizing: border-box;
	}
	.product_p>div>div:nth-of-type(5) img{
		width: 0.74rem;
		height: 0.72rem;
		margin-bottom: 0.34rem;
	}
	.product_p>div>div:nth-of-type(6){
		padding-top: 0.76rem;
		box-sizing: border-box;
	}
	.product_p>div>div:nth-of-type(6) img{
		width: 0.76rem;
		height: 0.70rem;
		margin-bottom: 0.30rem;
	}
	.product_p>div>div:nth-of-type(7){
		padding-top: 0.8rem;
		box-sizing: border-box;
	}
	.product_p>div>div:nth-of-type(7) img{
		width: 0.72rem;
		height: 0.70rem;
		margin-bottom: 0.26rem;
	}
	.product_p>div>div:last-of-type{
		padding-top: 0.66rem;
		box-sizing: border-box;
	}
	.product_p>div>div:last-of-type img{
		width: 0.86rem;
		height: 0.90rem;
		margin-bottom: 0.20rem;
	}
	.phone_service{
		width: 100%;
		height: 16.56rem;
		padding: 0.2rem 0 0.3rem;
		background: url(../img/phone_service.png) no-repeat 0 0;
		background-size: 100% 100%;
		box-sizing: border-box;
	}
	
	.phone_service>p{
		font-size: 0.48rem;
		text-align: center;
		line-height: 1.68rem;
		color: #fff;
	}
	.phone_service>div>div{
		width: 5rem;
		height: 3.2rem;
		border: 1px solid #ddd;
		margin: 0 auto 0.4rem;
		text-align: center;
		padding-top: 0.62rem;
		box-sizing: border-box;
	}
	.phone_service>div>div img{
		width: 1.38rem;
		height: 1.38rem;
	}
	.phone_service>div>div p{
		font-size: 0.36rem;
		color: #fff;
		line-height: 0.76rem;
	}
	.phone_case{
		width: 100%;
		background: #F7F8FA;
		padding: 0.2rem 0.3rem 0.7rem;
		box-sizing: border-box;
	}
	.phone_case img{
		width: 100%;
		height: auto;
	}
	.phone_partner{
		width: 100%;
		background: #Fff;
		padding: 0.2rem 0.3rem 0.7rem;
		box-sizing: border-box;
	}
	.phone_partner>div{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.phone_partner>div>div{
		width: 2.3rem;
		height: 1.36rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #ddd;
		box-sizing: border-box;
	}
	.phone_partner>div>div img{
		width: 1.78rem;
		height: 1.04rem;
	}
	.want{
		width: 100%;
		background: #1E1C29;
		padding: 0.74rem 0.3rem;
		box-sizing: border-box;
	}
	.want>p:first-of-type{
		font-size: 0.36rem;
		line-height: 0.56rem;
		color: #fff;
	}
	.want>p:nth-of-type(2){
		font-size: 0.28rem;
		line-height: 0.38rem;
		color: #fff;
		margin-bottom: 0.2rem;
	}
	.want>p:last-of-type{
		font-size: 0.36rem;
		line-height: 0.56rem;
		color: #fff;
	}
	.phone_about{
		width: 100%;
		height: 6.84rem;
		padding: 1.3rem 0.3rem 0;
		background: url(../img/phone_about.png) no-repeat;
		background-size: 100% 100%;
		box-sizing: border-box;
	}
	.phone_about>p:first-of-type{
		font-size: 0.8rem;
		color: #000;
		line-height: 1.2rem;
	}
	.phone_about>p:last-of-type{
		font-size: 0.32rem;
		line-height: 0.4rem;
	}
	.phone_about>div{
		width: 3.46rem;
		height: 1.1rem;
		padding: 0.08rem;
		border: 1px solid #000;
		box-sizing: border-box;
		margin-top: 0.5rem;
	}
	.phone_about>div>p{
		width: 100%;
		height: 100%;
		font-size: 0.4rem;
		color: #fff;
		text-align: center;
		line-height: 0.94rem;
		background: #000;
	}
}
