html { width: 100%; height:100%; font-size: 10px;}
@media only screen and (min-width: 360px) {
	html {
	 	font-size: 11px;
	}
}
@media only screen and (min-width: 410px) {
	html {
	 	font-size: 13px;
	}
}
h4{
	font-size: 2rem;
    padding: 4rem 2rem;
    text-align: center;
}
.mobileService .title,.mobilePartner .title,.moblieScenic .title,.mobileData .tilte{
	text-align: center;
	color: #666;
	margin-bottom: 2rem;
}
.mobileService .title p:first-child,
.mobilePartner .title p:first-child,
.moblieScenic .title p:first-child{
	font-size: 1.8rem;
	padding: 1rem 0;
	color: #333;
}
.mobileService li{
	margin:0 1.8rem;
	font-size: 12px;
	color: #666;
	display: flex;
	padding: 1.8rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.mobileService li p.icon{
	height: 3.3rem;
	width: 3.3rem;
	/*background: red;*/
	margin-right: 1rem;
}
.mobileService li p.icon1{
	background: url(../img/mobileIcon1.png) no-repeat;
	background-size: cover;
}
.mobileService li p.icon2{
	background: url(../img/mobileIcon2.png) no-repeat;
	background-size: cover;
}
.mobileService li p.icon3{
	background: url(../img/mobileIcon3.png) no-repeat;
	background-size: cover;
}
.mobileService li p.icon4{
	background: url(../img/mobileIcon4.png) no-repeat;
	background-size: cover;
}
.mobileService li p.icon5{
	background: url(../img/mobileIcon5.png) no-repeat;
	background-size: cover;
}
.mobileService li p.icon6{
	background: url(../img/mobileIcon6.png) no-repeat;
	background-size: cover;
}
.mobileService li p.icon7{
	background: url(../img/mobileIcon7.png) no-repeat;
	background-size: cover;
}
.mobileService li p.icon8{
	background: url(../img/mobileIcon8.png) no-repeat;
	background-size: cover;
}
.mobileService li div p:first-child{
	font-size: 1.4rem;
    padding-bottom: 0.3rem;
    color: #333;
}
.mobilePartner{
	background: #f0f5f9;
	padding-bottom: 3rem;
}
.mobilePartner .swiper-container{
	margin:0 1.8rem;
	
}
.mobilePartner .swiper-slide{
	height: 6rem;
	background: #fff;
	position: relative;
}
.mobilePartner img{
	width: 90%;
}
.mobilePartner .img1{
	/*width: 7rem;
	position: absolute;
    top: 1.6rem;
    left: 50%;
    margin-left: -3.5rem;*/
   margin-top: 1.4rem;
    margin-left: 0.4rem;
}
.mobilePartner .img2{
	width: 7rem;
	position: absolute;
    top:2.2rem;
    left: 50%;
    margin-left: -3.5rem;
}
.mobilePartner .img3{
	position: absolute;
    top: 2rem;
    left: 50%;
    width: 5rem;
    margin-left: -2.5rem;
}
.mobilePartner .img4{
	width: 70%;
    margin-top: 1.6rem;
    margin-left: 10%;
	/*width: 6rem;
    position: absolute;
    top: 2rem; 
    left: 50%;
    margin-left: -3rem;*/
}
.mobilePartner .img5{
	width: 80%;
    margin-left: 10%;
    margin-top: 1.7rem;
}
.mobilePartner .img6{
	width: 70%;
	margin-left: 15%;
	margin-top: 1.4rem;
	/*width: 6.5rem;
    position: absolute;
    top: 2rem;
    left: 50%;
    margin-left: -3.25rem;*/
}
.mobilePartner .img7{
	width: 5rem;
    position: absolute;
    top: 1.3rem;
    left: 50%;
    margin-left: -2.5rem;
}
.mobilePartner .img8{
	width: 6.5rem;
    position: absolute;
    top: 1.6rem;
    left: 50%;
    margin-left: -3.25rem;
}
.mobilePartner .img9{
	width: 80%;
	margin-left: 10%;
	margin-top: 2.1rem;
}
.mobilePartner .img10{
	width: 80%;
	margin-left: 10%;
	margin-top: 2.0rem;
}
.mobilePartner .img11{
    width: 3.5rem;
    position: absolute;
    top: 1.5rem;
    left: 50%;
    margin-left: -1.75rem;
}
.mobilePartner .img12{
	width: 90%;
    margin-left: 5%;
    margin-top: 2rem;
}
.moblieScenic{
	padding: 1.8rem;
	position: relative;
}
.triangle-down {
    position: relative;
    bottom: -18px;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: #333 transparent transparent;
}
.triangle-up {
    position: relative;
    top: -18px;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px;
    border-color: transparent transparent #333;
}
.moblieScenic img{
	width: 100%;
}
.moblieScenic .swiper-slide p{
	text-align: center;
}
.moblieScenic .swiper-container{
	width: calc(100% - 40px );
}
.moblieScenic .button-prev,.moblieScenic .button-next{
	position: absolute;
    width: 10px;
    height: 18px;
    background: url(../img/botton.png) no-repeat;
    background-size: 10px 18px;
    top: 15rem;
    right: 20px;  
}
@media only screen and (max-width: 320px) {
	.moblieScenic .button-prev,.moblieScenic .button-next {
	 	top: 13rem;
	}
}
.moblieScenic .button-next{
    left: 20px;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH;
}
.mobileData .tilte{
	color: #fff;
}

.mobileData .tilte p:first-child{
	font-size: 1.5rem;
	padding: 3rem 0 1rem 0
	
}
.mobileData .tilte p:nth-child(2){
	width: 80%;
	margin-left: 10%;
}
.mobileData{
	width: 100%;
	height: auto;
	background:#ff9000;
	padding-bottom: 2rem;
}

.mobileData ul{
	overflow: hidden;
	text-align: center;
	list-style: none;
}
.mobileData ul li{
	width: 24%;
	float: left;
	border-right:2px solid #fff;
	list-style: none;
}
.mobileData ul li:last-child{
	border-right: none;
}
.mobileData ul li p{
	color: #fff;
	font-size: 1rem;
	font-family: "微软雅黑";
}
.mobileData ul li p:first-child span,.mobileData ul li p:first-child{
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 700;
	color:#fff;
}


@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
 
@keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

.inx_sp {
    width: 100%;
    height: 16rem;
}
.inx_sp a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/videoBg.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    position: relative;
}
.spinner {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0px auto 0px;
    background-color: #fff;
    position: absolute;
    top: 12.8rem;
    left: 34.8%;
    /* margin-left: -30px; */
    border-radius: 100%;
    -webkit-animation: scaleout 1.5s infinite ease-in-out;
    animation: scaleout 1.5s infinite ease-in-out;
}
#spinner1 {
    -webkit-animation: scaleout 1.5s infinite ease;
    animation: scaleout 1.5s infinite ease;
}

#mobileBanner{
	width: 100%;
    height: 18rem;
}
#mobileBanner .swiper-wrapper{
	width: 100%;
    height: 100%;
}
#mobileBanner .swiper-wrapper img{
	width: 100%;
	height: 100%;
}
