﻿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 > thead > tr > th{
	border-bottom:none;
}
table {
	border-collapse: collapse;
	table-layout: fixed;
}
input, textarea {
	outline: none;
	border: none;
}
textarea {
	resize: none;
	overflow: auto;
}
.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;
}
/*导航*/
	header .img a {
	display:block;
	width:100%;
	height: 100%;
}
header {
	height: 100px;
	width: 100%;
	position: relative;
}
header .img {
	float: left;
	margin: 20px 0;
	width: 188px;
	height: 60px;
	background: url("../images/logo.png") no-repeat center;
	background-size: cover;
}
header nav {
	float: left;
}
header nav ul {
	height: 100px;
}
header nav ul li {
	float: left;
	margin: 0 15px;
}
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: 102px;
	position: relative;
	height: 100px;
	color: #1f1f21;
	font-size: 16px;
	padding-top: 35px;
}
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 .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 {
	position: relative;
	height:287px !important;
}
.banner img {
	min-height: 150px;
}
.banner .ch {
	position: absolute;
	font-size: 25px;
	left: 50%;
	margin-left: -2em;
	top: -18px;
}
.banner .en {
	font-size: 20px;
	top: 2em;
	position: absolute;
	left: 50%;
	margin-left: -2em;
}
.banner-info {
	position: absolute;
	width: 278px;
	height: 84px;
	top: 50%;
	margin-top: -42px;
	left:50%;
	margin-left: -136px;
	background: url('../img/banner-line.png');
	color: #fff;
}
.bread {
	margin: 20px 0;
}
.bread {
	width: 100%;
	min-height: 32px;
}
.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;
}
.section {
	}
.section-header {
	position: relative;
	text-align: center;
	font-size: 25px;
	margin-bottom: 80px;
}
.section-header>.en-title {
	padding: 20px 0;
	color: #999;
}
.section-header>.title>span {
	color: #0f87ff;
}
.line {
	width: 100%;
	height: 1px;
	display: block;
	background: #ccc;
}
.section-header>.title {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -3em;
	background: #fff;
	top: 56px;
	padding: 0 20px;
}
.section-header>.title:before {
	display: block;
	content: '';
	background: #ccc;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 17px;
	left: 0px;
}
.section-header>.title:after {
	display: block;
	content: '';
	background: #ccc;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 17px;
	right: 0px;
}
.welfare.col-md-6,.img.col-md-6 {
	padding: 0;
}
.welfare .text {
	background: url('../img/point.png');
	background-size: cover;
}
@media (max-width:960px){
	.welfare .text {
		background: url('../img/point.png');
		background-size: cover;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 5px;
	}
	.recruitment{
		margin-top: 20px!important;
	}
	.recruitment .note{
		font-size: 16px!important;
		text-align: left!important;
	}
}
.welfare .text .title {
	font-size: 20px;
	margin: 20px;
}
.welfare .text .content {
	color: #999;
	margin: 20px;
	line-height: 1.8;
}
.recruitment {
	margin-top: 80px;
	margin-bottom:50px;
}
.xg-section-header{
	margin-bottom: 24px;
}
.recruitment .note {
	font-size: 17px;
	color: #333;
	text-align: center;
	padding: 20px 0;
}
.recruitment .thead {
	height: 40px;
	line-height: 40px;
	background: #0f87ff;
	color: #fff;
}
.recruitment .thead th {
	text-align: center;
	height: 50px;
	vertical-align: middle;
}
tr {
	text-align: center;
	height: 40px;
}
td {
	vertical-align: middle !important;
}
a {
	text-decoration: none;
}
.my-btn {
	display: block;
	padding: 10px;
	width: 100px;
	text-decoration: none !important;
	margin: 0 auto;
	background: #9a9a9a;
	color: #fff;
}
.my-btn:focus {
	color: #fff;
}
.my-btn:hover {
	color: #fff;
	background: #0f87ff;
}
.my-active {
	background: #0f87ff;
	color: #fff;
}
.my-active:hover {
	color:#fff;
}
.detail {
	padding-left: 20px;
	line-height: 2;
	padding-bottom: 20px;
	text-align: left;
}
.detail p {
	margin-top: 20px;
	padding-right: 10px;
}
.detail .name {
	font-weight: bold;
}
.paging {
	text-align: center;
	margin-bottom: 20px;
}
.page-btn {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #d5d5d5;
	display: inline-block;
	margin: 0 5px;
	position: relative;
}
.page-btn:hover {
	color: #fff;
	text-decoration: none !important;
}
.pre {
	border: 1px solid #d5d5d5;
	padding: 5px 20px;
	border-radius: 15px;
	text-decoration: none !important;
}
.current-page {
	background: #0f87ff;
	color: #fff;
	border: 1px solid #fff;
	position: relative;
}
.current-page:after {
	display: block;
	content: '';
	background: #0f87ff;
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	top: -3px;
	left: -3px;
	z-index: -1;
	color: #fff;
}
.page-btn:hover:after {
	display: block;
	content: '';
	background: #0f87ff;
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	top: -3px;
	left: -3px;
	z-index: -1;
	color: #fff;
}
/*底部*/
	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;
}
@media (max-width: 1024px) {
	#product .pro-option-two .pro-list .pro-use {
	height: auto;
}
#product .pro-option-two .pro-list .pro-use div {
	height: auto;
}
#product .pro-option-two .pro-list .pro-use div div {
	max-height: 366px;
}
.banner .font p span.img {
	display: none !important;
}
#product .pro-option-two .pro-list .pro-detail .img {
	background-size: 58% !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 ul li .list a {
	width: 208px;
}
#menu li a {
	width: 190px;
}
header nav ul li {
	margin: 0 24px;
}
header nav ul li a {
	width: 100px;
}
.products-banner .swiper-container .swiper-slide {
	padding: 33px 12px 0;
}
.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;
	width: 50px;
	height: 50px;
	float: right;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
