* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Microsoft Yahei';
    font-size: 0.24rem;
    background-color: #ffffff;
    color: #000000;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x:hidden;
}


/* 自定义标签样式 */

a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    display: block;
}

label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li,
ol li {
    list-style: none;
}

input,
img,
textarea,
button {
    outline: none;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}

button {
    background: none;
    outline: none;
}

b {
    font-weight: normal;
}

u {
    text-decoration: none;
}


/* 自定义公共类名样式 */

.fl-lt {
    float: left;
}

.fl-rt {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}



.meng{
	display: block;
	width: 100%;
	height: 100%;
	position:fixed;
	top: 0;
	left: 0;
	/*z-index:2;*/
	z-index:-1;
	background: transparent;
}

.header-box{
	width: 100%;
	height: 1.1rem;
	background: url(../img/header-bg.jpg) no-repeat;
	background-size: 100% 100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.header-box .head1{
	height: 0.26rem;
	text-align: center;
	line-height: 0.26rem;
}
.header-box .head1 span{
	display: block;
	font-size: .24rem;
	transform: scale(.67);
	-webkit-transform: scale(.67);
	-o-transform: scale(.67);
	-moz-transform: scale(.67);
	-ms-transform: scale(.67);
	width: 150%;
	margin-left: -25%;
	color:#fff;
}
.header-box .head2{
	position:relative;
	height: 0.8rem;
}
.header-box .head2 .logo{
	display: block;
	width: 3.24rem;
	height: 0.6rem;
	margin:0 auto;
	margin-top: 0.1rem;
}
.header-box .head2 .menu-img{
    display: block;
    position: absolute;
    width: 0.46rem;
    height: 0.38rem;
    right: 0.3rem;
    bottom: 0.3rem;
}

/*导航*/
.menu{
	position: fixed;
	right:-55%;
	top:1.1rem;
	z-index:999;
	width:2rem;
	background: #2490d0;
	text-align: center;
	padding: .1rem 0;
}
.menu ul li{
	position:relative;
}
.menu ul li .title{
	position: relative;
	width:1.4rem;
	margin:0 auto;
	border-bottom: 1px solid #fff;
	margin-bottom: 0.1rem;
	margin-top: 0.3rem;
}
.menu ul li:last-child{
	border-bottom: none;
}
.menu ul li .title a{
	color: #fff;
	font-size: .28rem;
	font-weight: normal;
	line-height: .56rem;
	margin-bottom: .08rem;
	display: block;
	width: 100%;
}
.menu ul li .cn span{
	display: block;
	font-size: .24rem;
	transform: scale(.833);
	-webkit-transform: scale(.833);
	-o-transform: scale(.833);
	-moz-transform: scale(.833);
	-ms-transform: scale(.833);
	width: 120%;
	margin-left: -10%;
	line-height: 1;
	margin-top: -10%;
}
.menu ul li .en span{
	display: block;
	font-size: .24rem;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-o-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	width: 200%;
	margin-left: -50%;
	line-height: 1;
	text-transform: uppercase;
}
.menu ul li.active a{
	color:#f9be00;
}
.menu ul li .item{
	position:absolute;
	width: 1.8rem;
	left: -1.8rem;
	top:-0.1rem;
	padding:0.1rem 0;
	background-color: #fff;
	display: none;
}
.menu ul li .item a{
	display: block;
	width: 100%;
	font-size: 0.26rem;
	height: 0.44rem;
	line-height: 0.44rem;
	color:#000;
}
.menu ul li .item a.on{
	background-color: #2490d0;
	color:#fff;
}

.menu ul li.active .item{
	display: block;
}
/*banner*/
.banner-wrapper{
	height:13.48rem;
}
.banner-wrapper img{
	display: block;
	width: 100%;
	height: 100%;
}
.banner-wrapper .swiper-pagination-bullet{
	background-color: #a0a0a0;
	opacity: 1;
}

.banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #c79f62;
}
.banner-wrapper .swiper-container-horizontal>.swiper-pagination-bullets,
.banner-wrapper .swiper-pagination-custom,
.banner-wrapper .swiper-pagination-fraction{
	bottom: 0.6rem;
}


.footer{
	width: 100%;
	height: 1rem;
	background-color: #2490d0;
	position:fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	display: flex;
	justify-content: space-around;
}
.footer a{
	width: 2.3rem;
	display: block;
	height: 100%;
	position:relative;
}
.footer a::after{
	content:"";
	display: inline-block;
	width: 1px;
	height: 0.4rem;
	background-color: #fff;
	position:absolute;
	right: 0;
	top: 50%;
	margin-top: -0.2rem;
}
.footer a:last-child::after{
	display: none;
}
.footer a img{
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.22rem;
	margin-left: -0.22rem;
}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

.content{
	margin-top: 1.1rem;
	padding-bottom: 1rem;
}
.lazy{
	display: block;
	width: 100%;
}

.btn-box{
	text-align: center;
	position:relative;
	z-index: 6;
}
.btn-box a{
	display: inline-block;
	width: 1.8rem;
	height: 0.5rem;
	margin:0.35rem;
}
.btn-box a img{
	display: block;
	width: 100%;
	height: 100%;
}






/*20200713*/
.public-title1{
	text-align: center;
}
.public-title1 .p-1 span{
	display: inline-block;
	font-size: 0.32rem;
	color:#c79f62;
	position:relative;
	line-height: 1;
}
.public-title1 .p-1 span::before,
.public-title1 .p-1 span::after{
	content:"";
	display: inline-block;
	width: 0.3rem;
	height: 1px;
	background-color: #c79f62;
	position:absolute;
	top: 50%;
	
}
.public-title1 .p-1 span::before{
	left: -0.4rem;
}
.public-title1 .p-1 span::after{
	right: -0.4rem;
}
.public-title1 .p-2 span{
	display: block;
	font-size: .24rem;
	transform: scale(.75);
	-webkit-transform: scale(.75);
	-o-transform: scale(.75);
	-moz-transform: scale(.75);
	-ms-transform: scale(.75);
	width:130%;
	margin-left:-15%;
	color:#c79f62;
	line-height: 1;
}
.public-title2{
	text-align: center;
	margin-top: 0.2rem;
}
.public-title2 .p-1{
	font-size: 0.44rem;
	color:#666666;
	line-height:0.56rem;
	font-weight: bold;
}
.public-title2 .p-1 span{
	display: inline-block;
	position:relative;
}
.public-title2 .p-1 span::before,
.public-title2 .p-1 span::after{
	content:"";
	display: inline-block;
	width: 0.96rem;
	height: 0.5rem;
	position:absolute;
	top:0.2rem;
}
.public-title2 .p-1 span::before{
	background: url(../img/iconL.png) no-repeat;
	background-size: 100% 100%;
	left:-1.2rem;
}
.public-title2 .p-1 span::after{
	background: url(../img/iconR.png) no-repeat;
	background-size: 100% 100%;
	right:-1.2rem;
}
.public-title2 .p-2{
	font-size: 0.24rem;
	text-transform: uppercase;
	color:#c79f62;
	line-height: 1;
}

@media (max-width:320px) {
	.public-title2 .p-2 span{
		display: block;
		font-size: .24rem;
		transform: scale(.833);
		-webkit-transform: scale(.833);
		-o-transform: scale(.833);
		-moz-transform: scale(.833);
		-ms-transform: scale(.833);
		width: 120%;
		margin-left: -10%;
	}
}