﻿/* 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; line-height:24px; 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;}

.inner{width:1200px; height:auto; margin:0 auto;}
span {
	display: block;
}

/*首页*/

@font-face
{
	font-family: SourceHanSansK-Heavy;
	src: url(../fonts/SourceHanSansK-Heavy.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Medium;
	src: url(../fonts/SourceHanSansK-Medium.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Regular;
	src: url(../fonts/SourceHanSansK-Regular.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Bold;
	src: url(../fonts/SourceHanSansK-Bold.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Light;
	src: url(../fonts/SourceHanSansK-Light.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Normal;
	src: url(../fonts/SourceHanSansK-Normal.ttf);
}
.header {
	background: url(../images/bg11.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 20px 0;
	border-bottom: 1px solid #003c7e;
}
.logo {
	float: left;
	width: 510px;
}
.header_right {
	float: right;
	background: url(../images/ico1.png) no-repeat left center;
	background-size: 42px 41px;
	padding-left: 50px;
	margin-top: 4.5px;
}
.header_right_text {
	font-size: 14px;
	color: #ffffff;
}
.header_right_tel {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	font-family: SourceHanSansK-Bold;
}
.nav {
	background: #1055a0;
	border-top: 1px solid #0073bc;
}
.nav_list{
	float: left;
}
.nav_item {
	float: left;
	width: 128px;
	padding: 18px 0;
}
.nav_item a {
	font-size: 16px;
	color: #ffffff;
}
.nav_item a:first-of-type {
	margin-left: 15px;
}
.nav_item:first-of-type a {
	margin-left: 30px;
}
.nav_current {
	background: url(../images/heng.png) no-repeat 15px bottom;
	background-size: 61px 8px;
}
.nav_item:hover {
	background: url(../images/heng.png) no-repeat 15px bottom;
	background-size: 61px 8px;
}
.search {
	float: right;
	background: #ffffff;
	border-radius: 5px;
	height: 40px;
	width: 280px;
	margin-top: 10.5px;
}
.search_form input {
	float: left;
	width: 80%;
	font-size: 14px;
	color: #999999;
	background: inherit;
	border: none;
	padding: 0 8px;
	line-height: 40px;
}
.search_btu {
	width: 17px;
	height: 19px;
	float: right;
	padding: 0;
	background: inherit;
	margin: 10.5px 8px 0 0;
}
.banner {
	background: #e0eff9;
}
.banner .swiper-pagination-bullet {
	width: 85px !important;
	height: 3px !important;
	background: #ffffff !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	margin: 0  !important;
}
.banner .swiper-pagination-bullet-active {
	height: 7px !important;
	margin-top: -2px !important;
	background: #01539b !important;
}
.index_title {
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
}
.index_title_left {
	float: left;
}
.index_title_left img {
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 3px;
}
.index_title_text {
	float: left;
	margin-left: 10px;
	font-size: 36px;
	color: #333333;
	line-height: 36px;
}
.index_title_text font {
	color: #1055a0;
}
.index_pro {
	margin-top: 20px;
	margin-bottom: 45px;
}
.index_title_more {
	float: right;
	font-size: 14px;
	color: #666666;
	background: url(../images/jian1.png) no-repeat right center;
	background-size: 14px 14px;
	padding-right: 20px;
	margin-top: 6px;
}
.index_pro_link img {
	width: 280px;
	height: 220px;
}
.index_pro_name {
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}
.index_pro_link:hover .index_pro_name {
	color: #01539b;
}
.index_about {
	background: #e0eff9;
	padding: 50px 0;
}
.index_about .index_title {
	border-bottom: 1px solid #c9dbe7;
}
.index_about_left {
	float: left;
	width: 740px;
}
.index_about_photo {
	float: left;
	border-radius: 5px;
	background: #ffffff;
	height: 210px;
	box-shadow:2px 2px 5px #d3e4f3;
}
.index_about_photo img {
	width: 285px;
	height: 210px;
	border-radius: 5px;
	margin-top: -8px;
	margin-left: -8px;
}
.index_about_block {
	margin-top: 28px;
}
.index_about_area {
	float: right;
	width: 430px;
}
.index_about_zh {
	font-size: 18px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
}
.index_about_en {
	font-size: 12px;
	color: #999999;
}
.index_about_text {
	font-size: 14px;
	color: #666666;
}
.index_about_right {
	float: right;
	width: 400px;
	height: 345px;
	background: url(../images/bg1.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 15px;
}
.index_about_right .index_title_text {
	color: #ffffff;
}
.index_about_right .index_title_more {
	color: #ffffff;
	background: url(../images/jian2.png) no-repeat right center;
	background-size: 14px 14px;
}
.index_about_link {
	height: 40px;
}
.index_about_title {
	float: left;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	padding-left: 12px;
}
.index_about_title::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #ffffff;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.index_about_time {
	font-size: 14px;
	color: #68e4ff;
	float: left;
	margin-left: 5px;
}
.index_about_banner .swiper-container3 {
	height: 210px;
}
.index_about_banner .swiper-slide {
	height: 40px;
}
.index_about_link:hover .index_about_title {
	text-decoration: underline;
}
.index_wei {
	margin-top: 20px;
	background: url(../images/bg3.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.index_wei_left {
	float: left;
	width: 360px;
	height: 220px;
	background: url(../images/bg2.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 25px;
}
.index_wei_title {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 15px;
}
.index_wei_text {
	font-size: 14px;
	color: #ffffff;
}
.index_wei_section {
	padding:50px 0;
}
.index_wei_banner {
	float: right;
	width: 820px;
}
.index_eg {
	background: #e0eff9;
	padding: 60px 0 90px 0;
}
.index_eg .index_title {
	border-bottom: 1px solid #c9dbe7;
}
.index_eg_section {
	margin-top: 28px;
}
.index_eg_left {
	float: left;
	width: 515px;
}
.index_eg_photo {
	float: left;
	border-radius: 5px;
	background: #ffffff;
	height: 147px;
	box-shadow:2px 2px 5px #d3e4f3;
}
.index_eg_photo img {
	width: 198px;
	height: 147px;
	border-radius: 5px;
	margin-top: -5px;
	margin-left: -5px;
}
.index_eg_area {
	float: right;
	width: 290px;
}
.index_eg_left_title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	font-family: SourceHanSansK-Bold;
}
.index_eg_left_text {
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}
.index_more {
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #01539b url(../images/jian2.png) no-repeat 86% center;
	background-size: 14px 14px;padding-left: 14px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 50px;
}
.index_eg_item {
	float: left;
	width: 320px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #c9dbe7;
	margin-left: 30px;
}
.index_eg_item:nth-child(odd) {
	margin-left: 0;
}
.index_eg_list {
	float: right;
	width: 670px;
}
.index_eg_title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 7px;
	font-family: SourceHanSansK-Bold;
	position: relative;
	padding-left: 12px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.index_eg_title::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #01539b;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.index_eg_text {
	font-size: 14px;
	color: #666666;
	padding-left: 12px;
}
.index_eg_item:hover .index_eg_title {
	color: #01539b;
	border-bottom: 1px solid #01539b;
}
.index_news {
	margin-top: 20px;
}
.index_news_section {
	float: left;width: 780px;
}
.index_news_block {
	margin-top: 28px;
}
.index_news_area {
	float: right;
	width: 560px;
}
.index_news_left_text {
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	margin-left: 8px;
}
.index_news_tiem {
	font-size: 14px;
	color: #12b5ff;
	margin-bottom: 15px;
	margin-left: 8px;
}
.index_news_block .index_more {
	margin-left: 8px;
}
.index_news_item {
	width: 370px;
	float: left;
	margin-right: 25px;
	position: relative;
}
.index_news_item:nth-child(even) {
	margin-right: 0;
	padding-left: 20px;
}
.index_news_item:nth-child(odd) a {
	border-right: 1px dashed #b9cdda;
	padding-right: 22px;
	padding-left: 20px;
}
.index_news_title {
	float: left;
	font-size: 14px;
	color: #333333;
	position: relative;
	border-bottom: 1px solid transparent;
	padding: 10px 0 10px 12px;
}
.index_news_item::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #01539b;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.index_news_time {
	float: right;
	font-size: 14px;
	color: #12b5ff;
	padding: 10px 0;
}
.index_news_list {
	margin-top: 30px;
}
.index_news_item:hover .index_news_title {
	color: #12b5ff;
	border-bottom: 1px solid #12b5ff;
}
.index_con {
	float: right;
	width: 360px;
}
.index_con_section {
	margin-top: 28px;
	position: relative;
	background: url(../images/bg4.png) no-repeat left top;
	background-size: 30px 150px;
	height: 150px;
	padding: 13px 0 0 5px;
}
.index_con_item {
	margin-bottom: 10px;
}
.index_con_item img {
	float: left;
}
.index_con_text {
	float: left;
	font-size: 14px;
	color: #9d9d9d;
	font-family: SourceHanSansK-Bold;
	margin-left: 15px;
}
.index_con_text font {
	font-family: SourceHanSansK-Regular;
	color: #666666;
}
.index_map {
	border-radius: 20px;
	border: 1px solid #c0c7cb;
	padding: 10px;
	margin-top: 15px;
}
.index_qi {
	background: url(../images/bg5.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 10px 0 60px 0;
	margin-top: 70px;
}
.index_qi .index_title {
	border-bottom: 1px solid #c9dbe7;
}
.index_qi_banner {
	margin-top: 45px;
}
.index_qi_link {
	position: relative;
}
.index_qi_link > img {
	width: 199px;
	height: 199px;
}
.index_qi_link:hover .index_qi_area {
	display: block;
}
.index_qi_area {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 199px;
	height: 199px;
	background: url(../images/bg12.png) no-repeat left top;
	background-size: 100% 100%;
}
.index_qi_text {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 8px;
}
.index_qi_area img {
	margin: 0 auto;
}
.footer {
	background: url(../images/bg6.jpg) no-repeat left top;
	background-size: 100% 100%;
	border-top: 10px solid #a5a5a5;
	padding: 115px 0 95px 0;
}
.footer_logo {
	float: left;
	margin-top: 53.5px;
}
.footer_list {
	width: 410px;
	float: left;
	padding: 0 75px;
	position: relative;
	margin: 0 70px;
}
.footer_item::after {
	content: '';
	position: absolute;
	background: url(../images/shu.png) no-repeat left center;
	background-size: 1px 148px;
	width: 1px;
	height: 148px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer_item::before {
	content: '';
	position: absolute;
	background: url(../images/shu.png) no-repeat left center;
	background-size: 1px 148px;
	width: 1px;
	height: 148px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer_item {
	float: left;
	padding-left: 10px;
	border-left: 1px solid #127cb6;
	margin-left: 90px;
	margin-bottom: 35px;
	width: 75px;
}
.footer_item:nth-child(7) {
	margin-bottom: 0;
}
.footer_item:nth-child(odd) {
	margin-left: 0;
}
.footer_item a {
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
}
.footer_right {
	float: right;
	margin-top: 20px;
}
.footer_photo {
	float: left;
	margin-left: 65px;
}
.footer_photo:first-of-type {
	margin-left: 0;
}
.footer_text {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
}
.footer_photo img {
	width: 100px;
	height: 100px;
	border: 1px solid #ffffff;
	padding: 8px;
}
.fu {
	position: fixed;
	top: 50%;
	right: 5%;
	z-index: 668;
}
.fu_info {
	margin-bottom: 6px;
	/*width: 163px;*/
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
}
.fu_info > img {
	width: 50px;
	height: 50px;
	float: right;
}
.fu_box {
	float: left;
	position: absolute;
	top: 0;
	width: 135px;
	right: 63px;
	display: none;
	background: #01539b;
	border: 5px solid #87b1d3;
}
.fu_text {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	padding: 0 10px;
	text-align: center;
}
.fu_box img {
	width: 87px;
	height: 87px;
	border: 1px solid #ffffff;
	padding: 3px;
	margin: 15px auto 0 auto;
}
.fu_info:hover .fu_box {
	display: block;
}
.fu_text1 {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding: 15px 0;
}
.zi_title {
	padding: 40px 0; 
}
.zi_en {
	font-size: 36px;
	line-height: 36px;
	color: #bdc1cb;
	opacity: 0.3;
	text-align: center;
	font-family: SourceHanSansK-Bold;
}
.zi_zh {
	font-size: 36px;
	line-height: 36px;
	color: #333333;
	text-align: center;
	font-family: SourceHanSansK-Bold;
}
.zi_zh font {
	color: #1055a0;
}
.eg_item {
	float: left;
	width: 275px;
	margin-left: 33.3px;
	margin-bottom: 70px;
	box-shadow:0px 2px 5px #f8f8fb;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.eg_item:nth-child(4n-3) {
	margin-left: 0;
}
.eg_area {
	padding: 20px 20px 30px 20px;
	position: relative;
}
.eg_title {
	font-size: 16px;
	color: #333333;
}
.eg_text {
	font-size: 14px;
	color: #999999;
	margin: 8px 0;
}
.eg_more {
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #01539b url(../images/jian2.png) no-repeat 86% center;
	background-size: 14px 14px;padding-left: 14px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 50px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
}
.eg_item:hover .eg_more {
	background: #f1dc5f url(../images/jian3.png) no-repeat 86% center;
	background-size: 14px 14px;
	color: #01539b;
}
.fan{
	padding: 65px 0;
	text-align: center;
}
.fan a {
	display: inline-block;
	margin: 0 2px;
	font-size: 14px;
	color: #666666;
	padding: 5px 15px;
	border: 1px solid #acacac;
}
.fan span {
	display: inline-block;
	margin: 0 2px;
	font-size: 14px;
	color: #666666;
	padding: 5px 15px;
	border: 1px solid #cfcfcf;
}
.fan a:hover {
	background: #0054a5;
	color: #ffffff;
}
.pro_section {
	background: url(../images/bg9.jpg) no-repeat left bottom;
	background-size: 1920px 533px;
}
.pro_left {
	float: left;
	width: 210px;
	margin-top: 15px;
}
.pro_left_title {
	font-size: 18px;
	color: #ffffff;
	background: url(../images/bg7.png) no-repeat left top;
	background-size: 100% 100%;
	width: 210px;
	height: 84px;
	text-align: center;
	line-height: 84px;
}
.pro_left_list {
	background: #f6f8fd;
}
.pro_left_item {
	padding: 10px 0;
	border-bottom: 1px solid #ffffff;
}
.pro_left_item a {
	border-left: 4px solid transparent;
	font-size: 14px;
	color: #333333;
	padding: 0 30px;
}
.pro_left_current {
	background: #ffffff;
}
.pro_left_current a {
	border-left: 4px solid #f1dc5f;
}
.pro_left_item:hover {
	background: #ffffff;
}
.pro_left_item:hover a {
	border-left: 4px solid #f1dc5f;
}
.pro_right {
	float: right;
	width: 960px;
	margin-top: 55px;
}
.pro_item {
	float: left;
	width: 220px;
	margin-left: 26.6px;
	margin-bottom: 25px;
}
.pro_item:nth-child(4n-3) {
	margin-left: 0;
}
.pro_item img {
	width: 220px;
	height: 175px;
}
.pro_text {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 15px;
}
.pro_item:hover .pro_text {
	color: #01539b;
}
.pro_con{
	background: url(../images/bg8.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 25px 15px 15px 15px;
}
.pro_info img {
	float: left;
}
.pro_caption {
	font-size: 14px;
	color: #ffffff;
	margin-left: 10px;
	float: left;
	margin-bottom: 8px;
}
.pro_ex_title {
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.box {
	margin: 20px 0 40px 0;
}
.box img {
	margin: 0 auto;
}
.box span {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}
.pro_ex_right {
	width: 900px;
	float: right;
}
.ex_bottom{
	padding: 25px 0 0 0;
	border-top: 1px dashed #cfcfcf;
	border-bottom: 1px dashed #cfcfcf;
}
.ex_link {
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}
.ex_link:hover {
	color: #0054a5;
}
.pro_ex_caption {
	font-size: 36px;
	color: #0054a5;
	line-height: 36px;
	margin: 50px 0 25px 0;
}
.pro_edx_banner {
	margin-bottom: 80px;
}
.pro_edx_banner img {
	width: 155px;
	height: 125px;
}
.con_item {
	float: left;
	width: 180px;
	margin-left: 160px;
}
.con_item:nth-child(1) {
	margin-left: 0;
}
.con_item img {
	margin: 0 auto;
}
.con_item_text {
	font-size: 14px;
	color: #333333;
	text-align: center;
	font-family: SourceHanSansK-Medium;
	margin: 8px 0 0 0;
}
.con_item_tel {
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.con_list {
	margin-bottom: 55px;
}
.con_section {
	background: #e0eff9;
	padding: 50px 0;
}
.con_left {
	float: left;
	width: 440px;
}
.con_title {
	margin-bottom: 25px;
}
.con_en {
	font-size: 36px;
	color: #bdc1cb;
	font-family: SourceHanSansK-Bold;
	line-height: 36px;
}
.con_zh {
	font-size: 36px;
	color: #333333;
	line-height: 36px;
}
.index_pro_banner {
	margin-top: 40px;
}
.con_info {
	float: left;
	width: 100%;
	border: 1px solid #d6d9db;
	background: #ffffff;
	border-radius: 5px;
	padding: 5px 8px;
	margin-top: 17px;
	margin-bottom: 30px;
}
.con_info textarea {
	background: inherit;
	border: none;
	font-size: 14px;
	color: #666666;
	float: left;
	width: 90%;
	height: 150px;
	line-height: 24px;
	font-family: SourceHanSansK-Regular;
}
.con_info1 {
	float: left;
	width: 211px;
	height: 40px;
	border: 1px solid #d6d9db;
	background: #ffffff;
	border-radius: 5px;
	padding: 5px 8px;
	margin-bottom: 0;
	margin-top: 0;
}
.con_info_text {
	font-size: 14px;
	color: #666666;
	font-family: SourceHanSansK-Medium;
	float: left;
}
.con_info1 input {
	background: inherit;
	border: none;
	font-size: 14px;
	color: #666666;
	float: left;
	line-height: 24px;
	width: 75%;
}
.con_info2 {
	float: left;
	width: 211px;
	margin-bottom: 0;
	height: 40px;
	border: 1px solid #d6d9db;
	background: #ffffff;
	border-radius: 5px;
	padding: 5px 8px;
	margin-left: 17px;
	margin-top: 0;
}
.con_info2 input {
	background: inherit;
	border: none;
	font-size: 14px;
	color: #666666;
	float: left;
	width: 75%;
	line-height: 24px;
}
.btu1 {
	height: 40px;
	line-height: 40px;
	background: #0054a5;
	width: 215px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	border: none;
	display: block;
	border-radius: 5px;
	margin: 30px auto 0 auto;
}
.con_right {
	float: right;
	width: 650px;
}
.map {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ffffff;
}
.about_left {
	float: left;
	width: 590px;
}
.abput_title {
	font-size: 18px;
	color: #333333;
}
.abput_en {
	font-size: 12px;
	color: #999999;
	margin-bottom: 25px;
}
.abput_text {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.about_right {
	float: right;
	width: 545px;
}
.about_photo {
	border-radius: 5px;
	background: #ffffff;
	height: 360px;
	box-shadow:2px 2px 5px #d3e4f3;
}
.about_photo img {
	width: 485px;
	height: 360px;
	border-radius: 5px;
}
.about_right {
	position: relative;
}
.about_right .swiper-container7 {
	width: 485px;
	float: right;
}
.about_section{
	margin-bottom: 55px;
}
.about_right .swiper-button-prev {
	width: 52px !important;
    height: 52px !important;
    background-image: url(../images/jian4.png);
    outline: none;
	bottom: 4%;
	/*transform: translateY(-50%);*/
    left: 2%;
    top: inherit;
    /*right: 12% !important;*/
    margin-top: 0 !important;
    background-size: contain;
}
.about_right .swiper-button-prev:after {
	content: '';
}
.about_right .swiper-button-next {
	width: 52px !important;
    height: 52px !important;
	background-image: url(../images/jian5.png);
	outline: none;
	top: inherit; !important;
	bottom: 4%;
	/*transform: translateY(-50%);*/
    left: 10% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.about_right .swiper-button-next:after {
	content: '';
}
.about_honor {
	background: #e0eff9;
	padding: 0 0 110px 0;
}
.about_honor .inner {
	width: 1300px;

	position: relative;
}
.about_honor .swiper-container8 {
	width: 1100px;
}
.about_honor .swiper-button-prev {
	width: 54px !important;
    height: 54px !important;
    background-image: url(../images/jian6.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    /*top: inherit;*/
    /*right: 12% !important;*/
    margin-top: 0 !important;
    background-size: contain;
}
.about_honor .swiper-button-prev:after {
	content: '';
}
.about_honor .swiper-button-next {
	width: 54px !important;
    height: 54px !important;
	background-image: url(../images/jian7.png);
	outline: none;
	/*top: inherit; !important;*/
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.about_honor .swiper-button-next:after {
	content: '';
}
.zi_caption {
	font-size: 14px;
	color: #999999;
	width: 1000px;
	margin: 10px auto 0 auto;
	text-align: center;
}
.wei_item {
	width: 275px;
	float: left;
	margin-bottom: 25px;
	margin-left: 33.3px;
}
.wei_item:nth-child(4n-3) {
	margin-left: 0;
}
.wei_item img {
	width: 275px;
	height: 220px;
}
.news_item {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 20px;
}
.news_item:first-of-type {
	border-top: 1px solid #f0f0f0;
}
.news_item img {
	width: 199px;
	height: 148px;
	border-radius: 5px;
	float: left;
}
.news_area {
	float: right;
	width: 935px;
}
.news_title {
	font-size: 16px;
	color: #333333;
	font-family: SourceHanSansK-Medium;
}
.news_text {
	font-size: 14px;
	color: #666666;
	margin: 8px 0 12px 8px;
}
.news_time {
	font-size: 14px;
	color: #12b5ff;
	margin-left: 8px;
}
.news_area .index_more {
	margin-left: 8px;
	margin-top: 10px;
}
.news_item:hover {
	box-shadow:0px 0px 15px #f5f8fb;
}
.news_item:hover .news_title {
	color: #01539b;
}
.news_ex_left {
	float: left;
	width: 640px;
	margin: 80px 0 35px 50px;
}
.news_ex_title {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-bottom: 15px;
}
.news_ex_time {
	font-size: 14px;
	color: #12b5ff;
	text-align: center;
}
.news_ex_left .ex_bottom {
	border-bottom: none;
}
.news_ex_right {
	float: right;
	width: 400px;
	margin: 80px 0 35px 50px;
}
.news_ex_area {
	margin-top: 20px;
	width: 400px;
	float: right;
    height: 300px;
    background: url(../images/bg10.png) no-repeat left top;
    background-size: 100% 100%;
    padding: 15px;
}
.news_ex_area .index_title_text {
    color: #ffffff;
}
.news_ex_list {
	margin-top: 14px;
}
.news_ex_list .index_about_link {
	height: 30px;
}
.news_ex_list .index_about_time {
	color: #ffffff;
}
.qi_item {
	width: 240px;
	margin-left: 46.6px;
	margin-bottom: 55px;
	float: left;
	background: #fbfbfb;
	border-radius: 5px;
	padding: 10px 0 30px 0;
}
.qi_item:nth-child(4n-3) {
	margin-left: 0
}
.qi_list {
	margin: 0 50px;
}
.qi_item img {
	margin: 0 auto;
}
.qi_text {
	font-size: 14px;
	color: #000000;
	margin: 15px 0;
	text-align: center;
}
.qi_item .index_more {
	margin: 0 auto;
}
.qi_ex_section {
	padding-bottom: 30px;
	border-bottom: 1px dashed #cfcfcf;
}
.qi_ex_section img {
	float: left;
}
.qi_ex_box {
	float: right;
	width: 440px;
}
.qi_ex_title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}
.qi_ex_text {
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	background: url(../images/ico10.png) no-repeat left center;
	background-size: 12px 16px;
	line-height: 16px;
	padding-left: 20px;
}
.qi_ex_text1 {
	font-size: 14px;
	color: #666666;
	background: url(../images/ico11.png) no-repeat left center;
	background-size: 12px 16px;
	line-height: 16px;
	padding-left: 20px;
}