@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus{ outline:none;border:none}
img,
input {
    border: 0;
}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.clearfix:after{clear: both;content: "";display: block;height:0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}
.wrap{
    max-width: 14rem;
    margin: 0 auto;
}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}
.cover_img {
    position: relative;
   
    overflow: hidden;
}
.cover_img>div:first-child{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.pic img:hover {
    transform: scale(1.05);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
body{
	padding-top: 1.34rem;
}
.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 0.18rem;
    padding-bottom: 0.2rem;
    z-index: 99;
    background-color: #9e1e1e;
    z-index:999;
}
.head>div{
    position: relative;
	height: 0.96rem;
    z-index: 3;
	background: url(../images/head-bg.png) no-repeat 56% 0.05rem/auto 0.39rem;
}
.head .logo{
    width: 3.8rem;
    margin-top: 0.1rem;
}
.head .logo a{
    display: block;
    overflow: hidden;
}
.head .logo img{
    display: block;
    width: 100%;
}
.head .h-right{
    width: 9.6rem;
}
.head .h-right .d1{
    font-size: 0;
    text-align: right;
}
.head .h-right .d1 .search{
    display: inline-block;
    vertical-align: middle;
    width: 2.2rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.2);
    border-radius: 0.05rem;
    overflow: hidden;
    position: relative;
    margin-left: 0.23rem;
}
.head .h-right .d1 .search input[type='text']{
    display: block;
    width: 100%;
    font-size: 0.12rem;
    line-height: 0.34rem;
    height: 0.34rem;
    color: #fff;
    padding-left: 0.1rem;
    padding-right: 0.4rem;
}
.head .h-right .d1 .search button{
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.37rem;
    height: 0.34rem;
    transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
}
.head .h-right .d1 .search button i{
	font-size: 0.14rem;
}
input::placeholder{
    color: #fff;
    font-size: 0.12rem;
}
input::-ms-input-placeholder{
    color: #fff;
    font-size: 0.12rem;
}
input::-moz-placeholder{
    color: #fff;
    font-size: 0.12rem;
}
input::-webkit-input-placeholder{
    color: #fff;
    font-size: 0.12rem;
}
.head .h-right .d2>ul>li{
    float: left;
    margin-left: 0.14rem;
    line-height: 0.58rem;
    position: relative;
}

.head .h-right .d2>ul>li>a{
    display: block;
    font-size: 0.16rem;
    color: #fff;
    padding-right: 0.2rem;
    transition:all .3s;
    
}

.head .h-right .d2>ul>li>i{
    position: absolute;
    right: 0;
    top: 0;
	color: #fff;
	text-align: right;
    font-size: 0.14rem;
    width: 0.2rem;
    height: 0.58rem;
}
.head .d2>ul>li div{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1.5rem;
	padding-top: 0.18rem;
	padding-bottom: 0.8rem;
	background-color: #9e1e1e;
	background-color: rgba(158,30,30,0.8);
    background:-webkit-gradient(left top,left bottom,color-stop(100%,rgba(158,30,30,0)),color-stop(100%,rgba(158,30,30,0)));
	background:-webkit-linear-gradient(top,rgba(158,30,30,1) 0%,rgba(158,30,30,0,0) 100%);
	background:linear-gradient(to bottom,rgba(158,30,30,1) 0%,rgba(158,30,30,0) 100%);
    transform: translateX(-50%);
    /* box-shadow: 0 0 0.1rem rgba(17, 17, 17, 0.2); */
    display: none;
    z-index: 99;
}
.head .d2>ul>li div a{
    display: block;
    font-size: 0.15rem;
    color: #fff;
    line-height: 0.44rem;
    border-top: 0.01rem solid #e1e1e1;
    text-align: center;

}
.head .h-right .d2>ul>li.on>a,
.head .h-right .d2>ul>li:hover>a{
    font-weight:600;
}
.head .d2>ul>li div a:first-child{
	border-top: none;
}
.head .d2>ul>li div a:hover{
    background-color:#8b0707;
}

