body {
	/*font-family: 'Conv_ProximaNovaCond-LightWeb'; *//*font-family:SimSun;*/
	font-family:"SourceHanSerif-L" !important;
}
#ida{font-family:"SourceHanSerif-L" !important;}
/*@font-face {
	font-family: 'Conv_ProximaNovaCond-LightWeb';
	src: url('../fonts/ProximaNovaCond-LightWeb.eot');
	src: local('☺'), url('../fonts/ProximaNovaCond-LightWeb.woff') format('woff'), url('../fonts/ProximaNovaCond-LightWeb.ttf') format('truetype'), url('../fonts/ProximaNovaCond-LightWeb.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/.bannerLisImg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerLisImg {
	overflow: hidden
}


/* .yanwrapper{padding-top: 50px;} */
 /**login**/
.login_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
	display: none
}
.login_cot {
	width: 460px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.98);
	border-radius: 4px;
	padding: 65px 55px 105px;
	overflow: hidden;
}
.login_bg {
	position: absolute;
	width: 100%;
	left: 10%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 55%;
	bottom: 4%;
	opacity: 0.1;
}
.login_cont {
	position: relative;
}
.login_tit h3 {
	margin: 0;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
}
.login_lis input {
	width: 100%;
	height: 44px;
	line-height: 42px;
	padding: 0 10px;
	padding-left: 46px;
	font-size: 16px;
	border: 0;
	border-bottom: rgba(0, 120, 198, 0.3) solid 1px;
	background: rgba(255, 255, 255, 0.65);
	color: #666;
}
.login_lis input::-webkit-input-placeholder {
color: #666;
}
.login_lis input:-moz-placeholder {
color: #666;
}
.login_lis input::-moz-placeholder {
color: #666;
}
.login_lis input:-ms-input-placeholder {
color: #666;
}
.login_lis label {
	font-weight: normal;
	width: 100%;
}
.login_lis img {
	width: 26px;
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
}
.login_lis {
	position: relative;
	margin-bottom: 30px;
}
.login_tit {
	margin-bottom: 40px;
}
.login_lis button {
	width: 100%;
	line-height: 44px;
	height: 44px;
	background: #0078c6;
	border: 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 3px;
}
.login_lis:last-child {
	margin: 0
}
.menu_contact {
	position: absolute;
	top: -8px;
	right: 15px;
}
.menu_contact li {
	float: left;
	color: #fff;
	opacity: 0.8;
	margin-left: 14px;
	line-height: 20px;
	font-size: 13px;
}
.menu_contact li span {
	font-size: 14px;
	/*font-family: 'Source Han Serif';*/
}
.menuBackup .container {
	position: relative;
}
.menu_contact li img {
	width: 18px;
}
.bannerBox {
	height: 100%;
}
.bannerLisImg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner {
	position: relative; /*background: #292a2e;*/
}
.banner_sw {
	height: 100%;
	position: relative; /*margin-left: 280px;*/
}
.banner_swiper {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.banner_slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.banner_slide.active {
	opacity: 1;
	z-index:100;
}
.bannerLisImg {
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.banner_mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 0 0;
	display: none;
}
.header {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
}
.headerBox {
	padding: 30px 70px;
	position: relative;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#00000000', GradientType=0);
}
.header_logo {
	float: left;
}
.header_logo img {
	height: 43px;
}
.header_right {
	float: right;
}
.header_right:after {
	content: "";
	display: table;
	clear: both;
}
.header_menuBtn {
	float: right;
	margin-left: 35px;
}
.header_right ul li {
	float: left;
	padding: 9px 0;
}
.header_right ul {
	float: left;
}
.header_menuBtn span {
	display: block;
	width: 22px;
	height: 1px;
	background: #fff;
	margin: 7px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header_menuBtn a:hover .sp1 {
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
	-o-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	transform: translateX(-3px);
}
.header_menuBtn a:hover .sp2 {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-o-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
	width: 26px;
	margin-right: -10px;
}
.header_menuBtn a:hover .sp3 {
	width: 18px;
}
.headerBox:after {
	content: "";
	display: table;
	clear: both;
}
.header_menuBtn a {
	display: inline-block;
	padding: 4px 15px;
}
.header_right ul li a {
	color: #fff;
	padding: 0 18px;
	border-right: solid 1px #ccc;
	/*font-family: 'Source Han Serif';*/
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}
.header_right ul li a:hover {
	color: #0078c6;
}
.banner_txt {
	position: absolute;
	bottom: 5%;
	left: 0;
	padding: 95px;
	padding-bottom: 125px;
	padding-right: 0;
	z-index: 100;
	padding-left: 126px;
	max-width: 70%;
}
.banner_txt_slide {
	display: none;
}
.banner_txt_slide.active {
	display: inline-block;
}
.ban_more {
	margin-top: 48px;
}
.ban_more a {
	display: block;
	width: 49px;
	height: 49px;
	text-align: center;
	border-radius: 100px;
	background: #0078c6;
	position: relative;
}
.ban_more a span {
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -2px;
}
.ban_more a span:before, .ban_more a span:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 10px;
	top: 0;
}
.ban_more a span:before {
	left: -7px;
}
.ban_more a span:after {
	left: 7px;
}
.ban_txtH5 h5 {
	margin: 0;
	color: #fff;
	opacity: 0.8;
	max-width: 70%;
	font-size: 20px;
	line-height: 30px;
	text-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}

.ban_txtH5 {
	margin-top: 25px;
}



.syzsrx{
	height:auto;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	font-size:20px; display:none;
	}
.xxk{
	width:236px;
	height:auto;
	position:fixed;
	/*top:50%;
	margin-top:-30px;*/
	bottom:380px;
	right:0;
	z-index:999;
	}
	
	
.ban_txtH2 h3 {
	margin: 0;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 0px;
	color: #eee;
	/*font-family: 'Source Han Serif';*/
}
.ban_txtH2 {
	margin-top: 35px;
}
.ban_txtHide {
	overflow: hidden;
}
.banner_arrowBox a {
	display: inline-block;
	position: relative;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}
.banner_arrowBox a span {
	display: inline-block;
	position: relative;
	left: 0;
	width: 50px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner_arrowBox a span.ban_arrHide {
	position: absolute;
	top: 0;
	left: 100%;
	color: #009AE3;
}
.banner_arrowBox a span i.fa {
	line-height: 50px;
}
.banner_arrowBox a:hover span {
	left: -100%;
}
.banner_arrowBox a:hover span.ban_arrHide {
	left: 0;
}
span.ban_arr_line {
	display: inline-block;
	width: 1px;
	height: 20px;
	background: #5b5b5b;
	vertical-align: middle;
}
.banner_arrow {
	margin-left: -15px;
}
.banner_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px 70px;
}
.banner_bottom:after {
	content: "";
	display: table;
	clear: both;
}
.banner_bottom_left {
	float: left;
}
.banner_bottom_right {
	float: right;
}
.banner_bottom_left span i.fa {
	color: #fff;
	margin-right: 10px;
	opacity: 0.8;
}
.banner_bottom_left span {
	color: #5b5b5b;
	font-size: 14px;
	line-height: 38px;
	/*font-family: Source Han Serif;*/
}
.banner_bottom_search {
	float: left;
	margin-right: 15px;
}
.banner_bottom_menu {
	float: right;
}
.banner_bottom_search input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #3e3d3d;
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
}
a.ban_searchBtn {
	line-height: 30px;
	font-size: 16px;
	color: #777;
	margin-right: 6px;
	vertical-align: sub;
}
.banner_bottom_menu a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	color: #777;
	font-size: 13px;
	line-height: 1.4;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.banner_bottom_menu a:hover {
	color: #0078c6;
}
.banner_bottom_menu span {
	vertical-align: middle;
	display: inline-block;
	width: 1px;
	height: 18px;
	background: #fff;
	opacity: 0.1;
}
.bannerLisImg:before {
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 60%;
	position: absolute;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0) 100%);
}
.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
}
.header_fix {
	position: fixed;
	z-index: 9999999999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.header_fixBox {
	height: 100%;
	position: relative;
}
.header_fixSec {
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
}
.header_fixL {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #151515;
	background: #2f2f2f;
}
.header_fixR {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #1e1e1e;
	background: #363636
}
.header_fix_menu {
	display: block;
	position: absolute;
	left: 28%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 44%;
	margin: 0;
	padding: 0;
}
.header_fix_menuSec h2 {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
}
.header_fix_menuSec h2 a {
	color: #fff;
}
.header_fix_menuSec ul li a {
	font-size: 14px;
	color: #828282;
	text-transform: capitalize;
	line-height: 30px;
}
.header_fix_menuSec ul li a:hover {
	color: #0078c6;
	text-decoration: underline
}
.header_fix_menuSec ul li a strong {
	font-size: 12px;
	font-weight: normal;
}
.header_fix_menuSec {
	margin: 10px 0;
	padding: 5px 0;
	padding-left: 40px;
}
.header_fix_menuSec h2:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -40px;
	opacity: 0.15;
}
.header_fix_language {
	position: absolute;
	bottom: 6%;
	width: 100%;
	padding: 0 70px;
	color: #828282;
}
.header_fix_language:after {
	content: "";
	display: table;
	clear: both;
}
.HFL_l {
	float: left;
}
.HFL_r {
	float: right;
}
.header_fix_language a {
	color: #828282;
	margin: 0 5px;
}
.header_fix_language a.cur {
	color: #fff;
}
.header_rightBox {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	padding: 0 20%;
}
.header_rightBox h2 {
	margin: 0 0 15px;
	line-height: 42px;
	color: #828282;
	font-size: 20px;
}
.header_rightBox h2 span {
	color: #0078c6
}
.header_rightBox p {
	color: #fff;
	margin: 0;
	font-size: 12px;
	line-height: 26px;
}
.header_fix_copy {
	position: absolute;
	bottom: 6%;
	width: 100%;
	padding: 0 20%;
	color: #828282;
}
.header_fix_copy p b {
	display: block;
	color: #fff;
	font-weight: normal;
}
.header_fix_copy p {
	margin: 0;
	font-size: 12px;
	line-height: 22px;
}
.header_fix_menuSec ul {
	display: none
}
.HF_menuLis {
	overflow: hidden;
}
.HF_menuLis a {
	display: inline-block;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}
