﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-family: Microsoft YaHei; font-size:12px; background:#ffffff;
	color: #333333;}
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;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank61{ width:100%; height:61px; 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;
}

/*首页*/
.banner {
	position: relative;
}
.banner .swiper-pagination-bullet {
	width: 58px;
	height: 4px;
	background: #b80005;
	opacity: 1;
	margin: 0 8.5px !important;
	border-radius: 50px;
}
.banner .swiper-pagination-bullet-active {
	background: #13387e;
}
.header {
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 30px 0;
}
.logo {
	float: left;
}
.header_right {
	float: right;
	margin-top: 18px;
}
.header_tel {
	float: left;
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	background: url(../images/tel1.png) no-repeat left center;
	background-size: 14px 24px;
	line-height: 24px;
	padding-left: 20px;
}
.header_tel1 {
	float: left;
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	background: url(../images/tel2.png) no-repeat left center;
	background-size: 17px 19px;
	line-height: 24px;
	padding-left: 25px;
	margin-left: 70px;
}
.index_about_photo {
	float: left;
	width: 599px;
	height: 495px;
	overflow: hidden;
}
.index_about_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_about_photo:hover img {
	transform:scale(1.1);
}
.index_about {
	margin-top: 98px;
	margin-bottom: 90px;
}
.index_about_right {
	float: right;
	position: relative;
	width: 560px;
	margin-top: 30px;
}
.index_about_title {
	float: left;
	position: relative;
	padding-bottom: 28px;
}
.index_about_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -40px;
	background: url(../images/ico4.png) no-repeat left center;
	background-size: 98px 7px;
	width: 98px;
	height: 7px;
}
.index_about_en {
	font-size: 72px;
	color: #ececec;
	line-height: 72px;
	font-family: Microsoft YaHei;
}
.index_about_zh {
	font-size: 26px;
	color: #3a3a3a;
	line-height: 26px;
	font-family: Microsoft YaHei;
	margin-top: -26px;
	position: relative;
	z-index: 2;
}
.index_about_more {
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #28389a;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	float: right;
	margin-top: 15px;
}
.index_about_more:hover {
	background: #b80005;
}
.index_about_area {
	margin-top: 35px;
}
.index_about_text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin: 25px 0 40px 0;
}
.index_about_item {
	float: left;
	margin-left: 45px;
}
.index_about_item:first-of-type {
	margin-left: 0;
}
.index_about_box {
	background: #eeeeee;
	border-radius: 10px;
	width: 70px;
	height: 70px;
	padding: 13.5px 0;
}
.index_about_box img {
	width: 43px;
	margin: 0 auto;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.index_about_caption {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-top: 11px;
}
.index_about_item:hover .index_about_box img {
	transform: rotateY(-180deg);
}
.index_about_ico {
	float: right;
	margin-top: 30px;
}
.index_pro {
	padding-bottom: 70px;
	background: #eeeeee;
}
.title {
	padding: 70px 0 45px 0;
}
.title_en {
	font-size: 72px;
	color: #dcdcdc;
	line-height: 72px;
	font-weight: bold;
	text-align: center;
}
.title_zh {
	font-size: 26px;
	color: #28389a;
	text-align: center;
	margin-top: -35px;
	position: relative;
	z-index: 2;
	font-weight: bold;
	line-height: 26px;
}
.title_heng {
	width: 52px;
	height: 8px;
	border-radius: 50px;
	background: #b80005;
	margin: 15px auto 0 auto;
}
.index_pro_top {
	text-align: center;
	margin-bottom: 50px;
}
.index_pro_text {
	display: inline-block;
	background: #28389a;
	font-size: 16px;
	color: #ffffff;
	padding: 13px 15px;
	margin: 0 25px;
}
.index_pro_text:first-of-type {
	margin-left: 0;
}
.index_pro_text:last-of-type {
	margin-right: 0;
}
.index_pro_current {
	background: #b80005;
}
.index_pro_text:hover {
	background: #b80005;
}
.index_pro_item {
	float: left;
	width: 272px;
	margin-left: 37.33px;
	margin-bottom: 37.33px;
}
.index_pro_item:nth-child(4n-3) {
	margin-left: 0;
}
.index_pro_photo {
	width: 272px;
	height: 217px;
	overflow: hidden;
}
.index_pro_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_pro_item:hover .index_pro_photo img {
	transform:scale(1.1);
}
.index_pro_title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 15px;
}
.index_pro_item:hover .index_pro_title {
	color: #b80005;
}
.index_pro_list {
	display: none;
}
.index_pro_more {
	margin: 0 auto;
	width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #28389a;
    font-size: 16px;
    color: #28389a;
    text-align: center;
}
.index_pro_more:hover {
	background: #b80005;
	border: 1px solid #b80005;
	color: #ffffff;
}
.index_center {
	position: relative;
}
.index_center_area {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index_center_block {
	float: right;
	width: 640px;
}
.index_center_title {
	font-size: 48px;
	color: #ffffff;
	line-height: 48px;
	margin: 15px 0 25px 0;
	font-family: Microsoft YaHei;
}
.index_center_tel {
	background: url(../images/ico3.png) no-repeat left center;
	background-size: 38px 40px;
	line-height: 40px;
	padding-left: 50px;
}
.index_center_tel span {
	font-size: 22px;
	color: #ffffff;
	line-height: 40px;
	display: inline-block;
}
.index_center_tel font {
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	margin-right: 40px;
}
.index_center_tel font:last-of-type {
	margin-right: 0;
}
.index_eg .inner {
	width: 1300px;
	margin: 0 auto;
}
.index_eg_banner {
	position: relative;
}
.index_eg_banner .swiper-container {
	width: 1200px;
	margin: 0 auto;
}
.index_eg_photo {
	overflow: hidden;
}
.index_eg_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_eg_link:hover .index_eg_photo img {
	transform:scale(1.1);
}
.index_eg_title {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 15px;
}
.index_eg_more {
	width: 120px;
    height: 40px;
    line-height: 40px;
    background: #28389a;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin:  50px auto 75px auto;
}
.index_eg_more:hover {
	background: #b80005;
}
.index_eg_banner .swiper-button-prev {
	width: 42px !important;
    height: 42px !important;
    background-image: url(../images/jian1.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
    margin-top: 0 !important;
    background-size: contain;
}
.index_eg_banner .swiper-button-prev:after {
	content: '';
}
.index_eg_banner .swiper-button-next {
	width: 42px !important;
    height: 42px !important;
	background-image: url(../images/jian4.png);
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0 !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_eg_banner .swiper-button-next:after {
	content: '';
}
.index_eg_banner .swiper-button-prev:hover {
	background-image: url(../images/jian3.png);
}
.index_eg_banner .swiper-button-next:hover {
	background-image: url(../images/jian2.png);
}
.index_eg_link:hover .index_eg_title {
	color: #b80005;
}
.index_eg_banner .swiper-slide {
      
	  transition: 300ms;
	  transform: scale(0.8);
    }
.index_eg_banner .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
}
.index_news {
	background: #eeeeee;
	padding: 85px 0 100px 0; 
}
.index_news_left {
	float: left;
	width: 180px;
}
.index_news_zh {
	font-size: 26px;
	color: #28389a;
	font-weight: bold;
	line-height: 26px;
}
.index_news_heng {
	width: 52px;
    height: 8px;
    border-radius: 50px;
    background: #b80005;
    margin-top: 15px;
}
.index_news_en {
	margin: 40px 0 145px 0;
}
.index_news_more {
	width: 120px;
    height: 40px;
    line-height: 40px;
    background: #28389a;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.index_news_more:hover {
	background: #b80005;
}
.index_news_right {
	float: right;
	width: 1020px;
}
.index_news_item {
	margin-left: 15px;
	padding: 25px 20px 25px 65px;
	margin-bottom: 8px;
	position: relative;
}
.index_news_photo {
	float: left;
	width: 231px;
	height: 167px;
	overflow: hidden;
}
.index_news_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_news_item:hover .index_news_photo img {
	transform:scale(1.1);
}
.index_news_center {
	float: left;
	width: 465px;
	padding: 0 60px 32px 20px;
	border-right: 1px solid #bfbfbf;
}
.index_news_title {
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	margin: 10px 0 25px 0;
}
.index_news_text {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}
.index_news_time {
	float: right;
	width: 190px;
	padding: 28px 0;
	background: url(../images/jian5.png) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 16px;
}
.index_news_day {
	font-size: 74px;
	color: #666666;
	font-weight: bold;
	line-height: 74px;
}
.index_news_year {
	font-size: 22px;
	color: #999999;
	line-height: 22px;
	margin-top: 15px;
}
.index_news_item:hover {
	background: #ffffff;
	border-radius: 5px;
	box-shadow:0px 3px 8px #e3e3e3;
}
.index_news_item:hover::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	width: 30px;
	height: 7px;
	border-radius: 50px;
	background: #b80005;
}
.index_news_item:hover .index_news_title {
	color: #28389a;
}
.index_news_item:hover .index_news_day {
	color: #28389a;
}
.index_news_item:hover .index_news_time {
	background: url(../images/jian6.png) no-repeat right center;
	background-size: 16px 16px;
}
.footer {
	background: #333333;
	padding-top: 45px;
	border-bottom: 1px solid #ffffff;
}
.footer_left {
	float: left;
	width: 505px;
}
.footer_tel {
	font-size: 16px;
	color: #848484;
	display: inline-block;
	margin-top: 35px;
}
.footer_left font {
	font-size: 21px;
	color: #848484;
}
.footer_left font:last-of-type {
	display: block;
    margin-left: 145px;
    margin-top: 18px;
}
.footer_list {
	float: left;
	width: 500px;
	border-right: 1px solid #5b5b5b;
	border-left: 1px solid #5b5b5b;
	padding: 35px 65px 0 65px;
}
.footer_item {
	float: left;
	width: 50%;
	margin-bottom: 35px;
}
.footer_item a {
	font-size: 16px;
	color: #848484;
}
.footer_item:hover a {
	color: #ffffff;
}
.footer_right {
	float: right;
	padding-top: 20px;
}
.footer_right img {
	width: 113px;
}
.footer_caption {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-top: 15px;
}
.footer_bottom {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid #5b5b5b;
}
.footer_bottom span {
	font-size: 12px;
	color: #7a7a7a;
	text-align: center;
	line-height: 20px;
}
.nav {
	background: #28389a;
}
.nav_item {
	width: 100px;
	height: 60px;
	line-height: 60px;
	margin-left: 83.33px;
	float: left;
}
.nav_item:first-of-type {
	margin-left: 0;
}
.nav_item a {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.nav_current {
	background: #b80005;
}
.nav_item:hover {
	background: #b80005;
}
.pro_ex_section img {
	width: 518px;
	height: 413px;
	margin: 0 auto;
}
.pro_ex_title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 28px;
}
.box {
	margin: 70px 0;
}
.box span {
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}
.ex {
	margin-bottom: 100px;
}
.ex_link {
	font-size: 14px;
	color: #999999;
}
.ex_link:hover font {
	color: #28389a;
}
.fan {
	margin-bottom: 70px;
	text-align: center;
	margin-top: 35px;
}
.fan a {
	display: inline-block;
	margin: 0 7.5px;
	font-size: 18px;
	color: #666666;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	background: #e5e5e5;
}
.fan a:hover {
	background: #28389a;
	color: #ffffff;
}
.fan a.on {
	background: #28389a;
	color: #ffffff;
}
.eg_item {
	float: left;
	width: 369px;
	margin-left: 46.5px;
	margin-bottom: 46.5px;
}
.eg_item:nth-child(3n-2) {
	margin-left: 0;
}
.eg_photo {
	width: 369px;
	height: 295px;
	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_title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
}
.eg_item:hover .eg_title {
	color: #b80005;
}
.box1 {
	margin-top: 0;
}
.about_section {
	margin-bottom: 185px;
}
.about_section > img {
	float: left;
}
.about_section .index_about_list {
	float: right;
	margin: 65px 35px 0 85px;
}
.con_left {
	float: left;
	width: 450px;
}
.con_title {
	font-size: 30px;
	color: #ba060b;
	line-height: 30px;
}
.con_title font {
	color: #28389a;
	font-size: 20px;
}
.con_box {
	margin-top: 55px;
}
.con_box span {
	font-size: 18px;
	color: #666666;
	line-height: 18px;
	margin-bottom: 45px;
}
.map {
	float: right;
	width: 660px;
}
.map img {
	width: 100%;
}
.con_top {
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 60px;
}
.con_form {
	width: 100%;
	display: inline-block;
	margin-top: 40px;
}
.con_info {
	float: left;
	margin-left: 80px;
	margin-bottom: 30px;
}
.con_info:nth-child(odd) {
	margin-left: 0;
}
.con_text {
	float: left;
	font-size: 14px;
	color: #666666;
	width: 65px;
	line-height: 40px;
}
.con_info input {
	width: 480px;
	height: 40px;
	line-height: 40px;
	float: right;
	margin-left: 15px;
	padding: 0 15px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #999999;
}
.con_info textarea {
	width: 1120px;
	height: 125px;
	line-height: 40px;
	float: right;
	margin-left: 15px;
	padding: 0 15px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #999999;
	font-family: Microsoft YaHei;
	outline: none;
}
.con_btu {
	width: 200px;
	height: 50px;
	margin: 10px auto 40px auto;
	display: block;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	border: none;
	background: #28389a;
}
.join_ex_title {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 35px;
}
.join_ex_info {
	padding-bottom: 22px;
	border-bottom: 1px solid #e5e5e5;
}
.join_ex_info span {
	font-size: 16px;
	color: #999999;
	display: inline-block;
	margin-right: 100px;
}
.join_ex_caption{
	font-size: 18px;
	color: #333333;
	border-left: 4px solid #b80005;
	padding-left: 15px;
	line-height: 18px;
	margin: 40px 0;
}
.join_top {
	background: #e5e5e5;
	height: 60px;
}
.join_top span {
	font-size: 18px;
	color: #28389a;
}
.join_td1 {
	float: left;
	padding: 0 40px;
	line-height: 60px;
	width: 510px;
}
.join_td2 {
	float: left;
	line-height: 60px;
	width: 190px;
	text-align: center;
}
.join_td3 {
	float: left;
	line-height: 60px;
	width: 278px;
	text-align: center;
}
.join_td4 {
	float: left;
	line-height: 60px;
	width: 222px;
	text-align: center;
}
.join_item {
	border-bottom: 1px solid #e5e5e5;
}
.join_item span {
	font-size: 16px;
	color: #333333;
}
.box img {
	display: inline-block;
}
.news_list .index_news_center {
	width: 600px;
}
.footer_current a {
	color: #ffffff;
}