@charset "utf-8";
/* CSS Document */

﻿body {
	overflow-x: hidden;
	background: #f7f7f7;
	color: #333;
	box-shadow: 0 0 0.1rem #DCE2EB;
}
body::-webkit-scrollbar {
 display: none;
}
body {
	wdith:100%;
	max-width:750px;
	margin:0 auto;
	background:#FFF;
}
html {
	max-width: 750px!important;
	overflow-x: hidden;
	margin: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background: #F7F4F8;
}
.clearBoth:after, .clearBoth:before {
	clear: both;
	content: '';
	display: block;
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family: Microsoft YaHei, "\5B8B\4F53", "黑体";
	font-family: normal;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
.img_block {
	width: 100%;
	height: auto;
	display: block;
}
.img_block1 {
	width: 90%;
	height: auto;
	display: block;
	margin:0 auto;
}
.da_title {
	font-size:25px;
	font-family:"黑体";
	color:#112ea3;
	text-align:center;
	font-weight: bold;
	margin-top:10px;
}
.x_title {
	font-size:20px;
	font-family:"黑体";
	color:#112ea3;
	text-align:center;
	font-weight: bold;
	margin-bottom:0.5em;
}
.lan_bg {
	background:url(../images/car_06.png) no-repeat;
	background-size: contain;
	width:100%;
	height:auto;
}
.lan_title_b {
	color:#FFF;
	font-size:20px;
	padding-left:17%;
	font-weight: bold;
	height:30;
	line-height:38px;
}
.lan_title_l {
	color:#feac00;
	font-size:16px;
	padding-left:17%;
	height:30px;
	margin-top: -5px;
}
.lan_title_c {
	color:#FFF;
	font-size:20px;
	padding-left:17%;
	font-weight: bold;
	height: 70px;
	line-height: 65px;
}
.hot-ming-btn {
	background: #ffab00;
	color: white;
	font-size: 1rem;
	text-align: center;
	height: 2rem;
	line-height: 2rem;
	width: 20.04rem;
	border-radius: 0.74rem;
	margin: 0.56rem auto 0.74rem auto;
	font-weight:bold;
}
.hot-ming-btn-l {
	background: #ffab00;
	color: white;
	font-size: 0.5rem;
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	width: 7.04rem;
	float: right;
	border-radius: 0.74rem;
	margin: 0.56rem auto 0.74rem auto;
	font-weight: bold;
	margin-right:7%;
}
.img_block2 {
	width: 100%;
	height: auto;
	display: block;
	float:left;
}
.t4 {
	font-size: 0.90rem;
	line-height: 0.48rem;
	width:90%;
	margin:0 auto;
}
.wt_concent {
	color:#0234b7;
	font-weight:bold;
	line-height: 1.3rem;
	font-family: 黑体;
	padding:0.5rem 0;
}
.wt_concent span {
	color:#F00;
	font-size:0.8rem;
}
.wt_concent span:hover {
	color:#F00;
	font-size:0.9rem;
}
element.style {
}
.hot-ming-btn1 {
	background: #ed2647;
	color: white;
	font-size: 1rem;
	text-align: center;
	height: 2rem;
	line-height: 2rem;
	width: 10.04rem;
	border-radius: 0.74rem;
	margin: 0.56rem auto 0.74rem auto;
	font-weight: bold;
}
.hot-ming-btn-qq {
	background: #2e52da;
	color: white;
	font-size: 0.5rem;
	text-align: center;
	height: 2rem;
	line-height: 2rem;
	width: 40%;
	margin-left:7%;
	float:left;
	font-weight: bold;	margin-top:2.5em;
}
.hot-ming-btn-wx {
	background: #ffab00;
	color: white;
	font-size: 0.5rem;
	text-align: center;
	height: 2rem;
	line-height: 2rem;
	width: 40%;
	float:left;
	margin-left:6%;
	font-weight: bold;	margin-top:2.5em;
}
.hot-ming-btn-wx img, .hot-ming-btn-qq img {
	width:1.2rem;
	margin-top: 3%;
}.hot-ming-btn-wx a, .hot-ming-btn-qq a {	color: #FFF;    font-size: 1.1rem;    text-align: center;	}
.kongbai { height:4rem; }
.dibu {  margin-bottom:3.5rem;}

/* 底部开始 */
/* ------------ 通用样式  ----------------- */
footer {
  position: fixed;
  z-index: 888;
  width: 100%;
  max-width:750px;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
  bottom: 0;
  min-height: 3.5rem;
  background-color: #ebebeb;
  font-size: 0.5rem;
  border-top: #eeeeee 1px solid;
}
footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer li {
  flex: 1;
    text-align: center;
    height: 1.98rem;
    font-size: 0.24rem;
    line-height: 3.2rem;
    list-style: none;
}
footer li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/ft1.png") center 0.05rem no-repeat;
  background-size: 1.5rem 1.8rem;
  padding-top: 0.6rem;
  color: #b61d1c;
      font-size: 1rem;
}
footer li.on a {
  color: #b61d1c;
}
footer li:nth-child(1) a {
  background-image: url("../images/ft1.png");
}
footer li:nth-child(2) a {
  background-image: url("../images/ft2.png");
}
footer li:nth-child(3) a {
  background-image: url("../images/ft3.png");
}
footer li:nth-child(4) a {
  background-image: url("../images/ft4.png");
}
footer li:nth-child(5) a {
  background-image: url("../images/ft5.png");
}

.g-footer-space {
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.g-footer-space .footer-space {
  height: 0.98rem;
}
