﻿ @-webkit-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@-moz-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@-o-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
.banner_box {
	position: relative
}
.banner_box img {
	width: 100%;
	height: auto;
	display: block
}
.banner_box .swiper-pagination-bullet {
	width: 90px;
	height: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px
}
.banner_box .swiper-pagination {
	bottom: 20px
}
.about_box {
	width: 100%;
	height: 876px;
	background: url("../images/about_bg.png") no-repeat center center
}
.about_info {
	width: 800px
}
.about_info h1 {
	font-size: 48px;
	font-weight: bold;
	padding: 180px 0 24px
}
.about_info h2 {
	font-size: 24px
}
.about_info h2 span {
	font-weight: bold
}
.about_info p {
	font-size: 16px;
	color: #888888;
	padding: 40px 0 70px
}
.about_img_list li {
	margin-right: 80px;
	cursor: pointer
}
.about_img_list li span {
	display: block;
	margin: 0 auto;
	width: 72px;
	height: 61px
}
.about_img_list li h3 {
	margin-top: 14px;
	color: #888888;
	text-align: center
}
.about_img_list li:hover h3 {
	color: #0168b7
}
.about_img_list li:hover .about_icon_1 {
	background: url("../images/about_active_icon_1.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.about_img_list li:hover .about_icon_2 {
	background: url("../images/about_active_icon_2.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.about_img_list li:hover .about_icon_3 {
	background: url("../images/about_active_icon_3.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.about_img_list li:hover .about_icon_4 {
	background: url("../images/about_active_icon_4.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.about_icon_1 {
	background: url("../images/about_icon_1.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.about_icon_2 {
	background: url("../images/about_icon_2.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.about_icon_3 {
	background: url("../images/about_icon_3.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.about_icon_4 {
	background: url("../images/about_icon_4.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.about_btn {
	margin-top: 140px;
	display: block;
	background: #0168b7;
	color: #fff;
	width: 215px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px
}
.about_btn:hover {
	animation: shake 1.5s linear;
	-webkit-animation: shake 1.5s linear
}
.field_list li {
	flex: 1;
	position: relative;
	overflow: hidden;
	height:550px;
}
.field_list li:hover .field_info::before {
	left: -50%
}
.field_list li:hover .field_info::after {
	right: -50%
}
.field_list li img {
	height: 100%;
	display: block
}
.field_info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
	text-align: center
}
.field_info::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	width: 50%;
	z-index: 1;
	transition: left 0.3s linear
}
.field_info::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	width: 50%;
	z-index: 1;
	transition: right 0.3s linear
}
.field_info .flex_center {
	height: 100%;
	position: relative;
	z-index: 2
}
.field_info h4 {
	color: #fff;
	font-weight: bold;
	font-size: 36px
}
.field_info h5 {
	color: #fff;
	font-size: 18px;
	margin: 15px 0 100px
}
.field_info h6 {
	color: #fff;
	font-size: 16px;
	width: 170px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px
}

@media screen and (max-width: 1600px) {
.field_info h4 {
	font-size: 25px
}
.field_info h5 {
	font-size: 13px
}
.field_info h6 {
	font-size: 12px;
	width: 150px;
	height: 30px;
	line-height: 30px
}
.join_info h2 {
	font-size: 26px !important
}
}
.choose_list li {
	flex: 1;
	box-sizing: border-box;
	padding: 50px 25px;
	border-left: 1px solid #e5e5e5;
	cursor: pointer
}
.choose_list li:hover h1 {
	color: #0168b7
}
.choose_list li:hover h1 b, .choose_list li:hover h1 span {
	color: #0168b7
}
.choose_list h1 {
	padding-right: 15px;
	position: relative
}
.choose_list h1::after {
	position: absolute;
	left: -25px;
	top: 50%;
	display: block;
	content: "";
	width: 4px;
	height: 40px;
	background: #cc0000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}
.choose_list h1 b {
	font-size: 60px
}
.choose_list h1 span {
	font-size: 18px;
	position: relative
}
.choose_list h2 {
	font-weight: bold;
	margin-bottom: 14px
}
.choose_list p {
	color: #888888;
	font-size: 16px
}
.choose_tips span::after {
	display: block;
	content: "+";
	position: absolute;
	left: 50%;
	top: -25px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}
.choose_img {
	width: 100%;
	height: 80px;

	/*background: url("../images/choose_img.png") no-repeat;*/
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.comment_box {
	background: #282828
}
.comment_box>div {
	height: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.comment_box>div>span {
	padding-left: 180px;
	display: block;
	height: 21px;
	margin-right: 25px;
	background: url("../images/comment_icon.png") no-repeat left center
}
.comment_swiper a {
	display: block;
	color: #fff;
	padding-right: 100px
}
.comment_swiper .swiper-pagination {
	background: #282828;
	display: inline-block;
	width: auto;
	right: 0;
	top: 50%;
	left: auto;
	bottom: auto;
	text-align: right;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}
.advantage_box {
	background: #f9f9f9;
	padding-top: 70px
}
.advantages_box {
	padding-bottom: 250px
}
.advantages_box .advantages_info {
	width: 510px
}
.advantages_box .advantages_info h2::after {
	position: absolute;
	left: 0;
	bottom: 20px;
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background: #282828
}
.advantages_info>h1 {
	font-weight: bold;
	font-size: 36px;
	padding: 12px 0
}
.advantages_info>h2 {
	font-size: 30px;
	padding-bottom: 45px;
	position: relative
}
.advantages_info>h3 {
	font-size: 24px
}
.advantages_list {
	width: 690px
}
.advantages_list li {
	background: #eeeeee;
	width: 220px;
	margin: 0 5px 10px;
	box-sizing: border-box;
	padding: 0 20px;
	cursor: pointer
}
.advantages_list li h3 {
	height: 60px;
	font-weight: bold;
	border-bottom: 1px solid #dddddd
}
.advantages_list li h3::before {
	display: block;
	content: "";
	width: 33px;
	height: 28px;
	margin-right: 3px
}
.advantages_list li p {
	padding: 10px 0 20px
}
.advantages_list li:hover {
	background: #0168b7
}
.advantages_list li:hover h3 {
	border-bottom: 1px solid #4788ba;
	color: #fff
}
.advantages_list li:hover p {
	color: #fff
}
.advantages_list li:hover .advantages_icon_1::before {
	background: url("../images/advantages_active_icon_1.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_list li:hover .advantages_icon_2::before {
	background: url("../images/advantages_active_icon_2.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_list li:hover .advantages_icon_3::before {
	background: url("../images/advantages_active_icon_3.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_list li:hover .advantages_icon_4::before {
	background: url("../images/advantages_active_icon_4.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_list li:hover .advantages_icon_5::before {
	background: url("../images/advantages_active_icon_5.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_list li:hover .advantages_icon_6::before {
	background: url("../images/advantages_active_icon_6.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_icon_1::before {
	background: url("../images/advantages_icon_1.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_icon_2::before {
	background: url("../images/advantages_icon_2.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_icon_3::before {
	background: url("../images/advantages_icon_3.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_icon_4::before {
	background: url("../images/advantages_icon_4.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_icon_5::before {
	background: url("../images/advantages_icon_5.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.advantages_icon_6::before {
	background: url("../images/advantages_icon_6.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.equipment_img img {
	width: 508px;
	height: 493px
}
.equipment_img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
.equipment_img+.advantages_info {
	padding: 60px 0 0 100px
}
.equipment_img+.advantages_info>h2 {
	padding-bottom: 60px
}
.equipment_box {
	padding-bottom: 100px
}
.equipment_box>div {
	position: relative;
	height: 300px
}
.equipment_box .equipments_box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}
.equipment_box .advantages_info>h1 {
	position: relative
}
.equipment_box .advantages_info>h1::after {
	position: absolute;
	top: 50%;
	left: -250px;
	display: block;
	content: "";
	width: 250px;
	height: 2px;
	background: #313131;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}
.equipments_item {
	padding: 20px 0
}
.equipments_item:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
.equipments_item:hover h2 {
	color: #0168b7
}
.equipments_item:hover .equipments_icon_1 {
	background: url("../images/equipments_active_icon_1.png") no-repeat left center
}
.equipments_item:hover .equipments_icon_2 {
	background: url("../images/equipments_active_icon_2.png") no-repeat left center
}
.equipments_item:not(:last-child) {
	border-bottom: 1px solid #eeeeee
}
.equipments_item .img_box {
	margin-right: 25px
}
.equipments_item img {
	width: 216px;
	height: 107px
}
.equipments_info h2 {
	font-size: 24px;
	padding: 14px 0 14px 40px
}
.equipments_info p {
	font-size: 14px;
	color: #888888
}
.equipments_icon_1 {
	background: url("../images/equipments_icon_1.png") no-repeat left center
}
.equipments_icon_2 {
	background: url("../images/equipments_icon_2.png") no-repeat left center
}
.honor_img {
	width: 100%;
	height: 167px;
	background: url("../images/honor_img.jpg") no-repeat center center
}
.honor_img .swiper-container {
	width: 430px;
	padding-left: 770px;
	height: 180px;
	margin-top: 140px
}
.honor_img .swiper-container h5 {
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	letter-spacing: 3px
}
.news_container>div {
	flex: 1
}
.news_left .img_box {
	width: 100%;
	height: 440px
}
.news_left:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
.news_left:hover .news_text {
	bottom: 0
}
.news_text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -52px;
	z-index: 10;
	padding: 20px 25px;
	background: rgba(0,0,0,0.6);
	transition: bottom 0.5s linear;
	-moz-transition: bottom 0.5s linear;
	-webkit-transition: bottom 0.5s linear;
	-o-transition: bottom 0.5s linear;
	-ms-transition: bottom 0.5s linear
}
.news_text h2 {
	font-weight: bold;
	color: #fff;
	max-width: 70%
}
.news_text h4 {
	color: #fff
}
.news_text p {
	margin-top: 20px;
	font-size: 14px;
	color: #fff
}
.news_right>a {
	font-size: 14px;
	color: #888888;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 12px
}
.news_right>a:hover {
	color: #0168b7
}
.news_list {
	width: 600px
}
.news_list li {
	padding: 15px 0
}
.news_list li:nth-child(odd) {
	background: #f3f3f3
}
.news_list li:hover {
	background: #0168b7
}
.news_list li:hover * {
	color: #fff
}
.news_date {
	text-align: center;
	width: 110px
}
.news_date h2 {
	font-size: 48px;
	color: #888888;
	margin-bottom: 6px
}
.news_date h5 {
	color: #888888
}
.news_tips {
	width: 490px
}
.news_tips>div {
	width: 490px;
	padding: 0 20px;
	box-sizing: border-box;
	border-left: 1px solid #bfbfbf
}
.news_tips h3 {
	font-weight: bold;
	margin-bottom: 15px
}
.news_tips h5 {
	color: #888888
}
.join_img_box {
	padding-bottom: 50px
}
.join_img_box li {
	flex: 1;
	position: relative
}
.join_img_box li img {
	width: 100%;
	height: auto;
	display: block
}
.join_img_box li:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
.join_info {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,0.6);
	z-index: 10;
	bottom: 0;
	right: 0
}
.join_info span {
	display: block;
	width: 79px;
	height: 67px;
	margin: 0 auto
}
.join_info h2 {
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 50px
}
.join_icon_1 {
	background: url("../images/join_icon_1.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.join_icon_2 {
	background: url("../images/join_icon_2.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.brand_box{ margin-bottom:50px}