@charset "utf-8";
/* CSS Document */
body,div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea,
input, button, select, textarea,a,input,span{ margin:0px; padding:0px;font-family:"微软雅黑", Arial, Helvetica, sans-serif;}
ul,li{list-style:none;}
a:hover{text-decoration:none;}
.clear{clear: both;}
/*header部分样式*/
html,body{
	width: 100%;
	min-height: 100%;
	min-width: 320px;
	max-width:640px;
	margin:0 auto;
	background: #ffffff;
}
body{
	position: relative;
}
.header{
	position: fixed;
	top: 0;
	left:50%;
	width: 100%;
	z-index: 999;
	max-width:640px;
	transform: translate(-50%);
	background-color: rgba(0, 0, 0, 0.5);
}
.header_center{
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 25px;
	width: 100%;
}
.header_center .icon_home{
	width: 20px;
	cursor: pointer;
}
.header .logo img{
	width: 71px;
}
.header_center .icon_menu{
	width: 20px;
	cursor: pointer;
}
.header .nav{
	display: none;
	position: absolute;
	top: 50px;
	left:0;
	right:0;
}
.header.sec_header{
	background: #333333;
}
./* header.sec_header .header_center{
	height: 42px;
}
.header.sec_header .nav{
	top: 42px;
} */
.header .nav>ul>li{
	position: relative;
}
.has_children>a{
	background: url(../images/icon_arrow.png) no-repeat right 25px center;
	background-size: 7px auto;
}
.header .nav>ul>li>a{
	display: block;
	padding:0 25px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5);
	margin-bottom: 1px;
}
.header .nav .sec_lev{
	display: none;
	width: 100%;
}
.header .nav_en>ul>li>a{
	padding:0 20px;
}
.header .nav_en .sec_lev{
	padding: 8px 0 8px 15px ;
}
.header .nav .sec_lev a{
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	color: #fff;
	padding-left:35px;
	background-color: rgba(0, 0, 0, 0.5);
	margin-bottom: 1px;
}
.header .nav>ul>li.active>a{
	/* background-color: #101010; */
	color: #98cc98;
}
/*.header .nav>ul>li:hover >a{
	background-color: rgba(0, 0, 0, 0.5);
	color: #98cc98;
}*/
/*.header .nav .sec_lev a:hover{
	color: #98cc98;
}*/
.language{
	float: right;
	margin-top: 44.5px;
}
.language div{
	display: inline-block;
	font-size: 12px;
	padding:3px 5px;
	color: #fff;
	border:1px solid transparent;
	cursor: pointer;
}
.language div:hover{
	opacity: 0.7;
}
.language div.active{
	border:1px solid #ffffff;
	color: #ffffff;
}
/* .header .nav>ul>li:hover .sec_lev{
	display: block;
} */

