@media (min-width:750px) {
    body {
        width: 750px;
        margin: 0 auto !important;
    }
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #444444;
    background: #fdf1e3;
}

a {
    color: #444444;
    text-decoration: none;
}


img {
    display: block;
    max-width: 100%;
    border: 0 none;
}


.box {
    max-width: 750px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.cont{
	width:calc(100% - 20px);	
	height: auto;
	overflow: hidden;
	margin: 10px auto;
	box-sizing: border-box;
}

.cont-one{
	width: calc(100% - 20px);
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 10px;
}

.cply-tit{
	font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333;
    height: 40px;
    line-height: 40px;
}


.tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.lists{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.lists ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3dfd8;
	position: relative;
}

.lists ul li a{
	display: block;
}

.lists ul li a img{
	width: 32%;
	float: left;
	min-height: 65px;
}

.lists ul li a p{
	width: 65%;
	height: auto;
	float: right;
	text-align: left;
	font-size: 14px;
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}

.lists ul li a span{
	position: absolute;
	left: 35%;
	bottom: 7px;
	font-size: 14px;
	color: #999;
}

.lists-two{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.lists-two ul{
	overflow: hidden;
	margin-right: -10px;
}

.lists-two ul li{
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.lists-two ul li a span{
	position: absolute;
	width: 50px;
	height: 50px;
	background: url('../images/v-btn.png') no-repeat center center;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -49px;
	background-size: contain;
}

.lists-two ul li a{
	display: block;
}

.lists-two ul li a p{
	width: 100%;
	height: 3rem;
	line-height: 1.5rem;
	font-size: 14px;
	word-break: break-all;
}

.pszl-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pszl-one-btn{
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #d12315;
	color: #ffcb7a;
	display: block;
	text-align: center;
	margin-top: 10px;
	border-radius: 3px;
}

.pszl-cont .pszl-one{
	display: block;
	width: calc(100% / 3);
	padding: 0 8px;
	float: left;
	box-sizing: border-box;
	margin: 10px 0 10px 0;
}

.zwh-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.zwh-one{
	width: calc(100% / 2 - 20px);
	float: left;
	margin:0 10px;	
	box-sizing: border-box;
}

.zwh-one img{
	margin: 0 auto;
	border: 1px solid #eee;
}

.brand-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
}


.brand-cont ul{
	overflow: hidden;
	margin-right: -5px;
}

.brand-cont ul li{
	width: calc(20% - 5px);
	margin-right: 5px;
	float: left;
	margin-bottom: 10px;
}

.brand-cont ul li img{
	border: 1px solid #eee;
	box-sizing: border-box;
}

.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	color: #333;
	text-align: center;
	line-height: 1.75rem;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 45px;
}

.fkzx{
	width: 100%;
	height: auto;
	overflow: hidden;
}


.nav{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #d2a657;
	color: #fff;
	position: fixed;
	left: 50%;
	bottom: 0;
}

.nav ul li{
	width: calc(100% / 3);
	text-align: center;
	float: left;
	font-size: 1rem;
}

.nav ul li a{
	display: block;
	position: relative;
	color: #ffffff;
}

.nav ul li a::after{
	content:"";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 45px;
	background: #fff;
}

.nav ul li:last-child a::after{
	display: none;
}

.news-tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #f2352b;
	text-align: center;
	line-height: 2rem;
	padding-bottom: 10px;
}

.px-tit{
	width: 100%;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    background: url(../images/tit.png) no-repeat center top;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-size: 130%;
    margin: 15px auto;
}

.px-lists{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px
}

.px-lists ul{
	overflow: hidden;
	margin-right: -10px;
}

.px-lists ul li{
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
	height: auto;
	overflow: hidden;
	border: 1px solid #f2352b;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 15px;
}

