body,
html {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 140%;
	color: #393939;
}
*{
	box-sizing: border-box;
}
.index_fen{
	text-align:center;
}
.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: 15px;
	height: 8px;
	border-radius: 8px;
	line-height: 8px;
	background-color: rgba(255, 255, 255, .3);
	background-color: #ccc\9;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}
.centered-btns_here a{
	width: 30px;
	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 {
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	font-weight: normal;
}

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

ul {
	padding: 0px;
	margin: 0;
}

ul li {
	list-style: none;
}

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

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

.clearfix {
	zoom: 1;
}

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

.container{
	width: 1200px;
	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('../fonts/iconfont/iconfont.eot');
  src: url('../fonts/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont/iconfont.woff') format('woff'),
  url('../fonts/iconfont/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: iconfont;
	font-style: normal;
}
/*内页板块*/
.nei_banner{
	text-align: center;
}

.function{
	margin-top: 20px;
	text-align: center;
}
.function a {
	display: inline-block;
	padding: 5px;
	margin: 0 2px;
	border-radius: 1px;
	color: #979797;
	border: 1px solid #c1c1c1;
}

.function a.active,
.function a:hover {
	background: #00A0E8;
	color: #fff;
}

.guestbook_info {
	display: block;
	margin-bottom: 10px;
    position: relative;
}
.yzm{
    position: absolute;
    right: 12px;
    top: 36px;
}
.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;
}
textarea.form-control{
	height: 106px;
}
/*表单*/
.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;
}
/*网站地图*/
.lisitemaps {
	float: left;
	list-style: none
}

.content_map {
	display: block;
	margin-bottom: 10px;
}
.content_map ul li.lisitemap{
	display: block;
}
.content_map p,
.content_map ul li.lisitemap a {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #00A0E8;
	font-size: 16px;
	margin-bottom: 10px;
	color: #8C8C8C;
}

.content_map ul {
	display: block;
}

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

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

.content_map ul li.lisitemaps a:hover {
	background: #00A0E8;
	color: #fff;
	border: 1px solid #00A0E8;
}
/*留言板*/
.fixt_form {
    position: fixed;
    top: 185px;
    z-index: 9999999;
    left: 0;
    border: 1px solid #D9D5D6;
}
.fixt_form_worp {
    width: 300px;
    background-color: white;
}
.fixt_form_title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F8F8;
    height: 50px;
}
.fixt_form_title p {
    font-size: 24px;
}
.fixt_form_title span {
    color: #F25518;
}
.fixt_form_title img {
    margin-right: 10px;
}
.fixt_form_input {
    padding: 35px 35px 15px;
    text-align: center;
}

.fixt_form_input input {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 1.3;
    line-height: 38px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 10px;
    border-color: #e6e6e6;
    outline: none;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: #333333;
}
button.fixt_form_btn {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    outline: none;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px;
}
.fixt_form_input p {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    display: block;
}
.fixt_form_onclick {
    display: none;
}
.fixt_form_close {
    display: none;
}
@media screen and (max-width: 1400px){
.fixt_form {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.fixt_form_onclick {
   display: block;
    background: #16467c;
}
.fixt_form_onclick img {
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
}
.fixt_form_worp {
    width: 300px;
    background: #ffffff;
    margin: 20% auto;
    position: relative;
    z-index: 22;
}
.fixt_form_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: opacity;
    background-color: #000000a6;
    z-index: 0;
}
.fixt_form_close {
    display: block;
    position: absolute;
    right: -45px;
    top: -43px;
}
.fixt_form_close img {
    background: #ffffff;
    padding: 10px;
    border-radius: 100%;
    height: 32px !important;
    width: 32px;
    object-fit: contain;
}

}
@media screen and (max-width: 1024px){
.fixt_form_onclick img {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.fixt_form_close {
    right: 0;
}
.fixt_form_worp {
    margin: 25% auto;
}



}
@media screen and (max-width: 768px){
.fixt_form_worp {
    margin: 30% auto;
}
}
@media screen and (max-width: 767px){
.fixt_form_worp {
    margin: 50% auto;
}
}