html {
	font-family: PingFang SC,Verdana,Helvetica Neue,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;
	overflow-y:scroll;
}
html *{
	outline:0;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	background: none;
	text-decoration: none;
}
body{
     cursor;pointer;   
}
input {
  outline: none;
  padding: 0;
  margin: 0;
}
button {
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
}
p {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 0.56rem;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 0.56rem;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 0.56rem;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 0.56rem;
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.hide {
  display: none !important;
}
.right {
  float: right;
}
.box-shadow {
  -webkit-box-shadow: 0 0 10px #0CC;
  -moz-box-shadow: 0 0 10px #0CC;
  box-shadow: 0 0 10px #0CC;
}
.header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 20;
}
header {
  position: relative;
  height: 2rem;
  margin: 0 auto;
  padding: 0 0.88rem;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover,header a:active,header a:visited{
	color: #fff;
}
header ul {
	overflow: hidden;
  vertical-align: middle;
  font-size: 0;
  height: 2rem;
  line-height: 2rem;
}
header ul li {
  list-style: none;
  vertical-align: middle;
  float: left;
}
header ul li.logo img {
  vertical-align: middle;    
  width: 3.08rem;
}
header ul li.btns {
	float: right;
  line-height: 2rem;
}
header .try {
	display: inline-block;
	padding:0 0.4rem 0 1.24rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border: none;
  border-radius: 0.8rem;
  text-align: center;
  background-color:#fd495d;
  color: #ffffff;
  font-size: 0.64rem;
  background-image: url(../images/pho_pic.png);
  background-repeat: no-repeat;
  background-position: 0.48rem 50%;
  background-size:0.52rem;
  margin-top: 0.4rem;
}
.main{
	max-width: 750px;
	margin: 0 auto;
}
.cont1 .swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet-active{
	background: #fd495d;
}
.title{
	text-align: center;
}
.cont2{
	padding: 0 0.52rem 2.4rem;
}
.cont2 .title{
	padding: 1.28rem 0 1.04rem;
}
.title img{
	width: 70%;
}
.cont2 .swiper-slide div{
	height: 9rem;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #f2f2f2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.cont2 .swiper-slide div img{
	width: 100%;
	border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.cont2 .swiper-slide div p{
	padding: 0.4rem 0 0.6rem;
	font-size: 0.4rem;
	color: #464646;
	line-height: 0.8rem;
}
.cont2 .swiper-slide div:hover{
	border-bottom: 2px solid #fd495d;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../images/leftbtn.png) no-repeat;
	width: 0.6rem;
	background-size: 100%;
	right: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/rightbtn.png) no-repeat;
	width: 0.6rem;
	background-size: 100%;
	right: 0;
}
.cont3{
	height: 16.2rem;
	background: url(../images/bg1.jpg) no-repeat 0 0;
	background-size: contain;	
}
.cont3 .more{
	padding-top: 12.4rem;
}
.more{
	text-align: center;
}
.more a{
	display: inline-block;
	width: 4.8rem;
	height: 1.12rem;
	line-height: 1.12rem;
	background: #fca1a5;
	text-decoration: none;
	color: #fff;
	font-size: 0.64rem;
	border-radius: 35px;
	border: 1px solid #fca1a5;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.more a:hover{
	border: 1px solid #fca1a5;
	background: #fff;
	color: #fca1a5;
}
.cont4{
	padding: 1.4rem 0 1.4rem;
}
.cont4 .content{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 13px;
}
.cont4 .content video{
    width: 100%;
    border-radius: 20px;
    border: 5px solid #fe6e6e;
    object-fit: fill;
    box-sizing: border-box;
}
.cont4 .content img{
	position: absolute;
	top: 200px;
}
.cont4 .content img.star{
    position: absolute;
    top: 0;
    left: 0;
}
.cont4 .content img.star1{
	position: absolute;
	top: 6.36rem;
	right: 0.12rem;
	z-index: 11;
	width: 2.52rem;
}
.cont6 .title{
	padding: 33px 0;
}
.cont6 .title img{
	width: 60%;
}
.cont6 .content ul{
	overflow: hidden;
	padding: 0 0.52rem 1.6rem;
}
.cont6 .content ul li{
	float: left;
	width: 3.88rem;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}
.cont6 .content ul li:nth-child(2){
	margin: 0 1rem;
}
.cont6 .content ul li h3{
    font-size: 0.48rem;
    color: #fff;
    background: #fe5f58;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cont6 .content ul li p{
	font-size: 0.4rem;
	line-height: 0.8rem;
	padding: 0.4rem 0.16rem 0.6rem;
}
.cont6 .more{
	padding-bottom: 1.6rem;
}
.cont8 .title{
	padding: 1.4rem 0;
}
.cont8 .more{
	margin-bottom: 1rem;
}
.steps{
	text-align: center;
}
.steps img{
	width: 100%;
}
.cont7 img,.cont5 img{width: 100%;}
.cont8 .content{
	padding: 0 0.4rem;
}
.cont8 .content ul{
	margin: 1.36rem auto 1.92rem;
	overflow: hidden;
}
.cont8 .content ul li{
	float: left;
	width: 4.2rem;
	background: #f6f6f6;
	border-radius: 3px;
}
.cont8 .content ul li img{
	width: 100%;
}
.cont8 .content ul li:nth-child(2){
	margin: 0 0.8rem;
}
.cont8 .content ul li h4{
	padding-left: 5px;
	border-left: 0.08rem solid #ff6060;
	line-height: 1;
	font-size: 0.44rem;
	margin: 0.28rem 0 0.24rem 0.2rem;
}
.cont8 .content ul li p{
	padding:0 0.2rem;
	font-size: 0.4rem;
	line-height: 0.8rem;
	padding-bottom: 0.4rem;
}
.cont9 img{
	width: 100%;
}
.cont10 .title{
	padding: 1.6rem 0 1.2rem;
}
.cont10 .title img{
	width: 40%;
}
.cont10 .content{
	padding: 0 13px;
	margin:0 auto 50px;
	position: relative;
}
.cont10 .content>img{
	width: 1.48rem;
	position: absolute;
	bottom: -0.24rem;
	right: 0;
}
.cont10 .content ul{
	overflow: hidden;
	border: 0.2rem solid #ff827c;
	border-radius: 0.88rem;
	padding: 0 0.6rem;
}
.cont10 .content ul li{
	width: 100%;
	float: left;
	overflow: hidden;
}
.cont10 .content ul li .lists a{
	display: block;
	width: 9.32rem;
	float: left;
	font-size: 0.48rem;
	text-decoration: none;
	color: #494949;
	margin-bottom: 0.6rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cont10 .content ul li .lists .titles span{
	float: right;
	font-size: 0.4rem;
	color: #838282;
}
.cont10 .content ul li .lists a:before{
	content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: #9f9f9f;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
    vertical-align: middle;
    margin-right: 3px;
}
.cont10 .content ul li  h3 {
	font-size: 0.6rem;
	color: #ff827c;
	padding: 0.8rem 0 0.72rem;
	font-weight: normal;
}
.cont10 .content ul li  h3 a{
	display: inline-block;
	float: right;
	font-size: 0.4rem;
	padding: 0.08rem 0.32rem;
	border: 1px solid #ff827c;
	background:#ff827c;
	color: #fff;
	border-radius: 1.2rem;
	text-decoration: none;
}
.cont10 .content ul li  h3 a:hover{
	color: #fff;
	border: 1px solid #ff827c;
}
.glory{
	background: url(../images/bg5.jpg) no-repeat 0 0;
	background-size: cover;
	    padding-bottom: 2rem;
}
.glory .title{
	padding-top: 1.6rem;
}
.glory .title h2{
	font-size: 0.8rem;
	color: #494949;
}
.glory .content{
	overflow: hidden;	
	padding: 0 0.2rem;
}
.glory .content img{
	width: 100%;
}
.glory .content .tab{
	text-align: center;
	margin: 1rem 0;
	font-size: 0;
}
.glory .content .tab button{
	width: 3rem;
	height: 1.12rem;
	font-size: 0.4rem;
	background: #fff;
	color: #787878;
	border: 1px solid #ccc;
}
.glory .content .tab button.active{
	background:#ff8080;
	color: #fff;
	border: 1px solid #ff8080;
}
.glory .content .tab button.cooperation{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;
}
.glory .content .tab button.honour{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: none;
}
.main footer {
	background:#4d4d4d;
	padding:0.8rem 0.4rem 2.4rem;
}
.main footer p {
	font-weight:100;
	text-align:center;
	color:#fff;
	font-size:0.4rem;
	margin:.266667rem auto
}
.main .fix-footer {
	position: fixed;
	bottom: 0;
	width: 15rem;
	z-index: 10;
}
.main .fix-footer ul li {
	float: left;
	text-align: center;
	background: #fd495d;
	height: 2rem;
	display: inline-block;
	width: 25%;
	font-size: 0.4rem;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	color: #fff;
}
.main .fix-footer ul li:last-child {
	border: none
}

.main .fix-footer ul li i {
	margin-top: .16rem;
	font-size: .48rem;
	color: #fff;
}
.main .fix-footer ul li i.icon-info{
	display: inline-block;
	width: 0.72rem;
	height: 0.72rem;
	background: url(../images/icon_earphone.png) no-repeat 50% 50%;
	background-size: 100%;
}
.main .fix-footer ul li i.icon-phone{
	display: inline-block;
	width: 0.72rem;
	height:0.72rem;
	background: url(../images/icon_phone.png) no-repeat 50%50%;
	background-size: 100%;
}
.main .fix-footer ul li i.icon-personal{
	display: inline-block;
	width: 0.72rem;
	height:0.72rem;
	background: url(../images/icon_person.png) no-repeat 50% 50%;
	background-size: 100%;
}
.main .fix-footer ul li i.icon-earphone{
	display: inline-block;
	width: .48rem;
	height: .48rem;
	background: url(../images/icon_info.png) no-repeat 50% 50%;
	background-size: 100%;
}
.main .fix-footer ul li h3 {
	color: #000;
	font-weight: 200;
}
.main .fix-footer ul li h3 a{
	font-size: 0.4rem;
	color: #fff;
}
 ul.level1{
	margin: 0 auto;
	overflow: hidden;
}
 ul.level1 li{
	display: inline-block;
	width:26%;
	height: 1.84rem;
	background: #fd495d;
	text-align: center;
	float: left;
	-moz-box-sizing: border-box;  
 	-webkit-box-sizing: border-box; 
 	-o-box-sizing: border-box; 
 	-ms-box-sizing: border-box; 
 	box-sizing: border-box; 
}
 ul.level1 li a{
	text-decoration: none;
	color: #fff;
	font-size:14px;
}
 ul.level1 li img{
	width: 0.4rem;
}
 ul.level1 li.border{
	border-left: 0.04rem solid #BE4C00;
	border-right: 0.04rem solid #BE4C00;
}
 ul.level1 li.navigation span{
	display: inline-block;
    width: 2.88rem;
    height: 2.88rem;
    line-height: 2.88rem;
    font-size: 0.72rem;
    color: #fd495d;
    font-weight: bold;
    border: 3px solid #fd495d;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 0.2rem;
    top: -1.08rem;
}
.navigat ul.level2{
	display: inline-block;
	overflow: hidden;
	width: 100%;
	padding:0.8rem 0 1.6rem;
	background: #eaeaea;
   margin: 0 auto;
}
.navigat ul.level2 li{
	line-height: 30px;
	padding:0 20px;
}
.navigat ul.level2 li img{
	width: 20px;
	vertical-align: middle;
	margin-right:10px;
}
 .navigat{
	display: inline-block;
   position: fixed;
	bottom: 1.306667rem;
	z-index: 2;
}
.navigat ul.level2 li a{
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
.experience h2{
	color: #333;
    font-weight: 200;
    font-size: 0.96rem;
    text-align: center;
    height: 1.6rem;
}
.experience h2 span{
	color: #fd495d;
}
.experience h4{
	font-size: 0.52rem;
	color: #666;
	text-align: center;
	line-height: 1.5;
	    font-weight: normal;
}
.box{
	padding: 1.96rem 1.6rem;
}
.box .form{
	padding-top: 0.96rem;
}
.box .form>input,.phone input,.experience .form>select{
	    display: block;
    padding: 0 0 0 0.4rem;
    color: #666;
    font-weight: 200;
    width: 11.4rem;
    height: 1.64rem;
    line-height: 1.64rem;
    font-size: 0.56rem;
    border: 1px solid #fd495d;
    margin: 0 auto 0.6rem;
    border-radius: 2px;
    box-sizing: border-box;
}
.box  input.next {
    display: block;
    background: #9c3;
    font-weight: 200;
    width: 11.4rem;
    height:1.64rem;
    line-height:1.64rem;
    font-size: 0.72rem;
    color: #fefefe;
    border: none;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#ff902c), to(#ff6600));
    background: -webkit-linear-gradient(to right, #ff902c, #ff6600);
    background: -moz-linear-gradient(to right, #ff902c, #ff6600);
    background: -o-linear-gradient(to right, #ff902c, #ff6600);
    background: linear-gradient(to right, #ff902c, #ff6600);
    border-radius: 40px;
    box-shadow: 0 0 12px #ff6600;
    -webkit-box-shadow:0 0 12px #ff6600;
}
.box  button.next {
    display: block;
    background: #9c3;
    font-weight: 200;
    width: 5.4rem;
    height:1.14rem;
    line-height:1.24rem;
    font-size: 0.52rem;
    color: #fefefe;
    border: none;
    margin: 0 auto;
	margin-top:0.8rem;
    text-align: center;
    padding-left: 0;
    background: #FB0A2E;
    border-radius: 40px;
}
.box  button.next a{

	color:#fff;
	text-decoration: none;
}
.receive-yzm{
    width: 11.4rem;
    height:1.64rem;
    border: 1px solid #fd495d;
    margin: 0 auto 1rem;
} 
.ipt {
	float: left;
	width: 7rem;
	height: 1.64rem;
	border: none;
    line-height:1.64rem;
    font-size: 0.56rem;
  	background: url(../images/phone_icon.png) no-repeat 0.64rem 50%;
  	background-size: 0.68rem;
    box-sizing: border-box;
        padding: 0 0 0 0.4rem;
}
.vCode {
    display: inline-block;
    width:4rem;
    height: 1.64rem;
    vertical-align: middle;
    float: left;
    margin-left: 0.4rem;
}
.certificate{
	padding: 0 0.2rem;
}
.certificate .swiper-container img{
	width: 100%;
}
