﻿@charset "utf-8";

/* CSS Document */

body {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}


/* header */

#main_header {
	background: transparent;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	background-color: #FFF;
	height: 200px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gc_header {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.gc_site_pad {
	position: relative;
	padding: 0px 40px;
}

#masthead {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 290px;
	height: 85px;
	margin-left: -145px;
	z-index: 9;
}
.site-branding a img{width: 220px;}
.site-header {
	padding: 40px 0 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.site-branding p {
	font-family: 'ralewaythin';
	letter-spacing: 2px;
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.gc_chir {
	margin-top: 20px;
	font-family: 'ralewaythin';
	letter-spacing: 2px;
}

.gc_menu {
	width: 50%;
	float: left;
}

.gc_padding {
	padding-top: 70px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gc_menu ul li {
	float: left;
	margin-right: 20px;
	line-height: 20px;
	width: 80px;
	text-align: center;
}

.gc_menu ul li a {
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}

.gc_menu ul li a span {
	font-weight: bold;
}

.gc_border {
	height: 1px;
	background: #000;
	width: 0%;
	margin: 0;
}

.gc_phone {
	width: 50%;
	float: right;
}

.gc_phone ul li {
	float: right;
	margin-left: 20px;
	line-height: 20px;
	width: 80px;
	text-align: center;
}

.gc_phone ul li a {
	color: #666;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}


/* 蒙版遮罩 */

.gc_masking {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
	z-index: 999999;
	width: 100%;
	height: 100%;
	display: none;
}

.menu_content {
	position: absolute;
	z-index: 9999;
	background: #fff;
	width:35%;
	height: 100%;
	top: 0px;
	left: -50%;
	padding: 50px;
	overflow-y: hidden;
	overflow-x: hidden;
	box-sizing: border-box;
}

.menu_header {
	margin-bottom: 34px;
}

.menu_header_left {
	float: left;
	width: 25%;
	cursor: pointer;
}

.close_click {
	display: inline-block;
}

.close_click span{letter-spacing: 2px;font-family: 'ralewaythin';text-transform: uppercase;margin-top: -4px;float: right;font-weight: bold;color: #000;}
.menu_header_left img {
	margin-right: 6px;
	vertical-align: middle;
	width: 12px;
}

.menu_header_center {
	float: left;
	width: 50%;
	text-align: center;
}

.menu_header_right {
	float: right;
	width: 25%;
	text-align: end;
}

.menu_header_right a {
	color: #666;
	letter-spacing: 2px;
	font-family: 'ralewaythin';
}

.sf_menu_li {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.sf_menu_li li a {
	text-transform: uppercase;
	color: #000;
	display: block;
	position: relative;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	/*font-family: 'Conv_Helvetica Condensed','微软雅黑';*/
	-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;
}

.sf_menu_li .sf_menu_li01 {
	margin-bottom: 40px;
}

.sf_menu_li li {
	padding: 2% 0;
}

.sf_menu_li .sf_menu_li02 {
	margin-top: 40px;
}

.gc_f {
	margin-top: 40px;
	text-align: center;
	padding: 20px 0 10px 0;
}

.gc_f a {
	width: 40px;
	height: 40px;
	display: inline-block;

	margin: 0 20px;
	position: relative;
}
.gc_f a img{
	    position: absolute;
    width: 100px;
    height: 100px;
    top: 55px;
    left: -30px;
    display: none;
}
.gc_f a.weixin:hover img.weixin_img{
	display: block;
}
.gc_f a.weibo:hover img.weibo_img{
	display: block;
}
.gc_f a.qq:hover img.qq_img{
	display: block;
}
.gc_f .weixin{background: url(../images/gc_f.png);}
.gc_f .weibo{background: url(../images/gc_f1.png);}
.gc_f .qq{background: url(../images/gc_f2.png);}
.sf_menu_li li a span {
	display: inline-block;
	height: 1px;
	background: #333;
	width: 0%;
	position: absolute;
	top: 50%;
	left: 0;
}


/* banner */
/* 
.banner {
	width: 100%;
	position: relative;
	height: auto;
	z-index: 9;
	background: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease 0.3s;
	-moz-transition: all 1s ease 0.3s;
	-ms-transition: all 1s ease 0.3s;
	-o-transition: all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
	margin-bottom: 40px;
}
.banner.active {
	opacity: 1;
}
.banner_img {
	position: absolute;
}
.banner_img video {
	width: 100%;
	position: fixed;
	z-index: 0;
}

.banner_top {
	height: 600px;
	width: 100%;
}

.banner_backg {
	height: 288px;
	background-color: #fff;
	position: relative;
	margin-top: 160px;
}

.banner_backg h1 {
	text-transform: uppercase;
	color:#2a6771;
	font-size: 120px;
	letter-spacing: 20px;
	font-weight: 900;
	transform: translateY(35%);
	text-align: center;
	font-family: 'ralewaythin';
}
.banner_backg img{
	width: 95%;
	display: block;
	position: absolute;
	left: 2.5%;
	bottom: -16%;

}
.banner_text_mid {
	position: absolute;
	top: 38%;
	text-align: center;
	left: 0;
	right: 0;
}

.banner_text_mid h5 {
	color: #fff;
	opacity: 0.4;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 36px;
}

.banner_anmit {
	text-align: center;
} */
b {
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}
.anmit_img {
	position: absolute;
	display: inline-block;
	margin: auto;
	left: 0;
	right: 0;
}
.anmit_img.active {
	position: fixed;
	bottom: 80px;
}
.anmit_img i {
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -2px;
	animation: mydot 1s infinite;
}
@keyframes mydot {
	form {
		top: 50%;
	}
	to {
		top: 35%;
	}
}
.banner_text_bot {
	position: relative;
	bottom: -80px;
	left: 0;
	right: 0;
	width: 100%;
	height: 510px;
	margin-top: 190px;
	background: rgba(255, 255, 255, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
	z-index: 999;
}
.banner_text_bot .mask {
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner_text_bot h3 {
	color: #000;
	font-size: 40px;
	letter-spacing: 4px;
	font-weight: bold;
	width: 700px;
	text-align: center;
	margin: auto;
	transform: translateY(25%);
	font-family: 'ralewaythin';
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}

.banner_text_bot .hidden_span{
	font-size:60px;
	letter-spacing: 4px;
	color: #2a6771;
    text-align: center;
    margin-bottom: 20px;
}

.banner_text_bot h3 span{
	font-size: 18px;
    letter-spacing:10px;
	font-weight: normal;
	position: relative;
	top: 0;
	font-family: "STXihei", "STHeitiLight", "åŽæ–‡ç»†é»‘", "Microsoft JhengHei", "Microsoft YaHei", 'å¾®è½¯é›…é»‘', Arial, sans-serif !important;
}
.banner_text_bot h3.active {
	opacity: 1;
}

.banner_text_bot h5{
	position: absolute;
	bottom: 16%;
	left: 50%;
	transform: translateX(-48%);
	font-size: 16px;
	color: #2a6771;
	letter-spacing:10px;
	text-align: center;
}
.banner_text_bot h5 span {
	display: inline-block;
	-webkit-transition: all 1.2s ease-in-out 0.2s;
	-moz-transition: all 1.2s ease-in-out 0.2s;
	-ms-transition: all 1.2s ease-in-out 0.2s;
	-o-transition: all 1.2s ease-in-out 0.2s;
	transition: all 1.2s ease-in-out 0.2s;
}
.banner_text_bot h5 span:nth-of-type(1) {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.banner_text_bot h5 span:nth-of-type(2) {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
.banner_text_bot h5 span:nth-of-type(3) {
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}
.banner_text_bot h5 span:nth-of-type(4) {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.banner_text_bot h5 span:nth-of-type(5) {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}
.banner_text_bot h5 span:nth-of-type(6) {
	-webkit-transform: translateY(-55px);
	-moz-transform: translateY(-55px);
	-ms-transform: translateY(-55px);
	-o-transform: translateY(-55px);
	transform: translateY(-55px);
}
.banner_text_bot h5 span:nth-of-type(7) {
	-webkit-transform: translateY(45px);
	-moz-transform: translateY(45px);
	-ms-transform: translateY(45px);
	-o-transform: translateY(45px);
	transform: translateY(45px);
}
.banner_text_bot h5 span:nth-of-type(8) {
	-webkit-transform: translateY(-35px);
	-moz-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	-o-transform: translateY(-35px);
	transform: translateY(-35px);
}
.banner_text_bot h5 span:nth-of-type(9) {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.banner_text_bot h5.active span {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.banner_anmit {
	text-align: center;
	margin: 20% auto 0;
	width: 160px;
	height: 60px;
}

.anmit_text {
	text-transform: uppercase;
	color: #fff;
	margin-top: 0px;
	font-size: 14px;
	font-family: 'ralewaythin';
	letter-spacing: 2px;
	position: relative;
	top: 20px;
}

.anmit_img img{width: 20px;}
.anmit_img i {
	width: 2px;
	height: 2px;
	position: absolute;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -1px;
	margin-top: -1px;
	/* animation: mydot 1s infinite; */
}

@keyframes mydot {
	form {
		top: 50%;
	}
	to {
		top: 35%;
	}
}

.banner_text_bot {
	position: relative;
	bottom: -80px;
	left: 0;
	right: 0;
	width: 100%;
	height: 325px;
	margin-top: 0px;
	background: rgba(255, 255, 255, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
	z-index: 999;
}

.banner_text_bot .mask {
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner_text_bot h3 {
	color: #2a6771;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: auto;
	transform: translateY(25%);
	text-transform: uppercase;
	font-family: 'ralewaythin';
}
.banner_text_bot h3 > div {
	font-size: 60px;
}


/*sec1*/

.ind_sec1 {
	padding: 80px 0;
}
.ind_sec1_tit {

}
.ind_sec1_tit h3 {
	text-align: center;
	color: #1e6068;
	font-size: 35px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.ind_sec1_box {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.ind_sec1_bigimgbox {
	position: relative;
}

.ind_sec1_bigimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ind_sec1_bigimg img {
	width: 100%;
}

.ind_sec1_ltxt {
	position: absolute;
	top: 13%;
	left: 6%;
}

.ind_sec1_ltxt h2 {
	font-size: 24px;
	line-height: 35px;
	font-family: 'ralewaythin';
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ccc;
	margin-bottom: 10px;
}

.ind_sec1_ltxt h3 {
	font-size: 28px;
	letter-spacing: 1px;
	color: #f5f5f5;
}

.ind_sec1_ltxt h4 {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;
	width: 54%;
	color: #e5e5e5;
	margin-top: 25px;
}

.ind_sec1_rtxt {
	position: absolute;
	right: -2%;
	top: 41%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.ind_sec1_rtxt h5 {
	color: #f5f5f5;
	font-size: 15px;
	margin-bottom: 12px;
	font-family: 'ralewaythin';
	letter-spacing: 2px;
	text-transform: capitalize;
}

.ind_sec1_rtxt h4 {
	color: #e4e4e4;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 18px;
	font-family: Arial;
}

.ind_sec1_rtxt h5:before {
	content: " ";
	display: inline-block;
	width: 46px;
	height: 1px;
	background: #f5f5f5;
	vertical-align: middle;
	margin-right: 10px;
}

.ind_sec1_bot {
	position: absolute;
	bottom: 11%;
	color: #f7f7f7;
	left: 6%;
	letter-spacing: 1px;
	font-family: Arial;
}

.ind_sec1_bot h6 {
	font-size: 14px;
	color: #f5f5f5;
	line-height: 27px;
	font-family: Arial;
}

.ind1_addsbox {
	position: absolute;
	width: 50px;
	height: 50px;
}

.ind1_add {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	/* border: 1px solid #fff; */
	text-align: center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	background: rgba(26, 98, 106, 0.5);
	-webkit-animation: warn 3s linear infinite alternate;
	-moz-animation: warn 3s linear infinite alternate;
	animation: warn 3s linear infinite alternate;
}

@keyframes warn {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}
	25% {
		transform: scale(1.1);
		opacity: 0.4;
	}
	50% {
		transform: scale(1.2);
		opacity: 0.2;
	}
	75% {
		transform: scale(1.1);
		opacity: 0.4;
	}
	100% {
		transform: scale(1);
		opacity: 0.6;
	}
}

@-webkit-keyframes warn {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}
	25% {
		transform: scale(1.1);
		opacity: 0.4;
	}
	50% {
		transform: scale(1.2);
		opacity: 0.2;
	}
	75% {
		transform: scale(1.1);
		opacity: 0.4;
	}
	100% {
		transform: scale(1);
		opacity: 0.6;
	}
}

.ind1_addsbox span {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	line-height: 35px;
	transition: all 2s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	background: rgba(26, 98, 106, 0.9);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.ind1_addsbox:hover .ind1_add {
	background: rgba(70, 50, 55, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F463237, endColorstr=#7F463237);
	border: none;
}

.ind1_addsbox:hover span {
	background: rgba(70, 50, 55, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC463237, endColorstr=#CC463237);
}

.ind1_addsbox.active .ind1_add {
	border: none;
	background: rgba(70, 50, 55, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F463237, endColorstr=#7F463237);
}

.ind1_addsbox.active span {
	background: rgba(70, 50, 55, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC463237, endColorstr=#CC463237);
}

.add1 {
	bottom: 17%;
	left: 26%;
}

.add2 {
	right: 18%;
	top: 34%;
}

.add3 {
	top: 40%;
	left: 43%;
}

.add4 {
	top: 46%;
	left: 50%;
}

.add5 {
	top: 10%;
	left: 36%;
}

.add6 {
	top: 50%;
	left: 86%;
}

.ind_sec1_simgbox {}

.ind_sec1_swbox {
	position: absolute;
	width: 28%;
	bottom: -8px;
	-webkit-transform: translateY(34%);
	-moz-transform: translateY(34%);
	-ms-transform: translateY(34%);
	-o-transform: translateY(34%);
	transform: translateY(34%);
	right: 8%;
}

.ind_sec1_simg {
	padding: 0 5px;
}

.ind_sec1_simg img {
	width: 100%;
}

.swind1_dre.swind1_right {
	position: absolute;
	right: -45px;
	top: 35%;
	font-size: 21px;
	z-index: 10;
	cursor: pointer;
}

.swind1_dre.swind1_right img {
	width: 100px
}

.public_tit {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.public_tit h6 {
	font-size: 20px;
	letter-spacing: 2px;
	color: #666;
	margin-top: 10px;
}

.public_tit h2 {
	font-size: 35px;
	letter-spacing: 1px;
	font-family: 'ralewaythin';
	color: #2a6771;
	text-transform: uppercase;
}

.ind_sec1_tk {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 60px;
	top: 0;
	left: 0;
	display: none;
}

.ind_sec1_tkbg {
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 50px;
}

.ind_sec1tkl {
	float: left;
	width: 57%;
	height: 100%;
	display: table;
}

.ind_sec1tklimg {
	vertical-align: middle;
	display: table-cell;
}

.ind_sec1tklimg img {
	width: 100%;
}

.ind_sec1tkr {
	float: left;
	width: 40%;
	height: 100%;
	display: table;
}

.ind_sec1tkrtxt {
	display: table-cell;
	vertical-align: middle;
}

.ind_sec1tkrtxt h3 {
	font-size: 22px;
	display: block;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

.ind_sec1tkrtxt h5 {
	margin-top: 15px;
	letter-spacing: 1px;
	font-size: 15px;
	color: #999;
}

.ind_sec1tkrtxt h5 span {
	font-family: 'ralewaythin';
}

.ind_sec1tkrtxt h4 {
	font-size: 15px;
	line-height: 30px;
	display: block;
	margin-bottom: 25px;
	letter-spacing: 1px;
	margin-top: 10px;
	color: #666;
}

/* .ind_btn {
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 16px;
	padding: 0 7%;
	display: flex;
	align-items: center;
	border-bottom: 0 none;
}
.ind_btn>span{
	border-bottom: 1px solid #8dbcc2;
}
.ind_btn img {
	width: 26px;
	float: right;
} */

.index_more {
	display: block;
	width: 160px;
	margin: 40px auto 80px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #2a6771;
	line-height: 40px;
	text-align: center;
	position: relative;
	font-family: arial;
	text-decoration: none;
}
.index_more.m7 {
	margin: 0 7%;
	color: #fff;
}
.index_more i {
	width: 14px;
	height: 14px;
	position: absolute;
}

.index_more .index_more_line1 {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.index_more:hover .index_more_line1 {
	width: 100%;
}

.index_more .index_more_line2 {
	-webkit-transition: all 0.3s ease-in-out 0.6s;
	-moz-transition: all 0.3s ease-in-out 0.6s;
	-ms-transition: all 0.3s ease-in-out 0.6s;
	-o-transition: all 0.3s ease-in-out 0.6s;
	transition: all 0.3s ease-in-out 0.6s;
}
.index_more:hover .index_more_line2 {
	height: 100%;
}
.index_more .index_more_line3 {
	-webkit-transition: all 0.3s ease-in-out 1.5s;
	-moz-transition: all 0.3s ease-in-out 1.5s;
	-ms-transition: all 0.3s ease-in-out 1.5s;
	-o-transition: all 0.3s ease-in-out 1.5s;
	transition: all 0.3s ease-in-out 1.5s;
}
.index_more:hover .index_more_line3 {
	height: 100%;
}
.index_more .index_more_line4 {
	-webkit-transition: all 0.6s ease-in-out 0.9s;
	-moz-transition: all 0.6s ease-in-out 0.9s;
	-ms-transition: all 0.6s ease-in-out 0.9s;
	-o-transition: all 0.6s ease-in-out 0.9s;
	transition: all 0.6s ease-in-out 0.9s;
}
.index_more:hover .index_more_line4 {
	width: 100%;
}
.index_more i.index_more_line1 {
	top: 0;
	left: 0;
	border-top: 1px solid #2a6771;
	border-left: 1px solid #2a6771;
}

.index_more i.index_more_line2 {
	top: 0;
	right: 0;
	border-top: 1px solid #2a6771;
	border-right: 1px solid #2a6771;
}

.index_more i.index_more_line3 {
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #2a6771;
	border-left: 1px solid #2a6771;
}

.index_more i.index_more_line4 {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #2a6771;
	border-right: 1px solid #2a6771;
}
.index_more.m7 i {
	border-color: #fff
}

.ind_sec1_tkbox {
	height: 100%;
	width: 100%;
}

.ind1_tkclose {
	position: absolute;
	width: 34px;
	top: 85px;
	left: 85px;
	cursor: pointer;
}

.ind_sec1_word {
	width: 93%;
	margin: 0 auto;
}

.ind_sec1_word h2 {
	font-size: 40px;
	font-family: 'ralewaythin';
	text-transform: capitalize;
	letter-spacing: 0px;
	margin: 90px 0 20px;
	color: #2a6771;
}

.ind_sec1_word h6 {
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

.ind_sec1_word h6 span {
	display: block;
	width: 40px;
	height: 1px;
	background: #ccc;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

.down_img {
	width: 50px;
	float: right;
	margin-top: 100px;
}

.down_img img {
	width: 100%;
}

.word_text {
	float: left;
}


/*sec1*/


/*sec2*/

.ind_sec2 {
	width: 100%;
	padding: 80px 20% 80px;
	overflow: hidden;
	position: relative;
	z-index: 20;
	background: #fff;
}
/*.ind_sec2_bg {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 19;
}*/

.ind_sec2_tit {}

.ind_sec2_tit .line {
	width: 1px;
	height: 50px;
	margin: auto;
	background: #333;
}

.ind_sec2_tit h3 {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	font-size: 28px;
}

.ind_sec2_box {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}
.ind_sec2.active .ind_sec2_box {
	opacity: 1;
}
.ind_sec2_txt {
	color: #999;
	position: relative;
}

.ind_sec2_txt h5 {
	font-size: 35px;
	letter-spacing: 1px;
	font-family: 'ralewaythin';
	color: #333;
	text-transform: capitalize;
	margin: 30px 0 20px;
	text-align: center;
}

.ind_sec2_txt h6 {
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 28px;
	text-align: center;

}



.ind_sec2_bot p {
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	color: #999;
}


/*sec2*/


/*sec3*/

.ind_sec3 {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff;
}
.ind_sec3_bg {
	background: #fff;
	position: relative;
	z-index: 0;
}
.ind_sec3_box {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.ind_sec3_box .swiper-pagination{
	bottom: 30px !important;
}
.ind_sec3_box .swiper-pagination-bullet{
	background: #fff;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #4f4644 !important;
}
.ind_sec3.fixed {
	position: fixed;
}
.ind_sec3_qm {
	width: 320px;
	vertical-align: bottom;
	padding: 0 7%;
}
.ind_sec3_qm img {
	/* width: 100%; */
}
.shang{
	width: 50px !important;
	height: 65px !important;
	background-image: url(../images/new-arrow-up.jpg) !important;
	background-position: center center;
	background-repeat: repeat;
	background-size: 70px 84px !important;
	position: absolute !important;
	bottom: 0 !important;
	right: 51px !important;
	top: auto !important;
	margin-top: 0px !important;
	left: auto !important;
}
.shang:hover{
	background-image: url(../images/new-arrow-up-hover.jpg) !important;
}
.xia{
	width: 50px !important;
	height: 65px !important;
	background-image: url(../images/new-arrow-down.jpg) !important;
	background-position: center center;
	background-repeat: repeat;
	background-size: 70px 84px !important;
	position: absolute;
	right: 0px !important;
	top: auto !important;
	bottom: 0px !important;
	margin-top: 0px !important;
}
.xia:hover{
	background-image: url(../images/new-arrow-down-hover.jpg) !important;
}


/*.ind_sec3_left {
	float: left;
	width: 50%;
}*/
.swiper-container-vertical > .swiper-pagination-bullets.ind_sec3_left_p {
	position: absolute;
	top: inherit;
	bottom: 40px;
	left: 50%;
	right: inherit;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets.ind_sec3_left_p .swiper-pagination-bullet {
	float: left;
	margin: 0 6px;
	opacity: 0.8;
	background: #fff;
	-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;
}
.swiper-container-vertical > .swiper-pagination-bullets.ind_sec3_left_p .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #2a6771;
	width: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ind_sec3_img img {
	/*width: 100%;*/
}

.swiper-right{
	width: 50%;
	float: left;
	overflow: hidden;
}
.ind_sec3_right {
	width: 100%;
	padding: 0 3%;
	background: #2a6771;
	display: table;
	position: relative;
	margin: 0 auto;
}

.ind_sec3_txt {

    width: 94%;
	display: flex;
	flex-direction: column;
	justify-content: center;

	position: absolute;
	top:30%;
}

.ind_sec3_txt h3 {
	font-size: 35px;
	letter-spacing:5px;
	font-family: 'ralewaythin';
	color: #efefef;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 0 7%;
	font-weight: bold;
}

.ind_sec3_txt h4 {
	font-size: 24px;
	letter-spacing: 1px;
	margin: 10px 0;
	color: #fff;
	padding: 0 7%;
	text-transform: capitalize;
}
.ind_sec3_txt h4 span{ font-size:18px;}
.ind_sec3_txt h6 {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	margin: 10px 0 15px;
	color: #efefef;
	padding: 0 7%;
}
.ind_sec3_txt p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #efefef;
	margin-bottom: 50px;
    padding: 0 7%;
}

.ind_sec3_right_img {
	width: 35%;
}

.ind_sec3_right_img img {
	width: 100%;
}


.swiper-box{
	float: left;
	width: 50%;
	/*overflow: hidden;*/
}
ind_sec3_left{
	width: 100%;

}

/*sec3*/


/*sec4*/

.ind_sec4 {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 39;
	padding: 100px 0 260px;
	background: #fff;
}
.ind_sec4_tit {
	opacity: 0;
	-webkit-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}

.ind_sec4_tit .line {
	width: 1px;
	height: 50px;
	margin: auto;
	background: #333;
}

.ind_sec4_tit h3 {
	font-size: 35px;
	letter-spacing: 3px;
	color: #333;
	text-transform: uppercase;
	margin: 30px 0 20px;
	text-align: center;
}

.ind_sec4_box {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}
.ind_sec4.active .ind_sec4_tit,
.ind_sec4.active .ind_sec4_box {
	opacity: 1;
}
.ind_sec4_txt1 {
	color: #999;
	position: relative;
	width: 60%;
	margin: 0 auto 50px;
}

.ind_sec4_txt1 h6 {
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 28px;
	text-align: center;
	/*text-indent: 2em;*/
}



.ind_sec4_bot p {
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	color: #999;
}



.outer-arrow-up {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	cursor: pointer;
	width: 40px;
	height: 80px;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
	text-align: center;
	line-height: 80px;
	color: #fff;
	z-index: 100;
}
.outer-arrow-down {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	cursor: pointer;
	width: 40px;
	height: 80px;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
	text-align: center;
	color: #fff;
	z-index: 100;
}
.outer-arrow i {
	line-height: 80px;
	font-size: 36px;
}


.ind_sec4_box {
	margin: 0 auto;
	position: relative;
}

.ind_sec4_img {
	position: relative;
}
.ind_sec4_img img {
	width: 100%;
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	outline: none;
}
.ind_sec4_img:hover img {
	filter: brightness(80%);
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
	-o-filter: brightness(80%);
	-ms-filter: brightness(80%);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.ind_se4_list {
	width: 90%;
	margin: 40px auto 0;
	font-size: 0;
}
.ind_sec4_txt {
	width: 20%;
	display: inline-block;
	border-left: 1px solid #e0e0e0;
	text-align: center;
}
.ind_sec4_txt > a {
	display: block;
	padding: 40px 0;
	color: #999;
	text-decoration: none!important;
}
.ind_sec4_txt:first-child {
	border: none;
}
.ind_sec4_txt h5 {
	font-size: 22px;
	font-weight: bold;
	color: #666;
}
.ind_sec4_txt h1 {
	margin-top: 10px;
    font-size: 18px;
	font-family: 'ralewaythin';
	font-weight: bold;
}
.ind_se4_list_img {
	width: 120px;
	max-width: 100%;
	margin: 20px auto;
}
.ind_se4_list_img img {
	width: 100%;
}
.btn_bor {
	border: 1px solid #6d6d6d;
	padding: 9px 0;
	width: 124px;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 30px;
	-webkit-transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	font-family: 'ralewaythin';
}
.btn_bor a {
	color: #666;
}
.btn_bor:hover {
	box-shadow: rgba(0, 0, 0, 0.7) 0 0px 0px 40px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0px 0px 40px inset;
}
.btn_bor:hover a {
	color: #fff
}








* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*sec4*/


/*sec6*/

.ind_sec6 {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 39;
	padding: 90px 10%;
	background: #f7f7f7;
}
.ind_sec6_tit {
	/*opacity: 0;*/
	-webkit-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
}

.ind_sec6_tit .line {
	width: 1px;
	height: 50px;
	margin: auto;
	background: #333;
}

.ind_sec6_tit h3 {
	font-size: 35px;
	letter-spacing: 3px;
	color: #333;
	text-transform: uppercase;
	margin: 30px 0 20px;
	text-align: center;
}

.ind_sec6_box {
	position: relative;
	/*opacity: 0;*/
	-webkit-transition: all 1s ease 0.6s;
	-moz-transition: all 1s ease 0.6s;
	-ms-transition: all 1s ease 0.6s;
	-o-transition: all 1s ease 0.6s;
	transition: all 1s ease 0.6s;
	width: 80%;
	margin: 0 auto 50px;
}
.ind_sec6.active .ind_sec6_tit,
.ind_sec6.active .ind_sec6_box {
	opacity: 1;
}
.ind_sec6_txt {
	color: #999;
	position: relative;
}

.ind_sec6_txt h6 {
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 28px;
	text-align: center;
	text-indent: 2em;
}

.ind_sec6_box span:first-of-type {
	position: absolute;
	left: -50px;
	top: 20%;
	font-size: 42px;
	color: #333;
}

.ind_sec6_box span:last-of-type {
	position: absolute;
	right: -50px;
	top: 0;
	font-size: 42px;
	color: #333;
}

.ind_sec6_bot p {
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	color: #999;
}


.ind_sec6_top{}
.ind_sec6_top .row .col-lg-2{width: 20%;}
.ind_sec6_img{
	position: relative;
	background: #fff;
	text-align: center;
	padding:20% 0;
	/*overflow: hidden;*/
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.8s ease-in-out 0.4s;
	-moz-transition: all 0.8s ease-in-out 0.4s;
	-ms-transition: all 0.8s ease-in-out 0.4s;
	-o-transition: all 0.8s ease-in-out 0.4s;
	transition: all 0.8s ease-in-out 0.4s;
}
.ind_sec6.active .ind_sec6_img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ind_sec6_img > img{
	width:50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ind_sec6_img .mask {
	width: 100%;
	height: 100%;
	background: #00646c;
	position: absolute;
	top: 0;
	left: 0;
}
.ind_sec6_img:hover > 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);
}
.ind_sec6_img .mask a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.mask_inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.ind_sec6_img h3{
	font-size: 48px;
	color: #666;
	margin-bottom: 10px;
}
.ind_sec6_img p{
	margin: 0;
	font-size: 15px;
	color: #fff;
}
/*sec6*/



.ind3_dre:hover {
	background: #ccc;
}

.ind5_dre:hover {
	background: #2a6771;
}

.ind5_dre img {
	width: 12px;
	margin-top: 12px;
}

.ind5_dre:hover i {
	color: #fff;
}


/*动画效果*/

.ind_sec1 {
	padding-top: 80px;
	position: relative;
	z-index: 29;
	background: #fff;
	width: 100%;
}


.ind_sec1_word h2 {
	margin: 190px 0 20px;
}


.ind_sec2_imgbox {
}


.about_pic {
	width: 110%;
}

.about_pic img {
	width: 100%;
}

.ind_sec4_txt {}


.ind_sec5_ss {
	transition: all 1.8s;
	-moz-transition: all 1.8s;
	-ms-transition: all 1.8s;
	-o-transition: all 1.8s;
	-webkit-transition: all 1.8s;
	-webkit-transform: translateX(-127%);
	-moz-transform: translateX(-127%);
	-ms-transform: translateX(-127%);
	-o-transform: translateX(-127%);
	transform: translateX(-127%);
}

.ind_sec5_ss {
	transition: all 1.8s 1.5s;
	-moz-transition: all 1.8s 1.5s;
	-ms-transition: all 1.8s 1.5s;
	-o-transition: all 1.8s 1.5s;
	-webkit-transition: all 1.8s 1.5s;
}

.ind5_dre {
	transition: all 0.5s 3s;
	-moz-transition: all 0.5s 3s;
	-ms-transition: all 0.5s 3s;
	-o-transition: all 0.5s 3s;
	-webkit-transition: all 0.5s 3s;
	top: 45%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}


.banner_txt h1 {
}

.banner_txt h3 {
}

.banner_txt .ban_btn {
}

.banner_txt.anima h1,
.banner_txt.anima h3,
.banner_txt.anima .ban_btn {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ind_sec1_simgbox .swiper-slide-active .ind_sec1_simg img {
	border: 3px solid #2a6771
}
.footer {
	position: relative;
	z-index: 39;
}

/* mask-video */
.video-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	z-index: 999999;
}
.video-mask .close {
	position: absolute;
	font-size: 60px;
	right: 50px;
	top: 50px;
	color: #fff;
	opacity: 1;
}
.video-mask .close img{
	width: 30px;
}

.video-mask .video {
	position: relative;
	top: 50%;
	width: 60%;
	margin: auto;
	transform: translateY(-50%);
}
.video-mask .video video {
	width: 100%;
}
.video-mask .video .play {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.play img{
	width: 100%;
}

/* mask-video */
/* fixed */
#fixed {
	position: fixed;
	bottom: 40px;
	right:10px;
	z-index: 1000;
	display: none;
}
#fixed ul {}
#fixed ul li {
	margin-bottom:5px;
	width: 60px;
	height:60px;
}
#fixed ul li a {
	display: block;
	background: rgba(68,68,68,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8444444,endcolorstr=#c8444444);
	width: 100%;
	height: 100%;
	/*padding: 5px;*/
	text-align: center;
}

#fixed ul li a img {
	width:100%;
}

/* fixed */
.hidden_h3 {
	display: none;
}
.show_h3 {
	display: block;
	height: 264px;
}


@media(max-width:1800px) {}

@media(max-width:1700px) {
	.ind_sec3_txt h3 {
		margin-top: 20px;
	}

	.about_pic {
		width: 120%;
	}
	.about_pic img {
		margin-left: -50px;
	}
}

@media(max-width:1600px) {
	.public_tit {
		margin-bottom: 30px;
	}
	.ind_sec4 {
		padding: 150px 0;
	}
	.teams_dot_sec1 img{
		width: 65%;
	}
}

@media(max-width:1550px) {
	.ind_sec3_txt h6 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ind_sec4_txt {

		top: 45%;

	}
	.teams_dot_sec1 img{
		width: 65%;
	}
	.product_sec1_Txt{
		font-size: 50px;
	    letter-spacing: 4px;
	    line-height: 80px;
	    font-weight: 400;
	    padding: 80px 0;
	}
}

@media(max-width:1440px) {
	.public_tit h2 {
		font-size: 30px;
	}
	.ind_sec3_txt h3 {
		font-size: 30px;
	}
	.ind_sec6_txt h3 {
		font-size: 30px;
	}
	.ind_sec4 {
		padding: 120px 0;
	}

	.add3 {
		top: 51%;
		left: 43%;
	}
	.ind_sec5_txt {
		width: 100%;
	}
	.ind_sec4_txt {

		top: 50%;

	}
	.teams_sec1_txt_con{
		padding-left: 0;
    	top: 18%;
	}
	.teams_sec1_con .col-md-4 {
	    width:40%;
	}
	.teams_dot_sec1 img{
		width: 65%;
	}
	.product_sec1_Txt{
		font-size: 40px;
	    letter-spacing: 3px;
	    line-height: 80px;
	    font-weight: 400;
	    padding: 80px 0;
	}
	.contact_sec1_content_right>a:first-child{
		width: 200px;
	}
}

@media(max-width:1366px) {
	.ind_sec1_word h2 {
		font-size: 30px;
	}

	.ind_sec4_txt h3 {
		font-size: 30px;
	}
	.ind_sec5_txtbox h5 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ind_sec6_txt .table_cell {
		padding-left: 0;
	}
	.ind_sec6_txt h6 {
		margin-bottom: 15px;
	}
	.ind_sec6_txt h4 {
		margin: 10px 0 25px;
	}
	.ind_sec4 {
		padding: 100px 0;
	}
	.gc_menu ul li{
		margin-right: 20px;
	}
	.gc_phone ul li{
		margin-left: 20px;
	}
	.about_sec5_text{
		top: 8%;
	}
	.teams_sec1_txt_con{
		padding-left: 0;
    	top: 15%;
	}
	.teams_sec1_con .col-md-4 {
	    width:40%;
	}
	.teams_dot_sec1 img{
		width: 65%;
	}
	.product_sec1_Txt{
		font-size: 40px;
	    letter-spacing: 3px;
	    line-height: 80px;
	    font-weight: 400;
	    padding: 80px 0;
	}
	.contact_sec1_content_right>a:first-child{
		width: 190px;
	}
}

@media(max-width:1330px) {
	.header_bot ul li {
		margin-right: 40px !important;
	}
	.banner_txt h1 {
		font-size: 32px;
		line-height: 55px;
	}
	.banner_txt {
		width: 46%;
		bottom: 24%;
	}
	.swind1_dre.swind1_right {
		top: 12%;
	}
	.ind_sec2_dre img {
		width: 80%;
		margin-left: 10%;
	}
	.ind_sec2_dre {
		bottom: 26px;
	}
	.ind_sec2_txt {
		margin-top: -30px;
		height: auto;
	}
	.ind_sec2_txt h2 {
		font-size: 22px;
		letter-spacing: 2px;
	}
	.ind_sec3_txt h6 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ind_sec1_rtxt h5 {
		margin-bottom: 92px;
	}
	.gc_menu ul li{
		margin-right: 15px;
	}
	.gc_phone ul li{
		margin-left: 15px;
	}
	.about_sec5_text{
		top: 0%;
	}
	.teams_sec1_txt_con{
		padding-left: 0;
    	top: 15%;
	}
	.teams_sec1_con .col-md-4 {
	    width:40%;
	}
	.teams_dot_sec1 img{
		width: 60%;
	}
	.product_sec1_Txt{
		font-size: 40px;
	    letter-spacing: 3px;
	    line-height: 80px;
	    font-weight: 400;
	    padding: 80px 0;
	}
	.times > span{
		width: 30px;
    	height: 35px;
    	font-size: 22px;
	}
	.contact_sec1_content_right>a:first-child{
		width: 190px;
	}

}

@media(max-width:1280px) {
	.ind_sec2sw .swiper-slide.swiper-slide-active {
		width: 17.53%!important;
	}
	.gc_menu ul li{
		margin-right: 10px;
	}
	.gc_phone ul li{
		margin-left: 10px;
	}
	.about_sec5_text{
		top: 0%;
	}
	.teams_sec1_txt_con{
		padding-left: 0;
    	top: 15%;
	}
	.teams_sec1_con .col-md-4 {
	    width:40%;
	}
	.teams_dot_sec1 img{
		width: 60%;
	}
	.product_sec1_Txt{
		font-size: 40px;
	    letter-spacing: 3px;
	    line-height: 80px;
	    font-weight: 400;
	    padding: 80px 0;
	}
	.times > span{
		width: 30px;
    	height: 35px;
    	font-size: 22px;
	}
	.contact_sec1_content_right>a:first-child{
		width: 180px;
	}
}
@media(max-width:1230px) {
	.ind_sec2sw .swiper-slide.swiper-slide-active {
		width: 17.53%!important;
	}
	.gc_menu ul li{
		margin-right: 6px;
	}
	.gc_phone ul li{
		margin-left: 6px;
	}
	.about_sec5_text{
		top: 0%;
	}
	.teams_sec1_txt_con{
		padding-left: 0;
    	top: 10%;
	}
	.teams_sec1_con .col-md-4 {
	    width:40%;
	}
	.teams_dot_sec1 img{
		width: 60%;
	}
	.product_sec1_Txt{
		font-size: 40px;
	    letter-spacing: 3px;
	    line-height: 80px;
	    font-weight: 400;
	    padding: 80px 0;
	}
	.times > span{
		width: 30px;
    	height: 35px;
    	font-size: 22px;
	}
	.contact_sec1_content_right>a:first-child{
		width: 160px;
	}
}
@media(max-width:1180px) {
	.ind_sec2sw .swiper-slide.swiper-slide-active {
		width: 17.53%!important;
	}
	.gc_menu ul li{
		margin-right: 2px;
	}
	.gc_phone ul li{
		margin-left: 2px;
	}
	.about_sec5_text h2{
		font-size:;
	}
	.about_sec5_text{
		top: 0%;
	}
	.teams_sec1_txt_con{
		padding-left: 0;
    	top: 10%;
	}
	.teams_sec1_con .col-md-4 {
	    width:40%;
	}
	.teams_dot_sec1 img{
		width: 60%;
	}
	.product_sec1_Txt{
		font-size: 60px;
	    letter-spacing: 4px;
	    line-height: 90px;
	    font-weight: 400;
	    padding: 80px 0;
	}
	.product_sec1_Txt{
		font-size: 40px;
	    letter-spacing: 3px;
	    line-height: 80px;
	    font-weight: 400;
	    padding: 80px 0;
	}
	.times > span{
		width: 28px;
    	height: 35px;
    	font-size: 22px;
	}
	.contact_sec1_content_right>a:first-child{
		width: 160px;
	}
}

.searchProduct{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #fff;
    padding-top: 0px;
    display: none;
}
.searchProduct input{
	width: 90%;
    height: 90%;
    margin-top: 9%;
    margin: 0 auto;
    display: block;
    /*border: 1px solid #eee;*/
    border-radius: 10px;
    padding-left: 70px;
    border:none;
    font-size:20px;
}
.searchProduct img.search{
	position: absolute;
    top: 25%;
    left: 6%;
    cursor: pointer;
}
.searchProduct img.close{
	position: absolute;
    top: 37%;
    right: 3%;
}


.warp{
	overflow-x: hidden !important; 
}



.main-item1{margin-left:58px;margin-right:58px;overflow:hidden;position:relative;margin-top:50px;margin-bottom:50px;}
.main-item1 .gt1{text-transform:uppercase;line-height:28px;height:50px;font-size:24px;color:#333;font-family:Aileron,"Microsoft YaHei"}
.main-item1 .gt2{text-transform:uppercase;line-height:30px;height:60px;font-size:30px;color:#319fb1;font-family:RobotoLt,"Microsoft YaHei"}
.index-product .item{float:left;width:50%}
.index-product .item .item-c{height:410px;overflow:hidden}
.index-product .item-c{background-color:#eee;display:block;position:relative}
.index-product .item-c .img{height:100%;overflow:hidden;position:absolute;left:0;top:0;width:100%;-webkit-transition-duration:.5s;transition-duration:.5s;background-repeat:no-repeat;background-size:cover;background-position:center center;background-color:#eee;display:block;position:relative}
.index-product .item-c:hover .img{-webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05)}
.index-product .item-c .mask{opacity:0;-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;left:0;top:100%;width:100%;height:100%;background-image:url(../images/blue-85.png)}
.index-product .item-c .mask .text{position:absolute;color:#fff;font-size:24px;left:40px;bottom:40px}
.index-product .item-c:hover .mask{top:0;opacity:1}
.index-product .item.il .item-c{margin-right:25px}
.index-product .item.ir .item-c{margin-left:25px}
.index-product .item-out{overflow:hidden;clear:both;margin-bottom:30px;padding-top:30px}
.index-product .l{width:41%;float:left;margin-left:-350px;-webkit-transition-duration:.5s;transition-duration:.5s;opacity:0}
.index-product.current .l{opacity:1;margin-left:0}
.index-product .r{float:right;width:59%;overflow:hidden;margin-right:-350px;-webkit-transition-duration:.5s;transition-duration:.5s;opacity:0}
.index-product.current .r{opacity:1;margin-right:0}
.index-product .r .item-c{overflow:hidden;margin-right:42px;margin-bottom:36px;height:297px;float:left}
.index-product .l .item-c{height:630px;margin-right:42px;overflow:hidden}
.index-product .more{color:#0099b1;border:1px solid #0099b1;width:134px;height:30px;line-height:30px;display:inline-block;text-align:center}
.index-product .more:hover{color:#fff;background-color:#0099b1}
.index-product .more span{display:inline-block;background-image:url(../images/icon/blue-arrows.png);background-position:right center;background-repeat:no-repeat;padding-right:20px}
.index-product .more:hover span{background-image:url(../images/icon/white-arrows.png)}
.index-product .t1{color:#333;font-size:18px;height:35px}
.index-product .t2{color:#666;font-size:16px;height:55px;font-family:Aileron}


.icon { display: inline-block; vertical-align: middle; background-repeat: no-repeat; background-image: url(../images/icon.png); }.popup-free { position: fixed; z-index: 299; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; filter: alpha(opacity=0); opacity: 0; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }.popup-free.active { visibility: visible; filter: alpha(opacity=100); opacity: 1; }.popup-free.active .popup-mask { visibility: visible; filter: alpha(opacity=80); opacity: 0.8; }.popup-free.active .popup-form { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }.popup-mask { position: fixed; z-index: 199; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; visibility: hidden; filter: alpha(opacity=0); opacity: 0; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }.popup-form { position: absolute; z-index: 200; top: 50%; left: 50%; width: 516px; height: 392px; padding: 14px 22px; border-radius: 3px; margin-top: -196px; margin-left: -258px; background-color: #fff; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }.popup-form h3 { height: 55px; color: #00a5d5; font-size: 24px; line-height: 55px; border-bottom: 2px solid #00a5d5; }.popup-form h3 .icon { float: right; width: 36px; height: 36px; margin-top: 6px; cursor: pointer; background: url(../images/iclose.png) no-repeat center; }.popup-form form { padding: 25px 74px 0; }.popup-form .input { width: 326px; height: 24px; color: #c5c5c5; font-size: 14px; line-height: 24px; border: 1px solid #d7d7d7; background-color: transparent; border-radius: 3px; padding: 12px 20px; outline: none; margin-top: 15px; line-height: 24px; }.popup-form .input input { border: none; outline: none; padding: 0; width: 248px; height: 24px; padding-left: 16px; }.popup-form button { color: #fff; width: 368px; height: 50px; outline: none; background-color: #00a5d5; border: 1px solid #00a5d5; margin-top: 20px; border-radius: 3px; }.popup-form button:hover { border-color: #0099c6; background-color: #0099c6; }.popup-form button:active { border-color: #0091bc; background-color: #0091bc; }.popup-reserve { position: fixed; z-index: 100; right: 100%; bottom: 0; width: 100%; height: 120px; background-color: #242424; }.popup-reserve-btn { position: fixed; z-index: 100; left: 0; cursor: pointer; bottom: 0; width: 182px; height: 80px; background: #000 url(../images/arrow.png) no-repeat 140px center; padding: 20px 42px 20px 16px; border-radius: 0 60px 60px 0; }.popup-reserve-btn h4 { width: 96px; height: 28px; color: #fff; font-size: 20px; line-height: 28px; text-align: center; background: url(../images/bg_popup.jpg) no-repeat center center;  }.popup-reserve-btn p { height: 28px; color: #ffc800; font-size: 12px; line-height: 28px;    width: 100px; }.popup-reserve .wrap { position: relative; }.popup-reserve .icon-close { position: absolute; z-index: 10; top: 22px; right: 40px; width: 36px; height: 36px; border: none; outline: none; background-color: transparent; background-position: -170px -320px; }.popup-reserve-row { position: relative; z-index: 2; height: 62px; padding: 29px 0; }.popup-reserve-col { height: 100%; position: relative; }.popup-reserve-col:first-child { width: 750px; float: left; }.popup-reserve-col:first-child + .popup-reserve-col { display: block; margin-left: 750px; }.popup-reserve-col .imge { position: absolute; left: 0; bottom: -88px; width: 165px; height: 136px; }.popup-reserve-col .imge img { width: 100%; height: 100%; }.popup-reserve-col .word { float: left; height: 100%; margin-left: 190px; }.popup-reserve-col .word h3 { height: 32px; color: #ffc800; font-size: 24px; line-height: 32px; font-weight: bold; margin-bottom: 5px; }.popup-reserve-col .word p { height: 25px; color: #fff; font-size: 16px; line-height: 25px; }.popup-reserve-col .word p em { padding: 1px 8px; margin-left: 5px; border-radius: 3px; background-color: #ff7109; font-style: normal;}.popup-reserve-col .func { float: left; height: 100%; padding-left: 25px; }.popup-reserve-col .func a { float: left; width: 89px; text-align: center; }.popup-reserve-col .func .icon { display: block; width: 39px; height: 39px; margin: 0 auto 8px; }.popup-reserve-col .func .icon-free1 { background-position: 0 -320px; }.popup-reserve-col .func .icon-free2 { background-position: -44px -320px; }.popup-reserve-col .func .icon-free3 { background-position: -88px -320px; }.popup-reserve-col .func em { height: 15px; color: #fff; font-size: 12px; line-height: 15px; text-align: center;font-style: normal; }.popup-reserve-col .form { height: 34px; padding-left: 8px; overflow: hidden; }.popup-reserve-col .form:after { content: ""; display: block; clear: both; height: 0; }.popup-reserve-col .form input { float: left; width: 167px; height: 20px; color: #999; font-size: 14px; line-height: 20px; border: none; background-color: #fff; border-radius: 3px; padding: 17px 14px; outline: none; width: 26%; margin-right: 14px; }.popup-reserve-col .form button { color: #fff; width: 201px; height: 34px; outline: none; background-color: #00a5d5; border: 1px solid #00a5d5; width: 26.8%; border-radius: 3px;font-size:14px; }.popup-reserve-col .form button:hover { border-color: #0099c6; background-color: #0099c6; }.popup-reserve-col .form button:active { border-color: #0091bc; background-color: #0091bc; }.popup-reserve-col + .popup-reserve-col h3 { height: 16px; color: #fff; font-size: 14px; line-height: 16px; padding-left: 8px; margin-bottom: 12px; }




























