﻿/* 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;}
.blank85{ width:100%; height:85px; 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:79%; height:auto;  z-index:2; margin:0 auto;}
span {
	display: block;
}
.header {
	background: #ffffff;
	width: 100%;
}
.header .inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 225px;
}
.logo img {
	width: 100%;
}
.nav {
	width: 63%;
}
.header_right {
	width: 22%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.header_tel {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	background: url(../images//tel.png) no-repeat left center;
	background-size: 20px 20px;
	line-height: 20px;
	padding-left: 28px;
	margin-right: 35px;
	position: relative;
}
.header_tel::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
	width: 1px;
	height: 90%;
	background: #dcdcdc;
}
.header_right_photo {
	width: 29%;
	height: 85px;
}
.header_right_photo > img {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: inline-block;
	object-fit: contain;
}
.header_right_box {
	display: block;
	background: #ffffff;
	display: none;
	position: fixed;
    right: 0;
    top: 85px;
    width: 15.7%;
	height: 91.5vh;
    z-index: 110000;
}
.nav_list {
	text-align: right;
}
.nav_item {
	display: inline-block;
	padding: 2% 0;
	margin-left: 6%;
}
.nav_item:hover {
	border-bottom: 2px solid #3972b7;
}
.nav_item:hover a {
	color: #3972b7;
}
.nav_item a {
	font-size: 16px;
	color: #333333;
	transition: all .2s;
}
.nav_current {
	border-bottom: 2px solid #3972b7;
}
.nav_current a {
	color: #3972b7;
}
.header_right_item a {
	border-bottom: 1px solid #efefef;
	padding: 8% 0;
	width: 80%;
	margin: 0 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_right_show {
	display: block;
}
.header_right_none {
	display: none;
}
.header_right_text {
	font-size: 16px;
	color: #333333;
	margin-left: 10px;
}
.header_right_current .header_right_none {
	display: block;
}
.header_right_current .header_right_show {
	display: none;
}
.header_right_current .header_right_text {
	color: #3972b7;
}
.header_right_item:hover .header_right_none {
	display: block;
}
.header_right_item:hover .header_right_show {
	display: none;
}
.header_right_item:hover .header_right_text {
	color: #3972b7;
}
.header_right_info {
	padding: 10%;
}
.header_right_caption {
	font-size: 16px;
	color: #333333;
	margin-bottom: 1%;
}
.header_right_caption font {
	color: rgba(51,51,51,0.5);
	margin-left: 12px;
}
.header_right_tel {
	font-size: 25px;
	color: #3972b7;
	font-style:oblique;
	margin-bottom: 35px;
}

.index_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 111;height: 85px;
}
.index_banner {
	position: relative;
}
.index_banner .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	z-index: 70;
}
.index_banner img {
	width: 100%;
	height: 100vh;
}

#fp-nav{
    display: none;
}
#menu{
    position: fixed;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
	width: 40px !important;
}
#menu li {
	margin: 50px 0 0 0;
}
#menu li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 26px;
}
#menu li font {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 5px;
	opacity: 0;
	transition: all .2s;
}
#menu li span {
	width: 6px;
	height: 3px;
	background: #ffffff;
}
#menu li.active font {
	color: #ffffff;
	opacity: 1;
}
/* #menu li:first-of-type font {
	color: #ffffff;
	opacity: 1;
} */
#menu li:hover font {
	opacity: 1;
}
#menu.fp_nav_current li span {
	background: #3972b7;
}
#menu.fp_nav_current li.active font {
	color: #3972b7;
	opacity: 1;
}
#menu ul li .fp-tooltip {
	width: inherit !important;
}
.index_banner_jian {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.index_banner_jian div {
	position: relative !important;
	top: inherit;
	left: inherit;
	right: inherit;
	bottom: inherit;
	margin: 0 !important;
}
.arrow {
	width: 25px !important;
	height: 41px !important;
	animation: myfirst 2s infinite;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 70;
	}
.index_banner .inner .swiper-pagination {
	position: relative !important;
	width: initial;
	bottom: 0 !important;
}
.index_banner .inner .swiper-pagination-bullet {
	width: inherit !important;
	height: inherit !important;
	background: inherit !important;
	border-radius: 0 !important;
	font-size: 20px;
	color: #999999;
	margin-right: 30px !important;
	margin-left: 0 !important;
	opacity: 1 !important;
	position: relative;
}
.index_banner .inner .swiper-pagination-bullet-active {
	color: #fefeff;
}
.index_banner .inner .swiper-pagination-bullet-active::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -17px;
    width: 10px;
	height: 3px;
	background: #ffffff;
}
.index_banner .inner .swiper-button-prev {
	width: 57px !important;
    height: 57px !important;
    background-image: url(../images/jian1.png);
    background-repeat: no-repeat;
    outline: none;
    margin: 0  0 0 0 !important;
    background-size: contain;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.index_banner .inner .swiper-button-prev:after {
	content: '';
}
.index_banner .inner .swiper-button-next {
	width: 57px !important;
    height: 57px !important;
	background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
	outline: none;
	display: inline-block;
    margin: 0 0 0 15px !important;
    background-size: contain;
	opacity: 1 !important;
	z-index: 71;
}
.index_banner .inner .swiper-button-next:after {
	content: '';
}
.two {
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_about_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index_about_zh {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
}
.index_about_zh font {
	color: #f18934;
}
.index_about_heng {
	width: 37px;
	height: 3px;
	background: #f18934;
	margin: 10px 0;
}
.index_about_en {
	font-size: 31px;
	color: #dddddd;
}
.index_about_link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.index_about_link a {
	width: 250px;
	height: 50px;
	line-height: 47px;
	text-align: center;
	margin-left: 50px;
	border-radius: 50px;
	border: 2px solid #ffffff;
	font-size: 18px;
	color: #ffffff;
	background: #3972b7;
	transition: all .2s;
}
.index_about_link a:hover {
	background: #f18934;
}
.index_about_block {
	background: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	position: relative;
}
.index_about_block > img {
	width: 45%;
}

.index_aboutxz {
	width: 100%;
}

p{
	display: inline;
/*	display:initial;*/
}
.index_about_area {
	width: 100% !important;
}
.index_about_title {
	margin-bottom: 30px;
}
.index_about_box {
	padding: 50px 65px 40px 40px;
}
.index_about_name {
	font-size: 20px;
	color: #f18934;
	font-weight: bold;
}
.index_about_text {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  margin: 15px 0;
	height: 190px;

}
.index_about_more {
	width: 150px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 2px solid #3972b7;
	transition: all .2s;
}
.index_about_more span {
	font-size: 16px;
	color: #4173b0;
	transition: all .2s;
	margin-right: 10px;
}
.index_about_hide {
	display: none;
	transition: all .2s;
}
.index_about_more:hover {
	background: #3972b7;
}
.index_about_more:hover span {
	color: #ffffff;
}
.index_about_more:hover .index_about_hide {
	display: block;
}
.index_about_more:hover .index_about_show {
	display: none;
}
.index_about_list {
	background: #f6f6f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0;
	width: 100% !important;
	/* position: absolute;
	right: 0;
	bottom: 0; */
}
.index_about_item {
	width: 25%;
}
.index_about_num {
	font-size: 16px;
	color: #f18934;
	text-align: center;
}
.index_about_num font {
	font-weight: bold;
	font-size: 50px;
}
.index_about_caption {
	font-size: 16px;
	color: #222222;
	text-align: center;
	margin-top: 13px;
}
.index_about_link a.index_about_on {
	background: #f18934;
}
.three {
	background: url(../images/bg3.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_eg {
	width: 100%;
	position: relative;
	z-index: 2;
}
.index_eg_section {
	background: #ffffff url(../images/bg2.png) no-repeat right bottom;
	background-size: contain;
	width: 89.5%;
	margin-left: 10.5%;
	padding: 30px 0 50px 35px;
}
.index_eg_area {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.index_eg_tu {
	width: 24%;
	overflow: hidden;
}
.index_eg_tu img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_eg_tu:hover img {
	transform:scale(1.1);
}
.index_eg_box {
	width: 62%;
	margin-left: 40px;
}
.index_eg_name {
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}
.index_eg_text {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	margin: 20px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.index_eg_block {
	background: #3972b7;
	padding: 20px 0 10px 0;
	width: 100%;
}
.index_eg_block .inner {
	width: 81%;
	position: relative;
}
.index_eg_section .swiper-slide {
	opacity: 0;
}
.index_eg_section .swiper-slide-active {
	opacity: 1;
}
.index_eg_block .swiper3 {
	width: 96%;
	margin: 0 auto;
}
.index_eg_picter {
	width: 100%;
	overflow: hidden;
	height: 100%;
}
.index_eg_picter img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_eg_photo span {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
	transition: all 0.2s
}
.index_eg_photo:hover img {
	transform:scale(1.1);
}
.index_eg_photo:hover span {
	color: #f18934;
}
.index_eg_block .inner .swiper-button-prev {
	width: 69px !important;
    height: 41px !important;
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	left: 0;
    background-image: url(../images/jian5.png);
    background-repeat: no-repeat;
    outline: none;
    margin: 0  0 0 0 !important;
    background-size: contain;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.index_eg_block .inner .swiper-button-prev:after {
	content: '';
}
.index_eg_block .inner .swiper-button-next {
	width: 69px !important;
    height: 41px !important;
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	right: 0;
	left: inherit;
	background-image: url(../images/jian6.png);
    background-repeat: no-repeat;
	outline: none;
	display: inline-block;
    margin: 0 0 0 15px !important;
    background-size: contain;
	opacity: 1 !important;
	z-index: 71;
}
.index_eg_block .inner .swiper-button-next:after {
	content: '';
}
.index_eg_kuang {
	width: 89.5%;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 200px;
	z-index: 0;
}
.four {
	background: url(../images/bg4.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.four .index_about_title {
	margin-bottom: 0;
}
.index_news_list {
	margin-top: 30px;
	background: #ffffff;
	padding: 45px 35px 30px 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.index_news_hide {
	transition: all .5s;
	overflow: hidden;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.index_news_item {
	width: 32%;
	border-radius: 10px;
	margin-left: 2%;
	margin-bottom: 15px;
	position: relative;
	background: #eeeeee;
	transition: all .5s;
}
.index_news_item:nth-child(3n-2) {
	margin-left: 0;
}
.index_news_show {
	padding: 40px 25px 45px 25px;
	transition: all .5s;
	/* display: none; */
}
.index_news_day {
	font-size: 24px;
	color: #333333;
}
.index_news_yaers {
	font-size: 14px;
	color: #999999;
	margin: 4px 0 8px 0;
}
.index_news_heng {
	width: 75px;
	height: 1px;
	background: #dcdcdc;
}
.index_news_title {
	font-size: 18px;
	color: #222222;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	margin: 15px 0 9px 0;
}
.index_news_text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.index_news_hide img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
}
.index_news_hide img.index_news_jia {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 89px;
	height: 77px;
}
.index_news_item:hover .index_news_hide {
	opacity: 1;
}
.index_news_item:hover .index_news_show {
	opacity: 0;
}
.fire {
	background: url(../images/bg6.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 7%;
}
.index_con_section{
	background: #ffffff;
}
.index_con_top {
	background: url(../images/bg5.png) no-repeat center center;
	background-size: cover;
	padding: 70px 165px 45px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_con_area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	
}
.index_con_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 33%;
	margin-bottom: 45px;
}
.index_con_box:last-of-type {
	width: 100%;
	margin-bottom: 0;
}
.index_con_box img {
	width: 37px;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.index_con_box:hover img {
	transform: rotateY(-180deg);
}
.index_con_info {
	margin-left: 10px;
}
.index_con_text {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
.index_con_text font {
	color: rgba(51,51,51,0.5);
	margin-left: 15px;
}
.index_con_photo {
	position: relative;
}
.index_con_picter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 153px;
	height: 153px;
} 
.index_con_code span {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 12px;
}
.index_con_message {
	padding: 45px 30px 45px 50px;
}
.index_con_title {
	font-size: 24px;
	color: #194c9f;
	margin-bottom: 15px;
}
.index_con_form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_con_info1 {
	width: 22%;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_con_info1 span {
	font-size: 16px;
	color: #999999;
}
.index_con_info1 input {
	width: 75%;
	font-size: 16px;
	color: #999999;
	background: inherit;
	border: none;
}
.index_con_info1:nth-child(3) {
	width: 35%;
}
.index_con_info1:nth-child(3) input {
	width: 90%;
}
.index_con_info1:nth-child(1) input {
	width: 85%;
}
.index_con_btu {
	width: 10%;
	border-radius: 50px;
	border: none;
	font-size: 20px;
	color: #ffffff;
	background: #3972b7;
	padding: 20px 0;
}
.index_con_block {
	width: 75.5%;
	margin-top: 40px;
}
.index_con_list {
	border-bottom: 1px solid #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index_con_item {
	position: relative;
	padding:  0 5px 15px 5px;
	margin-right: 60px;
	transition: all .2s;
}
.index_con_item a {
	font-size: 14px;
	color: #999999;
	transition: all .2s;
}
.index_con_on::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #f18934;
	border-radius: 5px;
}
.index_con_on a {
	color: #ffffff;
}
.index_con_item:hover::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #f18934;
	border-radius: 5px;
}
.index_con_item:hover a {
	color: #ffffff;
}
.small {
	font-size: 12px;
	color: #ffffff;
	margin-top: 20px;
}
.top {
	position: fixed;
	bottom: 0;
	right: 10.5%;
	width: 81px;
	z-index: 100;
	display: none;
}
.top img {
	width: 100%;
}
.index_egpb {
	display: none;
}
.index_newsppb {
	display: none;
}
.banner {
	position: relative;
}
.banner_area {
	position: absolute;
	top: 28%;
	transform: translateY(-50%);
	left: 10.5%;
}
.banner_zh {
	font-size: 48px;
	color: #ffffff;
}
.banner_en {
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
}
.zisection {
	margin-top: -85px;
	position: relative;
	z-index:2;
}
.zisection .inner {
	background: #ffffff;
}
.block {
	padding: 30px 40px;
}
.zi_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}
.zi_top_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zi_top_item {
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	border-radius: 50px;
	background: #3972b7;
	margin-right: 20px;
}
.zi_top_item a {
	color: #ffffff;
}
.zi_top_item:hover {
	background: #f18934;
}
.zi_top_on {
	background: #f18934;
}
.zi_home {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.zi_home img {
	width: 23px;
}
.zi_home a {
	font-size: 14px;
	color: #333333;
	margin-left: 8px;
	transition: all .2s;
}
.zi_home span {
	font-size: 14px;
	color: #3972b7;
}
.zi_home a:hover {
	color: #3972b7;
}
.eg_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.eg_item {
	width: 24%;
	margin-left: 1.33%;
	margin-bottom: 16px;
	background: #eeeeee;
	padding: 9px;
	transition: all .2s;
}
.eg_item:nth-child(4n-3) {
	margin-left: 0;
}
.eg_photo {
	overflow: hidden;
}
.eg_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.eg_item:hover .eg_photo img {
	transform:scale(1.1);
}
.eg_name {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin: 20px 0 10px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  transition: all .2s;
}
.eg_item:hover {
	background: #3972b7;
}
.eg_item:hover .eg_name {
	color: #ffffff;
}
.fan {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 90px 0;
}
.fan a {
	font-size: 14px;
	color: #333333;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #f8f8f8;
	margin-left: 8px;
}
.fan a:hover {
	background: #3972b7;
	color: #ffffff;
}
.fan a:first-of-type {
	width: 120px;
	border-radius: 50px;
	background: #3972b7;
	color: #ffffff;
	margin-right: 22px;
}
.fan a:last-of-type {
	width: 120px;
	border-radius: 50px;
	background: #3972b7;
	color: #ffffff;
	margin-left: 22px;
}
.fan > span {
	font-size: 14px;
	color: #989898;
	margin-left: 15px;
}
.fan_tiao {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
}
.fan_tiao span {
	font-size: 14px;
	color: #989898;
}
.fan_tiao input {
	width: 73px;
	height: 38px;
	border-radius: 5px;
	border: 1px solid #efefef;
	margin: 0 5px;
	text-align: center;
}
.footer {
	background: #3972b7;
	padding-top: 60px;
}
.footer_logo {
	margin: 0 auto 40px auto;
	display: block;
	width: 213px;
}
.footer_logo img {
	width: 100%;
}
.footer_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 45px;
}
.footer_left {
	width: 80%;
}
.footer_item {
	background: #2159a7;
	padding: 35px 15px;
	margin-right: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 21%;
}
.footer_item:last-of-type {
	width: 35%;
}
.footer_item img {
	width: 37px;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.footer_item:hover img {
	transform: rotateY(-180deg);
}
.footer_info {
	margin-left: 13px;
}
.footer_en {
	font-size: 16px;
	color: #ffffff;
	word-break: break-all;
}
.footer_en font {
	margin-left: 15px;
	opacity: 0.5;
}
.footer_zh {
	font-size: 16px;
	color: #ffffff;
	word-break: break-all;
}
.footer_right span {
	color: #ffffff;
}
.footer_nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.footer_nav_link {
	font-size: 14px;
	color: #a9b8d6;
	margin-right: 65px;
	transition: all .2s;
}
.footer_nav_on {
	color: #fff;
}
.footer_nav_link:hover {
	color: #fff;
}
.foo_small {
	font-size: 12px;
	color: #fff;
	padding-bottom: 25px;
}
.egex_top img {
	width: 30%;
	margin: 0 auto;
}
.egex_title {
	font-size: 18px;
	color: #488ccc;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
}
.egex_top {
	margin-bottom: 40px;
}
.egex_name {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
.ex_bottom {
	margin: 90px 0 100px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ex_link {
	width: 49%;
	padding: 25px 45px;
	background: #eeeeee;
	font-size: 18px;
	color: #666666;
	transition: all .2s;
}
.ex_link:hover {
	background: #3972b7;
	color: #fff;
}
.about_title {
	text-align: center;
	margin-bottom: 80px;
}
.about_title font{
	font-size: 30px;
	color: #333333;
	text-align: center;
	position: relative;
	padding: 0 55px;
}
.about_title font::after {
	content: '';
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 1px;
	background: #999999;
}
.about_title font::before {
	content: '';
	position: absolute;
	right	: -60px;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 1px;
	background: #999999;
}
.about_jian_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 85px;
}
.about_jian_area {
	width: 48.5%;
}
.about_jian_title {
	font-size: 20px;
	color: #f18934;
	font-weight: bold;
	margin-bottom: 20px;
}
.about_jian_photo {
	width: 48.5%;
	overflow: hidden;
}
.about_jian_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.about_jian_photo:hover img {
	transform:scale(1.1);
}
.about_wen {
	background: url(../images/bg7.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0 45px 0;
}
.about_wen .about_title font {
	color: #fff;
}
.about_wen .about_title font::after {
	background: #fff;
}
.about_wen .about_title font::before {
	background: #fff;
}
.about_wen .inner {
	background: inherit;
}
.about_wen .about_title {
	margin-bottom: 50px;
}
.about_wen_block {
	padding: 55px 55px 40px 55px;
	background: #fff;
}
.about_wen_caption {
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
}
.about_wen_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.about_wen_item {
	width: 48.5%;
	margin-bottom: 15px;
	background: #eeeeee;
}
.about_wen_title {
	background: #3972b7;
	font-size: 24px;
	color: #ffffff;
	padding: 16px 30px;
	font-style:oblique;
}
.about_wen_box span {
	padding: 20px 30px;
}
.about_honor {
	padding: 70px 0 100px 0;
	background: #eeeeee;
}
.about_honor .inner {
	background: inherit;
}
.about_honor_banner .mySwiper .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.about_honor_banner .swiper-slide {
	background: #fff;
	position: relative;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_honor_banner .swiper-slide img {
	object-fit: contain;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.join_hide {
	display: none;
}
.join_item {
	background: #eeeeee;
	border-radius: 8px;
	padding: 30px 40px;
	margin-bottom: 40px;
}
.join_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dcdcdc;
	cursor: pointer;
}
.join_title {
	font-size: 18px;
	color: #3972b7;
	font-weight: bold;
}
.join_name {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.join_box {
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
	line-height:20px;
	height:60px;
}
.join_on .join_hide {
	display: block;
}
.join_on .join_show {
	display: none;
}
.join_on .join_box {
	overflow: inherit;
	-webkit-line-clamp:initial; 
	line-height:20px;
	height:auto;
}
.con_block .index_con_top {
	background: inherit;
	padding: 60px 50px;
}
.con_block .index_con_message {
	background: #eeeeee;
	margin-bottom: -60px;
	padding: 35px 30px;	
}
.news_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.news_item {
	width: 32%;
	margin-left: 1.33%;
	border-radius: 8px;
	margin-bottom: 1.33%;
}
.news_photo {
	overflow: hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.news_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.news_item:hover .news_photo img {
	transform:scale(1.1);
}
.news_item .index_news_show {
	padding: 15px 20px;
	background: #eeeeee;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.news_item:hover .index_news_show {
	background: #3972b7;
}
.news_item:hover .index_news_day {
	color: #fff;
}
.news_item:hover .index_news_yaers {
	color: #fff;
}
.news_item:hover .index_news_heng {
	background: #fff;
}
.news_item:hover .index_news_title {
	color: #fff;
}
.news_item:hover .index_news_text {
	color: #fff;
}
.newsex_title {
	font-size: 24px;
	color: #333333;
}
.newsex_time {
	font-size: 18px;
	color: #999999;
	margin: 15px 0 50px 0;
}
.map img {
	width: 100%;
}
.banner > img {
	width: 100%;
}
.zi_sb {
	display: none;
}
.bannersp {
	display: none;
}
.about_honor_bannersp {
	display: none;
}
.more {
	display: none;
}
.index_bannersp {
	display: none;
}
.index_egsp {
	display: none;
}
.index_news_listsp {
	display: none;
}
.index_news .index_about_more {
	display: none;
}
.model {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 2;
	display: none;
}
.blank55 {
	display: none;
}