﻿@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px; line-height:1.5em;
	/*font-family: "STXihei", "STHeitiLight", "华文细黑", "Microsoft JhengHei", "", '', Arial, sans-serif !important;*/
}
@font-face {
	font-family: 'bignoodletitlingregular';
	src: url('../fonts/big_noodle_titling.eot');
	src: local('â˜º'), url('../fonts/big_noodle_titling.woff') format('woff'), url('../fonts/big_noodle_titling.ttf') format('truetype'), url('../fonts/big_noodle_titling.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
video {
	object-fit: cover;
	width: 100%;
	height: 100%
}
body {
/*overflow: hidden;*/
}
html.overHidden, html.overHidden body {
	overflow: hidden;
}
:hover{
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
/* start */
video#start_video {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}
.start {
	height: 100%;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
.tables {
	display: table;
	width: 100%;
	height: 100%;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}
.start.active {
	top: -120%;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
.start_load {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: #ededed;
}
.start video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.start_jump {
	position: absolute;
	z-index: 999999;
	top: 0;
	right: 0;
	padding: 15px;
}
.start_jump a {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	color: #000;
}
.start_jump a i.fa {
	margin-right: 5px;
}
.start_jump a:hover {
	color: #20993b;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.start_btn {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 50%;
	width: 340px;
	margin-left: -170px;
	text-align: center;
	visibility: hidden;
}
.start_btn.active {
	visibility: visible;
}
.startBtn_bg img {
	width: 340px;
}
.startBtn_txtx {
	position: absolute;
	width: 100%;
	top: 0;
	font-size: 18px;
	color: #fff;
	line-height: 68px;
	opacity: 0;
}
.startBtn_bg {
	overflow: hidden;
	width: 0;
}
.start_btn.active .startBtn_bg {
	width: 100%;
	transition: width 0.6s ease-in-out;
	-webkit-transition: width 0.6s ease-in-out;
	-moz-transition: width 0.6s ease-in-out;
	-ms-transition: width 0.6s ease-in-out;
	-o-transition: width 0.6s ease-in-out;
}
.start_btn.active .startBtn_txtx {
	opacity: 1;
	transition: opacity 0.5s ease-in-out 0.4s;
	-webkit-transition: opacity 0.5s ease-in-out 0.4s;
	-moz-transition: opacity 0.5s ease-in-out 0.4s;
	-ms-transition: opacity 0.5s ease-in-out 0.4s;
	-o-transition: opacity 0.5s ease-in-out 0.4s;
}
.start_btn.active {
	visibility: visible;
}
.show_h2 {
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
}
/* start */




/* header */
.header {
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
}
.header_inner {
	width: 90%;
	margin: 0 auto;
}
.h_l_innner {
	width: 180px;
	height: 95px;
	display: flex;
	align-items: center;
}
.h_l_innner img {
	width: 100%;
}
.h_m_inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.h_m_lang > li, .h_m_menu > li {
	float: left;
	padding: 0 5px;
}
.h_m_lang > li:last-child {
	padding: 0 75px 0 25px;
	;
}
.h_m_lang > li a, .h_m_menu a {
	color: #ffffff;
	line-height: 95px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.h_m_lang > li:nth-child(2) a {
	color: #eee;
}
.h_m_lang > li a > i, .h_m_menu a > i {
	line-height: 95px;
}
.header_inner .va-outer {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.header_inner .va-inner {
	display: table-cell;
	vertical-align: middle;
}
.header_inner .nav-container {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a0a0b;
	z-index: 99;
}
.header_inner .nav-container .nav-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.site-title {
	margin: 0 0 0 -155px;
	position: absolute;
	top: 66px;
	left: 50%;
	width: 310px;
	height: 37px;
	z-index: 3;
}
.site-title img {
	width: 260px;
}
.dynamic ol::after{
	content: "";
	display: block;
	clear: both;
}
.dynamic ol li{
	float: left;
	width: 23%;
	margin-right: 20px;
	margin-bottom: 10px;
}
.dynamic ol li p{
	color: #000;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}
.dynamic ol li:hover p{
	color: #20993b;
}
.dynamic ol li div img{
	display: block;
	width: 100%;
	height: 250px;
}
.dynamic>div{
	text-align: center;
}
.dynamic>div a{
	padding: 3px 10px;
	border: 1px solid #ccc;
	color: #ccc;
}
.dynamic>div a:hover{
	color: #20993b;
}
.dynamic ol li:nth-child(4n){
	margin-right: 0;
}
.header_inner .nav-container .nav-main-close {
	position: absolute;
	/*top: 50px;*/
  /*right: 15px;*/
	width: 80px;
	/*height: 90px;*/
	cursor: pointer;
	z-index: 3;
	right: 5%;
	margin-top: 35px;
}
.header_inner .nav-container .nav-main-close:before {
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	content: '';
}
.product_right ul li{
	float: left;
	width: 32%;
	margin-right: 20px;
	margin-bottom: 10px;
}
.product_right ul li p{
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}
.product_right .weizhi {
	border-bottom: solid 1px #ddd;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
.product_right ul li:nth-child(3n){
	margin-right:0;
}
.product_right ul li img{
	display: block;
	width: 100%;
	height: 250px;
}
.product_right ul::after{
	content: "";
	display: block;
	clear: both;
}
.header_inner .nav-container .nav-main-close .label {
	/*overflow: hidden;*/
  /*margin: -9px 0 0;*/
	position: absolute;
	top: 51%;
	left: -10px;
	width: 0;
	z-index: 2;
	/*-moz-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), left 0.5s cubic-bezier(0.77, 0, 0.175, 1);*/
  /*-o-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), left 0.5s cubic-bezier(0.77, 0, 0.175, 1);*/
  /*-webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), left 0.5s cubic-bezier(0.77, 0, 0.175, 1);*/
  /*transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), left 0.5s cubic-bezier(0.77, 0, 0.175, 1);*/
	color: #fafafa;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: arial;
	font-weight: normal;
}
.header_inner .nav-container .nav-main-close .line {
	margin: -5px 0 0;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 65px;
	height: 10px;
	background: #fafafa;
	-moz-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.header_inner .va-outer {
	position: relative;
	z-index: 2;
}
.header_inner .nav-container .sentence {
	text-align: center;
	margin-top: -50px;
}
.header_inner .nav-container .sentence .link-outer {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 75%;
	max-width: 1500px;
	height: 280px;
	-moz-transition: background 0.1s ease, color 0.1s ease;
	-o-transition: background 0.1s ease, color 0.1s ease;
	-webkit-transition: background 0.1s ease, color 0.1s ease;
	transition: background 0.1s ease, color 0.1s ease;
}
.header_inner .nav-container .sentence .link-outer .link {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-transition: top 0.3s ease, bottom 0.3s ease;
	-o-transition: top 0.3s ease, bottom 0.3s ease;
	-webkit-transition: top 0.3s ease, bottom 0.3s ease;
	transition: top 0.3s ease, bottom 0.3s ease;
}
.header_inner .nav-container .sentence .link-outer .link.above {
	top: 50%;
	bottom: 50%;
	background: #4CAF50;
	z-index: 2;
	color: #fafafa;
}
.header_inner .nav-container .sentence .link-outer .link .link-inner {
	margin: -31px 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 48px;
	letter-spacing: 5px;
	line-height: 60px;
}
.header_inner .nav-container .sentence .suptitle {
	display: block;
	margin: 0 0 0 -50px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 100px;
	color: #8d8d8d;
	font: 400 14px/1 "Verdana";
	text-align: center;
	margin-left: -60px;
	top: -50px;
	width: 260px;
	font-size: 18px;
	font-family: 'bignoodletitlingregular';
	letter-spacing: 3px;
}
.header_inner .nav-container .sentence .link-outer .link.above .suptitle {
	color: #fafafa;
}
.header_inner .nav-container .sentence .link-outer .link {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-transition: top 0.3s ease, bottom 0.3s ease;
	-o-transition: top 0.3s ease, bottom 0.3s ease;
	-webkit-transition: top 0.3s ease, bottom 0.3s ease;
	transition: top 0.3s ease, bottom 0.3s ease;
}
.header_inner .nav-container .sentence .link-outer .link.under {
	background: url(../images/nav_01.jpg) center/cover no-repeat;
	z-index: 1;
	color: #0a0a0b;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.header_inner .nav-container .sentence .link-outer:hover .link.under {
	top: 50%;
	bottom: 50%;
}
.header_inner .nav-container .sentence .link-outer:hover .link.above {
	top: 0;
	bottom: 0;
}
.header_inner .nav-container .works-container {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 80%;
	z-index: 3;
	color: #fafafa;
	font: 300 26px/1 "Verdana";
	margin: auto;
	right: 0;
}
.header_inner .nav-container .works-container .works {
	display: table;
	width: 100%;
}
.header_inner .nav-container .works-container .work {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 25%;
}
.header_inner .nav-container .works-container .link {
	display: block;
	padding: 0 0 100px;
	position: relative;
	-moz-transition: padding 0.3s cubic-bezier(0.86, 0, 0.07, 1) 0.15s;
	-o-transition: padding 0.3s cubic-bezier(0.86, 0, 0.07, 1) 0.15s;
	-webkit-transition: padding 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-delay: 0.15s;
	transition: padding 0.3s cubic-bezier(0.86, 0, 0.07, 1) 0.15s;
}
.header_inner .nav-container .works-container .link:before {
	display: block;
	position: absolute;
	top: 50px;
	bottom: 25px;
	left: 50%;
	width: 1px;
	background: #fafafa;
	content: '';
}
.header_inner .nav-container .works-container .image {
	position: absolute;
	top: 55px;
	right: 5px;
	bottom: 30px;
	left: 5px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 0.1s 0.2s;
	-o-transition: opacity 0.1s 0.2s;
	-webkit-transition: opacity 0.1s;
	-webkit-transition-delay: 0.2s;
	transition: opacity 0.1s 0.2s;
}
.header_inner .nav-container .works-container .image:before, .header_inner .nav-container .works-container .image:after {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: #0a0a0b;
	content: '';
	-moz-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-delay: 0s;
	transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.header_inner .nav-container .works-container .image:before {
	left: 0;
	margin-left: -1px;
}
.header_inner .nav-container .works-container .image:after {
	right: 0;
	margin-right: -1px;
}
.header_inner .nav-container .works-container .link:hover .image {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: opacity 0.1s 0.15s;
	-o-transition: opacity 0.1s 0.15s;
	-webkit-transition: opacity 0.1s;
	-webkit-transition-delay: 0.15s;
	transition: opacity 0.1s 0.15s;
}
.header_inner .nav-container .backgrounds, .header_inner .nav-container .backgrounds .background {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.header_inner .nav-container .backgrounds {
	background: #292666;
}
.header_inner .nav-container .backgrounds .background {
	background: #0a0a0b;
}
.header_inner .nav-container .sentence .suptitle:before, .header_inner .nav-container .sentence .suptitle:after {
	display: block;
	position: absolute;
	top: 50%;
	width: 80px;
	height: 0px;
	background: #e7e7e7;
	content: '';
}
.header_inner .nav-container .sentence .suptitle:before {
	right: 100%;
}
container .sentence .link-outer .link.above .suptitle:before, .header_inner .nav-container .sentence .link-outer .link.above .suptitle:after {
	background: #fafafa;
}
.header_inner .nav-container .sentence .suptitle:after {
	left: 100%;
}
.header_inner .nav-container .works-container .link:hover .image:before, .header_inner .nav-container .works-container .link:hover .image:after {
	width: 0;
	-moz-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
	-o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
	-webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-delay: 0.15s;
	transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
}
.header_inner .nav-container .works-container .image:before {
	left: 0;
	margin-left: -1px;
}
.header_inner .nav-container .works-container .image:after {
	right: 0;
	margin-right: -1px;
}
.header_inner .nav-container .works-container .link:hover {
	padding-bottom: 150px;
	-moz-transition: padding 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-o-transition: padding 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: padding 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-delay: 0s;
	transition: padding 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.header_inner .nav-container .nav-main-close:hover .label {
/*left: 0;*/
  /*width: 100%;*/
}
.header_inner .nav-container .nav-main-close:hover .line {
	right: -5px;
	width: 0;
}
.nav-swiper .swiper-wrapper {
	position: absolute;
	bottom: 0;
}
.works-container .swiper-button-prev {
	position: absolute;
	left: -50px;
	top: 50%;
	font-size: 50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.works-container .swiper-button-next {
	position: absolute;
	right: -50px;
	top: 50%;
	font-size: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work-title {
	font-family: 'bignoodletitlingregular';
	color: #ccc;
	letter-spacing: 4px;
}
.work-title1 {
	font-family: "STXihei", "STHeitiLight", "华文细黑", "Microsoft JhengHei", "", '', Arial, sans-serif !important;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
	letter-spacing: 2px;
}
/* header */
/* header2 */
.header2 {
	top: 0;
	z-index: 99;
	background: #fff;
	width: 100%;
	position: fixed;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.header_box {
	width: 90%;
	margin: 0 auto;
}
.logo2 {
	width: 180px;
	float: left;
	margin-top: 22px;
}
.logo2 img {
}
.header2 .menu .menu_language a {
	display: inline-block;
}
.header2 .menu .menu_language span {
	color: #333;
	display: inline-block;
	padding: 35px 8px 30px;
	vertical-align: top;
}
.menu {
	float: right;
}
.menu ul li {
	float: left;
	vertical-align: middle;
	margin: 0 15px;
	position: relative;
}
.menu ul li>a {
	position: relative;
	overflow: hidden;
	z-index: 3;
	padding: 34px 0 30px;
	-webkit-transition: color 0.1s linear;
	transition: color 0.1s linear;
	font-size: 16px;
	color: #666;
}
.menu ul li>a:hover{ color:#000;}
.menu ul li>a.active{ color:#20993b;}
.menu ul li.menu_language {
	margin: 0 25px 0 25px; font-size:16px;
}
.header2 .menu .sitemap {
	position: relative;
	width: 24px;
	height: 21px;
	display: block;
	margin-top: 34px;
	margin-left: 25px;
}
.header2 .menu .sitemap a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
	height: 2px;
	background-color: #fff;
}
.header2 .menu .sitemap a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 31px;
	height: 2px;
	background-color: #fff;
}
.header2 .menu .sitemap a span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin-top: -1px;
}
.header2.active {
	background: #fff;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.header2.active a {
	color: #333;
}
.header2.active .menu .sitemap a span, .header2.active .menu .sitemap a:before, .header.active .menu .sitemap a:after {
	background-color: #333;
}
.header2.active .menu .menu_language span {
	color: #333;
}
.header_box ul li {
	position: relative;
}
.header_box ul li input {
	border: none;
	background: transparent;
	width: 90px;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #333;
}
.header2.active .header_box ul li input {
	border-bottom: 1px solid #333;
}
.header_box ul li a img {
	position: absolute;
	width: 25px;
	right: 0;
	top: 29px;
}
/* header2 */


/* banner */
@media(max-width:767px){
	.bannerbg{ margin-top:54px;}
}
.banner_inner {
	position: relative;
	overflow-y: hidden;
}
.banner_inner .swiper-slide {
	overflow: hidden;
	position: relative;
}
.banner_inner .swiper-slide .zhezhao {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
 
}
.banner_swiper_pagination {
	position: absolute;
	top: 35%;
	left: 5%;
	z-index: 10;
}
.banner_swiper_pagination li {
	position: relative;
	padding: 10px 0;
	cursor: pointer;
}
.banner_swiper_pagination li > span {
	width: 40px;
	height: 40px;
	border: 2px solid rgba(255,255,255,0);
	border-radius: 50%;
	padding: 5px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner_swiper_pagination li > span > span {
	display: block;
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	border-radius: 50%;
}
.banner_swiper_pagination li.active > span {
	display: none;
}
.banner_swiper_pagination li > div {
	display: none;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.banner_swiper_pagination li.active > div {
	display: flex;
}
.banner_pagination_inner > span {
	width: 0;
	height: 0;
	display: block;
	border-radius: 50%;
	padding: 5px;
	position: relative;
	overflow: hidden;
}
.banner_swiper_pagination li.active .banner_pagination_inner > span {
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.banner_pagination_inner > span > img {
	width: 100%;
}
.banner_pagination_inner > p {
	color: #ffffff;
	margin: 0 0 0 10px;
	line-height: 20px;
	font-size: 14px;
}
.banner_text {
	position: absolute;
	z-index: 5;
	top: 35%;
	left: 20%;
}
.banner_main {
	position: absolute;
	width: 100%;
	overflow: hidden;
}
.banner_bg_1 {
	background: url("../images/banner_1.jpg") center bottom no-repeat;
	background-size: cover;
}
.banner_bg_2 {
	background: url("../images/banner_2.jpg") center no-repeat;
	background-size: cover;
}
.banner_bg_3 {
	background: url("../images/banner_3.jpg") center no-repeat;
	background-size: cover;
}
.banner_bg_4 {
	background: url("../images/banner_4.jpg") center no-repeat;
	background-size: cover;
}
.banner_bg_5 {
	background: url("../images/banner_5.jpg") center no-repeat;
	background-size: cover;
}
.banner_bg_6 {
	background: url("../images/banner_6.jpg") center no-repeat;
	background-size: cover;
}
.banner_text > h1 {
	margin: 0px;
	color: #fff;
	font-size: 63px;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	font-family: 'bignoodletitlingregular';
}
.banner_text > h1 span {
	color: #ee6000;
}
.banner_scroll {
	position: absolute;
	width: 100%;
	bottom: 4%;
	z-index: 10;
}
.banner_s_inner {
	text-align: center;
}
.banner_s_inner h5, .banner_s_inner i {
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.banner_s_inner h5 {
	margin: 0 0 20px;
}
.banner_s_inner i {
}
/* banner */



.index_sec {
	width: 80%;
	margin: auto;
	margin-top: 80px;
	padding: 0;
}
.common_title {
	text-align: center;
	margin-bottom: 50px;
}
.common_title > h1 {
	margin: 0;
	letter-spacing: 1px;
	color: #fff;
	font-size: 24px; line-height:1.2em;
	/*font-weight: bold;*/
}
.common_title > p {
	margin: 20px 0 0;
	color: #969696;
	font-size: 16px; line-height:1.2em;
	letter-spacing: 2px;
}
.common_title > span {
	display: block;
	width: 70px;
	height: 2px;
	margin: auto;
	margin-top: 10px;
	background: #999999;
}
.common_btn {
	width: 140px;
	border: none;
	height: 40px;
	border-radius: 20px;
	background: #055ba7;
	margin-top: 20px;
}
.common_btn > a {
	color: #fff;
}
/* index_sec_1 */
.index_sec_1 {
	position: relative;
	margin-top: -95px;
	z-index: 10;
}
.index1_title > h5 {
	margin: 0 0 20px 10px;
	color: #fff;
	font-size: 22px;
}
.index1_block {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.index1_b_inner {
	padding: 20px 0;
}
.index1_bi_con {
	padding: 5px 20px 20px;
}
.index1_bi_con_1, .index1_bi_con_2 {
	border-right: 1px solid #eee;
}
.index1_bi_inner > p {
	margin: 0;
	color: #ed5f00;
	text-align: center;
	font-size: 16px;
}
.index1_bi_inner > h4 {
	margin: 0;
	color: #666;
	margin-top: 5px;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
}
/* index_sec_1 */

/* index_sec_2 */
.index_sec_2 {
	padding-bottom: 80px;
}
.index2_b_left .more {
	display: none;
	text-align: center;
	width: 140px;
	border: none;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #055ba7;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
}
.index2_bl_text {
	padding: 50px 0 0 15%;
}
.index2_bl_text > p {
	margin: 0;
	line-height: 26px;
	font-size: 14px;
	letter-spacing: 1px;

}
.index2_bl_text > p:last-child {
	margin-top: 10px;
}
.index2_br_img {
	padding: 0 22% 0 8%;
}
.index2_br_img > img {
	width: 100%;
}
/* index_sec_2 */

/* index_sec_3 */
.index_sec_3 {
	width: 100%;
	background: #f6f6f6;
	margin-top: 0;
	/*padding-top: 80px;*/ position:relative;
}
.index_sec_3 .common_title{ width:100%; position:absolute; left:0; top:80px; z-index:2}
.index3_block_1 {
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 0;
}
.index3_b1_inner {
	width: 80%;
}
.index3_b1_ul > ul {
	border-left: 2px solid #eee;
	padding: 15px 0;
}
.index3_b1_ul li {
	padding: 10px 0 10px 15px;
	position: relative;
}
.index3_b1_ul li b {
	font-size: 18px;
	font-weight: normal;
}
.index3_b1_ul li > span {
	width: 2px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: -2px;
	top: 5px;
}
.index3_b1_ul li > a > span {
	margin-right: 15px;
	font-weight: 700;
}
.index3_b1_ul li.active > span {
	background: #055ba7;
}
.index3_b1_ul li.active > a {
	color: #055ba7;
	font-size: 18px;
}
.index3_b1_ul li.active > a > span {
	font-size: 14px;
}
.index3_b1t_inner {
	width: 40%;
	height: 0;
	overflow: hidden;
}
.index3_b1_text {
	padding-top: 20px;
}
.index3_b1t_inner > h4 {
	margin: 0;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: bold;
}
.index3_b1t_inner > p {
	margin: 10px 0;
	line-height: 24px;
	letter-spacing: 1px;
}
.index3_block_2 {
	position: relative;
}
.index3_b2i_con {
	position: relative;
}
.index3_b2i_img_bg > img {
	width: 100%;
}
.index3_b2i_img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.index3_b2i_img > img {
	width: 120%;
	position: relative;
	left: -10%;
}
.index3_b2i_img > img.index33_ship {
	width: 140%;
}
.index3_b2i_img > img.index31_ship {
	left: -192px
}
.index3_b2i_img_2 {
	z-index: 1;
}
.index3_b2i_img_3 {
	z-index: 2;
}
.index3_b2i_img_4 {
	z-index: 3;
}
.index3_b2i_img_5 {
	z-index: 4;
}
.index3_b2_btn {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.index3_b2b_inner > i {
	font-size: 20px;
	font-weight: 700;
	color: #999;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index3_b2_btn:hover .index3_b2b_inner > span {
	border: 1px solid #055ba7;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.swiper-button-prev, .swiper-button-next {
	background: none;
}
.swiper-button-prev {
	position: absolute;
	left: 20px;
	top: 30%;
	z-index: 99;
}
.swiper-button-next {
	position: absolute;
	right: 20px;
	top: 30%;
	z-index: 99;
}
.index3_b1_ul li a {
	color: #333;
	display: inline-block;
}
.index3_b1_ul li > a:hover {
	color: #055ba7;
	font-size: 18px;
}
/* index_sec_3 */




/* index_sec_4 */
 

.index4_l_inner, .index4_l_img, .index4_r_inner, .index4_rb_l_img {
	position: relative;
	overflow: hidden;
}
.index4_l_img > img, .index4_l_icon img, .index4_rb_l_img > img {
	width: 100%;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index4_l_icon {
	position: absolute;
	width: 5%;
	top: 47.5%;
	left: 47.5%;
	z-index: 1;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index4_lt_inner {
	text-align: center;
	position: relative;
	z-index: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	padding: 40px 40px 10px 40px;
}
.index4_lt_inner > h4 {
	margin: 0 0 20px 0;
	font-size: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #333;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
}
.index4_lt_inner > p {
	transition: all .3s;
	-webkit-transition: all .3s;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	margin: 0;
}
.index4_lt_inner > p > span {
	font-weight: bold;
	color: #ed5f00;
	font-size: 12px;
}
.index4_lt_inner > p > b {
	font-family: 'bignoodletitlingregular';
	font-size: 18px;
	font-weight: normal;
}
.index4_block > a:hover .index4_mask, .index4_right > a:hover .index4_mask {
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index4_block a:hover .index4_lt_inner > h4, .index4_block a:hover .index4_lt_inner > p {
	color: #ffffff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index4_block a:hover .index4_lt_inner {
	z-index: 2;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index4_block a:hover .index4_l_icon, .index4_right > a:hover .index4_l_icon {
	z-index: 2;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index4_r_block_2, .index4_r_block_3 {
	margin-top: 25px;
}
.index4_ri_inner {
	width: 100%;
	padding: 0;
}
.index4_rb_left {
	padding: 0;
}
.index4_rb_l_img .index4_l_icon {
	width: 10%;
	top: 45%;
	left: 45%;
}
.index4_l_text, .index4_rb_right {
	background: #f6f6f6;
}
.index4_rb_r_text {
	position: relative;
	z-index: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 20px;
	padding-bottom: 10px;
}
.index4_rb_r_text > h5 {
	margin: 0;
	font-size: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #333;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 30px;
}
.index4_rb_r_text > span {
	width: 40px;
	height: 2px;
	display: block;
	margin: 15px 0;
	background: #ee6000;
}
.index4_rb_r_text p {
	transition: all .3s;
	-webkit-transition: all .3s;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.index4_rb_r_text p span {
	font-weight: bold;
	color: #ed5f00;
	font-size: 12px;
}
.index4_rb_r_text p b {
	font-weight: normal;
	font-family: 'bignoodletitlingregular';
	font-size: 18px;
}
.index4_right > a:hover .index4_rb_r_text > h5 {
	color: #ffffff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index4_right > a:hover .index4_rb_r_text {
	z-index: 2;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index4_right > a:hover .index4_rb_r_text p {
	z-index: 2;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #ffffff;
}
.index4_li_inner:hover .index4_l_text {
	background: rgba(0,49,98,0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC003162, endColorstr=#CC003162);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index4_li_inner:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index4_r_block:hover .index4_rb_right {
	background: rgba(0,49,98,0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC003162, endColorstr=#CC003162);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index4_r_block:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
/* index_sec_4 */


/* index_sec_5 */
.index_sec_5 {
	width: 100%;
	background: #f5f5f5;
	padding: 80px 10%;
}
.index5_block {
	margin: 0; background:#fff;
}
.index5_left, .index5_right {
	padding: 0;
}
.index5_li_block {
	position: relative;
	background: #fff;
	height: 33.3%; margin:3% 0;
}
.index5_li_block_bg {
	background: #ededed;
}
.index5_mask {
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.1);
	z-index: 1;
	top: 0;
	width: 0;
}
.index5_l_text {
	height: 100%;
	padding: 3% 80px;
}
.index5_lt_t > p {
	/*color: #ee6000;*/ color:#969696; font-size:14px; line-height:1.5em; margin:0 !important;
}
.index5_lt_t > h5 {
	/*color: #999;*/
	font-size: 20px; line-height:1.5em; height:1.5em; overflow:hidden; color:#323232;
	margin: 0;
}
.index5_lt_icon > i {
	color: #999;
}
.index5_r_img {
	position: relative; overflow:hidden;
}
.index5_r_img > img {
	width: 100%;
}
.index5_r_txt {
	position: absolute;
	width: 100%;
	left: 0;
	/*bottom: 0;*/bottom:-60px;
	padding: 30px;
	/*background: rgba(0,49,98,0.8);*/background: rgba(0,0,0,0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000, endColorstr=#000);
 -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.index5_r_img:hover .index5_r_txt{ width:100%; height:100%; position:absolute; left:0; bottom:0; 
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.index5_r_txt h3 {
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	margin-top: 0;
	/*display: -webkit-box;*/

}
.index5_r_img:hover .index5_r_txt h3{ padding-top:25%;

}
.index5_r_txt h4 {
	color: #ebeaea;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index5_r_txt .btn1 {
	font-size: 14px;
	color: #fff;
	font-family: 'bignoodletitlingregular';
	letter-spacing: 2px;
	margin-top: 20px;
	text-align: right;
}
.index5_lt_icon {
	margin-top: 30px; display:none;
}
/* index_sec_5 */


/* index_sec_6 */
.index6_p {
	margin: 10px 0;
	font-family: arial;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 1px;
	color: #999;
}
.index6_lt {
	padding-top: 60px;
}
.index6_lt > h4 {
	margin: 0 0 15px;
}
.index6_middle {
	padding: 0 35px;
}
.index6_b_1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%; margin:0 auto;
	/*float: right;*/
	margin-top: 20px;
}
.index6_b_1:first-child {
	border-bottom: 1px solid #eeeeee;
}
.index6_b_text {
	width: 80%;
	height: 80px;
}
.index6_b_text > h5 {
	margin: 0;
	font-size: 20px;
	letter-spacing: 2px;
	/*font-weight: bold;*/
	color: #333;
}
.index6_b_text h5 span {
	display: block;
	width: 3px;
	height: 22px;
	background: #ee6000;
	float: left;
	margin-right: 6px;
}
.index6_b_img > img {
	width: 100%;
	display: block;
	margin-top: -15px;
}
.index6_b_text p {
	font-size: 14px;
	letter-spacing: 2px;
	margin: 10px 0 0;
	color: #666;
}
.index6_inner .col-lg-2 {
	width: 20%;
}
.index6_inner .col-lg-10 {
	width: 80%;
}
.index6_l_text {
	margin-top: 20px;
}
.index_sec_6 .common_title h1 {
	/*text-align: left;*/
}
.index_sec_6 .common_title p {
	/*text-align: left;*/
}
/* index_sec_6 */


/* footer */
.footer {
	margin-top: 0px;
}
.footer_b1_inner {
	position: relative;
}
.footer_b1_ul {
	position: absolute;
	width: 80%;
	bottom: 0;
	left: 8.5%;
}
.footer_b1_ul img {
	width: 60%;
	display: block;
	margin: 0 auto 20px;
}
.footer_b1_ul .big_img {
	width: 80% !important;
	margin-bottom: 0 !important;
}
.footer_b1_ul ul img {
	opacity: 0.7;
}
.footer_b1_ul > div {
	float: left;
	width: 20%;
}
.footer_b1_ul > ul {
	float: right;
	width: 80%;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.footer_b1_ul li {
	width: 20%;
	float: left;
}
.footer_b1_close {
	position: absolute;
	right: 10%;
	top: 40%;
	cursor: pointer;
	width: 40px;
	height: 40px;
}
.footer_b1_close span {
	position: absolute;
	height: 40px;
	width: 2px;
	left: 19px;
	display: block;
	background: #fff;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.footer_b1_close span:last-child {
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
#form_panel {
	padding: 10px 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
}
.decoration_fixed {
	left: 0;
	bottom: 0!important;
	top: auto!important;
	background: rgba(0,0,0,0.8) !important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCffffff, endColorstr=#CCffffff)!important;
	z-index: 60!important;
}
.form_panel_container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.decoration_fixed .bellBox {
	margin-top: 0px;
}
.decoration_fixed .bellMain .col-sm-11 .col-sm-2 p:first-child {
	font-size: 36px;
	color: #671115;
	text-align: center;
}
.decoration_fixed .bellMain .col-sm-11 .col-sm-2 p:nth-child(2) {
	color: #ccc;
	text-align: center;
}
.decoration_fixed .bellMain .col-sm-11 .col-sm-6 {
	padding: 5px;
}
.decoration_fixed .bellMain .col-sm-11 .col-sm-6 h3 {
	width: 100%;
	margin: 0;
	color: #fff;
	background-color: #666666;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
}
.decoration_fixed .bellMain .col-sm-11 .col-sm-6 .row {
	margin-right: -5px;
	margin-left: -5px;
}
.decoration_fixed .bellMain .col-sm-11 .col-sm-2.mfrx {
	margin-top: 5px;
}
.decoration_fixed .bellMain .col-sm-11 .col-sm-2.mfrx p:first-child {
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.decoration_fixed .bellMain .col-sm-11 .col-sm-2.mfrx p:nth-child(2) {
	font-size: 20px;
	color: #671115;
	text-align: center;
	text-decoration: underline;
}
.bm_tit .bm_tit_zt {
	font-family: SangBleuSans, Arial, sans-serif;
}
.bm_tit .yuyue_num {
	color: #fcd130;
	font-size: 18px;
}
.bellBox {
	margin: 0;
	padding: 5px;
}
.bellBox input {
	line-height: 34px;
	width: 100%;
	font-size: 15px;
	text-indent: 10px;
	background: #fff;
	color: #999;
}
.decoration_fixed .ljbm {
	padding: 0;
}
.decoration_fixed .ljbm a {
	display: block;
	margin-top: 5px;
	padding: 23px 0;
	text-align: center;
	background-color: #055ba7;
}
.footer_block_2 {
	background: #191919;
	padding: 80px 0;
}
.footer_b2_inner {
	width: 80% !important;
}
.footer_b2_ul {
	padding: 0;
}
.footer_b2ul_title > h4 {
	color: #fff;
	margin: 0;
	font-size: 16px; line-height:2em;
	letter-spacing: 2px;
}
.footer_b2ul_title > h4 a {
	color: inherit;
	text-decoration: none;
}
.footer_b2_ul > ul {
	margin-top: 10px;
}
.footer_b2_ul li > a {
	color: #999;
	line-height: 2em;
	font-size: 12px;
	letter-spacing: 1px;
}
.footer_block_3 {
	background: #000000;
	padding: 5px 0;
}
.footer_b3 {
	width: 80%;
	margin: auto;
}
.footer_b3_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bq_box p {
	color: #ccc;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.bq_box p span {
	font-family: arial;
}
.footer_b2i{ text-align:center;}
.footer_b2_ul {
	width: 11%;
	/*float: left;*/ display:inline-block; vertical-align:top;
}
.footer_b1_img {
	width: 100%;
	overflow: hidden;
	height: 200px;
	background: url(../images/index6_bg.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/index6_bg.jpg', sizingMethod='scale');
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.footer_down {
	float: right;
	width: 550px;
	margin-top: 32px;
}
.footer_down .sele {
	width: 45%;
	margin-left: 5%;
	height: 45px;
	line-height: 45px;
	position: relative;
	background-color: #f1f1f1;
	color: #333;
	cursor: pointer;
	padding-left: 25px;
	float: left;
}
.footer_down .sele .xiala {
	width: 45px;
	height: 45px;
	position: absolute;
	display: block;
	top: 0px;
	right: 0;
	text-align: center;
	border-left: 1px solid #d5d5d5;
}
.footer_down .sele .xiala i {
	line-height: 45px;
	font-size: 16px;
}
.footer_down .sele .xiala_con {
	position: absolute;
	bottom: 45px;
	left: 0;
	display: none;
	/* height: 165px; */
  /* overflow-y: scroll; */
  /* overflow-x: hidden; */
	width: 100%;
}
.footer_down .sele .xiala_con a {
	width: 100%;
	height: 45px;
	display: block;
	border-bottom: 1px solid #dadada;
	text-indent: 14px;
	color: #333;
	background-color: #f1f1f1;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* footer */

/* load */
.load {
	width: 100%;
	background: #3d3d3d;
	position: fixed;
	top: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.load_inner {
}
.load_logo {
	position: absolute;
	top: 35%;
	left: 30%;
}
.load_logo.after {
	padding-right: 15px;
	padding-left: 15px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.load_logo > .load_logo_inner {
}
.load_logo.after > .load_logo_inner {
	display: flex;
	align-items: center;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.load_logo_inner > img {
	width: 100%;
}
.load_text {
	padding-left: 75px;
	position: relative;
	margin-top: 100px;
}
.load_under {
}
.load_text p {
	font-size: 22px;
	margin: 0;
}
.load_under > p {
	color: #999;
}
.load_oner {
	position: absolute;
	top: 0;
}
.load_oner > p {
	color: #ffffff;
}
/* load */


@media (max-width: 1600px) {
.index2_bl_text {
	padding: 0 0 0 15%;
}
.index3_b1t_inner {
	width: 60%;
}
.index2_bl_text > p:last-of-type {
	overflow: hidden;
	height: 104px;
}
.index2_b_left .more {
	display: block;
	margin-left: 15%;
}
}
@media (max-width: 1440px) {
.index2_br_img {
	padding: 0;
}
.menu ul li {
	margin: 0 10px;
}
}
@media (max-width: 1366px) {
.logo2 {
	width: 160px;
}
}
@media (max-width: 1280px) {
.index2_bl_text {
	padding: 0;
}
.index3_b1t_inner {
	width: 80%;
}
.index4_rb_right {
}
.index4_rb_r_text {
	left: 0;
}
.index4_rb_r_text > h5 {
	margin: 3px 0;
	font-size: 17px;
}
.index4_lt_inner > h4 {
	margin: 10px 0;
	font-size: 18px;
}
.index4_lt_inner > p {
	font-size: 14px;
	line-height: 22px;
	margin: 0!important;
}
.index4_rb_r_text p {
	font-size: 14px;
	line-height: 22px;
	margin: 0!important;
}
.footer_b1_ul {
	left: 5%;
	width: 90%;
}
.index2_b_left .more {
	margin-left: 0;
}
.index5_l_text {
	padding: 5px 20px;
}
.index5_lt_t > p {
	margin: 3px 0;
}
.menu ul li {
	margin: 0 7px;
}
.menu ul li>a {
	font-size: 15px;
}
}
@media (max-width: 992px) {
.index2_br_img {
	padding: 0 6%;
}
.index3_b1t_inner {
	width: 100%;
}
.index6_middle {
	padding: 0 15px;
}
.footer_b1_ul {
	left: 2%;
	width: 96%;
}
.index2_bl_text > p:last-of-type {
	height: inherit;
}
.index2_b_left .more {
	display: none;
}
}
 @media (max-width:768px) {
.banner_pagination_inner > p {
	display: none;
}
.show_h2 {
	font-size: 20px;
	letter-spacing: 2px;
}
.banner_text > h1 {
	font-size: 30px;
}
.common_title {
	margin-bottom: 20px;
}
.common_title h1 {
	font-size: 20px;
}
.common_title p {
	font-size: 14px;
	margin: 5px 0 0;
}
.index_sec {
	margin-top: 50px;
	width: 92%;
}
.index_sec_2 {
	padding-bottom: 0px;
}
.index2_bl_text > p {
	font-size: 14px;
	line-height: 22px;
}
.index_sec3 {
	padding: 50px 0px 0px;
}
.index_sec3_nav {
	padding: 0 2%;
}
.index_sec3_box {
	float: left;
	width: 46%;
	margin: 2%;
	position: relative;
}
.index_sec3_img img {
	width: 100%;
}
.index_sec3_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background: rgba(5, 91, 167, 0.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f055ba7, endColorstr=#7f055ba7);
Â 
}
.index_sec3_txt:before {
	content: ' ';
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 55px;
	left: 17px;
}
.index_sec3_txt h5 {
	color: #fff;
	line-height: 35px;
	margin: 0;
	letter-spacing: 1px;
}
.index_sec3_txt span {
	font-family: "Arial";
}
.index_sec4 {
	background-color: #ffffff;
	padding: 50px 0px;
}
.index_sec4_swiper-txt {
	position: relative;
	height: 120px;
}
.index_sec4_text {
	padding: 0 20px;
	position: absolute;
}
.index_sec4_text h5 {
	letter-spacing: 1px;
	line-height: 18px;
	color: #999;
	font-size: 13px;
}
.index_sec4_swiper {
	width: 90%;
	margin: auto;
}
.swiper_img img {
	width: 100%;
}
.index_sec4_text div {
}
.index_sec4_text p {
	float: left;
	width: 33%;
	position: relative;
	padding-left: 15px;
	color: #999;
}
.index_sec4_text img {
	width: 13px;
	position: absolute;
	top: 3px;
	left: 0px;
}
.index_sec_5 {
	padding: 50px 4%;
	margin: 0 auto;
	width: 100%;
}
.index5_li_block {
	background: transparent;
	border-bottom: 1px solid #e8e8e8; margin:0; padding:0 2%;
}
.index5_l_text {
	padding: 20px 0;
}
.index5_r_txt {
	padding: 20px;
}
.index5_r_txt h3 {
	font-size: 16px;
}
.index5_lt_icon {
	display: none;
}
.index5_l_inner {
	height: inherit!important;
}
.index5_lt_t > h5 {
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index5_r_txt h4 {
	display: none;
}
.index5_r_txt .btn1 {
	font-size: 14px;
	margin-top: 10px;
}
.index_sec_6 {
	margin-bottom: 50px;
}
.index6_l_text {
	margin-top: 0;
}
.index6_inner .col-xs-12 {
	width: 100%;
}
.index_sec_6 .common_title h1 {
	text-align: center;
}
.index_sec_6 .common_title p {
	text-align: center;
}
.index6_b_1 {
	width: 50%;
}
.index6_middle .col-xs-6:first-child {
	padding-right: 0;
}
.index6_middle .col-xs-6:last-child {
	padding-left: 0;
}
.index6_b_1:first-child {
	border: none;
}
.index6_b_img {
	width: 100%;
}
.index6_b_img > img {
	width: 60%;
	margin: auto;
}
.index6_b_img > h5 {
	text-align: center;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}
.footer {
	background: #333;
	/*position: fixed;*/
	width: 100%;
	/*bottom: 0;*/
	margin: 0;/*z-index: 11;*/
}
.footer .copy {
	font-size: 9px;
	-webkit-text-size-adjust: none;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.navbar-nav {
	width: 100%;
	margin-left: 0px;
	text-transform: uppercase;
}
.navbar-nav li {
	text-align: center;
	border-bottom: 1px dotted #e5e5e5;
	line-height: 40px;
}
.navbar-nav li a {
	color: #666;
	font-size: 13px;
}
.navbar-nav li a:hover {
	color: #000;
}
.navbar-nav li a.active{ color:#20993b;}
.headerbg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.logo_boxlist {
	float: left;
	width: 110px;
	margin-top: 14px;
}
.navbar-toggle {
	margin: 19px 0;
	padding: 0;
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-collapse {
	border-top: 1px solid #e5e5e5;
}
.menu_language a {
	display: inline-block !important;
}
.menu_language span {
}
.index2_br_img {
	padding: 0;
	margin-top: 20px;
}
.index_title_er {
	font-size: 17px;
}
}
.wapper1{ max-width:50%; margin-left: 550px; }
.slideTxtBox_01{ position:relative;}
.slideTxtBox_01 .hd{}
.slideTxtBox_01 .hd ul{ position:absolute; top:190px; left:10%; border-left:2px solid #eee;}
.slideTxtBox_01 .hd ul li{ font-size:20px; cursor:pointer; line-height:1em; padding-left:20px; margin:0 0 38px -2px; color: #fff;}
.slideTxtBox_01 .hd ul li.on{ color:#fff; border-left:2px solid #20993b; /*font-weight:bold;*/}
.slideTxtBox_01 .hd ul li i{ font-style:normal; font: normal normal normal 14px/1 FontAwesome; margin-right:5px;}
.slideTxtBox_01 .hd a.prev{ width:90px; height:90px; background:url(../images/qhl.png) center no-repeat; cursor:pointer; position:absolute; z-index:10; left:20px; top:36%; /*box-shadow:0px 2px 5px rgba(0,0,0,.2);*/}
.slideTxtBox_01 .hd a.next{ width:90px; height:90px; background:url(../images/qhr.png) center no-repeat; cursor:pointer; position:absolute; z-index:10; right:20px; top:36%; /*box-shadow:2px 2px 5px rgba(0,0,0,.2);*/}
.slideTxtBox_01 .bd{}
.slideTxtBox_01 .bd .box{ padding-bottom:25%; padding-top:190px;}
.slideTxtBox_01 .bd .box .txt{}
.slideTxtBox_01 .bd .box .txt h2{ /*font-weight:bold;*/ font-size:20px; line-height:1em; margin:0; color: #fff;}
.slideTxtBox_01 .bd .box .txt h3{ font-weight:normal; font-size:14px; line-height:2em; margin:12px 0 0 0; width:45%;height: 8em; color: #fff;}







.index4_block{}
.index4_block ul{ margin:0 1%;}
.index4_block ul li{ list-style:none; float:left; width:50%; margin:40px 0 0 0; background:#fafafa; height:250px; overflow:hidden;}
.index4_block ul li table{ border-spacing:0;}
.index4_block ul li table td{}
.index4_block ul li .img{ width:40%; overflow:hidden;}
.index4_block ul li .img img{ width:100%; float:left;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.index4_block ul li:hover .img img{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.index4_block ul li .txt{ width:50%; padding:0 5%;}
.index4_block ul li:hover .txt{ color:#20993b;}
.index4_block ul li .txt h2{ font-weight:normal; font-size:20px; line-height:2em; height:2em; overflow:hidden;}
.index4_block ul li .txt dl{}
.index4_block ul li .txt dl dd{ padding-left:15px; background:url(../images/listbg1.png) left top 5px no-repeat; font-size:14px; line-height:1.5em; margin:.5em 0;}
.index4_block ul li .txt dl dd span{ display:block; margin:.5em 0;}
.index4_block ul li:hover .txt dl dd span{ color:#646464;}
@media(max-width:1024px){
.index_sec_41{ display:block !important; padding-bottom:5%;}
.index_sec_42{ display:none !important;}
.index4_block ul li{ list-style:none; float:left; width:98%; margin:2% 1% 0 1%; background:#fafafa;}
}
@media(max-width:768px){
.index_sec_41{ display:block !important; padding-bottom:5%;}
.index_sec_42{ display:none !important;}
.index4_block ul li{ list-style:none; float:left; width:98%; margin:2% 1% 0 1%; background:#fafafa;}
.index4_block ul li .img{ display:block; width:100%;}
.index4_block ul li .txt{ display:block; width:90%; padding:0 5%;}
.dynamic ol li {float: left;width:100%;margin-right:0;margin-bottom: 10px;}
.product_right ul li{float: left;width: 100%;margin-right:0px;margin-bottom: 10px;}

















