html {
	font-size: 62.5%;
}

* {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust:none
}

ul {
	text-indent: 0;
	font-weight: normal;
}

body {
	background-color: #fff;
	font-size: 1.6rem;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
	color: #666;
	overflow-x: hidden;
	line-height: 1.6;
}


/*覆盖浏览器默认样式*/

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

ul:after ,ul:before{
	content: '';
	display: block;
	clear: both;
}

/*共用样式*/

.font_w {
	font-weight: bold;
}

.img_wrap>img {
	width: 100%;
	height: auto;
	display: block;
}

.div_wrap {
	width: 100%;
}

.inline_block {
	display: inline-block;
}

.block_block {
	display: block;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.text_overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.position_rel {
	position: relative
}

.clear_fix:after,
.clear_fix:before {
	content: "";
	display: block;
	clear: both;
}
.w-container {
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

.w-slide {
	padding-left: 3rem;
	padding-right: 3rem;
}

/**/
.bg1{
	background: #303234;
}
.bg2{
	background: #0e0e0f;
}
.bg3{
	background: #ececec;
}
/*tit*/
.tit{
	text-align: center;
	padding-top: 2rem;
	margin-bottom: 2rem;
	position: relative;
	/*padding-bottom: 1rem;*/
}
.tit h3{
	font-size: 1.8rem;
	color: #3697d9;
	font-weight: bold;
	padding-bottom: 0.4rem;
	line-height: 1.4;
}
.tit h3 span{
	font-weight:bold;
	color: #222;
}
.tit p{
	font-size: 1.4rem;
	color: #999;
}
.tit .line{
	position: absolute;
	width:16rem;
	height: 1px;
	background: #b8b8b8;
	bottom: 0;
	left: 50%;
	margin-left: -8rem;
}
.tit .line:before{
	content: '';
	position: absolute;
	top: -1px;
	left: 50%;
	width: 5rem;
	height: 3px;
	margin-left: -2.5rem;
	background: #333;
}
.tit_1 h3 span{
	font-weight:bold;
	color: #fff;
}


.tit_2 h3{
	color: #e62f25;
}
.tit_2 p{
	/*color: #fff;*/
}
.tit_2 .line{
	background: #fff;
}
.tit_2 .line:before{
	background: #fff;
}


/*下边链接*/
.linkWrap{
	width:100%;
	text-align: center;
	padding: 1.5rem 0;
}
.linkWrap a{
	display: inline-block;
	width:60%;
	padding: 0.6rem 0;
	color: #3697d9;
	text-align: center;
	/*background: #e62f25;*/
	border:1px solid #3697d9;
	font-size: 1.6rem;
	border-radius: 0.3rem;
}
.linkWrap a:hover{
	color: #fff;
	background: #3697d9;
	transition: all .3s;
}
.dnjx-linkWrap{
	padding: 0 0 1.5rem;
}

/*banner轮播图*/
.banner{
	margin:0 auto;
	max-width:1000px;
	overflow:hidden;
	background:#818181;
}
#banner{
	width:100%;
	overflow:hidden;
}
.banner-img a{
	display: block;
	width: 100%;
}
#banner .swiper-slide{
	position:relative;
	overflow:hidden;
}
#banner .swiper-slide img{
	width: 100%;
	display: block;
}


/*footer*/
.footer{
	width: 100%;
	color: #646464;
	font-size: 1.4rem;
	text-align: center;
	background: #0e0e0e;
	padding: 1rem;
}

/*nav*/
.logo-head{
	padding: 1rem 0.5rem;
	position: relative;
	width: 100%;
}
.logo_l{
	float: left;
}
.logo_l span{
	display: inline-block;
	float: left;
	width: 8rem;
}
.logo_l span > img{
	width: 100%;
}
.logo_l p{
	display: inline-block;
	font-size: 1.0rem;
	color: #666;
	border-left: 1px solid #999;
	margin-left: 0.5rem;
	padding-left: 0.5rem;
}
.logo_r{
	position: absolute;
	top: 1.5rem;
	right: 0.5rem;
	font-size: 1.2rem;
	color: #222;
}
.logo_r:before{
	display: inline-block;
	content: '';
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../img/tel.png) no-repeat;
	background-size: 100%;
	top: 0.4rem;
	left: -1.6rem;
}

.m-ul{
	background:#201f1a;
	width: 100%;
}
.m-ul li{
	width: 16.66%;
	float: left;
	border-left: 1px solid #11110e;
	height: 3.6rem;
	line-height: 3.6rem;
}
.m-ul li:hover{
	background:#13120f;
}
.m-ul li:nth-child(1){
	border-left: none;
}
.m-ul li a{
	display: block;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}