﻿@charset "UTF-8";
/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
input::-ms-clear {
	display: none;
}
input[type="password"]::-ms-reveal {
	display: none;
}
html, body {
	min-height: 100%;
	font-family: '微软雅黑';
}
::-ms-clear, ::-ms-reveal {
	display: none;
}
body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
}
select {
	background: #ffffff;
}
button {
	position: relative;
	behavior: url("PIE.htc");
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #232323;
}
table {
	border-collapse: collapse;
	table-layout: fixed;
}
input, textarea {
	outline: none;
	border: none;
}
textarea {
	resize: none;
	overflow: auto;
}
.clear{
	clear:both;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	after: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.ellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.product-img{display: none;}
/*附框*/
#to-right{
	position: fixed;
	width:285px;
	height: auto;
	right: 33px;
	top: 80%;
	z-index: 999 !important;
}
#to-right img{
	max-height: 100%;
	max-width: 100%;
}

#myModal3 .modal-dialog{
	width: 80%;
	margin: 30px auto;
}
/*#dituContent .center{*/
	/*left: 1px!important;*/
/*}*/
.body{
	position:fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner_phone{display: none;}
.welfare-phone{display: none;}
#top-banner{
	background: url('../img/top-banner.jpg') no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}
#top-banner span{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: rgba(178, 178, 178, 0.32);
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 40px;
	cursor: pointer;
}
/*导航*/
header .img a {
	display: block;
	/* width: 41%; */
	height: 100%;
	margin: 0 auto;
}
header {
	height: 100px;
	width: 100%;
	position: relative;
}
header .img {
	float: left;
	margin: 20px 0;
	width: 188px;
	height: 60px;
	background: url("../img/jzsw.png") no-repeat center;
	background-size: 100% 100%;
	background-position-y: 0px;
}
@media (max-width:960px){
	header .img {
		float: left;
		margin: 20px 0;
		width: 188px;
		height: 60px;
		background: url("../img/jzsw.png") no-repeat center;
		background-size: 60%!important;
		background-position-y: 5px;
	}
}
header nav {
	float: right;
}
header nav ul {
	height: 100px;
}
header nav ul li {
	float: left;
	margin: 0 20px;
}
header nav ul li:hover .list {
	display: block;
}
header nav ul li:hover a .line {
	opacity: 1;
	filter: alpha(opacity=100);
}
header nav ul li a {
	display: block;
	text-align: center;
	width: 82px;
	position: relative;
	height: 100px;
	color: #1f1f21;
	font-size: 16px;
	padding-top: 35px;
}
header nav ul li.xz-lang a{
	width:100px;
}
header nav ul li a.active .line {
	opacity: 1;
	filter: alpha(opacity=100);
}
header nav ul li a span {
	font-size: 14px;
	color: #999999;
	display: block;
}
header nav ul li a span span{
	display: inline;
	cursor: pointer;
}
header nav ul li a span span:hover{
	color: #196ba5;
}
header nav ul li a .line {
	width: 100%;
	height: 6px;
	background: #ff21ca;
	border-radius: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .2s;
}
header nav ul li a .line.orange {
	background: #ff7336;
}
header nav ul li a .line.green {
	background: #89d300;
}
header nav ul li a .line.blue {
	background: #0f87ff;
}
header nav ul li .list {
	width: 100%;
	height: 62px;
	line-height: 62px;
	position: absolute;
	left: 0;
	z-index: 555;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	display: none;
}
header nav ul li .list .list-nav {
	width: 1200px;
	height: 100%;
	margin: auto;
}
header nav ul li .list a {
	color: #ffffff;
	width: 240px;
	height: 100%;
	float: left;
	padding: 0;
	position: relative;
}
header nav ul li .list a.active span, header nav ul li .list a:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}
header nav ul li .list a span {
	transition: all .2s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	opacity: 0;
	filter: alpha(opacity=0);
	margin: auto;
	display: block;
	width: 8px;
	height: 8px;
	background: #1087fb;
	border-radius: 50%;
}
/*banner图*/
.banner {
	width: 100%;
	height: 650px;
	overflow: hidden;
}
.banner .logo {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 2s;
}
.banner .logo img {
	width: 50px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	display: none;
}
.banner .bg {
	width: 100%;
	height: 100%;
	background: url("../img/bg.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	perspective: 2000px;
}
#mobile_font{
	display: none;
}
.page .xz-pagination{
	display:none;
}
@media(max-width:680px){
	.banner .bg {
		width: 100%;
		height: 100%;
		background: url("../img/areath.png") no-repeat center!important;
		-webkit-background-size: cover;
		background-size: cover;
		position: relative;
	}
	.banner .font{
		display: none!important;
	}
	.banner .circle{
		display: none!important;
	}
	.banner .earth{
		display: none!important;
	}
	#mobile_font {
		color:#999;
		text-transform: Capitalize ;
		font-size: 14px;
		position:absolute;
		margin: 0 20px;
		top: 50%;
		height: 93px;
		display: block;
	  }
	  
	  #flip {
		height: 100%;
		overflow:hidden;
	  }
	  #flip > li{
		  list-style: none;
	  }
	  #flip > li > div {
		color:#fff;
		padding: 0 18px;
		height:93px;
		margin: 0;
		display:inline-block;
		text-shadow: 4px 4px 20px #000;
	  }
	  #flip2 {
		display: none;
		height: 100%;
		overflow:hidden;
	  }
	  #flip2 > li{
		  list-style: none;
	  }
	  #flip2 > li > div {
		color:#fff;
		padding: 0 18px;
		height:93px;
		margin: 0;
		display:inline-block;
		text-shadow: 4px 4px 20px #000;
	  }
	  .banner .starts{
		  display: none;
	  }
}
.banner .starts {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 50px;
	height: 80px;
	z-index: 10;
	animation: star 1s ease-in infinite;
}
@keyframes star {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.banner .starts img {
	width: 100%;
	height: 100%;
}
.banner .star-box {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.banner .star-box span {
	display: block;
	color: #ffffff;
	background: #ffffff;
}
.banner .circle {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.banner .font {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 6;
}
.banner .font span {
	color: #ffffff;
}
.banner .font .time {
	display: none;
}
.banner .font p {
	margin-bottom: 76px;
	position: relative;
}
.banner .font p.five {
	margin-top: 72px;
	padding-left: 28%;
	height: 38px;
}
.banner .font p.four {
	height: 57px;
	padding-left: 23%;
	position: relative;
	z-index: 9;
	font-size: 16px;
}
.banner .font p.three {
	padding-left: 18%;
	height: 38px;
}
.banner .font p.two {
	padding-left: 16%;
	height: 57px;
}
.banner .font p.one {
	padding-left: 18%;
	height: 38px;
}
.banner .font p span.img {
	display: none;
	width: 186px;
	height: 106px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/light.png") no-repeat center;
}
.banner .font p.one span.img {
	left: 33%;
	transform: rotate(114deg);
}
.banner .font p.two span.img {
	left: 37.5%;
	transform: rotate(124deg);
}
.banner .font p.three span.img {
	left: 42.5%;
	transform: rotate(133deg);
}
.banner .font p.four span.time {
	text-shadow: 0 0 6px #000001;
	font-size: 16px;
}
.banner .font p.four span.img {
	left: 51%;
	transform: rotate(150deg);
}
.banner .font p.five span.img {
	left: 63%;
	transform: rotate(160deg);
}
.banner .light {
	width: 1300px;
	height: 1300px;
	position: absolute;
	left: 17%;
	top: -63%;
	background: url("../img/light-circle.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 5;
	opacity: 0;
	animation: move 10s infinite;
}
.contactnowpage{display: none;}
@keyframes move {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.banner .line-light {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}
.banner .line-light img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 44%;
	height: auto;
	animation: go 8s linear infinite;
	transform-origin: center;
}
@keyframes go {
	0% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.banner .earth {
	width: 1200px;
	height: 1200px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	transform: translateZ(-10000PX);
	animation: big 5s ease-out forwards;
}
.banner .earth img {
	width: 100%;
	height: 100%;
	animation: earth 200s linear infinite;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
@keyframes big {
	0% {
		transform: translateZ(-10000PX);
	}
	100% {
		transform: translateZ(1000PX) translateX(320px) translateY(360px);
	}
}
@keyframes earth {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.banner .move-star {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .move-star img {
	width: 10%;
	height: auto;
	position: absolute;
	bottom: 0;
	transform: translateX(-200PX);
	animation: go-star 3s ease-in infinite;
}
@keyframes go-star {
	0% {
		transform: translateX(-200PX);
	}
	100% {
		transform: translateX(1200px) translateY(-650px);
	}
}
.hides-font {
	-webkit-animation: hides-font 2s ease-in forwards;
	-o-animation: hides-font 2s ease-in forwards;
	animation: hides-font 2s ease-in forwards;
}
@keyframes hides-font {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.2) translateZ(-1000px);
		opacity: 0;
	}
}
.go-logos {
	transform: translateY(-25px);
	animation: go-logos 10s linear infinite;
}
@keyframes go-logos {
	0% {
		transform: translateY(-25px);
	}
	50% {
		transform: translateY(25px);
	}
	100% {
		transform: translateY(-25px);
	}
}
/*关于金准*/
.about {
	width: 100%;
	height: auto;
	background: #ffffff;
	overflow: hidden;
}
/*标题*/
.head-small p {
	text-align: center;
	color: #464646;
	font-size: 20px;
	padding-top: 72px;
	height: 126px;
	background: url("../img/icon-line.png") no-repeat center bottom;
}
.head-small p span {
	color: #0f87ff;
}
@media (max-width: 800px) {
	.head-small p {
		margin:0 auto !important;
	}
}
/*视频*/
.about-play {
	width: 100%;
	padding: 20px 0;
	position: relative;
	height: 455px;
}
.about-play .left-about {
	float: left;
	width: 45%;
	position: absolute;
	left: -100px;
	transition: all .2s;
	opacity: 0;
}
.about-play .left-about .img {
	cursor: pointer;
	width: 100%;
	height: 315px;
	background: url("../img/play.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.dbewm{
	display:none;
}
.news .xg-small {
	width: 110px !important;
	margin-left: 30px;
}
.quantum .xg-small{
	width: 110px !important;
}
.xg-small p{
	background-position-x: 0;
	width:200px;
	text-align: left;
}
@media (max-width:960px){
	.about-play .left-about .img {
		cursor: pointer;
		width: 100%;
		height: 235px!important;
		background: url("../img/play.png") no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.dbewm{
		display:block;
		background: #222222;
	}
	.dbewm .left,
	.dbewm .right{
		width: 36%;
		float: left;
		text-align: center !important;
		margin: 0px 0 0 10%;
	}
	.dbewm .left img,
	.dbewm .right img{
		max-width: 100%;
	}
	.dbewm .left  p,
	.dbewm .right p{
		text-align:center;
		color:#fff;
	}
}
@media (max-width:480px){
	#product .pro-option-two .pro-list .pro-use div .img img{
		margin: 25px 0;
		width: 100%!important;
		height: auto;
	}
}
.about-play .right-font {
	transition: all .2s;
	float: left;
	min-height: 100%;
	width: 55%;
	padding-left: 48px;
	position: absolute;
	right: -100px;
	opacity: 0;
}
.about-play .right-font p {
	font-size: 15px;
	color: #464646;
	line-height: 30px;
	padding-bottom: 40px;
}
.about-play .right-font a {
	float: right;
	display: block;
	width: 90px;
	height: 25px;
	border: 1px solid #05a2e9;
	border-radius: 25px;
	text-align: center;
	line-height: 22px;
	color: #05a2e9;
	margin-top: 5px;;
}
/*首页两个具体*/
.detail {
	width: 100%;
	height: auto;
	background: #f4f4f4;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 70px;
}
.detail .head-small {
	width: 50%;
}
.detail .head-small span {
	margin-left: 10px;
}
/*量子点*/
.quantum {
	width: 50%;
	float: left;
	padding-right: 60px;
	transform: translateX(-100px);
	opacity: 0;
}
.quantum-font {
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.quantum-font P {
	font-size: 15px;
	color: #464646;
	line-height: 30px;
	margin-bottom: 10px;
}
.quantum-font .img {
	width: 100%;
	height: 153px;
	background: url("../img/quantum.png") no-repeat left;
	-webkit-background-size: contain;
	background-size: contain;
}
.honor .honor-bottom .handle a:hover i {
	color: #337ab7;
}
/*动画移动到中间*/
@keyframes center {
	0% {
		transform: translateX(-100px);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
.detail .center {
	animation: center .2s ease-in forwards;
}
.detail .back-center {
	animation: back-center .2s ease-in forwards;
}
@keyframes back-center {
	0% {
		transform: translateX(100px);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
.news {
	float: left;
	width: 50%;
	transform: translateX(100px);
	opacity: 0;
}
.news .news-detail {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-left: 30px;
}
.news .news-detail p {
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .news-detail p:hover span {
	color: #0f87ff;
}
.news .news-detail p:hover a {
	color: #0f87ff;
}
.news .news-detail p i {
	display: inline-block;
	width: 24px;
	height: 22px;
	margin-right: 30px;
	vertical-align: middle;
	background: url("../img/talk.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.news .news-detail p span {
	font-size: 16px;
	color: #464646;
	cursor: pointer;
}
.news .news-detail p.active {
	white-space: inherit;
}
.news .news-detail p.active span.title {
	display: block;
	border-bottom: 1px solid #00a0e9;
	font-size: 18px;
	height: 46px;
}
.news .news-detail p.active span.title i {
	width: 30px;
	height: 26px;
	background: url("../img/voice.png") no-repeat center;
	-webkit-background-size: 90%;
	background-size: 90%;
}
.news .news-detail p.active span.detail-font {
	padding-top: 14px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #848484;
	line-height: 25px;
}
.news .news-detail p.active span.detail-font b {
	display: block;
	font-weight: 400;
}
.news .news-detail p.active span.detail-font a {
	display: block;
	/* margin-left: 39%; */
    width: 90px;
	height: 25px;
	border: 1px solid #05a2e9;
	border-radius: 25px;
	text-align: center;
	color: #05a2e9;
	margin-top: 14px;
	line-height: 23px;
	float:right;
}
/*小轮播*/
.small-banner {
	width: 100%;
	height: 286px;
	border-bottom: 1px solid #d2d2d2;
}
.small-banner .swiper-container {
	height: 100%;
	overflow: hidden;
}
.small-banner .swiper-container .swiper-wrapper {
	height: 100%;
}
.small-banner .swiper-container .swiper-wrapper .swiper-slide {
	height: 100%;
}
/*产品*/
.products-banner {
	width: 100%;
	height: 540px;
	position: relative;
}
.products-banner a.arm {
	display: block;
	position: absolute;
	top: 37%;
	color: #ffffff;
	width: 40px;
	height: 40px;
	background: #0f87ff;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
}
.products-banner a.arm.arrow-left {
	left: -60px;
}
.products-banner a.arm.arrow-right {
	right: -60px;
}
.products-banner a.more {
	display: inline-block;
	width: 90px;
	height: 25px;
	border: 1px solid #00a0e9;
	border-radius: 25px;
	text-align: center;
	color: #00a0e9;
	position: relative;
	z-index: 999;
}
.products-banner p.more-bottom {
	text-align: center;
	margin-top: 10px;
}
@media (max-width:960px){
	.products-banner p.more-bottom {
		text-align: center;
		margin-top: 0!important;
	}
}
.products-banner .swiper-container {
	height: 440px;
	padding:0 28px; 
}
.products-banner .swiper-container .swiper-wrapper {
	margin-left: 284px;
}
.products-banner .swiper-container .swiper-slide {
	margin: 33px 0;
	box-sizing: border-box;
	/*width: 233px !important;*/
	height: 360px !important;
}
.products-banner .swiper-container .swiper-slide .box {
	/* width: 80%;
	margin-left: 10%; */
	height: 100%;
	cursor: pointer;
	position: relative;
	background: #f2f2f2;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.products-banner .swiper-container .swiper-slide .box a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../about:blank);
}
.products-banner .swiper-container .swiper-slide .box .img {
	width: 100%;
	height: 212px !important;
 /*background: url("../img/pro-1.png") no-repeat center; */
}
.products-banner .swiper-container .swiper-slide .box .bottom {
	width: 100%;
	height: 148px;
	background: #e0e0e0;
}
.products-banner .swiper-container .swiper-slide .box .bottom p.title {
	color: #464646;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	padding: 6px 40px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.products-banner .swiper-container .swiper-slide .box .bottom p.content {
	font-size: 13px;
	padding: 0 20px;
	display: -webkit-box;
	color: #848484;
	overflow: hidden;
	height: 55px;
}
.products-banner .swiper-container .swiper-slide .box .bottom p.content::after{
	content: '…';
	font-weight:bold;
	position:absolute;
	bottom:17px;
	right:13px;
}
#product .pro-option-two .pro-list {
	position: relative;
}
#product .pro-option-two .search_data {
	font-size: 16px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 60px;
	background: #fff;
	line-height: 60px;
}
.products-banner .swiper-container .swiper-slide:hover .box {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0 10px 10px #bebebe;
}
.products-banner .swiper-container .swiper-slide:hover .box .bottom {
	background: #0f87ff;
}
.products-banner .swiper-container .swiper-slide:hover .box .bottom p {
	color: #ffffff;
}
.section-body .welfare .img{
	padding:0;
}
/*底部*/
footer {
	width: 100%;
	height: auto;
	background: #222222;
}
footer .foot-head {
	width: 100%;
	min-height: 395px;
	padding-top: 74px;
}
footer .foot-head button {
	width: 118px;
	height: 35px;
	border: 1px solid #3e3e3e;
	background: #222222;
	font-size: 16px;
	margin-bottom: 42px;
}
footer .foot-head button a {
	display: block;
	color: #ffffff;
}
footer .foot-head p {
	height: 37px;
}
footer .foot-head p a {
	font-size: 14px;
	color: #ffffff;
}
footer .foot-head p a span {
	margin-right: 8px;
}
footer .foot-head p b {
	font-size: 22px;
	font-weight: 200;
	color: #ffffff;
	vertical-align: middle;
	margin-right: 18px;
}
footer .foot-head .earth {
	width: 218px;
	height: 140px;
	background: url("../img/earth.png") no-repeat center;
}
footer .footer {
	width: 100%;
	height: 276px;
}
footer .footer a {
	color: #aaaaaa;
}
footer .footer a.title {
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin: 40px 0 36px;
	cursor: default
}
footer .footer a span {
	margin-right: 8px;
}
footer .footer ul li {
	float: left;
}
footer .footer ul li p {
	min-height: 28px;
	line-height: 26px;
	margin-bottom: 4px;
}
footer .footer ul li p i {
	font-size: 22px;
	vertical-align: middle;
}
footer .footer ul li .first {
	padding: 0;
}
footer .footer ul li .next {
	padding: 0;
}
footer .footer ul li .qr {
	width: 129px;
	height: 129px;
 /*background: url("../img/qr.png") no-repeat center; -webkit-background-size: cover; background-size: cover;*/
	margin-bottom: 20px;
}
footer .foot-bottom {
	width: 100%;
	height: 74px;
	border-top: 1px solid #3e3e3e;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 72px;
}
footer .foot-bottom a{ color:#fff;}
/*模态框*/
#myModal video {
	width: 100%;
	height: 100%;
}
#myModal .modal-dialog {
	top: 20%;
}
/*support页面*/
.page {
	width: 100%;
	/* height: 155px; */
	text-align: center;
	padding-top: 40px;
	margin-bottom:30px;
}
.page a {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
}
.page a.active {
	width: 33px;
	height: 33px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding-top: 2px;
}
.page a.active span {
	color: #009ae1;
	border: 1px solid #009ae1;
}
.page a span {
	margin: auto;
	display: block;
	width: 27px;
	height: 27px;
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	line-height: 26px;
	background: #ffffff;
	color: #676767;
}
.page a.more {
	width: 70px;
	height: 26px;
	background: #ffffff;
	border: 1px solid #a0a0a0;
	border-radius: 26px;
	line-height: 24px;
	text-align: center;
	color: #7d7d7d;
}
.load {
	background: url("../img/suport-2.png") no-repeat top;
}
/*联系我们*/
.contact {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url("../img/uus.jpg") no-repeat top;
}
.contact-con {
	width: 1200px;
	min-height: 1312px;
	margin: 195px auto 0;
}
.contact-con .head {
	width: 246px;
	height: 88px;
	border-radius: 20px;
	background: #178bff;
	color: #ffffff;
	text-align: center;
	padding-top: 16px;
}
.contact-con .head p {
	font-size: 26px;
}
.contact-con .head span {
	font-size: 16px;
}
.contact-con .content {
	width: 100%;
	background: #ffffff;
	margin-top: -20px;
	padding: 27px;
}
.contact-con .content-all {
	width: 100%;
	height: auto;
	padding: 50px;
	min-height: 500px;
	background: #fff;
}
.contact-con .content-all .col-md-6 {
	padding: 0;
}
.contact-con .content-all .col-md-12 {
	padding: 0;
}
.contact-con .content-all .address {
	width: 100%;
	height: 350px;
	background: url("../img/address.png") no-repeat center;
}
.contact-con .content-all .more-content {
	width: 100%;
	height: 350px;
	padding-left: 70px;
}
.contact-con .content-all .more-content p {
	margin-bottom: 48px;
	display: flex;
}
.contact-con .content-all .more-content span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #a0a0a0;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 14px;
}
.contact-con .content-all .more-content span i {
	font-size: 26px;
	color: #ffffff;
}
.contact-con .content-all .more-content b {
	color: #999999;
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	line-height: 30px;
}
.contact-con .content-all .more-content a {
	color: #999;
}
.contact-con .content-all p.title {
	height: 160px;
	color: #1087fb;
	font-size: 24px;
	text-align: center;
	padding-top: 76px;
}
.contact-con .content-all .more {
	padding-right: 22px;
	margin-bottom: 0;
}
.contact-con .content-all .more label {
	display: block;
	margin-top: 47px;
	height: 49px;
}
.contact-con .content-all .more label:first-child {
	margin: 0;
}
.contact-con .content-all .more label input {
	width: 100%;
	height: 100%;
	padding: 0 24px;
	border: 1px solid #d6d6d6;
	background: #eef2f5;
	line-height: 40px;
}
.contact-con .content-all .text {
	margin-bottom: 58px;
}
.contact-con .content-all .text label {
	width: 100%;
}
.contact-con .content-all .text textarea {
	width: 100%;
	height: 338px;
	background: #eef2f5;
	border: 1px solid #d6d6d6;
	padding: 18px 20px;
}
.contact-con .content-all .bottom label {
	width: 48%;
}
.contact-con .content-all .bottom label:first-child {
	padding-right: 29px;
}
.contact-con .content-all .code-box label {
	width: 22%;
	margin-right: 20px;
}
.contact-con .content-all .code-box span {
	display: inline-block;
	width: 157px;
	height: 49px;
	vertical-align: top;
	border: 1px solid #d6d6d6;
	margin-right: 54px;
 /*background: url("../img/code.png") no-repeat center;*/
}
.contact-con .content-all .code-box button {
	width: 170px;
	float: right;
	height: 49px;
	background: #1087fb;
	color: #ffffff;
	font-size: 18px;
	border: none;
	outline: none;
}
.contact-con .content-all label {
	height: 49px;
}
.contact-con .content-all label input {
	height: 100%;
	width: 100%;
	line-height: 40px;
	background: #eef2f5;
	padding: 0 24px;
	border: 1px solid #d6d6d6;
}
#checkcode {
	height: 47px;
	width: 100%;
}
/*面包屑导航*/
.bread {
	width: 100%;
	min-height: 32px;
	background: #fff;
}
.bread span {
	font-size: 16px;
	color: #7e7e7e;
}
.bread span.fonts {
	font-family: '宋体';
}
.bread span a {
	color: #7e7e7e;
}
.bread span i {
	font-size: 40px;
	color: #0f87ff;
	vertical-align: middle;
}
/*关于我们*/
/*领航者*/
/* #section1{background:#fff!important;} */
.pilot {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
	background: url(../img/bg-about-1.png) no-repeat top;
}
.pilot .pilot-top {
	width: 80%;
	height: 543px;
	padding: 10px 192px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
	margin: auto;
 /* background: rgba(14, 15, 15, 0.5); */
	background: url(../img/bg-about-2.png) no-repeat top;
}
.pilot .pilot-bottom {
	width: 80%;
	min-height: 206px;
	padding: 30px 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4%;
	margin: auto;
}
p.about-line {
	background: url(../img/about-line.png) no-repeat center;
}
.pilot-top p {
	color: #666666;
	margin: 10px 0;
}
.down {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	animation: star 3s linear infinite;
	top: 65%;
	right: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
}
.down i {
	font-size: 24px;
	color: #0095ff;
}
.pilot .pilot-bottom .down i {
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
}
.pilot .pilot-bottom .pilot-box {
	width: 16%;
	height: 206px;
	float: left;
	margin-left: 12px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 206px;
	cursor: pointer;
	display: table;
}
.pilot .pilot-bottom .pilot-box .pilot-font {
	display: none;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
}
.pilot .pilot-bottom .pilot-box:hover span {
	display: none;
}
.pilot .pilot-bottom .pilot-box:hover .pilot-font {
	display: table-cell;
}
.pilot .pilot-bottom .pilot-box:first-child {
	margin: 0;
}
@keyframes star {
	0% {
		bottom: -20px;
	}
	50% {
		bottom: -30px;
	}
	100% {
		bottom: -20px;
	}
}
#menu {
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	list-style-type: none;
	z-index: 70;
	height: 62px;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
}


#menu li {
	display: inline-block;
	line-height: 62px;
}
#menu li a {
	color: #ffffff;
	display: block;
	width: 240px;
	height: 100%;
	float: left;
	padding: 0;
	position: relative;
}
#menu li.active a span {
	background: #1087fb;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	margin: auto;
}
#section2 {
	background: url("../img/news-img.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.news-section {
	width: 100%;
	height: 100%;
	padding-top: 62px;
}
.news-section .head {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	text-align: center;
	padding-top: 134px;
}
.news-section .head p {
	color: #747474;
}
.news-section .head .title {
	font-size: 30px;
	height: 57px;
	position: relative;
	margin-bottom: 20px;
	color: #272727;
}
.news-section .head .title span {
	position: absolute;
	display: block;
	width: 89px;
	height: 4px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	background: #00b4ff;
}
.news-section .news-btm {
	width: 1210px;
	min-height: 100px;
	padding: 2px 20px 0;
	margin: auto;
	position: relative;
}
.news-section .news-btm .long-line {
	position: absolute;
	top: 5px;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background: #00a4e8;
}
.news-section .news-btm .swiper-container {
	height: 382px;
	padding-top: 59px;
	margin: auto;
}
.news-section .news-btm .swiper-container .swiper-slide .box {
	width: 276px;
	margin: 0 auto;
	height: 322px;
	background: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
	cursor: pointer;
}
.news-section .news-btm .swiper-container .swiper-slide .box:hover .img .shadow, .news-section .news-btm .swiper-container .swiper-slide .box:hover .img .shadow-s {
	display: block;
}
.news-section .news-btm .swiper-container .swiper-slide .box .line {
	position: absolute;
	width: 2px;
	height: 60px;
	background: #00b4ff;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
}
.news-section .news-btm .swiper-container .swiper-slide .box .line .circle {
	display: block;
	width: 10px;
	height: 10px;
	background: #00b4ff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -4px;
}
.news-section .news-btm .swiper-container .swiper-slide .box .img {
	width: 100%;
	height: 212px;
	position: relative;
}
.news-section .news-btm .swiper-container .swiper-slide .box .img .shadow-s {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	left: 0;
	top: 0;
	display: none;
}
.news-section .news-btm .swiper-container .swiper-slide .box .img .shadow {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 212px;
	z-index: 999;
}
.news-section .news-btm .swiper-container .swiper-slide .box .img .shadow span {
	color: #ffffff;
	font-size: 80px;
}
.news-section .news-btm .swiper-container .swiper-slide .box .img.one {
	background: url("../img/full-new-1.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.news-section .news-btm .swiper-container .swiper-slide .box .img.two {
	background: url("../img/full-new-2.jpg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.news-section .news-btm .swiper-container .swiper-slide .box .img.three {
	background: url("../img/full-new-3.jpg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.news-section .news-btm .swiper-container .swiper-slide .box .img.four {
	background: url("../img/full-new-4.jpg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.news-section .news-btm .swiper-container .swiper-slide .box .font {
	width: 100%;
	height: 110px;
	padding: 0 10px;
}
.news-section .news-btm .swiper-container .swiper-slide .box .font .title {
	padding-top: 16px;
	color: #313131;
	margin-bottom: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-section .news-btm .swiper-container .swiper-slide .box .font span {
	font-size: 12px;
	color: #616161;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-section .news-btm .handle {
	width: 100%;
	height: 113px;
	position: relative;
	text-align: center;
	padding-top: 82px;
}
.news-section .news-btm .handle a {
	margin: 0 8px;
	outline:none;
}
.news-section .news-btm .handle a i {
	font-size: 30px;
	color: #929292;
}
.news-section .news-btm .handle a:hover i {
	color: #006cda;
}
/*发展历程*/
#section3 {
	background: url("../img/deve.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.develop .head .title {
	/* color: #003484; */
}
.develop .head .title span {
	background: #e9c100;
}
.develop .develop-bottom {
	width: 1200px;
	min-height: 492px;
	margin: auto;
	padding-top: 52px;
	position: relative;
}
.develop .develop-bottom .develop-dev {
	position: relative;
	width: 11%;
	float: left;
}
.develop .develop-bottom .develop-dev:hover .detail-dev, .develop .develop-bottom .develop-dev.active .detail-dev {
	z-index: 99;
	display: block !important;
}
.develop .develop-bottom .develop-dev:hover .circle, .develop .develop-bottom .develop-dev.active .circle {
	background: #e9c100;
	border: 3px solid #ff9d00;
	box-shadow: 0 0 10px #e9c100;
}
.develop .develop-bottom .develop-dev span {
	color: #00a0ff;
	font-size: 18px;
	margin-bottom: 18px;
	display: block;
	margin-left: -4px;
}
.develop .develop-bottom .develop-dev .circle {
	display: block;
	position: relative;
	width: 21px;
	height: 21px;
	background: #00a0ff;
	border-radius: 50%;
	border: 3px solid #5dc2ff;
	box-shadow: 0 0 10px #fff;
	cursor: pointer;
}
/*  .develop .develop-bottom .develop-dev .line-dev { width: 128px; height: 1px; background: #00a0ff; position: absolute; transform: translateY(32px) rotate(30deg); left: 20px; }  */
.develop .develop-bottom .develop-dev .line-dev {
	width: 125px;
	height: 1px;
	background: #00a0ff;
	position: absolute;
	transform: translateX(-68px) translateY(41px) rotate(224deg);
	left: 67px;
}
.develop .develop-bottom .to-bottom  .line-dev {
	width: 146px;
	height: 1px;
	background: #00a0ff;
	position: absolute;
	transform: translateY(-62px) rotate(322deg);
	left: 2px;
}
.develop .develop-bottom .develop-dev.two {
	padding-top: 85px;
	padding-left: 10px;
}
.to-bottom {
	margin-left: -35px!important;
	padding-top: 96px!important;
}
.develop .develop-bottom .develop-dev.two .circle {
	margin-left: 10px;
}
.develop .develop-bottom .develop-dev.two .line-dev {
	width: 160px;
	transform: translateX(20px) translateY(-56px) rotate(-30deg);
}
.develop .develop-bottom .develop-dev.three {
	margin-left: 64px;
}
.develop .develop-bottom .develop-dev.three .line-dev {
	left: 8px;
	width: 98px;
	transform: translateY(40px) rotate(45deg);
}
.develop .develop-bottom .develop-dev.four {
	margin-left: -35px;
	padding-top: 96px;
}
.develop .develop-bottom .develop-dev.four .line-dev {
	transform: translateY(-52px) rotate(-39deg);
}
.develop .develop-bottom .develop-dev.no-margin {
	margin: 0;
}
.develop .develop-bottom .develop-dev.long .line-dev {
	width: 127px;
}
.develop .develop-bottom .develop-dev.final {
	position: absolute;
	right: 40px;
}
.develop .develop-bottom .detail-dev {
	display: none !important;
	position: absolute;
	width: 263px;
	height: 164px;
	left: -116px;
	top: 38px;
	padding: 48px 32px 0;
	background: url("../img/notice.png") no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
	color: #ffffff !important;
	font-size: 14px !important;
	line-height: 20px;
	z-index: 9;
}
.develop .develop-bottom .right {
	position: absolute;
	right: 31px;
	top: 140px;
	display: none;
}
.develop .develop-bottom .right i {
	color: #ffffff;
	font-size: 32px;
}
/*荣耀*/
#section4 {
	background: url("../img/about.jpg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.honor .head .title {
	color: #272727;
}
.honor .head .title span {
	background: #d11c1c;
}
.honor .honor-bottom {
	width: 900px;
	margin: auto;
	height: 304px;
	position: relative;
}
.honor .honor-bottom .swiper-container {
	height: 100%;
}
.honor .honor-bottom .swiper-container .box {
	width: 149px;
	height: 270px;
	margin: auto;
}
.honor .honor-bottom .swiper-container .box .img {
	width: 148px;
	height: 210px;
	margin: auto;
}
.honor .honor-bottom .swiper-container .box .img.one {
	background: url("../img/honor-1.jpg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.honor .honor-bottom .swiper-container .box p {
	margin-top: 22px;
	color: #272727;
	text-align: center;
	font-size: 13px;
}
.honor .honor-bottom .handle {
	width: 100%;
	height: 113px;
	position: relative;
	text-align: center;
	padding-top: 82px;
}
.honor .honor-bottom .handle a {
	margin: 0 8px;
	outline:none;
}
.honor .honor-bottom .handle a i {
	font-size: 30px;
	color: #272727;
}
.honor .honor-bottom .handle a.active i {
	color: #006cda;
}
/*社会责任*/
#section5 {
	background: url("../img/duty-bg.png") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.duty .bottom {
	text-align: center;
}
.duty .bottom p:first-child {
	color: #272727;
	font-size: 18px;
	margin-bottom: 34px;
}
.duty .bottom p:first-child + p {
	color: #777777;
	font-size: 14px;
	margin-bottom: 60px;
}
.duty .bottom p:first-child + p + p {
	color: #3e3e3e;
	font-size: 18px;
	margin-bottom: 82px;
}
.duty .bottom p:first-child + p + p + p {
	font-size: 14px;
	color: #272727;
	margin-bottom: 38px;
}
.duty .bottom a {
	display: inline-block;
	width: 250px;
	height: 44px;
	border-radius: 44px;
	background: #1087fb;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 44px;
	margin-bottom: 20px;
}
.new-bg {
	background: #eef2f5;
}
/*新闻详情*/
#new-detail {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eef2f5 url("../img/new-detail-bg.png") no-repeat top;
}
#new-detail .news-real {
	width: 1200px;
	min-height: 600px;
	margin: 286px auto 0;
	background: #fff; overflow:hidden;
}
#new-detail .news-real .news-real_width{ width:96%; margin:26px auto 0 auto;}
#new-detail .news-real .news-real_left{ float:left; width:24%; margin:64px 0 0 0;}
#new-detail .news-real .news-real_left ul{ overflow:hidden; border-top:#ccc 1px solid;}
#new-detail .news-real .news-real_left ul li{ border-bottom:#ccc 1px solid;}
#new-detail .news-real .news-real_left ul li a{ font-size:14px; color:#767676; line-height:22px; padding:8px 0; display:block;}
#new-detail .news-real .news-real_left ul li a i{ background:#767676; width:8px; height:2px; float:left; margin:10px 10px 10px 0;}
#new-detail .news-real .news-real_left ul li a:hover{ color:#333;}
#new-detail .news-real .news-real_right{ float:right; width:70%;}
#new-detail .news-real h4 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #464646;
	line-height: 64px;
	border-bottom: 1px dotted #cccccc;
}
@media (max-width:960px){
	#new-detail .news-real .news-real_left{ display:none;}
	#new-detail .news-real .news-real_right{ float:noe; width:100%;}
}
.p_next{ width:100%; margin:20px auto 42px auto; overflow:hidden; background:#f2f2f2; padding:10px 0;}
.p_next p{ display:block; padding:0 2%;}
.p_next a{ font-size:14px; color:#666; line-height:30px;}
#new-detail .news-real .user {
	padding: 10px 16px;
	color: #a7a7a7;
	margin: 20px 0;
}
#new-detail .news-real .user span {
	display: inline-block;
	width: 15%;
	font-size: 12px;
	color: #8c8c8c;
}
#new-detail .news-real .user span img {
	margin-right: 10px;
	vertical-align: middle;
}
#new-detail .news-real .content {
	padding: 0 15px 20PX;
}
#new-detail .news-real .content img{ max-width:100%;}
#new-detail .news-real .content p,#new-detail .news-real .content div {
	font-size: 15px;
	color: #848484;
	line-height: 34px;
}
#new-detail .news-real .content .img {
	height: 373px;
	width: 50%;
	margin: 40px auto;
	background: #ffffff;
	padding: 4px;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	box-shadow: 0 0 4px #999;
	text-align: center;
	line-height: 24px;
}
#new-detail .news-real .content .img .imgs {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
#new-detail .news-real .content .img i {
	font-style: normal;
	font-size: 14px;
	color: #0f87ff;
	line-height: 20px;
}
#new-detail .news-real .content .anNo {
	margin-top: 80px;
}
#product {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eef2f5;
}
#product .product-option {
	width: 100%;
	height: 509px;
	background: url("../img/product-bg.png") no-repeat center;
	overflow: hidden;
	padding-top: 353px;
	position: relative;
}
#product .product-option .pro-option {
	width: 1200px;
	height: 154px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#product .product-option .pro-option li {
	width: 14.28%;
	height: 100%;
	float: left;
	background: #ccc;
	position: relative;
	transition: background .3s,top .2s;
	cursor: pointer;
	top: 34px;
	overflow: hidden;
}
#product .product-option .pro-option li img {
	width: 100%;
}
#product .product-option .pro-option li img.hidden-img {
	display: none;
}
#product .product-option .pro-option li a {
	display: block;
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
#product .product-option .pro-option li:hover, #product .product-option .pro-option li.active {
	background: #009ae1;
	top: 2px;
}
#product .product-option .pro-option li:hover a, #product .product-option .pro-option li.active a {
	background: #178bff;
	height: 42px;
	color: #fff;
	padding-top: 6px;
}
#product .product-option .pro-option li:hover img, #product .product-option .pro-option li.active img {
	display: none;
}
#product .product-option .pro-option li:hover img.hidden-img, #product .product-option .pro-option li.active img.hidden-img {
	display: block;
}
#product .pro-option-two {
	width: 1200px;
	min-height: 100px;
	margin: auto;
	background: #fff;
}
@media (max-width:960px){
	#product .pro-option-two .option {
		min-height: 60px;
		border: 1px solid #e5e5e5;
		display: block!important;
	}
}
#product .pro-option-two .option {
	min-height: 60px;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	padding-left:14px;
}
#product .pro-option-two .option a {
	display: inline-block;
	height: 32px;
	font-size: 18px;
	color: #333333;
	padding: 4px 0px;
	margin-right: auto;
	background: #fff;
	transition: color .2s;
	flex: 1;
	text-align: center;
}
#product .pro-option-two .option a:hover, #product .pro-option-two .option a.active {
	color: #178bff;
}
#product .pro-option-two .bread {
	padding-left: 36px;
}
#product .pro-option-two .search {
	width: 100%;
	height: 104px;
	padding: 32px 36px;
}
@media (max-width:500px){
	#product .pro-option-two .search {
		width: 100%;
		height: 87px;
		padding: 22px 13px;
	}	
}
#product .pro-option-two .search label {
	width: 524px;
	height: 40px;
	border: 1px solid #e5e5e5;
	position: relative;
}
#product .pro-option-two .search label input {
	width: 80%;
	height: 100%;
	line-height: 16px;
	padding-left: 1em;
}
#product .pro-option-two .search label span {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	background: #178bff;
	text-align: center;
	cursor: pointer;
}
#product .pro-option-two .search label span i {
	font-size: 26px;
	color: #fff;
}
@media (max-width:960px){
	#product .pro-option-two .pro-list{
		padding: 0px 15px!important;
		padding-bottom: 10px!important;
	}
}
#product .pro-option-two .pro-list {
	padding: 0 40px 30px;
}
#product .pro-option-two .pro-list .pro-detail {
	overflow: hidden;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	position: relative;
	min-height: 366px;
}
.pro-list .pro-detail .col-md-4 .img{
	margin-top:44px;
}
#product .pro-option-two .pro-list .pro-detail a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.pro-list .xg_detail .col-md-4 .img{
	/* height: 272px;
	min-height: auto !important; */
	margin-top:60px;
}
.lang-qh{
	display:none;
}
.xg_top{
	position: fixed;
	bottom: 11px;
	right: 4px;
	z-index:9;
}
.xg_top a{
	width:30px;
	height:30px;
	display:block;
	position: relative;
	background:#0f87ff;
}
.xg_top a:before{
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	background:url('../img/top.png') no-repeat center center;
	background-size:50% 50%;
}	
#product .pro-option-two .pro-list .pro-detail div {
	height: 225px;
}
#product .pro-option-two .pro-list .pro-detail .img div{
	width:100%;
	height:80%;
	margin-top:22.5px;
	background-size: 80%;
	background-repeat:no-repeat;
	background-position:center;
}
#product .pro-option-two .pro-list .pro-detail .font {
	padding-top: 80px;
}
#product .pro-option-two .pro-list .pro-detail .font h3 {
	font-size: 24px;
	color: #666666;
	margin-bottom: 54px;
}
#product .pro-option-two .pro-list .pro-detail .font p {
	font-size: 14px;
	color: #acacac;
	line-height: 34px;
}
#product .pro-option-two .pro-list .pro-use {
	width: 100%;
	height: auto;
	padding: 15px 0;
	background: #f0f0f0;
	height:367px;
}
#product .pro-option-two .pro-list .pro-use div {
	height: 100%;
}
#product .pro-option-two .pro-list .pro-use div img{
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-right: 36px;
}
#product .pro-option-two .pro-list .pro-use .font {
	padding-top: 80px;
	padding-left: 38px;
}
#product .pro-option-two .pro-list .pro-use .font h3 {
	font-size: 24px;
	color: #666666;
	margin-bottom: 25px;
}
#product .pro-option-two .pro-list .pro-use .font p {
	font-size: 14px;
	margin-top: 10px;
	color: #acacac;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
