@media (min-width: 1200px) {
    body {
        width: 600px;
        margin: 0 auto;
        position: relative;
    }

}



* {
    margin: 0;
    padding: 0;
}


ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

html {
    font-size: 62.5%;
}

input {
    outline: none;
    -webkit-appearance: none;
}


body{
	font-size: 16px;
	font-family: 'Microsoft Yahei';
	color: #333;
	background:#730c21 url('../images/bg.jpg') no-repeat center top;
	background-size: 100%;
}

.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.contain{
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.tit-1{
	width: 100%;
	height: 50px;
	text-align: center;
	background: url('../images/titi-1.png') no-repeat center center;
	background-size: contain;
}

.news-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 2px solid #ebdac0;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.news-cont h2{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;
}

.news-cont p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}

.news-cont p a{
	color: #cd133d;
}

.news-cont ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news-cont ul li{
	width: 100%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background: url('../images/news-li.png') no-repeat center left;
	background-size: cover;
	margin-bottom: 10px;
	text-indent: 20px;
}

.news-cont ul li a{
	color: #333;
}

.tit-2{
	width: 100%;
	height: 85px;
	background: url('../images/tit-2.png') no-repeat center center;
	background-size: contain;
	position: relative;
}


.tit-2 p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}


.tit-lh{
	width: 100%;
	height: 85px;
	background: url('../images/tit-3.png') no-repeat center center;
	background-size: contain;
	position: relative;
}


.tit-lh1{
	width: 100%;
	height: 85px;
	background: url('../images/tit-sj2.png') no-repeat center center;
	background-size: contain;
	position: relative;
}

.tit-lh2{
	width: 100%;
	height: 85px;
	background: url('../images/tit-sj3.png') no-repeat center center;
	background-size: contain;
	position: relative;
}


.tit-lh p,
.tit-lh1 p,
.tit-lh2 p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}



.week-star{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	margin-top: 10px;	
	margin-bottom: 10px;
}


.week-img{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}

.week-news{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	padding: 10px;
	box-sizing: border-box;
}

.week-news h2{
	font-size: 16px;
	font-weight: bold;
}

.week-news p a{
	color: #870e29;
}

.tit-3{
	width: 100%;
	height: 50px;
	text-align: center;
	background: url('../images/titi-3.png') no-repeat center center;
	background-size: contain;
}

.feedback{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 2px solid #ebdac0;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.ask-form {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    margin: 10px auto;
}

.ask-form>p {
    color: #999999;
    margin-bottom: 10px;
}

.ask-form div {
    overflow: hidden;
    margin-bottom: 15px;
}

.ask-form div input,
.ask-form div textarea {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: "Microsoft Yahei";
    color: #666666;
}

.ask-form div input.input-half {
    width: 60%;
    float: left;
}

.ask-form div input.input-wz,
.ask-form div p,
.ask-form button {
    width: 35%;
    height: 36px;
    float: right;
    background: #23789f;
    color: #ffffff;
    text-align: center;
}

.ask-form button {
    outline: none;
    border: 0 none;
}

.ask-form div p img {
    margin: 0 auto;
}



.ask-form div textarea {
    height: 100px;
    text-align: left;
}

.ask-form div input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    float: left;
    outline: none;
    border: 0 none;
    background: #dddddd;
    color: #333333;
    font-size: 16px;
}

.ask-form div input[type="submit"]:hover {
    background: #ff6501;
    color: #ffffff;
}

.ask-form div input.shense {
    background: #ff6501;
    color: #ffffff;

}

.ask-form div input::-webkit-input-placeholder {
    color: #999999;
}

.ask-form div textarea::-webkit-input-placeholder {
    color: #999999;
}

.footer{
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	padding-bottom: 60px;
}

.nav{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: url('../images/dibu.png') no-repeat center center;
	background-size: cover;
}

.nav ul li{
	width: calc(100% / 3);
	height: 40px;
	float: left;
}

.nav ul li a{
	display: block;
	width: 100%;
	height: 40px;
}

/* 活动规则 */

.tit-4{
	width: 100%;
	height: 50px;
	text-align: center;
	background: url('../images/tit-4.png') no-repeat center center;
	background-size: contain;
}

.hd-des{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 2px solid #fff;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px auto;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.hdtime-tit{
	width: 100%;
	height: 40px;
	line-height: 30px;
	background: url('../images/gztit-bg.png') no-repeat center left;
	background-size: contain;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-indent: 10px;
}

.time-cont{
	width: 100%;
	height: 72px;
	line-height: 36px;
	background: url('../images/js-cont.png') no-repeat center center;
	background-size: contain;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.ersj{
	width: 80%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 15px;
	background: #eb100e;
	color: #fff;
	text-align: center;
	line-height: 36px;
	padding: 0 10px;
	box-sizing: border-box;
}

.tj-cont{
	width: 80%;
	height: auto;
	overflow: hidden;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	margin: 10px auto;
	color: #fff;
	text-align: center;
}

.del-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	color: #fff;
	line-height: 28px;
}

.del-cont h2{
	width: 89px;
	height: 36px;
	line-height: 36px;
	background: url('../images/xq-tit.png') no-repeat center left;
	background-size: contain;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.del-cont p span.yellow{
	color: #ffcb63;
}

.del-cont p span.fg{
	border: 1px solid #ffcb63;
}

.del-cont .tips{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	color: #830d27;
	line-height: 28px;
	font-size: 14px;
	margin-top: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.pro-cs{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url('../images/pro-bg.png') no-repeat center bottom;
	background-size: contain;
	margin-bottom: 20px;
}

.pro-img{
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.pro-table{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}

.pro-list{
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	border-bottom: 1px dashed #ebd9bf;
}

.pro-list ul li{
	width: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #ebd9bf;
	background: url('../images/li-icon.png') no-repeat center left;
	background-size: 13%;
	text-indent: 30px;
	font-size: 14px;
}

.pro-list ul li span{
	color: #fff;
	margin-left: 5px;
}

.pro-cs .xj{
	width: 40%;
	margin: 0 auto 10px auto;
}

.back{
	position: fixed;
	right: 10px;
	bottom: 70px;
	width: 50px;
	height: 50px;
	background: url(../images/back.png) no-repeat center center;
	background-size: contain;
}

.back a{
	width: 50px;
	height: 50px;
	display: block;
}

.first-tit{
	position: relative;
    background: url('../images/first-titi.png') no-repeat center center;
    width: 70%;
    height: 65px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer; 
    background-size: contain;
    margin: 0 auto;
}

.first-tit1{
	position: relative;
    background: url('../images/first-titi1.png') no-repeat center center;
    width: 70%;
    height: 65px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer; 
    background-size: contain;
    margin: 0 auto;
}

.first-tit2{
	position: relative;
    background: url('../images/first-titi2.png') no-repeat center center;
    width: 70%;
    height: 65px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer; 
    background-size: contain;
    margin: 0 auto;
}

.first-tit p{
	position: absolute;
	right: 10px;
	top: 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}


.box_swipe{
	margin-bottom: 10px;
}

.box_swipe>ol {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 5px;
    height: 3px;
    font-size: 0;
}

.box_swipe>ol>li {
    display: inline-block;
    width: 8px;
    height: 5px;
    background: #fff;
    box-sizing: border-box;
    margin-right: 6px;
}

