﻿/* 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-size:12px;
	color: #333333;font-family: Microsoft YaHei, Microsoft YaHei-Regular;}
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;}

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;}
.blank46{ width:100%; height:46px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank55{ width:100%; height:55px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank75{ width:100%; height:75px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank108{ width:100%; height:108px; 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的宽屏*/

textarea {
	font-family: 'Microsoft YaHei, Microsoft YaHei-Regular';
	outline: none;
}


input:focus {
  outline: none;
}
.max{ position:relative;overflow: hidden;}
.inner{width:1600px;  height:auto;  z-index:2; margin:0 auto;}
span {
	display: block;
}
.header {
	display: block;
}
.pc {
	display: block;
}
.pb {
	display: none;
}
.sp {
	display: none;
}
.section {
	position: relative;
}
.banner {
	position: relative;
	height: 100vh;
}
.banner .swiper-slide {
	background-size: cover !important;
	height: 100vh !important;
	width: 100vw !important;
}
.banner .swiper-container {
	height: 100vh;
}
.banner .inner {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zibanner img{
	width: 100%;
}
.down {
	position: absolute;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 70;
}
.down_photo {
	animation: myfirst 2s infinite;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.banner .swiper-button-prev {
	width: 50px !important;
    height: 50px !important;
    background-image: url(../images/jian4.png);
    background-repeat: no-repeat;
    outline: none;
	top: 0;
	/*transform: translateY(-50%);*/
    left: 0;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-prev:after {
	content: '';
}
.banner .swiper-button-next {
	width: 50px !important;
    height: 50px !important;
	background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
	outline: none;
	top: 0;
	/*transform: translateY(-50%);*/
    right: initial !important;
    left: 70px;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-next:after {
	content: '';
}
.banner .swiper-button-prev:hover {
	background-image: url(../images/jian1.png);
}
.banner .swiper-button-next:hover {
	background-image: url(../images/jian3.png);
}
.banner .swiper-pagination {
	left: inherit;
	right: 0;
	text-align: right;
}
.banner .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	background: #fff;
	margin: 0 7.5px;
	opacity: 1;
	border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
	background: #e60012;
}
.header {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	padding: 20px 0;
	width: 100%;
	z-index: 71;
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 27%;
}
.logo img {
	width: 100%;
}
.header_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 70%;
}
.nav_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_item {
	margin-left: 35px;
	position: relative;
}
.nav_item:first-of-type {
	margin-left: 0;
}
.nav_zh {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	z-index: 1;
	position: relative;
}
.nav_en {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 3px;
	z-index: 1;
	position: relative;
}
.nav_current::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #00a0e9;
	top: -5px;
	left: -12px;
	z-index: 0;
}
.nav_item:hover::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #00a0e9;
	top: -5px;
	left: -12px;
	z-index: 0;
}
.header_tel {
	padding: 0 30px;
	margin-left: 30px;
	border-left: 1px solid #ffffff;
}
.header_tel_text {
	font-size: 16px;
	color: #ffffff;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 17px;
	;line-height: 22px;
	padding-left: 25px;
}
.header_tel_num {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	font-family: 华文中宋;
	margin-top: 5px;
}
.header_language {
	position: relative;
}
.header_language_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.header_language_box img {
	width: 30px;
}
.header_language_box span {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	margin-left: 8px;
}
.header_language_info {
	
	border-top: 1px solid #eaeaea;
	padding: 10px 0;
	margin-top: 10px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
}
.header_language_info img {
	width: 30px;
	float: left;
}
.header_language_info span {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	margin-left: 8px;
	float: left;
}
.banner_title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	z-index: 71;
}
.banner_title img {
	width: 34%;
}
.two {
	width: 100vw;
	height: 100vh;
	background: url(../images/bg1.jpg) no-repeat center bottom;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header1 {
	background: #00a0e9;
}
.header1 .nav_current::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255,255,255,0.29);
	top: -5px;
	left: -12px;
	z-index: 0;
}
.header1 .nav_item:hover::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255,255,255,0.29);
	top: -5px;
	left: -12px;
	z-index: 0;
}
.index_about {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_about_left {
	width: 48%;
}
.index_about_thai {
	font-size: 30px;
	color: #999999;
	line-height: 30px;
	font-family: SourceHanSansK-Light;
}
.index_about_shu {
	margin: 20px 0;
	width: 1px;
	height: 75px;
	background: #00a0e9;
}
.index_about_title {
	position: relative;
}
.index_about_en {
	font-size: 48px;
	color: #e8e8e8;
	line-height: 48px;
	font-weight: bold
}
.index_about_zh{
	font-size: 48px;
	color: #00a0e9;
	line-height: 48px;
	font-weight: bold;
	margin-top: -20px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.index_about_hong {
	display: inline-block;
	width: 45px;
	height: 3px;
	background: #e60012;
}
.index_about_lan {
	display: inline-block;
	width: 45px;
	height: 3px;
	background: #00a0e9;
	margin-left: -3px;
}
.index_about_text {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
  margin: 35px 0 75px 0;
  width: 70%;
}
.index_about_link {
	border-radius: 50px;
	width: 150px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00a0e9;
}
.index_about_link span {
	font-size: 18px;
	color: #ffffff;
}
.index_about_link img {
	width: 30px;
	margin-left: 8px;
}
.index_about_right {
	width: 48%;
}
.index_about_right > img {
	width: 90%;
	margin: 0 auto;
}
.index_about_list {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_about_item {
	width: 33%;
	border-left: 1px solid #bbbbbb;
	padding: 0 30px;
}
.index_about_item:first-of-type {
	border-left: none;
}
.index_about_num {
	font-size: 16px;
	color: #333333;
}
.index_about_num font {
	font-size: 50px;
	color: #00a0e9;
	line-height: 50px;
	font-weight: bold;
	margin-right: 5px;
}
.index_about_num text {
	font-size: 60px;
	color: #00a0e9;
	line-height: 60px;
	font-weight: bold;
	margin-right: 5px;
}
.index_about_caption {
	font-size: 16px;
	color: #666666;
	margin-top: 8px;
}
.three {
	width: 100vw;
	height: 100vh;
	background: url(../images/banner1.jpg) no-repeat center bottom;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_area_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.index_area_item {
	width: 20%;
	background: rgba(255,255,255,0.8);
}
.index_area_item:nth-child(odd) {
	background: transparent;
}
.index_area_block {
	padding: 30px;
}
.index_area_en {
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
}
.index_area_zh {
	font-size: 48px;
	color: #ffffff;
	line-height: 48px;
	margin: 15px 0;
	font-weight: bold;
}
.index_area_heng {
	width: 95px;
	height: 2px;
	background: #fff;
}
.index_area_hide {
	display: none;
}
.index_area_block img {
	margin: 0 auto;
	width: 40%;
}
.index_area_name {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	text-align: center;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  margin: 25px 0 10px 0;
}
.index_area_caption {
	font-size: 18px;
	color: #999999;
	text-align: center;
	line-height: 18px;

}
.index_area_item:hover {
	background: rgba(230,0,18,0.8);
}
.index_area_item:hover .index_area_show {
	display: none;
}
.index_area_item:hover .index_area_hide {
	display: block;
}
.index_area_item:hover .index_area_name {
	color: #fff;
}
.index_area_item:hover .index_area_caption {
	color: #fff;
}
.index_area_item:hover:nth-child(odd) {
	background: transparent;
}
.index_area_item:nth-child(even) .index_area_block {
	padding: 40px 20px; 
}
.four {
	width: 100vw;
	height: 100vh;
	background: url(../images/bg2.jpg) no-repeat center bottom;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_pro_block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index_pro_area {
	width: 20%;
}
.index_pro_en {
	font-size: 24px;
	color: #00a0e9;
	line-height: 24px;
	font-weight: bold;
}
.index_pro_zh {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin: 12px 0 10px 0;
}
.index_pro_text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin: 25px 0 55px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
}
.index_pro_link {
	border-radius: 50px;
	font-size: 18px;
	color: #00a0e9;
	padding: 12px 0;
	border: 1px solid #00a0e9;
	width: 50%;
	text-align: center;
}
.index_pro_link:hover {
	background: #00a0e9;
	color:#ffffff;
}
.index_pro_photo {
	margin-left: 16%;
	border-radius: 50%;
	border: 1px solid #f5f5f5;
	padding: 25px;
}
.index_pro_photo1 {
	border-radius: 50%;
	border: 1px solid #eeeeee;
	padding: 25px;
}
.index_pro_photo2 {
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	padding: 25px;
}
.index_pro_photo2 img {
	width: 381px;
	height: 381px;
	border-radius: 50%;
}
.index_pro_banner {
	position: relative;
}
.index_pro_banner .swiper-button-prev {
	width: 74px !important;
    height: 74px !important;
    background-image: url(../images/jian6.png);
    background-repeat: no-repeat;
    outline: none;
	top: 40%;
	/*transform: translateY(-50%);*/
    left: inherit;
    right: 0;
    margin-top: 0 !important;
    background-size: contain;
    box-shadow: 0 0 10px rgba(226,231,234,0.5);
    border-radius: 50%;
}
.index_pro_banner .swiper-button-prev:after {
	content: '';
}
.index_pro_banner .swiper-button-next {
	width: 74px !important;
    height: 74px !important;
	background-image: url(../images/jian8.png);
    background-repeat: no-repeat;
	outline: none;
	top: 60%;
	/*transform: translateY(-50%);*/
    right: 0;
    left: inherit;
    margin-top: 0 !important;
    background-size: contain;
    box-shadow: 0 0 10px rgba(226,231,234,0.5);
    border-radius: 50%;
}
.index_pro_banner .swiper-button-next:after {
	content: '';
}
.index_pro_banner .swiper-button-prev:hover {
	background-image: url(../images/jian9.png);
}
.index_pro_banner .swiper-button-next:hover {
	background-image: url(../images/jian7.png);
}
.index_pro_num {
	font-size: 16px;
	color: #666666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bbbbbb;
	font-weight: bold;
}
.index_pro_title {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.gallery-thumbs .swiper-slide:hover .index_pro_num {
	border-bottom: 1px solid #e60012;
}
.gallery-thumbs .swiper-slide:hover .index_pro_title {
	color: #00a0e9;
}
.swiper-slide-thumb-active .index_pro_num {
	border-bottom: 1px solid #e60012;
}
.swiper-slide-thumb-active .index_pro_title {
	color: #00a0e9;
}
.five {
	width: 100vw;
	height: 100vh;
	background: url(../images/banner2.jpg) no-repeat center bottom;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_news {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_news_left {
	width: 30%;
}
.index_news_text {
	font-size: 16px;
	color: #ffffff;
	margin: 60px 0 140px 0;
	line-height: 30px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;

}
.index_news_more {
	border-radius: 50px;
	width: 150px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e60012;
}
.index_news_more span {
	font-size: 18px;
	color: #ffffff;
}
.index_news_more img {
	width: 30px;
	margin-left: 8px;
}
.index_news_right {
	width: 60%;
}
.index_news_item {
	padding: 50px 0 30px 0;
	border-bottom: 1px solid #fff;
}
.index_news_item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_news_time {
	width: 10%;
}
.index_news_day {
	font-size: 36px;
	color: #ffffff;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}
.index_news_heng {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	margin: 3px 0;
}
.index_news_year {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.index_news_title {
	width: 55%;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.index_news_read {
	width: 15%;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
}
.six {
	width: 100vw;
	height: 100vh;
	background: url(../images/bg3.jpg) no-repeat center bottom;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 97px;
}
.index_con_en {
	font-size: 20px;
	color: #999999;
	line-height: 20px;
}
.index_con_zh {
	font-size: 48px;
	color: #00a0e9;
	line-height: 48px;
	font-weight: bold;
	margin: 15px 0;
}
.index_con_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 125px;
}
.index_con_item {
	border: 1px solid #f0f0f0;
	
	position: relative;
	width: 23%;
}
.index_con_block {
	padding: 45px 45px 20px 45px;
}
.index_con_title {
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 20px;
}
.index_con_caption {
	font-size: 18px;
	color: #999999;
	line-height: 18px;
	margin: 15px 0 40px 0;
	text-align: center;
}
.index_con_text {
	font-size: 18px;
	color: #666666;
	text-align: center;
	word-wrap:break-word;
}
.index_con_item:nth-child(1) {
	border-bottom: 7px solid #eb6877;
	background: url(../images/con4.png) no-repeat left bottom;
	background-size: 100% 100%;
}
.index_con_item:nth-child(2) {
	border-bottom: 7px solid #00b7ee;
	background: url(../images/con5.png) no-repeat left bottom;
	background-size: 100% 100%;
}
.index_con_item:nth-child(3) {
	border-bottom: 7px solid #f8b551;
	background: url(../images/con6.png) no-repeat left bottom;
	background-size: 100% 100%;
}
.index_con_item:nth-child(4) {
	border-bottom: 7px solid #b3d465;
	background: url(../images/con7.png) no-repeat left bottom;
	background-size: 100% 100%;
}
.index_con_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index_con_left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index_con_photo {
	margin-right: 32px;
}
.index_con_photo img {
	width: 106px;
	margin: 0 auto;
}
.index_con_photo span {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}
.index_con_follow {
	font-size: 14px;
	color: #333333;
	text-align: right;
}
.index_con_be {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	text-align: right;
	margin: 13px 0 25px 0;
}
.index_con_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 45px;
}
.index_con_info {
	position: relative;
	margin-left: 17px;
} 
.index_con_qq {
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px 10px;
	font-size: 16px;
	color: #333333;
	border-radius: 5px;
	display: none;
	background: #ffffff;
}
.index_con_code {
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translateX(-50%);
	width: 106px;
	display: none;
}
.index_con_info:hover .index_con_qq {
	display: block;
}
.index_con_info:hover .index_con_code {
	display: block;
}
.index_con_small {
	font-size: 14px;
	color: #666666;
	text-align: right;
}

.zibanner {
	position: relative;
}
.zi_dao {
	padding: 40px 0 70px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.zi_dao1 {
	justify-content: space-between;
}
.zi_dao_info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.zi_dao_text {
	font-size: 14px;
	color: #999999;
	line-height: 14px;
	border-left: 5px solid #00a0e9;
	padding-left: 15px;
}
.zi_dao span {
	font-size: 14px;
	color: #999999;
	line-height: 14px;
}
.zi_dao_info a {
	font-size: 14px;
	color: #999999;
}
.proex_section {
	margin-bottom: 150px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.proex_section > img {
	width: 35%;
	border-radius: 10px;
} 
.proex_block {
	width: 60%;
}
.proex_return {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.proex_return img {
	width: 120px;
}
.proex_title {
	font-size: 24px;
	color: #333333;
}
.proex_caption {
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
}
.proex_info {
	margin: 40px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.proex_info_text {
	font-size: 18px;
	color: #333333;
}
.proex_info_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.proex_info_box span {
	margin-left: 25px;
	font-size: 18px;
	color: #666666;
	padding: 5px 15px;
	border: 1px solid #d3d3d4;
}
.proex_explain {
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}
.proex_text {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
.zifooter {
	position: relative;
	background: url(../images/bg4.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}
.zifooter_logo {
	margin-bottom: 45px;
}
.zifooter .index_con_follow {
	color: #989898;
}
.zifooter .index_con_be {
	color: #989898;
}
.top {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 95px;
	cursor: pointer;
}
.top img {
	width: 100%;
}
.about_section {
	background: url(../images/bg1.jpg) no-repeat left bottom;
	background-size: 100%;
	padding-bottom: 290px;
}
.about_text {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin: 35px 0 80px 0;
}
.about_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_block > img {
	width: 48%;
}
.about_block .index_about_list {
	width: 48%;
}
.con_section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}
.con_left {
	width: 40%;
}
.con_caption {
	font-size: 26px;
	color: #666666;
	line-height: 26px;
}
.con_heng {
	width: 55px;
	height: 9px;
	background: #00a0e9;
	margin-top: 50px;
}
.con_item {
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.con_item img {
	width: 43px;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.con_item:hover img {
	transform: rotateY(-180deg);
}
.con_box {
	margin-left: 25px;
}
.con_title {
	font-size: 20px;
	color: #333333;
	line-height: 20px;
}
.con_title font {
	font-size: 16px;
	color: #999999;
	margin-left: 15px;
}
.con_text {
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
}
.con_list{
	margin-top: 60px;
}
.con_rigth {
	width: 55%;
}
.con_form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.con_info {
	width: 48%;
	border-radius: 8px;
	border:1px solid #cacaca;
	padding: 10px;
	position: relative;
	margin-bottom: 45px;
}
.con_info span {
	position: absolute;
	top: -8px;
	left: 25px;
	background: #fff;
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	padding: 0 8px;
}
.con_info input {
	background: inherit;
	font-size: 16px;
	color: #fff;
	border: none;
	height: 35px;
	line-height: 35px;
	width: 100%;
}
.con_info1 {
	width: 100%;
}
.con_info1 textarea {
	height: 100px;
	border: none;
	font-family: SourceHanSansK-Regular;
	width: 100%;
}
.con_btu {
	width: 50%;
	border-radius: 8px;
	padding: 15px;
	font-size: 16px;
	color: #ffffff;
	background: #00a0e9;
	display: block;
	margin: 0 auto;
	border: none;
}
.map {
	margin-bottom: 55px;
}
.newsex_title {
	font-size: 22px;
	color: #333333;
	text-align: center;
	padding-right: 150px;
}
.newsex_time {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin: 15px 0 13px 0;
}
.newsex_heng {
	width: 40px;
	height: 4px;
	border-radius: 5px;
	background: #00a0e9;
	margin: 0 auto;
}
.newsex_section {
	position: relative;
}
.newsex_return {
	width: 119px;
	position: absolute;
	right: 0;
	top: 0;
}
.box {
	margin: 80px 0 145px 0;
}
.box span {
	display: inline-block;
}
.box img {
	display: inline-block;
}
.news_item {
	margin-bottom: 55px;
}
.news_link {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.news_photo {
	width: 18%;
	overflow: hidden;
}
.news_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.news_item:hover .news_photo img {
	transform:scale(1.1);
}
.news_block {
	width: 77%;
	border-bottom: 1px solid #d3d3d4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}
.news_time {
	width: 10%;
}
.news_day {
	font-size: 36px;
	color: #333333;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
}
.news_heng {
	font-size: 30px;
	color: #eeeeee;
	text-align: center;
}
.news_year {
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.news_title {
	font-size: 20px;
	color: #333333;
	width: 65%;
}
.news_more {
	
	width: 20%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.news_more span {
	font-size: 18px;
	color: #999999;
	position: relative;
	margin-right: 25px;
	z-index: 2;
}
.news_item:hover .news_title {
	color: #00a0e9;
}
.news_item:hover .news_more span::after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #ccecfb;
	z-index: -1;
}
.ex {
	margin: 80px 0 80px 0;
	border-top: 1px solid #9fa0a0;
	border-bottom: 1px solid #9fa0a0;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ex a {
	font-size: 16px;
	color: #999999;
}
.ex_link {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	position: relative;
	font-weight: bold;
	font-weight: bold;
	padding-left: 90px;
}
.ex_link::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 70px;
	height: 2px;
	background: #333333;
}
.ex_link1 {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	position: relative;
	font-weight: bold;
	padding-right: 90px;
}
.ex_link1::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 70px;
	height: 2px;
	background: #333333;
}
.fan {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fan a {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	margin: 0 13px;
}
.fan a:hover {
	color: #fc0606;
}
.fan a.on {
	color: #fc0606;
}
.zi_dao_left {
	/*display: flex;
	justify-content: flex-start;
	align-items: center;*/
	text-align: center;
}
.zi_dao_title {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	padding: 0 5px 10px 5px;
	border-bottom: 2px solid transparent;
	margin: 0 15px;
	display: inline-block;
}
.zi_dao_current {
	color: #00a0e9;
	border-bottom: 2px solid #00a0e9;
}
.zi_dao_title:hover {
	color: #00a0e9;
	border-bottom: 2px solid #00a0e9;
}
.area_section {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
}
.area_left {
	width: 17%;
	background: #33b3ed;
	padding: 45px 0;
}
.area_left img {
	width: 103px;
	margin: 0 auto;
}
.area_left_zh {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	margin: 20px 0 10px 0;
	text-align: center;
}
.area_left_en {
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
}
.area_rigth {
	width: 77%;
}
.area_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
}
.area_en {
	font-size: 24px;
	color: #999999;
	line-height: 24px;
	margin: 20px 0;
}
.pro_top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.pro_top_box {
	width: 15%;
	margin-left: 6.25%;
	margin-bottom: 40px;
}
.pro_top_box:nth-child(5n-4) {
	margin-left: 0;
}
.pro_top_current .index_pro_num {
	border-bottom: 1px solid #e60012;
}
.pro_top_current .index_pro_title {
	color: #33b3ed;
}
.pro_top_box:hover .index_pro_num {
	border-bottom: 1px solid #e60012;
}
.pro_top_box:hover .index_pro_title {
	color: #33b3ed;
}
.pro_center {
	background: #f6f7fc;
	padding: 23px 15px 0 15px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.pro_center_text {
	font-size: 18px;
	color: #666666;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 20px;
	margin-right: 35px;
}
.pro_center_current {
	color: #ff1f30;
}
.pro_center_current::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: #ff1f30;
}
.pro_center_text:hover {
	color: #ff1f30;
}
.pro_center_text:hover::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: #ff1f30;
}
.pro_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pro_item {
	width: 23%;
	margin-left: 2.6%;
	margin-bottom: 65px;
}
.pro_item:nth-child(4n-3) {
	margin-left: 0;
}
.pro_box {
	padding: 18px 0 0 0;
}
.pro_title {
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.pro_info {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pro_info span {
	font-size: 14px;
	color: #999999;
	width: 80%;
}
.pro_info img {
	width: 30px;
}
.pro_photo {
	overflow: hidden;
}
.pro_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.pro_item:hover .pro_photo img {
	transform:scale(1.1);
}
.headersp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 71;
	display: none;
}
.headersp .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headersp .logo {
	width: 50%;
}
.headersp_nav {
	width: 6%;
}
.headersp_nav img {
	width: 100%;
}
.headersp1 {
	background: #019ee5;
}
.navmodel {
	position: fixed;
	z-index: 80;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.8);
	display: none;
}
.navmodel_section {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 30px 0;
}
.navmodel_item {
	padding: 20px 0;
}
.navmodel_link {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}
.navmodel_link span {
	font-size: 14px;
	margin-left: 8px;
	color: #eeeeee;
	display: inline-block;
}
.navmodel_close {
	width: 35px;
	margin-bottom: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
}
.ex_more {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-bottom: 40px;
	display: none;
}
.newsex_return img {
	width: 100%;
}
.zi_dao_leftsp {
	display: none;
}
.headersp_sp{
	background: #019ee5;
	position: fixed;
	width: 100%;
	padding: 10px 0;
	z-index: 80;
	top: 0;
	left: 0;
}
.headersp_sp .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headersp_sp .logo {
	width: 75%;
}
.blank50 {
	display: none;
}
.headersp_sp {
	display: none;
}
.bannersp {
	display: none;
}t;
}
.pro_item:hover .pro_photo img {
	transform:scale(1.1);
}
.headersp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 71;
	display: none;
}
.headersp .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headersp .logo {
	width: 50%;
}
.headersp_nav {
	width: 6%;
}
.headersp_nav img {
	width: 100%;
}
.headersp1 {
	background: #019ee5;
}
.navmodel {
	position: fixed;
	z-index: 80;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.8);
	display: none;
}
.navmodel_section {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 30px 0;
}
.navmodel_item {
	padding: 20px 0;
}
.navmodel_link {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}
.navmodel_link span {
	font-size: 14px;
	margin-left: 8px;
	color: #eeeeee;
	display: inline-block;
}
.navmodel_close {
	width: 35px;
	margin-bottom: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
}
.ex_more {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-bottom: 40px;
	display: none;
}
.newsex_return img {
	width: 100%;
}
.zi_dao_leftsp {
	display: none;
}
.headersp_sp{
	background: #019ee5;
	position: fixed;
	width: 100%;
	padding: 10px 0;
	z-index: 80;
	top: 0;
	left: 0;
}
.headersp_sp .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headersp_sp .logo {
	width: 75%;
}
.blank50 {
	display: none;
}
.headersp_sp {
	display: none;
}
.bannersp {
	display: none;
}