.home_slide{
	position: relative;
}
.home_slide .menu{
	position: absolute;
	bottom: 0;
	left:15px;
	right: 15px;
	display: flex;
	z-index: 99;
}
.home_slide .menu a{
	flex: 1;
	display: block;
	width: 200px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.home_slide .menu a:nth-child(1){
	background: rgba(217, 174, 130,0.85);
}
.home_slide .menu a:nth-child(2){
	background: rgba(87, 130, 130,0.85);
}
.home_slide .menu a:nth-child(3){
	background: rgba(130, 174, 130,0.85);
}
.home_slide .menu a:hover{
	background: rgba(201, 215, 215,0.85);
}


.home_slide #myCarousel{
	width: 100%;
	height: 100%;
}
.home_slide .carousel-inner{
	width: 100%;
	height: 100%;
} 
.home_slide .carousel-inner .item{
	width: 100%;
	height: 100%;
}
 .home_slide .carousel-inner .item img:first-child{
 	display: block;
 	width: 100%;
 	margin:0 auto;
} 
.home_slide .carousel-indicators{
	left: unset;
	width: 28px;
	right: 22px;
	padding:10px 0;
	bottom: unset;
	top: 50%;
	transform: translateY(-50%);
	background-color: #42403d;
	border-radius: 14px;
}
.home_slide .carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 1px;
    background: #42403d;
    border: 2px solid #ffffff;
}
.home_slide .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-color: #ffffff
}
.home_slide{
    width: 100%;
	/* height:calc( 100vh - 114px - 107px) ; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.slide_control{
	position: absolute;
	left: 50%;
	margin-left: -39px;
	bottom: 42px;
}
.carousel-control{
	opacity: 1;
	position: unset;
	display: inline-block;
	height: 36px;
	width: 36px;
}
.carousel-control.left{
	background-image: url(../images/slide_r.png);
}
.carousel-control.right{
	background-image: url(../images/slide_l.png);
}
.carousel-control.left:hover{
	background-image: url(../images/slide_r2.png);
}
.carousel-control.right:hover{
	background-image: url(../images/slide_l2.png);
}

.footer{
	background-color: #000000;
}
.footer .en{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_center{
	width: 100%;
	padding:25px;
}
.footer_center *{
	font-size: 10px;
}
.footer_center img{
	width: 50px;
}
.footer_center .company_info{
	padding:10px 0;
	border-bottom: 1px solid #fff;
}
.footer_center .statement{
	display:flex;
	justify-content: space-between;
	padding:10px 0;
}
.footer_center .language{
	width:210px;
	margin-top: 0;
	margin-left: 10px;
}




.sm_banner{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	background: #b0b0b0;
	overflow: hidden;
	/* margin-top: 42px; */
	margin-top: 50px;
}
.sm_banner img{
	display: block;
	width: 100%;
}
.sm_banner .title{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 50px;
	color: #fff;
}
.content_center{
	width: 100%;
	margin:0 auto;
}
.instr{
	color:#131313;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	padding:0 25px;
}
.instr span{
	color: #99cc99;
}
.com_tit{
	position: relative;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #99cc99;
	border-bottom: 1px solid #99cc99;
	margin-left: 14px;
}
.com_tit:before{
	content: '';
	height: 100%;
	width: 4px;
	background-color: #99cc99;
	position: absolute;
	left: -14px;
	top: 0;
}
.com_tit1{
	color:#d6c1ad;
	border-bottom: 2px solid #d6c1ad;
}
.com_tit1:before{
	background-color: #d6c1ad;
}
.com_tit2{
	color:#add6d6;
	border-bottom: 2px solid #add6d6;
}
.com_tit2:before{
	background-color: #add6d6;
}
.com_tit3{
	color:#aabccd;
	border-bottom: 2px solid #aabccd;
}
.com_tit3:before{
	background-color: #aabccd;
}
.com_tit4{
	color:#a29cbd;
	border-bottom: 2px solid #a29cbd;
}
.com_tit4:before{
	background-color: #a29cbd;
}
.com_tit5{
	height: 28px;
	line-height: unset;
	margin-bottom: 30px;
	border-bottom:1px solid #7f7f7f;
}
.com_tit5:before{
	height: 28px;
	top: -0;
}
.com_tit5 span{
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding:0 24px;
	border-right:1px solid #7f7f7f;
	cursor: pointer;
}
.com_tit5 span.active{
	background:#add6d6;
	color: #fff;
	border-bottom:1px solid #7f7f7f;
}




.cont_tit h2{
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	min-width: 100px;
	text-align: center;
	padding:0 20px;
	border-radius:14px;
	color: #fff;
	margin-bottom: 10px;
	background: #99cc99;
}
.contact_us{
	width: 100%;
	background: #ffffff;
	padding:0 25px;
	margin:0 auto 70px;
}
.develop_box{
	margin:30px 0;
}
.develop_box li{
	position: relative;
	padding:10px 0;
	display: flex;
}
.develop_box li:before{
	content: '';
	width: 1px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 74px;
	background: #99cc99;
}
.develop_box li i{
	font-style: normal;
	color: #99cc99;
	font-size: 20px;
	margin-right: 20px;
}
.develop_box li span{
	font-size: 12px;
}
.legal_box{
	width: 516px;
	margin:0 auto;
	overflow: hidden;
}
.legal_box .left .title{
	width: 120px;
	text-align: center;
	color: #ffffff;
	padding:5px 0;
	background: linear-gradient(to right,#28c3f3,#0096db);
	margin-bottom: 10px;
}
.legal_box img{
	margin-top: 20px;
}

.practical li{
	border-bottom: 1px solid #7f7f7f;
}
.practical .tit{
	position: relative;
	color: #000;
	font-size: 12px;
	padding:16px 20px 16px 13px;
	background: url(../images/icon_off.png) no-repeat center right 2px;
}
.practical .tit.active{
	color: #add6d6;
	background: url(../images/icon_on.png) no-repeat center right 2px;
}

.practical .tit:after{
	content:'';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	border:1px solid #8c8c8c;
}
.practical .tit.active:after{
	background: #add6d6;
	border:none
}
.practical .content{
	/*display: none;*/
	padding:0 13px 20px;
}
.practical li:first-child{
	border-top: 1px solid #7f7f7f;
}
.practical li:first-child .content{
	display: block;
}
.practical .content h2{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
.practical .content h2:first-child{
	margin-top: 0;
}
.practical .content h3{
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}
.practical .content h4{
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
.rules{
	display: none;
}
.believe_line{
	padding:10px 0 60px 0;
}
.believe_line div{
	font-size: 12px;
	/*height: 50px;*/
	line-height: 50px;
	padding-left: 50px;
	background: url(../images/icon_plus.png) no-repeat left 5px top 10px;
}

.s_img{
	width: 70%;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 9;
}
.s_img:nth-child(2){
	display: block;
}