body {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti, !important;
}
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	src: local('Rubik'), local('Rubik-Regular'), url(../fonts/VKKpdi1QvieDs1ewFsxdAg.woff2) format('woff2');
 unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@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;
}
/**header**/
.header {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 9;
}
.logo {
	width: 150px;
	position: absolute;
	left: 60px;
	top: 60px;
}
.menu_btn {
	position: fixed;
	top: 60px;
	right: 60px;
	width: 60px;
	height: 60px;
}
.menu_an {
	width: 60px;
	height: 60px;
	border: solid 2px rgba(153,153,153,0.5);
	cursor: pointer;
}
.menu_wz {
	position: absolute;
	top: 60px;
	z-index: 1;
}
.menu_an:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #b2b2b2;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: 5px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_an:before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #b2b2b2;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -5px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_an.closen span {
	display: block;
	width: 20px;
	height: 1px;
	background: #b2b2b2;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_btn:hover .menu_an.closen span {
	background: #007474;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_btn:hover .menu_an.closen:before {
	margin-top: -8px;
	background: #007474;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_btn:hover .menu_an.closen {
	border-color: #007474;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_btn:hover .menu_an.closen:after {
	margin-top: 8px;
	background: #007474;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_an.open:before {
	transform: rotate(45deg) translate(4px, 5px);
	-webkit-transform: rotate(45deg) translate(4px, 5px);
	-moz-transform: rotate(45deg) translate(4px, 5px);
	-ms-transform: rotate(45deg) translate(4px, 5px);
	-o-transform: rotate(45deg) translate(4px, 5px);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_an.open:after {
	transform: rotate(-45deg) translate(2px, -3px);
	-webkit-transform: rotate(-45deg) translate(2px, -3px);
	-moz-transform: rotate(-45deg) translate(2px, -3px);
	-ms-transform: rotate(-45deg) translate(2px, -3px);
	-o-transform: rotate(-45deg) translate(2px, -3px);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_btn:hover .menu_an.open {
	border-color: #007373;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_btn:hover .menu_an.open:before, .menu_btn:hover .menu_an.open:after {
	background: #007373;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_wz h5 {
	transform-origin: left center;
	transform: rotate(90deg) translate(-22px, -30px);
	color: #b2b2b2;
	width: 100px;
}
.menu_wz h5:before {
	content: "";
	width: 20px;
	height: 1px;
	background: #b2b2b2;
	display: inline-block;
	position: relative;
	top: -4px;
	margin-right: 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_btn:hover .menu_wz h5:before {
	width: 26px;
	background: #007474;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mennu_sear::-webkit-input-placeholder {
 color: #A1A1A1;
}
.mennu_sear:-moz-placeholder {
 color: #A1A1A1;
}
.mennu_sear::-moz-placeholder {
 color: #A1A1A1;
}
.mennu_sear:-ms-input-placeholder {
 color: #A1A1A1;
}
.menu_box {
	background: #222;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	padding: 60px 120px;
	overflow: hidden;
	display: none;
}
.menu_left {
	width: 33.33%;
	float: left;
	padding-right: 15px;
}
.menu_left h5 {
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 30px;
	font-family: 'bignoodletitlingregular';
}
.menu_left h3 {
	display: block;
	color: #666;
	font-size: 20px;
	margin: 0;
	padding: 10px 0;
	line-height: 1.1;
}
.menu_left_ts h3 {
	color: #007373;
	text-transform: uppercase;
	font-family: 'bignoodletitlingregular';
}
.menu_top:hover .menu_left h3 {
	color: #4d4d4d;
}
.menu_top:hover .menu_left_ts h3 {
	color: #007373;
}
.menu_top .menu_left h3:hover {
	color: #fff;
}
.menu_top .menu_left_ts h3:hover {
	color: #007373;
}
.menu_left h5:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-color: #4d4d4d;
	width: 60px;
	height: 1px;
	margin-left: 12px;
}
.menu_bottom h5:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-color: #4d4d4d;
	width: 60px;
	height: 1px;
	margin-left: 12px;
}
.menu_bottom h5 {
	font-family: "Rubik";
	font-size: 12px;
	color: #4d4d4d;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 30px;
}
.menu_left ul {
	margin-bottom: 40px;
}
input.mennu_sear {
	background: transparent;
	border: none;
	font-size: 45px;
	font-family: "bignoodletitlingregular";
	color: #A1A1A1;
	text-transform: uppercase;
}
.menu_wz li {
	float: left;
	padding: 0 10px;
}
.menu_wz li a {
	color: #666;
}
.menu_wz li.active a {
	color: #fff;
}
.menu_wz ul {
	width: 200px;
	text-transform: capitalize;
	transform-origin: left center;
	transform: rotate(90deg);
}
.menu_wz ul {
	margin-left: 30px;
}
.menu_follow {
	position: fixed;
	bottom: 60px;
	right: 60px;
	width: 60px;
}
.menu_follow li {
	height: 60px;
	border: solid 2px transparent;
	padding: 16px;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_follow li:hover {
	border-color: #007474;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.follow_wz h5 {
	text-transform: capitalize;
	font-size: 12px;
	color: #fff;
	position: relative;
}
.follow_wz {
	transform-origin: center;
	transform: rotate(90deg) translateX(-48px);
}
.follow_wz h5:after {
	content: "";
	width: 30px;
	height: 1px;
	display: inline-block;
	position: absolute;
	right: -40px;
	top: 50%;
	background: #fff;
}
.hidden_menu {
	position: absolute;
	top: 16px;
	left: 16px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.menu_follow li:hover .hidden_menu {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.header_top {
	height: 35px;
	/*background: #F5F5F5;*/
	margin-bottom: 30px;
}
.header_top .nav_box {
}
.header_top_left {
	float: left;
	line-height: 35px;
	color: #fff;
	font-size: 12px;
}
.header_top_left img {
	width: 20px;
}
.header_top_left span {
	color: #fff;
}
.header_top_right {
	float: right;
}
.header_top_right li {
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	color: #fff;
	float: left;
}
.header_top_right li a:hover {
	color: #009843;
}
.header_top_xian {
	width: 1px;
	height: 15px;
	background: #DADADA;
	float: left;
	margin: 10px 15px 0;
}
.header_top_right img {
	width: 13px;
	margin-right: 3px;
	position: relative;
	margin-top: -2px;
}
.header_top_right li a {
	color: #fff;
}
.header_top_right li span {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/**line**/
.ind_line1 {
	height: 100%;
	width: 1px;
	position: fixed;
	top: 0;
	left: 33.33%;
	background: #929292;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	z-index: 8;
}
.ind_line2 {
	height: 100%;
	width: 1px;
	position: fixed;
	top: 0;
	right: 33.33%;
	background: #929292;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	z-index: 8;
}
/**ind_box1**/
.ind_box {
	overflow: hidden;
}
.ind1_video {
	width: 100%;
	height: 100%;
}
.video_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ind1_video:before {
	content: "";
	background: #2f343c;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.73;
	filter: alpha(opacity=73);
	-moz-opacity: 0.73;
	-khtml-opacity: 0.73;
}
.ind1_wz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ind_table {
	width: 100%;
	height: 100%;
	display: table;
}
.ind_cell {
	display: table-cell;
	vertical-align: middle;
}
.ind1_cot {
	text-align: center;
	padding-top: 0%;
}
.ind1_cot h4 {
	color: white;
	font-size: 40px;
	margin: 0 auto 60px;
	line-height: 60px;
	width: 52%;/*	position:relative;
	bottom:-300px;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; */
	
}
.ind1_cot h2 {
	color: white;
	text-transform: uppercase;
	font-family: 'bignoodletitlingregular';
	font-size: 50px;
	margin: 0 0 10px;
	line-height: 1.0;/*	position:relative;
	bottom:-300px;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; */
}
.ind1_cot h3 {
	color: #007373;
	text-transform: uppercase;
	font-family: 'bignoodletitlingregular';
	font-size: 120px;
	margin: 0;
	line-height: 0.9;
}
.ban_wz {
	height: 100px;
	overflow: hidden;/*	position:relative;
	bottom:-300px;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; */
}
.swiper_wz{ margin:0;}
.ind_addr {
	position: fixed;
	bottom: 60px;
	left: 30px;
}
.addr_btn {
	width: 60px;
	height: 60px;
	padding: 14px;
	border: solid 2px rgba(145,146,149,0.5);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.addr_img {
	position: relative;
}
img.addr_hid {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.ind_addr:hover .addr_hid {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.ind_addr:hover .addr_btn {
	border-color: #007474;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.ind_addr h5 {
	transform-origin: right center;
	transform: rotate(-90deg) translate(193px, -148px);
	position: absolute;
	top: 0;
	width: 180px;
	left: 0;
	color: #B2B2B2;
}
.ind_addr h5:before {
	content: "";
	width: 20px;
	height: 1px;
	background: #b2b2b2;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top: -4px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.ind_addr:hover h5:before {
	width: 26px;
	background: #007474;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.ind1_btn a {
	padding: 20px 75px;
	text-transform: uppercase;
	font-family: "bignoodletitlingregular";
	color: white;
	font-size: 16px;
	letter-spacing: 2px;
	position: relative;
	border: 2px solid rgba(255,255,255,0.1);
	display: inline-block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.ind1_btn a:before {
	width: 102%;
	height: 102%;
	content: "";
	position: absolute;
	display: inline-block;
	top: -1%;
	left: -1%;
	border: solid 2px transparent;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.ind1_btn a:hover {
	border-color: transparent;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.ind1_btn a:hover:before {
	width: 110%;
	left: -5%;
	border-color: #f7f7f7;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.ind1_btn {
	text-align: center;
	margin-top: 50px;/*	position:relative;
	bottom:-300px;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; */
}
/**ind_box2**/

.ind_box2 .ind5_cot{
	display: none;
}

.ind_box2 {
	background: #222;
	padding: 80px 0;
}
.indBox2-title {
	text-align: center;
}
.indBox2-title h3 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
}
.indBox2-title h6 {
	font-size: 14px;
	color: #646360;
	line-height: 24px;
	font-weight: bold;
}
.indBox2-con {
	width: 70%;
	margin: 0 auto;
}
.indBox2-swiper {
	position: relative;
	padding-bottom: 50px;
}
.indBox2-img {
	float: right;
	width: 73.8%;
	height: 456px;
	position: relative;
	right: -50%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.swiperId2 {
	height: 100% !important;
}
.swiperId2 .swiper-slide {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.swiperId2 img {
	display: block;
	width: 100%;
}
.indBox2-img span {
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: -70px;
	top: 45%;
}
.indBox2Con {
	position: absolute;
	width: 48%;
	height: 100%;
	top: 0;
	left: -50%;
	z-index: 4;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.indBox2-txt.ab {
	display: none;
}
.indBox2-txt {
	position: absolute;
	left: 0;
	top: 0;
}
.indBox2-txt img {
	width: 96px;
	display: block;
}
.indBox2-txt h3 {
	color: #fff;
	font-size: 34px;
	margin-bottom: 0;
	font-weight: bold;
}
.indBox2-txt h2 {
	font-size: 114px;
	color: #fff;
	/* line-height: 140px; */
	margin: 0;
	font-family: 'bignoodletitlingregular';
	margin-top: 0px;
	margin-bottom: 80px;
}
.indBox2-txt span {
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: -70px;
	bottom: 30px;
}
.indBox2Bot {
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.indBox2Bot .ind1_btn a {
	border: 2px solid rgba(255,255,255,0.5);
}
.indBox2Bot .ind1_btn a:hover:before {
	border-color: #222;
}
.indBox2A a {
	font-size: 26px;
	color: #fff;
}
.indBox2A-l {
	margin-left: 0;
}
.indBox2A-r {
	margin-left: 20px;
}
.indBox2-h6 {
	font-size: 14px;
	color: #b5b5b5;
	line-height: 24px;
	clear: both;
	letter-spacing: 1px;
}
/**ind_box3**/
.ind3_cot h2 {
	color: #333;
	font-size: 34px;
	font-weight: bold;
}
.ind3_cot h3 {
	font-size: 80px;
	text-transform: uppercase;
	color: #333;
	font-family: 'bignoodletitlingregular';
	margin: 0px 0 20px;
}
.ind3_cot p {
	font-size: 15px;
	line-height: 24px;
}
.ind3_cot h3 strong {
	color: #007373;
}
.ind3_left {
	width: 50%;
	float: left;
	background: #f7f7f7;
	height: 100%;
	position: relative;
	left: -30%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.ind3_right {
	width: 50%;
	float: left;
	height: 100%;
	background: url(../images/ind2_1.jpg) no-repeat left center;
	background-size: cover;
	position: relative;
	right: -30%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.ind3_cot {
	width: 540px;
	text-align: left;
	display: inline-block;
	position: absolute;
	top: 15%;
	right: 0;
	padding-right: 120px;
}
.ind3_tit h5 {
	margin-bottom: 0;
	font-size: 14px;
	color: #727272;
	text-transform: capitalize;
	position: relative;
	letter-spacing: 1px;
	font-family: 'bignoodletitlingregular';
	letter-spacing: 2px;
	margin-left: 3px;
}
.ind3_tit h5 span {
	color: #333;
	margin-left: 37px;
	text-transform: uppercase;
}
/* .ind3_tit h5 span:before {
	content: "";
	margin: 0 13px;
	width: 30px;
	height: 1px;
	background: #737373;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 48px;
} */
.ind3_btn {
	text-align: left;
}
.ind2_btn a {
	padding: 15px 50px;
}
/*ind_box4*/
.ind_box4 {
	padding: 80px 0 220px;
	position: relative;
}
.indBoxTop {
	width: 63%;
	left: 0;
	position: relative;
	padding: 100px 0 30px;
}
.indBox4-bj {
	height: 123%;
	text-align: center;
	position: absolute;
	left: 53%;
	top: 0;
	width: 500px;
	margin-left: -230px;
	z-index: 1;
}
.indBox4-bj h3 {
	height: 100%;
	width: 100%;
	display: inline-block;
	background: url(../images/id4S.png) repeat left top;
	margin: 10px 0;
}
.indBoxTop-img {
	position: relative;
	z-index: 3;
	height: 606px;
}
.swiperId4 {
	height: 100% !important;
}
.swiperId4 .swiper-slide {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.indBoxTop-img img {
	width: 100%;
	display: block;
}
.indBoxTop-txt {
	position: absolute;
	top: 60%;
	right: -30%;
	width: 40%;
	z-index: 4;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.indBox4txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.indBox4txt.ab {
	display: none;
}
.indBox4txt span {
	float: left;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-top: 52px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	font-family: 'bignoodletitlingregular';
}
.indBox4txt h2 {
	float: left;
	font-size: 130px;
	color: #007373;
	margin: 0px 0 0 2px;
	line-height: 124px;
	font-family: 'bignoodletitlingregular';
}
.indBox4txt h6 {
	float: left;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	width: 40%;
	margin: 20px 0 0 30px;
	font-family: 'bignoodletitlingregular';
	letter-spacing: 2px;
}
.indBox4txt h6 i {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
	font-style: normal;
	display: block;
	color: #333;
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
}
.indBox4-bot {
	background: #fff;
	width: 60%;
	left: 21%;
	bottom: 15.95%;
	position: absolute;
	z-index: 666;
	height:500px;
}
.indB4b-Con {
	padding: 80px 0 30px;
	background: #fff;
	position: relative;
	z-index: 9;
	height: 100%;
}
.indB4b-ConList {
	position: absolute;
	left: 0;
	top: 80px;
}
.indB4b-ConList.ab {
	display: none;
}
.indBox4-left {
	background: #e9eef4;
	padding: 30px 0 30px 20px;
}
.indBox4Limg {
	position: relative;
	left: 20px;
}
.indBox4Limg img {
	display: block;
	width: 100%;
}
.indBox4-right {
	position: relative;
	background: #fff;
}
.idBox4Rtxt {
	margin: 5% 30% 0 10%;
}
.idBox4Rtxt h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 5px;
}
.idBox4Rtxt h3 {
	font-size: 30px;
	color: #007373;
	margin: 0;
	font-family: 'bignoodletitlingregular'; 
}
.idBox4Rtxt h6 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 20px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.inBox4Ra {
	color: #333;
	border: #000 2px solid;
	padding: 15px 55px;
	text-transform: uppercase;
	font-family: "bignoodletitlingregular";
	font-size: 16px;
	letter-spacing: 2px;
	margin: 30px auto;
	position: relative;
	display: inline-block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.inBox4Ra:before {
	width: 102%;
	height: 102%;
	content: "";
	position: absolute;
	display: inline-block;
	top: -1%;
	left: -1%;
	border: solid 2px transparent;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.inBox4Ra:hover {
	border-color: #333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.inBox4Ra:hover:before {
	width: 110%;
	left: -5%;
	border-color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.swiper-paginationI4{position: absolute;
	right: 0;
	top: 90px;
	width: 80px;
	text-align: center;
	z-index: 888;}

.swiper-paginationI4 span{
	height:42px; width:42px;
	display: block;
	line-height: 42px; background: none; cursor: pointer;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.swiper-paginationI4 .swiper-active-switch {
 background:none; color: #007373;
}

.inBox4Nav1 {
	position: absolute;
	right: 0;
	top: 90px;
	width: 80px;
	text-align: center;
	z-index: 887;
}
.inBox4Nav1 span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #ddd;
	height:42px; width: 42px;
	line-height: 42px;
	background: none;
	font-family: 'bignoodletitlingregular';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

}
.inBox4Nav1 span.activeNav{ color:#007373;}




.indBox4-botBj {
	position: absolute;
	left: 50px;
	bottom: -50px;
	height: 100%;
	width: 100%;
	background: #fff url(../images/ind4Bj.png) no-repeat bottom right;
	z-index: 3;
	-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);
}




.ind_box4Con{
	display: none;
}
/*ind_box5*/
.ind_box5 {
	padding: 80px;
}
.ind5_cot h2 {
	color: #333;
	font-size: 34px;
	font-weight: bold;
}
.ind5_cot h3 {
	font-size: 80px;
	text-transform: uppercase;
	color: #333;
	font-family: 'bignoodletitlingregular';
	margin: 0px 0 20px;
}
.ind5_cot p {
	font-size: 15px;
	line-height: 24px;
}
.ind5_cot h3 strong {
	color: #007373;
}
.ind5_cot {
	width: 540px;
}
.ind5_tit h5 {
	margin-bottom: 0;
	font-size: 14px;
	color: #727272;
	text-transform: capitalize;
	position: relative;
	letter-spacing: 1px;
	font-family: 'bignoodletitlingregular';
	letter-spacing: 2px;
	margin-left: 3px;
}
.ind5_tit h5 span {
	color: #333;
	margin-left: 60px;
	text-transform: uppercase;
}
.ind5_tit h5 span:before {
	content: "";
	margin: 0 13px;
	width: 30px;
	height: 1px;
	background: #737373;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 34px;
}
.ind_box5 .col-lg-4, .ind_box5 .col-md-4, .ind_box5 .col-sm-4 {
	padding: 0;
}
.indBox5item {
	position: relative;
	border-right: 1px solid #fff;
	overflow: hidden;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.indBox5item img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.indBox5item: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);
}
.indBox5-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
	text-align: center;
	padding: 30% 0;
}
.indBox5-txt h3 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin: 0;
	font-family: 'bignoodletitlingregular';
	letter-spacing: 1px;
}
.indBox5-txt span {
	height: 2px;
	background: #007373;
	width: 220px;
	display: inline-block;
	margin: 10px auto 6px;
}
.indBox5-txt h6 {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin: 0;
	letter-spacing: 3px;
	font-weight: bold;
}
/**footer**/
.footer {
 background:;
	background: #242424 url(../images/f1.png) no-repeat right center;/*background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/f1.png', sizingMethod='scale');*/
}
.footCon {
	overflow: hidden;
	margin: 0 12%;
}
.footLeft {
	margin: 60px 4% 60px 0;
	padding-right: 5%;
}
.footLeft h6 {
	font-size: 12px;
	line-height: 24px;
	color: #999;
	margin: 0 0 30px;
}
.footLeft img {
	height: 50px;
	margin: 0 0 20px;
}
.footLeft h4 {
	font-size: 12px;
	color: #999;
	line-height: 24px;
}
.footMid {
	margin: 60px 0 60px 5%;
}
.footMid h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ddd;
	line-height: 30px;
	margin: 0;
}
.footMid h6 {
	color: #999;
	line-height: 24px;
	margin: 0px;
}
.footMid span {
	font-size: 16px;
	margin-top: 30px;
	display: block;
}
.footMid span a {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-color: #999;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
}
.footMid span a i {
	display: block;
	line-height: 30px;
	height: 30px;
}
.footRight {
	height: 340px;
	background: url(../images/f1.png) no-repeat left center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/f1.png', sizingMethod='scale');
}
.miss-list-content .column {
	font-size: 16px;
	padding-bottom: 10px;
}
.miss-list-content .column a {
	color: #ddd;
}
.miss-list {
}
.miss-list li {
	line-height: 2.25rem;
	font-size: 1rem;
}
.miss-list li a {
	color: #999;
	font-size: 13px;
	letter-spacing: 1px;
}
.miss-list li:hover a {
	color: #007474;
	text-decoration: underline;
}
.foot_list {
	padding: 60px 0 60px 60px;
}
/*headerFix*/
/****header*****/
.headerFix {
	background: #fff;
	padding-bottom: 2px;
	height: auto;
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: -102px;
	-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);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	top: -102px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.headerFix.active {
	top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.nav_box {
	width: 95%;
	margin: 0 auto;
}
.logo {
	width: 130px;
	position: inherit;
	float: left;
}
.logo .logo_box {
	margin-top: 10px;
}
.logo .logo_box img {
	width: 100%;
}
.top_menu {
	background: #000;
}
.top_con {
	width: 80%;
	margin: 0 auto;
}
.menu {
	float: right;
	margin-bottom: 0;
	width: 65%;
	text-align: right;
	padding-top: 5px;
}
.phoneBj{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:2; display:none;}
/*.phone {
	width: 50%;
	float: left;
}*/
.phone h3 {
	color: #999;
	font-size: 12px;
	margin: 10px 0;
	line-height: 20px;
	padding-left: 20px;
	background: url(../images/ph.png) left center no-repeat;
	background-size: 14px;
}
.top_dmt {
	width: 50%;
	float: right;
	text-align: right;
	padding: 10px 0;
	margin: 0;
}
.top_dmt li {
	display: inline;
	padding: 0 10px;
}
.top_dmt li:hover a {
	color: #fff;
}
.top_dmt li a {
	color: #999;
	font-size: 14px;
}
.menu>li {
	text-align: center;
	display: inline-block;
	position: relative;
}
.menu>li>a {
	display: inline;
	border-right: 1px solid #ccc;
	line-height: 14px;
	font-size: 15px;
	color: #666;
	padding: 0 15px;
	letter-spacing: 1px;
	line-height: 60px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.menu>li:hover >a {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	color: #007474;
}
.seach {
	/* float: right; */
	width: 100px;
	background: #d9d9d9;
	position: absolute;
	right: 0;
	top: 0;
}
.seach .tp_box {
	width: 25px;
	margin: 0 auto;
	padding: 26.5px 0;
}
.seach .tp_box img {
	width: 100%;
	display: inline-block;
	line-height: 74px;
}
.header_ty {
	box-shadow: 0px 0px 10px #666;
}
.header_top {
	height: 35px;
	background: #F5F5F5;
	margin: 0;
}
.header_top_left {
	float: left;
	line-height: 35px;
	color: #999;
	font-size: 12px;
}
.header_top_left img {
	width: 20px;
}
.header_top_left span {
	color: #009843;
}
.header_top_right {
	float: right;
}
.header_top_right li {
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	color: #999;
	float: left;
}
.header_top_right li a:hover {
	color: #009843;
}
.header_top_xian {
	width: 1px;
	height: 15px;
	background: #DADADA;
	float: left;
	margin: 10px 15px 0;
}
.header_top_right img {
	width: 13px;
	margin-right: 3px;
	position: relative;
	margin-top: -2px;
}
.header_top_right li span {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.header_top_right li a {
	color: inherit;
}
/*submenu*/
.submenu_a {
	position: absolute;
	left: 50%;
	margin-left: -210px;
	top: 62px;
	display: none;
	z-index: 999;
	background: #fff;
	width: 420px;
	padding: 22px 30px;
	box-sizing: border-box;
	border-right: 1px #d1d3d8 solid;
	border-left: 1px #d1d3d8 solid;
	border-bottom: 1px #d1d3d8 solid;
}
.submenu {
	float: left;
	padding-right: 50px;
}
.menu_pic {
	float: right;
}
.submenu_a hr {
	width: 1px;
	height: 150px;
	background: #ddd;
	margin: 0;
	float: left;
}
.submenu li {
	line-height: 30px !important;
	padding: 0 !important;
	float: none !important;
	padding-left: 10px !important;
	background: url(../images/menuli_bg.png) left center no-repeat;
	text-align: left;
}
.submenu li a {
	color: #666;
	font-size: 14px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.submenu li:hover a {
	color: #007474;
}
.menu_pic img {
	width: 100%;
	display: block;
	height: auto;
}
.menu_pic p {
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
}
.menu_pic p a {
	color: #666;
	font-size: 12px;
}

/*submenu*/

/*headerFix*/

/*11-14*/ 
.languages{
	overflow: hidden;
    position: fixed;
    right: 70px;
    top: 15%;
    width: 50px;
    height: 200px;
    z-index: 99;
}
.last_lan{
	width: 50px;
	margin-left: 15px;
}
.last_lan li a{
	float: left;
	font-size: 16px;
	line-height: 30px;
}
.last_lan span{
	width: 1px;
    height: 9px;
    display: inline-block;
    float: left;
    margin: 12px 5px;
    border-right: 1px solid #ccc;
}
.header_top_right li a {
    color: inherit;
    float: left;
}

@media (min-width: 1440px) {
.indBox4txt h6 i {
	font-size: 30px;
}
.indBox4txt h6 {
	width: 50%;
}
}
 @media (min-width: 1200px) and (max-width: 1500px) {
.ind1_cot h2 {
	color: white;
	text-transform: uppercase;
	font-family: 'bignoodletitlingregular';
	font-size: 90px;
	margin: 0;
	line-height: 1.0;
}
.ind1_cot h3 {
	font-size: 90px;
}
.ind1_wz {
	position: absolute;
	top: 60px;
}
.inBox4Nav span{ height:36px; line-height:36px;}
}

@media(max-width: 1360px){
.menu {
    width: 85%;
}
.indBoxTop-txt{
	top: 27%!important;
}






}

@media(max-width: 1280px){
.indBox4-bot {
    width: 66%;
}
.inBox4Nav {
    top: 34px;
}
.idBox4Rtxt h2 {
    font-size: 24px;
}
.idBox4Rtxt h3 {
    font-size: 20px;
}
.inBox4Ra {
    margin: 30px auto 10px;
}
.indBoxTop-txt {
    width: 50%;
}





}


@media(max-width: 1200px){
.menu {
    width: 84%;
}	
.menu>li>a{
	padding: 0 5px;
}
.ind3_cot {
    width: 430px;
    padding-right: 50px;
}
.indBox4txt h6 i {
    font-size: 30px;
}
.indBox4txt h6 i {
    font-size: 30px;
}
.ind_box4 {
    padding: 80px 0 143px;
}
.indBoxTop-txt {
    top: 23%!important;
}



}


@media(max-width: 992px){
.logo {
    width: 100px;
    margin-top: 4px;
}
.ind3_cot h2 {
    font-size: 24px;
}
.ind3_cot h3 {
    font-size: 50px;
    margin: 0px 0 10px;
}
.ind3_cot {
    width: 370px;
    padding-right: 30px;
}
.indBoxTop{
	display: none;
}
.indBox4-bot{
	display: none;
}
.ind_box4Con {
    display: block;
    padding: 80px 80px 0;
}
.indB4b-ConList {
    position: relative;
    left: 0;
    top: 0;
}
.idBox4Rtxt {
    margin: 5% 0% 0 10%;
}
.ind_box4Con_pag .swiper-pagination-bullet-active{
	background: #007474;
}
.ind_box4 {
    padding: 80px 0 0px;
}
.indBox5-txt h6 {
    font-size: 16px;
    letter-spacing: 1px;
}





}


	
@media(max-width:768px) {
.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: #007474;
}
.headerbg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	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: 90px;
	margin-top: 10px;
}
.navbar-toggle {
	margin-top: 10px;
	padding-right: 0;
	margin-right: 0;
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-collapse {
	border-top: 1px solid #e5e5e5;
}
.collapse_lis{
	margin-top: 0;
	display: none;
}
.collapse_lis li a{
	color: #666;
    font-size: 12px;
        padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.collapse_lis li{
	    text-align: center;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 40px;
}
.collapse_lis li:first-child{
	border-top: 1px dotted #e5e5e5;
}
.footLeft img{
	display: none;
}
.footLeft h6{
	display: none;
}
.foot_list{
	display: none;
}
.footLeft {
    margin: 0!important;
}
.ind1_cot h2 {
    font-size: 30px;
}
.ind1_cot h4 {
       font-size: 16px;
    margin: 56px auto 54px;
    line-height: 22px;
    width: 94%;
}

.ind1_cot h3 {
    font-size: 60px;
    margin: 0;
    line-height: 0.9;
}
.ind_box1 .ind1_btn {
    text-align: center;
    margin-top:15px;
}
.ind_box1 .ind1_btn a {
    padding: 8px 37px;
}
.menu_btn{
	display: none!important;
}
.headerFix{
	display: none!important;
}
.ind_box2 .ind5_cot h2,.ind_box2 .ind5_cot h3,.ind_box2 .ind5_tit h5 ,.ind_box2 .ind5_tit h5 span{
	color: #fff;
	padding: 0 15px;
}
.ind_box2 .ind5_cot{
	display: block;
}

.header{
	display: none;
}
.ind_box2 {
    background: #222;
    padding: 50px 0;
}
.ind5_cot h2{
	font-size: 18px;
}
.ind5_cot h3{
	font-size: 28px;
}
.indBox2-con{
	width: 100%;
	padding: 0 15px;
}
.indBox2-swiper {
    padding-bottom: 30px;
}
.indBox2-img{
	width: 100%;
	height: 260px;
}
.indBox2-h6 {
    font-size: 13px;
    line-height: 20px;
}
.ind1_btn{
	margin-top: 30px;
}
.ind1_btn a {
    padding: 8px 37px;
}
.ind3_left{
	width: 100%;
	padding-top: 30px;
}
.ind3_cot {
    width: 100%;
    top: 0%;
    right: 0;
    position: relative;
}
.ind3_cot h3 {
    font-size:28px;
    margin: 0px 0 10px;
}
.ind3_cot h2 {
    font-size: 18px;
}
.ind3_cot p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.ind3_right{
	width: 100%;
	height: 260px;
	margin-top: 30px;
}
.ind_box3{
	background: #F7F7F7;
	margin-top: 50px;
	padding: 0 15px;
}
.ind_box4 {
    padding: 50px 0 0px;
}
.ind_box4Con {
    display: block;
    padding: 0px 15px;
}
.indBox4-left {
    padding: 0;
}
.indBox4Limg {
    left: 0;
}
.idBox4Rtxt h2 {
    font-size: 16px;
}
.idBox4Rtxt h3 {
    font-size: 16px;
}
.idBox4Rtxt {
    margin: 15px 0 0;
}
.idBox4Rtxt h6 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 9px;
    height: auto;
}
.inBox4Ra {
    margin: 20px auto 10px;
}
.inBox4Ra{
	padding: 8px 37px;
}
.ind_box5 {
    padding: 50px 15px 20px;
}
.indBox5-txt {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    padding: 9px 0;
    margin-bottom: 30px;
}
.indBox5-txt h3 {
    font-size: 13px;
    line-height: 17px;
}
.indBox5-txt h6 {
    font-size: 13px;
    line-height: 20px;
}

.footCon{ margin:0 auto; text-align:center;}
.ban_wz{ display: none !important;}

}


