

@charset "utf-8";

.lt {
	float: left;
}

.rt {
	float: right;
}

.cr {
	clear: both;
}

.imgs {
	display: block;
	max-width: 100%;
	height: auto;
}

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

.overs {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.animet {
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
}

.animet1 {
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.animet2 {
	transition: 6s;
	-webkit-transition: 6s;
	-moz-transition: 6s;
	-ms-transition: 6s;
	-o-transition: 6s;
}

.width {
	width: 84%;
	margin: 0 auto;
}

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #FFF inset !important;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

/*头部*/
.index-header-wrap {
	width: 100%;
	position: fixed;
	top: 0;
	/*background: rgba(0,0,0,.8);*/
	z-index: 999999;
}

.nav-mask {
	background: rgba(0, 0, 0, .6);
}

.header {
	width: 100%;
	position: relative;
	top: 0;
	letter-spacing: 1px;
}

.header-logo{ width:650px;}

.header-logo a {
/*	display: block;*/
	line-height: 88px;
	height: 88px;
}

.nav-list>li>a {
	position: relative;
	font-size: 14px;
	color: #fff;
	padding: 36px 0;
	display: block;
}

.nav-list>li {
	float: left;
	font-size: 0;
	padding: 0 20px;
}

.nav-list>li>a>span {
	position: absolute;
	width: 0%;
	height: 2px;
	background: #08A3F2;
	bottom: 0;
	text-align: center;
	left: 0;
}

.nav-list>li>a:hover span {
	width: 100%;
}

.nav-list>li>a:hover {
	color: #08A3F2;
}

.header-mask-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	height: 300px;
}

.header-mask-lt {
	width: 34%;
	height: 100%;
	background: rgba(288, 288, 288, .9);
}

.header-mask-rt {
	width: 66%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
}

.mask-lt-con {
	padding-right: 70px;
	text-align: right;
	padding-top: 55px;
}

.mask-lt-con h5 {
	font-size: 26px;
	color: #333;
	padding: 35px 0 23px;
}

.mask-lt-con h6 {
	font-size: 24px;
	color: #BABABA;
}

.mask-links {
	display: inline-block;
	vertical-align: top;
}

.mask-links>a {
	display: block;
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	margin-top: 20px;
}

.mask-links>a span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}

.mask-links>a:hover span {
	color: #00A4F2;
}

.mask-links>a img {
	transition: 1s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
}

/*.mask-links>a:hover img,
.mask2-list>li>a:hover img {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}*/

.mask-links {
	height: 100%;
	padding-left: 38px;
	padding-right: 70px;
	border-right: 1px dashed #D3D3D3;
	margin-right: 32px;
}

.mask-links:last-child {
	border-right: none;
}

.header-mask2-wrap {
	background: rgba(255, 255, 255, .9);
}

.header-mask2 {
	width: 1200px;
	margin: 0 auto;
}

.mask2-list {
	text-align: center;
	font-size: 0;
}

.mask2-list li {
	/*float: left;*/
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	width: 18%;
	text-align: center;
}

.mask2-list>li>a {
	display: block;
	font-size: 22px;
	color: #333;
	letter-spacing: 1px;
}

.mask2-list>li>a p {
	padding-top: 25px;
}

.mask2-list>li>a img {
	margin-top: 62px;
}

.mask2-list>li>a:hover {
	color: #00A4F2;
}

.fanga-list {
	display: inline-block;
	vertical-align: top;
	padding-left: 50px;
	padding-top: 35px;
	padding-right: 6px;
}

.fanga-list>li>a {
	display: block;
	padding: 20px 0;
}

.fanga-list>li>a:hover span,
.we-list>li>a:hover span {
	color: #00A4F2;
}

.fanga-list>li>a em,
.fanga-list>li>a span,
.we-list>li>a em,
.we-list>li>a span {
	display: inline-block;
	vertical-align: middle;
}

.fanga-list>li>a em,
.we-list>li>a em {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #08A3F2;
}

.fanga-list>li>a span {
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	padding-left: 14px;
}

.we-list>li>a span {
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	font-size: 16px;
	color: #666;
	padding-left: 10px;
}

.we-box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 100%;
	letter-spacing: 1px;
	padding: 0 56px;
	border-right: 1px dashed #BFBFBF;
}

.we-box:last-child {
	border-right: none;
}

.we-box h5 {
	font-size: 20px;
	color: #000;
	padding: 30px 0 18px;
	border-bottom: 1px solid #CFCFD0;
}

.we-list>li>a {
	display: block;
	padding: 10px 0;
}

.we-list {
	padding-top: 16px;
	width: 275px;
}

.we-icon {
	position: absolute;
	bottom: 45px;
	right: 56px;
}

.header-masks {
	display: none;
}

.navtwo-show {
	display: block !important;
}





/*底部*/
.footer-tp {
	padding-left: 36px;
}

.footer-tp-rt {
	width: 38%;
}

.footer-tp-lt {
	width: 54%;
}

.footer-tp-tit span {
	font-size: 16px;
	color: #0EFAFF;
	letter-spacing: 2px;
}

.footer-tp-tit {
	padding-bottom: 25px;
	border-bottom: 1px solid #3C3B3B;
}

.footer-tp-list,
.footer_ol {
	margin-top: 4px;
}

.footer_ol-txt p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	letter-spacing: 1px;
}

.footer-tp-list li {
	float: left;
	width: 25%;
}