.px-lists ul li h2{
	font-size: 14px;
	font-weight: normal;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.px-lists ul li img{
	width: 100%;
}

.px-lists ul li input{
	font-size: 18px;
	width: 100%;
	outline: none;
	border: 0 none;
	height: 40px;
	line-height: 40px;
	background:#f2352b;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin-top: 10px;
}

.px-lists ul li  a.pl,.btn-link{
	font-size: 18px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background:#fff;
	border: 1px solid #f2352b;
	color: #f2352b;
	text-align: center;
	border-radius: 3px;
	margin-top: 10px;
	box-sizing: border-box;
}

.px-lists ul li p{
	font-size: 18px;
	text-align: center;
	color: #f2352b;
	line-height: 40px;
}

.tp-tit{
	width: 100%;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    background: url(../images/tp-tit.png) no-repeat center top;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-size: 120%;
    margin-bottom: 10px;
}

.news-xq{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	line-height: 28px;
}

.news-xq h2{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}

.news-xq>p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #f2352b;
	text-align: center;
}

.news-words{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
}


.news-words img{
	margin: 0 auto;
}


.swiper-slide>p{
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #000;
	color: #fff;
	padding: 0 5px;
	box-sizing: border-box;
}

.tp-btn{
	position: fixed;
	width: 100%;
	height: auto;
	overflow: hidden;
	bottom: 100px;
	left: 50%;
	margin-left: -50%;
}

.tp-btn input{
	width: 150px;
	height: 40px;
	border-radius: 3px;
	background: #f2352b;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
	outline: none;
	border: 0 none;
	font-size: 16px;
	font-weight: bold;
}

.ml-right{
	width: 50px;
	height: 50px;
	background: #f7921c;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 1000;
}

.ml-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 80px;
}

.ml-cont ul li{
	width: 48%;
	margin: 0 1%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border: 1px solid #f2352b;
	background: #fff;
	color: #f2352b;
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: center;	
	border-radius: 5px;
	font-size: 14px;
}

.ml-cont ul li a{
	display: block;
	color: #f2352b;
}

.ml-cont ul li.all{
	width: 95%;
}

.ml-cont2 ul li{
	height: 60px;
	line-height: 30px;
	padding: 0 5px;
}

.ml-box{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.ml-box h2{
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	color: #f2352b;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 30px;
}

.box_swipe {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.news-js{
	margin-top: 10px;
}

.news-js p{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 1.5rem;
	margin-bottom: 8px;
}

.news-js .video{
	position: relative;
}

.news-js .video span{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 80px;
	height: 80px;
	background: url('../images/v-btn.png') no-repeat center center;
}

.news-js>a{
	color: #f2352b;
}

.news-js img{
	display: block;
	margin-bottom: 10px;
}

.wj-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.wj_con .wj_list{
	width: 50%;
	width: calc(50% - 5px);
	height:56px;
	font-size: 14px;
	line-height: 28px;
	border: 1px solid #f2352b;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
}
.wj_con .wj_list:nth-child(2n){
	margin-right:0;
}

.chakan{
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #e3270d;
	border: 1px solid #fdecc9;
	background-color: #fef7e9;
	text-align: center;
	margin: 10px auto;
	box-sizing: border-box;
}
.chakan a{
	color: #e3270d;

} 

.hdyg{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.75rem;
	padding-bottom: 10px;
}

.yg-tit{
	width: 100%;
	height: 60px;
	background: url('../images/tit-yg.png') no-repeat center center;
	background-size: contain;
	font-size: 14px;
	font-weight: bold;
	color: #e3270d;
	text-align: center;
	line-height: 40px;
}


.swipe {
    width: 100%;
    overflow: hidden;
    visibility: visible;
    position: relative;
    height: auto;
}

.hdp-box .swipe ul li p{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.hdp-box .count {
    position: absolute;
    right: 5px;
    bottom: 0;
    height: 3rem;
    line-height: 3rem;
    color: #ffffff;
    font-size: 14px;
}

.hdp-box .count b {
    font-weight: normal;
}



.hdjs-cont{
	width: calc(100%  - 20px);
	height: auto;
	background: #fff;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px auto;
}

.hdjs-cont a{
	color: #f2352b;
}

.footer p a{
	color: #f2352b;
}

.tp-btn1 {
    width: 50px;
    height: 50px;
    background: #f2352b;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: 40px;
    z-index: 1000;
}

a.all-mes{
    width: 140px;
    height: 36px;
    line-height: 36px;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    background: #d2a657;
}