﻿/* 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:'Microsoft YaHei'; font-size:14px; 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;
}
/* 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的宽屏*/

.max{ position:relative;overflow: hidden;}

.inner{width:1200px; height:auto; margin:0 auto;}
span {
	display: block;
}

/*首页*/

@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);
}
.header {
	padding: 30px 0;
}
.logo {
	float: left;
}
.header_right {
	float: right;
	margin-top: 8px;
}
.header_tel {
	font-size: 24px;
	color: #00afc5;
	line-height: 24px;
	margin-top: 5px;
}
.header_text {
	font-size: 16px;
	color: #666666;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 21px 21px;
	padding-left: 30px;
}
.logo img{ height:66px;}
.nav {
	background: #00afc5;
}
.nav_item {
	float: left;
	width: 150px;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
}
.nav_item a {
	color: #ffffff;
	font-size: 18px;
}
.nav_current {
	background: #0090c5;
}
.nav_item:hover {
	background: #0090c5;
}
.banner .swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
	border-radius: 50%;
	opacity: 1 !important;
	border: 3px solid #00afc5;
	background: transparent;
}
.banner .swiper-pagination-bullet-active {
	background: #00afc5 !important;
}
.zi {
	background: #eeeeee;
	padding: 30px 0 18px 0;
}
.zi_list {
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zi_item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zi_box {
	margin-left: 20px;
}
.zi_title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.zi_text {
	font-size: 16px;
	color: #666666;
}
.index_he_title1 {
	font-size: 30px;
	color: #00afc5;
	font-weight: bold;
	text-align: center;
	padding: 60px 0 30px 0;
}
.index_he_cpation {
	font-size: 16px;
	color: #666666;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}
.index_he_item {
	float: left;
	width: 194px;
	height: 246px;
	padding: 47px 0px;
	margin-left: 57.5px;
}
.index_he_item:nth-child(1) {
	background: url(../images/bg1.jpg) no-repeat left top;
	background-size: 100% 100%;
	margin-left: 0;
}
.index_he_item:nth-child(2) {
	background: url(../images/bg2.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_he_item:nth-child(3) {
	background: url(../images/bg3.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_he_item:nth-child(4) {
	background: url(../images/bg4.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_he_item:nth-child(5) {
	background: url(../images/bg5.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_he_title {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.index_he_item img {
	margin: 15px auto 35px auto;
}
.index_he_tel {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-top:10px;
}
.index_he_list {
	margin: 60px 0;
}
.index_about {
	background: url(../images/bg6.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 73px 0;
}
.index_about_left {
	float: left;
	width: 570px;
}
.index_about_en {
	font-size: 88px;
	color: #dfdfdf;
	font-weight: bold;
	font-family: 宋体;
	line-height: 88px;
}
.index_about_zh {
	position: relative;
	font-size: 30px;
	color: #00afc5;
	font-weight: bold;
	padding-bottom: 15px;
	margin-top: -30px;
	z-index: 1;
}
.index_about_zh::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 5px;
	background: #00afc5;
	bottom: 0;
	left: 0;
}
.index_about_text {
	font-size: 16px;
	color: #666666;
	line-height: 23px;
	margin: 40px 0 70px 0;
}
.index_about_photo {
	float: right;
}
.index_ban {
	background: url(../images/bg7.jpg) no-repeat center center;
	background-size: cover;
	padding: 0 0 80px 0;
}
.title {
	padding: 73px 0 20px 0;
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #00afc5;
	font-weight: bold;
}
.title::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 5px;
	background: #00afc5;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.index_ban_top {
	margin: 25px 0 60px 0;
	text-align: center;
}
.index_ban_link {
	display: inline-block;
	width: 160px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	color: #00afc5;
	text-align: center;
	border: 1px solid #00afc5;
	border-radius: 8px;
	margin: 0 33px;
}
.index_ban_current {
	background: #00afc5;
	color: #ffffff;
}
.index_ban_link:hover {
	background: #00afc5;
	color: #ffffff;
}
.index_ban_item {
	float: left;
	width: 360px;
	margin-bottom: 35px;
	margin-left: 60px;
	position:relative;
}
.index_ban_item:nth-child(3n-2) {
	margin-left: 0;
}
.index_ban_photo {
	width: 360px;
	height: 265px;
	overflow: hidden;
}
.index_ban_photo img {
	transition: all 0.5s ease-in-out;
}
.index_ban_item:hover .index_ban_photo img {
	transform:scale(1.1);
}
.index_ban_name {
	font-size: 18px;
	color: #fff;
	text-align: center;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
  position:absolute;
  height:40px; line-height:40px;
  left:0; bottom:0;
  background-color:rgba(0,0,0,0.7);
}
.index_ban_item:hover .index_ban_name {
	background-color: #00afc5
}
.index_ban_more {
	margin:  40px auto 0 auto;
}
.index_ban_more img {
	margin: 0 auto;
}
.index_fu_item {
	float: left;
	width: 200px;
	margin-left:50px;
	margin-bottom: 140px;
}
.index_fu_item:nth-child(5n+1){ clear:left; float:left; margin-left:0;}
.index_fu_item img {
	margin: 0 auto;
}
.index_fu_title {
	font-size: 18px;
	color: #00afc5;
	text-align: center;
	margin: 28px 0 0 0;
	font-family: SourceHanSansK-Bold;
}
.index_fu_text {
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-family: SourceHanSansK-Normal;
}
.index_fu_list {
	margin-top: 50px;
}
.index_liu {
	background: url(../images/bg8.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0 60px 0;
}
.index_liu_title {
	font-size: 24px;
	color: #00afc5;
	font-weight: bold;
	padding-right: 65px;
	position: relative;
	display: inline-block;
}
.index_liu_title::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55px;
	height: 5px;
	background: #00afc5;
}
.index_liu_box {
	float: left;
	margin-right: 30px;
	padding-right:45px;
	position: relative;
}
.index_liu_hide {
	display: none;
}
.index_liu_box img {
	float: left;
}
.index_liu_text {
	float: left;
	margin-left: 15px;
	font-size: 18px;
	color: #fff;
}
.index_liu_box::before {
	content: '';
	position: absolute;
	background: url(../images/jian1.png) right center;
	background-size: 25px 17px;
	width: 25px;
	height: 17px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index_liu_box:last-of-type {
	margin-right: 0;
	padding-right: 0;
}
.index_liu_box:last-of-type::before {
	content: '';
	width: 0;
	height: 0;
	background: none;
}
.index_liu_block {
	margin: 45px 0 35px 0;
}
.index_liu_box:hover .index_liu_hide {
	display: block;
}
.index_liu_box:hover .index_liu_show {
	display: none;
}
.index_liu_box:hover .index_liu_text {
	color: #00afc5;
}
.index_liu_cpation {
	font-size: 23px;
	color: #ffffff;
	text-align: center;
	margin: 40px 0;
}
.index_liu_info{
	float: left;
	width: 308px;
	height: 65px;
	line-height: 65px;
	background: #ffffff;
	margin-right: 13px;
	padding: 0 15px;
}
.index_liu_info img {
	float: left;
	margin-top: 14px;
}
.index_liu_info input,.index_liu_info select {
	float: right;
	width: 230px;
	font-size: 16px;
	color: #bfbfbf;
	background: inherit;
	line-height: 65px;
	border: none;
	display:block;
	height:65px;
}
.index_liu_btu {
	height: 65px;
	line-height: 65px;
	border: none;
	font-size: 16px;
	color: #ffffff;
	background: #00afc5;
	width: 185px;
}
.index_news_list {
	margin: 37px 0 0 0;
}
.index_news_item {
	float: left;
	width: 350px;
	margin-left: 75px;
	margin-bottom: 75px;
	position:relative;
}
.index_news_item:nth-child(3n-2) {
	margin-left: 0;
}
.index_news_photo {
	width: 350px;
	height: 240px;
	overflow: hidden;
}
.index_news_photo img {
	transition: all 0.5s ease-in-out;
}
.index_news_item:hover .index_news_photo img {
	transform:scale(1.1);
}
.index_news_title {
	font-size: 20px;
	color: #333333;
	margin: 18px 0 10px 0;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 95%;
}
.index_news_text {
	font-size: 16px;
	color: #666666;
	line-height: 23px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.index_news_time {
	font-size: 16px;
	color: #333;
	position:absolute; left:0; top:204px;
	width:140px;
	text-align:center;
	height:36px;
	line-height:36px; background-color:rgba(255,255,255,0.7);
}
.index_news_item:hover .index_news_title {
	color: #00afc5;
}
.more img {
	margin: 0 auto;
}
.footer {
	background: #333333;
	padding-top: 50px;
}
.footer_left {
	float: left;width: 385px;
	border-right: 1px solid #999999;
}
.footer_tel {
	background: url(../images/tel1.png) no-repeat left top;
	background-size: 21px 21px;
	padding-left: 40px;
	margin-top: 45px;
}
.footer_text {
	font-size: 16px;
	color: #c8c8c8;
	margin-bottom: 3px;
}
.footer_num {
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
}
.footer_center {
	width: 595px;
	float: left;
	padding: 24.5px 85px;
	padding-top:0;
	border-right: 1px solid #999999;
}
.footer_info img {
	float: left;
	margin-top: 8.5px;
}
.footer_info_text {
	float: left;
	font-size: 16px;
	color: #999999;
	float: left;
	margin-left: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 40px;
	font-family: SourceHanSansK-Regular;
}
.footer_info_text font {
	display: block;
}
.footer_right {
	float: right;
	margin-top: 13px;
}
.footer_right img {
	margin: 0 auto 8px auto; width:136px;
}
.footer_caption {
	text-align: center;
	font-size: 14px;
	color: #8e8e8e;
	font-family: SourceHanSansK-Regular;
}
.footer_caption font {
	color: #00afc5;
}
.small {
	margin-top: 50px;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #6a6a6a;
	font-family: SourceHanSansK-Regular;
	float: left;border-top: 1px solid #999999;
	width: 100%;
}
.fan {
	margin: 20px 0;
	text-align: center;
}
.fan a {
	height: 45px;
	padding: 0 20px;
	line-height: 45px;
	border: 1px solid #00afc5;
	font-size: 18px;
	color: #666666;
	display: inline-block;
	margin: 0 7.5px;
}
.fan a:hover {
	background: #00afc5;
	border: 1px solid #00afc5;
	color: #ffffff;
}
.fan span {
	height: 45px;
	padding: 0 20px;
	line-height: 45px;
	font-size: 18px;
	display: inline-block;
	margin: 0 7.5px;
	background: #00afc5;
	border: 1px solid #00afc5;
	color: #ffffff;
}
.ban_ex_box img {
	margin: 0 auto;
}
.ban_ex_title {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin: 35px 0 0 0;
}
.box {
	margin: 45px 0;
}
.box span {
	font-size: 18px;
	color: #333333;
	display: inline-block;
}
.box img {
	margin: 0 auto;
}
.ex_link {
	font-size: 16px;
	color: #999999;
	line-height: 30px;	
}
.ex_link:hover font  {
	color: #00afc5;
}
.news_ex_title {
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.news_ex_time {
	font-size: 16px;
	color: #999999;
	text-align: right;
	margin: 35px 0 0 0;
}
.offer_box {
	float: left;
	width: 770px;
}
.offer_section img {
	float: right;
}
.offer_section {
	margin: 50px 0;
}
.liu_item {
	width: 600px;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.liu_num {
	width: 147px;height: 147px;
	line-height: 147px;
	text-align: center;
	float: left;
	font-size: 47px;
	color: #ffffff;
	font-family: SourceHanSansK-Heavy;
	background: url(../images/bg11.png) no-repeat left top;
	background-size: 100% 100%;
}
.liu_text {
	font-size: 18px;
	color: #333333;
	line-height: 23px;
	margin-left: 25px;
	width: 425px;
}
.about_box_title {
	font-size: 24px;
	color: #00afc5 !important;
	font-weight: bold;
	margin-bottom: 10px;
}
.con_section {
	margin: 60px 0 115px 0;
}
.con_left {
	float: left;
	width: 600px;
}
.con_title {
	font-size: 18px;
	color: #666666;
}
.con_box {
	margin-top: 50px;
}
.con_box span {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.con_form {
	float: right;
	width: 600px;
}
.con_info {
	width: 280px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #666666;
	padding: 0 18px;
	margin-bottom: 25px;
	margin-left: 40px;
	float: left;
}
.con_info input {
	font-size: 15px;
	color: #999999;
	line-height: 44px;
	width: 100%;
	border: none;
	background: inherit;
}
.con_info:nth-child(even) {
	margin-left: 0;
}
.con_info select {
	font-size: 15px;
	color: #999999;
	line-height: 44px;
	width: 100%;
	border: none;
	background: inherit;
	background: url("../images/jian2.png") no-repeat right center;
    background-size:9px 6px;
    appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}
.con_btu {
	width: 280px;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	color: #ffffff;
	border: none;
	background: #00afc5;
	margin-left: 40px;
}