header {
	height: 75px;
}
header .center {
	/*overflow: hidden;*/
}
.logo {
	float: left;
}
.header-box {
	padding-top: 23px;
}
.header-middle-box {
	margin-left: 135px;
}
.header-middle-box li a {
	float: left;
	margin: 10px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
}
.header-middle-box ul {
	margin-top: -7px;
}
.header-middle-box li.cur a {
	border-bottom: 3px solid #1776e1;
}
.header-middle-box * {
	float: left;
}
.header-middle-box img {
	padding: 0 5px;
	cursor: pointer;
}
.header-login-box span {
	width: 75px;
	height: 75px;
	background-color: #1776e1;
	line-height: 75px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
	cursor: pointer;
}

/*banner*/

.banner-box .center, .swiper-container .center {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 11;
}
.swiper-container .center img {
	margin: 170px 0 0 460px;
}
.login-box {
	margin-top: 60px;
	width: 400px;
	height: 410px;
	background-color: rgba(6, 24, 39, 0.6);
	float: left;
}
.login-title {
	width: 328px;
	height: 64px;
	background-color: #223d5f;
	border: 1px solid #8093c5;
	position: absolute;
	top: -32px;
	left: 35px;
	z-index: 10;
}
.login-title ul:after {
	content: '';
	width: 0px;
	height: 19px;
	background: #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -1px;
}
.login-title li {
	color: #fff;
	font-size: 16px;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 60px;
	position: relative;
}
.login-title li.cur:after {
	content: '';
	width: 34px;
	height: 4px;
	border-radius: 5px;
	background-color: #ec4524;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 50px;
}
.login-box {
	padding: 60px 35px;
}
.login-icon {
	text-align: center;
}
.login-icon img {
	display: inline;
	margin: 0 9px;
}
.login-input input {
	display: block;
	width: 330px;
	height: 55px;
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 18px 20px;
	font-size: 16px;
	color: #666666;
}
.login-btnbox {
	margin-top: 30px;
}
.login-btnbox span {
	float: left;
	width: 160px;
	text-align: center;
	background: #1776e1;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
.login-btnbox span:first-child {
	margin-right: 9px;
}
.login-btnbox span:last-child {
	background: #cc462d;
}
.login-forgetpwd {
	font-size: 16px;
	color: #fff;
	margin: 20px 0;
	width: 80px;
	border-bottom: 1px solid #fff;
}
.line {
	position: relative;
	left: -22px;
	margin-bottom: 17px;
}

/*bg2*/

.bg2 {
	background: url(../images/bg2.png) no-repeat top;
	background-size: cover;
	padding: 50px 0;
	height: 700px;
	overflow: hidden;
}
.bg2 img {
	display: block;
	margin: 0 auto;
}
.bg2-box {
	/*width: 1200px;*/
	margin: 0 auto;
	display: inline-block;
}
.bg2-box li {
	width: 136px;
	height: 259px;
	padding: 66px 20px;
	text-align: center;
	color: #fff;
	background: url(../images/index-tab.png) repeat-x top;
	margin-bottom: 70px;
	float: left;
	margin-right: 1px;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.bg2-box li img {
	margin-bottom: 24px;
}
.bg2-box li h1 {
	font-size: 36px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bg2-box li h2 {
	font-size: 18px;
	color: #fff;
}
.bg2-box li h1 {
	/*display: none;*/
	opacity: 0;
}
.bg2-box li.cur {
	height: 320px;
	position: relative;
	top: -30px;
	background: url(../images/index-tab-active.png) repeat-x top;
	background-size: contain;
}
.bg2-box li.cur h1 {
	-webkit-transition: all .5s .5s;
	-o-transition: all .5s .5s;
	transition: all .5s .5s;
	opacity: 1;
}
.bg2-big-box {
	margin: 0 auto;
	text-align: center;
	display: table-cell;
}
.bg3 {
	background: url(../images/bg3.png) no-repeat top;
	background-size: cover;
	text-align: center;
	padding: 117px 0 80px;
}
.bg4 {
	background: url(../images/bg4.jpg) repeat top;
	background-size: cover;
	text-align: center;
	padding: 50px 0;
}
.bg4 ul {
	margin-top: 50px;
	width: 100%;
}
.bg4 ul li {
	width: 100%;
	margin-bottom: 20px;
}
.bg4 ul li p {
	text-align: justify!important;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.bg4 .server-1 {
	background: url(../images/server-bg1.png) right no-repeat;
}
.bg4 .server-2 {
	background: url(../images/server-bg2.png) right no-repeat;
}
.bg4 .server-3 {
	background: url(../images/server-bg3.png) right no-repeat;
}
.bg4 .server-1 .skew-box {
	width: 905px;
	height: 300px;
	overflow: hidden;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
	margin-left: -55px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.bg4 .server-1 .skew-box img {
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.bg4 .server-1 .skew-box:hover {
	width: 870px;
}
.bg4 .server-1 .skew-box:hover img {
	-webkit-transform: scale(1.05) skew(20deg);
	-ms-transform: scale(1.05) skew(20deg);
	transform: scale(1.05) skew(20deg);
}
.bg4 .server-1 p {
	width: 315px;
	text-align: left;
	font-size: 24px;
	line-height: 2;
	margin-top: 75px;
	margin-right: 35px;
}
.bg4 .server-2 .skew-box {
	width: 817px;
	height: 300px;
	overflow: hidden;
	-webkit-transform: skew(-0deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
	margin-left: -55px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.bg4 .server-2 .skew-box img {
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.bg4 .server-2 .skew-box:hover {
	width: 799px;
}
.bg4 .server-2 .skew-box:hover img {
	-webkit-transform: scale(1.05) skew(-20deg);
	-ms-transform: scale(1.05) skew(-20deg);
	transform: scale(1.05) skew(-20deg);
}
.bg4 .server-2 p {
	width: 315px;
	text-align: left;
	font-size: 24px;
	line-height: 2;
	margin-top: 75px;
	margin-left: 35px;
}
.bg4 .server-3 .skew-box {
	width: 905px;
	height: 300px;
	overflow: hidden;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
	margin-left: -55px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.bg4 .server-3 .skew-box img {
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.bg4 .server-3 .skew-box:hover {
	width: 870px;
}
.bg4 .server-3 .skew-box:hover img {
	-webkit-transform: scale(1.05) skew(20deg);
	-ms-transform: scale(1.05) skew(20deg);
	transform: scale(1.05) skew(20deg);
}
.bg4 .server-3 p {
	width: 315px;
	text-align: left;
	font-size: 24px;
	line-height: 2;
	margin-top: 75px;
	margin-right: 30px;
}
.bg4 .server-1 p {
	-webkit-transform: translateX(350px);
	-ms-transform: translateX(350px);
	transform: translateX(350px);
}
.bg4 .server-2 p {
	-webkit-transform: translateX(-350px);
	-ms-transform: translateX(-350px);
	transform: translateX(-350px);
}
.bg4 .server-3 p {
	-webkit-transform: translateX(350px);
	-ms-transform: translateX(350px);
	transform: translateX(350px);
}
.bg4 .server-1 p.offsetTop, .bg4 .server-2 p.offsetTop, .bg4 .server-3 p.offsetTop {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.bg5 {
	background: url(../images/bg5.png) repeat top;
	background-size: cover;
	text-align: center;
	padding: 50px 0;
	height: 680px;
}
.bg5 ul li {
	float: left;
	padding: 7px 50px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}
.bg5 ul li.cur {
	background-color: rgba(255, 83, 22, 0.7);
	border: 1px solid #ff5316;
}
.bg5 img.text-img {
	margin-bottom: 30px;
}
.bg5 dl {
	margin-top: 80px;
}
.bg5 dt {
	padding: 75px 0;
	width: 1049px;
	display: inline-block;
	background: #fff;
}
.bg5 dt div img {
	margin: 0 25px;
	width: 89px;
	height: 125px;
	float: left;
}
.bg5 dd {
	padding: 23px 27px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
	width: 550px;
	text-align: center;
	display: inline-block;
	margin-top: -60px;
	position: relative;
}
.bg5 dd h2 {
	margin-bottom: 10px;
}
.bg5 dd p {
	color: #999999;
	font-size: 16px;
}
.arrow-l {
	position: absolute;
	left: -19px;
	top: 50%;
	margin-top: -19px;
	cursor: pointer;
	z-index: 10;
}
.arrow-r {
	position: absolute;
	right: -19px;
	top: 50%;
	margin-top: -19px;
	cursor: pointer;
	z-index: 10;
}
.contain-box {
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
	height: 125px;
}

/*footer*/

.footer {
	background: #061827;
	padding-top: 50px;
}
.footer h1 {
	margin-bottom: 12px;
}
.footer h1 a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.footer p a {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.footer ul li {
	float: left;
	margin-right: 50px;
}
.about-box {
	margin-left: 115px;
	color: #fff;
}
.about-box p {
	margin-bottom: 22px;
}
.about-erweima dd {
	width: 108px;
	margin-top: 25px;
}
.about-erweima dl:first-child {
	margin-right: 50px;
}
.version {
	line-height: 60px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

/*返回顶部*/

.back-top {
	position: fixed;
	z-index: 100;
	right: 80px;
	bottom: 70px;
}
.back-top img:first-child {
	margin-bottom: 30px;
}
.top-hidden {
	display: none!important;
}
.back-top img {
	cursor: pointer;
	display: block;
}

/*差旅管控*/

.guankong-bg1 {
	background: url(../images/guankong-bg1.png) no-repeat top;
	background-size: cover;
	text-align: center;
	padding: 160px 0 250px;
}
.guankong-bg2 {
	background: url(../images/guankong-bg2.png) no-repeat top;
	background-size: cover;
	text-align: center;
	padding: 56px 0 158px;
}
.guankong-bg2-box {
	margin-top: 50px;
}
.guankong-bg2-circle {
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 563px;
	height: 504px;
	background: url(../images/guankong-bg2-circle1.png) no-repeat;
	margin-left: 60px;
}
.guankong-bg2-circle img {
	-webkit-animation: xuanzhuan 100s infinite linear;
	animation: xuanzhuan 100s infinite linear;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -173px;
	margin-top: -143px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
@-webkit-keyframes xuanzhuan {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.guankong-bg2-text {
	color: #fff;
	margin-right: 110px;
	padding-top: 50px;
}
.guankong-bg2-text p {
	font-size: 20px;
	padding: 24px 0;
	text-align: left;
}
.guankong-title1 {
	color: #fff;
	height: 42px;
	position: absolute;
	left: 50px;
	top: 105px;
}
.guankong-title2 {
	color: #fff;
	height: 42px;
	position: absolute;
	left: 250px;
	top: 171px;
}
.guankong-title3 {
	color: #fff;
	height: 42px;
	position: absolute;
	left: -40px;
	top: 234px;
}
.guankong-title4 {
	color: #fff;
	height: 42px;
	position: absolute;
	left: 226px;
	top: 300px;
}
.guankong-title5 {
	color: #fff;
	height: 42px;
	position: absolute;
	left: 70px;
	top: 360px;
}
.guankong-bg2-circle h1 {
	line-height: 42px;
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
}
.guankong-bg2-circle h1.cur {
	border: 1px solid #fff;
	font-size: 30px;
}
.guankong-bg2-circle span {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	display: inline-block;
}
.fangan-main .fangan-bg {
	width: 100%;
}
.fangan-main {
	/*background: url(../images/fangan-bg.png) left top no-repeat;
	background-size:100%;
	text-align: center;
	font-size: 0;*/
	width: 100%;
	position: relative;
	overflow: hidden;
}
.fangan-starimg-box {
	/*background: url(../images/fangan-starimg.png) left top no-repeat;*/
	width: 1042px;
	height: 820px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -521px;
	margin-top: -410px;
}
.fangan-starimg-box .a {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -130px 0 0 -123px;
	z-index: 111;
}
.fangan-starimg-box div img {
	width: 100%;
}
.fangan-starimg-box img.starbg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 1;
}
.fangan-starimg-box .fangan-text-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 1000;
}

/*b系列文字定位*/

.fangan-starimg-box .fangan-text-box .b {
	position: absolute;
	width: 47px;
	height: 21px;
}
.t1 {
	top: -275px;
	left: 185px;
}
.t2 {
	top: -53px;
	left: -572px;
}
.t3 {
	top: 210px;
	left: -455px;
}
.t4 {
	top: 377px;
	left: 245px;
}
.t5 {
	top: 52px;
	left: 522px;
}
.fangan-taiji {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 104px;
	height: 54px;
	margin-left: -52px;
	margin-top: -27px;
	-webkit-animation: fangantaiji 15s infinite;
	animation: fangantaiji 15s infinite;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.fangan-bg2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1064px;
	height: 1064px;
	margin-left: -532px;
	margin-top: -532px;
	-webkit-animation: fanganbg 150s infinite;
	animation: fanganbg 150s infinite;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	z-index: 11;
}
@-webkit-keyframes fanganbg {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes fanganbg {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@-webkit-keyframes fangantaiji {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes fangantaiji {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
.fangan-tg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 36px;
	margin-left: -24px;
	margin-top: -18px;
	z-index: 1110;
	cursor: pointer;
}
.a1 {
	-webkit-animation: a1 1s both;
	animation: a1 1s both;
}
@-webkit-keyframes a1 {
	from {
		-webkit-transform: scale(0) rotateZ(20deg) translateX(0) rotate(0);
		transform: scale(0) rotateZ(20deg) translateX(0) rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotateZ(295deg) translateX(230px) rotate(780deg);
		transform: scale(1) rotateZ(295deg) translateX(230px) rotate(780deg);
		opacity: 1;
	}
}
@keyframes a1 {
	from {
		-webkit-transform: scale(0) rotateZ(20deg) translateX(0) rotate(0);
		transform: scale(0) rotateZ(20deg) translateX(0) rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotateZ(295deg) translateX(230px) rotate(780deg);
		transform: scale(1) rotateZ(295deg) translateX(230px) rotate(780deg);
		opacity: 1;
	}
}
.a2 {
	-webkit-animation: a2 1s .5s both;
	animation: a2 1s .5s both;
}
@-webkit-keyframes a2 {
	from {
		-webkit-transform: scale(0) rotateZ(-20deg) translateX(0) rotate(0);
		transform: scale(0) rotateZ(-20deg) translateX(0) rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotateZ(180deg) translateX(360px) rotate(540deg);
		transform: scale(1) rotateZ(180deg) translateX(360px) rotate(540deg);
		opacity: 1;
	}
}
@keyframes a2 {
	from {
		-webkit-transform: scale(0) rotateZ(-20deg) translateX(0) rotate(0);
		transform: scale(0) rotateZ(-20deg) translateX(0) rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotateZ(180deg) translateX(360px) rotate(540deg);
		transform: scale(1) rotateZ(180deg) translateX(360px) rotate(540deg);
		opacity: 1;
	}
}
.a3 {
	-webkit-animation: a3 1s 1s both;
	animation: a3 1s 1s both;
	z-index: 10;
}
@-webkit-keyframes a3 {
	from {
		-webkit-transform: scale(0) rotateZ(-60deg) translateX(0) rotate(0);
		transform: scale(0) rotateZ(-60deg) translateX(0) rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotateZ(140deg) translateX(410px) rotate(-500deg);
		transform: scale(1) rotateZ(140deg) translateX(410px) rotate(-500deg);
		opacity: 1;
	}
}
@keyframes a3 {
	from {
		-webkit-transform: scale(0) rotateZ(-60deg) translateX(0) rotate(0);
		transform: scale(0) rotateZ(-60deg) translateX(0) rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotateZ(140deg) translateX(410px) rotate(-500deg);
		transform: scale(1) rotateZ(140deg) translateX(410px) rotate(-500deg);
		opacity: 1;
	}
}
.a4 {
	-webkit-animation: a4 1s 1.5s both;
	animation: a4 1s 1.5s both;
}
@-webkit-keyframes a4 {
	from {
		-webkit-transform: scale(0) rotateZ(-100deg) translateX(0) rotate(0);
		transform: scale(0) rotateZ(-100deg) translateX(0) rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotateZ(70deg) translateX(440px) rotate(-435deg);
		transform: scale(1) rotateZ(70deg) translateX(440px) rotate(-435deg);
		opacity: 1;
	}
}
@keyframes a4 {
	from {
		-webkit-transform: scale(0) rotateZ(-100deg) translateX(0) rotate(0);
		transform: scale(0) rotateZ(-100deg) translateX(0) rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotateZ(70deg) translateX(440px) rotate(-435deg);
		transform: scale(1) rotateZ(70deg) translateX(440px) rotate(-435deg);
		opacity: 1;
	}
}
.a5 {
	-webkit-animation: a5 1s 2s both;
	animation: a5 1s 2s both;
}
@-webkit-keyframes a5 {
	from {
		-webkit-transform: scale(0) rotateZ(-140deg) translateX(0) rotate(0);
		transform: scale(0) rotateZ(-140deg) translateX(0) rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotateZ(5deg) translateX(330px) rotate(-375deg);
		transform: scale(1) rotateZ(5deg) translateX(330px) rotate(-375deg);
		opacity: 1;
	}
}
@keyframes a5 {
	from {
		-webkit-transform: scale(0) rotateZ(-140deg) translateX(0) rotate(0);
		transform: scale(0) rotateZ(-140deg) translateX(0) rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) rotateZ(5deg) translateX(330px) rotate(-375deg);
		transform: scale(1) rotateZ(5deg) translateX(330px) rotate(-375deg);
		opacity: 1;
	}
}
.fangan-detail-link {
	position: absolute;
	width: 90px;
	height: 90px;
	left: -28px;
	top: -38px;
}
.fangan-starimg-box div .fangan-detail-link img {
	width: auto;
}

/*初始化op0*/

.fangan-detail-link .fangan-quan1, .fangan-detail-link .fangan-quan2 {
	opacity: 0;
}
.fangan-p1, .fangan-p2, .fangan-p3, .fangan-p4, .fangan-p5 {
	opacity: 0;
}
.fangan-quan1 {
	position: absolute;
	top: 0;
	left: 4px;
}
.fangan-quan2 {
	position: absolute;
	top: 7px;
	left: 12px;
}
.fangan-p1 {
	position: absolute;
	left: 50px;
	top: -161px;
}
.fangan-p2 {
	position: absolute;
	left: 50px;
	top: -209px;
}
.fangan-p3 {
	position: absolute;
	left: 50px;
	top: 87px;
}
.fangan-p4 {
	position: absolute;
	left: 43px;
	top: -154px;
}
.fangan-p5 {
	position: absolute;
	left: -274px;
	top: -172px;
}
.fangan-quan-zhuan1 {
	-webkit-animation: quan 1s both;
	animation: quan 1s both;
}
.fangan-quan-zhuan2 {
	-webkit-animation: quan2 1.5s both;
	animation: quan2 1.5s both;
}
.fangan-p-animate {
	-webkit-animation: detail 1s 1.5s both;
	animation: detail 1s 1.5s both;
}
@-webkit-keyframes quan {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 1;
	}
}
@keyframes quan {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 1;
	}
}
@-webkit-keyframes quan2 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}
}
@keyframes quan2 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 0;
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}
}
@-webkit-keyframes detail {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes detail {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.mask {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.mask-detail {
	position: absolute;
	width: 701px;
	height: 423px;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -211px;
	text-align: center;
}
.mask-detailbtn {
	display: block;
	margin-top: 40px;
	width: 201px;
	height: 74px;
	background: url(../images/fangan-detailbtn.png) left no-repeat;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.mask-detailbtn:hover {
	background: url(../images/fangan-detailbtn-active.png) left no-repeat;
}
.fangan-btn {
	position: absolute;
	background: url(../images/fangan-detail-closebor.png) left no-repeat;
	width: 56px;
	height: 66px;
	right: -60px;
	top: -30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.fangan-btn img {
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.fangan-btn img:hover {
	-webkit-transform: rotate(360deg);
}

/*-------------------------------------------------------------------------------------------------*/


/*小于1600星空之门兼容*/

@media only screen and (max-width: 1600px) {
	.fangan-starimg-box img.starbg {
		position: absolute;
		width: 70%;
	}
	.a1 {
		width: 100px;
	}
	.a2 {
		width: 108px;
	}
	.a3 {
		width: 224px;
	}
	.a4 {
		width: 123px;
	}
	.a5 {
		width: 159px;
	}
	@-webkit-keyframes a1 {
		from {
			-webkit-transform: scale(0) rotateZ(20deg) translateX(0) rotate(0);
			transform: scale(0) rotateZ(20deg) translateX(0) rotate(0);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(1) rotateZ(315deg) translateX(170px) rotate(440deg);
			transform: scale(1) rotateZ(315deg) translateX(170px) rotate(440deg);
			opacity: 1;
		}
	}
	@keyframes a1 {
		from {
			-webkit-transform: scale(0) rotateZ(20deg) translateX(0) rotate(0);
			transform: scale(0) rotateZ(20deg) translateX(0) rotate(0);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(1) rotateZ(315deg) translateX(170px) rotate(440deg);
			transform: scale(1) rotateZ(315deg) translateX(170px) rotate(440deg);
			opacity: 1;
		}
	}
	@-webkit-keyframes a2 {
		from {
			-webkit-transform: scale(0) rotateZ(-20deg) translateX(0) rotate(0);
			transform: scale(0) rotateZ(-20deg) translateX(0) rotate(0);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(1) rotateZ(170deg) translateX(220px) rotate(540deg);
			transform: scale(1) rotateZ(170deg) translateX(220px) rotate(540deg);
			opacity: 1;
		}
	}
	@keyframes a2 {
		from {
			-webkit-transform: scale(0) rotateZ(-20deg) translateX(0) rotate(0);
			transform: scale(0) rotateZ(-20deg) translateX(0) rotate(0);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(1) rotateZ(170deg) translateX(220px) rotate(540deg);
			transform: scale(1) rotateZ(170deg) translateX(220px) rotate(540deg);
			opacity: 1;
		}
	}
	@-webkit-keyframes a3 {
		from {
			-webkit-transform: scale(0) rotateZ(-60deg) translateX(0) rotate(0);
			transform: scale(0) rotateZ(-60deg) translateX(0) rotate(0);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(1) rotateZ(130deg) translateX(310px) rotate(-480deg);
			transform: scale(1) rotateZ(130deg) translateX(310px) rotate(-480deg);
			opacity: 1;
		}
	}
	@keyframes a3 {
		from {
			-webkit-transform: scale(0) rotateZ(-60deg) translateX(0) rotate(0);
			transform: scale(0) rotateZ(-60deg) translateX(0) rotate(0);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(1) rotateZ(130deg) translateX(310px) rotate(-480deg);
			transform: scale(1) rotateZ(130deg) translateX(310px) rotate(-480deg);
			opacity: 1;
		}
	}
	@-webkit-keyframes a4 {
		from {
			-webkit-transform: scale(0) rotateZ(-100deg) translateX(0) rotate(0);
			transform: scale(0) rotateZ(-100deg) translateX(0) rotate(0);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(1) rotateZ(65deg) translateX(360px) rotate(-425deg);
			transform: scale(1) rotateZ(65deg) translateX(360px) rotate(-425deg);
			opacity: 1;
		}
	}
	@keyframes a4 {
		from {
			-webkit-transform: scale(0) rotateZ(-100deg) translateX(0) rotate(0);
			transform: scale(0) rotateZ(-100deg) translateX(0) rotate(0);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(1) rotateZ(65deg) translateX(360px) rotate(-425deg);
			transform: scale(1) rotateZ(65deg) translateX(360px) rotate(-425deg);
			opacity: 1;
		}
	}
	@-webkit-keyframes a5 {
		from {
			-webkit-transform: scale(0) rotateZ(-140deg) translateX(0) rotate(0);
			transform: scale(0) rotateZ(-140deg) translateX(0) rotate(0);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(1) rotateZ(15deg) translateX(320px) rotate(-3800deg);
			transform: scale(1) rotateZ(15deg) translateX(320px) rotate(-3800deg);
			opacity: 1;
		}
	}
	@keyframes a5 {
		from {
			-webkit-transform: scale(0) rotateZ(-140deg) translateX(0) rotate(0);
			transform: scale(0) rotateZ(-140deg) translateX(0) rotate(0);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(1) rotateZ(15deg) translateX(320px) rotate(-380deg);
			transform: scale(1) rotateZ(15deg) translateX(320px) rotate(-380deg);
			opacity: 1;
		}
	}
	.t1 {
		top: -195px;
		left: 130px;
	}
	.t2 {
		top: -40px;
		left: -412px;
	}
	.t3 {
		top: 145px;
		left: -335px;
	}
	.t4 {
		top: 260px;
		left: 175px;
	}
	.t5 {
		top: 35px;
		left: 372px;
	}
}

/*解决方案 详情b2v b2g*/

.fangan-detail-bg {
	background: url(../images/fangan-detail-bg.png) no-repeat top;
	background-size: cover;
	overflow: hidden;
}
.fangan-detail-nav {
	height: 75px;
	background-color: rgba(255, 255, 255, 0.2);
	border: solid 1px rgba(229, 229, 229, 0.5);
}
.fangan-detail-nav {
	padding-left: 25px;
}
.fangan-detail-nav li {
	float: left;
	line-height: 75px;
}
.fangan-detail-nav li a {
	color: #FFFFFF;
	font-size: 18px;
	opacity: .6;
	padding: 0 25px;
}
.fangan-detail-nav li a.cur {
	opacity: 1;
}
.fangan-detail-contain {
	padding: 25px 0;
	color: #FFFFFF;
}
.fangan-detail-contain h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	margin-left: 50px;
}
.fangan-detail-contain h2 {
	font-size: 24px;
	color: #FFFFFF;
	margin-left: 50px;
}
.fangan-detail-contain dt {
	margin-right: 25px;
}
.fangan-detail-contain dd {
	padding: 20px 23px;
	width: 714px;
	overflow: hidden;
	background-color: #36646b;
	border: solid 1px #ffffff;
}
.fangan-detail-contain dd h3 {
	text-indent: 15px;
}
.fangan-detail-contain dd input {
	padding-left: 20px;
	width: 317px;
	height: 44px;
	background-color: rgba(209, 217, 221, 0.2);
	border: solid 1px #e5e5e5;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 44px;
}
.fangan-detail-contain dd select {
	padding-left: 10px;
	width: 317px;
	height: 44px;
	background-color: rgba(209, 217, 221, 0.2);
	border: solid 1px #e5e5e5;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 44px;
}
.fangan-detail-contain dd option {
	background: #557c82;
	font-size: 14px;
}
.fangan-detail-contain label {
	padding: 0 7px;
	float: left;
	width: 50%;
	margin-bottom: 20px;
	position: relative;
}
.fangan-detail-contain label .fangan-detail-submit {
	width: 126px;
	height: 37px;
	border: solid 2px #ffffff;
	display: inline-block;
	line-height: 33px;
	cursor: pointer;
}
.fangan-detail-contain dd input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8a9fa2;
}
.fangan-detail-contain dd input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8a9fa2;
}
.fangan-detail-contain dd input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8a9fa2;
}
.fangan-detail-contain dd input::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #8a9fa2;
}
.fangan-detail-contain dd .fasong-yanzhengma input {
	display: inline-block;
	width: 136px;
	padding-left: 10px;
}
.submit-msg {
	position: absolute;
	color: #d06954;
	right: 9px;
	top: 4px;
	display: none;
}
#yanzhengma {
	width: 169px;
	margin-left: 10px;
	display: inline-block;
	background-color: rgba(236, 69, 36, 0.7);
	border: solid 1px #e5e5e5;
	height: 42px;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}
.fasong-yanzhengma {
	margin-top: 32px;
}
.xietyi {
	padding: 10px 30px;
	margin-left: 20px;
	background: url(../images/radio-acitve.png) left center no-repeat;
	float: left;
	color: #b8bebf;
}
.xietyi span {
	color: #d04a2f;
	cursor: pointer;
}
.yanzheng-active {
	background: #CCCCCC!important;
	color: #DDDDDD!important;
}
.xieyi-mask {
	position: absolute;
	width: 1160px;
	height: 70%;
	background-color: #36646b;
	border: solid 1px #ffffff;
	left: 50%;
	top: 120px;
	margin-left: -580px;
	color: #1c79ad;
	padding: 20px;
	overflow: auto;
	text-align: center;
}
.xieyi-mask pre {
	font-size: 14px;
	background: #fff;
	line-height: 1.8;
	padding: 20px;
	text-align: left;
}
.xieyi-btn {
	padding: 8px 20px;
	background-color: rgba(236, 69, 36, 0.7);
	border: solid 1px #e5e5e5;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
}

/*产品*/

.chanp-bg {
	background: url(../images/chanpin-bg.png) no-repeat top;
	background-size: cover;
	overflow: hidden;
	padding: 167px 0 250px 100px;
}
.chanpin-contain {
	color: #FFFFFF;
	text-align: center;
	position: relative;
	height: 720px;
}
.chanpin-contain > div {
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	padding-top: 115px;
	width: 100%;
	height: 100%;
}
.chanpin-bg1 {
	background: url(../images/chanpin-bg1.png) no-repeat;
	background-size: cover;
}
.chanpin-bg2 {
	background: url(../images/chanpin-bg2.png) no-repeat;
	background-size: cover;
}
.chanpin-bg3 {
	background: url(../images/chanpin-bg3.png) no-repeat;
	background-size: cover;
}
.chanpin-bg4 {
	background: url(../images/chanpin-bg4.png) no-repeat;
	background-size: cover;
}
.chanpin-bg5 {
	background: url(../images/chanpin-bg5.png) no-repeat;
	background-size: cover;
}
.chanpin-bg6 {
	background: url(../images/chanpin-bg6.png) no-repeat;
	background-size: cover;
}
.chanpin-bg7 {
	background: url(../images/chanpin-bg7.png) no-repeat;
	background-size: cover;
}
.chanpin-contain ul {
	display: inline-block;
}
.chanpin-contain dl {
	padding: 22px 0;
	width: 1100px;
	display: inline-block;
	height: 160px;
	background-color: rgba(6, 24, 39, 0.8);
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
	border: solid 1px rgba(255, 255, 255, 0.2);
	position: absolute;
	top: -60px;
	z-index: 1;
	left: 50%;
	margin-left: -550px;
}
.chanpin-contain dt {
	font-size: 30px;
	font-weight: 600;
}
.chanpin-contain dd img {
	margin: 15px;
}
.chanpin-contain dd span {
	color: #cccccc;
	font-size: 24px;
	padding: 0 25px;
	cursor: pointer;
	position: relative;
}
.chanpin-contain dd span.cur {
	color: #FFFFFF;
}
.chanpin-contain dd span.cur:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 4px;
	border-radius: 5px;
	background-color: #e60000;
	left: 50%;
	margin-left: -17px;
	bottom: -7px;
}
.chanpin-text {
	margin-right: 110px;
}
.chanpin-contain li h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: 10px;
	margin-top: 10px;
}
.chanpin-contain li h1 {
	line-height: 62px;
	letter-spacing: 6px;
}
.chanpin-contain .chanpin-list2 h1 {
	line-height: 72px;
}
.chanpin-contain .chanpin-list3 h1, .chanpin-contain .chanpin-list5 h1, .chanpin-contain .chanpin-list6 h1 {
	line-height: 82px;
}
.chanpin-contain .chanpin-list4 h1 {
	line-height: 92px;
}
.chanpin-list4 {
	text-align: center;
}
.chanpin-list4 .chanpin-text-list, .chanpin-list7 .chanpin-text-list {
	display: inline-block;
}
.chanpin-contain .chanpin-list4 .chanpin-text, .chanpin-contain .chanpin-list7 .chanpin-text {
	padding-left: 0;
	margin-right: 0;
}
.chanpin-contain .chanpin-list7 h1 {
	font-size: 28px;
	line-height: normal;
}
.chanpin-contain .chanpin-list7 p {
	font-size: 24px;
	margin-bottom: 15px;
	letter-spacing: 10px;
}
.chanpin-contain li .chanpin-text {
	padding-top: 27px;
	padding-left: 70px;
}
.chanpin-contain li {
	display: none;
}
.chanpin-contain li:first-child {
	display: block;
}

/*关于我们*/

.about-gongsi {
	overflow: hidden;
	padding-top: 54px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}
.about-gongsi img {
	margin-bottom: 50px;
}
.about-bg1 {
	background: url(../images/about-bg1.jpg) no-repeat top;
	background-size: cover;
	overflow: hidden;
	color: #FFFFFF;
}
.about-bg1 .fr {
	width: 50%;
	padding: 70px 70px 110px;
	background: rgba(0, 0, 0, .6);
	text-align: left;
}
.about-bg1 .fr h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
.about-bg1 .fr p {
	font-size: 16px;
	line-height: 42px;
	margin-top: 50px;
	color: #bdbdbd;
	width: 480px;
	letter-spacing: 5px;
	text-align: justify;
}
.about-line {
	width: 60px;
	height: 8px;
	border-radius: 5px;
	background-color: #ec4524;
	display: block;
}
.about-gaoguan {
	text-align: center;
}
.about-gaoguan img.gaoguan-title {
	margin: 60px 0 40px;
}
.about-gaoguan img.gaoguan-big {
	margin: 60px 0 0;
	width: 361px;
}
.swiper-box {
	border-top: 1px solid #e5e5e5;
	text-align: center;
}
.swiper-box ul {
	overflow: hidden;
	margin: 0 auto;
	width: 1010px;
	height: 500px;
}
.swiper-box li {
	float: left;
	text-align: left;
}
.swiper-box li:last-child {
	margin-top: 120px;
	margin-left: 65px;
}
.swiper-box h2 {
	color: #333333;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 5px;
}
.swiper-box h1 {
	color: #666666;
	line-height: 1.67;
}
.swiper-box .gaoguan-detail {
	width: 576px;
	margin-top: 35px;
}
.about-gaoguan-tab {
	background: url(../images/about-bg2.jpg) no-repeat top;
	background-size: cover;
	padding: 35px 0;
}
.swiper-shadow {
	-webkit-box-shadow: 0 0 0 12px #f3f3f3 inset, 0 0 15px #a8a8a8;
	box-shadow: 0 0 0 12px #f3f3f3 inset, 0 0 15px #a8a8a8;
}
.about-zizhi {
	text-align: center;
	background: url(../images/about-bg3.jpg) no-repeat top;
	background-size: cover;
	padding: 55px 0;
	height: 600px;
	overflow: hidden;
}
.about-zizhi .swiper-slide {
	text-align: center;
	padding: 75px 10px 50px;
	color: #727272;
	height: 290px;
	overflow: hidden;
	-webkit-transition: height .8s;
	-o-transition: height .8s;
	transition: height .8s;
}
.about-zizhi .swiper-slide img {
	width: 116px;
}
.about-zizhi .swiper-slide h1 {
	font-size: 16px;
	margin: 30px 0 40px;
}
.about-zizhi .swiper-slide p {
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.8;
}
.swiper-auto {
	height: 420px!important;
	position: relative;
	top: -77px;
	-webkit-box-shadow: 0 0 25px #a8a8a8;
	box-shadow: 0 0 25px #a8a8a8;
	z-index: 1111;
}
.about-map {
	text-align: center;
	padding: 55px 0 0;
	overflow: hidden;
}
.about-line2 {
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	display: block;
}
.hezuo-shangwu {
	text-align: center;
	padding: 10px 0 45px;
}
.hezuo-shangwu ul {
	font-size: 0;
}
.hezuo-shangwu li {
	display: inline-block;
	font-size: 16px;
	padding: 0 24px;
}
.hezuo-shangwu h1 {
	line-height: 95px;
	font-weight: 600;
}
.hezuo-detail li {
	float: left;
	width: 50%;
	color: #333333;
}
.hezuo-detail ul {
	overflow: hidden;
}
.hezuo-detail li img {
	width: 100%;
}
.hezuo-detail h2 {
	line-height: 135px;
}
.hezuo-detail h3 {
	line-height: 2.22;
}
.hezuo-detail-text {
	padding-left: 50px;
}
.hezuo-rencai {
	padding: 30px 80px;
}
.hezuo-rencai ul {
	text-align: center;
	font-size: 0;
}
.hezuo-rencai li {
	display: inline-block;
	width: 110px;
	height: 50px;
	line-height: 50px;
	margin: 10px;
	border: solid 1px #4e8cee;
	font-size: 18px;
	cursor: pointer;
	color: #4e8cee;
}
.hezuo-rencai ul.hezuo-rencai-type li {
	width: 120px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	cursor: pointer;
}
.hezuo-rencai li.cur {
	border: solid 1px #4e8cee;
	background-color: #4e8cee;
	color: #FFFFFF;
}
.hezuo-rencai dl {
	width: 33.333%;
	float: left;
	margin-bottom: 65px;
	padding-right: 42px;
}
.hezuo-rencai dl:nth-of-type(3n) {
	padding-right: 0;
}
.hezuo-rencai dt {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height: 50px;
}
.hezuo-rencai dd {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.hezuo-rencai .center {
	padding: 70px 15px 0;
}
.hezuo-join {
	text-align: center;
	padding: 55px 0 60px;
	overflow: hidden;
	background: #2a2c31;
}
.hezuo-join-list {
	width: 1130px;
	height: 720px;
	margin: 40px auto 0;
	-webkit-box-shadow: 0 15px 30px 0 #000000;
	box-shadow: 0 15px 30px 0 #000000;
	color: #FFFFFF;
	border-radius: 5px;
}
.hezuo-join-left {
	width: 416px;
	background: url(../images/hezuo-submit-bg.jpg) no-repeat top;
	background-size: cover;
	float: left;
	height: 100%;
	text-align: left;
	padding: 0 55px;
}
.hezuo-join-left h1 {
	line-height: 135px;
}
.hezuo-join-left h3 {
	margin-bottom: 60px;
}
.hezuo-join-right {
	float: left;
	width: 714px;
	text-align: left;
	height: 100%;
	padding: 50px 30px;
	background: #FFFFFF;
}
.hezuo-join-right h1 {
	color: #333333;
}
.hezuo-join-right h3 {
	color: #999999;
}
.hezuo-join-right label {
	width: 50%;
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
}
.hezuo-join-right label:nth-of-type(2n) {
	padding-right: 0;
}
.hezuo-join-right input, .hezuo-join-right textarea {
	width: 100%;
	height: 44px;
	border-radius: 22px;
	background-color: rgba(209, 217, 221, 0.2);
	border: solid 1px #e5e5e5;
	font-size: 18px;
	padding-left: 20px;
	line-height: 44px;
	outline: none;
}
.hezuo-join-right textarea {
	height: 170px;
}
.hezuo-join-right input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #cccccc;
}
.hezuo-join-right::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #cccccc;
}
.hezuo-join-right textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #cccccc;
}
.hezuo-join-right textarea::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #cccccc;
}
.hezuo-join-right dl {
	margin-top: 20px;
}
.hezuo-join-right label h3 {
	text-indent: 15px;
	margin-bottom: 5px;
}
.hezuo-join-right input[type=radio] {
	position: absolute;
	left: -9999em;
}
.hezuo-join-right .radio-label {
	width: 100%;
	position: relative;
	color: #999999;
}
.radio-label div {
	width: 500px;
}
.radio-label div label {
	width: 125px;
	cursor: pointer;
}
.radio-label span {
	color: #999999;
	font-size: 18px;
}
.hezuo-join-right b {
	width: 21px;
	height: 21px;
	background: url(../images/radio.png);
	margin-top: 3px;
	margin-right: 10px;
}
.hezuo-join-right input[type=radio]:checked + b {
	background: url(../images/radio-acitve.png);
}
.hezuo-join-right input[type=radio]:checked ~ span {
	color: #000000;
}
.hezuo-submit-btn {
	width: 100%!important;
	text-align: center;
	margin: 0;
}
.hezuo-submit-btn span {
	display: inline-block;
	width: 154px;
	height: 67px;
	cursor: pointer;
	background: url(../images/hezuo-btn.png) no-repeat center;
}
.xinwen-bg {
	background: url(../images/xinwen-bg1.jpg) no-repeat top;
	background-size: cover;
	padding: 140px 0 190px;
	text-align: center;
}
.xinwen-news dl {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
	color: #999999;
}
.xinwen-news dl dt {
	color: #000000;
}
.xinwen-news dd span {
	color: #999999;
	padding: 0 87px;
}
.xinwen-news dd span.cur {
	color: #000000;
}
.xinwen-news {
	height: auto;
	padding-top: 190px;
}
.xinwen-news ul {
	color: #000000;
}
.xinwen-contain li {
	float: left;
}
.xinwen-contain ul {
	overflow: hidden;
	text-align: left;
	padding: 0 100px;
}
.news-imgbox {
	width: 360px;
	height: 210px;
	overflow: hidden;
}
.news-imgbox img {
	width: 100%;
}
.news-databox {
	width: 110px;
	margin: 0 50px 0 40px;
}
.news-databox h1 {
	font-size: 36px;
	color: #e60000;
	font-weight: 600;
}
.news-databox h3, .news-itembox p {
	color: #999999;
}
.news-itembox {
	width: 420px;
}
.news-itembox h3, .news-itembox p {
	letter-spacing: 2px;
}
.news-itembox h3 {
	margin-bottom: 20px;
}
.news-databox {
	margin-top: 40px;
}
.news-itembox {
	margin-top: 40px;
}
.xinwen-contain ul {
	padding: 40px 0;
	border: solid 1px #e5e5e5;
	border-width: 1px 0 1px;
	margin-top: -1px;
}
.page {
	padding: 36px 0;
}
.page {
	color: #666666;
	font-size: 0;
}
.page * {
	font-size: 12px;
	margin-right: 10px;
}
.page a {
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	padding: 5px 10px;
	color: #666666;
	float: left;
}
.page > a {}
.page a.cur {
	background-color: #1776e1;
	color: #FFFFFF;
	border: solid 1px #1776e1;
}
.page input {
	width: 29px;
	height: 29px;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	line-height: 29px;
	color: #666666;
	text-align: center;
}
.page .ok {
	padding: 5px 15px;
}
.xinwen-detail-left {
	width: 200px;
	margin-right: 40px;
}
.xinwen-detail-left ul {
	border: none;
	padding: 10px 0;
}
.xinwen-detail-left ul li {
	padding: 10px 0;
	width: 100%;
}
.xiangguan h2 {
	color: #54a0ff;
}
.remen h2 {
	color: #e60000;
}
.xinwen-detail-right {
	width: 910px;
	padding: 10px 0;
}
.xinwen-detail-right span.detail {
	color: #c7c7c7;
	margin: 10px 0;
	display: block;
}
.xinwen-detail-right p {
	margin-top: 20px;
	line-height: 1.8;
}

/*msg界面*/

.msg-box {
	padding: 100px 0 190px;
}
.success {
	padding: 40px 0 20px;
}
.msg-box h1 {
	font-size: 36px;
	color: #4196ff;
	padding-bottom: 30px;
	margin-top: 20px;
}
.back-time {
	color: #4196ff;
	font-size: 20px;
}
.msg-box h2 {
	font-size: 20px;
	color: #000;
	padding-bottom: 25px;
}
.back-index {
	width: 130px;
	height: 36px;
	border-radius: 4px;
	border: solid 2px #4196ff;
	background: #FFFFFF;
	font-size: 18px;
	color: #4196ff;
}

/*swiper修改*/

.about-gaoguan-tab .swiper-button-prev {
	background: url(../images/arrow-l.png)!important;
	width: 38px;
	height: 38px;
	left: 0;
}
.about-gaoguan-tab .swiper-button-next {
	background: url(../images/arrow-r.png)!important;
	width: 38px;
	height: 38px;
	right: 0;
}
.about-gaoguan-tab .swiper-slide {
	padding: 10px;
	background: #FFFFFF;
	margin: 5px 0;
}
.about-gaoguan-tab .swiper-slide img {
	width: 100%;
}
.about-zizhi .swiper-button-prev {
	background: url(../images/arrow-l-w.png) no-repeat!important;
	width: 13px;
	height: 24px;
	left: -15px;
	top: 200px;
}
.about-zizhi .swiper-button-next {
	background: url(../images/arrow-r-w.png) no-repeat!important;
	width: 13px;
	height: 24px;
	right: -15px;
	top: 200px;
}
.about-zizhi .swiper-slide {
	background: #FFFFFF;
}

/*找回密码*/

.find-pwd-bg {
	background: url(../images/find-pwd-bg.png) no-repeat top;
	background-size: cover;
	overflow: hidden;
	padding: 80px 0 130px;
}
.find-pwd-center {
	width: 715px;
	margin: 0 auto;
}
.find-pwd-bg h1 {
	font-weight: 600;
	position: relative;
	padding-left: 20px;
	color: #FFFFFF;
	margin-bottom: 35px;
}
.find-pwd-bg h1:after {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 6px;
	height: 30px;
	border-radius: 4px;
	background-color: #1776e1;
}
.find-pwd-bg ul {
	background-color: #36646b;
	border: solid 1px #ffffff;
	padding: 60px 45px 20px;
}
.find-pwd-bg ul label {
	color: #FFFFFF;
	font-size: 18px;
	width: 110px;
	text-align: right;
	display: inline-block;
}
.find-pwd-bg ul input {
	width: 317px;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
	background-color: rgba(209, 217, 221, 0.2);
	border: solid 1px #e5e5e5;
	color: #FFFFFF;
	font-size: 18px;
	display: inline-block;
}
.find-pwd-bg ul input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #90a3a6;
}
.find-pwd-bg ul input::-ms-input-placeholder {
	/* WebKit browsers */
	color: #90a3a6;
}
.find-pwd-bg ul li span {
	margin-right: 10px;
	color: #b54d38;
	font-size: 18px;
	position: relative;
	top: 4px;
}
.find-pwd-bg ul li {
	margin-bottom: 55px;
	position: relative;
}
.find-pwd-bg ul li:last-child {
	margin-bottom: 0;
}
.find-pwd-bg ul li p {
	position: absolute;
	font-size: 12px;
	color: #f76a4e;
	left: 299px;
	top: -24px;
	display: none;
}
.yanzhengma-img {
	width: 117px;
	height: 44px;
	display: inline-block;
	position: relative;
	top: -4px;
	margin-left: 10px;
}
.yanzhengma-img img {
	width: 100%;
	height: 100%;
}
.find-pwd-btn {
	width: 170px;
	height: 44px;
	background-color: rgba(236, 69, 36, 0.7);
	border: solid 1px #e5e5e5;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
	margin-left: 7px;
	cursor: pointer;
}
.find-pwd-bg ul b {
	font-size: 12px;
	color: #cccccc;
	margin: 10px 0;
	display: block;
	padding-left: 20px;
}
.find-pwd-bg ul b span {
	font-size: 12px;
	color: #f76a4e;
}
.find-pwd-bg .find-pwd-submit {
	width: 126px;
	height: 37px;
	border: solid 2px #ffffff;
	color: #FFFFFF;
	line-height: 32px;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
}

/*绑定*/

.user-bind ul {
	padding: 30px 50px 20px;
}
.user-bind pre {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 25px;
}

/*绑定成功*/

.user-bind-msgbox {
	background: #FFFFFF;
	padding: 20px;
}
.user-bind-msgbox h1 {
	font-weight: 600;
	position: relative;
	padding-left: 20px;
	color: #000000;
	margin-bottom: 20px;
}
.user-bind-msgbox h1:after {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 6px;
	height: 30px;
	border-radius: 4px;
	background-color: #ec4524;
}
.user-bind-success ul {
	padding: 20px;
}
.user-bind-title img {
	margin-top: 5px;
	cursor: pointer;
}
.msg-text {
	margin: 70px 0 120px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.8px;
	color: #000000;
}
.msg-text img {
	margin-right: 20px;
}
.user-bind-login {
	width: 170px;
	height: 44px;
	background-color: rgba(236, 69, 36, 0.7);
	border: solid 1px #e5e5e5;
	line-height: 40px;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
}

/*首页hover 二维码*/

.tel-fixed {
	position: absolute;
	z-index: 100;
	text-align: center;
	background: #fff;
	top: 52px;
	padding: 10px;
	right: 42px;
	border: 1px solid #ccc;
	z-index: 99999;
}
.tel-fixed2 {
	position: absolute;
	z-index: 100;
	text-align: center;
	background: #fff;
	top: 52px;
	padding: 10px;
	right: -2px;
	border: 1px solid #ccc;
	z-index: 99999;
}
.arrow {
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: 15px;
	top: -10px;
	-webkit-transform: rotateZ(45deg);
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
}
.nav-download img:hover + div {
	display: block;
}
.ani-hand {
	position: absolute;
	width: 80px!important;
	top: 95px;
	left: 50%;
	animation: anihand 1.5s infinite;
}
@-webkit-keyframes anihand {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes anihand {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


@charset "utf-8";
@import url("my_style.css");

/* CSS Document */


/*mini,tiny[taɪni],small,large,big,huge[hju:dʒ]*/

* {
	/*font: 12px/1.5 "微软雅黑", Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: normal 12px/1.5 "PingFang SC", "Microsoft Yahei", Tahoma, Arial, "Hiragino Sans GB", Simsun, STXihei, Sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	/*/font-size: 100%;*
	/*font: inherit; 有则* 不起效*/
	/*vertical-align: baseline;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
img{
	vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul,
li {
	list-style: none outside none;
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

input {
	outline: none;
	padding: 0;
	border: none;
	margin: 0;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
}

.hidden {
	display: none;
}
.clearfix {
	clear: both;
	overflow: hidden;
	_zoom: 1;
}

.clearfix:before {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

/*.clearfix{overflow:auto;_height:1%}----拉轰的俩种清浮动*/