.foot {background: url(../images/footer-bg.png) no-repeat center;background-size: cover;}
.foot .wrap {padding: 0.12rem 0;position:relative;}
.foot .wrap .foot-left{float:left;padding: 0.48rem 0 0.48rem 1rem;}
.foot .wrap .foot-right{float:right;margin-top: 0.37rem;}
.foot .wrap p{font-size: 0.14rem;line-height: 0.24rem; font-weight:normal;text-align:left;color: #f4e5c8;}
.foot .wrap p span,.foot .wrap p a{display: inline-block;}
.foot .wrap .copyright a{color:#f4e5c8;}
/**************************************************************
 * 组件功能
 */
/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: center;float:right;}
.shares li{float:left; margin:0 0.12rem; position:relative;}
.shares li i{display:inline-block; width: 100%; height: 0.28rem;opacity:.6; filter:Alpha(opacity=60); vertical-align:top;color: #b27f70;font-size: 0.28rem;}
.shares li i:hover{ opacity:1; filter:Alpha(opacity=100); }

.shares li span{display:block; line-height: 0.24rem; font-size: 0.14rem; color: #f4e5c8;text-align:center;padding-top: 0.14rem;}
.shares li .con{display:none; position:absolute; bottom: 0.8rem; left:50%;z-index:100; margin-left: -0.4rem; width: 0.8rem;}
.shares li .con img{ width: 100%; height:auto; vertical-align:top; background:#fff;}

span#_ideConac {
    position: absolute;
    left: 0;
    bottom: 0.4rem;
}
span#_ideConac img{
	width: 0.8rem;
}

.wap{
    display: none;
}
.top {
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: fixed;
    right: 0.15625rem;
    top: 0.28125rem;
    width: 0.39rem;
    height: 0.39rem;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu i {
    height: 0.39rem;
	font-size: 0.39rem;
	color: #fff;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1024px){
	html, body{
		font-size: 0.26rem;
	}
	body{
		padding-top: 0.95rem;
	}
    .head .h-right .d2>ul>li{
        margin-left: 0.25rem;
    }
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #9e1e1e;
        padding: 0.15rem;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 0.4rem;
    }
    .m-logo img {
        max-height: 0.65rem;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 0.15625rem 0.15625rem 0;
    }

    .m-tlink a {
        font-size: 0.2185rem;
        margin: 5px 0;
        display: inline-block;
        background: #fff;
        color: #9e1e1e;
        line-height: 0.46875rem;
        padding: 0 0.23437rem;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 0.15rem;
        padding-right: 0.5rem;
        padding-left: 0.1rem;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
        position: relative;
        line-height: 0.35rem;
        /* background: #fff; */
        margin-top: 0.15rem;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 0.39062rem;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search button {
        position: absolute;
        right: 0.15625rem;
        top: 50%;
        height: 0.25rem;
		font-size: 0.25rem;
		color: #fff;
        transform: translateY(-50%);
    }
	.m-search button i{
		font-size: 0.25rem;
	}
    .m-nav {
        position: fixed;
        top: 0.9375rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #9e1e1e;
        overflow-y: scroll;
        width: 100%;
        max-width: 5.8593rem;
    }
    .m-nav ul {
        padding: 0 0.23437rem;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 0.28rem;
        line-height: 0.36rem;
        padding: 0.23rem 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 0.15625rem 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
		font-size: 0.32rem;
        right: 0;
        top: 0.23rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
	.foot .wrap{
		padding: 0.3rem 0.2rem 0.2rem;
	}
	.foot .wrap .foot-left{
		float: none;
		padding: 0;
	}
	.foot .wrap p{
		text-align: center;
		font-size: 0.22rem;
		line-height: 0.3rem;
	}
	.foot .wrap .foot-right{
		float: none;
		margin-top: 0.2rem;
	}
	.shares ul {
	    display: inline-block;
	    width: auto;
	    margin: 0 auto;
	    float: none;
	}
	.shares li{
		margin: 0 0.22rem;
	}
	.shares li i{
		height: 0.4rem;
		font-size: 0.4rem;
	}
	.shares li span{
		line-height: 0.3rem;
		font-size: 0.22rem;.
		padding-top: 0.2rem;
	}
	.shares li .con{
		bottom: 1.2rem;
		margin-left: -0.6rem;
		width: 1.2rem;
	}
	span#_ideConac{
		left: 0.3rem;
		bottom: 0.2rem;
	}
}

@media screen and (max-width: 800px){

    body{
        overflow-x: hidden;
    }
    html{
        overflow-x: hidden;
    }
    .wrap{
        padding: 0 0.2rem;
    }

}

@media screen and (max-width: 550px){
    .m-nav{
        width: 100%;
        max-width: none;
    }
}

.search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #9e1e1e inset;
  -webkit-text-fill-color: #fff;
}
