*{
	margin:0;
	padding:0;
	outline:none;
	border:none;
	list-style:none;
	text-decoration:none;
	font-family:Microsoft YaHei;
	-webkit-tap-highlight-color :rgba(0, 0, 0, 0);
	-webkit-appearance: none;/*iphone input */
	font-size: 14px;
}
h1,h2,h3,h4,h5,b,td,th{
	font-weight:normal;
}
body{
	background:#fff;
	margin:0 auto;
	max-width:7.5rem;
	position:relative;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '.';
}

.clearfix {
    zoom: 1;
}
.w92{width: 92.5%;margin: 0 auto;}


header{background: #fff;position: relative;padding: 10px 0;}
.head{width: 92.5%;margin: 0 auto;}
.head .logo{font-size: 0;float: left;}
.head .logo img{display: block;height: 30px;}
.head .tel{float: left;display: inline-block;font-size: 0;}
.head .tel a{font-size: 0.32rem;color: #146dce;font-weight: bold;line-height: 1.7;}
.head .menu{float: right;width: 8%; font-size: 0;margin-top: 15px;}
.head .menu img{width: 100%;display: block;}

.nav_bg{display: none;position: absolute;top:50px;right: 0;z-index: 102;width: 100%;background: rgba(255,255,255,1);}
.nav_bg ul{width:100%;background:#fff;color:#666666;}
.nav_bg ul li{width: 100%;margin: 0 auto;border-top: 1px solid #e0e0e0;}
.nav_bg ul li a{width: calc(100% - 70px);display: block;font-size: 16px;color: #666;line-height:48px;padding-left: 20px; float: left;}
.nav_bg ul li span{display: block;width: 48px;height: 48px;float: right;background: url(../images/mt.png) no-repeat center;background-size: 50%;}
.nav_bg ul li.active span{background: url(../images/mt-hover.png) no-repeat center;background-size: 50%;}
.nav_bg ul li dl{display: none;}
.nav_bg ul li dl dd{width: 100%;border-top: 1px solid #e0e0e0;}
.nav_bg ul li dl dd a{display: block;float: none;padding-left: 40px;border-right: 0;}


.banner{ width:100%;}
.banner img{ display:block; width:100%;}

.index1bg{width: 80%;margin:0.5rem auto;padding: 0rem 0 0.2rem;border:0.1rem solid #e0002b;}
.index1bg .title{font-size: 0.28rem;line-height: 2;text-align: center;color: #fff;background: url(../images/index1.png)no-repeat center;background-size: 3.5rem;padding-bottom: 0.3rem;position: relative;margin-top: -0.2rem;}
.index1{width: 94%;margin: 0rem auto 0;}
.index1 img{ display:block; width:100%;}

.index2bg{width: 80%;margin:0.5rem auto;padding: 0rem 0 0.2rem;/* border:0.1rem solid #e0002b; */}
.index2bg .title{font-size: 0.4rem;line-height: 2;text-align: center;color: #309bf2;/* background: url(../images/index1.png)no-repeat center; */background-size: 3.5rem;padding-bottom: 0.3rem;position: relative;margin-top: 0;font-weight: bold;}
.index2{/* width: 94%; */margin: 0 auto 0;}
.index2 dl dd{display:flex;justify-content: space-between;border-bottom: 1px solid #ccc;padding-bottom: 0.15rem;margin-bottom: 0.15rem;}
.index2 dl dd a{width: calc(100% - 1.3rem);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 0.26rem;color: #333;}
.index2 dl dd span{width: 1.2rem;font-size: 0.2rem;}

.index3bg{width: 80%;margin:0.5rem auto;padding: 0rem 0 0.2rem;border:0.1rem solid #e0002b;}
.index3bg .title{font-size: 0.28rem;line-height: 2;text-align: center;color: #fff;background: url(../images/index1.png)no-repeat center;background-size: 3.5rem;padding-bottom: 0.3rem;position: relative;margin-top: -0.2rem;}
.index3{width: 72%;margin: 0.5rem auto 0;box-sizing: border-box;padding: 0.2rem;box-shadow: 0 0 0.5rem #333;}
.index3 img{ display:block; width:100%;}
.index3 .nr .tit{font-size: 0.24rem;text-align: center;color: #333;line-height: 2;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.index4 .tit{font-size: 0.4rem;text-align: center;color: #e51e0b;font-weight: bold;}
.index4 ul{display: flex;flex-wrap: wrap;justify-content: space-between;width: 86%;margin:0.1rem auto;}
.index4 ul li{width: 47%;margin: 3% 0;position: relative;}
.index4 ul li img{width: 100%;display: block;}
.index4 ul li .p2{text-align:center;position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.5);color:#fff;font-size:0.24rem;line-height:2;}
.index4 .zxzx{display: block; width: 1.8rem;height: 0.44rem;line-height: 0.44rem;text-align: center;background: #e73928;color: #fff;font-size: 0.2rem;margin: auto;}

footer{text-align: center;background: url(../images/index4.jpg)no-repeat top center;background-size: cover;color: #fff;padding: 0.4rem 0;line-height: 2;margin-top: 0.3rem;margin-bottom: 40px;}

.head .menu{width: 24px;height: 24px;display: block;position: absolute;top: 0;right: 0.25rem;}
.head .menu span{display: block;padding: 3px 0; transition: all .4s ease;}
.head .menu span:before{content: '';display: block;width: 24px;height: 2px;background: #333;border-radius: 1px; transition: all .4s ease; }

.head .menu.on span:nth-child(1){transform: translateY(8px);}
.head .menu.on span:nth-child(1):before{transform: rotate(45deg);}
.head .menu.on span:nth-child(2){opacity: 0;}
.head .menu.on span:nth-child(3){transform: translateY(-8px);}
.head .menu.on span:nth-child(3):before{transform: rotate(-45deg);}


.main{width:94%;margin:0.3rem auto;}
.main .main_tit{text-align:center;font-size:0.3rem;font-weight:bold;color:#333;line-height:2;margin-bottom:0.1rem;}
.main .time{text-align:center;font-size:0.24rem;color:#666;line-height:2;margin-bottom:0.3rem;}
.main .time span{text-align:center;font-size:0.24rem;color:#666;}
.main .time span i{text-align:center;font-size:0.24rem;color:#666;}
.main .content{font-size:0.24rem;line-height:1.8;color:#333;}
.main .content p{font-size:0.24rem;line-height:1.8;color:#333;}
.main .content img{max-width:100%;height: auto !important;}

.main .news_list dl dd{display:flex;justify-content: space-between;border-bottom: 1px solid #ccc;padding-bottom: 0.1rem;margin-bottom: 0.1rem;}
.main .news_list dl dd a{width: calc(100% - 1.3rem);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 0.26rem;color: #333;}
.main .news_list dl dd span{width: 1.2rem;font-size: 0.2rem;}
.main .x10{font-size: 0.24rem;color: #333;line-height: 2;margin-top: 0.1rem;padding-top: 0.1rem;border-top: 1px solid #ccc;}
.main .x10 a{font-size: 0.24rem;color: #333;line-height: 2;}

.pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;display: flex;flex-wrap: wrap;justify-content: center;padding: 30px 0;}
.pagination li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination span{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination li {margin:0 3px;font-size:12px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:4px 9px;border:1px solid #DCDCDC;font-size:12px;}
.pagination li span{border-radius:4px;color:#6e6e6e;background:#fff;padding:4px 9px;border:1px solid #DCDCDC;font-size:12px;}
.pagination li.active a,.pagination li a:hover {background:#338bb8;color:#fff;border:1px solid #338bb8;}
.pagination li span.current,.pagination li span.current:hover {background:#338bb8;color:#fff;border:1px solid #338bb8;}

.ft-bottom{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 100;display:block;}
.ft-bottom .foot1 li{width: 50%;float: left;}
.ft-bottom .foot1 li a{display: flex;justify-content: center;align-items: center;font-size: 14px;line-height: 40px;text-align: center;color: #fff;}
.ft-bottom .foot1 li:nth-child(1) a{background: #338bb8;border-right: 1px solid #fff;}
.ft-bottom .foot1 li:nth-child(1) a:before{content: '';width: 15px;height: 13px;background: url(../images/footicon3.png)no-repeat;display:inline-block;background-size: 100%;margin-right: 5px;margin-bottom:0;}
.ft-bottom .foot1 li:nth-child(2) a{background: #338bb8;}
.ft-bottom .foot1 li:nth-child(2) a:before{content: '';width: 15px;height: 15px;background: url(../images/footicon4.png)no-repeat;display:inline-block;background-size: 100%;margin-right: 5px;margin-bottom:0;}

.page1-btn {
	background: url(../images/page1-img6.png) no-repeat center;
	background-size: 3.75rem 0.66rem;
	width: 3.75rem;
	height: 0.66rem;
	border: none;
	display: block;
	font-size: 0.26rem;
	color: #fff;
	font-weight: 300;
	margin: 0.50rem auto 0;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.page2 {
	background: url(../images/page2_bg.jpg) no-repeat center 0;
	background-size: 100% 10.92rem;
	width: 100%;
	height: 6.5rem;
	padding-top: 0.58rem;
	position: relative;
}

.transition {
	position: absolute;
	top: -0.15rem;
	left: 0;
	width: 100%;
	height: 0.37rem;
}

.page2-img1 {
	width: 7.48rem;
	margin: 0 auto;
}

.page2-con {
	width: 7.02rem;
	margin: 0.6rem auto 0;
}

.page2-con ul{
	width: 100%;
	height: 3.2rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.page2-con li {
	list-style: none;
	background: url(../images/page2_img2.png) no-repeat 0 0;
	background-size:cover;
	width:2.18rem;
	height:3.17rem;
	padding-top: 0.3rem;
	box-sizing: border-box;
}

.page2-con li:nth-child(even) {
	background-image: url(../images/page2_img3.png);
}

.page2-h3 {
	font-size: 0.24rem;
	color: #fff;
	line-height: 1;
	text-align: center;
}

.page2-p {
	font-size: 0.20rem;
	color: #76777a;
	line-height: 1;
	text-align: center;
	margin: 0.28rem 0 0 0;
}
.page2-p b{
	font-size: 0.20rem;
	color: #76777a;
	line-height: 1;
	text-align: center;
	margin: 0.28rem 0 0 0;
}
.page2-pic {
	width:2.18rem;
	margin: 0.15rem auto 0;
}

.page2-btn {
	background: url(../images/page2-img11.png) no-repeat center;
	background-size: 1.40rem 0.4rem;
	width: 1.42rem;
	height: 0.42rem;
	border: none;
	display: block;
	font-size: 0.20rem;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
	margin: 0.25rem auto 0;
}

.page2-con li:nth-child(even) .page2-btn {
	background: url(../images/page2-img10.png) no-repeat center;
	background-size: 1.40rem 0.4rem;
}

.mt64{
	margin-top: 0.64rem;
}

.page3 {
	background: url(../images/page3-bg.jpg) no-repeat 0 0;
	background-size: 100% 7.8rem;
	width: 100%;
	height: 7.8rem;
	padding-top: 0.58rem;
	position: relative;
}

.page3-img1 {
	width: 7.48rem;
	margin: 0 auto;
}

.page3-con {
	width: 7.22rem;
	margin: 0.44rem auto 0;
}

.page3-con>ul>li {
	list-style: none;
	width: 1.83rem;
	height: 2.76rem;
	float: left;
	margin-left: -0.03rem;
	position: relative;
}

.page3-con>ul>li:nth-child(even) {
	margin-top: 1.02rem;
}

.page3-btn {
	background: url(../images/page2-img11.png) no-repeat center;
	background-size: 1.40rem 0.4rem;
	width: 1.42rem;
	height: 0.42rem;
	border: none;
	display: block;
	font-size: 0.20rem;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -0.71rem;
}

.mt65 {
	margin-top: 0.65rem;
}
