﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-family:'SourceHanSansK-Regular'; font-size:12px; background:#ffffff;
	color: #434343;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

img{display:block; max-width: 100%;
    width: auto;
  height: auto;}

input:focus {
  outline: none;
}

input {
  padding: 0px !important;
  background-color:#FFFFFF !important;
}

/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;}

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank100{ width:100%; height:100px; clear:both;}
.blank90{ width:100%; height:90px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank154{ width:100%; height:154px; clear:both;}
/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/
/* @font-face
{
	font-family: SourceHanSansK-Heavy;
	src: url(../fonts/SourceHanSansK-Heavy.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Medium;
	src: url(../fonts/SourceHanSansK-Medium.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Regular;
	src: url(../fonts/SourceHanSansK-Regular.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Bold;
	src: url(../fonts/SourceHanSansK-Bold.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Light;
	src: url(../fonts/SourceHanSansK-Light.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Normal;
	src: url(../fonts/SourceHanSansK-Normal.ttf);
} */
.max{ position:relative;overflow: hidden;}

.inner{width:1200px; height:auto; margin:0 auto;}
span {
	display: block;
}

.header {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.logo {
	float: left;
	margin-top: 8px;
}
.nav {
	float: right;
	margin-bottom: 15px;
}
.nav_item {
	float: left;
	/* padding: 20px 0; */
	padding: 20px 0px 5px;
	border-bottom: 2px solid transparent;
	margin-left: 80px;
}
.nav_item a {
	font-size: 18px;
	color: #222222;
}
.nav_item:hover {
	border-bottom: 2px solid #008dc8;
}
.nav_current {
	border-bottom: 2px solid #008dc8;
}
.banner .swiper-button-prev {
	width: 29px !important;
    height: 50px !important;
    background-image: url(../images/jian1.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    /*right: 12% !important;*/
    margin-top: 0 !important;
    background-size: contain;
    opacity: 0.5;
}
.banner .swiper-button-prev:hover {
	opacity: 1;
}
.banner .swiper-button-prev:after {
	content: '';
}
.banner .swiper-button-next {
	width: 29px !important;
    height: 50px !important;
	background-image: url(../images/jian2.png);
	outline: none;
	top: 50% !important;
	/*bottom: 30%;*/
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
    opacity: 0.5;
}
.banner .swiper-button-next:hover {
	opacity: 1;
}
.banner .swiper-button-next:after {
	content: '';
}
.banner .swiper-pagination {
	bottom: 60px !important;
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 50px !important;
	height: 5px !important;
	background: #ffffff !important;
	opacity: 1 !important;
	border-radius: 50px !important;
	margin: 0 5px;
}
.banner .swiper-pagination-bullet-active {
	width: 30px !important;
	background: #008dc8 !important;
	height: 5px !important;
	border: 1px solid #ffffff !important;
	border-radius: 50px !important;
}
.banner .swiper-slide img {
	max-width: initial;
	width:100%;
}
.banner {
	position: relative;
	padding-bottom: 30px;
}
.banner .inner {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 70;
}
.banner .login-inner {
	width: 100%;
	left: 0;
	transform: none;
}
.banner_jian {
	/* width: 1200px; */
	width: 90%;
	min-width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 68;
	height: 100%;
	transform: translate(-50%,-50%);
}
.register {
	background: #ffffff;
	border-radius: 8px;
	border-bottom: 9px solid #60dacc;
	/* padding: 20px 50px; */
	padding: 20px 40px;
	position: absolute;
	top: 50%;
	/* right: 60px; */
	right: 10%;
	/* width: 415px; */
	width: 320px;
	transform: translateY(-50%);
	display: none;
}

.register_title {
	font-size: 18px;
	color: #222222;
	text-align: center;
	margin-bottom: 3px;
}
.register_text {
	font-size: 14px;
	color: #222222;
	margin-bottom: 3px;
}
.register_text font {
	color: #c90808;
}
.register_info {
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	padding: 3px 10px;
	margin-bottom: 3px;
}
.register_info input {
	/* float: left; */
	float: right;
	/* width: 80%; */
	width: calc(100% - 23px);
	font-size: 14px;
	color: #999999;
	border: none;
	background: initial;
	font-family: SourceHanSansK-Regular;
	line-height: 23px;
}
.register_info img {
	/* float: right; */
	float: left;
	height: 15px;
	margin-top: 4px;
}
.register_select {
	width: 100%;
	border: none;
	background: initial;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	font-family: SourceHanSansK-Regular;
	/*将背景改为红色*/
	background:url(../images/zhu4.png) no-repeat right center;
	background-size: 23px 23px;
	height: 23px;
	outline: none;
}
.btn-group>.btn:first-child {
    margin: 0 1px 0 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group .dropdown-toggle {
    border-radius: 0;
}

.btn.btn-white {
	text-shadow: none!important;
    border-width: 0px !important;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.active, .btn.btn-white:active, .open>.btn.btn-white.dropdown-toggle, .open>.btn.btn-white.active.dropdown-toggle {
    background-color: white !important;
    border-width: 0px !important;
    /* color: #3a3434!important; */
}
.btn.btn-white:focus, .btn.btn-white.active {
    box-shadow: inset 0px 0px 0px 0 rgba(0,0,0,.1)!important;
}
.register_select option {
	padding: 5px;
	font-family: SourceHanSansK-Regular;
}
.register_bottom {
	margin-top: 10px;
}
.register_return {
	cursor: pointer;
	font-size: 15px;
	color: #35a5d3;
	background: url(../images/jian3.png) no-repeat left center;
	background-size: 9px 17px;
	padding-left: 15px;
	float: left;
	margin-top: 8px;
}
.register_prev {
	width: 80px;
	height: 40px;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	background: -webkit-linear-gradient(left, #5ed9cc , #35a7d3);
  background: -o-linear-gradient(right, #5ed9cc, #35a7d3);
  background: -moz-linear-gradient(right, #5ed9cc, #35a7d3);
  background: linear-gradient(to right, #5ed9cc , #35a7d3);
  text-align: center;
  line-height: 40px;
  float: right;
  cursor: pointer;
}
.zhu {
	background: #ffffff;
	border-radius: 8px;
	border-bottom: 9px solid #60dacc;
	/* padding: 20px 50px; */
	padding: 20px 40px;
	position: absolute;
	top: 50%;
	/* right: 60px; */
	right: 10%;
	/* width: 415px; */
	width: 400px;
	transform: translateY(-50%);
	display: none;
}
.zhu_box {
	float: right;
	position: relative;
	height: 29px;
	width: 55px;
}
.zhu_box input {
	width: 55px;
	height: 29px;
	position: relative;
	z-index: 11;
	opacity: 0;
}
.zhu_chuan {
	width: 55px;
	height: 29px;
	position: absolute;
	z-index: 1;
	background: -webkit-linear-gradient(left, #5ed9cc , #35a7d3);
  background: -o-linear-gradient(right, #5ed9cc, #35a7d3);
  background: -moz-linear-gradient(right, #5ed9cc, #35a7d3);
  background: linear-gradient(to right, #5ed9cc , #35a7d3);
  text-align: center;
  line-height: 29px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
}
.register_box1 {
	padding: 0;
}
.register_box1 > input {
	padding: 0 10px;
	line-height: 29px;
}
.zhu_text {
	float: left;
	width: 25%;
	height: 29px;
	line-height: 29px;
	color: #222222;font-size: 14px;
	text-align: center;
	cursor: pointer;

}
.zhu_text:hover {
	border-radius: 5px;
	color: #fff;
	background: -webkit-linear-gradient(left, #5ed9cc , #35a7d3);
  background: -o-linear-gradient(right, #5ed9cc, #35a7d3);
  background: -moz-linear-gradient(right, #5ed9cc, #35a7d3);
  background: linear-gradient(to right, #5ed9cc , #35a7d3);
}
.zhu_text font {
	border-left: 1px solid #e4e4e4;
	line-height: 14px;
	display: inline-block;
    width: 100%;
}
.zhu_text:first-of-type font {
	border-left: none;
}
.zhu_current {
	border-radius: 5px;
	color: #fff;
	background: -webkit-linear-gradient(left, #5ed9cc , #35a7d3);
  background: -o-linear-gradient(right, #5ed9cc, #35a7d3);
  background: -moz-linear-gradient(right, #5ed9cc, #35a7d3);
  background: linear-gradient(to right, #5ed9cc , #35a7d3);
}
.register_next {
	width: 75px;
	height: 40px;
	border-radius: 5px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #aaaaaa;
	margin: 0px 19px 0 35px;
	cursor: pointer;
}
.zhu_btu {
	width: 75px;
	cursor: pointer;
	height: 40px;
	border-radius: 5px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	border: none;
	text-align: center;
	background: -webkit-linear-gradient(left, #5ed9cc , #35a7d3);
  background: -o-linear-gradient(right, #5ed9cc, #35a7d3);
  background: -moz-linear-gradient(right, #5ed9cc, #35a7d3);
  background: linear-gradient(to right, #5ed9cc , #35a7d3);
}
.login {
	background: #ffffff;
	border-radius: 8px;
	border-bottom: 9px solid #60dacc;
	/* padding: 20px 50px; */
	padding: 20px 40px;
	position: absolute;
	top: 50%;
	/* right: 60px; */
	right: 10%;
	/* width: 415px; */
	width: 320px;
	transform: translateY(-50%);
}
.forget {
	background: #ffffff;
	border-radius: 8px;
	border-bottom: 9px solid #60dacc;
	padding: 20px 50px;
	position: absolute;
	top: 50%;
	right: 60px;
	width: 415px;
	transform: translateY(-50%);
	display: none;
}
.forget .register_info {
	margin: 15px 0;
}
.login .register_info {
	margin-bottom: 15px;
}
.login .register_title {
	margin-bottom: 15px;
}
.login_info {
	float: left;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}
.login_info label {
	font-size: 15px;
	color: #222222;
	margin-left: 3px;
	margin-bottom: -3px;
	font-weight: 400;
}
.logon_btu {
	float: right;
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: none;
	background: -webkit-linear-gradient(left, #5ed9cc , #35a7d3);
  background: -o-linear-gradient(right, #5ed9cc, #35a7d3);
  background: -moz-linear-gradient(right, #5ed9cc, #35a7d3);
  background: linear-gradient(to right, #5ed9cc , #35a7d3);
  border-radius: 5px;
}
.login_info input[type=checkbox]{
     cursor: pointer;
     position: relative;
     width: 15px;
     height: 15px;
     font-size: 14px;
}

.login_info input[type=checkbox]::after{
     position: absolute;
     top: 0;
     background-color: #f5f8fc;
     color: #32a3ce;
     width: 15px;
     height: 15px;
     line-height: 15px;
     display: inline-block;
     visibility: visible;
     padding-left: 0px;
     text-align: center;
     content: ' ';
     border: 1px solid #adb8c0;
}

.login_info input[type=checkbox]:checked::after{
     content: "✓";
     font-size: 12px;
     font-weight: bold;
     line-height: 15px;
}
.login_area {
	padding-bottom: 20px;
	border-bottom: 1px solid #d8f7f2;
	margin-bottom: 20px;
}
.login_text {
	float: left;
	font-size: 15px;
	color: #222222;
	cursor: pointer;
}
.login_text1 {
	float: right;
	font-size: 15px;
	color: #222222;
	cursor: pointer;
}
.title {
	font-size: 36px;
	color: #222222;
	text-align: center;
	font-family: SourceHanSansK-Bold;
	line-height: 36px;
	padding-bottom: 20px;
	background: url(../images/heng.png) no-repeat center bottom;
	background-size: 143px 5px;
}
.index_liu {
	padding: 10px 0 50px 0;
}
.index_liu_section {
	text-align: center;
	margin-top: 25px;
}
.index_liu_area {
	display: inline-table;
	width: 220px;

}
.index_liu_top {
	width: 110px;
	height: 110px;
	background: url(../images/bg1.jpg) no-repeat left top;
	background-size: 100% 100%;
	text-align: center;
	padding: 23px 0;
	margin: 0 auto;
}
.index_liu_num {
	font-size: 36px;
	color: #222222;
	line-height: 36px;
}
.index_liu_caption {
	font-size: 22px;
	color: #999999;
	line-height: 22px;
}
.index_liu_section > img {
	display: inline-block;
	margin: 0 60px;
}
.index_liu_text {
	font-size: 15px;
	color: #222222;
	line-height: 25px;
	margin-top: 10px;
}
.index_choose {
	background: #f2f2f2;
	padding: 47px 0;
}
.index_choose .inner {
	width: 100%;
	position: relative;
}
.index_choose_text {
	font-size: 14px;
	color: #222222;
	line-height: 25px;
	text-align: center;
	margin: 5px auto;
}
.index_choose .swiper-container2 {
/* 	width: 1200px; */
	margin: 0 auto;
}
.index_choose_banner {
	position: relative;
	margin-top: 20px;
}
.index_choose_banner img {
	/* border-radius: 28px; */
}
.index_choose .swiper-button-prev {
	width: 29px !important;
    height: 50px !important;
    background-image: url(../images/jian5.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    /*right: 12% !important;*/
    margin-top: 0 !important;
    background-size: contain;
}
.index_choose .swiper-button-prev:hover {
	background-image: url(../images/jian12.png);
}
.index_choose .swiper-button-prev:after {
	content: '';
}
.index_choose .swiper-button-next {
	width: 29px !important;
    height: 50px !important;
	background-image: url(../images/jian13.png);
	outline: none;
	top: 50% !important;
	/*bottom: 30%;*/
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_choose .swiper-button-next:hover {
	background-image: url(../images/jian6.png);
}
.index_choose .swiper-button-next:after {
	content: '';
}
.index_choose_title {
	font-size: 18px;
	color: #008dc8;
	text-align: center;
	margin-top: 20px;
	font-family: SourceHanSansK-Bold;
}
.index_about {
	background: url(../images/bg5.png) no-repeat left top;
	background-size: 100% 255px;
	padding: 48px 0;
}
.index_about_list {
	text-align: center;
}
.index_about_item {
	display: inline-block;
	margin: 0 125px;
}
.index_about_item img {
	margin: 0 auto;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.index_about_num {
	font-size: 16px;
	color: #ffffff;
	margin: 20px 0;
	text-align: center;
}
.index_about_num font {
	font-size: 48px;
	line-height: 48px;
	font-family: SourceHanSansK-Bold;
}
.index_about_text {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.index_about_item:hover img {
	transform: rotateY(-180deg);
}
.index_ping {
	padding: 47px 0;
}
.index_ping_banner .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
	box-shadow:0px 0px 15px #eeeeee;
	border-radius: 10px;
	margin: 15px 0;
}
.index_ping_banner .swiper-slide img {
	border-radius: 10px;
	width: 100%;
}
.index_ping_banner .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.index_ping_banner {
	position: relative;
	padding-bottom: 40px;
}
.index_ping_banner .swiper-pagination {
	text-align: center;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.index_ping_banner .swiper-pagination-bullet {
	width: 50px !important;
	height: 5px !important;
	background: #d7d7d7 !important;
	opacity: 1 !important;
	border-radius: 50px !important;
	margin: 0 5px;
}
.index_ping_banner .swiper-pagination-bullet-active {
	width: 30px !important;
	background: #008dc8 !important;
}
.index_ping_banner .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 71;
}
.index_ping_banner .swiper-button-prev {
	width: 56px !important;
    height: 56px !important;
    background-image: url(../images/jian7.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    /*right: 12% !important;*/
    margin-top: 0 !important;
    background-size: contain;
}
.index_ping_banner .swiper-button-prev:hover {
	background-image: url(../images/jian15.png);
}
.index_ping_banner .swiper-button-prev:after {
	content: '';
}
.index_ping_banner .swiper-button-next {
	width: 56px !important;
    height: 56px !important;
	background-image: url(../images/jian14.png);
	outline: none;
	top: 50% !important;
	/*bottom: 30%;*/
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_ping_banner .swiper-button-next:hover {
	background-image: url(../images/jian8.png);
}
.index_ping_banner .swiper-button-next:after {
	content: '';
}
.index_ping_inner {
	position: absolute;
	width: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 70;
	height: 100%;
}
.index_ping_model {
	position: absolute;
	left: -30%;
	width: 40%;
	background: rgba(255,255,255,0.5);
	height: 100%;
	min-width: 520px;
}
.index_ping_model1 {
	position: absolute;
	right: -30%;
	width: 40%;
	background: rgba(255,255,255,0.5);
	height: 100%;
	min-width: 520px;
}
.index_news {
	background: #f2f2f2;
	padding: 47px 0;
}
.index_news_banner {
	position: relative;
	width: 500px;
	float: left;
}
.index_news_banner .swiper-pagination {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: auto;
    right: 20px;
    left: inherit;
}
.index_news_banner .swiper-pagination span {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
}
.index_news_link {
	position: relative;
}
.index_news_link img {
	border-radius: 7px;
}
.index_news_banner_title {
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.2);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.index_news_section {
	margin-top: 20px;
}
.index_news_right {
	background: #fff;
	border-radius: 7px;
	padding: 10px 10px 10px 20px;
	height: 333px;
	width: 680px;
	float: right;
	/* box-shadow:0px 0px 6px #e4e4e4; */
}
.index_news_list {
	height: 313px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 20px;
}
.index_news_item {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}
.index_news_title {
	float: left;
	font-size: 16px;
	color: #222222;
}
.index_news_time {
	font-size: 14px;
	color: #999999;
	float: right;
	font-family: SourceHanSansK-Bold;
	background: url(../images/jian9.png) no-repeat right center;
	background-size: 16px 7px;
	padding-right: 25px;
}
.index_news_item:hover .index_news_title {
	color: #008dc8;
}
.index_news_item:hover .index_news_time {
	background: url(../images/jian10.png) no-repeat right center;
	background-size: 16px 7px;
}
.index_news_list::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.index_news_list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.index_news_list::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.footer {
	background: #3e3e3e;
	padding: 30px 0;
	height: auto;
    width: auto;
}
.footer_left {
	float: left;
	width: 1000px;
}
.footer_box {
	padding-bottom: 65px;
	margin-bottom: 30px;
	border-bottom: 1px solid #313133;
}
.footer_link {
	display: inline-block;
	font-size: 16px;
	color: #808080;
	margin-right: 40px;
}
.footer_current {
	color: #ffffff;
	font-family: SourceHanSansK-Medium;
}
.footer_link:hover {
	color: #ffffff;
	font-family: SourceHanSansK-Medium;
}
.small {
	font-size: 14px;
	color: #808080;
}
.footer_code {
	width: 200px;
	float: right;
}
.footer_code img {
	width: 110px;
	height: 110px;
	margin: 0 auto;
}
.footer_code_text {
	font-size: 14px;
	color: #f2f2f2;
	text-align: center;margin-top: 5px;
}
.fu {
	position: fixed;
	bottom: 10%;
	left: 10px;
	z-index: 71;
}
.fu_box {
	background: #30a1d0;
	padding: 10px 10px 5px 10px;
	border-radius: 7px;
	margin-bottom: 5px;
	position: relative;
}
.fu_box img {
	margin: 0 auto;
}
.fu_text {
	font-size: 12px;
	color: #ffffff;
}
.fu_box1 {
	background: #30a1d0;
	padding: 10px 10px 5px 10px;
	border-radius: 7px;
	margin-bottom: 5px;
	position: relative;
}
.fu_box1 img {
	margin: 0 auto;
}
.fu_box2 {
	padding: 10px;
	background: #30a1d0;
	border-radius: 7px;
}
.fu_box2 img {
	margin: 0 auto;
}
.fu_model {
	background: url(../images/bg3.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 10px 5px 10px 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 110%;
	width: 88px;
	height: 88px;
	display: none;
}
.fu_model img {
	width: 68px;
	height: 68px;
}
.fu_box1:hover .fu_model {
	display: block;
}
.fu_model1 {
	background: url(../images/bg3.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 10px 5px 10px 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 110%;
	width: 88px;
	height: 88px;
	display: none;
}
.fu_model1 img {
	width: 68px;
	height: 68px;
}
.fu_box:hover .fu_model1 {
	display: block;
}
.fu_box:hover {
	background: #72d9b8;
}
.fu_box1:hover {
	background: #72d9b8;
}
@media (max-width: 1500px) and (min-width: 1200px) {
	.fu {
		left: 10px;
	}
}
.zi {
	background: #f5f5f5;
	padding: 15px 0;
	margin-bottom: 20px;
}
.zi_link {
	display: inline-block;
	font-size: 14px;
	color: #222222;
	background: url(../images/jian11.png) no-repeat right center;
	background-size: 5px 9px;
	padding-right: 18px;
	margin-right: 10px;
}
.zi_link:hover {
	color: #008dc8;
}
.zi_text {
	font-size: 14px;
	color: #008dc8;
	display: inline-block;
}
.news_ex_left {
	float: left;
	width: 910px;
}
.news_ex_time {
	font-size: 14px;
	color: #999999;
}
.news_ex_title {
	font-size: 16px;
	color: #222222;
	font-family: SourceHanSansK-Bold;
}
.box {
	margin: 15px 0 50px 0;
}
.box span {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}
.news_ex_right {
	float: right;width: 260px;
	margin-bottom: 140px;
}
.news_ex_other {
	font-size: 18px;
	color: #222222;
	font-family: SourceHanSansK-Bold;
}
.news_ex_item {
	padding: 18px 0;
	border-bottom: 1px solid #ededed;
}
.news_ex_caption {
	font-size: 16px;
	color: #222222;
	font-family: SourceHanSansK-Bold;
}
.news_ex_text {
	font-size: 14px;
	color: #222222;
	line-height: 23px;
	margin: 3px 0 10px 0;
}
.news_ex_more {
	float: right;
	border-radius: 5px;
	width: 75px;
	height: 30px;
	border: 1px solid #eaeaea;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.news_ex_shi {
	margin-top: 4.5px;
	float: right;
	font-size: 14px;
	color: #999999;
	background: url(../images/time.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 25px;
}
.news_ex_item:hover .news_ex_more {
	background: -webkit-linear-gradient(left, #5ed9cc , #35a7d3);
  background: -o-linear-gradient(right, #5ed9cc, #35a7d3);
  background: -moz-linear-gradient(right, #5ed9cc, #35a7d3);
  background: linear-gradient(to right, #5ed9cc , #35a7d3);
  color: #fff;
}

.ace-file-container, .ace-file-input {
    height: 30px !important;
    margin-bottom: 0px;
}

.ace-file-input .ace-file-container {
	border-color: transparent;
}

.ace-file-input .ace-file-container:before {
	background: linear-gradient(to right, #5ed9cc , #35a7d3);
}

.bold {
	font-weight: bold;
}