header .nav li {
	text-align: center;
}
header .nav li a {
	padding: 0;
}
header .nav i {
	font-size: 40px;
}
.dropdown-menu {
	left: -112px;
}
.dropdown-menu div {
	text-align: center;
	padding: 0 6px;
	height: 30px;
	line-height: 30px;
}
.dropdown-menu div:first-child a {
	border: none;
}
.dropdown-menu a {
	border-top: 1px solid #e5e5e5;
	display: block;
	font-size: 16px;
	padding: 8px 0;
}
.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%;
}
/*手机*/
	/*960*/
	@media (max-width: 960px) {
	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;
}
/*星空*/
	.banner {
	height: 264px;
	background: url("../img/banner-phone-s.jpg") no-repeat center;
	background-size: cover;
}
.banner .bg {
	display: none;
}
.head-small p {
	height: 100px;
	padding-top: 48px;
}
.about-play .right-font p {
	padding-bottom: 16px;
}
.detail .head-small {
	width: 72%;
}
.news .news-detail p.active span.title {
	font-size: 16px;
}
.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;
}
.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: 366px;
}
#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%;
}
.develop .develop-bottom .develop-dev:first-child p span {
	margin-left: 120px;
}
.develop .develop-bottom .develop-dev .line-dev {
	display: none;
}
}
/*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: 185px;
	background: url("../img/banner-phone-s.jpg") no-repeat center;
	background-size: cover;
}
.banner .bg {
	display: none;
}
.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:0;
	height: 84px;
}
}
/*800*/
	@media (max-width: 800px) {
	#new-detail .news-real .user span {
	width: 25%;
}
#menu {
	display: none;
}
.honor .honor-bottom .handle {
	padding-top:0;
}
header .container {
	position: relative;
}
#new-detail .news-real .content div img {
	width: 100%;
}
#section4 {
	height: 567px;
}
.pilot {
	height: 567px;
}
/*星空*/
	.banner {
	height: 185px;
	background: url("../img/banner-phone-s.jpg") no-repeat center;
	background-size: cover;
}
.banner .bg {
	display: none;
}
.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: 290px;
}
#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%;
	height: 150%;
}
.product-nav .pro-nav a {
	display: inline-block;
	height: 34%;
	width: auto;
	padding: 20px 8px;
	text-align: center;
}
.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) {
	#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;
}
.banner .bg {
	display: none;
}
.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: 290px;
}
#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%;
	height: 150%;
}
.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 {
	height: 130px;
}
#product .pro-option-two .pro-list .pro-detail .font {
	padding: 0;
}
#product .pro-option-two .pro-list .pro-detail .font h3 {
	font-size: 18px;
	margin-bottom: 16px;
}
#product .pro-option-two .pro-list .pro-detail .font p {
	line-height: 26px;
	height: 186px;
	overflow: hidden;
}
.pro-check p.title a {
	padding: 15px 50px 8px;
}
#product .pro-option-two .pro-list {
	padding: 0 15px 50px;
}
#product .pro-option-two .pro-list .pro-use .font {
	padding: 42px 0 0;
}
#product .pro-option-two .pro-list .pro-use .font h3 {
	margin: 0;
}
#product .pro-option-two .pro-list .pro-use div {
	height: 60%;
}
#product .pro-option-two .pro-list .pro-use {
	height: 468px;
}
.support .support-box .ques-list p.title span {
	font-size: 14px;
}
.support {
	padding: 0 14px 0;
	background: #fff;
}
/*日历*/
	.support .support-box .load-list .date {
	height: 72px;
}
.support .support-box .load-list .date p {
	width: 100%;
	height: 100%;
}
.support .support-box .load-list .date p span {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
}
.support .support-box .load-list .date p b {
	font-size: 28px;
}
.support .support-box .load-list .font h3 {
	font-size: 17px;
}
.contact-con {
	margin: 70px auto 0;
}
.contact-con .head p {
	font-size: 16px;
}
.contact-con .head {
	height: 72px;
	padding-top: 4px;
	width: 132px;
	border-radius: 8px;
}
.contact-con .content {
	padding: 10px 16px;
}
.contact-con .content-all {
	margin-top: 4px;
}
.contact-con .head span {
	font-size: 12px;
}
.contact-con .content-all .more-content {
	padding-left: 0;
}
.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: 10px;
}
.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;
}
.banner .bg {
	display: none;
}
.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: 720px;
}
.about-play .right-font {
	top: 370px;
}
.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: 290px;
}
#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%;
	height: 150%;
}
.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;
}
.banner .bg {
	display: none;
}
.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: 720px;
}
.about-play .right-font {
	top: 370px;
}
.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: 384px;
}
#product .pro-option-two .pro-list .pro-detail div {
	height: 184px;
}
.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 {
	width: 200%;
	height: 150%;
}
.product-nav .pro-nav a {
	display: inline-block;
	height: 34%;
	width: auto;
	padding: 20px 8px;
	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 22px 92px;
}
#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;
}
#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 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);
}
.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:1.3;
	height: 66px;
	padding: 0 20px;
}
/*星空*/
	.quantum-font P {
	margin:0;
}
.banner {
	height: 185px;
	background: url("../img/banner-phone-s.jpg") no-repeat center;
	background-size: cover;
}
.banner .bg {
	display: none;
}
.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: 710px;
}
.about-play .right-font {
	top: 270px;
}
.quantum {
	height: auto;
}
.quantum {
	width: 100%;
	padding: 0;
}
.news {
	width: 100%;
}
.news .news-detail {
	padding-left: 0;
}
.small-banner {
	height: 90px;
}
.about-play .left-about .img {
	height: 213px;
}
.products-banner .swiper-container .swiper-wrapper {
	margin-left: 330px;
}
.products-banner a.arm.arrow-left {
	left: -10px;
}
.products-banner a.arm.arrow-right {
	right: -10px;
}
#product .product-option {
	display: none;
}
.product-nav {
	width: 90%;
	margin:auto;
	display: block;
	overflow: hidden;
	height: 60px;
}
.pro-nav-s {
	width: 104%;
	height: 80px;
	overflow-x: scroll;
	overflow-y:hidden;
}
.product-nav .pro-nav {
	width: 200%;
	height: 76%;
	overflow-y:hidden;
}
.product-nav .pro-nav a {
	display: inline-block;
	height: 34%;
	width: auto;
	padding: 20px 8px 0 0;
	text-align: center;
}
}
@media (max-width: 380px) {
	.products-banner .swiper-container .swiper-wrapper {
	margin-left: 345px;
}
}
@media(max-width: 360px ) {
	.products-banner .swiper-container .swiper-wrapper {
	margin-left: 330px
}
}
/*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: 700px;
}
.about-play .right-font {
	top: 260px;
}
/*星空*/
.banner {
	height: 185px;
	background: url("../img/banner-phone-s.jpg") no-repeat center;
	background-size: cover;
}
.banner .bg {
	display: none;
}
.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: 290px;
}
#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%;
	height: 150%;
}
.product-nav .pro-nav a {
	display: inline-block;
	height: 34%;
	width: auto;
	padding: 20px 8px;
	text-align: center;
}
}