﻿@import url(anim.css);
@import url(lrtk3.css);
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #333;
	font-size: 12px;
	height: unset!important;
	font-family: "微软雅黑", "Arial", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;/*-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  -moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;*/
}
/*a:hover {*/
/*	color: #00a1e9;!*text-decoration: underline;*!*/
/*}*/
input, select, img {
	vertical-align: middle;
}
ul, li {
	list-style: none;
}
em, cite, th {
	font-style: normal;
	font-weight: normal;
}

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

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-slide a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper .swiper-pagination {
	bottom: 80px;
}
.swiper-pagination-bullet {
	width: 26px;
	height: 6px;
	border-radius: 32px;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet:hover {
	/*background: #b3b3b3;*/
}
.swiper-pagination-bullet-active {
	width: 44px;
	background: #0058FF;
}
.swiper-slide .carousel-text {
	position: absolute;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	z-index: 999999;
	color: #000000;
	top: 148px;
	text-align: left;
}
.swiper-slide .carousel-text div:nth-child(1) {
	font-size: 26px;
	margin-bottom: 16px;
}
.swiper-slide .carousel-text div:nth-child(2) {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 16px;
}
.swiper-slide .carousel-text div:nth-child(3) {
	width: 600px;
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 23px;
	text-indent: 2em;
}
.swiper-slide .carousel-text div:nth-child(4) {
	width: 150px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	background: #0058FF;
	font-size: 14px;
}
.swiper-slide .carousel-text div:nth-child(4):hover {
	opacity: 0.8;
}
.swiper-slide .carousel-text div:nth-child(4) a {
	display: block;
	color: #FFFFFF;
	cursor: pointer;
}

.text-hidden {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.wrap {
	clear: both;
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}
.wrap2 {
	clear: both;
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}
.wrap3 {
	clear: both;
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}
.divhidden {
	display: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.c_l {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.f50 {
	font-size: 50px;
}
.f44 {
	font-size: 44px;
}
.f41 {
	font-size: 41px;
}
.f40 {
	font-size: 40px;
}
.f38 {
	font-size: 38px;
}
.f36 {
	font-size: 36px;
}
.f32 {
	font-size: 32px;
}
.f30 {
	font-size: 30px;
}
.f28 {
	font-size: 30px;
}
.f24 {
	font-size: 24px;
}
.f22 {
	font-size: 22px;
}
.f18 {
	font-size: 18px;
}
.f16 {
	font-size: 16px;
}
/*PC导航*/
.header-v1 {
	width: 100%;
	position: fixed; /*overflow:hidden; */
	height: 60px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 -1px 0 #f0f0f0;
	backdrop-filter: blur(2px);
	top: 0;
}
.nav-hide .header-v1 {
	height: 60px;
}
/*.nav-hide .blank_h {*/
/*	height: 80px;*/
/*}*/

.header-v1 .top-main {
	width: 1400px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	position: relative;
}
.header-v1 .top-main .logo1 {
	display: flex;
	height: 60px;
	margin-right: 54px;
	justify-content: center;
	align-items: center;
}
.header-v1 .top-main .logo1 a{
	width: 162px;
	height: 36px;
	max-height: 45px;
	display: block;
}
.header-v1 .top-main .logo1 img {
	width: 100%;
	height: 100%;
	max-height: 45px;
	vertical-align: middle;
}
/*.nav-hide .header-v1 .top-main .logo1 img{*/
/*	margin-top: -20px;*/
/*}*/
.header-v1 .top-main .logo1 img:hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
.header-v1 .top-main .top_r {
	float: right;
}
.header-v1 .languages {
	float: right;
	position: relative;
	display: block;
	font-size: 12px;
	color: #707070;
	height: 38px;
	line-height: 38px;
	padding-left: 18px;
	text-align: right;
	font-family: "宋休";
	text-decoration: none;
	margin-left: 10px;
	background: url(../images/top_pic2.png) left center no-repeat;
	margin-top: 29px;
	transition: all 0.3s;
}
.header-v1 .languages:hover {
	margin-top: 25px;
}
.nav-hide .header-v1 .languages {
	margin-top: 22px;
}
.nav-hide .header-v1 .languages:Hover {
	margin-top: 18px;
}
.header-v1 .languages:Hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
/*.header-v1 .languages:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:after{content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: -1px;height:4px;opacity: 0;background-color: #c71d32;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}*/
.header-v1 .top-main .top-main-content {/* float:right;*//* margin-top:31px;*/
	text-align: center;
}
.navBar {
}
.nav {
	list-style: none;
	padding: 0;
}
.nav .m { /*float:left; */
	display: inline-block;
	border-top: 0;
	border-bottom: 0; /*width:120px; *//* position:relative; */
	margin: 0 12px;
}
.nav .mOther {
	position: relative;
}
.nav a:hover {
	text-decoration: none; /*color:#fff;*/
	vertical-align: top;
}
.nav li:hover span {
	transform: translateY(-100%);/*color:#fff;*/
}
.nav h3 {
	float: left;
	font-weight: normal;
	font-size: 16px;
	height: 60px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
}
.nav h3 a {
	display: block;
	color: #2f2f2f;
	line-height: 60px;
	font-size: 16px;
	text-transform: uppercase;
}
.nav h3 a:hover {
	color: #0058FF;
}
/*.nav h3 a span {*/
/*	display: block;*/
/*	position: relative;*/
/*	transition: all 0.3s;*/
/*	height: 60px;*/
/*	text-transform: uppercase;*/
/*}*/
/*.nav-hide .nav h3 a span {*/
/*	height: 80px;*/
/*}*/
/*.nav h3 a span:after {*/
/*	content: attr(data-title);*/
/*	position: absolute;!*color:#fff;*!*/
/*	left: 0;*/
/*	transform: translateY(100%);*/
/*	width: 100%;*/
/*	top: 0; !*color:#fff;*!*/
/*}*/
.nav h3 a i {
	width: 9px;
	height: 5px;
	background: url(../images/top_pic5.png) no-repeat;
	display: inline-block;
	margin-left: 7px;
}
.nav-hide .nav {
}
.nav-hide .nav h3 {
	/*height: 80px;*/
}
.nav-hide .nav h3 a {
	/*line-height: 80px;*/
}
.nav .on {
}
.nav .on h3 a {/* height:42px; line-height:42px; *//*color:#fff;background:#ec2029;*/ /*background:url(../images/top_bg.png) center bottom no-repeat;*/
}
.nav .on h3 a i {
	background: url(../images/top_pic6.png) no-repeat;
}
.nav .on h3 a span { /*color:#fff;*/
}
.nav li.on a:after {
	left: 0%;
	right: 0%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
/*.nav li h3 a:after {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	right: 50%;*/
/*	margin-left: 0px;*/
/*	margin-right: 0px;*/
/*	bottom: 0px;*/
/*	height: 4px;*/
/*	opacity: 0;*/
/*	background-color: #00a1e9;*/
/*	-webkit-transition: all .5s;*/
/*	-o-transition: all .5s;*/
/*	-ms-transition: all .5s;*/
/*	transition: all .5s;*/
/*}*/
/*.nav li h3 a:hover:after {*/
/*	left: 1%;*/
/*	right: 1%;*/
/*	opacity: 1;*/
/*	-webkit-transition: all .5s;*/
/*	-o-transition: all .5s;*/
/*	-ms-transition: all .5s;*/
/*	transition: all .5s;*/
/*}*/
.nav li:hover .triangle::before {
	transition: .5s;
	visibility: visible;
	opacity: 1;
}
.nav li h3 .triangle::before {
	content: "";
	width: 0;
	height: 0;
	/* 隐藏三角 */
	/*display: none;*/
	border: solid;
	border-width: 0 15px 14px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.nav li h3 .triangle::after {
	content: "";
	width: 0;
	height: 0;
	/* 隐藏三角 */
	display: none;
	border: solid;
	border-width: 0 16px 15px;
	border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	margin: auto;
	z-index: 9998;

	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.nav .m:hover .subOther {
	-webkit-transition: opacity, -webkit-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	-o-transition: opacity, -o-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	-moz-transition: transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, opacity, -moz-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	transition: transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, opacity, -webkit-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, -moz-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, -o-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	visibility: visible;
	opacity: 1;
	z-index: 10;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.nav .m:hover .sub {
	-webkit-transition: opacity, -webkit-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	-o-transition: opacity, -o-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	-moz-transition: transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, opacity, -moz-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	transition: transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, opacity, -webkit-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, -moz-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, -o-transform 150ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	visibility: visible;
	opacity: 1;
	z-index: 10;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.nav .subOther {
	width: 140px;
	height: auto;
	position: absolute;
	top: 60px;
	left: -38px;
	right: 0;
	margin: auto;
	border-radius: 15px;
	background: #FFFFFF;
	padding: 28px 32px;
	box-sizing: border-box;
	box-shadow: 0px 4px 10px 0px rgba(0, 88, 255, 0.15);
	/*下拉动效*/
	-webkit-transition: opacity, -webkit-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	-o-transition: opacity, -o-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	-moz-transition: transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, opacity, -moz-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	transition: transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, opacity, -webkit-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, -moz-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, -o-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.nav .subOther ul li {
	/*overflow: hidden;*/
	white-space: nowrap;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 36px;
	text-align: left;
}
.nav .subOther ul li a{
	display: block;
	width: 100%;
}
.nav .subOther ul li:last-child {
	margin-bottom: 0;
}
.nav .subOther ul li a:hover {
	color: #0058FF;
}
.nav .sub {
	width: 1400px;
	box-sizing: border-box;
	min-height: 388px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 15px;
	background: url("../images/bg_header_product.png") no-repeat bottom right, -webkit-linear-gradient(270deg, #FFFFFF 0%, #EEF4FF 100%, #F7FAFF 100%);
	display: flex;
	padding: 30px;
	box-shadow: 0px 4px 10px 0px rgba(0, 88, 255, 0.15);

	/*下拉动效*/
	-webkit-transition: opacity, -webkit-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	-o-transition: opacity, -o-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	-moz-transition: transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, opacity, -moz-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	transition: transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, opacity, -webkit-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, -moz-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms, -o-transform 0ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.sub .label-img {
	width: 31px;
	height: 24px;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 4px;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sub .sub-product {
	margin-left: 35px;
	width: 195px;
}

.sub .sub-product:nth-child(1) {
	margin: 0;
}

.sub .sub-product .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	color: #262626;
	margin-bottom: 24px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.sub .sub-product .title .img {
	width: 24px;
	display: inline-block;
	margin-right: 8px;
}

.sub .sub-product .title .name-info {
	text-align: left;
	display: block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.sub .sub-product .title div img {
	width: 24px;
	height: 24px;
	display: block;
}

.sub .sub-product .type {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #1D1D1F;
	display: block;
	cursor: pointer;
}

.sub .sub-product .intro {
	width: 194px;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #888F9B;
	display: block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.sub .sub-product ul li {
	height: 42px;
	margin-bottom: 16px;
}
.sub .sub-product ul li a{
	text-align: left;
}

.sub .sub-product ul li .sub-product-name {
	text-align: left;
}

.sub .sub-product ul li:hover .sub-product-name .type {
	color: #0058FF;
}

.sub .sub-programme div > p {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	text-align: left;
}
.sub .sub-programme .programme-scene {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 24px;
}
.sub .sub-programme {
	width: 100%;
}

.sub .sub-programme  ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.sub .sub-programme  ul  li {
	display: flex;
	width: 24.99%;
	margin-top: 24px;
	height: 60px;
}

.sub .sub-programme  ul  li>div>img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.sub .sub-programme  ul  li>div>div:first-child {
	text-align: left;
	line-height: 14px;
	height: 24px;
	font-size: 16px;
	color: #1D1D1F;
}

.sub .sub-programme  ul  li>div>div:first-child a:hover {
	color: #0058FF;
}

.sub .sub-programme  ul  li>div>div:nth-child(2) {
	height: 36px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.sub .aLabel {
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #898989;
	display: inline-block;
	margin-right: 32px;
	margin-bottom: 2px;
}
.sub .programme-industry {
	padding-bottom: 5px;
}
.sub .programme-industry .aLabel:hover {
	color: #0058FF;
}

.nav-hide .nav .sub {
	top: 60px;
}
/*.nav .sub ul {*/
/*	width: 1100px;*/
/*	margin: 0 auto;*/
/*}*/
/*.nav .sub li {*/
/*	vertical-align: middle;*/
/*	list-style: none;*/
/*	text-decoration: none;*/
/*	display: inline-block;*/
/*	line-height: 50px;*/
/*	font-size: 14px;*/
/*	margin-left: 10px;*/
/*	margin-right: 10px;*/
/*	text-transform: uppercase;*/
/*}*/
/*.nav .sub li span {*/
/*	display: block;*/
/*	height: 38px;*/
/*	position: relative;*/
/*}*/
/*.nav .sub li a {*/
/*	text-decoration: none;*/
/*	background: none;*/
/*	color: #262626;!* border-bottom:1px solid #515152;*!*/
/*	display: block;*/
/*	height: 50px;*/
/*	overflow: hidden;*/
/*}*/
/*!*.nav .sub li:last-child a{ border-bottom:0;}*/
/*.nav .sub li:last-child a:hover{ border-bottom:0;}*!*/
/*.nav .sub li a:hover {*/
/*	color: #00a1e9;!*border-bottom:1px solid #00a1e9;*!*/
/*}*/
/*.nav .sub li:hover img {*/
/*	transition: all 0.3s;*/
/*	opacity: 0.8;*/
/*	filter: Alpha(opacity=80);*/
/*}*/
/*.blank_h {*/
/*	height: 100px;*/
/*	overflow: hidden;*/
/*}*/
.top_search {
	/*float: right;*/
	height: 60px;
	/*width: 34px;*/
	position: absolute;
	right: 0;
	display: flex;
}
.top_search .top_search_tel {
	display: flex;
	line-height: 60px;
	color: #1D1D1F;
	font-size: 20px;
}
.top_search .top_search_tel div:first-child{
	margin-right: 15px;
	line-height: 55px;
}
.top_search .top_search_tel div:first-child img{
	width: 22px;
	height: 22px;
}
.top_search .top_search_free {
	height: 60px;
	display: flex;
	align-items: center; /* 垂直居中 */
	margin-left: 23px;
}
.top_search .top_search_free a{
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	background: #0058FF;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.top_search .top_search_free a:hover {
	opacity: 0.8;
}
.nav-hide .top_search {
	height: 60px;
}
.top_search .input1 {
	width: 83%;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	outline: medium;
	background: none;
	color: #9c9c9c;
	text-align: left;
	font-size: 13px;
	border: 0;
}
.top_search em {
	height: 100%;
	width: 100%;
	background: url(../images/top_pic1.png) left center no-repeat;
	cursor: pointer;
	display: block;
}
.top_search em:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.top_search .search_con {
	display: none;
	position: absolute;
	bottom: -73px;
	right: 0px;
	width: 300px;
	height: 0px;
	padding-top: 23px;
	padding-bottom: 19px;
	background: url(../images/top_bg2.png) no-repeat;
	z-index: 100;/* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}
.top_search .search_con .input1 {
	height: 39px;
	line-height: 39px;
	background: #f8f8f8;
	border: 0;
	padding-left: 5px;
	margin-left: 16px;
	padding-right: 47px;
	width: 174px;
	float: left;
	outline: none;
}
.top_search .search_con .bnts {
	float: left;
	width: 40px;
	height: 39px;
	background: url(../images/top_pic3.png) no-repeat;
	cursor: pointer;
}
.top_search .search_con .bnts:hover {
	transition: all 0.3s;
	background: url(../images/top_pic4.png) no-repeat;
}
/* 手机导航全局 */
.touch-top {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #090a0c;
	display: none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.touch_bg {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 8;
	background: #0d0d0d;
	display: none;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	height: 100%;
}
.touch-top-wrapper {
	width: 96%;
	margin: 0 auto;
}
.touch-top-wrapper .touch-logo {
	float: left;
}
.touch-top-wrapper .touch-logo img {
	height: 90px;
	display: block;
}
.touch-navigation {
	display: block;
}
.touch-toggle {
	position: absolute;
	right: 10px;
	top: 0;
}
.touch-toggle li {
	float: left;
	height: 70px;
	padding: 0 12px;
	text-align: center;
}
.touch-toggle li a {
	height: 70px;
}
.touch-toggle li:hover, .touch-toggle li:active {
}
.touch-toggle .touch-toggle-item-first {
	border-left: none;
}
.touch-toggle .touch-toggle-item-last {
	border-right: none;
}
.touch-toggle li a {
	display: block;
	font-size: 12px;
}
.touch-toggle li i {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden; /*margin-top:20px;*/
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.touch-toggle .touch-icon-language {
	background-image: url(../images/touch-icon-language.png);
}
.touch-toggle .touch-icon-user {
	background-image: url(../images/touch-icon-user.png);
}
.touch-toggle .touch-icon-search {
	background-image: url(../images/head_pic2.png);
}
.touch-toggle .touch-icon-menu {
	background-image: url(../images/head_pic1.png);
}
.touch-toggle li span {
	display: none;
	text-align: center;
}
.drawer-section {/* background-color:#40312f; padding:20px;*/
	display: none;
}
.drawer-section-menu {/* padding:20px 20px 35px;*/  /*padding:0px 0px 35px;*/
}
.touch-toggle-content {
	clear: both;
}
.touch-menu {
	clear: both;
}
.touch-menu ul li {
	border-bottom: 1px solid #333;
	position: relative;
}
.touch-menu ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;/* padding-left:10px;*/
	padding-left: 2%;
}
.touch-menu ul li a:hover, .touch-menu ul li a:active {
	background-color: #004ce5;
	color: #fff;
}
.touch-menu ul li i {
	position: absolute;
	top: 14px;/* right:5px;*/
	right: 25px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.touch-menu ul li i.touch-arrow-right {
	display: none;
	background-image: url(../images/touch-arrow-r.png);
}
.touch-menu ul li i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d.png);
}
.touch-menu ul li i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u.png);
}
.touch-menu ul li a:hover i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d2.png);
}
.touch-menu ul li a:hover i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u2.png);
}
.touch-menu ul ul {
	display: none;
	margin: 0;/* padding:0 10px 30px 30px;*/
	padding: 0 0px 30px 0px;
}
.touch-menu ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.touch-menu ul ul li a {
	padding: 0;
	padding-left: 3%;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
}
.touch-menu ul ul li i {
	top: 13px;
}
.touch-menu .closetitle {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
}
.touch-menu .closetitle img {
	margin: 0 auto;
	height: 20px;
	width: auto;
}
/*手机弹出搜索*/
.search_div {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	display: none; /*z-index:999;*/
}
.search_div .search_con {
	width: 92%;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	height: 40px !important;
	line-height: 40px;
}
.search_div .search_con .input1 {
	text-indent: 15px;
	width: 88%;
	float: left;
	border: 0;
	background: none;
	height: 100%;
	font-size: 16px;
	outline: none;
	color: #bbb;
}
.search_div .search_con .bnt1 {
	-webkit-appearance: none;
	float: right;
	width: 12%;
	max-width: 60px;
	background: url(../images/head_pic2.png) 50% center no-repeat;
	background-size: auto 55%;
	border: 0;
	height: 100%;
	cursor: pointer;
}
/*右侧悬浮*/
.tool-bar {
	position: fixed;
	/*right: 15px;*/
	top: 300px;
	right: 18px;
	z-index: 99999;
	background-color: transparent;
	text-align: center;
}
.tool-bar:before,
.tool-bar:after {
	clear: both;
	content: "";
	display: block;
}
.tool-free {
	position: relative;
	margin-bottom: 12px;
}
.tool-free-box {
	width: 60px;
	height: 108px;
	border-radius: 10px;
	background: linear-gradient(151deg, #0058FF 0%, #1AB9F7 100%);
	writing-mode: vertical-rl;
	letter-spacing: 10px;
	padding: 10px 20px 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #FFFFFF;
}
.tool-free:hover .tool-free-hover {
	display: flex;
}
.tool-free-hover {
	display: none;
	position: absolute;
	width: 305px;
	height: 108px;
	border-radius: 10px;
	background: linear-gradient(110deg, #0058FF 7%, #1AB9F7 100%);
	right: 0;
	top: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.tool-free-hover div:first-child {
	width: 195px;
}
.tool-free-hover>div:first-child span:first-child {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 30px;
	text-align: left;
}
.tool-free-hover>div:first-child span:last-child {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 5px;
	text-align: left;
}
.tool-free-hover>div:last-child {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 5px;
	color: #0058FF;
	font-size: 14px;
	margin-top: 40px;
	cursor: pointer;
}
.tool-bar ul {
	list-style: none;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.tool-bar ul li {
	list-style: none;
	display: block;
	float: none;
	height: auto;
	font-size: 14px;
	text-align: center;
	position: relative;
}
.tool-bar ul li:first-child {
	border-radius: 10px 10px 0 0;
}
.tool-bar ul li:first-child a{
	border-radius: 10px 10px 0 0;
}
.tool-bar ul li:last-child {
	border-radius: 0 0 10px 10px;
}
.tool-bar ul li:last-child a{
	border-radius: 0 0 10px 10px;
}
.show-info-wx {
	width: 140px;
	box-sizing: border-box;
	position: absolute;
	border-radius: 10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 10px;
	text-align: center;
	left: -155px;
	top: -77px;
	background: #FFFFFF;
}
.show-info-wx img {
	width: 120px;
	height: 120px;
	display: block;
}
.show-info-wx div:nth-child(2) {
	font-size: 14px;
	color: #888F9B;
	margin-top: 7px;
}
.show-info-wx div:nth-child(3) {
	font-size: 14px;
	line-height: 22px;
	color: #888F9B;
	margin-top: 7px;
}

.show-info-tel {
	box-sizing: border-box;
	position: absolute;
	border-radius: 10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 15px;
	text-align: center;
	left: -190px;
	top: -10px;
	background: #FFFFFF;
}
.show-info-tel>div:first-child {
	display: flex;
	line-height: 24px;
}
.show-info-tel>div:first-child img {
	width: 24px;
	height: 24px;
}
.show-info-tel>div:first-child span {
	font-size: 18px;
}
.show-info-tel>div:last-child {
	font-size: 14px;
	color: #888F9B;
	margin-top: 8px;
}
#qrcode:hover .show-info-wx {
	display: block;
}
#telAsk:hover .show-info-tel {
	display: block;
}
.tool-bar .tool-btn {
	padding:0;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	color: #333;
	cursor: pointer;
	position: relative;
}
.tool-btn .show-info {
	display: none;
}

.tool-btn .show-infowx {
	display: none;
	text-align: left;
	position: absolute;
	width: 100px;
	height: 100px;
	top:0;
	left: -110px;
	background-color: #fff;
}

.tool-bar .tool-btn a {
	padding:10px 6px 0 6px;
	width: 60px;
	height: 60px;
	color: #333;
	display: block;
	margin: 0;
	background-color: #fff;
	box-sizing: border-box;
}

#back-to-top {
	display: none;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}
#back-to-top a {
	padding-top: 12px;
}
.tool-bar .tool-btn a:hover {
	opacity: 0.8;
}
.tool-bar img {
	display: block;
	margin: 0 auto;
}
.tool-bar .tool-btn a span:nth-child(2) {
	margin-top: 4px;
	display: block;
	color: #888F9B;
	font-size: 12px;
}
.tool-bar .tool-btn a span:nth-child(3) {
	display: block;
	width: 30px;
	height: 1px;
	background: #E2E5EB;
	margin-top: 5px;
	margin-left: 9px;
}
.tool-bar .tool-btn.top-btn {
	background-color: #fff;
	margin-top: 20px;
	-webkit-box-shadow: 0 0 8px #ccc;
	-moz-box-shadow: 0 0 8px #ccc;
	box-shadow: 0 0 8px #ccc;
}
/*免费试用*/
.tryOut-box-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 110vh;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all 0.2s ease;
}
.tryOut-box {
	display: none;
	width: 810px;
	height: 505px;
	position: fixed;
	top: 25vh;
	left: 50%;
	margin-left: -405px;
	z-index: 99999;
	box-shadow: 0px 4px 10px 0px rgba(61, 128, 255, 0.15);
	border-radius: 10px;
	background: #FFFFFF;
	transition: opacity 0.3s ease-in-out;
}
/* 添加淡入效果 */
.tryOut-content-show {
	display: block;
	opacity: 1;
}
.tryOut-title {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #1D1D1F;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
}
.tryOut-title div {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 32px;
	font-weight: normal;
	cursor: pointer;
}
.tryOut-content{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(61, 128, 255, 0.1);
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
}
.tryOut-content .left_box{
	margin-top: 10px;
	width: 380px;
	height: 350px;
	background: url("../images/tryOut_bg.png") no-repeat, #FFFFFF;
}
.tryOut-content .left-desc{
	border-bottom: 1px solid #E2E5EB;
	margin: 20px 0;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 20px;
	line-height: 22px;
	color: #1D1D1F;
}
.tryOut-content .productList{
	margin-top: 16px;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.tryOut-content .productList .circle{
	display: inline-block;
	border-radius: 2px;
	width: 4px;
	height: 4px;
	margin: 4px;
	background: #0058FF;
}
.tryOut-content .productList div{
	width: 33.3%;
	margin-bottom: 26px;
}
.tryOut-content .proInput{
	position: relative;
	margin-bottom: 10px;
}
.tryOut-content .proInput .tip{
	position: absolute;
	top: -33px;
	left: 104px;
	color: #888F9B;
}
.tryOut-content .bottom-tip{
	color: #888F9B;
	width: 250px;
}
.tryOut-content .title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.tryOut-content .desc {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 400;
	color: #1D1D1F;
	margin-bottom: 20px;
}
.tryOut-content .right_box {
	width: 365px;
	padding: 10px 0;
	position: relative;
}
.tryOut-content .right_box .el-form-item {
	margin-bottom: 16px;
}
.tryOut-content .right_box .el-form-item:last-child {
	margin-bottom: 6px;
}
.tryOut-content .right_box .el-form-item__label {
	line-height: 18px;
	padding: 0;
	margin-bottom: 4px;
	color: #1D1D1F;
}
.tryOut-content .right_box .el-input__inner {
	height: 32px;
	line-height: 32px;
}
.tryOut-content .rand-code img {
	height: 32px;
	margin-top: 4px;
}
.rand-code .el-form-item__content {
	display: flex;
}
.tryOut-apply {
	position: absolute;
	right: 0;
	bottom: -30px;
	padding: 0!important;
	width: 88px!important;
	height: 32px!important;
	border-radius: 5px!important;
	background: #0058FF!important;
	font-size: 14px!important;
	line-height: 32px!important;
	text-align: center;
	color: #FFFFFF!important;
}
.tryOut-apply:hover{
	opacity: 0.7;
}
/*扫码联系我们*/
.contact-box-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all 0.2s ease;
}
.contact-box {
	display: none;
	width: 212px;
	height: 272px;
	position: fixed;
	top: 30vh;
	left: 50%;
	margin-left: -106px;
	z-index: 99999;
	box-shadow: 0px 4px 10px 0px rgba(61, 128, 255, 0.15);
	border-radius: 10px;
	background: #FFFFFF;
	transition: opacity 0.3s ease-in-out;
}
/* 添加淡入效果 */
.contact-content-show {
	display: block;
	opacity: 1;
}
.contact-title {
	height: 60px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #1D1D1F;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
}
.contact-title div {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 32px;
	font-weight: normal;
	cursor: pointer;
}
.contact-content{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.contact-content img {
	width: 100%;
	height: 100%;
}
.contact-bottom {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #888F9B;
	text-align: center;
}
.contact-box .contactButton {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	left: 50%;
	margin-left: -10px;
	top: 286px;
	cursor: pointer;
	box-sizing: border-box;
}
/*尾部*/
.f_bg_wap {
	display: none;
	background: #090a0c;
	padding: 20px;
}
.f_bg_wap >div:first-child {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	background: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	border-radius: 4px;
	color: rgba(255, 255, 255, .8);
	margin: 0 auto;
}
.f_bg_wap >div:first-child p{
	width: 50%;
	text-align: center;
}
.f_bg_wap >div:first-child p a {
	color: rgba(255, 255, 255, .8);
}
.f_bg_wap >div:first-child p:first-child a {
	color: #ffd27b;
	font-weight: bold;
}
.f_bg_wap >div:last-child {
	text-align: center;
	margin-top: 20px;
}
.f_bg_wap >div:last-child span a{
	color: rgba(255, 255, 255, .8);
	font-size: 10px;
}
.f_bg {
	overflow: hidden;
	background: #2E363F;
	color: #8f8f8f;
	font-size: 12px;
	clear: both;
	padding-top: 2%;
	padding-bottom: 1%;
}
.f_bg_div {
	width: 100%;
	max-width: 1300px;
	min-width: 1300px;
	margin: 0 auto;
	font-size: 14px;
}
.f_bg a {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
}
.f_bg a:hover {
	color: #fff;
}
.f_bg .links {
	float: left;
	padding-right: 2.5%;
	margin-right: 3%;
	overflow: hidden;
	max-width: 9%;
	/*padding-bottom: 2%;*/
}
.f_bg .links h2 {
	font-size: 16px;
	line-height: 38px;
	margin-bottom: 10px;
}
.f_bg .links h2 a {
	font-weight: 600;
	color: #FFFFFF;
}
.f_bg .links ul li {
	display: block;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.f_bg .links ul li a {
	transition: all 0.3s;
	padding-right: 5px;
}
.f_bg .links ul li a:hover {
	margin-left: 5px;
	padding-right: 0;
}
.f_bg .f_div2_r2 {
	float: right;
	text-align: center;
	padding-bottom: 2%;
}
.f_bg .f_div2_r2 img {
	display: block;
	width: 118px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
.f_bg .f_div2_r {
	float: right;
	/*margin-top: 20px;*/
	/*overflow: hidden;*/
	/*margin-right: 3%;*/
}
.f_bg .f_div2_r h2 {
	font-size: 18px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.f_bg .f_div2_r .f_logo {
	width: 190px;
	height: 45px;
}

.f_bg .f_div2_r .f_logo img {
	width: 100%;
	height: 100%;
}

.f_bg .f_div2_r .f_code {
	display: flex;
	margin-bottom: 20px;
}

.f_bg .f_div2_r .f_code div {
	/*color:rgba(255, 255, 255, 0.65);*/
	color: #FFFFFF;
	text-align: center;
}

.f_bg .f_div2_r .f_code div:first-child {
	margin-right: 30px;
}

.f_bg .f_div2_r .f_code div img{
	width: 100px;
	height: 100px;
	border-radius: 8px;
	display: block;
	margin-bottom: 10px;
}

.f_bg .f_div2_r .f_text {
	font-weight: 400;
	/*color: rgba(255, 255, 255, 0.65);*/
	color: #FFFFFF;
	line-height: 30px;
	clear: both;
	/*margin-bottom: 20px;*/
}

.f_bg .f_div2_r .f_city {
	display: flex;
	flex-wrap: wrap;
	width: 240px;
	margin-top: 20px;
}

.f_bg .f_div2_r .f_city div{
	height: 14px;
	line-height: 14px;
	margin-bottom: 14px;
	padding: 0 8px;
	/*color: rgba(255, 255, 255, 0.65);*/
	color: #FFFFFF;
	/*border-right: 1px solid rgba(255, 255, 255, 0.65);*/
	border-right: 1px solid #FFFFFF;
}
.f_bg .f_div2_r .f_city div:nth-child(5n) {
	border: 0;
}
.f_bg .f_div2_r .f_city div:last-child {
	border: 0;
}
.f_bg .f_div2_r .f_city div:nth-child(5n + 1) {
	padding-left: 0;
}

.f_bg .f_div2_r .f_image {
	display: flex;
}

.f_bg .f_div2_r .f_image a {
	position: relative;
	margin-right: 30px;
}

.f_bg .f_div2_r .f_image a img:first-child {
	width: 30px;
	height: 30px;
}

.f_bg .f_div2_r .f_image a img:nth-child(2) {
	width: 100px;
	height: 100px;
	position: absolute;
	display: none;
	top: -105px;
	left: -36px;
}

.f_bg .f_div2_r .f_image a:hover  img:nth-child(2) {
	display: block;
}

.f_bg .f_div2_r a {
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 4px;
	padding-bottom: 8px;
	color: #afafaf;
	font-size: 26px;
	font-family: Arial;
}
.f_bg .f_div2_r a:Hover {
	transition: all 0.3s;
	/*opacity: 0.8;*/
	filter: Alpha(opacity=80);
}
.foot_a {
	height: 41px;
	width: 135px;
	display: block;
	margin-top: 10px;
}
.f_div3 {
	height: 40px;
	line-height: 40px;
	background-color: #2E363F;
	clear: both;
	overflow: hidden;
	font-size: 13px;
	color: #8f8f8f;
	text-align: center;
}
.f_div3 .f_bg_div {
	border-top: 1px solid #424242;
}
.f_div3 .f_bg_div span a {
	font-size: 12px;
}
.f_div4 {
	background-color: #2E363F;
	clear: both;
	overflow: hidden;
	color: #8f8f8f;
	text-align: left;
}
.f_div4 .friend-links:first-child {
	border-top: 1px solid #424242;
}
.f_div4 .friend-links {
	width: 100%;
	max-width: 1300px;
	min-width: 1300px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.f_div4 .friend-links a {
	color: #8f8f8f;
	font-size: 14px;
	margin-right: 30px;
}
.f_div3 a {
	color: #8f8f8f;
}
.f_div3 a:hover {
	color: #fff;
	transition: all 0.3s;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
/*.gotop{ position:fixed; bottom:10%; right:1%; width:51px; height:51px; background:url(../images/gotop.png) no-repeat; background-size:100% 100%;
-webkit-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; transition:all 0.5s ease-in-out;
}
.gotop:hover{-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg); cursor:pointer; transform:rotate(360deg);}*/

.right_ul {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	border-top: 2px solid #dedede;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	background-color: #fff;
}
.right_ul ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.right_ul ul li img {
	height: 22px;
	margin: 0 auto;
}
.right_ul ul li a {
	display: block;
	border-right: 1px solid #dedede;
}
.right_ul ul li:last-child a {
	border: 0;
}
/*微信弹窗*/
#hidden {
	z-index: 2147483647;
	display: none;
	background: #000;
	filter: alpha(opacity=0);
	left: 0px;
	opacity: 0;
	position: fixed;
	width: 3000px;
	height: 100%;
	padding-top: 28%;
	text-align: center;
	top: 0;
}
#hiddenimg {
	opacity: 1;
	display: none;
	position: fixed;
	left: 0%;
	width: 100%;
	height: 300px;
	padding-top: 0;
	z-index: 2147483647;
	top: 28%;
	text-align: center;
}
#hiddenimg img {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}
#hiddenimg2 {
	text-align: center;
}
.weixinclose {
	position: fixed;
	right: 2%;
	top: 2%;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 2147483648;
	font-weight: normal;
	display: none;
}
/*荣誉弹窗*/
.case_bgs {
	z-index: 19891024;
	background: url(../images/about_bg.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.case_tc {
	z-index: 19891025;
	width: 90%; /* top: 157.5px; */
	left: 50%;
	margin-left: -46%; /* margin-left: -300px; */
	position: absolute;
	overflow: hidden;
	top: 270px;
	height: 0;
	display: none;
}
.case_tc .case_box {
	width: 94%;
	margin: 0 auto;
	max-width: 740px;
	background: #00a1e9;
	border: 6px solid #b3b3b3;
	border-radius: 6px;
	overflow: hidden;
}
.case_tc .case_box2 {
	width: 94%;
	margin: 0 auto;
	max-width: 1028px;
	background: #fff;
	overflow: hidden;
}
.case_tc .case_divs {
	position: relative;
	width: 100%;
}
.case_tc .case_divs .closed {
	right: 0%;
	position: absolute;
	top: 0%;
	cursor: pointer;
}
.case_tc .case_divs .closed:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
.case_tc .case_divs .closed2 {
	right: 15px;
	position: absolute;
	top: 15px;
	cursor: pointer;
}
.case_tc .case_divs .closed2:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
.case_tc #tc_big {
	width: 100%;
	display: block;
}
.case_tc .case_divs .case_txt {
	padding: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.case_tc .case_divs .case_txt h2 {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
}
.case_tc .case_divs .case_txt2 {
	max-width: 890px;
	width: 94%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.case_tc .case_divs .case_txt2 h2 {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 1%;
}
.case_tc .case_divs .case_txt3 {
	max-width: 890px;
	width: 94%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.case_tc .case_divs .case_txt3 dl dt {
	font-weight: bold;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	color: #333333;
}
.case_tc .case_divs .case_txt3 dl dd:first-child {
	font-size: 14px;
}
.case_tc .case_divs .case_txt3 dl dd {
	color: #555555;
	font-size: 13px;
	line-height: 28px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.case_tc .case_divs .case_txt3 dl dd h3 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.case_tc .case_divs .case_txt3 dl dd:last-child {
	border-bottom: 0;
}
.case_tc .case_divs .case_txt3 dl dd .job_a {
	display: block;
	width: 150px;
	height: 44px;
	overflow: hidden;
	background-color: #409EFF;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	border-radius: 6px;
	margin-top: 50px;
	text-align: center;
	transition: all 0.3s;
}
.case_tc .case_divs .case_txt3 dl dd .job_a:hover {
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
 @media screen and (max-width: 1600px) {
.f50 {
	font-size: 47px;
}
.f44 {
	font-size: 40px;
}
.f41 {
	font-size: 38px;
}
.f40 {
	font-size: 37px;
}
.f38 {
	font-size: 36px;
}
.f36 {
	font-size: 35px;
}
}
@media screen and (max-width: 1440px) {
.f50 {
	font-size: 45px;
}
.f44 {
	font-size: 38px;
}
.f41 {
	font-size: 36px;
}
.f40 {
	font-size: 35px;
}
.f38 {
	font-size: 34px;
}
.f36 {
	font-size: 33px;
}
}

.footx a{ display:inline-block; margin-right:10px}
