﻿/* 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;
}
/* 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);
}

.logo {
	float: left;
	width: 29%;
}
.nav {
	float: left;
	margin-left: 15px;
	margin-top: 21.5px;
}
.nav_item {
	float: left;
	margin-left: 15px;
}
.nav_item a {
	font-size: 16px;
	color: #333333;
	padding-bottom: 8px;
	position: relative;
}
.nav_current a {
	position: relative;
	color: #0027c0;
}
.nav_current a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 1px;
	background: #0027c0;
}
.nav_item:hover a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 1px;
	background: #0027c0;
}
.header_right {
	float: right;
	padding-left: 25px;
	border-left: 1px solid #c9c9c9;
	margin-top: 21px;
}
.header_zh {
	float: left;
	font-size: 14px;
	color: #666666;
	background: url(../images/ico1.png) no-repeat left center;
	background-size: 25px 25px;
	line-height: 25px;
	padding-left: 35px;
	border-right: 1px solid #c9c9c9;
	padding-right: 10px;
	margin-right: 10px;
}
.header_en {
	float: left;
	font-size: 14px;
	color: #666666;
	background: url(../images/ico2.png) no-repeat left center;
	background-size: 25px 25px;
	line-height: 25px;
	padding-left: 35px;
}
.header {
	padding: 25px 0;
}
.banner {
	position: relative;
}
.banner .inner {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 68;
}
.banner_bottom {
	background: #ffffff;
	float: right;
	padding: 15px;
	width: 230px;
	position: relative;
}
.banner .swiper-pagination-total {
	
}
.banner .s-num {
	font-size: 28px !important;
	color: #0027c0 !important;
	width: auto;
	position: initial;
	text-align: center;
}
.b_fenqi {
	text-align: center;
}
.banner .b_fenqi span {
	display: inline-block;
	font-size: 16px;
	color: #666666;
}
.banner .swiper-button-prev {
	width: 24px !important;
    height: 22px !important;
    background-image: url(../images/jian1.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 15px;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-prev:after {
	content: '';
}
.banner .swiper-button-next {
	width: 24px !important;
    height: 22px !important;
	background-image: url(../images/jian2.png);
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 15px !important;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-next:after {
	content: '';
}
.indedx_about {
	background: url(../images/bg1.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 110px 0 60px 0;
}
.inedx_about_left {
	float: left;
	width: 600px;
}
.inedx_about_zh {
	font-size: 36px;
	line-height: 36px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
}
.inedx_about_zh font {
	color: #0027c0;
}
.inedx_about_en {
	font-size: 18px;
	color: #999999;
	line-height: 18px;
	margin-top: 10px;
}
.inedx_about_left_box {
	width: 525px;
	margin: 40px 0;
	height: 170px;
	overflow-y: hidden;
}
.inedx_about_left_box span {
	font-size: 16px;
	color: #666666;
	line-height: 29px;

}
.inedx_about_bottom{
	margin-top: 98px;
}
.inedx_about_num {
	float: left;margin-right: 95px;
}
.inedx_about_num:last-of-type {
	margin-right: 0;
}
.inedx_about_num_title {
	font-size: 60px;
	color: #0027c0;
	line-height: 60px;
	font-family: SourceHanSansK-Bold;
}
.inedx_about_num_text {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}
.inedx_about_area {
	width: 190px;
	height: 250px;
	background: #ff7295;
	border-radius: 20px;
	padding: 30px 0;
	float: left;
	margin-top: 67.5px;
}
.inedx_about_area img {
	margin: 0 auto;
}
.inedx_about_title {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	position: relative;
	padding-bottom: 13px;
	line-height: 24px;
	margin: 20px 0;
}
.inedx_about_title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background: #ffffff;
}
.inedx_about_right {
	float: right;
	width: 600px;
	margin-top: 73.5px;
}
.inedx_about_caption {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.inedx_about_area1 {
	border-radius: 20px;
	padding: 90px 0;
	background: url(../images/bg2.png) no-repeat left top;
	background-size: 188px;
	height: 385px;
	width: 188px;
	height: 385px;
	float: left;
	margin-left: 16px;
}
.inedx_about_area1 img {
	margin: 0 auto;
}
.inedx_about_area3 {
	width: 190px;
	height: 250px;
	background: #31c0ce;
	border-radius: 20px;
	padding: 30px 0;
	float: left;
	margin-top: 67.5px;
	margin-left: 16px;
}
.inedx_about_area3 img {
	margin: 0 auto;
}
.index_hisplay {
	background: url(../images/bg5.jpg) no-repeat left top;
	background-size: 100% 100%;
	position: relative;
	/*padding-bottom: 50px;*/
	height: 755px;
}
.index_hisplay .inner {
	position: relative;
	width: 1300px;
	height: 755px;
}
.index_hisplay_title {
	font-size: 40px;
	color: #0027c0;
	line-height: 40px;
	font-family: SourceHanSansK-Bold;
	padding-top: 40px;
}
.index_hisplay_zh {
	font-size: 19px;
	color: #163fdc;
	opacity: 0.6;
	margin: 8px 0;
}
.index_hisplay_en {
	font-size: 15px;
	color: #616163;
}
.index_hisplay_picter {
	position: absolute;
	bottom: 0;
	right: 0;
}
.index_hisplay_photo {
	position: absolute;
	top: 0;
	right: -170px;
}
.index_hisplay_xian {
	position: absolute;
	top: 70px;
	left: 0;
}
.index_hisplay_box1 {
	position: absolute;
	bottom: 81px;
    left: -250px;
	text-align: right;
	width: 300px;
	padding-bottom: 25px;
}
.index_hisplay_caption {
	font-size: 20px;
	color: #0027c0;
	line-height: 20px;
	/*margin-bottom: 4px;*/
	font-weight: bold;
}
.index_hisplay_text {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.index_hisplay_box1::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	bottom: 0;
	right: 0;
}
.index_hisplay_box2 {
	position: absolute;
    bottom: 49px;
    left: 95px;
    text-align: left;
    width: 300px;
    padding-top: 5px;
    padding-left: 21px;
}
.index_hisplay_box2::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	top: 0;
	left: 0;
}
.index_hisplay_box3 {
	position: absolute;
    bottom: 129px;
    left: 146px;
    text-align: left;
    width: 570px;
    padding-top: 0;
    padding-left: 35px;
}
.index_hisplay_box3::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	top: 10px;
	left: 0;
}
.index_hisplay_box4 {
	position: absolute;
    bottom: 182px;
    left: 175px;
    text-align: left;
    width: 350px;
    padding-top: 0;
    padding-left: 35px;
}
.index_hisplay_box4::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	top: 5px;
	left: 0;
}
.index_hisplay_box5 {
	position: absolute;
    bottom: 243px;
    left: 202px;
    text-align: left;
    width: 400px;
    padding-top: 0;
    padding-left: 35px;
}
.index_hisplay_box5::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	top: 5px;
	left: 0;
}
.index_hisplay_box6 {
	position: absolute;
    bottom: 316px;
    left: -30px;
    text-align: right;
    width: 300px;
    padding-bottom: 15px;
    padding-right: 25px;
}
.index_hisplay_box6::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	bottom: 0px;
	right: 0;
}
.index_hisplay_box7 {
	position: absolute;
    bottom: 322px;
    left: 275px;
    text-align: right;
    width: 219px;
    padding-bottom: 18px;
}
.index_hisplay_box7::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	bottom: 0px;
	right: 0;
}
.index_hisplay_box8 {
	position: absolute;
    bottom: 304px;
    left: 518px;
    text-align: left;
    width: 150px;
    padding-top: 30px;
    padding-left: 25px;
}
.index_hisplay_box8::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	top: 0px;
	left: 0;
}
.index_hisplay_box9 {
	position: absolute;
    bottom: 445px;
    left: 307px;
    text-align: right;
    width: 400px;
    /* padding-top: 30px; */
    padding-right: 25px;
    padding-bottom: 15px;
}
.index_hisplay_box9::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	bottom: 0px;
	right: 0;
}
.index_hisplay_box10 {
	position: absolute;
    top: 157px;
    left: 396px;
    text-align: right;
    width: 430px;
    /* padding-top: 30px; */
    padding-right: 25px;
    padding-bottom: 15px;
}
.index_hisplay_box10::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	bottom: 0px;
	right: 0;
}
.index_hisplay_box11 {
	position: absolute;
    top: 196px;
    right: 58px;
    text-align: left;
    width: 300px;
    padding-top: 10px;
    padding-left: 25px;
}
.index_hisplay_box11::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	top: 0px;
	left: 0;
}
.index_hisplay_box12 {
	position: absolute;
    top: 55px;
    right: 296px;
    text-align: right;
    width: 300px;
    /*padding-top: 30px;*/
    padding-right: 40px;
}
.index_hisplay_box12::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: #0027c0;
	border-radius: 50%;
	bottom: 0px;
	right: 0;
}
.index_hisplay_qi {
	position: absolute;
	top: 82px;
    right: 295px;
}
.index_center {
	background: url(../images/bg3.jpg) no-repeat left top;
	height: 216px;
	padding: 62px 0;
	background-size: 100% 216px;
}
.index_center_title {
	font-size: 33px;
	color: #f7f5f6;
	font-family: SourceHanSansK-Bold;;
	line-height: 48px;
	text-align: center;	
}
.index_center_text {
	font-size: 18px;
	color: #f7f5f6;
	text-align: center;
	line-height: 18px;
	margin-top: 25px;
}
.title {
	padding: 45px 0;
}
.title_zh {
	font-size: 36px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
	text-align: center;
	line-height: 36px;
}
.title_zh font {
	color: #0027c0;
}
.title_en {
	text-align: center;font-size: 18px;
	color: #999999;
	margin: 13px 0;
}
.title_heng {
	margin: 0 auto;
	width: 75px;
	height: 3px;
	background: #0027c0;
}
.index_pro_left {
	float: left;
	width: 290px;
}
.index_pro_caption {
	font-size: 16px;
    color: #333333;
    margin: 0 20px;
    /* height: 50px; */
    padding: 15px 0;
    /* line-height: 50px; */
    border-bottom: 1px dashed #cacaca;
    cursor: pointer;
}
.index_pro_caption a {
	color: #333333;
}
.index_pro_current a {
	color: #0027c0;
}
.index_pro_title {
	background: #0027c0;
	height: 70px !important;
	line-height: 70px !important;
	font-size: 20px !important;
	color: #ffffff !important;
	padding: 0 20px;
	margin: 0 !important;
	border-bottom: none;
}
.index_pro_left_box {
	/*padding: 0 20px;*/
	background: #f3f3f3;
}
.index_pro_caption:hover {
	color: #0027c0;
}
.index_pro_current {
	color: #0027c0;
}
.index_pro_right {
	float: right;
	width: 865px;
}
.index_pro_right_title {
	font-size: 16px;
	color: #0027c0;
	line-height: 16px;
	padding-bottom: 15px;
	border-bottom: 2px solid #0027c0;
	display: inline-block;
}
.index_pro_item {
	width: 199px;
	float: left;
	margin-left: 23px;
	margin-top: 25px;
}
.index_pro_item:nth-child(4n-3) {
	margin-left: 0;
}
.index_pro_photo {
	width: 199px;
	height: 250px;
	overflow: hidden;
	background: #c1c1c1;
	border: 1px solid transparent;
}
.index_pro_list1 {
	border-top: 2px solid #ececee;
	/*padding-top: 25px;*/
}
.index_pro_list12 {
	border-top: 2px solid #ececee;
	/*padding-top: 25px;*/
}