.header_fix_language {
	opacity: 0;
}
.header_rightBox h2 {
	position: relative;
	top: 50px;
	opacity: 0;
}
.header_rightBox p {
	position: relative;
	top: 50px;
	opacity: 0;
}
.header_fix_copy {
	opacity: 0;
}
.header_fixL {
	width: 0;
}
.header_fixR {
	width: 0;
}
.header_fix {
	display: none;
}
.header.open .header_menuBtn span.sp1 {
	-webkit-transform: translateX(3px) translateY(5px) rotateZ(45deg);
	-moz-transform: translateX(3px) translateY(5px) rotateZ(45deg);
	-o-transform: translateX(3px) translateY(5px) rotateZ(45deg);
	-ms-transform: translateX(3px) translateY(5px) rotateZ(45deg);
	transform: translateX(3px) translateY(5px) rotateZ(45deg);
	width: 7px;
}
.header.open .header_menuBtn span.sp2 {
	-webkit-transform: translateX(-11px);
	-moz-transform: translateX(-11px);
	-o-transform: translateX(-11px);
	-ms-transform: translateX(-11px);
	transform: translateX(-11px);
	width: 21px;
}
.header.open .header_menuBtn span.sp3 {
	-webkit-transform: translateX(3px) translateY(-5px) rotateZ(-45deg);
	-moz-transform: translateX(3px) translateY(-5px) rotateZ(-45deg);
	-o-transform: translateX(3px) translateY(-5px) rotateZ(-45deg);
	-ms-transform: translateX(3px) translateY(-5px) rotateZ(-45deg);
	transform: translateX(3px) translateY(-5px) rotateZ(-45deg);
	width: 7px;
}
.header_right ul {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.header.open .header_right ul {
	opacity: 0;
	visibility: hidden;
}
.header.open {
	position: fixed;
}
.wrapper {
	position: relative;
}
.menuBackup {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 997;
	padding: 21px 0 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.menuBackup.show {
	opacity: 1;
	visibility: visible;
}
.menuBackupL {
	float: left;
}
.menuBackupR {
	float: right;
	
}
.menuBackupLogo img {
	height: 43px;
}
.menuBackupLogo {
	float: left;
	margin-right: 6px;
}
.menuBackupL ul {
	float: left;
	margin-left: 9px;
}
.menuBackupL ul li {
	float: left;
	margin-right: 28px;
	padding-top: 15px;
}
.menuBackupL ul li a {
	font-size: 14px;
	line-height: 35px;
	color: #fff; /*font-family: 'Conv_ProximaNovaCond-LightWeb';*/
}
.menuBackupL ul li a:hover {
	color: #0078C6;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.menuBackupSearch {
	float: left;
	position: relative;
	border-bottom: solid 1px #ccc;
}
.menuBackupLogin {
	float: right;
	margin-left: 25px;
}
.menuBackupLogin a {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	/*font-family: 'Source Han Serif';*/
}
.menuBackupSearch input {
	background: transparent;
	border: none;
	position: relative;
	padding: 0;
	border-radius: 0;
	line-height: 20px;
	width: 160px;
	float: left;
	color: #eee;
}
.menuBackupSearch a {
	display: inline-block;
	right: 0;
	top: 0;
	line-height: 20px;
	float: right;
	font-size: 12px;
	color: #fff;
}
.menuBackup.fix {
	position: fixed;
} /**index**/
.index1_box {
	padding-top: 35%;
	position: relative;
	margin: 0 -5px;
}
.index_sec1 {
	padding: 180px 0 120px;
}
.index1_left {
	position: absolute;
	width: 70%;
	top: 0;
	left: 0;
	height: 100%;
	padding: 5px;
}
.index1_right {
	position: absolute;
	width: 30%;
	top: 0;
	right: 0;
	height: 100%;
}
.ind1_rightHarf {
	height: 50%;
	position: relative;
	padding: 5px;
}
.ind1_img {
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
}
.ind1_imgBox {
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
}
.ind1_imgBox:hover {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}
.ind1_zz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#000000000', GradientType=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}
.ind1_img:hover .ind1_zz {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}
.ind1_wz {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 25px 20px;
	transform: translateY(80%);
	-webkit-transform: translateY(80%);
	-moz-transform: translateY(80%);
	-ms-transform: translateY(80%);
	-o-transform: translateY(80%);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
}
.ind1_img:hover .ind1_wz {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
}
.plus {
	width: 72px;
	height: 72px;
	position: absolute;
	top: -10%;
	left: 50%;
	margin-top: -36px;
	margin-left: -36px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 9;
}
.ind1_wz h3 {
	margin: 0 0 15px;
}
.ind1_wz p {
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 0;
	color: #ddd;
}
.ind1_wz h5 {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}
.index_sec2 {
	position: relative;
	background: #1e1e1e;
}
.ind2_box {
	margin-left: 24%;
	min-height: 620px;
	background: #1e1e1e;
	padding: 90px 6% 90px 8%;
	position: relative;
}
.ind2_bg {
	width: 34%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background: url(../images/index2_pic.jpg);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/flashbg.jpg', sizingMethod='scale');
}
.ind2_box h2 {
	margin: 0 0 60px;
	font-size: 42px;
	line-height: 42px;
	letter-spacing: 1px;
	color: #f1f1f1; /*font-family: 'Conv_ProximaNovaCond-LightWeb';*/
}
.ind2_box p {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 30px;
	color: #666; /*font-family: 'Conv_ProximaNovaCond-LightWeb';*/
}
.ind2_bot {
	margin-top: 60px;
}
.ind2_bot h3 {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 56px;
	color: #bbb;
}
.ind2_bot h3 a {
	color: #bbb;
}
.ind2_bot h3 a:hover {
	color: #0078c6;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.ind2_bot ul:after {
	content: "";
	display: table;
	clear: both;
}
.ind2_bot ul li {
	float: left;
	margin-right: 50px;
	border-top: solid 2px #666;
}
.ind2_bot ul li a {
	padding: 0 2px;
	padding-top: 38px;
	font-size: 18px;
	line-height: 22px;
	color: #bbb;
}
.ind2_bot ul li:hover {
	border-top: solid 2px #0490EA;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.ind2_bot ul li:hover a {
	color: #0490EA;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.index3_box {
	width: 86%;
	padding: 120px 0;
}
.index3_box h2 {
	font-size: 50px;
	line-height: 1.2;
	margin: 0 0 15px;
	position: relative;
	color: #000;
	/*font-family: 'Source Han Serif';*/
}
.con2_more {
	background: #222;
	font-size: 14px;
	width: 130px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}
.con2_more a {
	color: #fff;
}
.index3_box h3 {
	margin: 0;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
	color: #888;
	/*font-family: Source Han Serif;*/
}
.index_sec4 { /*background-color: #1a1a1a;*/
	padding: 120px 0 100px;
	background: url(../images/ind4_bg.jpg); /*background-size:cover;*/
}
h2.ind4_tit {
	margin: 0 0 40px;
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
	color: #fff;
}
h2.ind4_tit:before, h2.ind4_tit:after {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
}
.index4_box {
	position: relative;
}
.index4_sw {
	max-width: 980px;
	margin: 0 auto 20px;
}
.index4_sw .swiper_ind4 {
	overflow: visible;
}
.index4_img {
	padding-top: 62%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.index4_lis {
	margin: 0 10px 20px;
	position: relative;
	overflow: hidden;
	background: #f6f6f6;
}
.index4_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
}
.index4_txt h2 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index4_txt hr {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin: 15px 0 12px;
}
.index4_img:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 75%, transparent 100%);
}
.index4_txt h3 {
	display: block;
	line-height: 24px;
	font-size: 14px;
	margin: 0;
	margin-bottom: 3px;
}
.index4_txt h6 {
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	/*font-family: Source Han Serif;*/
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
.index4_txt h3 span {
	margin-right: 15px;
	font-size: 13px;
	line-height: 23px;
}
.index4_txt h3 span i.fa {
	font-size: 16px;
	margin-right: 10px;
}
.index4_lis:hover .index4_img {
	opacity: 0.8;
}
a.arrow-left_ind4, a.arrow-right_ind4 {
	z-index: 3;
	width: 60px;
	height: 60px;
	padding: 21px 0;
	text-align: center;
	border-radius: 100px;
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 18px;
	margin-top: -40px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a.arrow-left_ind4:hover, a.arrow-right_ind4:hover {
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.index4_bottom {
	text-align: center;
	margin-top: 20px;
}
a.index4_btn {
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-color: transparent;
	padding: 8px 10px;
	text-align: center;
	min-width: 180px;
	color: #000;
	/*font-family: Source Han Serif;*/
	letter-spacing: 0.5px;
	text-transform: capitalize;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.index4_btn img {
	width: 18px;
	margin-left: 8px;
	position: relative;
	top: -2px;
}
a.index4_btn i.fa {
	margin-left: 6px;
}
a.index4_btn:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border: 2px solid #000 !important;
}
.index4_lis a {
	display: block;
}
.index4_sec.opa a {
	opacity: 0.2;
}
.ind_box5 {
	padding: 100px 0 70px;
}
.ind6_tit.ind6_tit_ts h3 {
	color: #333;
}
.ind6_tit.ind6_tit_ts h3:before {
	background: #333;
}
.index4_btn.index4_btn1 {
	color: #666;
	border: 2px solid #666;
}
.index4_btn.index4_btn1:hover {
	background-color: rgba(0, 0, 0, 0.2);
	border: 2px solid #444 !important;
}
.con1_wznm {
	height: 20px;
	color: #9e9e9e;
	font-weight: bold;
}
.con1_wznm1en {
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	color: #333;
	font-size: 24px;
	margin-top: 15px;
	/*font-family: Source Han Serif;*/
}
.con2_div1 {
	height: 252px;
	margin-top: 20px;
}
.con2_tp {
	width: 34%;
	height: 252px;
	float: left;
	overflow: hidden;
	position: relative;
}
.con2_tp img {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}
.con2_tp img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.con2_tp a:hover {
	filter: grayscale(50%);
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
}
.con2_wzxx {
	width: 33%;
	height: 252px;
	float: left;
	padding-left: 25px;
}
.con2_wzxx p {
	line-height: 26px;
	color: #000;
	font-size: 18px;
	margin-bottom: 30px;
}
.con2_jxs {
	width: 26%;
	height: 252px;
	float: right;
}
.c2jxs_tb {
	width: 96px;
	height: 96px;
	margin: 0 auto;
}
.c2jxs_nm1 {
	color: #0078C6;
	height: 25px;
	line-height: 25px;
	font-style: italic;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}
.c2jxs_nm2 {
	line-height: 24px;
	text-align: center;
	color: #666;
	margin-top: 15px;
	font-size: 14px;
}
.con2_more1 {
	margin-top: 20px;
}
.con2_div2 {
	margin-top: 50px;
}
.con2_div2 ul {
	margin: 0 -10px;
}
.con2_div2 ul li {
	width: 25%;
	height: 80px;
	font-size: 20px;
	letter-spacing: 1px;
	float: left;
	text-align: center;
	line-height: 80px;
	padding: 0 10px;
}
.con2_div2 ul li a {
	width: 100%;
	height: 80px;
	display: block;
	background: #222;
	color: #fff;
}
.ind5_more {
	text-align: center;
	margin-top: 8px;
}
.ind5_more1 {
	text-align: left;
	margin-top: 14px;
}
.ind5_more a {
	color: #949494;
	font-size: 14px;
	line-height: 24px;
}
.ind5_more img {
	width: 18px;
	margin-left: 8px;
	position: relative;
	top: -2px;
} /*.con2_div2 ul li a:hover { text-decoration: none; background: #0078C6; } */
#con2_current {
	margin-right: 0;
}
.con1_more {
	width: 132px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-left: 0;
	font-size: 15px;
	margin-top: 30px;
}
.con1_more a {
	width: 132px;
	height: 35px;
	display: block;
	color: #fff;
	background: #272c31;
}
.con1_more a:hover {
	text-decoration: none;
	background: #e65c28;
}
.con2_more1 {
	margin: 20px auto 0;
}
.ind6_cont {
	width: 88%;
	margin: 0 auto;
}
.ind_box6 {
	background: url(../images/ind6_bg.png);
	padding: 110px 0 120px;
	position: relative;
}
.ind6_tit h3 {
	margin: 0;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 39px;
	text-transform: capitalize;
	color: #fff;
	position: relative;
}
.ind6_tit {
	margin-bottom: 40px;
	position: relative;
}
.ind6_tit h3:before {
	content: '';
	position: absolute;
	left: -36px;
	height: 2px;
	width: 22px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
}
.ind6_more {
	position: absolute;
	top: 0;
	right: 0;
}
.ind6_more a {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	text-transform: capitalize;
	/*font-family: Source Han Serif;*/
	letter-spacing: 0.2px;
}
.ind6_more span {
	width: 100px;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	right: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.ind6_more a:hover span {
	right: -10px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.ind6_more span:before {
	width: 100%;
	content: '';
	height: 1px;
	background: #333;
	display: inline-block;
	position: relative;
	top: -5px;
}
.ind6_more span:after {
	content: '';
	border-left: solid 5px #333;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	display: block;
	position: absolute;
	right: -1px;
	margin-top: -10px;
}
.ind6_cot li {
	float: left;
	width: 33.33%;
	padding-right: 15.33%;
}
.ind6_bt {
	display: none;
}
.ind6_bt h4 {
	text-align: right;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	text-transform: capitalize;
}
.ind6_img {
	padding-bottom: 135%;
	width: 100%;
	opacity: 0.4;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ind6_li {
	position: relative;
	background: rgba(255, 255, 255, 0.5);
}
.ind6_wz {
	position: absolute;
	top: 40%;
	left: 64%;
	width: 104%;
	height: 80%;
	color: #333;
	z-index: 1;
}
.ind6_wz h6 {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	/*font-family: Source Han Serif;*/
}
.ind6_wz p {
	font-size: 15px;
	line-height: 28px;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ind6_btn {
	position: absolute;
	top: 208px;
	left: 0;
	width: 120px;
	animation: none;
	opacity: 1;
	transition: width .5s ease;
	text-align: right;
}
.ind6_btn span {
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #666;
	margin-top: -1px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.ind6_btn span:after {
	content: '';
	border-left: solid 5px #666;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -1px;
}
.ind6_btn:before {
	content: 'read more';
	text-align: left;
	/*font-family: Source Han Serif;*/
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.ind6_li:hover .ind6_img {
	opacity: 1;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
}
.ind6_li:hover .ind6_btn span {
	width: 20px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.ind6_li:hover .ind6_btn:before {
	width: 80px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.ind_box7 {
	padding: 80px 0;
}
.ind_box7 .ind6_tit h3:before {
	background: #333;
}
.ind_box7 .ind6_tit h3 {
	color: #333;
}
.ind7_top {
	max-width: 1200px;
	width: 100%;
}
.ind7_top li {
	float: left;
	width: 20%;
	padding-right: 24px;
}
.ind7_top li input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #1e1e1e;
	line-height: 40px;
	font-size: 16px;
}
.ind7_top h5 {
	margin: 0;
	font-size: 16px;
	line-height: 36px;
}
.ind7_btn a {
	line-height: 40px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	border: solid 1px #1E1E1E;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.ind7_btn a:after {
	content: '';
	border-left: solid 5px #1E1E1E;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.ind7_btn a:hover {
	color: #fff;
	background: #1E1E1E;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.ind7_btn a:hover:after {
	border-left-color: #fff;
	right: 7px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.ind7_bottom {
	margin-top: 80px;
	text-align: center;
}
.ind7_bottom ul {
	display: inline-block;
}
.ind7_bottom li {
	float: left;
	width: 36px;
	margin: 0 9px;
}
.ind7_bottom li img {
	width: 100%;
}
.ind7_bottom h5 {
	margin: 0;
	font-size: 16px;
	margin-bottom: 20px;
}
.return_top a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	margin: 10px 0 10px;
}
.return_top {
	text-align: center;
	margin-top: 10px;
}
.return_top a:before {
	border-bottom: solid 20px #000;
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
	display: block;
	content: '';
	position: absolute;
	top: 30px;
	left: -6px;
	width: 40px;
} /**footer**/
.footer {
	background: #222;
	padding: 40px 0 6px;
	position: relative;
}
.footer_cot {
	width: 960px;
	margin: 0 auto;
}
.footer_top ul {
	margin: 0 -5px;
}
.footer_top li {
	float: left;
	width: 14.28%;
	padding: 0 10px;
}
.footer_item h4 {
	margin: 0;
	color: #fff;
	line-height: 28px;
	margin-bottom: 14px;
	font-size: 16px;
}
.footer_item h5 {
	margin: 0;
	font-size: 13px;
	line-height: 24px;
}
.footer_item h5 a {
	color: #fff;
	opacity: 0.7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.footer_item h5 a b {
	font-size: 14px;
}
.footer_item h5:hover a {
	color: #0078C6;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.footer_top {
	margin-bottom: 50px;
}
.footer_left {
	width: 76%;
	float: left;
}
.footer_right {
	width: 24%;
	float: right;
}
.footer_right h3 {
	margin: 0;
	color: #fff;
	line-height: 28px;
	margin-bottom: 14px;
	font-size: 16px;
}
.footer_right h5 {
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	opacity: 0.7;
}
.footer_right h5 span {
	/*font-family: Source Han Serif;*/
}
.footer_bottom {
	border-top: 1px solid #333333;
	text-align: center;
	color: #999;
	padding: 20px 0;
}
.footer_bottom h5 {
	font-size: 12px;
	margin: 0;
	color: #666;
	line-height: 20px;
	/*font-family: Source Han Serif;*/
}
.footer_bottom h5 span {
	/*font-family: "Source Han Serif";*/
} /**效果**/
.ind1_img {
	position: relative;
	top: 150px;
	opacity: 0;
	filter: alpha(opaicty=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.ind2_bg {
	left: -100%;
	opacity: 0;
	filter: alpha(opaicty=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.ind2_box {
	left: 100%;
	opacity: 0;
	filter: alpha(opaicty=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.index_sec3 {
	overflow: hidden;
}
.index3_box h2 {
	top: -100px;
	opacity: 0;
	filter: alpha(opaicty=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.index3_box h3 {
	position: relative;
	top: 60px;
	opacity: 0;
	filter: alpha(opaicty=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
} /*.index4_lis{ top:150px; opacity:0; filter:alpha(opaicty=0); -moz-opacity:0; -khtml-opacity:0; }*/
.con2_div1>div {
	position: relative;
	left: 80%;
	opacity: 0;
	filter: alpha(opaicty=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.con2_div2 ul li {
	position: relative;
	top: 100px;
	opacity: 0;
	filter: alpha(opaicty=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.ind6_cot li {
	position: relative;
	top: 150px;
	opacity: 0;
	filter: alpha(opaicty=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.ind_box6 {
	overflow: hidden;
}
.ind7_top li {
	position: relative;
	top: 50px;
	opacity: 0;
	filter: alpha(opaicty=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
} /**11.20**/
.menu_left {
	float: left;
	height: 52px;
	margin-top: 20px;
}
.menu_right {
	float: right;
}
.menu_left img {
	height: 100%;
}
.menu_r_t>ul>li {
	float: left;
	height: 24px;
	margin: 4px 0 13px 10px;
	padding: 3px 10px;
	border: solid 1px #a5a5a5;
	border-radius: 4px;
	line-height: 16px;
	font-size: 12px;
	position: relative;
	/*font-family: Source Han Serif;*/
	letter-spacing: 0.2px;
}
.menu_r_t>ul>li.no_border {
	border: none;
	font-size: 12px;
	padding-right: 0;
}
.menu_r_t a {
	color: #666;
}
.menu_sear input {
	background: none;
	border: 0;
	line-height: 20px;
	width: 190px;
}
.menu_sear {
	display: inline-block;
	border: solid 1px #a5a5a5;
	height: 28px;
	padding: 3px 10px;
	border-radius: 4px;
	line-height: 20px;
	font-size: 14px;
	position: relative;
	margin-top: 3px;
}
.search_tb {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6px;
	width: 20px;
}
.menu_sear .search_tb img {
	width: 100%;
	opacity: 0.5;
}
.menu_r_t>ul>li>img {
	width: 30px;
	position: relative;
	top: -5px;
	left: -2px;
}
.menu_r_t>ul>li span {
	position: relative;
	line-height: 20px;
	display: inline-block;
	top: -4px;
}
li.language ul {
	display: block;
	width: calc(100% + 2px);
	position: absolute;
	padding: 1px 0 0 0;
	top: 24px;
	left: -1px;
	overflow-y: hidden;
	max-height: 0;
	opacity: 0;
	background-color: #fff;
	border: 1px solid #a5a5a5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	text-align: center;
	cursor: pointer;
}
li.language.active ul {
	right: -1px;
	max-height: 400px;
	opacity: 1;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.menu_r_b {
	top: -2px;
	text-align: right;
}
.menu_r_b img {
	width: 25px;
}
.menu_bottom li {
	display: inline-block;
	font-weight: 600;
}
.menu_bottom ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.2px;
	color: #1a1a1a;
}
.menu_bottom {
	margin-top: 24px;
	margin-left: 20%;
}
.menu_bottom a {
	color: #888;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.menu_bottom a:hover {
	color: #0075c1;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.menu_r_b a {
	margin-left: 0;
	display: inline-block;
}
.menu_bottom a span {
	font-weight: normal;
	color: #777;
	font-size: 13px;
	text-transform: capitalize;
	/*font-family: Source Han Serif;*/
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.menu_bottom a:hover span {
	color: #0075c1;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.footer_ewm li {
	width: 50%;
	max-width: 108px;
	padding: 0 5px;
}
.ewm_img img {
	width: 100%;
}
.footer_ewm {
	margin-top: 10px;
}
.ewm_img h5 {
	margin: 0;
	text-align: center;
	line-height: 30px;
}
.phone_head {
	display: none
}
.main_img {
	background-size: cover;
	background: no-repeat center center;
} /**2.5**/
.ind5_lis {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.ind5_cot li a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 30px;
}
.ind5_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.ind5_lis:hover .ind5_img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.ind5_txt h3 {
	margin: 0;
	font-size: 28px;
	color: #333;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
.ind5_txt p {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	max-height: 112px;
}
.ind5_txt {
	height: 100%;
}
.ind5_txt span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	color: #0078c6;
	display: inline-block;
	font-weight: 600;
}
.ind5_txt span i {
	font-size: 28px;
	position: relative;
	top: 2px;
	margin-left: 6px;
}
.ind5_wz {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.8);
	width: 70%;
	height: 60%;
	text-align: center;
	padding: 50px 20px; /*opacity:0; visibility:hidden; transition:all 0.6s ease; -webkit-transition:all 0.6s ease; -moz-transition:all 0.6s ease; -ms-transition:all 0.6s ease; -o-transition:all 0.6s ease;*/
}
.ind5_wz h3 {
	margin: 0;
	font-size: 26px;
	color: #333;
	margin-bottom: 10px;
}
.ind5_wz p {
	font-size: 18px;
	color: #666;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 0;
	line-height: 28px;
}
.new1_btn {
	position: relative;
	left: 0;
	width: 120px;
	animation: none;
	color: #0092CE;
	opacity: 1;
	transition: width .5s ease;
	text-align: right;
	/*font-family: Source Han Serif;*/
}
.new1_btn span {
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #666;
	margin-top: -1px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.new1_btn span:after {
	content: '';
	border-left: solid 5px #666;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -1px;
}
.new1_btn:before {
	content: 'read more';
	text-align: left;
	/*font-family: Source Han Serif;*/
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.ind6_lis:hover .new1_btn span {
	width: 20px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background: #0092CE;
}
.ind6_lis:hover .new1_btn:before {
	width: 80px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.ind6_lis:hover .new1_btn span:after {
	content: '';
	border-left: solid 5px #0092CE;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -1px;
}
.ind6_pic {
	padding-bottom: 16vh;
	width: 35%;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ind6_txt {
	float: left;
	width: 65%;
	padding-left: 20px;
	height: 100%;
}
.ind6_txt h3 {
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.ind6_lis:hover .ind6_txt h3 {
	color: #0092CE;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.ind6_txt p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 56px;
	margin-bottom: 34px;
}
.ind6_lis a:after {
	content: '';
	display: table;
	clear: both;
}
.ind6_lis {
	margin-bottom: 50px;
}
.ind6_lis:last-child {
	margin-bottom: 0;
}
.ind6_lis a {
	position: relative;
	display: block;
}
.footer_right h3 a {
	float: right;
	color: #fff;
	opacity: 0.8;
}
.footer_map h3 {
	margin: 0;
	color: #fff;
	line-height: 28px;
	margin-bottom: 14px;
	font-size: 16px;
	padding: 0 10px;
}
.footer_map {
	margin-top: 30px;
}
.footer_map h3 a {
	color: #fff;
	opacity: 0.8;
}
.fixed_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
	padding: 80px;
}
.fixed_cot {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fixed_close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	width: 80px;
	height: 80px;
	cursor: pointer
}
.fixed_close:before {
	content: '';
	width: 80px;
	height: 2px;
	background: #ff0;
	transform: rotate(-45deg) translate(-70%, 0);
	position: absolute;
	left: 50%;
}
.fixed_close:after {
	content: '';
	width: 80px;
	height: 2px;
	background: #ff0;
	transform: rotate(45deg) translate(0, -50%);
	position: absolute;
	top: 50%;
}

.main_ban{
	height:auto;
	position:relative;
	}
.nyban_zsrx{
	width: 500px;
    height: auto;
    background: #1ca0e2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -48px;
    margin-left: -250px;
    text-align: center;
    padding: 30px 15px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
	background: rgba(28,160,226,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C81ca0e2,endColorstr=#C81ca0e2);
	}
	
.video_syan{
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
	z-index:999999;
	}
#intro-video{z-index:999998;}

.hfl_ul{
	height:auto;
	}
.hfl_ul ul{
	height:auto;
	}
.hfl_ul ul li{
	float:left;
	margin: 0px auto;
	}
.hfl_zj{
	height:auto;
	}
.hfl_zj a{
	display:block;
	}
.hfl_tp{
	height:auto;
	width: 36px;
	}
.hfl_mc{
	height: auto;
    text-align: center;
    color: #fff;
    margin-top: 5px;
	}
.hfl_hx{
	margin-top:10px;
	}
.hfl_ul ul li a:hover .hfl_mc{color: #0078c6;}

.dbhzd{
	height:auto;
	margin-top:15px;
	/*font-family:"微软雅黑";*/
	}
	
.dbhzd ul{
	text-align:center;
	}
.dbhzd ul li{
	display:inline-block;
	}
.dbhzd ul li a{
	padding:0px 5px;
	}
.dbh_shu{
	color: #666;
	}
.dbhzd_sp{
	/*font-family:"Source Han Serif";*/
	margin-left:5px;
	font-size:12px;
	margin-right:5px;
	}
.dbhzd ul li a:hover{
	color: #999;
	}
	
/** bany_box **/
.bany_box{
	height:auto;
	background:#fdfcfa;
	}
.bany_yybm{
	height:auto;
	}
.yybm_bt{
	line-height:35px;
	text-align:center;
	font-size:36px;
	}
.bany_yybm ul{
	width:822px;
	margin:30px auto 30px;
	height:auto;
	}
.bany_yybm ul li{
	height:auto;
	margin-bottom:15px;
	}
.yyinput01{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0px 10px;
	font-size:16px;
	color:#666;
	}
.yyinput02{
	width:100%;
	height:150px;
	padding:10px;
	font-size:16px;
	color:#666;
	}
.yyinput03{
	width:100%;
	line-height:40px;
	text-align:center;
	font-size:16px;
	border:none;
	transition: color .6s,border-color .6s,background-color .6s;
	background:#dddddd;
	color:#333;
	}
.yyinput03:hover{
	background:#0078c6;
	color:#fff;
	transition: color .6s,border-color .6s,background-color .6s;
	}
	
.bany_map{
	width:792px;
	height:auto;
	margin:0 auto;
	padding:30px 0px 80px;
	}
.bany_map img{border:1px solid #ccc; }
/** bany_box **/
@media (max-width: 1440px) {
.ban_txtH2 h3 {
	font-size: 46px;
}
.ind2_box {
	margin-left: 30%;
}
.ind2_box p {
	font-size: 16px;
	line-height: 26px;
}
.ind2_bot h3 {
	font-size: 14px;
}
.ind2_bot ul li a {
	font-size: 14px;
}
.con2_wzxx p {
	font-size: 14px;
}
.ind6_wz {
	position: absolute;
	top: 28%;
}
.ind5_wz h3 {
	font-size: 22px;
}
.ind5_wz p {
	font-size: 15px;
}
}

@media (max-width: 1200px) {
.ind6_tit h3 {
	padding-left: 40px;
}
.ind6_tit h3:before {
	left: 0;
}
}

@media(max-width:992px) {
.footer_top li {
	padding: 0px 2px;
}
.menuBackupSearch {
	display: none;
} /*foot*/
.footer_item h4 {
	font-size: 14px;
}
.footer_right h3 {
	font-size: 14px;
}
.menuBackupLogin {
	margin-left: 8px;
}
.footer_map h3 {
	font-size: 14px;
}
}

@media(max-width:768px) {
.bany_box{
	margin-top:60px;
	}
.yybm_bt{
	font-size:24px;
	}
.bany_yybm ul{
	width:100%;
	}
.bany_yybm ul{
	margin: 30px auto 30px;
	}
.bany_map{ width:100%;padding: 0px 15px 30px;}
.bany_map img{width:100%; }
	
	
	
	
	
.phone_cot>ul>li{    padding: 5px 0;}
.phone_cot>ul>li>a{
	font-size: 14px !important;
	line-height: 25px !important;
	margin-bottom:0 !important;
	}
.phone_bottom{
	padding:0 !important;
	padding-top:15px !important;
	}
.phone_cot{
	min-height:100vh;
	}
.new1_btn span {
	width: 30px !important;
	background: #0092CE;
}
.new1_btn span:after {
	border-left: solid 5px #0092CE;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}
.new1_btn:before {
	width: 70px;
	font-size: 12px;
	line-height: 22px;
}
.fixed_box {
	display: none
}
.phone_head {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 60px;
}
.menuBackup {
	display: none !important
}
.header {
	display: none;
}
.phone_top {
	height: 60px;
	background: rgba(0, 0, 0, 0.85);
	padding: 0 30px;
}
.phone_logo img {
	height: 36px;
}
.phone_logo {
	padding: 10px 0 14px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.phone_btn {
	float: right;
	width: 24px;
	height: 18px;
	margin: 21px 0;
	position: relative;
}
.phone_btn span {
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
	display: inline-block;
	position: absolute;
	transform-origin: center center;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.phone_btn span:first-child {
	top: 0px;
}
.phone_btn span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.phone_btn span:last-child {
	bottom: 0;
}
.phone_btn.open span:first-child {
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.phone_btn.open span:nth-child(2) {
	opacity: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.phone_btn.open span:last-child {
	bottom: 50%;
	transform: rotate(-45deg) translateY(50%);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.phone_bottom {
	background: rgba(0, 0, 0, 0.8);
	padding: 40px 0;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	position: relative;
	left: 40vw;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.phone_bottom.open {
	visibility: visible;
	opacity: 1;
	left: 0;
	transition: visible 0.4s ease, opacity 0.4s ease, left 0.8s ease;
	-webkit-transition: visible 0.4s ease, opacity 0.4s ease, left 0.8s ease;
	-moz-transition: visible 0.4s ease, opacity 0.4s ease, left 0.8s ease;
	-ms-transition: visible 0.4s ease, opacity 0.4s ease, left 0.8s ease;
	-o-transition: visible 0.4s ease, opacity 0.4s ease, left 0.8s ease;
}
body.phone_over, html.phone_over {
	overflow: hidden;
}
.phone_cot {
	padding: 0 15px;
}
.phone_cot>ul>li>a {
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}
.phone_down a {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.8);
}
.phone_cot>ul>li {
	
}
.phone_down {
	display: none
}
.footer_left ul li:nth-child(6) {
	display: none;
}
.footer_left {
	width: 73%;
}
.footer_right {
	width: 27%;
}
.footer_left li {
	width: 16.28%;
}
body {
	/*font-family: "Source Han Serif", 微软雅黑, STHeiti;*/
} /**index**/
.ind6_tit h3:before {
	left: 0;
}
.ind6_tit h3 {
	padding-left: 30px;
	font-size: 22px;
	line-height: 30px;
}
.ind6_tit {
	margin-bottom: 30px;
}
.ban_txtH2 h3 {
	font-size: 22px;
}
.ban_txtH5 h5 {
	max-width: 100%;
}
.banner_txt {
	padding: 10px 30px;
	max-width: 100%;
	bottom: -10%;
	z-index: 0;
}
.banner_bottom {
	display: none;
}
.banner {
	margin-bottom: 50px;
}
.ban_more a {
	width: 35px;
	height: 35px;
	top: -50px;
}
.ban_more {
	margin-top: 90px;
}
.bannerBox {
	height: 100%;
}
.ind1_img {
	top: 0px;
	opacity: 1;
}
.index_sec1 {
	padding: 0px 0 50px;
}
.index1_left {
	width: 100%;
	height: 35vh;
	position: relative;
}
.index1_right {
	position: relative;
	width: 100%;
	height: 200%;
}
.ind1_rightHarf {
	height: 35vh;
}
.ind1_img .ind1_zz {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.ind1_img .ind1_wz {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.ind1_wz p {
	display: none;
}
.ind1_wz h3 {
	font-size: 16px;
}
a.arrow-left_ind4, a.arrow-right_ind4 {
	width: 40px;
	height: 40px;
	padding: 10px 0;
	top: 100%;
}
.plus {
	display: none;
}
.swiper_ind4 .swiper-slide {
	width: 45% !important;
}
.index4_txt h2 {
	font-size: 16px;
	line-height: 26px;
}
.index4_lis {
	margin: 0 0 30px;
}
.index_sec4 {
	padding: 50px 0 50px;
}
.ind_box5 {
	padding: 50px 0 20px;
}
.con2_div1>div {
	opacity: 1;
	left: 0px;
	padding-left: 0;
	margin-bottom: 20px;
}
.con2_tp {
	width: 100%;
	height: auto;
}
.con2_wzxx {
	width: 100%;
	height: auto;
	margin-bottom: 0 !important;
}
.con2_div2 ul li {
	opacity: 1;
	top: 0px;
	width: 50%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 20px;
}
.con2_div2 ul li a {
	height: 40px;
}
.con2_wzxx p {
	font-size: 12px;
	line-height: 22px;
}
.con2_more a {
	font-size: 12px;
}
.con2_jxs {
	width: 100%;
	height: auto;
	margin: 40px 0 !important;
}
.c2jxs_nm1 {
	font-size: 16px;
	font-style: normal;
}
.ind6_cot li {
	opacity: 1;
	top: 0px;
	width: 100%;
	padding-right: 0;
	margin-bottom: 30px;
}
.ind6_img {
	padding-bottom: 90%;
}
.ind6_btn {
	top: 150px;
	left: 15px;
	width: 100px;
}
.ind6_li .ind6_btn:before {
	width: 70px;
	font-size: 12px;
	line-height: 22px;
}
.ind6_btn span {
	width: 30px;
}
.ind6_more span:before {
	width: 50%;
}
.ind6_more span:after {
	right: 20px;
}
.ind6_more a {
	font-size: 14px;
	line-height: 24px;
}
.ind6_more span {
	width: 50px;
}
.c2jxs_nm2 {
	margin-top: 10px;
	font-size: 12px;
	line-height: 22px;
}
.ind5_more a {
	font-size: 12px;
	line-height: 22px;
}
.ind6_wz p {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
}
.ind6_wz {
	left: 0%;
	padding: 0 10px;
	width: 100%;
}
.ind_box7 {
	padding: 50px 0;
}
.ind7_top li {
	opacity: 1;
	top: 0px;
	width: 100%;
	padding-right: 0px;
}
.ind7_top h5 {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
}
.ind7_btn a {
	width: 60%;
	font-size: 12px;
	line-height: 38px;
}
.ind7_btn {
	margin-top: 30px;
}
.ind6_cont {
	width: 100%;
	padding: 0 15PX;
}
.ind7_bottom {
	margin-top: 50px;
	margin-bottom: 20px;
}
.index4_box1 {
	position: relative;
} /**index**/
.index1_box {
	padding-top: 0;
}
.ban_txtH5 {
	display: none
}
.ind5_txt h3 {
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
.ind5_txt p {
	font-size: 12px;
	line-height: 22px;
}
.ind5_cot li:first-child .ind5_lis {
	position: relative;
	top: 0;
	height: auto;
}
.ind5_cot li a {
	padding-bottom: 80%;
}
.ind5_cot li:first-child a {
	height: auto;
	padding: 0;
}
.ind5_txt span {
	position: relative;
	font-size: 14px;
}
.ind5_txt span i {
	font-size: 20px;
}
.ind5_wz h3 {
	font-size: 20px;
	margin-bottom: 4px;
}
.ind5_wz p {
	font-size: 14px;
	line-height: 24px;
}
.ind_box6 {
	padding: 50px 0 20px;
}
.ind6_pic {
	padding-bottom: 14vh;
	width: 30%;
}
.ind6_txt h3 {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 4px;
}
.ind6_txt p {
	font-size: 12px;
	line-height: 22px;
	max-height: 44px;
	margin-bottom: 28px;
}
.ind6_lis {
	margin-bottom: 30px !important;
}
.new1_btn {
	height: 20px;
}
.ind6_cot .col-sm-6 {
	margin-bottom: 40px;
}
.new1_btn span {
	width: 100px;
}
.new1_btn {
	width: 100px;
}
}


@media (min-width: 980px) and (max-width: 1500px) {
.menuBackupL ul li{ margin-right:18px;}
	
	}

@media (max-width: 767px) {
.footer {
	padding: 40px 0 0px;
}
.footer_top li {
	padding: 5px;
}
.footer_left {
	display: none
}
.footer_right {
	width: 100%;
}
.footer_right h3 {
	line-height: 24px;
	margin-bottom: 8px;
	font-size: 14px;
}
.footer_right h5 {
	font-size: 12px;
	line-height: 22px;
}
.footer_top {
	margin-bottom: 30px;
}
.footer_bottom {
	padding: 8px 0;
	text-align: left
}


.sjddb{
	height:auto;
	}
.sjddb ul{
	height:auto;
	}
.sjddb ul li{
	height:auto;
	float:left;
	line-height:25px;
	}
.sjddb ul li a{
	display:block;
	padding:0px 10px;
	font-size:14px;
	color:#666;
	}
.sjddb ul li a:hover{
	color:#0092CE;
	}
.sjddb_line{
	width:1px;
	height:10px;
	background:#666;
	float:left;
	margin-top:7px;
	}
	
.xxk{ width:40%; bottom:auto; top:50%; margin-top:-19px;}
.xxk img{ width:100%;}


.foot_guding{
	width:100%;
	height:auto;
	position: fixed;
	left:0;
	bottom:0;
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:20px 0;
	z-index: 9;
	}
.foot_guding ul{
	height:auto;
	}
.foot_guding ul li{
	width:33.333%;
	height:auto;
	float:left;
	}
.foot_guding ul li a{
	display:block;
	text-align:center;
	}
.foot_gdtp{
	width:25%;
	height:auto;
	margin:0 auto;
	}
.foot_gdnm{
	margin-top: 5px;
    font-size: 14px;
	color: #333;
	}


}
