body,html{color:#333;margin:0;padding:0;font:0.28rem/0.3rem Microsoft YaHei,PingFangSC-Regular,SimSun,san-serif;background: #f7f7f7;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,object{margin:0;padding:0;outline: none;}
ul,ol,li{list-style-type:none}
address,cite,code,em,th,i,h1,h2,h3,h4,h5,h6{font-weight:normal; font-style:normal;}
img{border:0 none;max-width: 100%;}
h1,h2,h3,h4,h5,h6{font-size:0.26rem;}
object,textarea,img,iframe{vertical-align: top;}
textarea{overflow: auto;}
a{text-decoration:none;color:#333;outline: none;}
a:hover{text-decoration:none;color:#ff6800;}
.wrap{width:1200px; margin: 0 auto;min-width:1200px}
input[type=submit]:hover{opacity:0.9;filter:Alpha(opacity=90);cursor: pointer;}
.checkbox,.radio{width:13px;height:13px;vertical-align:-2px;*vertical-align:-1px;}
.l{float:left;_display: inline;} .r{float:right;_display: inline;}
.blank0,.blank1,.blank2,.blank3,.blank4,.blank5,.blank6,.blank7,.blank8,.blank9,.blank10,.blank11,.blank12,.blank70,.blank13,.blank14,.blank15,.blank16,.blank17,.blank18,.blank19,.blank20,.blank30,.blank40,.blank50,.blank60{clear:both;display:block; font-size:1px; overflow:hidden;}
.blank0{height:0;}.blank1{height:1px;}.blank2{height:2px;}.blank3{height:3px;}.blank4{height:4px;}.blank5{height:5px;}.blank6{height:6px;}.blank7{height:7px;}.blank8{height:8px;}.blank9{height:9px;}.blank10{height:10px;}.blank11{height:11px;}.blank12{height:12px;}.blank13{height:13px;}.blank14{height:14px;}.blank15{height:15px;}.blank16{height:16px;}.blank17{height:17px;}.blank18{height:18px;}.blank19{height:19px;}.blank20{height:20px;}.blank30{height: 30px;}.blank40{height:40px;}
.blank50{height:50px;}.blank60{height:60px;}.blank70{height:70px;}
.por{position: relative;} .owfl{ overflow:hidden;} .tl{text-align: left; } .tc{text-align: center; } .tr{text-align: right; }.center{margin: 0 auto;}
.flex{
	display: flex;
}
.j-s-b{
	justify-content: space-between;
}
*{
	box-sizing: border-box;
}
@font-face {
	font-family: 'iconfont';
	src: url('../iconfont/iconfont.eot');
	src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
	url('../iconfont/iconfont.woff2') format('woff2'),
	url('../iconfont/iconfont.woff') format('woff'),
	url('../iconfont/iconfont.ttf') format('truetype'),
	url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 0.3rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.box{
	max-width: 7.5rem;
	margin: 0 auto;
	background: #27272c;
	overflow: hidden;
	box-shadow: 0rem 0rem 0.09rem 0rem rgba(4, 0, 0, 0.17);
	color: #FFF;
	position: relative;
}
.weixin-btn{
	position: fixed;
	top: 0.3rem;
	left: 0;
	padding: 0 0.3rem;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
}
.weixin-btn .weixin-copy{
	background: #1aad19;
	width: 1.8rem;
	line-height: 0.6rem;
	color: #FFF;
	font-size: 0.24rem;
	border-radius: 0.6rem;
	display: inline-block;
	float: right;
	border: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.weixin-btn .weixin-copy:after{
	content: "";
	position: absolute;
	/*left: -1.8rem;*/
	left: 0;
	top: 0;
	width: 0.2rem;
	height: 0.6rem;

	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
	background-image: linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));

	-webkit-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-ms-transform: skewx(-25deg);
	transform: skewx(-25deg);
	animation: warn 1.5s ease-out 0s infinite;
	animation-direction: alternate;
}
@keyframes warn{
	0%{
		left: 12rem;
	}
	100%{
		left: -1.8rem;
	}
}
.popup{
	position: absolute;
	background: #FFF;
	top: 3.0rem;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 10px;
	padding: 0.4rem 0;
	width: 6.0rem;
	z-index: 9999;
	color: #333;
	display: none;
	box-shadow: 0 0 10px #ccc;
}
.popup[data-view="open"]{
	display: block;
}
.open{
	display: block;
}

.popup .icon i{
	color: #1aad19;
	font-size: 0.6rem;
	display: inline-block;
}
.popup .close{
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	width: 0.3rem;
	line-height: 0.3rem;
	cursor: pointer;
}
.popup .close i{
	font-size: 0.3rem;
	color: #333;
}
.popup .t{
	font-size: 0.28rem;
	font-weight: bold;
	padding: 0.1rem 0;
}
.popup .text{
	line-height: 0.35rem;
	margin-bottom: 0.2rem;
	font-size: 0.26rem;
}
.popup .text a{
	color: #333;
}
.popup .btn{
	width: 2rem;
	margin: 0 auto;
	font-size: 0.3rem;
	line-height: 0.8rem;
	background: #1aad19;
	color: #FFF;
	border-radius: 0.05rem;
}
.nav{
	position: fixed;
	top: 15%;
	left: 0;
	z-index: 9;
}
.nav a{
	background: rgba(0, 0, 0, .6);
	width: 1.5rem;
	line-height: 0.6rem;
	text-align: center;
	border-radius: 0 0.43rem 0.4rem 0;
	display: block;
	color: #FFF;
	margin: 0.05rem 0;
	font-size: 0.22rem;
}
.nav-btn{
	width: 0.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	margin: 0 auto;
	border-radius: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	color: #FFF;
}
.nav .fa-bars{
	display: none;
}
.nav .active .fa-bars{
	display: inline-block;
}
.nav .active .fa-times{
	display: none;
}
.nav .open{
	display: none;
}



.div1{
	height: 15.51rem;
	background: url(../images/div1.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: relative;
}
.div1 .div1-text{
	position: absolute;
	top: 5.2rem;
	width: 100%;
	color: #FFF;
}
.div1 .div1-text .p{
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.3;
}
.div1 .div1-btn{
	position: absolute;
	top: 6.8rem;
	width: 100%;
	color: #FFF;
}
.div1 .div1-btn a{
	display: inline-block;
	background: #ff6800;
	color: #FFF;
	padding: 0.15rem 0.25rem;
	border-radius: 0.3rem;
	font-size: 0.32rem;
}
.div1 .div1-btn i{
	font-size: 0.32rem;
}



.box-content{
	padding: 0.25rem;
	margin-top: -1.8rem;
	position: relative;
	z-index: 2;
}


.bd{
	box-sizing: border-box;
	padding: 1px;
	border-radius: 0.1rem;
	background-image: linear-gradient(90deg, #cb905a 0%, #fde3b8 23%, #cb905a 54%, #de9c5f 74%, #fde3b8 100%);
}
.bd-box{
	background: #1f1f1f;
	border-radius: 0.1rem;
	padding: 0.35rem;
}
.text-color{
	background-image: linear-gradient(-280deg, #cb905a 0%, #fde3b8 17%, #fde3b8 26%, #cb905a 58%, #de9c5f 82%, #fde3b8 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.2;
}




.div2{
}
.div2 .div2-2{
	margin: -0.15rem;
	flex-flow: row wrap;
	padding-top: 0.3rem;
}
.div2 .div2-2 .item{
	width: calc(50% - 0.3rem);
	margin: 0.15rem;
}



.div3{
	margin: 0.35rem 0;
}
.title-1 img{
	height: 0.36rem;
}
.title-2 img{
	height: 0.85rem;
}
.title-3 img{
	height: 0.84rem;
}
.title-4{
	padding-top: 0.4rem;
	padding-bottom: 0.15rem;
}
.title-4 img{
	height: 0.71rem;
}
.title-5 img{
	height: 0.85rem;
}
.title-6 img{
	height: 0.84rem;
}


/*表单*/
.form{
}
.form .box-title{
	font-size: 0.36rem;
	line-height: 0.36rem;
	font-weight: bold;
	color: #FFF;
}
.form-item li{
	margin-top: 0.3rem;
	position: relative;
}
.form-item li input{
	height: 0.8rem;
	line-height: 0.8rem;
	border: 1px dashed #9c9c9c;
	border-radius: 0.1rem;
	width: 100%;
	padding-left: 0.6rem;
	color: #9c9c9c;
	box-sizing: border-box;
	font-size: 0.28rem;
	background: #1f1f1f;
}
.form-item li input:focus{
	border-color: #d9781f;
}
.form-item li span.form-user{
	position: absolute;
	top: 50%;
	left: 0.2rem;
	transform: translate(0, -50%);
	color: #d9781f;
	font-size: 0.28rem;
	line-height: 1;
}
.form-item li span.form-tel{
	position: absolute;
	top: 50%;
	left: 0.24rem;
	transform: translate(0, -50%);
	color: #d9781f;
	font-size: 0.28rem;
	line-height: 1;
}
.form-item li input::-webkit-input-placeholder{
	color: #6b6b6b;
}
.form-item li input:-moz-placeholder{
	color: #6b6b6b;
}
.form-item li input:-ms-input-placeholder{
	color: #6b6b6b;
}
.form-btn{
	background: #d9781f;
	color: #FFF;
	line-height: 0.9rem;
	text-align: center;
	cursor: pointer;
	border: none;
	width: 100%;
	border-radius: 0.1rem;
	box-sizing: border-box;
	font-size: 0.3rem;
	font-weight: bold;
}
.form-box{
	background: #daa875;
	padding: 0.1rem 0.2rem;
	line-height: 0.5rem;
	border-radius: 0.1rem;
	display: flex;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	margin-top: 0.3rem;
	color: #fde3b8;
}
#form-item{
	height: 1rem;
	overflow: hidden;
}
.form-box-item{
	width: 100%;
}
.form-box .swiper-slide{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 0.2rem;
}


.div3-bottom{
	padding-top: 0.45rem;
}
.div3-bottom .bd{
	padding: 0.05rem;
}
.div3-bottom .bd-box{
	padding: 0.25rem;
	background: #27272c;
}
.div3-bottom .item{
	margin-top: 0.3rem;
}
.div3-bottom .left{
	width: 3rem;
}
.div3-bottom .right{
	flex: 1;
}
.div3-bottom .right .p{
	padding-left: 0.25rem;
	display: flex;
	align-items: center;
	height: 100%;
	color: #eebd91;
}


.div4 .div4-box{}
.div4 .div4-box li{
	background: #27272c;
	border-radius: 0.1rem;
	padding: 0.18rem;
	height: 2.13rem;
	font-size: 0.26rem;
}
.div4 .div4-box li:nth-child(n+2){
	margin-top: 0.16rem;
}

.div4 .div4-box .left{
	color: #eebd91;
	margin-right: 0.08rem;
}
.div4 .div4-box .left li .t{
	font-weight: bold;
	padding-bottom: 0.05rem;
}
.div4 .div4-box .left li .p{
	line-height: 1.1;
}
.div4 .div4-box .right{
	margin-left: 0.08rem;
	color: #959595;
}
.div4 .div4-box .right .text{
	height: 100%;
	display: flex;
	align-items: center;
}



.div5{
	margin: 0.35rem 0 0.15rem 0;
}
.div5-box{
	padding-top: 0.35rem;
}
.div5-box ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: .2rem;
}
.div5-box ul li{
	background: #3f3f3f;
	border-radius: 0.1rem;
}
.div5-box ul li img{
	border-radius: 0.1rem;
}
.div5-box ul li .text{
	padding: 0.25rem;
}
.div5-box ul li .text .t{
	font-weight: bold;
}
.div5-box ul li .text .p{
	padding-top: 0.05rem;
	font-size: 0.26rem;
}
.div5-bottom{
	padding-top: 0.5rem;
}
.div5-bottom .title{
	padding-bottom: 0.35rem;
}



/*底部*/
.footer{
	padding: 0.1rem 0 0 0;
	border-radius: 0;
	position: relative;
}
.footer .footer-box{
	background: #1f1f1f;
	padding-bottom: 1.8rem;
	border-radius: 0;
}
.footer-con{
	position: relative;
	color: #ebebeb;
}
.footer-con:after{
	content: "";
	position: absolute;
	width: 0.68rem;
	height: 0.03rem;
	background: #FFF;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.footer-con .t{
	font-size: 0.36rem;
	line-height: 0.36rem;
	font-weight: bold;
}
.footer-con .p{
	font-size: 0.2rem;
	line-height: 0.2rem;
	padding: 0.25rem 0;
}

.footer-tel{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 0.35rem;
}
.footer-tel span{
	display: inline-block;
	margin: 0 0.1rem;
}
.footer-tel span a{
	display: inline-block;
	border-radius: 0.1rem;
	padding: 0.15rem 0.2rem;
	font-size: 0.28rem;
	color: #ebebeb;
	line-height: 0.3rem;
	background: #cb905a;
}
.footer-add{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 0.35rem;
}
.footer-add span{
	margin: 0 0.2rem;
}
.footer-add span a{
	display: inline-block;
	border: 1px dashed #ebebeb;
	border-radius: 0.1rem;
	padding: 0.15rem 0.2rem;
	font-size: 0.24rem;
	color: #ebebeb;
	line-height: 0.36rem;
}

.footer-phone{
	position: fixed;
	z-index: 99;
	width: 100%;
	right: 0;
	bottom: 0;
	padding: .25rem;
}
.footer-phone a{
	position: relative;
	display: block;
	padding: 1px;
    border-radius: 0.1rem;
    background-image: linear-gradient(90deg, #cb905a 0%, #fde3b8 23%, #cb905a 54%, #de9c5f 74%, #fde3b8 100%);
}
.footer-phone a span{
	display: block;
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
	background: #f47f29;
	color: #FFF;
	border-radius: .08rem;
	width: 100%;
	padding: .3rem 0;
	z-index: 2;
}
