﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
}

a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.btn {
	outline: none;
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

img {
	max-width: 100%;
	vertical-align: top;
}

input {
	outline: none;
	border: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

body {
	font-family: microsoft yahei, microsoft heiti;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
}

/* Overlay closing cross */
.overlay-close {
	width: 25px;
	height: 28px;
	position: absolute;
	left: 25px;
	top: 20px;
	cursor: pointer;
	z-index: 100;
	display: none;
}

.overlay-close .t_line {
	width: 25px;
	height: 1px;
	background: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

.overlay-close .m_line {
	width: 25px;
	height: 1px;
	background: #fff;
	margin: 7px 0 0 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

.overlay-close .b_line {
	width: 25px;
	height: 1px;
	background: #fff;
	margin: 7px 0 0 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

.menu_done {
	z-index: 99999;
	position: fixed;
}

.menu_done .t_line {
	width: 24px;
	background: #333;
	transform-origin: left top;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.menu_done .m_line {
	opacity: 0;
}

.menu_done .b_line {
	width: 24px;
	background: #333;
	transform-origin: left bottom;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #1b1b1b;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #999;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}

	.overlay ul li {
		min-height: 34px;
	}
}

.swiper-container {
	height: auto;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.swiper-container .swiper-slide {
	height: auto;
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F15A24;
	position: relative
}

.swiper-container .swiper-slide .root_logo_cn {
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 430px;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 40px;
}

.swiper-container .swiper-slide .root_logo_en {
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 490px;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: "arial";
	text-transform: uppercase;
}

.swiper-container .swiper-slide a {
	display: inline-block;
	width: 100%;
	height: 100%
}

.swiper-container .swiper-slide a img {
	width: 100%;
}

.swiper-container .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-container .swiper-button-next {
	width: 21px;
	height: 36px;
	position: absolute;
	top: 50%;
	right: 10%;
	margin: -18px 0 0 0;
	background-image: none;
}

.swiper-container .swiper-button-prev {
	width: 21px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: 10%;
	margin: -18px 0 0 0;
	background-image: none;
}

.root_bg {
	width: 1000px;
	height: 500px;
	left: 50%;
	margin: 0 0 0 -500px;
	position: absolute;
	z-index: 2;
}

.root_bg .root_light {
	width: 470px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -235px;
}

.root_bg .root_logo {
	width: 230px;
	height: 60px;
	position: absolute;
	top: 290px;
	left: 50%;
	margin: 0 0 0 -115px;
}

.root_bg .root_logo img {
	width: 230px;
	height: 60px;
}

.root_bg .root_logo a.t {
	display: block;
	position: relative;
	width: 53px;
	height: 94px;
	float: left;
}

.root_bg .root_logo a.t .img_1 {
	width: 53px;
	height: 94px;
	max-width: none;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.root_bg .root_logo a.t .img_2 {
	width: 403px;
	height: 61px;
	max-width: none;
	position: absolute;
	left: -443px;
	top: 62px;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.root_bg .root_logo a.eh {
	display: block;
	position: relative;
	width: 130px;
	height: 56px;
	float: right;
	margin: 23px 0 0 0;
}

.root_bg .root_logo a.eh .img_1 {
	width: 130px;
	height: 56px;
	max-width: none;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.root_bg .root_logo a.eh .img_2 {
	width: 465px;
	height: 61px;
	max-width: none;
	position: absolute;
	right: -505px;
	top: 62px;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.root_bg .root_logo a.t:hover .img_1,
.root_logo a.t:hover .img_2 {
	opacity: 1;
	top: 23px;
}

.root_bg .root_logo a.eh:hover .img_1,
.root_logo a.eh:hover .img_2 {
	opacity: 1;
	top: 0;
}

.root_bg .root_btn {
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 430px;
	text-align: center;
}

.root_bg .root_btn a {
	display: inline-block;
	height: 30px;
	color: #fff;
	font: normal 16px/30px "微软雅黑";
	padding: 0 10px;
	margin: 0 60px;
	border: solid 1px #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.root_bg .root_btn a:hover {
	background: #fff;
	color: #F15A24;
}

.root_bg .root_text {
	text-align: center;
	width: 1200px;
	position: absolute;
	top: 530px;
	left: 50%;
	margin: 0 0 0 -600px;
}

.root_bg .root_text p {
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
}

.root_bg .root_halo {
	position: absolute;
	z-index: 1;
	width: 744px;
	height: 744px;
	top: -120px;
	left: 50%;
	margin: 0 0 0 -372px;
	opacity: 0;
	-webkit-animation: halo 6s infinite 0s ease-in-out alternate;
	-moz-animation: halo 6s infinite 0s ease-in-out alternate;
	animation: halo 6s infinite 0s ease-in-out alternate;
}

.root_bg .root_halo_1 {
	position: absolute;
	z-index: 2;
	width: 684px;
	height: 684px;
	top: -88px;
	left: 50%;
	margin: 0 0 0 -342px;
	-webkit-animation: halo_1 1.5s forwards;
	-moz-animation: halo_1 1.5s forwards;
	animation: halo_1 1.5s forwards;
}

@keyframes halo {
	0% {
		opacity: 0.5;
		transform: scale(0.4, 0.4) rotateZ(0deg);
	}

	50% {
		opacity: 1;
		transform: scale(0.8, 0.6) rotateZ(-10deg);
		top: -50px;
	}

	75% {
		opacity: 1;
		transform: scale(1.2, 1) rotateZ(0deg);
		top: -120px;
		left: 48%;
	}

	100% {
		opacity: 1;
		transform: scale(1, 1) rotateZ(10deg);
	}
}

@-moz-keyframes halo {
	0% {
		opacity: 0.5;
		transform: scale(0.4, 0.4) rotateZ(0deg);
	}

	50% {
		opacity: 1;
		transform: scale(0.8, 0.6) rotateZ(-10deg);
		top: -50px;
	}

	75% {
		opacity: 1;
		transform: scale(1.2, 1) rotateZ(0deg);
		top: -120px;
		left: 48%;
	}

	100% {
		opacity: 1;
		transform: scale(1, 1) rotateZ(10deg);
	}
}

@-webkit-keyframes halo {
	0% {
		opacity: 0.5;
		transform: scale(0.4, 0.4) rotateZ(0deg);
	}

	50% {
		opacity: 1;
		transform: scale(0.8, 0.6) rotateZ(-10deg);
		top: -50px;
	}

	75% {
		opacity: 1;
		transform: scale(1.2, 1) rotateZ(0deg);
		top: -120px;
		left: 48%;
	}

	100% {
		opacity: 1;
		transform: scale(1, 1) rotateZ(10deg);
	}
}

@keyframes halo_1 {
	0% {
		opacity: 0;
		transform: scale(0.4, 0.4) rotateZ(-45deg);
	}

	50% {
		opacity: 1;
		transform: scale(1, 1);
	}

	100% {
		opacity: 0;
		transform: scale(1.2, 1.2) rotateZ(90deg);
	}
}

@-moz-keyframes halo_1 {
	0% {
		opacity: 0;
		transform: scale(0.4, 0.4) rotateZ(-45deg);
	}

	50% {
		opacity: 1;
		transform: scale(1, 1);
	}

	100% {
		opacity: 0;
		transform: scale(1.2, 1.2) rotateZ(90deg);
	}
}

@-webkit-keyframes halo_1 {
	0% {
		opacity: 0;
		transform: scale(0.4, 0.4) rotateZ(-45deg);
	}

	50% {
		opacity: 1;
		transform: scale(1, 1);
	}

	100% {
		opacity: 0;
		transform: scale(1.2, 1.2) rotateZ(90deg);
	}
}

.top_bar {
	height: 110px;
	background-color: #fff;
	border-bottom: solid 1px #ce6bfe;
	border-image: linear-gradient(to right, #ce6bfe, #80d3ff) 5 20;
	border-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff) 5 20;
}

.top_bar .logo {
	width: 400px;
	float: left;
	display: inline;
	margin: 25px 0 0 0;
}

.top_bar .logo a {
	display: block;
}

.top_bar .logo a img {
	width: 100%;
}

.top_bar .logo a img.phone {
	display: none
}

.top_bar .nav {
	height: 110px;
	float: right;
	display: inline;
}

.top_bar .nav li {
	height: 110px;
	line-height: 110px;
	display: inline-block;
	margin: 0 10px;
}

.top_bar .nav li a {
	display: inline-block;
	height: 110px;
	color: #666666;
	font-size: 16px;
	padding: 0 10px;
}

.top_bar .nav li a:hover {
	color: #ce6bfe;
	background-image: linear-gradient(to right, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.top_bar .nav li.current a {
	height: 105px;
	color: #ce6bfe;
	background-image: linear-gradient(to right, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-top: solid 5px #ce6bfe;
	border-image: linear-gradient(to right, #ce6bfe, #80d3ff) 5 20;
	border-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff) 5 20;
}

.top_bar .tel {
	height: 25px;
	position: absolute;
	right: 20px;
	top: 40px;
	font: normal 16px/25px "arial black";
	color: #fff;
}

.top_bar .tel img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.top_bar.transparent {
	width: 100%;
	z-index: 3;
	/* background-image: url(../images/bottom_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; */
	background-color: #fff;
	border-bottom: solid 1px #ce6bfe;
	border-image: linear-gradient(to right, #ce6bfe, #80d3ff) 5 20;
	border-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff) 5 20;
}

.index_panel {
	background: #f1f1f1;
}

.index_menu {
	position: relative;
	margin: 0px auto 20px auto;
	z-index: 3;
	padding-top: 20px
}

.index_menu ul {
	background: #fff;
	padding: 20px 0;
	margin: 0 1.5%;
}

.index_menu li {
	display: inline-block;
	width: 49%;
}

.index_menu li a {
	display: block;
	height: 155px;
	padding: 25px 0 0 0;
	border-right: solid #d2d2d2 1px;
	text-align: center;
}

.index_menu li:last-child a {
	border-right: none;
}

.index_menu li a .img {
	width: 82px;
	height: 81px;
	position: relative;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

.index_menu li a .img img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.index_menu li a .txt {
	color: #666;
	font-size: 20px;
	margin: 25px 0 0 0;
}

.index_menu li a:hover .img img {
	top: -81px;
}

.index_menu li a:hover .txt {
	color: #ce6bfe;
	background-image: linear-gradient(to right, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index_slogan {}

.index_slogan ul {
	margin: 0 1.5%;
}

.index_slogan ul li {
	width: 23.5%;
	height: 175px;
	background: #fff;
	float: left;
	display: inline;
	margin: 0 2% 1.5% 0;
	position: relative;
}

.index_slogan ul li.nmg {
	margin: 0 0 1.5% 0;
}

.index_slogan ul li span.line {
	display: block;
	background: #ce6bfe;
	background-image: linear-gradient(45deg, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(45deg, #ce6bfe, #80d3ff);
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.index_slogan ul li span.text {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	text-align: center;
	font-size: 17px;
	width: 95%;
	margin: 0 2.5%;
}

.index_slogan ul li span.text .cnt {
	color: #666;
	margin: 45px 0 0 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.index_slogan ul li span.text .doe {}

.index_slogan ul li span.text .doe i {
	font-size: 0;
	width: 22px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	margin: 15px 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.index_slogan ul li span.text .tit {
	color: #999;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.index_slogan ul li:hover span.line {
	height: 175px;
}

.index_slogan ul li:hover span.text .cnt {
	color: #fff;
}

.index_slogan ul li:hover span.text .tit {
	color: #fff;
}

.index_slogan ul li:hover span.text .doe i {
	background: #fff;
}

.index_work {
	padding: 60px auto 60px auto;
}

.index_work .title {
	padding: 40px 0;
	text-align: center;
	color: #666;
	font-size: 25px;
}

.index_work li {
	width: 30.333%;
	margin: 0 1.5%;
	float: left;
	display: inline;
	background: #fff;
}

.index_work li a {
	color: #666;
}

.index_work li a:hover {
	color: #f90;
	font-size: 20px;
}

.index_work li a .pic {
	background: #ce6bfe;
	background-image: linear-gradient(45deg, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(45deg, #ce6bfe, #80d3ff);
	position: relative;
}

.index_work li a .pic img {
	width: 100%;
	opacity: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.index_work li a .pic img.plus {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 1;
	top: 30%;
	left: 50%;
	margin: -15px 0 0 -15px;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.index_work li a .text {
	margin: 20px 10px;
	text-align: left;
}

.index_work li a .text .tit {
	font-size: 18px;
	color: #666;
}

.index_work li a .text .cnt {
	font-size: 14px;
	color: #999;
	padding: 5px 0;
}

.index_work li a:hover .pic img.plus {
	top: 50%;
	opacity: 1;
}

.index_work li a:hover .pic img {
	opacity: 0.2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.index_work .more {
	text-align: center;
	padding: 60px 0 60px 0;
}

.index_work .more a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #333;
	padding: 8px 30px;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	-ms-border-radius: 999px;
	-o-border-radius: 999px;
}

.index_work .more a:hover {
	background: #ce6bfe;
	padding: 8px 40px;
	background-image: linear-gradient(to right, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff);
}

.index_case {
	margin: 100px 0 100px 0;
}

.index_case .pic {
	width: 50%;
	float: left;
	display: inline;
	background: #333;
	position: relative;
}

.index_case .pic img {
	opacity: 0.2;
	width: 100%;
}

.index_case .pic .text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.index_case .pic .text .tit {
	margin: 100px 0 20px 0;
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.index_case .pic .text .tit_1 {
	margin: 0 0 50px 0;
	text-align: right;
}

.index_case .pic .text .tit_1 span {
	width: 50%;
	text-align: center;
	display: inline-block;
}

.index_case .pic .text .tit_1 span img {
	width: 230px;
	opacity: 1;
}

.index_case .pic .text .btn {
	width: 50%;
	float: right;
	display: inline;
}

.index_case .pic .text .btn div {
	margin: 0 0 20px 0;
}

.index_case .pic .text .btn div:last-child {
	margin: 0 0 0 0;
}

.index_case .pic .text .btn div a {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.index_case .pic .text .btn div a .line {
	display: none;
	width: 80px;
	height: 2px;
	background: #D71F18;
	position: absolute;
	top: 50%;
	left: -100px;
}

.index_case .pic .text .btn div a:hover {
	color: #D71F18;
}

.index_case .pic .text .btn div.current a {
	color: #D71F18;
}

.index_case .pic .text .btn div.current a .line {
	display: block;
}

.index_case .info {
	width: 50%;
	float: right;
	display: inline;
}

.index_case .info .text {
	padding: 40px 200px 40px 40px;
}

.index_case .info .text .logo {
	margin: 100px 0;
}

.index_case .info .text .logo img {
	max-height: 150px;
}

.index_case .info .text .ide {
	margin: 0 0 100px 0;
}

.index_case .info .text .ide .tt {
	color: #666;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.index_case .info .text .ide .ct {
	color: #666;
	font-size: 16px;
}

.index_case .info .text .more {
	text-align: right;
}

.index_case .info .text .more a {
	display: inline-block;
	padding: 3px 20px;
	border: solid 1px #D71F18;
	color: #D71F18;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	-ms-border-radius: 999px;
	-o-border-radius: 999px;
}

.index_case .info .text .more a:hover {
	background: #D71F18;
	color: #fff;
}

.index_partner {
	margin: 100px 0;
}

.index_partner .title {
	margin: 0 0 50px 0;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

.index_partner li {
	width: 18%;
	margin: 20px 1%;
	float: left;
	display: inline;
	text-align: center;
	height: 80px;
	line-height: 80px;
}

.index_partner li img {
	max-height: 80px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.index_partner li:hover img {
	max-height: 80px;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.index_coparner {}

.index_coparner li {
	width: 33.333%;
	float: left;
	display: inline;
	background: #ce6bfe;
	background-image: linear-gradient(45deg, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(45deg, #ce6bfe, #80d3ff);
}

.index_coparner li a {
	display: block;
	color: #fff;
	position: relative;
}

.index_coparner li a img {
	width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.index_coparner li a span {
	display: block;
	border: solid 1px #fff;
	width: 70%;
	margin: 10%;
	padding: 5%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	text-align: center;
}

.index_coparner li a span .name {
	font-size: 24px;
	font-weight: bold;
}

.index_coparner li a span .post {
	margin: 10px 0;
	font-size: 14px;
}

.index_coparner li a span .info {
	font-size: 14px;
	margin: 30px 0 0 0;
}

.index_coparner li a span .info p {
	margin: 0 0 10px 0;
}

.index_coparner li a span .info p:last-child {
	margin: 0 0 0 0;
}

.index_coparner li a:hover {
	color: #fff;
}

.index_coparner li a:hover img {
	opacity: 0.2;
}

.index_coparner li a:hover span {
	opacity: 1;
	margin: 10%;
}

.bottom {
	padding: 30px 10px;
	color: #fff;
	font-size: 14px;
	background: #ce6bfe;
	text-align: center;
	background-image: url(../images/bottom_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bottom p:first-child {
	margin: 0 0 10px 0;
}

.bottom a {
	color: #fff;
}

.bottom a:hover {
	color: #ff0;
}

.page_content {
	min-height: 900px;
	background: #f2f2f2;
}

.about_content {
	width: 730px;
	margin: 0 auto;
}

.about_content .img_1 {
	margin: 150px 0;
}

.about_content .img_3 {
	margin: 150px 0;
}

.about_content .text {
	overflow: hidden;
	zoom: 1;
}

.about_content .text .txt {
	float: left;
	display: inline;
	width: 50%;
	padding: 30px;
	border: solid 10px #333;
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

.about_content .text .img {
	float: right;
	display: inline;
	margin: 60px 0 0 0;
}

.copartner_content {
	position: relative;
}

.copartner_content .img_1 {
	text-align: center;
	padding: 260px 0;
}

.copartner_content .setup {}

.copartner_content .setup .title {
	padding: 0 0 50px 0;
	text-align: center;
	color: #666;
}

.copartner_content .setup .title .tt {
	font-size: 36px;
	font-weight: bold;
}

.copartner_content .setup .title .ct {
	font-size: 14px;
}

.copartner_content .setup .item {
	padding: 0 0 70px 0;
}

.person_info {
	text-align: center;
	padding: 260px 0 150px 0;
	position: relative;
}

.person_info .cn_text {
	color: #ce6bfe;
	background-image: linear-gradient(to right, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100%;
	text-align: center;
	opacity: 0.1;
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
	-o-opacity: 0.1;
	position: absolute;
	z-index: 1;
	top: 350px;
	left: 0;
	font-size: 150px;
	font-weight: bold;
}

.person_info .en_text {
	color: #ce6bfe;
	background-image: linear-gradient(to right, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100%;
	text-align: center;
	font-family: "arial";
	text-transform: uppercase;
	opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	-o-opacity: 0.2;
	position: absolute;
	z-index: 2;
	top: 260px;
	left: 0;
	font-size: 100px;
}

.person_info .pic {
	width: 50%;
	height: 380px;
	position: relative;
	margin: 0 auto;
	top: 250px;
}

.person_info .pic img {
	width: 380px;
	height: 380px;
	float: left;
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.person_info .pic .info {
	float: left;
	display: inline;
	position: absolute;
	top: 120px;
	left: 420px;
	text-align: left;
}

.person_info .pic .info .name {
	color: #ce6bfe;
	background-image: linear-gradient(to right, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 36px;
}

.person_info .pic .info .post {
	font-weight: bold;
	font-size: 18px;
	color: #333;
}

.person_info .pic .info .post_cnt {
	font-weight: bold;
	font-size: 20px;
	padding: 40px 0 0 0;
	color: #999;
}

.person_info .pic .info .post_cnt p {
	margin: 0 0 10px 0;
}

.person_info .text {
	padding: 350px 0 0 0;
}

.person_info .text .detail {
	color: #666;
	font-size: 14px;
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.person_info .text .detail p {
	margin: 0 0 20px 0;
}

.person_info .back {
	text-align: center;
	height: 26px;
	padding: 50px 0 0 0;
}

.person_info .back a {
	display: inline-block;
	color: #666;
	font-size: 24px;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
}

.person_info .back a img {
	margin: 0 10px 0 0;
	width: 26px;
	height: 26px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.person_info .back a:hover {
	color: #333;
}

.person_info .back a:hover img {
	margin: 0 20px 0 0;
}

.case_list_btn {
	padding: 30px 0 10px 0;
}

.case_list_btn a {
	display: inline-block;
	height: 30px;
	color: #333;
	font: bold 14px/30px "微软雅黑";
	padding: 0 20px;
	margin: 0 20px;
	border: solid 1px #333;
	border-radius: 999px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	-o-border-radius: 999px;
}

.case_list_btn a:hover {
	color: #f90;
	border: solid 1px #f90;
}

.case_list_btn a.current {
	background: #f90;
	color: #fff;
	border: solid 1px #f90;
}

.case_list {
	padding: 0 0 100px 0;
}

.case_list .more {
	text-align: center;
	padding: 100px 0 0 0;
}

.case_list .more a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #333;
	padding: 8px 30px;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	-ms-border-radius: 999px;
	-o-border-radius: 999px;
}

.case_list .more a:hover {
	background: #f90;
	padding: 8px 40px;
}

.case_list .more_contact {
	text-align: center;
	padding: 100px 0 0 0;
}

.case_list .more_contact a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #ce6bfe;
	background-image: linear-gradient(40deg, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(40deg, #ce6bfe, #80d3ff);
	padding: 8px 30px;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	-ms-border-radius: 999px;
	-o-border-radius: 999px;
}

.case_list .more_contact a:hover {
	background: #ce6bfe;
	background-image: linear-gradient(40deg, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(40deg, #ce6bfe, #80d3ff);
	padding: 8px 40px;
}

.case_list li {
	width: 33.333%;
	float: left;
	display: inline;
}

.case_list li a {
	margin: 15px;
	display: block;
	background: #fff;
}

.case_list li a img {
	width: 100%;
}

.case_list li a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.case_list li a span {
	display: block;
	padding: 20px;
}

.case_list li a span .tit {
	color: #666;
	font-size: 18px;
}

.case_list li a span .cnt {
	color: #999;
	font-size: 14px;
	margin: 10px 0 0 0;
	height: 40px;
}

.case_list .detail {
	width: 1200px;
	margin: 80px auto 0 auto;
}

.case_list .detail .case_logo {
	text-align: center;
	max-height: 100px;
}

.case_list .detail .case_logo img {
	max-height: 100px;
}

.case_list .detail .case_text {
	padding: 30px 0;
	text-align: center;
}

.case_list .detail .case_text .tit {
	color: #333;
	font-size: 30px;
}

.case_list .detail .case_text .cnt {
	color: #666;
	font-size: 18px;
	padding: 20px 0 0 0;
}

.case_list .detail .case_text .cnt img {
	margin-bottom: 10px
}

.case_list .detail .case_text .info {
	color: #ccc;
	font-size: 14px;
	padding: 44px 0 30px 0;
	border-bottom: solid 1px #f2f2f2;
}

.case_list .detail .case_text .info a {
	color: #ccc;
}

.case_list .detail .case_text .info a:hover {
	color: #ce6bfe;
	background-image: linear-gradient(to right, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.case_list .detail .case_text .info .position {
	float: left;
	display: inline;
}

.case_list .detail .case_text .info .date {
	float: right;
	display: inline;
}

.case_list .detail .case_text .info .date span {
	margin: 0 0 0 15px;
}

.case_list .detail .case_text .info .date img {
	vertical-align: middle;
	margin: 0 2px 0 0;
}

.case_list .detail .case_pic {
	text-align: center;
}

.case_list .tag {
	padding: 28px 0;
	margin: 100px 15px 0 15px;
	color: #666;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	border-top: solid 1px #f2f2f2;
}

.case_list .tag .tag_tit {
	margin: 0 10px 0 0;
}

.case_list .tag span {
	display: inline-block;
}

.case_list .tag a {
	display: inline-block;
	padding: 0 20px;
	margin: 0 10px 0 0;
	border: solid 1px #f2f2f2;
	height: 30px;
	line-height: 30px;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	-ms-border-radius: 999px;
	-o-border-radius: 999px;
	color: #666;
}

.case_list .tag a:hover {
	color: #ce6bfe;
	border: solid 1px #ce6bfe;
}

.case_list .index_work li {
	width: 33.333%;
	margin: 0 0 20px 0;
}

.case_list .index_work li a {
	background: none;
}

.case_list .layui-flow-more {
	text-align: center;
	padding: 20px 0 0 0;
}

.case_list .layui-flow-more a {
	display: inline-block;
	color: #fff;
	background: #333;
	padding: 8px 30px;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	-ms-border-radius: 999px;
	-o-border-radius: 999px;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	transition: 0s;
}

.case_list .layui-flow-more a:hover {
	color: #fff;
	background: #ce6bfe;
	background-image: linear-gradient(to right, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(to right, #ce6bfe, #80d3ff);
}

.case_list .layui-flow-more a cite {
	font-size: 18px;
	font-weight: bold;
	background: #333;
	color: #FFF
}

.case_list .layui-flow-more a:hover cite {
	color: #FFF;
	background: transparent;
}

.contact {
	width: 772px;
	margin: 0 auto;
	padding: 260px 0 100px 0;
}

.contact .info p:first-child {
	margin: 60px 0 30px 0;
}

.contact .info .item {
	height: 32px;
	margin: 30px 0;
	line-height: 32px;
	color: #666;
	font-size: 18px;
	font-weight: bold;
}

.contact .info .item img {
	margin: 0 10px 0 0;
}

.contact .map {
	height: 340px;
	background: #fff;
	margin: 100px 0;
}

.contact .mode {}

.contact .mode .title {
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 24px;
}

.contact .mode .panel {
	margin: 40px 0 0 0;
	height: 200px;
	background: #fff;
}

.contact .mode .panel .fl {
	width: 50%;
	height: 200px;
	text-align: center;
}

.contact .mode .panel .fr {
	width: 50%;
	height: 200px;
	text-align: center;
}

.contact .mode .panel .fl .sp {
	border-right: solid 1px #eee;
	height: 200px;
}

.contact .mode .panel .tit {
	color: #fff;
	background: #D71F18;
	display: inline-block;
	padding: 5px 20px;
	font-size: 24px;
	font-weight: bold;
	margin: 50px 0 10px 0;
}

.contact .mode .panel .price {
	color: #666;
	font-size: 36px;
	font-weight: bold;
}

.layui-fixbar .layui-fixbar-top:hover {
	background: #ce6bfe;
	background-image: linear-gradient(40deg, #ce6bfe, #80d3ff);
	background-image: -webkit-linear-gradient(40deg, #ce6bfe, #80d3ff);
}