#product .page a.active,
.page a.active {
	border: 1px solid #228bfe;
}
#product .page a.active span,
.page a.active span {
	background: #228bfe;
	color: #ffffff;
}
#product .pro-real .pro-list {
	padding-bottom: 12px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#product .pro-real .pro-detail {
	border: none !important;
}
#product .pro-real .border {
	border: 1px solid #e5e5e5 !important;
}
/*详情页*/
.pro-check p.title {
	height: 50px;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}
.pro-check p.title a {
	color: #666666;
	font-size: 18px;
	display: inline-block;
	padding: 15px 68px 8px;
	flex: 1;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
}
.pro-check p.title a.active, .pro-check p.title a:hover {
	color: #178bff;
	border-bottom: 2px solid #178bff;
}
.pro-check p.title a.active:after, .pro-check p.title a:hover:after {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid #178bff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 0;
	right: 0;
	margin: auto;
}
.support {
    padding-top: 290px;
    background: url(../img/zc.png) no-repeat top;
}
.pro-check .content {
	padding: 15px 40px 50px;
	display: none;
}
.pro-check .content img{
	display:block;
	margin:auto;
	max-width: 100%!important;
}
.pro-check .content p {
	color: #666666;
	font-size: 14px;
	line-height: 40px;
}
.pro-check .content span {
	color: #178bff;
	font-size: 14px;
}
.pro-check #base {
	display: block;
}
/*技术支持*/
.support .support-box {
	width: 1200px;
	min-height: 200px;
	margin: auto;
}
.support .support-box .bread {
	margin: 20px 0;
}
.support .support-box .check {
	margin-bottom: 58px;
}
@media (max-width:960px){
	.support .support-box .check {
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
	}
	.support {
		padding-top: 0px;
		background: url('') no-repeat top;
	}
}
.support .support-box .check a {
	display: inline-block;
	font-size: 16px;
	padding: 10px 28px;
	background: #eaeaea;
	color: #0f87ff;
	margin-right: 35px;
}
.support .support-box .check a.active, .support .support-box .check a:hover {
	color: #ffffff;
	background: #0f87ff;
}
.support .support-box .ques-list {
	padding-bottom: 30px;
	margin-bottom: 38px;
	border-bottom: 1px dotted #e5e5e5;
	padding-top: 20px;
}
.support .support-box .ques-list p {
	position: relative;
	margin-bottom: 20px;
}
.support .support-box .ques-list p.title b {
	background: #0f87ff;
	bottom: 0;
 /*margin: auto;*/
}
.support .support-box .ques-list p.title span {
	font-size: 20px;
	color: #464646;
}
.support .support-box .ques-list b {
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	background: #c2c2c2;
	left: 0;
	color: #fff;
	top: 6px;
	font-weight: normal;
	display: inline-block;
}
.support .support-box .ques-list span {
	padding-left: 40px;
	width: 98%;
	display: inline-block;
	font-size: 14px;
	color: #848484;
	line-height: 28px;
	text-align: justify;
}
.support .support-box .load-list {
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 12px;
	width:100%;
	border-bottom: 1px dotted #e5e5e5;
}
.support .support-box .load-list .date {
	width: 14%;
	height: 156px;
	float: left;
}
.support .support-box .load-list .date p {
	width: 117px;
	height: 118px;
	background: #eaeaea;
	position: relative;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
}
.support .support-box .load-list .date p span {
	text-align: center;
	height: 39px;
	width: 100%;
	line-height: 38px;
	background: #0f87ff;
	color: #fff;
	display: block;
	font-size: 24px;
}
.support .support-box .load-list .date p b {
	display: block;
	text-align: center;
	color: #b8b5b5;
	font-size: 60px;
}
.support .support-box .load-list .font {
	width: 74%;
	float: left;
}
.support .support-box .load-list .font h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.support .support-box .load-list .font h3 span {
	margin-left: 16px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #0f87ff;
	border-radius: 50%;
}
.support .support-box .load-list .font p {
	color: #848484;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 16px;
}
.support .support-box .load-list .font a {
	display: inline-block;
	padding: 9px 14px;
	background: #0f87ff;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
}
.support .support-box .load-list .font a i {
	padding-right: 10px;
	font-size: 22px;
	vertical-align: middle;
}
.support .page a.active {
	border: 1px solid #228bfe;
}
.support .page a.active span {
	background: #228bfe;
	color: #ffffff;
}
/*地图*/
.pop .bottom {
	height: 25px !important;
}
.pop .center {
	width: 252px !important;
}
.xg_zxns{
	margin-top: 50px;
	margin-bottom:50px;
}
.xg_zxns .contact-con{
	min-height: auto;
	margin: 0;
	width: 100%;
}
.xg_zxns .contact-con .content-all{
	padding: 0;
	min-height: auto;
}
.xg_zxns .contact-con .content-all p.title{
	padding: 0 0 50px 0;
	height: auto;
}
.xg_zxns .contact-con .content-all .more{
	margin-bottom: 30px;
	padding: 0 40px;
}
.xg_zxns .contact-con .content-all .col-md-12 .more select,
.xg_zxns .contact-con .content-all .col-md-12 .more input,
.xg_zxns .contact-con .content-all .col-md-12 .more textarea{
	padding: 0 24px;
	border: 1px solid #d6d6d6;
	background: #eef2f5;
	line-height: 40px;
	height:40px;
	color: #999;
}
::-webkit-input-placeholder {
    color:#999!important;
}
:-moz-placeholder {
   color:#999!important;
}
::-moz-placeholder {
   color:#999!important;
}
:-ms-input-placeholder {
   color:#999!important;
}
.xg_zxns .contact-con .content-all .col-md-12 .more #username,
.xg_zxns .contact-con .content-all .col-md-12 .more #gender,
.xg_zxns .contact-con .content-all .col-md-12 .more #age,
.xg_zxns .contact-con .content-all .col-md-12 .more #phone,
.xg_zxns .contact-con .content-all .col-md-12 .more #email,
.xg_zxns .contact-con .content-all .col-md-12 .more #title,
.xg_zxns .contact-con .content-all .col-md-12 .more #position,
.xg_zxns .contact-con .content-all .col-md-12 .more #resume{
	width:21%;
	margin-right:56px;
	float:left;
	-webkit-appearance: none
}
.xg_zxns .contact-con .content-all .col-md-12 .more #phone,
.xg_zxns .contact-con .content-all .col-md-12 .more #resume{
	margin-right:0!important;
}
.xg_zxns .contact-con .content-all .col-md-12 .more textarea{
	width: 100%;
	height: 150px;
	font-size:14px;
	-webkit-appearance: none
}
.xg_zxns .contact-con .content-all .col-md-12 .xg-submit-btn{
	width: 170px;
	float: right;
	height: 49px;
	background: #1087fb;
	color: #ffffff;
	font-size: 18px;
	border: none;
	outline: none;
	margin-right: 40px;
}
.file {
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #999;
	text-decoration: none;
	text-indent: 0;
	padding: 0 24px;
	border: 1px solid #d6d6d6;
	background: #eef2f5;
	line-height: 40px;
	height: 40px;
	width: 21%;
}
.file input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
}
/*电脑*/
/*1600*/
@media (min-width:1200px){
	.quantum-font .img {
		width: 100%;
		height: 153px;
		background: url("../img/quantum.png") no-repeat left;
		-webkit-background-size: contain;
		background-size: contain;
		margin-top:10px;
	}
}
@media (max-width: 1600px) {
 /*关于金准*/
	.pilot .pilot-bottom .pilot-box {
		width: 15%;
		margin-left: 25px;
	}
	.pilot .pilot-top {
		padding: 10px 116px;
		line-height: 34px;
	}
}
/*1440*/
@media (max-width: 1440px) {
	.pilot .pilot-bottom .pilot-box {
		width: 15%;
		margin-left: 24px;
		font-size: 26px;
	}
	.pilot .pilot-top {
		padding: 10px 116px;
		line-height: 34px;
		font-size: 14px;
	}
	.pilot .pilot-bottom .pilot-box .pilot-font {
		font-size: 14px;
	}
}
/*1366*/
@media (max-width: 1366px) {
	.banner .font p.one span.img {
		left: 27%;
	}
	.banner .font p.two span.img {
		left: 32.7%;
	}
	.banner .font p.three span.img {
		left: 39.5%;
	}
	.banner .font p.five span.img {
		left: 70%;
	}
	.pilot .pilot-bottom .pilot-box {
		width: 15.4%;
		margin-left: 16px;
	}
	.pilot .pilot-top {
		line-height: 28px;
	}
	.pilot .pilot-bottom .pilot-box {
		height: 168px;
		line-height: 168px;
	}
	.pilot .pilot-bottom {
		padding: 0;
		min-height: 176px;
	}
}
/*1280*/
/*1024*/
@media (max-width: 1024px) {
	#product .pro-option-two .pro-list .pro-use {
		height: auto;
		display: flex;
		align-items: center;
		background: #f0f0f0;
	}
	#product .pro-option-two .pro-list .pro-use div {
		height: auto;
	}
	#product .pro-option-two .pro-list .pro-use div div {
		max-height: 366px;
	}
	#product .pro-option-two .pro-list .pro-use div .img {
		margin: 25px 0;
	}
	#product .pro-option-two .pro-list .pro-use div .img img{
		margin: 25px 0;
		width: 155px;
		height: 100px;
	}
	.banner .font p span.img {
		display: none !important;
	}
	#product .pro-option-two .pro-list .pro-detail .img {
		background-size: 100% !important;
	}
	.news-section .news-btm {
		width: 100%;
	}
	.news-section .head {
		padding-top: 200px;
	}
	.develop .develop-bottom {
		width: 100%;
		padding: 0 134px;
	}
	.develop .develop-bottom .develop-dev .line-dev {
		display: none;
	}
	header nav{
		float:right;
	}
	header nav ul li .list a {
		width: 208px;
	}
	#menu li a {
		width: 190px;
	}
	header nav ul li {
		margin: 0 0;
	}
	header nav ul li a {
		width: 100px;
	}
	.head-small p {
		font-size: 17px;
	}
	.products-banner .swiper-container .swiper-wrapper {
		margin-left: 230px;
	}
	.products-banner a.arm.arrow-left {
		left: -38px;
	}
	.products-banner a.arm.arrow-right {
		right: -38px;
	}
	.pilot .pilot-top {
		padding: 10px 76px;
	}
	.pilot .pilot-bottom {
		min-height: 188px;
	}
	.pilot .pilot-bottom .pilot-box {
		width: 14.3%;
		margin-left: 23px;
	}
	#product .product-option .pro-option {
		width: 100%;
	}
	#product .pro-option-two {
		width: 100%;
	}
	#product .pro-option-two .option a {
		font-size: 16px;
		margin-right: 50px;
		line-height: 26px;
	}
	.support .support-box {
		width: 100%;
	}
	.contact-con {
		width: 100%;
	}
	.contact-con .content-all .code-box span {
		width: 124px;
	}
	.contact-con .content-all label input {
		padding: 0 12px;
	}
	.contact-con .content-all .more label input {
		padding: 0 12px;
	}
}
.product-nav {
	display: none;
}
header .nav {
	display: none;
	height: 50px;
	float: left;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: auto;
}
header .nav li {
	text-align: center;
	width:25px;
}
header .nav li a {
	padding: 0;
}
header .nav i {
	font-size: 40px;
}
.dropdown-menu {
	left: -30px;
	top: 41px;
	background: #fff;
	/* min-width: 420px; */
	border-radius: 0 !important;
}
.dropdown-menu div {
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.dropdown-menu div:first-child a {
	border: none;
}
.dropdown-menu div:last-child{
	margin-bottom: 100px;
}
.dropdown-menu a {
	border-top: 1px solid #e5e5e5;
	display: block;
	font-size: 16px;
	padding: 8px 0;
	text-align: left;
	padding-left: 30px !important;
}
.pilot-phone {
	width: 100%;
	height: 300px;
	padding-top: 100px;
	padding-bottom: 80px;
	position: absolute;
	bottom: 0;
}
.pilot-phone .box {
	width: 200px;
 /*height: 170px;*/
	height: 100%;
	margin: auto;
	background: #ffffff;
}
.pilot-phone .box .swiper-container {
	height: 100%;
}
.pilot-phone .box .swiper-container .swiper-slide {
	font-size: 30px;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pilot-phone .box .swiper-container .swiper-slide .pilot-font {
	display: none;
	font-size: 16px;
	text-align: center;
}
.pilot-phone .box .swiper-container .swiper-slide:hover span {
	display: none;
}
.pilot-phone .box .swiper-container .swiper-slide:hover .pilot-font {
	display: block;
}
.develop-banner {
	display: none;
}
#code_img {
	height: 47px;
	width: 100%;
}
.xg_zxns .contact-con .content-all .col-md-12{
	position: relative;
	margin-bottom: 20px;
}
.xg_zxns .contact-con .content-all .col-md-12 .xg-submit-btn{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.xg_zyzclzd{
	display:none;
}
/*手机*/
/*960*/
.all-title{
	padding: 0 20px;
}
@media (max-width: 960px) {
	footer .footer{display: none;}
	/* 全程质控 */
	.section-header{
		margin-bottom: 30px;
	}
	.all .modal-header h4{text-align: center;}
	.all-title{margin: 25px auto;text-align: center;width:100%;}
	.all-body{padding: 10px 20px;}
	.all-body p{line-height: 30px;color: #949494;font-size: 12px;}
	.mytable{margin:20px auto;}
	.mytable>.table>tbody>tr:nth-child(odd)> td {background: #dae3f4;} 
	.mytable>.table>tbody>tr>td, .mytable>.table>tbody>tr>th, .mytable>.table>tfoot>tr>td, .mytable>.table>tfoot>tr>th, .mytable>.table>thead>tr>td, .mytable>.table>thead>tr>th{
		border: 1px solid #619fdb;white-space:wrap !important;font-size: 11px;overflow: hidden;
	}
	.mytable>.table>tbody>tr>td p{color:#333;white-space:wrap !important;font-size: 11px;}
	.mytable>.table>tbody>tr>td:nth-of-type(1){width:10%;}
	.mytable>.table>tbody>tr>td:nth-of-type(2){width:60%;}
	.mytable>.table>tbody>tr>td:nth-of-type(3){width:30%;}
	/* 全程质控 */
	#new-detail .news-real .user{
		margin-top: 0;
		margin-bottom: 0;
	}
	#new-detail .news-real .user span img{
		display: none;
	}
	#new-detail .news-real h4{
		text-align: left;
		height: auto;
		line-height: 30px;
		padding: 15px 10px;
	}
	.productpadding{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#product .pro-real .border {
		border: none !important;
	}
	.about-play .right-font p:nth-of-type(2){display: none;}
	.contact-con .content {
		min-height: 50px;
	}
	.contactnowpage {
		display: block;
		width: 100%;
		min-height: 32px;
		padding: 15px 0;
	}
	.contactnowpage span {
		font-size: 16px;
		color: #7e7e7e;
	}
	.contactnowpage span.fonts {
		font-family: '宋体';
	}
	.contactnowpage span a {
		color: #7e7e7e;
	}
	.contactnowpage span i {
		font-size: 30px;
		color: #0f87ff;
		vertical-align: middle;
	}
	.question>div>span{
		display: block;
		text-align: center;
	}
	.bread{display: none;}
	.honor-bottom .swiper-slide{
		padding: 0 15px;
		box-sizing: border-box;
	}
	.honor .honor-bottom .swiper-container .box{
		width:100%;
		height: 100%;
	}
	.develop-banner .swiper-slide{
		margin-bottom: 10px;
		display: block;
		color: #777;
	}
	.develop-banner .swiper-slide span:first-child {
		display:inline-block;
		width:16%; 
		font-size: 14px;
		vertical-align:top;
	}
	.develop-banner .swiper-slide span:last-child {
		display:inline-block;
		width:82%;
		font-size: 14px;
	}
	.support .support-box .check a {
		padding: 10px;
		text-align: center;
	}
	.honor .honor-bottom .swiper-container .box .img {
		width: 100%;
		height: 150px;
		margin: auto;
	}
	.honor .honor-bottom .swiper-container .box p{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: wrap;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		padding: 0 10px;
	}
	.notshowinphone{display: none;}
	.welfare-phone{display: block;padding-left: 0;padding-right: 0;}
	.welfare .text .title {
		font-size: 16px !important;
		margin: 5px !important;
	}
	.welfare .img{
		padding-left: 0;
		padding-right: 0;
	}
	.welfare .img img{
		width:100%;
		height: 100%;
	}
	.welfare-phone .img{
		padding-left: 0;
		padding-right: 0;
	}
	.welfare-phone .img img{
		width:100%;
		height: 100%;
	}
	.welfare .text .content {
		color: #999;
		margin: 5px !important;
		font-size: 15px !important;
	}
	.welfare-phone .text {
		background: url(../img/point.png);
		background-size: cover;
	}
	@media (max-width:960px){
		.section-body  div{
			height: auto;
		}
	}
	.my-btn {
		width: 60px;
	}
	.contact {
		background: url("../img/contactus.jpg") no-repeat;
		background-size: 100%;
	}
	.banner-info-phone{
		position: absolute;
		left: 0;
		top: 72px;
		right:0;
		z-index:1;
		color: #fff;
		height:63px;
		text-align: center;
	}
	.banner-info-phone>img{
		position: absolute;
		width:30%;
		margin-left: 35%;
		margin-top: -23px;
		top:50%;
	}
	.question{
		padding: 0 20px;
	}
	.support .support-box .check a {
		background: #f3f3f3;
		color: #666666;
		flex: 1;
		margin-right: 0;
	}
	.support .support-box .check a.active, .support .support-box .check a:hover {
		background: #f3f3f3 !important;
		color: #0f87ff !important;
		border-bottom: 2px solid #0f87ff;
	}
	.question>div{
		width:100% !important;
		margin-top: 10px!important;
	}
	.support .support-box .ques-list {
		padding-bottom: 0px; 
		 margin-bottom: 0px;
	}
	/* .question>div>div:first-child{
		margin-top: 80px;
	} */
	.question .loadspan{
		font-size: 18px !important;
		display: block;
		text-align: center;
		line-height: 50px;
	}
	.support .support-box .load-list .date p b{
		height: 40px!important;
		line-height: 40px!important;
		font-style: 20px!important;
	}
	.support .support-box .load-list .date {
		height: 85px!important;
	}
	.question>div>span:first-child{
		display: block;
		width:100%;
		height: 50px;
		text-align: center;
		font-size: 17px !important;
	}
	.question>div>span:last-child{
		display: block;
		width:80%;
		height: 120px;
		margin-left: 10%;
		text-align: left !important;
	}
	#to-right{display: none;}
	.navdown{width: 25px;}
	header .container {
		position: relative;
	}
	header {
		height: 70px;
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 1000;
	}
	.xg_section{
		margin-top:70px;
	}
	header .img {
		margin: 6px 36px 0 50px;
		/* float: none !important; */
		width:66%;
		text-align: center;
	}
	header nav {
		display: none;
	}
	header .nav {
		display: block;
	}
	footer .foot-bottom {
		line-height: 34px;
	}
  /*星空*/
	.banner {
		height: 264px;
		background: url("../img/banner-phone-s.jpg") no-repeat center;
		background-size: cover;
	}
	.head-small p {
		height: 100px;
		padding-top: 48px;
	}
	.about-play .right-font p {
		padding-bottom: 10px;
		color: #848484;
		margin-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	.detail .head-small {
		width: 72%;
		margin-left: 14%;
	}
	.news .news-detail p.active span.title {
		font-size: 16px;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news .news-detail p.active span.title i {
		margin-right: 10px;
	}
	.news .news-detail p i {
		margin-right: 10px;
	}
	.products-banner a.arm.arrow-left {
		left: -20px;
		z-index: 9;
	}
	.products-banner a.arm.arrow-right {
		z-index: 9;
		right: -20px;
	}
	.products-banner .swiper-container .swiper-wrapper {
		margin-left: 240px;
	}
	#menu li a {
		width: 145px;
	}
	.contact-con .content-all .more-content {
		padding-top: 20px;
	}
	.contact-con .content-all .more-content p {
		margin-bottom: 20px;
	}
	.contact-con .content-all p.title {
		height: 76px;
		padding: 0;
		line-height: 65px;
	}
	.contact-con .content-all .text {
		padding-right: 22px;
		margin-top: 47px;
	}
	.contact-con .content-all .bottom {
		margin-bottom: 47px;
	}
	#new-detail .news-real {
		width: 100%;
	}
	#new-detail .news-real .content .img {
		width: 76%;
	}
	#product .pro-option-two .pro-list .pro-detail {
		min-height: 200px;
		margin-top: 15px;
		display: flex;
		align-items: center;
		padding: 10px;
	}
	#product .pro-option-two .pro-list .pro-detail:nth-of-type(1) {
		min-height: 200px;
		margin-top: 0px!important;
	}
	#product .product-option .pro-option li a {
		bottom: 12px;
	}
	/* .pilot {
		background: url("../img/about-s-bg.jpg") no-repeat top;
		background-size: cover;
	} */
	.pilot .pilot-top {
		top: 40%;
		width: 100%;
	}
	.pilot .pilot-bottom .pilot-box {
		width: 28.5%;
		height: 146px;
		margin-bottom: 14px;
	}
	.pilot .pilot-bottom .pilot-box:first-child {
		margin-left: 23px;
	}
	.news-section .news-btm {
		width: 100%;
	}
	.news-section .news-btm .swiper-container .swiper-slide .box {
		width: 232px;
	}
	.news-section .news-btm .swiper-container .swiper-slide .box .font .title {
		margin-bottom: 2px;
	}
	.honor .honor-bottom, .develop .develop-bottom {
		width: 100%;
		height: 235px;
	}
	.develop .develop-bottom .develop-dev:first-child p span {
		margin-left: 120px;
	}
	.develop .develop-bottom .develop-dev .line-dev {
		display: none;
	}
	.xg-small p{
		text-align: center;
		text-indent: 0;
		background-position-x: center;
	}
	.news{
		height:auto !important;
	}
	.news .xg-small{
		padding-left:0;
		width: 100% !important;
		margin-left: 0;
	}
	.quantum .xg-small{
		width: 100% !important;
		margin-left: 0;
	}
	.detail{
		padding-bottom:20px;
	}
	/* .xg_top{
		display:none;
	} */
	/*.products-banner .swiper-container .swiper-slide{*/
		/*margin:33px 48px 0;*/
	/*}*/
	.pro-list .xg_detail .col-md-4 .img,
	.pro-list .pro-detail .col-md-4 .img{
		margin-top:0;
	}
	#product{
		min-height:auto !important;
	}
	.support .support-box .load-list .date{
		width:20%;
	}
	.lang-qh{
		display: block;
		float: left;
		line-height: 30px;
		height: 30px;
		width: 60px;
		text-align: center;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		right: 16px;
		border-radius: 100%;
		color: #0f87ff;
	}
	.xg_zyzclzd{
		display:block;
	}
	.xg_pc_zyzclzd{
		display:none;
	}
	.xg_zxns{
		margin-bottom:105px;
	}
	.xg_zxns .contact-con .content-all p.title{
		padding: 0 0 20px 0;
		height: auto;
	}
	.xg_zxns .contact-con .content-all .col-md-12 .more #name,
	.xg_zxns .contact-con .content-all .col-md-12 .more #gender,
	.xg_zxns .contact-con .content-all .col-md-12 .more #age,
	.xg_zxns .contact-con .content-all .col-md-12 .more #mobile,
	.xg_zxns .contact-con .content-all .col-md-12 .more #email,
	.xg_zxns .contact-con .content-all .col-md-12 .more #title,
	.xg_zxns .contact-con .content-all .col-md-12 .more #position,
	.xg_zxns .contact-con .content-all .col-md-12 .more #resume,
	.file{
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 20px;
		-webkit-appearance: none;
		font-size:14px;
	}
	.xg_zxns .contact-con .content-all .more{
		padding:0;
	}
	.file{
		width: 100%;
	}
	.xg_zxns .contact-con .content-all .col-md-12{
		margin-bottom:0;
	}
	.xg_zxns .contact-con .content-all .col-md-12 .xg-submit-btn{
		margin:20px auto 0;
	}
}
/*854*/
@media (max-width: 854px) {
	header .container {
		position: relative;
	}
	.support .support-box .load-list .font {
		padding-left: 10px;
	}
	.support .support-box .load-list .font h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.support .support-box .load-list .font h3 span {
		margin-left: 5px;
	}
  /*星空*/
	.banner {
		height: 160px !important;
		background: url("../img/banner-phone-s.jpg") no-repeat center;
		background-size: cover;
	}
	.about-play .left-about {
		width: 100%;
	}
	.about-play .right-font {
		width: 100%;
		padding: 0;
	}
	.head-small p {
		padding-top: 34px;
		height: 82px;
	}
	#product .pro-option-two .option a {
		font-size: 14px;
		margin-right: 0;
	}
	.bread span {
		font-size: 14px;
	}
	.page {
		padding: 10px;
		height: 105px;
		line-height: 45px;
		margin-bottom:10px;
	}
	.recruitment{
		margin-bottom:10px !important;
	}
	.xg_zxns{
		margin-top:10px !important;
	}
	/* 分页样式 */
	.page .xz-pagination{
		height:40px;
		width:48%;
		margin:auto;
		display:block;
		text-align:center;
	}
	.page #xg_display{
		display:none;
	}
}
/*800*/
@media (max-width: 800px) {
	
	
	#new-detail .news-real .user span {
		width: 25%;
	}
	#menu {
		top:66px;
	}
	.honor .honor-bottom .handle {
		padding-top: 0;
		height: 50px;
		line-height: 50px;
	}
	header .container {
		position: relative;
	}
	#new-detail .news-real .content div img {
		width: 100%;
	}
	#section4 {
		height: 425px;
	}
	.pilot {
		height: 543px;
	}
  /*星空*/
	.banner {
		height: 185px;
		background: url("../img/banner-phone-s.jpg") no-repeat center;
		background-size: cover;
	}
	.about-play .left-about {
		width: 100%;
		top:234px;
	}
	.about-play .right-font {
		width: 100%;
		padding: 0;
	}
	.head-small p {
		padding-top: 34px;
		height: 82px;
	}
	.quantum {
		width: 100%;
		padding: 0;
		height: auto;
	}
	.news {
		width: 100%;
	}
	.news .news-detail {
		padding-left: 0;
	}
	.small-banner {
		height: 90px;
	}
	.products-banner .swiper-container .swiper-wrapper {
		margin-left: 0px;
	}
	#product .product-option {
		display: none;
	}
	.product-nav {
		width: 100%;
		display: block;
		overflow: hidden;
		height: 60px;
	}
	.product-img{
		display: block;
		width: 100%;
	}
	.product-img img{
		width: 100%;
	}
	.product-nav .pro-nav a {
		color: #fff;
	}
	.pro-nav-s {
		width: 130%;
		height: 80px;
		overflow-x: scroll;
	}
	.product-nav .pro-nav a {
		display: inline-block;
		height: 34%;
		width: auto;
		padding: 20px 8px;
		text-align: center;
		position:relative;
	}
	.product-nav .pro-nav a.active:after{
		position:absolute;
		display:block;
		content:"";
		width:4px;
		height:4px;
		border-radius:100%;
		background:#fff;
		bottom:13px;
		left:50%;
		margin-left:-2px;
	}
	.news-section .head {
		padding-top: 0;
	}
	.news-section .news-btm .handle {
		padding-top: 30px;
	}
	.develop .develop-bottom {
		display: none;
	}
	.develop-banner {
		width: 80%;
		height: 400px;
		overflow: auto;
		display: block;
		margin: 0 auto 40px;
	}
	.develop-banner ::-webkit-scrollbar {
		width: 0px;
	}
	.develop-banner p {
		color: #fff;
		font-size: 16px;
	}
	.develop-banner p.font {
		font-size: 12px;
		margin-bottom: 20px;
	}
}
/*640*/
@media (max-width: 640px) {
	#product .pro-option-two .pro-list .pro-detail .img div{
		margin-top:0;
		background-size: 115%;
		background-repeat:no-repeat;
		background-position:center;
	}
	#product .pro-option-two .pro-list .pro-detail div:nth-of-type(1){
		background-size: 115% !important;
	}
	#new-detail .news-real .content img{
		max-width:100% !important;
		height:auto !important;
	}
	.question{
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word;
	}
	.question img{
		max-width:100% !important;
		height:auto !important;
	}
	#new-detail .news-real {
		margin: 158px auto 0;
	}
	header .container {
		position: relative;
	}
	/*星空*/
	.news-section .head {
		margin-bottom: 0;
	}
	/* #xg_display {
		display: none;
	} */
	.duty .bottom {
		padding: 0 20px 0;
	}
	.duty .bottom p:first-child + p {
		margin-bottom: 50px;
	}
	.duty .bottom p:first-child + p + p {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.duty .bottom p:first-child {
		font-size: 14px;
	}
	.banner {
		height: 185px;
		background: url("../img/banner-phone-s.jpg") no-repeat center;
		background-size: cover;
	}
	.about-play .left-about {
		width: 100%;
	}
	.about-play .right-font {
		width: 100%;
		padding: 0;
	}
	.head-small p {
		padding-top: 34px;
		height: 82px;
	}
	.quantum {
		width: 100%;
		padding: 0;
	}
	.news {
		width: 100%;
	}
	.news .news-detail {
		padding-left: 0;
	}
	.small-banner {
		height: 90px;
	}
	.products-banner .swiper-container .swiper-wrapper {
		margin-left: 0px;
	}
	#product .product-option {
		display: none;
	}
	.product-nav {
		width: 100%;
		display: block;
		overflow: hidden;
		height: 60px;
	}
	.pro-nav-s {
		width: 100%;
		height: 80px;
		overflow-x: scroll;
		background: #178bff;
	}
	.product-nav .pro-nav {
		padding: 0 10px 0 6px;
	}
	.product-nav .pro-nav a {
		display: inline-block;
		height: 34%;
		width: auto;
		padding: 20px 8px;
		text-align: center;
	}
	#product .pro-option-two .bread {
		padding-left: 20px;
		padding-right: 10px;
	}
	#product .pro-option-two .pro-list .pro-detail div:nth-of-type(1) {
		height: 130px;
		width: 140px;
	}
	#product .pro-option-two .pro-list .pro-detail div:nth-of-type(2) {
		height: 130px;
		flex: 1;
	}
	#product .pro-option-two .pro-list .pro-detail .font {
		padding-top: 0px;
		width: 100%!important;
		margin-left: 10px;
	}
	.pro-detail .col-xs-7{
		padding-left: 0;
	}
	.pro-detail .col-xs-5{
		padding-right: 0;
	}
	#product .pro-option-two .pro-list .pro-detail .font h3 {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.8;
	}
	#product .pro-option-two .pro-list .pro-detail .font p {
		line-height: 1.9;
		overflow: hidden;
		font-size: 14px;
		text-align: justify;
	}
	.pro-check p.title a {
		padding: 15px 0px 8px;
		flex: 1;
		text-align: center;
	}
	#product .pro-option-two .pro-list .pro-use .font {
		padding: 10px 0;
	}
	#product .pro-option-two .pro-list .pro-use .font h3 {
		margin: 0;
	}
	#product .pro-option-two .pro-list .pro-use div {
		height: 60%;
		background: #f0f0f0;
	}
	.support .support-box .ques-list p.title span {
		font-size: 14px;
	}

	#product .pro-option-two .pro-list .pro-detail div:nth-of-type(1) {
		height: 150px!important;
		width: 120px!important;
		padding: 0!important;
	}
	#product .pro-option-two .pro-list .pro-detail div.font {
		width: 100%!important;
		text-align: justify!important;
		margin-left: 10px!important;
	}
	#product .pro-option-two .pro-list .pro-detail:nth-of-type(1) {
		min-height: 160px!important;
		margin-top: 0px!important;
	}
	#product .pro-option-two .pro-list:last-child {
		margin-top: 0px!important;
		margin-bottom: 10px!important;
	}
	/*日历*/
	.support .support-box .load-list .date {
		height: 102px;
	}
	.support .support-box .load-list .date p {
		width: 100%;
		height: 100%;
	}
	.support .support-box .load-list .date p span {
		font-size: 14px;
		height: 38px;
		line-height: 38px;
	}
	.support .support-box .load-list .date p b {
		font-size: 28px;
		line-height: 60px;
	}
	.support .support-box .load-list .font h3 {
		font-size: 17px;
	}

	.contact-con {
		margin: 120px auto 0;
	}
	.contact-con .head p {
		font-size: 14px;
		line-height:36px;
	}
	.contact-con .head {
		height: 55px !important;
		padding-top: 0px;
		width: 100px;
		border-radius: 8px;
		margin-left: 20px;
	}
	.contact-con .content {
		padding: 10px 16px;
	}
	.contact-con .content-all {
		margin-top: 4px;
		padding: 0 20px;
	}
	.contact-con .head span {
		font-size: 12px;
	}
	.contact-con .content-all .more-content {
		padding-left: 0;
		height: auto;
	}
	.contact-con .content-all .more label, .contact-con .content-all .text {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.contact-con .content-all .text textarea {
		height: 196px;
	}
	.contact-con .content-all .more, .contact-con .content-all .text {
		padding-right: 0;
	}
	.contact-con .content-all .bottom {
		display: flex;
		margin-bottom: 16px;
	}
	.contact-con .content-all .code-box label {
		width: 46%;
		margin-right: 7px;
	}
	.contact-con .content-all .code-box button {
		width: 46%;
		margin-left: 27%;
		float: none !important;
		margin-top: 30px;
	}
	.yanzhengma{
		width: 50% !important;
		margin-right: 0 !important;
	}
	.contact-con .content-all .code-box {
		margin-bottom: 16px;
	}
	.contact-con .content-all .bottom label:first-child {
		padding-right: 12px;
	}
	.contact-con .content-all .bottom label {
		width: 50%;
	}
	.contact-con .content-all .code-box span {
		margin: 0;
	}
	/* .contact-con .content-all .code-box button {
		margin: 30px 0 20px;
	} */
	#menu li a {
		width: 60px;
	}
	.pilot .pilot-top {
		padding: 0 4px;
	}
	/* .pilot {
		background: url("../img/about-s-s-bg.jpg") no-repeat top;
	} */
	.pilot .pilot-top {
		top: 30%;
	}
}
/*480*/
@media (max-width: 480px) {
	header .container {
		position: relative;
	}
	/*星空*/
	.banner {
		height: 185px;
		background: url("../img/banner-phone-s.jpg") no-repeat center;
		background-size: cover;
	}
	.about-play .left-about {
		width: 100%;
	}
	.about-play .right-font {
		width: 100%;
		padding: 0;
	}
	.head-small p {
		padding-top: 34px;
		height: 82px;
	}
	.about-play {
		min-height: 420px;
	}
	.quantum {
		width: 100%;
		padding: 0;
	}
	.news {
		width: 100%;
	}
	.news .news-detail {
		padding-left: 0;
	}
	.small-banner {
		height: 90px;
	}
	.products-banner .swiper-container .swiper-wrapper {
		margin-left: 0px;
	}
	#product .product-option {
		display: none;
	}
	.product-nav {
		width: 100%;
		display: block;
		overflow: hidden;
		height: 60px;
	}
	.pro-nav-s {
		width: 130%;
		height: 80px;
		overflow-x: scroll;
	}
	.product-nav .pro-nav a {
		display: inline-block;
		height: 34%;
		width: auto;
		padding: 20px 8px;
		text-align: center;
	}
}
/*432*/
@media (max-width: 432px) {
	header .container {
		position: relative;
	}
	/*星空*/
	.banner {
		height: 185px;
		background: url("../img/banner-phone-s.jpg") no-repeat center;
		background-size: cover;
	}
	.about-play .left-about {
		width: 100%;
	}
	.about-play .right-font {
		width: 100%;
		padding: 0;
	}
	.head-small p {
		padding-top: 34px;
		height: 82px;
	}
	.about-play {
		min-height: 455px;
	}
	.about-play .left-about {
		top: 206px;
	}
	.about-play .right-font{
		top: 0;
	}
	.quantum {
		width: 100%;
		padding: 0;
	}
	.news {
		width: 100%;
	}
	.news .news-detail {
		padding-left: 0;
	}
	.small-banner {
		height: 90px;
	}
	/* .pilot {
		background: url(../img/about-s-s-bg.jpg) no-repeat top;
		background-size: 100% auto;
	} */
	.products-banner .swiper-container .swiper-wrapper {
		margin-left: 0px;
	}
	#product .pro-option-two .pro-list .pro-detail div:nth-of-type(1) {
		height:150px;
		width: 120px;
	}
	#product .pro-option-two .pro-list .pro-detail div:nth-of-type(2) {
		height: 150px;
		flex: 1;
	}
	#product .pro-option-two .pro-list .pro-detail .font{
		width: 100%!important;
		text-align: justify!important;
		margin-left: 10px!important;
	}
	.products-banner a.arm.arrow-right {
		right: -10px;
	}
	.products-banner a.arm.arrow-left {
		left: -10px;
	}
	#product .product-option {
		display: none;
	}
	.product-nav {
		width: 100%;
		display: block;
		overflow: hidden;
		height: 60px;
	}
	.pro-nav-s {
		width: 130%;
		height: 80px;
		overflow-x: scroll;
	}
	.product-nav .pro-nav a {
		display: inline-block;
		height: 34%;
		width: auto;
		padding: 20px 6px;
		text-align: center;
	}
}
footer .footer ul li .qr img {
	width: 100%;
	height: 100%;
}
/*400*/
@media (max-width: 400px) {
	#new-detail .news-real .content {
		padding: 0 15px  20px;
	}
	#product .pro-option-two .pro-list .pro-detail {
		min-height: 0;
	}
	#product .pro-option-two .pro-list .pro-detail .font h3 {
		padding-top: 10px;
	}
	#product .pro-option-two .pro-list .pro-use {
		margin-top: 20px;
		background: #f0f0f0;
	}
	/* #product .pro-option-two .pro-list .pro-detail div {
		height: auto;
	} */
	#product .pro-option-two .pro-list .pro-use .font h3 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	#product .pro-option-two .pro-list .pro-use .font {
		padding: 10px 0;
	}
	/* #product .pro-option-two .pro-list .pro-detail .font p,#product .pro-option-two .pro-list .pro-use {
		height: auto;
	} */
	header .container {
		position: relative;
	}
	.products-banner {
		height: 522px;
	}
	.news {
		height: 440px;
	}
	.products-banner .swiper-container .swiper-slide:hover .box {
		box-shadow: none;
		transform: scale(1);
		margin-bottom: 20px;
	}
	.products-banner .swiper-container {
		margin-top: 0;
	}
	.products-banner p.more-bottom {
		margin-top: -154px;
	}
	#new-detail .news-real .content .img {
		width: 100%;
		height: 185px;
	}
	#new-detail .news-real .content .img i {
		font-size: 12px;
	}
	#new-detail .news-real .user span {
		width: 45%;
	}
	#new-detail .news-real .user {
		padding: 0 22px;
	}
	#new-detail .news-real h4 {
		font-size: 16px;
		line-height: 20px;
		padding: 5px 20px;
		border-bottom: none;
	}
	/*星空*/
	.quantum-font P {
		margin: 0;
		color: #848484;
	}
	.banner {
		height: 185px;
		background: url("../img/banner-phone-s.jpg") no-repeat center;
		background-size: cover;
	}
	.about-play .left-about {
		width: 100%;
	}
	.about-play .right-font {
		width: 100%;
		padding: 0;
	}
	.head-small p {
		padding-top: 34px;
		height: 82px;
	}
	.about-play {
		min-height: 450px;
	}
	.about-play .right-font {
		top: 0;
	}
	.quantum {
		height: auto;
	}
	.quantum {
		width: 100%;
		padding: 0;
	}
	.news {
		width: 100%;
	}
	.news .news-detail {
		padding-left: 0;
	}
	.small-banner {
		height: 115px;
	}
	.about-play .left-about .img {
		height: 213px;
	}
	.products-banner .swiper-container .swiper-wrapper {
		margin-left: 0px;
	}
	.products-banner a.arm.arrow-left {
		left: -10px;
	}
	.products-banner a.arm.arrow-right {
		right: -10px;
	}
	#product .product-option {
		display: none;
	}
	.product-nav {
		width: 100%;
		margin: auto;
		display: block;
		overflow: hidden;
		height: 60px;
	}
	.pro-nav-s {
		width: 104%;
		height: 60px;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.product-nav .pro-nav a {
		display: inline-block;
		width: auto;
		padding: 20px 8px!important;
		text-align: center;
	}
}
@media (max-width: 380px) {
	.products-banner .swiper-container .swiper-wrapper {
		margin-left: 0px;
	}
}
@media(max-width: 360px ) {
	.products-banner .swiper-container .swiper-wrapper {
		margin-left: 0px
	}
}
/*320*/
@media (max-width: 320px) {
	header .container {
		position: relative;
	}
	header {
		height: 70px;
	}
	header .img {
		margin: 6px 0;
	}
	header nav {
		display: none;
	}
	header .nav {
		display: block;
	}
	footer .foot-bottom {
		line-height: 34px;
	}
	.about-play .left-about .img {
		height: 175px;
	}
	.about-play {
		min-height: 410px;
	}
	/*星空*/
	.banner {
		height: 185px;
		background: url("../img/banner-phone-s.jpg") no-repeat center;
		background-size: cover;
	}
	.about-play .left-about {
		width: 100%;
	}
	.about-play .right-font {
		width: 100%;
		padding: 0;
	}
	.head-small p {
		padding-top: 34px;
		height: 82px;
	}
	.quantum {
		width: 100%;
		padding: 0;
	}
	.news {
		width: 100%;
	}
	.news .news-detail {
		padding-left: 0;
	}
	.small-banner {
		height: 90px;
	}
	.products-banner .swiper-container .swiper-wrapper {
		margin-left: 0px;
	}
	#product .product-option {
		display: none;
	}
	.product-nav {
		width: 100%;
		display: block;
		overflow: hidden;
		height: 60px;
	}
	.pro-nav-s {
		width: 130%;
		height: 80px;
		overflow-x: scroll;
	}
	.product-nav .pro-nav {
		width: 200%;
	}
	.product-nav .pro-nav a {
		display: inline-block;
		height: 34%;
		width: auto;
		padding: 20px 8px;
		text-align: center;
	}
	.products-banner .swiper-container .swiper-slide{
		margin:33px 28.5px 0;
	}
}
.mobile_info{
	display: none;
}
.pc_info{
	display: block;
}
.intro_title{
	font-size:28px;text-align:center;margin-top:20px;
}
.intro_info{
	width:90%;margin:30px auto!important;
}
@media(max-width:960px){
	.intro_title{
		font-size:19px!important;
	}
	.intro_info{
		width:90%;margin:10px auto!important;
	}
	.mobile_info{
		display: block;
	}
	.pc_info{
		display: none;
	}
	.news-section .head .title{
		font-size: 20px!important;
	}
	.banner{
		height: 185px!important;
		background: url('../img/areath.png') no-repeat center !important;
		background-size: cover!important;
	}
	.banners{
		height: 185px!important;
		background: transparent!important;
	}
}
@media (min-width: 320px) and (max-width: 768px) {
	#top-banner{background: url('../img/top-mo.jpg') no-repeat center;background-size:100%;}
	.pilot .pilot-top{
		background:url('../img/aboutback.jpg') no-repeat bottom !important;
		background-size: 100%;
		top: 0;
	}
	.pilot-top p {
		color: #fff;
	}

	.news-section .head .title span {
		width: 50px;
		height: 2px;
	}
	.down,
	.pilot-phone{
		display:none !important;
	}
	#section1{
		height:555px;
	}
	.news-section{
		padding-top:30px;
	}
	.develop-banner p{
		color:#3e3e3e;
	}
}
.question img{
	max-width:100%;
}
.box-z .model-title{font-size: 24px;padding: 30px 0;}

