body { word-wrap:break-word; word-break:break-all;background: #fff;margin: 0 auto;width: 100%;font-family: arial;word-break: keep-all;}
* {box-sizing: border-box;margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-size: 14px;font-weight: normal;}
*:focus {outline: none;}
button, input, select, textarea, label { vertical-align:middle; border: 0; outline: none;background: none;}
img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;}
ul, ol {list-style:none; }
a {text-decoration:none !important; vertical-align:baseline; cursor:pointer;-o-transition: .2s ease;-moz-transition: .2s ease;-webkit-transition: .2s ease;transition: .2s ease;color: #666;}
table { border-collapse:collapse; border-spacing:0; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1;}
.fl { float:left; _display:inline; }
.fr { float:right; _display:inline; }
input, textarea {outline: none;-webkit-appearance: none;}
input[type='checkbox']:focus{outline: none;}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.h_top {
	background: #222;
}
.lanuage {
	padding-right: 6.5%;
	text-align: right;
}
.lanuage a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 0 12px;
	position: relative;
	line-height: 28px;
}
.lanuage a::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 14px;
	background: #747474;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.lanuage a:last-child::before {
	display: none;
}
.head {
	background: #fff;
	position: relative;
}
a.h_logo {
	float: left;
	margin-top: 10px;
}
.nav {
	float: right;
	text-align: right;
	/* width: 80%;
	margin-right: 6%; */
	width: 90%;
}
.nav ul li {
	display: inline-block;
	margin: 0 6px;
	/* width: 90px; */
	width: auto;
	text-align: center;
}
.nav ul li > a {
	display: block;
	color: #000;
	font-size: 16px;
	position: relative;
	line-height: 74px;
	padding: 0 10px;
}
.nav ul li > a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #24b4ff;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7px;
	transition: all .4s;
}
.nav ul li.active > a {
	font-size: 20px;
	color: #24b4ff;
}
.nav ul li.active > a::before {
	width: 100%;
}
.two_main {
	position: absolute;
	width: 100%;
	left: 0;
	top: 74px;
	border-top: 1px solid #ccc;
	background: #fff;
	min-height: 80px;
	display: none;
	z-index: 99;
}
.two_stage {
	display: none;
	position: absolute;
	transform: translateX(-50%);
	width: 1200px;
	left: 50%;
}
.two_stage ul {
	text-align: center;
}
.two_stage ul li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.two_stage ul li > a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	line-height: 38px;
	padding: 0 12px;
	border-bottom: 2px solid #fff;
}
.two_stage ul li:hover > a {
	color: #24b4ff;
	border-color: #24b4ff;
}
.two_stage dl {
	padding: 5px 0;
	display: none;
	text-align: left;
}
.two_stage dl dd > a {
	color: #333;
	font-size: 16px;
	line-height: 32px;
}
.two_stage dl dd > a:hover {
	color: #24b4ff;
}
.two_stage:nth-child(3) {
	min-height: 570px;
}
.hd_tab {
	width: 1200px;
	margin: 0 auto;
}
.hd_list1 {
	padding-bottom: 50px;
	padding-top: 30px;
	border-top: 1px solid #00aeff;
	margin-top: 10px;
}
.hd_list1 .hd_item1 {
	width: 29%;
	float: left;
	margin-left: 3.33%;
	text-align: center;
}
.hd_list1 .hd_item1 a {
	display: block;
}
.hd_list1 .hd_item1 a h2 {
	color: #00aeff;
	font-size: 16px;
}
.hd_img1 {
	overflow: hidden;
	margin-bottom: 14px;
}
.hd_img1 img {
	transition: all .36s;
}
.hd_list1 .hd_item1 a:hover .hd_img1 img {
	transform: scale(1.2);
}
.hd_tab .tab1 {
	display: none;
}
/* mobile header */
.m_header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 100;
}
.m_hd_con {
	margin: 0 auto;
	position: relative;
}
.m_logo {
	float: left;
	padding: 8px 0;
}
.m_logo img {
	height: 38px;
}
#openBtn {
	display: block;
	position: fixed;
	top: 20px;
	right: 4%;
	z-index: 100;
	cursor: pointer;
}
#openBtn .lcbody {
	width: 26px;
	height: 15px;
	position: relative;
}
#openBtn .lcbody .lcitem {
	width: 100%;
	height: 1px;
	position: absolute;
	transition: transform 0.36s ease;
}
#openBtn .lcbody .lcitem div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	background: #999;
}
#openBtn .lcbody .top {
	top: 0;
}
#openBtn .lcbody .center {
	display: block;
	top: 49%;
}
#openBtn .lcbody .bottom {
	top: 100%;
}
#openBtn .lcbody:hover .lcitem.top .rect {
	animation: move 0.4s ease-in-out 1;
}
#openBtn .lcbody:hover .lcitem.center .rect {
	animation: move 0.4s ease-in-out 0.1s 1;
}
#openBtn .lcbody:hover .lcitem.bottom .rect {
	animation: move 0.4s ease-in-out 0.2s 1;
}
#openBtn.on .lcitem.top {
	transform: rotateZ(45deg);
	top: 49%;
}
#openBtn.on .lcitem.center {
	opacity: 0;
}
#openBtn.on .lcitem.bottom {
	transform: rotateZ(-45deg);
	top: 49%;
}
@keyframes move {
	0% {
		right: 0;
	}
	40% {
		right: 0;
		width: 0;
	}
	60% {
		right: auto;
		width: 0%;
	}
	100% {
		right: auto;
		width: 100%;
	}
}
@-webkit-keyframes move {
	0% {
		right: 0;
	}
	40% {
		right: 0;
		width: 0;
	}
	60% {
		right: auto;
		width: 0%;
	}
	100% {
		right: auto;
		width: 100%;
	}
}
.navMini {
	position: fixed;
	width: 30%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	transform: translateX(120%);
	transition: all 0.6s cubic-bezier(.075, .82, .165, 1);
}
.navMini.unfold {
	transform: translateX(0);
}
.nav_wrap {
	padding-top: 54px;
	height: 100%;
	overflow-y: auto;
}
.m_nav ul li {
	line-height: 50px;
	border-bottom: 1px solid #f0f0f0;
}
.m_nav ul li > a {
	display: block;
	width: 100%;
	color: #000;
	text-indent: 8%;
}
.m_nav ul li > a.icon1,
.m_nav ul li dl dd > a.icon1 {
	position: relative;
}
.m_nav ul li > a.active ,
.m_nav ul li dl dd > a.active {
	color: #24b4ff;
}
.m_nav ul li > a.icon1:before ,
.m_nav ul li dl dd > a.icon1::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 12px;
	transition: all ease-in-out .36s;
	right: 5%;
	top: 50%;
	margin-top: -7px;
	background: url(../images/icon4.png) no-repeat center;
	background-size: 6px 12px;
}
.m_nav ul li > a.icon1.active:before,
.m_nav ul li dl dd > a.icon1.active::before{
	transform: rotate(90deg);
}
.m_nav ul li dl {
	padding-bottom: 6px;
	display: none;
}
.m_nav ul li dl dd > a {
	text-indent: 14%;
	line-height: 40px;
	font-size: 14px;
	display: block;
}
.san_nav {
	display: none;
}
.san_nav a {
	display: block;
	font-size: 14px;
	text-indent: 20%;
}
.m_lanuage {
	padding-left: 8%;
}
.m_lanuage a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
/* banner */
.banner_i1 {
	position: relative;
	height: 820px;
}
.banner_i1 > img {
	height: 100%;
	object-fit: cover;
}
.banner_info1 {
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	z-index: 5;
}
.banner_info1 h1 ,
.banner_info1 h2 {
	color: #fff;
	font-size: 67px;
}
.banner_info1 h1 {
	text-indent: 6%;
	margin-bottom: 35px;
}
.banner_info1 h2 {
	text-indent: 34%;
}
.b_img1 {
	position: absolute;
	right: 24%;
	bottom: 60px;
}
.b_img1 img {
	animation: upDown 3s -0.5s linear infinite;
}
.move-img {
	position: absolute;
	z-index: 0;
}
.move-img01 {
	top: 24.8%;
	left: 0;
	animation: animate5 18s -0.5s linear infinite;
}
.move-img02 {
	left: 20%;
	bottom: 0;
	animation: animate3 18s -0.5s linear infinite;
}
.move-img03{
	top: -101px;
	left: 21%;
	animation: animate2 15s -0.5s linear infinite;
}
.move-img04 {
	top: 19%;
	left: 54%;
	animation: animate2 10s -0.5s linear infinite;
}
.move-img05 {
	top: 12%;
	right: 20%;
	animation: animate1 22s -0.5s linear infinite;
}
.move-img06 {
	bottom: 10%;
	right: 1.5%;
	animation: animate1 20s -0.5s linear infinite;
}
@keyframes upDown{
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}
@-webkit-keyframes upDown{
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes animate1{
	0% {
		transform: rotateZ(0);
	}
	50% {
		transform: translate(-50%,30%) rotateZ(180deg);
	}
	100% {
		transform: translate(0) rotateZ(360deg);
	}
}
@keyframes animate2{
	0% {
		transform: rotateZ(0);
	}
	100% {
		transform: rotateZ(360deg);
	}
}
@keyframes animate3{
	0% {
		transform: rotateZ(0);
	}
	50% {
		transform: translate(-50%,-30%) rotateZ(180deg);
	}
	100% {
		transform: translate(0) rotateZ(360deg);
	}
}
@-webkit-keyframes animate4{
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(50px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes animate5 {
	0% {
		transform: rotateZ(0);
	}
	50% {
		transform: translate(-30%,-50%) rotateZ(180deg);
	}
	100% {
		transform: translate(0) rotateZ(360deg);
	}
}

/* footer */
.foot1 {
	background: url(../images/f_bg.jpg) no-repeat center;
	background-size: cover;
}
.f_con {
	width: 885px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.f_nav {
	text-align: center;
	margin-bottom: 60px;
	font-size: 0;
}
.f_nav a {
	display: inline-block;
	color: #fff;
	/* font-size: 16px; */
	font-size: 14px;
	margin: 0 10px;
	/* width: 90px; */
	width: auto;
	line-height: 54px;
}
.f_nav a:hover {
	color: #26baff;
	/* font-size: 20px; */
}
.copyright {
	background: #000;
	text-align: center;
}
.copyright p {
	padding: 15px;
}
.copyright p > * {
	display: inline-block;
	vertical-align: middle;
}
.copyright p span {
	color: rgba(255,255,255,.8);
	font-size: 12px;
	line-height: 20px;
	margin-right: 15px;
}
.f_item1 {
	width: 37.28%;
	float: left;
}
.f_item1 p img {
	margin-top: 8px;
}
.f_item1 p > * {
	display: inline-block;
	vertical-align: top;
}
.f_item1 p span {
	color: #fff;
	line-height: 30px;
	width: 74%;
	margin-left: 10px;
	font-size: 14px;
}
.f_item2 {
	/* width: 40%; */
	width: 36%;
	float: left;
	/* padding: 0 7%; */
	padding: 0 4%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.f_item2 p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.f_ewm {
	float: right;
	text-align: center;
}
.f_ewm p {
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
}

/* floatRight */
.floatRight {
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.floatRight ul li {
	position: relative;
	margin-bottom: 2px;
}
.floatRight ul li > a {
	display: inline-block;
	font-size: 0;
	background: #999;
	transition: all .4s;
}
.floatRight ul li:hover > a{
	background: #24b4ff;
}
.f_se {
	position: absolute;
	right: 52px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.f_p1 {
	width: 215px;
	text-align: center;
	background: #24b4ff;
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}
.f_p1::before {
	position: absolute;
	content: "";
	width: 0;
	border-left: 5px solid #24b4ff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}
.ewm_f {
	width: 120px;
	height: 120px;
	text-align: center;
}
.floatRight ul li:hover .f_se {
	display: block;
}
/* 关于我们 */
.about_title1 {
	text-align: center;
	padding: 90px 0 60px 0;
}
.about_title1 h1 {
	color: #00aeff;
	font-size: 32px;
	letter-spacing: 6px;
	margin-bottom: 6px;
}
.about_title1 h2 span {
	display: inline-block;
	width: 6px;
	height: 7px;
	background: #00aeff;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
.about_title1 h2 span:nth-child(2) {
	width: 56px;
	margin: 0 8px;
}
.about_title1 h2 span:nth-child(1) {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
	-moz-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
	-o-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
	animation: ball-newton-cradle-left 1s 0s ease-out infinite;
}
.about_title1 h2 span:nth-child(3) {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
	-moz-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
	-o-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
	animation: ball-newton-cradle-right 1s 0s ease-out infinite;
}
@keyframes ball-newton-cradle-left{
	25%{
		-webkit-transform:translateX(-100%);
		-moz-transform:translateX(-100%);
		-o-transform:translateX(-100%);
		transform:translateX(-100%);
		-webkit-animation-timing-function:ease-in;
		-moz-animation-timing-function:ease-in;
		-o-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}50%{
		-webkit-transform:translateX(0%);
		-moz-transform:translateX(0%);
		-o-transform:translateX(0%);
		transform:translateX(0%);
	}
}
@keyframes ball-newton-cradle-right{
	50%{
		-webkit-transform:translateX(0%);
		-moz-transform:translateX(0%);
		-o-transform:translateX(0%);
		transform:translateX(0%);
	}75%{
		-webkit-transform:translateX(100%);
		-moz-transform:translateX(100%);
		-o-transform:translateX(100%);
		transform:translateX(100%);
		-webkit-animation-timing-function:ease-in;
		-moz-animation-timing-function:ease-in;
		-o-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}100%{
		-webkit-transform:translateX(0%);
		-moz-transform:translateX(0%);
		-o-transform:translateX(0%);
		transform:translateX(0%);
	}
}
.about_h1 {
	width: 45.5%;
	float: left;
	padding: 0 10%;
	margin-top: 12px;
}
.about_info1 .title {
	color: #333;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.about_info1 .txt {
	color: #666;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
}
.about_img1 {
	width: 54.5%;
	float: left;
}
.about_u1 {
	margin-bottom: 60px;
}
.about_w1 .about_u1:last-child {
	margin-bottom: 0;
}
.about_con {
	padding-bottom: 100px;
}
.about_title2 h1 {
	color: #fff;
}
.about_title2 h2 span {
	background: #fff;
}
.about_w2 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.honor_swiper .swiper-button-prev {
	left: -130px;
}
.honor_swiper .swiper-button-next {
	right: -130px;
}
.honor_swiper .swiper-button-prev,
.honor_swiper .swiper-button-next {
	width: auto;
	height: auto;
	margin: 0;
	transform: translateY(-50%);
	font-size: 0;
	background: none;
}
.honor_swiper .swiper-button-prev img + img,
.honor_swiper .swiper-button-next img + img{
	display: none;
}
.honor_swiper .swiper-button-prev:hover img,
.honor_swiper .swiper-button-next:hover img {
	display: none;
}
.honor_swiper .swiper-button-prev:hover img + img,
.honor_swiper .swiper-button-next:hover img + img{
	display: inline-block;
}
.honor_swiper {
	position: relative;
	margin-top: 110px;
}
.honor_img1 {
	text-align: center;
}
.honor_con {
	padding-bottom: 185px;
}
.about_w2 {
	margin-bottom: 98px;
}

/* 景腾动态 */
.news_list1 ul li {
	width: 29.16%;
	float: left;
	margin-right: 6.26%;
	margin-bottom: 60px;
}
.news_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.news_item1 a {
	display: block;
}
.news_img1 {
	overflow: hidden;
	position: relative;
}
.news_img1 img {
	transition: all .4s;
}
.news_info1 {
	padding: 14px 30px;
	background: #fff;
	transition: all .36s;
}
.news_info1 h2 {
	text-align: center;
	color: #333;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
	transition: all .36s;
}
.news_info1 p {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	transition: all .36s;
}
.news_item1 a:hover .news_img1 {
	box-shadow: 0px 3px 5px 0px
			rgba(8, 1, 2, 0.35);
}
.news_item1 a:hover .news_img1 img {
	transform: scale(1.1);
}
.news_item1 a:hover .news_info1 {
	background: #24b4ff;
}
.news_item1 a:hover .news_info1 * {
	color: #fff;
}
.news_con {
	padding-bottom: 100px;
}
/* page */
.page {
	text-align: center;
}
.page a {
	display: inline-block;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 48px;
	border: 1px solid #999;
	border-radius: 6px;
	margin: 0 5px;
	padding: 0 17px;
	transition: all .36s;
}
.page a.on ,
.page a:hover {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

/* 新闻详情 */
.news_t1 {
	text-align: right;
	margin-bottom: 15px;
}
.news_t1 p {
	display: inline-block;
	margin-left: 30px;
}
.news_t1 p > * {
	display: inline-block;
	vertical-align: middle;
}
.news_t1 p span {
	color: #00aeff;
	font-size: 16px;
	margin-right: 8px;
}
.det_info1 {
	padding: 0 8%;
	margin-top: 35px;
}
.det_info1 .title {
	text-align: center;
	color: #333;
	font-size: 26px;
	margin-bottom: 45px;
}
.det_info1 .txt {
	color: #000;
	font-size: 20px;
	line-height: 32px;
	
	

}

	.det_info1 .txt table{
        margin: 0 auto
}
.news_d1 {
	margin-bottom: 50px;
}
.pian a {
	width: 50%;
	float: left;
	color: #000;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .36s;
	text-align: center;
}
.pian a:hover {
	color: #00AEFF;
}
.news_swiper1 {
	position: relative;
}
.news_swiper1 .swiper-button-prev,
.news_swiper1 .swiper-button-next {
	width: auto;
	height: auto;
	transform: translateY(-50%);
	margin: 0;
	background: none;
	opacity: 1;
}
.news_swiper1 .swiper-button-prev {
	left: -160px;
}
.news_swiper1 .swiper-button-next {
	right: -160px;
}
.news_swiper1 .swiper-button-prev img + img,
.news_swiper1 .swiper-button-next img + img {
	display: none;
}
.news_swiper1 .swiper-button-prev:hover img ,
.news_swiper1 .swiper-button-next:hover img {
	display: none;
}
.news_swiper1 .swiper-button-prev:hover img + img,
.news_swiper1 .swiper-button-next:hover img + img {
	display: inline-block;
}

/* 联系我们 */
.contact_w {
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
}
.contact_c {
	padding: 140px 0;
}
.contact_list1 ul li {
	width: 25.83%;
	float: left;
	margin-right: 11.255%;
	height: 400px;
	padding: 75px 4% 0;
	text-align: center;
	background: rgba(0,0,0,.44);
}
.contact_list1 ul li:last-child {
	margin-right: 0;
}
.contact_info1 h3 {
	color: #fff;
	font-size: 22px;
	margin: 22px 0;
}
.contact_info1 p {
	color: #fff;
	line-height: 26px;
	font-size: 16px;
}
.contact_map {
	padding: 60px 0 100px;
}
.map1 {
	height: 600px;
}

/* 在线留言 */
.online_c {
	padding: 128px 0;
	width: 928px;
	margin: 0 auto;
}
.online_left {
	width: 32%;
	float: left;
}
.online_right {
	width: 68%;
	float: left;
	background: #fff;
	padding: 20px;
}
.online_form .form_group1 textarea {
	width: 100%;
	height: 240px;
	resize: none;
	font-size: 20px;
}
.form_btn {
	text-align: right;
}
.form_btn button {
	display: inline-block;
	color: #fff;
	background: #24b4ff;
	line-height: 40px;
	width: 105px;
	height: 40px;
	font-size: 20px;
	cursor: pointer;
}
.online_form .form_group {
	margin-top: 40px;
}
.online_form .form_group > * {
	display: inline-block;
	vertical-align: middle;
}
.online_form .form_group span {
	color: #fff;
	font-size: 32px;
	margin-right: 5px;
}
.online_form .form_group input {
	width: 200px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
}
.online_form .form_group2 input {
	width: 100px;
}
.online_w {
	margin-bottom: 100px;
}

/* /知识库 */
.zs_info1 {
	padding: 26px 0;
}
.zs_info1 h2 {
	text-align: center;
	color: #1a1a1a;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zs_img1 {
	background-color: #eeeeee;
	text-align: center;
	box-shadow: 0px 3px 5px 0px rgba(8, 1, 2, 0.11);
	overflow: hidden;
	position: relative;
}
.zs_img1::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,.1);
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .36s;
	z-index: 10;
}
.zs_img1 img {
	transition: all .4s;
}
.zs_item1 a {
	display: block;
	padding: 6px;
}
.zs_item1 a:hover .zs_img1 img {
	transform: scale(1.1);
}
.zs_item1 a:hover .zs_img1::before {
	opacity: 1;
}

/* 产品中心 */
.product_con {
	padding: 100px 0;
}
.product_list1 ul li {
	width: 22.5%;
	float: left;
	margin-right: 3.33%;
	margin-bottom: 60px;
}
.product_list1 ul li:nth-child(4n) {
	margin-right: 0;
}
.product_item1 a {
	display: block;
	text-align: center;
	padding: 5px;
}
.product_img1 {
	background-color: #eeeeee;
	box-shadow: 0px 3px 5px 0px 
		rgba(8, 1, 2, 0.11);
	overflow: hidden;
	position: relative;
}
.product_img1::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 48px solid #24b4ff;
	border-top: 0 solid transparent;
	border-bottom: 48px solid transparent;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	transition: all .36s;
}
.product_img1 img {
	transition: all .4s;
	position: relative;
}
.product_info1 {
	padding: 26px 0 14px 0;
	background: #fff;
	transition: all .36s;
}
.product_info1 h2 {
	color: #1a1a1a;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
	transition: all .36s;
}
.product_info1 h3 {
	color: #999999;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .36s;
}
.product_item1 a:hover .product_img1 {
	box-shadow: 0px 3px 6px 0px 
			rgba(8, 1, 2, 0.3);
}
.product_item1 a:hover .product_img1 img {
	transform: scale(1.2);
}
.product_item1 a:hover .product_info1 {
	background: #24b4ff;
}
.product_item1 a:hover .product_img1::before {
	opacity: 1;
}
.product_item1 a:hover .product_info1 * {
	color: #fff;
}

/* /产品详情 */
.pro_cs {
	width: 1000px;
	margin: 0 auto 60px auto;
}
.pro_cs .title {
	color: #000;
	font-size: 26px;
	text-align: center;
	margin-bottom: 32px;
}
.pro_table table {
	width: 100%;
	border: 1px solid #030000;
}
.pro_table table td {
	color: #000;
	font-size: 24px;
	line-height: 78px;
	text-align: center;
}
.pro_k1 {
	background-color: #ffffff;
	box-shadow: 0px 3px 5px 0px rgba(8, 1, 2, 0.35);
}
.pro_k1 .title {
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	background: #24b4ff;
}
.pro_h1 {
	padding: 40px;
	text-align: center;
}
.product_info2 {
	margin-top: 30px;
}
.product_info2 h2 {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
.fw1 {
	text-align: right;
}
.fw1 p > * {
	display: inline-block;
	vertical-align: middle;
}
.fw1 p span {
	font-size: 16px;
	color: #333;
	line-height: 34px;
	margin-right: 10px;
}
.small_swiper .swiper-slide {
	padding: 5px;
}
.small_img1 {
	position: relative;
	box-shadow: 0px 3px 5px 0px 
			rgba(8, 1, 2, 0.35);
	cursor: pointer;
}
.small_img1::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,174,255,.1);
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 10;
	transition: all .4s;
}
.video_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;
}
.product_d3 {
	width: 1460px;
	margin: 0 auto;
}
.product_c1 {
	margin-bottom: 60px;
}
.small_swiper .swiper-slide.swiper-slide-thumb-active .small_img1::before {
	opacity: 1;
}
.pro_video video {
	width: 100%;
	height: 100%;
}
.pro_video {
	height: 450px;
	width: 880px;
	margin: 0 auto;
}
.product_c2 {
	padding-bottom: 60px;
}

/* 首页 */
.index_left1 {
	width: 34.16%;
	float: left;
}
.index_info1 .title {
	color: #333;
	font-size: 26px;
	margin-bottom: 26px;
}
.index_info1 p {
	color: #666;
	font-size: 16px;
	line-height: 27px;
	text-align: justify;
	margin-bottom: 70px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.index_right1 {
	width: 62%;
	float: right;
	position: relative;
	padding: 31px 0 33px 0;
}
.index_video {
	/*position: absolute;*/
	/*width: 64%;*/
	/*right: 0;*/
	/*height: 100%;*/
	/*top: 0;*/
	height: 396px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
    background-color: rgba(26,26,26,.22);
}
.index_video video {
	width: 100%;
	height: 100%;
}
.play_icon1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	z-index: 10;
}
.more1 a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 150px;
	line-height: 40px;
	background: #24b4ff;
	border-radius: 20px;
	text-align: center;
	letter-spacing: 1px;
}
.index_swiper1 {
	position: relative;
}
.index_swiper1 .swiper-button-prev,
.index_swiper1 .swiper-button-next {
	width: auto;
	height: auto;
	background: none;
	margin: 0;
	top: 30%;
}
.index_swiper1 .swiper-button-prev {
	left: -92px;
}
.index_swiper1 .swiper-button-next {
	right: -92px;
}
.index_swiper1 .swiper-button-prev img + img ,
.index_swiper1 .swiper-button-next img + img {
	display: none;
}
.index_swiper1 .swiper-button-prev:hover img ,
.index_swiper1 .swiper-button-next:hover img {
	display: none;
}
.index_swiper1 .swiper-button-prev:hover img + img ,
.index_swiper1 .swiper-button-next:hover img + img {
	display: inline-block;
}
.index_con2 {
	padding-bottom: 80px;
}
.index_left2 {
	width: 45%;
	float: left;
}
.index_swiper2 .swiper-container {
	height: 452px;
	margin-bottom: 25px;
}
.section3 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.index_con3 {
	padding-bottom: 108px;
}
.case_info1 {
	text-align: center;
	cursor: pointer;
}
.case_info1 h3 {
	width: 42%;
	float: left;
	line-height: 80px;
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*font-size: 28px;*/
	font-size: 20px;
	color: #999;
	position: relative;
	border-radius: 12px;
}
.case_info1 h3:before {
    position: absolute;
    content: "";
    width: 98%;
    height: 94%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: inset 0px 4px 12px 1px rgba(0, 0, 0, 0.47);
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.59);
    /*display: none;*/
}
.case_info1 p {
	width: 55%;
	float: right;
	background: rgba(0,174,255,0);
	transition: all .36s;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 80px;
	padding: 0 10px;
}
.index_swiper2 .swiper-button-prev,
.index_swiper2 .swiper-button-next {
	margin: 0;
	display: inline-block;
	position: inherit;
	top: auto;
	left: auto;
	right: auto;
	background: none;
	width: auto;
	height: auto;
	margin: 0 16px;
	opacity: 1;
}
.swiper-btn1 {
	padding-left: 30px;
}
.index_right2 {
	width: 35.4%;
	float: right;
}
.case_item1 a {
	display: block;
}
.case_img2 {
	overflow: hidden;
}
.case_img2 img {
	transition: all .36s;
}
.case_info2 {
	padding: 15px 10px 10px;
	text-align: center;
	background: #26baff;
}
.case_info2 h2 {
	color: #fff;
	font-size: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
}
.case_info2 h3 {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_swiper2 .swiper-slide.swiper-slide-thumb-active .case_info1 h3 ,
.index_swiper2 .swiper-slide.swiper-slide-active .case_info1 h3 {
	color: #24b4ff;
	border-radius: 12px;
}
.index_swiper2 .swiper-slide.swiper-slide-thumb-active .case_info1 h3:before {
	/*display: block;*/
}
.index_swiper2 .swiper-slide.swiper-slide-thumb-active .case_info1 p {
	background: #00aeff;
	border-radius: 12px;
}
.more2 {
	text-align: center;
}
.more2 a {
	display: inline-block;
	width: 110px;
	line-height: 40px;
	background: #26baff;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
.news_info2 {
	border-bottom: 1px solid #ddd;
	width: 910px;
	margin: 0 auto 60px;
}
.news_info2 h2 {
	text-align: center;
	display: none;
}
.news_info2 h2 span {
	color: #222;
	font-size: 24px;
}
.news_info2 h2 img {
	vertical-align: super;
	margin-left: 20px;
}
.news_info2 p {
	padding: 25px 0;
	font-size: 16px;
	color: #666;
	line-height: 22px;
	display: none;
}
.index_left3 {
	width: 46.25%;
	float: left;
}
.index_right3 {
	width: 46.66%;
	float: right;
}
.index_news_list ul li {
	margin-bottom: 13px;
	position: relative;
}
.index_news_list ul li::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: #26baff;
	left: 0;
	top: 0;
	transition: all .36s;
}
.index_news_list ul li a {
	display: block;
	padding: 0 30px;
	position: relative;
}
.index_news_list ul li a p {
	max-width: 95%;
	color: #222;
	font-size: 16px;
	line-height: 30px;
	transition: all .36s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_news_list ul li a img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.index_news_list ul li a img + img {
	display: none;
}
.index_con4 {
	margin-bottom: 80px;
}
.index_news_list ul li:hover::before {
	width: 100%;
}
.index_news_list ul li:hover a p {
	color: #fff;
}
.index_news_list ul li:hover a img {
	display: none;
}
.index_news_list ul li:hover a img + img {
	display: inline-block;
}
.index_swiper4 {
	position: relative;
}
.index_swiper4 .swiper-button-prev,
.index_swiper4 .swiper-button-next {
	width: auto;
	height: auto;
	background: none;
	top: auto;
	margin: 0;
	bottom: 30px;
	opacity: 1;
}
.index_swiper4 .swiper-button-prev {
	left: 10%;
}
.index_swiper4 .swiper-button-next {
	right: 10%;
}
.index_news_img1 {
	text-align: center;
}
.kosCtrl.hidden {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner_swiper .swiper-pagination {
	display: block;
}
.banner_swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.banner_swiper .swiper-pagination-bullet-active {
	background: #00AEFF;
}
.index_img1 {
    display: none;
}

/* 20200608 */
.online_w {
	padding: 40px 0;
}
.online_m1 {
	width: 1562px;
	margin: 0 auto;
	border: 30px solid rgba(255,255,255,.17);
}
.online_form1 {
	background: #fff;
	padding: 44px 25px;
	position: relative;
}
.online_sform {
	width: 810px;
	position: relative;
}
.online_sform .s_form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.online_sform .s_form .form_group {
	display: flex;
	align-items: center;
}
.online_sform i {
	color: #ff2b3d;
	font-size: 20px;
	font-style: normal;
	margin-right: 12px;
}
.online_sform .s_form .form_group input {
	width: 355px;
	height: 74px;
	border: 2px solid #dddddd;
	border-radius: 8px;
	padding: 0 20px;
	font-size: 26px;
	color: #333;
}
.online_sform .s_form {
	margin-bottom: 46px;
}
.online_sform .form_group1 {
	margin-bottom: 50px;
}
.online_sform .form_group1 textarea {
	width: 770px;
	height: 156px;
	border: 2px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	font-size: 26px;
	color: #333;
	resize: none;
	font-family: arial
}
.online_sform .form_group2 {
	display: flex;
	justify-content: center;
}
.online_sform .form_group2 button {
	width: 240px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0089d1;
	border-radius: 35px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.s_logo {
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
}
.s_logo img {
	max-height: 100%;
}

.index_swiper2 {
	width: 42%;
	float: left;
}
.index_content01 {
	width: 55%;
	float: right;
}
.index_content01 .tab {
	display: none;
}
.case_info1 h3 {
	width: auto;
	float: inherit;
}
.index_x a {
	display: block;
	background: rgba(0,174,255,0);
	transition: all .36s;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 80px;
	padding: 0 10px;
	margin-bottom: 13px;
	text-align: center;
}
.index_x a:hover,.index_x a.on{
	background: #00aeff;
	border-radius: 12px;
}