.footer-tp-list a {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.footer-tp-list a:last-child {
	margin-bottom: 0;
}

.footer-tp-list a:hover {
	color: #fff;
	margin-left: 10px;
}

.footer-tp-tit {
	font-size: 0;
}

.footer-tp-tit a {
	color: #999;
	font-size: 26px;
	padding: 0 10px;
}

.footer-tp-tit a {
	animation: index3 2s infinite linear;
	-webkit-animation: index3 2s infinite linear;
	-moz-animation: index3 2s infinite linear;
	-ms-animation: index3 2s infinite linear;
	-o-animation: index3 2s infinite linear;
}

.footer_ol li {
	float: left;
	width: 48%;
}

.footer_ol li:nth-child(2) {
	float: right;
}

.footer_ol a {
	display: block;
}

.footer_ol a:hover .footer-imgs img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.footer_ol-img {
	width: 28%;
	height: 135px;
	overflow: hidden;
}

/*.footer_ol-img img {
	width: 100%;
	height: 100%;
}*/
.footer_ol-txt {
	width: 68%;
	letter-spacing: 1px;
}

.footer-txt h5 {
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
}

.footer-txt p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	padding-top: 15px;
	-webkit-line-clamp: 3;
}

.footer-bt-wrap {
	width: 100%;
}

.footer-bt-list li {
	float: left;
	width: 33%;
	padding-top: 4px;
}

.footer-bt-list li:last-child {
	padding-top: 0;
	float: left;
	width: 34%;
	padding-left: 2.5%;
	box-sizing: border-box;
}

.footer-bt-list li:last-child .item {
	float: left;
	width: 120px;
	margin-right: 20px;
}

.footer-wechar h6 {
	color: #fff;
	font-size: 16px;
}

.footer-wechar p {
	font-size: 12px;
	color: #999;
	padding-top: 12px;
	width: 100%;
	text-align: center;
}

.footer-bt {
	border-top: 1px solid #626262;
	padding-top: 40px;
}

.footer-bt-img {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 1px;
	width: 120px;
	height: 120px;
}


.footer-bt-img img {
	width: 100%;
	height: 100%;
}

.footer-icon,
.footer-bt-txt {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
}

.footer-bt-txt h6 {
	font-size: 16px;
	color: #fff;
	padding-bottom: 15px;
}

.footer-bt-txt p {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	padding-left: 20px;
	margin-bottom: 6px;
}

.footer-bt-txt p.addr {
	background-image: url(../img/index/addr.png);
	background-size: 10px 14px;
	background-position: 0 center;
	background-repeat: no-repeat;
}

.footer-bt-txt p.tel {
	background-image: url(../img/index/tel.png);
	background-size: 14px;
	background-position: 0 center;
	background-repeat: no-repeat;
}

.footer-bt-txt p.mail {
	background-image: url(../img/index/mail.png);
	background-size: 14px;
	background-position: 0 center;
	background-repeat: no-repeat;
}

.footer-bt-txt {
	padding-left: 16px;
	width: 72%;
}

.footer-link {
	font-size: 12px;
	letter-spacing: 1px;
	color: #ccc;
}

.footer-link a {
	color: #cccccc;
	padding-right: 1em;
	display: inline-block;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

.footer-link a:hover {
	color: #fff;
	font-size: 14px;
}

.footer-link span {
	padding-right: 1em;
	display: inline-block;
}

.footer-link {
	padding: 0 8%;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
}

.footer-leo p {
	font-size: 12px;
	color: #ccc;
	text-align: left;
}

.footer-leo {
	padding: 24px 0 22px;
}

.footer-tp-wrap {
	padding: 70px 8%;
}

.footer_ol:hover .footer_ol-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/*分页*/
.page {
	font-size: 0;
	text-align: center;
}

.page a {
	display: inline-block;
	font-size: 16px;
	color: #666;
	padding: 14px;
	border: 1px solid #D2D2D2;
	margin: 0 14px;
}




@keyframes index4 {
	0% {
		right: 0;
	}

	50% {
		right: 15px;
	}

	100% {
		right: 0;
	}
}

@-webkit-keyframes index4 {
	0% {
		right: 0;
	}

	50% {
		right: 15px;
	}

	100% {
		right: 0;
	}
}

@-moz-keyframes index4 {
	0% {
		right: 0;
	}

	50% {
		right: 15px;
	}

	100% {
		right: 0;
	}
}

@keyframes index3 {
	0% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-0-transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-0-transform: rotateZ(360deg);
	}
}

@-webkit-keyframes index3 {
	0% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-0-transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-0-transform: rotateZ(360deg);
	}
}

@-moz-keyframes index3 {
	0% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-0-transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-0-transform: rotateZ(360deg);
	}
}

@-ms-keyframes index3 {
	0% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-0-transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-0-transform: rotateZ(360deg);
	}
}

@-webkit-keyframes masked-animation {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

@keyframes masked-animation {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

@-moz-keyframes masked-animation {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

@-ms-keyframes masked-animation {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

@-o-keyframes masked-animation {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

.form-active {
	color: #fff !important;
	background: #00A4F3 !important;
}

.fanga-list>li>a span {
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	padding-left: 14px;
}


@media only screen and (max-width: 1600px) {
	.fanga-list>li>a span {
		font-size: 16px;
	}

	.fanga-list {
		padding-left: 30px;
	}
}

@media only screen and (max-width: 1366px) {
	.fanga-list>li>a span {
		font-size: 14px;
	}

	.fanga-list {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.fanga-list>li>a span {
		font-size: 13px;
	}

	.fanga-list {
		padding-left: 10px;
	}
}