.index_pro_list {
	display: none;
}
.index_pro_name {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
padding: 0 5px;
height: 24px;
overflow-y: hidden;
}

.index_pro_photo img {
	transition: all 0.5s ease-in-out;
}
.index_pro_item:hover .index_pro_photo {
	border: 1px solid #0027c0;
	box-shadow:0px 0px 15px #ced5f3;
}
.index_pro_item:hover .index_pro_photo img {
	transform:scale(1.1);
}
.index_pro_section {
	padding-bottom: 60px;
}
.inedx_about_zh1 {
	display: inline-block;
}
.inedx_about_en1 {
	display: inline-block;
	margin-left: 10px;
}
.index_hang {
	background: #f7f5f6;
	padding: 58px 0 100px 0;
}
.index_hang_banner {
	width: 1350px;
	margin: 58px auto 0 auto;
	position: relative;
}
.index_hang_banner .swiper-container2 {
	width: 1200px;
	margin: 0 auto;
}
.index_hang_photo {
	background: #ffffff;
	width: 280px;
	height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.index_hang_photo img {
	transition: all 0.5s ease-in-out;
}
.index_hang_block:hover .index_hang_photo img {
	transform:scale(1.1);
}
.index_hang_name {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-top: 15px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_hang_banner .swiper-button-prev {
	width: 47px !important;
    height: 47px !important;
    background-image: url(../images/jian3.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
    margin-top: 0 !important;
    background-size: contain;
}
.index_hang_banner .swiper-button-prev:after {
	content: '';
}
.index_hang_banner .swiper-button-next {
	width: 47px !important;
    height: 47px !important;
	background-image: url(../images/jian5.png);
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0 !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_hang_banner .swiper-button-next:after {
	content: '';
}
.index_hang_banner .swiper-button-prev:hover {
	background-image: url(../images/jian4.png);
}
.index_hang_banner .swiper-button-next:hover {
	background-image: url(../images/jian6.png);
}
.index_choose {
	position: relative;
	margin-bottom: 80px;
	background-size: contain;
	background-position: left;
}
.index_choose_photo {
	width: 50%;
	height: 580px;
	position: absolute;
	top: 0;
	left: 0;
}
.index_choose .inner {
	/*position: absolute;
	top: 50%;
	right: 0;
	width: 50%;
	transform: translate(-50%,-50%);
	transform: translateY(-50%);*/
}
.index_choose_left {
	float: left;
	margin-top: 50px;
}
.index_choose_title {
	font-size: 36px;
	color: #ffffff;
	line-height: 36px;
	font-family: SourceHanSansK-Bold;
}
.index_choose_en {
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;margin-top: 15px;
}
.index_choose_right {
	float: left;
    /* width: 75%; */
    width: 875px;
    margin-left: 0;
    padding-left: 0;
}
.index_choose_num {
	float: left;
	width: 100px;
	height: 100px;
	background: #ffffff;
	border: 1px solid #0027c0;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	font-size: 36px;
	color: #0027c0;
	font-family: SourceHanSansK-Bold;
}
.index_choose_box {
	float: left;
	margin-left: 40px;
	width: 465px;
}
.index_choose_en1 {
	font-size: 16px;
	color: #0027c0;
	line-height: 16px;
}
.index_choose_zh {
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	position: relative;
	padding-bottom: 15px;
	margin: 12px 0 18px 0;
	font-family: SourceHanSansK-Bold;
}
.index_choose_zh::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 4px;
	background: #c9c9c9;
	bottom: 0;
	left: 0;
}
.index_choose_text {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.index_choose_one {
	margin-left: 239px;
    margin-top: 50px;
	margin-bottom: 40px;
}
.index_choose_two {
	margin-bottom: 40px;
	margin-left: 120px;
}
.index_choose_three {
	margin-left: 13px;
}
.index_choose_one .index_choose_box {
	margin-left: 20px;
}
.index_choose_two .index_choose_box {
	margin-left: 30px;
}
.index_news_list1 {
	margin-top: 40px;
}
.index_news_item {
	float: left;
	width: 368px;
	margin-left: 48px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.index_news_item:nth-child(3n-2) {
	margin-left: 0;
}
.index_news_photo {
	width: 368px;
	height: 259px;
	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_item:hover {
	border-bottom: 1px solid #0027c0;
}
.index_news_item:hover .index_news_title {
	color: #0027c0;
}
.index_news_title {
	font-size: 18px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  margin-top: 20px;
}
.index_news_text {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin: 20px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.index_news_time {
	font-size: 16px;
	color: #999999;
	padding-left: 30px;
	background: url(../images/ico7.png) no-repeat left center;
	background-size: 21px 21px;
}
.index_news {
	margin-bottom: 130px;
}
.footer {
	background: #535353;
	border-top: 10px solid #0027c0;
}
.footer .inner {
	padding: 45px 0;
}
.fooeter_logo {
	float: left;
	margin-top: 31.5px;
}
.fooeter_box {
	float: left;
	margin-left: 140px;
	margin-top: 27.5px;
}
.fooeter_box span {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}
.fooeter_area {
	float: right;
}
.footer_photo {
	float: left;
	margin-left: 35px;
}
.footer_photo img {
	width: 77px;
	height: 77px;
}
.footer_photo span {
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
}
.small {
	font-size: 14px;
	color: #666666;
	background: #222222;
	padding: 10px 0;
	text-align: center;
}
.top {
	position: fixed;
	bottom: 30%;
	right: 10%;
	z-index: 68;
}

.zi_top {
	padding: 25px 0;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 60px;
}
.home {
	display: inline-block;
	font-size: 14px;
	color: #0027c0;
	background: url(../images/ico8.png) no-repeat left center;
	background-size: 13px 17px;
	padding-left: 25px;
}
.home1 {
	font-size: 14px;
	color: #666666;
	display: inline-block;
}
.pro_ex_section img {
	width: 384px;
	height: 484px;
	float: left;
}
.pro_ex_area {
	float: right;
	width: 450px;
}
.pro_ex_title {
	font-size: 22px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
	line-height: 22px;
}
.pro_ex_en {
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	margin: 10px 0 60px 0;
}
.pro_ex_text {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
.pro_ex_box {
	margin-top: 50px;
}
.pro_ex_box span {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	font-family: Microsoft YaHei;
}
.index_pro_block1 {
	padding-top: 25px;
}
.box span {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	display: inline-block;
}
.box {
	margin: 30px 0 50px 0;
	width: 100%;
	font-family: Microsoft YaHei;
}
.ex_bottom {
	margin-bottom: 45px;
}
.ex_bottom a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.ex_bottom a:hover font {
	color: #0027c0;
}
.fan {
	text-align: center;
	margin: 65px;
}
.fan a {
	background: #e5e5e5;
	padding: 0 20px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	margin: 0 8px;
	font-size: 18px;
	color: #666666;
	display: inline-block;
}
.fan a:hover {
	background: #0027c0;
	color: #ffffff;
}
.fan a img {
	margin: 0 auto;
}
.zi_top_left {
	float: left;
}
.zi_top_right {
	float: right;
}
.zi_top_link {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	padding: 0 20px;
	border-left: 1px solid #d2d2d2;
	position: relative;
}
.zi_top_link:first-of-type {
	border-left: none;
}
.zi_top_current {
	color: #0027c0;
}
.zi_top_current::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 2px;
	background: #0027c0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -27px;
}
.zi_top_link:hover {
	color: #0027c0;
}
.zi_top_link:hover::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 2px;
	background: #0027c0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -27px;
}
.about_title {
	font-size: 24px;
	color: #0027c0;
	line-height: 24px;
	font-family: SourceHanSansK-Bold;
}
.about_bottom {
	float: left;
	margin-top: 45px;
}
.about_block img {
	float: right;
}
.about_block {
	margin-bottom: 110px;
}
.about_list {
	margin-bottom: 185px;
}
.about_item {
	float: left;
	width: 350px;
	border: 1px solid #d2d2d2;
	margin-left: 75px;
	padding: 25px;
	height: 212px;
}
.about_item:first-of-type {
	margin-left: 0;
}
.about_item img {
	float: left;
}
.about_box {
	float: left;
	margin-left: 30px;
	width: 185px;
}
.about_caption {
	position: relative;
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	font-family: SourceHanSansK-Bold;
	padding-right: 50px;
	display: inline-block;
}
.about_caption::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 35px;
	height: 2px;
	background: #0027c0;
}
.about_text {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-top: 10px;
}
.honor_title {
	font-size: 18px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
	margin-bottom: 50px;
}
.honor_title font {
	font-size: 16px;
	color: #999999;
	font-family: SourceHanSansK-Regular;
	margin-left: 25px;
}
.honor_item {
	width: 285px;
	float: left;
	margin-left: 20px;
	margin-bottom: 35px;
}
.honor_item:nth-child(4n-3) {
	margin-left: 0;
}
.honor_photo {
	width: 285px;
	height: 222px;
	overflow: hidden;
}
.honor_photo img {
	transition: all 0.5s ease-in-out;
}
.honor_item:hover .honor_photo img {
	transform:scale(1.1);
}
.honor_name {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 15px;
}
.honor_item:hover .honor_name {
	color: #0027c0;
}
.zhuan_item {
	width: 260px;
	float: left;
	margin-left: 53.3px;
	margin-bottom: 35px;
}
.zhuan_item:nth-child(4n-3) {
	margin-left: 0;
}
.honor_photo1 {
	width: 260px;
	height: 371px;
	overflow: hidden;
}
.honor_photo1 img {
	transition: all 0.5s ease-in-out;
}
.zhuan_item:hover .honor_photo1 img {
	transform:scale(1.1);
}
.zhuan_item:hover .honor_photo1 {
	box-shadow:0px 0px 15px #c1c1c1;
}

.hang_item {
	float: left;
	width: 280px;
	margin-left: 26.6px;
	margin-bottom: 65px;
}
.hang_item:nth-child(4n-3) {
	margin-left: 0;
}
.hang_photo {
	width: 280px;
    /*height: 380px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #cdcdcd;
}
.hang_photo img {
	transition: all 0.5s ease-in-out;
	width: 280px;
    /*height: 380px;*/
}
.hang_item:hover .hang_photo img {
	transform:scale(1.1);
}
.hang_name {
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
	text-align: center;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 95%;
}
.fan1 {
	margin-top: 0;
}
.hang_photo1 {
	margin: 0 auto;
}
.hang_name1 {
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
	text-align: center;
}
.con_title {
	font-size: 24px;
	color: #0027c0;
	font-family: SourceHanSansK-Bold;
	margin-bottom: 30px;
}
.con_box {
	float: left;
}
.con_box span {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.con_photo {
	float: right;
}
.con_photo img {
	/*width: 110px;
	height: 110px;*/
}
.con_caption {
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.map {
	border: 1px solid #d0d0d0;
	margin: 50px 0 120px 0;
}
.news_ex_title {
	font-size: 22px;
	color: #0027c0;
	font-family: SourceHanSansK-Bold;
	text-align: center;
	margin-bottom: 25px;
	line-height: 22px;
}
.news_ex_time {
	font-size: 16px;
    color: #999999;
    padding-left: 30px;
    background: url(../images/ico7.png) no-repeat 92% center;
    background-size: 21px 21px;
    /*float: right;*/
    text-align: right;
}
.box img {
	margin: 0 auto;
}
.index_news_list2 .index_news_item {
	margin-bottom: 100px;
}
.hisplay_section {
	position: relative;
	overflow: hidden;
}
.dev_index_l_wrap { width: 350px;
    padding-right: 85px;}
.dev_index_l_wrap ul {  width:24px; float:right; position:relative; margin-top:-2px; } 
.dev_index_l_wrap li {  width:17px; height:89px; line-height:89px; text-align:center; background:url(../images/shu.jpg) no-repeat right center; background-size:auto 100%; margin-top:-1px; margin-right:5px;}
.dev_index_l_wrap li span {width: 137px;
    text-align: right;position:relative; padding-right:30px; color:#333333;float:right; right:-5px; margin-top:-1px; cursor:pointer; font-size: 18px; }
.dev_index_l_wrap li.active span{  font-size:48px; color:#0027c0; width: 350px; font-family: SourceHanSansK-Bold;background:url(../images/yuan.png) no-repeat right center;}

.dev_index_l_box {  overflow:hidden; width:100%; position:relative; margin-bottom:15px; height:717px;}

.dev_index_l_top { display:block; width:22px; height:20px; background:url(../images/jian9.png) no-repeat; margin-bottom:15px; position:relative; float:right; right:-2px; }
.dev_index_l_bottom { display:block; width:22px; height:20px; background:url(../images/jian10.png) no-repeat; margin-bottom:15px; position:relative; float:right; right:-2px; }

.dev_index { position:relative; overflow:hidden; }

.dev_index_l { width:350px; position:absolute; left:0; top:0;}

.dev_index_r {  width:920px; float:left; padding-left:214px; margin-left:146px;}
.dev_index_r .dev_index_r_part > h4 { color:#d2d2d2; border-top:5px solid #d2d2d2;}
.dev_index_r ul {  position:relative;min-height: 89px;}
.dev_index_r li {  width:49.6%; margin-bottom:22px;}
.dev_index_r li .year_wrap {  width:95%; border:1px solid #dddddd;}
.dev_index_r li.odd .year_wrap {  float:right;}
.dev_index_r li .year_wrap img {  width:100%;}
.year_box {  padding:30px; position:relative; z-index:20; background:#fff;}
.year_box h4 { color:#2b2b2b; margin-bottom:6px;}
.year_box p {  color:#616161; font-size:14px; line-height:1.7em;}


.dev_index_l {  position:fixed; z-index:220; opacity:0;}
#swiper-container2 {
    display: none;
}
.dev_index_r {
    width: 920px;
    float: left;
    padding-left: 170px;
    margin-left: 146px;
    margin-top: 64px;
}
.lal {
	line-height: initial;
}
.hisplay_section {
	margin-bottom: 200px;
}
.hisplay_list li {
	font-size: 18px;
	color: #666666;
}
.active1 li {
	font-size: 18px;
	color: #0022c0 !important;
}