body,
html {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
    line-height: 1.42857;
	color: #393939;
}
*{
	box-sizing: border-box;
}
.wrap {
	position: relative;
}
.centered-btns_nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 38px;
	height: 61px;
	transition: .5s;
	margin-top: -40px;
	line-height: 200px;
	background-image: url(../images/arrow.gif);
	overflow: hidden;
	opacity: .1;
}
.centered-btns_nav:hover{
	opacity: .7;
}
.next {
	right: 0;
	background-position: right 0;
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    position: absolute;
    list-style-type: none;
    width: 100%;
    z-index: 99;
    bottom: 15px;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 3px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 20px;
	background-color: rgba(255, 255, 255, .3);
	background-color: #ccc\9;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}
.centered-btns_here a{
	background-color: rgba(255, 255, 255, .9);
}

body{
	overflow-x: hidden;
}

img,
table{
	max-width: 100%;
	height: auto !important;
    vertical-align: top;
}

table,
td {
	border: 1px solid #ccc;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
    line-height: 1.42857;
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	font-weight: normal;
}

a:link,
a:visited {
	text-decoration: none;
}

ul {
	padding: 0px;
	margin: 0;
	height: auto;
	overflow: hidden;
}

ul li {
	list-style: none;
}

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

.clear {
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.wp{
	width: 1170px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/*banner */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
/*iconfont 图标*/
@font-face {
  font-family: 'iconfont';  /* project id 630366 */
  src: url('../font/iconfont/iconfont.eot');
  src: url('../font/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../font/iconfont/iconfont.woff') format('woff'),
  url('../font/iconfont/iconfont.ttf') format('truetype'),
  url('../font/iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: iconfont;
	font-style: normal;
}

/*return_top*/
.return_top{
	position: fixed;
	width: 36px;
	height: 36px;
	right: 15px;
    bottom: 50px;
    z-index: 99998;
    cursor: pointer;
    transition: .5s;
    background: url(../images/icon_return_top.png) no-repeat center 0 rgba(0,0,0,.6);
}
.return_top:hover{
	 background: url(../images/icon_return_top.png) no-repeat center -36px rgba(0,0,0,.6);
}
/*在线客服*/
.suspend {
    width: 40px;
    height: 198px;
    position: fixed;
    top: 240px;
    right: 0;
    overflow: hidden;
    z-index: 9999;
}
.suspend dl {
    width: 120px;
    height: 198px;
    border-radius: 25px 0 0 25px;
    padding-left: 40px;
    box-shadow: 0 0 5px #e4e8ec;
    margin: 0;
}
.suspend dl dt {
    width: 40px;
    height: 198px;
    background: url(../images/suspend.png);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.suspend dl dd.suspendQQ {
    width: 120px;
    height: 66px;
    background: #ffffff;
    margin-left: 0;
}
.suspend dl dd.suspendTel {
    width: 120px;
    height: 66px;
    background: #ffffff;
    margin-left: 0;
  
}
.suspend dl dd.suspendQQ a {
    width: 120px;
    height: 66px;
    display: block;
    background: url(../images/suspend.png) -40px 0;
    overflow: hidden;
}
.suspend dl dd.suspendTel a {
    width: 120px;
    height: 66px;
    display: block;
    background: url(../images/suspend.png) -40px -66px;
    overflow: hidden;
}

.suspend dl dd.suspendTel.qq3 a{
	background: url(../images/suspend.png) -40px -132px;
}
/*分页*/
.function{
	margin-top: 20px;
	text-align: center;
}
.function a {
	display: inline-block;
	padding: 8px;
	margin: 0 2px;
	border-radius: 2px;
	color: #979797;
	border: 1px solid #c1c1c1;
}

.function a.active,
.function a:hover {
	background: #0079C8;
	color: #fff;
}

/*在线留言*/
.guestbook_info {
	display: block;
	margin-bottom: 10px;
    position: relative;
}
.yzm{
    position: absolute;
    right: 12px;
    top: 30px;
}
.guestbook_info span {
	display: block;
	font-size: 14px;
	color: #8C8C8C;
	margin-bottom: 10px;
}

.guestbook_sub {
	display: block;
    margin-top: 30px;
	text-align: right;
}
.w6{
	width: 50%;
	float: left;
	padding: 0 10px;
}
.w12{
	width: 100%;
	float: left;
	padding: 0 10px;
}
.w12 .form-control {
	height: 102px;
}
/*表单*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*网站地图*/
.lisitemap {
	float: left;
	list-style: none
}

.content_map {
	display: block;
	margin-bottom: 10px;
}

.content_map p {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #0079C8;
	font-size: 16px;
	margin-bottom: 10px;
	color: #8C8C8C;
}

.content_map ul {
	display: block;
}

.content_map ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.content_map ul li a {
	display: block;
	border: 1px solid #DCDCDC;
	color: #8C8C8C;
	font-size: 14px;
	transition: .6s;
	padding: 5px;
}

.content_map ul li a:hover {
	background: #0079C8;
	color: #fff;
	border: 1px solid #0079C8;
}

/*tag*/
.tag_main {
	display: block;
}

.tag_main h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	width: 60px;
	text-align: center;
	background: #0079C8;
	color: #fff;
	margin-bottom: 10px;
}

.tag_main ul li {
	float: left;
	margin: 0 18px 18px 0;
}

.tag_main ul li a {
	padding: 0 11px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	display: block;
	color: #888;
	text-align: center;
	float: left;
}
/*内页板块*/
.nei_banner{
	text-align: center;
}