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);
}


/*共用样式*/

.font_w {
	font-weight: bold;
}

.img_wrap>img {
	width: 100%;
	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: 2rem;
	padding-right: 2rem;
}
ul:after,
ul:before {
	content: "";
	display: block;
	clear: both;
}


/**/
.bg1{
	background: #f6f6f6;
}
.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: 2.1rem;
	color: #2cb1b5;
	font-weight: bold;
	padding-bottom: 0.5rem;
	line-height: 1.4;
	position: relative;
}
.tit h3 sup{
	font-weight: normal;
}
.tit h3 span{
	font-weight:bold;
	color: #444;
}
.tit p{
	font-size: 1.4rem;
	color: #7b7b7b;
	margin-top: 0.5rem;
}
.tit .line{
	position: absolute;
	width:8rem;
	height: 1px;
	background: #c6c6c6;
	bottom: 0;
	left: 50%;
	margin-left: -3rem;
}
.tit .line:before{
	content: '';
	position: absolute;
	top: 0;
	left: -2rem;
	width: 1.5rem;
	height: 1px;
	background: #2cb1b5;
}
.tit_1 p, .tit_1 h3 span{
	color: #fff;
}
/*.tit_1 .line{
	background: #fff;
}
.tit_1 .line:before{
	background: #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:14rem;
	padding: 0.6rem 0;
	color: #2cb1b5;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 0.3rem;
	border:1px solid #2cb1b5;
}
.linkWrap a:hover{
	color: #fff;
	background: #2cb1b5;
	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 0 5rem;
}