.box-z .text-title{font-size: 16px;}

.box-z .text-img{margin: 30px 0;}

.box-z table tr td:first-child,tr td:last-child{
	text-align: center;
}
.box-z table tr td:nth-child(2){
	text-align: left;
}

.box-z table.table-bordered,table.table-bordered>tbody>tr{border: 1px solid #619fdb;}

.box-z table.table-bordered>tbody>tr>td{border: none;height: 35px;line-height: 35px;}

.box-z table.table-bordered>tbody>tr:nth-child(2n+1){background: #ffffff}

.box-z table.table-bordered>tbody>tr:nth-child(2n){background: #dae3f3}

.box-z .modal-body div{width: 80%;margin: auto;}

.box-z p{padding: 20px 0;line-height: 30px;overflow: hidden;}

.box-z img{max-width: 100%;height: auto;}

@keyframes  moveAnimate{
	0% {
		margin-top:0;
	}
	18%{
		margin-top:0;
	}
	20% {
		margin-top:-93px;
	}
	38%{
		margin-top:-93px;
	}
	40% {
		margin-top:-186px;
	}
	58% {
		margin-top:-186px;
	}
	60% {
		margin-top:-279px;
	}
	78% {
		margin-top:-279px;
	}
	80% {
		margin-top:-372px;
	}
	98% {
		margin-top:-372px;
	}
	100% {
		margin-top:-465px;
	}
}
#flip li:first-child{
	animation: moveAnimate  25s infinite;
}

.replaceBox{
	display:none;
}

@keyframes  festivalBanner{
	0%{
		width:0;
		height:0
	}
	100%{
		width:100%;
		height:100vh;
	}
}

/*节假日广告*/
.festivalBanner{
	position:fixed;
	top:0;
	left:0;
	animation:all festivalBanner 2s;
	z-index:99999;
}
.festivalBanner img{
	width:100%;
	height:100vh;
}

.closeFestivalBanner{
	position: absolute;
	cursor: pointer;
	right:10px;
	top:10px;
	width:30px;
	height:30px;
	border-radius:50%;
	background:rgba(0,0,0,0.6);
	color:#FFF;
	font-size:24px;
	text-align: center;
	line-height:28px;
}
.festivalBannerPhone{
	position:fixed;
	top:0;
	left:0;
	animation:all festivalBanner 2s;
	z-index:99999;
	display:none;
}
.festivalBannerPhone img{
	width:100%;
	height:100vh;
}

.closeFestivalBannerPhone{
	position: absolute;
	cursor: pointer;
	right:10px;
	top:10px;
	width:30px;
	height:30px;
	border-radius:50%;
	background:rgba(0,0,0,0.6);
	color:#FFF;
	font-size:24px;
	text-align: center;
	line-height:28px;
}
@media(max-width:768px){
	.about,.products{
		display:none;
	}
	.replaceBox{
		display:block !important;
	}
	.festivalBanner{
		display:none;
	}
	.festivalBannerPhone{
		display:block;
	}
}