﻿/* 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:#2a2a2a;
	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;}
.blank159{ width:100%; height:159px; 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;position: relative;}
span {
	display: block;
}

/*首页*/

.header {
	width: 100%;
	z-index: 70;
}
.header_top {
	background: -webkit-linear-gradient(left, #0e60c3 , #00acb8);
  background: -o-linear-gradient(right, #0e60c3, #00acb8);
  background: -moz-linear-gradient(right, #0e60c3, #00acb8);
  background: linear-gradient(to right, #0e60c3 , #00acb8);
}
.header_left {
	float: left;
	margin-top: 14px;
}
.header_shou {
	float: left;
	cursor: pointer;
}
.header_shou img {
	float: left;
	margin-top: 1.5px;
}
.header_shou .shou_hide {
	display: none;
}
.header_shou_text {
	font-size: 12px;
	color: #ffffff;
	float: left;
	margin-left: 8px;
}
.header_top_text {
	float: left;
	font-size: 12px;
	color: #ffffff;
	margin-left: 30px;
}
.header_right {
	float: right;
	background: #ffffff;
	text-align: center;
	padding: 10px 0;
	width: 150px;
}
.header_right_link {
	font-size: 16px;
	font-weight: bold;
	color: #007eff;
	background: url(../images/down.png) no-repeat left center;
	background-size: 22px 22px;
	padding-left: 32px;
	display: inline-block;
}
.banner {
	position: relative;
	z-index: 69;
}
.banner .inner {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 55px;
	z-index: 70;
}
.banner .swiper-pagination {
	text-align: right;
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	background: transparent;
	border: 4px solid #ffffff;
	margin: 0 15px;
	opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active {
	width: 22px;
	height: 22px;
	border: 2px solid #ffffff;
	background: #007eff;
}
.logo {
	float: left;
	margin-top: 20.5px;
}
.nav_list {
	float: right;
}
.nav_item {
	float: left;
	padding: 45px 0;
	margin-left: 35px;
	background: url(../images/jian1.png) no-repeat center bottom;
	background-size: 16px 9px;
}
.nav_item a {
	font-size: 16px;
	color: #ffffff;
}
.nav_current {
	background: url(../images/jian2.png) no-repeat center bottom;
	background-size: 16px 9px;
}
.nav_current a {
	color: #007eff;

	font-weight: bold;
}
.nav_item:hover {
	background: url(../images/jian2.png) no-repeat center bottom;
	background-size: 16px 9px;
}
.nav_item:hover a {
	color: #007eff;

	font-weight: bold;
}
.index_about {
	margin-top: 95px;
	position: relative;
}
.index_about_en {
	font-size: 60px;
	color: #007eff;
	line-height: 60px;
	font-weight: bold;
}
.index_about_section {
	background: rgba(52,52,52,0.5);
	padding: 55px 0 70px 33px;
	margin-top: 40px;
}
.index_about_zh {
	font-size: 30px;
	color: #feffff;
	width: 30px;
	float: left;
}
.index_about_text {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	float: left;
	width: 560px;
	position: relative;
	padding-top: 35px;
	margin-left: 30px;
}
.index_about_text::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 45px;
	height: 5px;
	background: #007eff;
}
.index_about_photo {
	float: right;
	width: 482px;
	height: 440px;
	border-radius: 8px;
	margin-top: -145px;
	position: relative;
	overflow: hidden;
}
.index_about_photo img {
	transition: all 0.5s ease-in-out;
}
.index_about_photo:hover img {
	transform:scale(1.1);
}
.index_about_link {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	background: #ac1c35;
}
.index_about_link:hover {
	background: #007eff;
}
.index_about_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 86%;
	background: #007eff;
	height: 200px;
	z-index: -1;
	min-width: 1320px;
}
.index_news_top:hover .index_news_ex_title {
	color: #007eff;
	font-weight: bold;
}
.index_news_top:hover .index_news_ex_more {
	color: #007eff;
	font-weight: bold;
}
.index_news_more:hover {
color: #007eff;
}
.index_pro_title {
	padding: 105px 0 35px 0;
	border-bottom: 1px solid #ffffff;
}
.index_pro_tel {
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	margin-top: 62px;
}
.index_pro_info {
	float: left;
	margin-left: 230px;
}
.index_pro_zh {
	font-size: 30px;
	color: #007eff;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.index_pro_en {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}
.index_pro_more {
	float: right;
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	margin-top: 62px;
}
.index_pro_more:hover {
	color: #007eff;
}
.index_pro_banner {
	width: 1300px;
	position: relative;
	margin: 45px auto 130px auto;
}
.index_pro_block {
	background: #ffffff;
	border-radius: 13px;
}
.index_pro_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.index_pro_photo {
	overflow: hidden;
	width: 383px;
	height: 270px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.index_pro_block:hover .index_pro_photo img {
	transform:scale(1.1);
}
.index_pro_box {
	border-top: 1px solid #eeeeee;
	padding: 40px 40px 30px 40px;
}
.index_pro_name {
	font-size: 22px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 15px;
}
.index_pro_text {
	font-size: 16px;
	color: #666666;
	line-height: 21px;
}
.index_pro_ex {
	width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	background: #007eff;
	font-size: 16px;
	color: #ffffff;
	margin-top: 15px;
}
.index_pro_banner .swiper-container {
	width: 1200px;
	margin: 0 auto;
}
.index_pro_block:hover .index_pro_box {
	background: #007eff;
}
.index_pro_block:hover .index_pro_name {
	color: #ffffff;
}
.index_pro_block:hover .index_pro_text {
	color: #ffffff;
}
.index_pro_block:hover .index_pro_ex {
	color: #007eff;
	background: #ffffff;
}
.index_pro_banner .swiper-button-prev {
	width: 36px !important;
    height: 73px !important;
    background-image: url(../images/jian3.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    /*right: 12% !important;*/
    margin-top: 0 !important;
    background-size: contain;
}
.index_pro_banner .swiper-button-prev:hover {
	background-image: url(../images/jian6.png);
}
.index_pro_banner .swiper-button-prev:after {
	content: '';
}
.index_pro_banner .swiper-button-next:hover {
	background-image: url(../images/jian4.png);
}
.index_pro_banner .swiper-button-next {
	width: 36px !important;
    height: 73px !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_pro_banner .swiper-button-next:after {
	content: '';
}
.index_news {
	background: url(../images/bg2.jpg) no-repeat center center;
	background-size: cover;
	padding: 95px 0;
	position: relative;
}
.index_news_title {
	background: url(../images/bg1.png) no-repeat left 22px;
	background-size: 516px 73px;
	width: 516px;
	margin: 0 auto;
	height: 95px;
}
.index_news_en {
	text-align: center;
	font-size: 48px;
	color: #ffffff;
	line-height: 48px;
}
.index_news_zh {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 26px;
}
.index_news_more {
	position: absolute;
	right: 0;
	top: 44.5px;
	font-size: 18px;
	color: #ffffff;
}
.index_news_left {
	float: left;
	width: 480px;
}
.index_news_info {
	float: left;
	width: 115px;
}
.index_news_years {
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	font-weight: bold;
}
.index_news_day {
	font-size: 62px;
	color: #ffffff;
	line-height: 65px;
	font-weight: bold;
}
.index_news_ex {
	float: right;
	width: 365px;
	padding-left: 25px;
	border-left: 1px solid #ffffff;
}
.index_news_ex_title {
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
}
.index_news_ex_text {
	font-size: 16px;
	color: #ffffff;
	line-height: 23px;
	margin: 30px 0 25px 0;
}
.index_news_ex_more {
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 10px;
}
.index_news_section {
	margin-top: 70px;
}
.index_news_photo {
	margin-top: 30px;
	overflow: hidden;
	width: 480px;
	height: 315px;
}
.index_news_photo img {
	transition: all 0.5s ease-in-out;
}
.index_news_photo:hover img {
	transform:scale(1.1);
}
.index_news_right {
	width: 590px;
	float: right;
}
.index_news_right .index_news_item:first-of-type {
	padding-top: 0;
}
.index_news_item {
	padding: 45px 0;
	border-bottom: 1px dashed #ffffff;
}
.index_news_box {
	float: left;
}
.index_news_years1 {
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	font-weight: bold;
}
.index_news_day1 {
	font-size: 62px;
	color: #ffffff;
	line-height: 62px;
	font-weight: bold;
	margin-top: 10px;
}
.index_news_area {
	float: right;
	width: 480px;
}
.index_news_caption {
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
}
.index_news_text {
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	margin-top: 15px;
}
.index_chang {
	padding: 95px 0 125px 0;
}
.index_chang_zh {
	font-size: 36px;
	color: #007eff;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
}
.index_chang_en {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 60px;
}
.index_chang_item {
	float: left;
	width: 290px;
	margin-left: 13.33px;
	margin-bottom: 40px;
	background: #ffffff;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.index_chang_item:nth-child(4n-3) {
	margin-left: 0;
}
.index_chang_photo {
	width: 290px;
	height: 290px;
	overflow: hidden;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.index_chang_photo img {
	transition: all 0.5s ease-in-out;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.index_chang_item:hover .index_chang_photo img {
	transform:scale(1.1);
}
.index_chang_name {
	font-size: 18px;
	color: #666666;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
}
.index_chang_item:hover .index_chang_name {
	color: #ffffff;
	background: #007eff;
}
.index_chang_more {
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	height: 58px;
	line-height: 58px;
}
.index_chang_more:hover {
	background: #007eff;
	border: 1px solid #007eff;
	color: #ffffff;
}
.footer {
	background: url(../images/bg3.jpg) no-repeat center center;
	background-size: cover;
	padding: 85px 0 0 0;
}
.footer_con {
	float: left;
	width: 460px;
}
.footer_con_title{
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	padding-bottom: 20px;
	margin-bottom: 27px;
	border-bottom: 1px solid #ffffff;
}
.footer_con_box span {
	font-size: 16px;
	color: #ffffff;
	line-height: 37px;
}
.footer_liu {
	float: right;
	width: 530px;
}
.footer_liu_title {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	padding-bottom: 34px;
}
.footer_form {
	width: 100%;
	display: inline-block;
}
.footer_form_info {
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	padding: 15px 20px;
	margin-bottom: 10px;
}
.footer_form_text {
	float: left;
	font-size: 14px;
	color: #ffffff;
}
.footer_form_info input {
	float: right;
	background: initial;
	border: none;
	font-size: 14px;
	color: #ffffff;
	width: 92%;
	line-height: 19px;
}
.footer_form_info textarea {
	float: right;
	background: initial;
	border: none;
	font-size: 14px;
	color: #ffffff;
	width: 92%;
	line-height: 19px;
	height: 50px;
	outline: none;
}
.footer_btu {
	width: 150px;
	height: 50px;
	border-radius: 5px;
	background: #007eff;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	border: none;
	margin-top: 10px;
}
.footer_map {
	padding: 50px 0 30px 0;
	border-bottom: 1px solid #ffffff;
}
.footer_bottom {
	padding: 29px 0;
}
.footer_text {
	font-size: 14px;
	color: #ffffff;
	float: left;
}
.footer_text a {
	color: #ffffff;
	display: inline-block;
}
.footer_text1 {
	font-size: 14px;
	color: #ffffff;
	float: right;
}
.top {
	position: fixed;
	z-index: 70;
	bottom: 20%;
	right: 10%;
}
.title {
	padding: 75px 0 40px 0;
}
.title_zh {
	text-align: center;
	font-size: 30px;
	color: #007eff;
	font-weight: bold;
	line-height: 30px;
}
.title_en {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
	margin-top: 18px;
}
.zi_top {
	margin-bottom: 60px;
	text-align: center;
}
.zi_link {
	display: inline-block;
	width: 223px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #ffffff;
	border-radius: 5px;
	margin: 0 7px 14px 7px;
	font-size: 18px;
	color: #000000;
}
.zi_link:nth-child(5n-4) {
	margin-left: 0;
}
.zi_link:nth-child(5n) {
	margin-right: 0;
}
.pro_item {
	float: left;
	width: 288px;
	height: 58px;
	border: 1px solid #ffffff;
	margin-left: 13.33px;
	margin-bottom: 13.33px;
	padding: 0 25px;
}
.pro_item:nth-child(4n-3) {
	margin-left: 0;
}
.pro_item a {
	font-size: 18px;
	color: #ffffff;
	line-height: 58px;
}
.pro_current {
	background: #007eff;
}
.pro_item:hover {
	background: #007eff;
}
.zi_current {
	background: #007eff;
	color: #ffffff;
}
.zi_link:hover {
	background: #007eff;
	color: #ffffff;
}
.pro_list {
	margin-bottom: 36px;
}
.box {
	margin: 0 0 75px 0;
}
.box img {
	margin: 0 auto;
}
.box span {
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
}
.pro_ex_section {
	margin-bottom: 25px;
}
.pro_ex_section img {
	margin: 0 auto;
}
.pro_ex_title {
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	margin-bottom: 25px;
}
.ex_bottom {
	padding: 20px 0 100px 0;
	border-top: 1px dashed #ffffff;
}
.ex_link {
	font-size: 16px;
	color: #ffffff;
	background: url(../images/jian7.png) no-repeat left center;
	background-size: 43px 10px;
	padding-left: 53px;
	float: left;
}
.ex_link:hover {
	color: #007eff;
	background: url(../images/jian10.png) no-repeat left center;
	background-size: 43px 10px;
}
.ex_link1 {
	font-size: 16px;
	color: #ffffff;
	background: url(../images/jian9.png) no-repeat left center;
	background-size: 43px 10px;
	padding-left: 53px;
	float: right;
}
.ex_link1:hover {
	color: #007eff;
	background: url(../images/jian8.png) no-repeat left center;
	background-size: 43px 10px;
}
.eg_item {
	float: left;
	width: 390px;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #ffffff;
	border-radius: 13px;
}
.eg_item:nth-child(3n-2) {
	margin-left: 0;
}
.eg_item .index_pro_photo {
	width: 390px;
}
.eg_item:hover .index_pro_photo img {
	transform:scale(1.1);
}
.eg_item:hover .index_pro_box {
	background: #007eff;
}
.eg_item:hover .index_pro_name {
	color: #ffffff;
}
.eg_item:hover .index_pro_text {
	color: #ffffff;
}
.eg_item:hover .index_pro_ex {
	color: #007eff;
	background: #ffffff;
}
.fan {
	margin: 40px 0 130px 0;
	text-align: right;
}
.fan a {
	display: inline-block;
	background: #dcdcdc;
	margin-left: 5px;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.fan a.on {
	background: #007eff;
	color: #ffffff;
}
.fan a:hover {
	background: #007eff;
	color: #ffffff;
}
.chang_ex_section {
	margin-bottom: 25px;
	margin-top: 25px;
}
.chang_ex_section img {
	margin: 0 auto;
}
.about_section {
	margin: 100px 0;
}
.about_left {
	float: left;
	width: 660px;
}
.about_en {
	font-size: 60px;
	line-height: 60px;
	color: #007eff;
	font-weight: bold;
}
.about_zh {
	font-size: 30px;
	color: #feffff;
	line-height: 30px;
	font-weight: bold;
	margin-top: 35px;
}
.about_box {
	margin-top: 55px;
}
.about_box span {
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
}
.about_photo {
	float: right;
	width: 483px;
	height: 440px;
	overflow: hidden;
}
.about_photo img {
	transition: all 0.5s ease-in-out;
}
.about_photo:hover img {
	transform:scale(1.1);
}
.con_section {
	margin-top: 30px;
}
.con_map {
	margin: 45px 0 85px 0;
}
.con_section .footer_con_title {
	border-bottom: 1px solid #eeeeee;
}
.news_ex_title {
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
}
.news_ex_time {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin: 10px 0 40px 0;
	line-height: 18px;
}
.news_list .index_news_item {
	float: left;
	width: 590px;
	margin-left: 20px;
}
.news_list .index_news_item:nth-child(odd) {
	margin-left: 0;
}
.index_news_item:hover .index_news_caption {
	color: #007eff;
}