@charset "utf-8";
@-webkit-keyframes bj_g {
	0% {
		background-position: center 192px;
	}
	100% {
		background-position: center -192px;
	}
}
@keyframes bj_g {
	0% {
		background-position: center 0;
	}
	100% {
		background-position: center -146px;
	}
}
@keyframes ghostUpdown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes ghostUpdown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.header {
	z-index: 10000;
	background: #fff;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	height: 50px;
}
.header .container {
	position: relative;
}
.header .logo-text {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
}
.header .logo-text b {
	font-weight: 700;
	color: #f4a20d;
}
.header .logo {
	display: block;
	width: 120px;
	height: 50px;
	float: left;
	position: relative;
}
.header .text {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin: 13px 0 0 10px;
	padding: 0 0 0 10px;
	color: #797979;
	font-size: 16px;
	font-family: "Noto Sans S Chinese Light", "思源黑体 CN", "microsoft yahei";
	font-weight: 100;
	position: relative;
}
.header .text:before {
	content: "";
	display: block;
	height: 26px;
	border-left: 1px #e9e9e9 solid;
	position: absolute;
	left: 0;
	bottom: 2px;
}
.header .cyt-logo {
	height: 26px;
	vertical-align: middle;
	position: relative;
	margin-top: -3px;
	margin-right: 10px;
}
.header .quick,
.header .phoneQuick {
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 30px;
	height: 30px;
	width: 140px;
	float: right;
	text-align: right;
}
.header .quick a,
.header .phoneQuick a {
	display: inline-block;
	height: 30px;
	margin-left: 10px;
	color: #3f3f3f;
}
.header .quick a:hover,
.header .phoneQuick a:hover {
	text-decoration: underline;
	color: #01b3f5;
}
.header .quick .icon,
.header .phoneQuick .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	vertical-align: middle;
	float: left;
	position: relative;
}
.header .quick .icon img,
.header .phoneQuick .icon img {
	float: left;
	display: inline-block;
}
@media (max-width: 1280px) {
	.header .logo-text {
		left: 10px;
	}
	.header .quick {
		right: 10px;
	}
}
@media (max-width: 1023px) {
	.header .logo {
		width: 100px;
	}
	.header .text {
		font-size: 12px;
	}
	.header .quick {
		top: 10px;
	}
}
@media (max-width: 359px) {
	.header .text {
		display: none;
	}
}
@media (max-width: 413px) {
	.header .cyt-logo {
		margin-right: 5px;
	}
	.header .logo-text .text span {
		display: none;
	}
}
.headerFixed {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.nav {
	height: 50px;
	font-size: 14px;
	padding-left: 29.5%;
	padding-right: 21%;
}
.nav li {
	float: left;
	text-align: center;
	width: 16.66666667%;
}
.nav li > a {
	min-width: 75px;
	color: #3f3f3f;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	position: relative;
}
.nav li > a:after {
	content: "";
	display: block;
	width: 0;
	border-bottom: 3px #00bdf3 solid;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.nav li:hover > a {
	color: #01b3f5;
}
.nav li:hover > a:after {
	width: 54px;
}
.nav li.cur > a {
	color: #01b3f5;
}
.nav li.cur > a:after {
	width: 54px;
}
@media (max-width: 1280px) {
	.nav {
		padding-left: 29%;
		padding-right: 15%;
	}
}
@media (max-width: 1023px) {
	.nav {
		display: none;
	}
}
.phoneNav {
	display: none;
}
@media (max-width: 1023px) {
	.phoneNav {
		border-top: 1px #efefef solid;
		padding: 3px 0;
		display: block;
	}
	.phoneNav .list {
		margin-left: -5px;
		margin-right: -5px;
		overflow: hidden;
	}
	.phoneNav li {
		width: 33.33333333%;
		float: left;
		padding: 2px 2px;
	}
	.phoneNav li a {
		display: block;
		background: #01b3f5;
		color: #fff;
		line-height: 30px;
		text-align: center;
	}
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate2 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes rotate2 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}
#mydiv {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0.5;
}
@media (max-width: 1023px) {
	#mydiv {
		display: none;
	}
}
.banner {
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
	background: #000a3e url(../images/banner/banner-bg.jpg) no-repeat center;
}
.banner img {
	vertical-align: middle;
}
.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
}
.banner .line-left {
	position: absolute;
	left: 0;
}
.banner .line-right {
	position: absolute;
	right: 0;
}
.banner .light-02 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -22px;
	margin-left: -190px;
	-webkit-animation: scale 5s linear 0s infinite;
	animation: scale 5s linear 0s infinite;
}
.banner .container {
	max-width: 1600px;
	height: 800px;
	position: relative;
}
.banner .box-01,
.banner .box-03 {
	position: absolute;
	width: 400px;
	height: 400px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.banner .box-01 .circle-01,
.banner .box-03 .circle-01,
.banner .box-01 .circle-02,
.banner .box-03 .circle-02,
.banner .box-01 .circle-03,
.banner .box-03 .circle-03,
.banner .box-01 .circle-04,
.banner .box-03 .circle-04,
.banner .box-01 .circle-05,
.banner .box-03 .circle-05,
.banner .box-01 .circle-06,
.banner .box-03 .circle-06,
.banner .box-01 .circle-07,
.banner .box-03 .circle-07,
.banner .box-01 .circle-08,
.banner .box-03 .circle-08,
.banner .box-01 .circle-09,
.banner .box-03 .circle-09 {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.banner .box-01 .circle-01,
.banner .box-03 .circle-01 {
	-webkit-animation: rotate2 24s linear 0s infinite;
	animation: rotate2 24s linear 0s infinite;
}
.banner .box-01 .circle-02,
.banner .box-03 .circle-02 {
	-webkit-animation: rotate 20s linear 0s infinite;
	animation: rotate 20s linear 0s infinite;
}
.banner .box-01 .circle-03,
.banner .box-03 .circle-03 {
	-webkit-animation: rotate 20.5s linear 0s infinite;
	animation: rotate 20.5s linear 0s infinite;
}
.banner .box-01 .circle-04,
.banner .box-03 .circle-04 {
	-webkit-animation: rotate 24s linear 0s infinite;
	animation: rotate 24s linear 0s infinite;
}
.banner .box-01 .circle-05,
.banner .box-03 .circle-05 {
	-webkit-animation: rotate2 24.2s linear 0s infinite;
	animation: rotate2 24.2s linear 0s infinite;
	z-index: 5;
}
.banner .box-01 .circle-06,
.banner .box-03 .circle-06 {
	-webkit-animation: rotate 24.4s linear 0s infinite;
	animation: rotate 24.4s linear 0s infinite;
}
.banner .box-01 .circle-07,
.banner .box-03 .circle-07 {
	-webkit-animation: rotate 24.6s linear 0s infinite;
	animation: rotate 24.6s linear 0s infinite;
	z-index: 7;
}
.banner .box-01 .circle-08,
.banner .box-03 .circle-08 {
	-webkit-animation: rotate 24.8s linear 0s infinite;
	animation: rotate 24.8s linear 0s infinite;
}
.banner .box-01 .circle-09,
.banner .box-03 .circle-09 {
	-webkit-animation: rotate 25s linear 0s infinite;
	animation: rotate 25s linear 0s infinite;
}
.banner .box-01 .bt-02,
.banner .box-03 .bt-02 {
	line-height: 40px;
	background-image: -webkit-linear-gradient(180deg, #009fd4, #00e7e5);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.banner .box-01 .bt-02:hover,
.banner .box-03 .bt-02:hover {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
	color: #00e6fa;
}
.banner .box-01 .bt-02 span,
.banner .box-03 .bt-02 span {
	font-size: 38px;
}
.banner .box-01 .txt,
.banner .box-03 .txt {
	height: 120px;
}
.banner .box-01 .txt .lines,
.banner .box-03 .txt .lines {
	width: 145px;
	height: 50px;
	bottom: -160px;
}
.banner .box-01 .txt .lines .line-01,
.banner .box-03 .txt .lines .line-01 {
	width: 50px;
	height: 50px;
}
.banner .box-01 .txt .lines .line-02,
.banner .box-03 .txt .lines .line-02 {
	width: 114px;
	height: 50px;
}
.banner .box-01 .light,
.banner .box-03 .light {
	display: block;
	position: absolute;
	left: -116px;
	top: 25px;
}
.banner .box-03 .light {
	display: block;
	position: absolute;
	left: auto;
	right: -105px;
	top: 25px;
}
.banner .box-02 {
	width: 760px;
	height: 760px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.banner .box-02 .circle-01,
.banner .box-02 .circle-02,
.banner .box-02 .circle-03,
.banner .box-02 .circle-04,
.banner .box-02 .circle-05,
.banner .box-02 .circle-06,
.banner .box-02 .circle-07,
.banner .box-02 .circle-08,
.banner .box-02 .circle-09,
.banner .box-02 .circle-10 {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-animation: rotate 20s linear 0s infinite;
	animation: rotate 20s linear 0s infinite;
}
.banner .box-02 .circle-01 {
	-webkit-animation: rotate2 20s linear 0s infinite;
	animation: rotate2 20s linear 0s infinite;
}
.banner .box-02 .circle-02 {
	-webkit-animation: rotate2 24.5s linear 0s infinite;
	animation: rotate2 24.5s linear 0s infinite;
	z-index: 2;
}
.banner .box-02 .circle-03 {
	-webkit-animation: rotate 23.2s linear 0s infinite;
	animation: rotate 23.2s linear 0s infinite;
}
.banner .box-02 .circle-04 {
	-webkit-animation: rotate 23.4s linear 0s infinite;
	animation: rotate 23.4s linear 0s infinite;
}
.banner .box-02 .circle-05 {
	-webkit-animation: rotate 23.6s linear 0s infinite;
	animation: rotate 23.6s linear 0s infinite;
}
.banner .box-02 .circle-06 {
	-webkit-animation: rotate 23.8s linear 0s infinite;
	animation: rotate 23.8s linear 0s infinite;
}
.banner .box-02 .circle-07 {
	-webkit-animation: rotate 22s linear 0s infinite;
	animation: rotate 22s linear 0s infinite;
}
.banner .box-02 .circle-08 {
	-webkit-animation: rotate 22.2s linear 0s infinite;
	animation: rotate 22.2s linear 0s infinite;
}
.banner .box-02 .circle-09 {
	-webkit-animation: rotate 22.4s linear 0s infinite;
	animation: rotate 22.4s linear 0s infinite;
}
.banner .box-02 .circle-10 {
	-webkit-animation: rotate2 22.6s linear 0s infinite;
	animation: rotate2 22.6s linear 0s infinite;
}
.banner .box-02 .txt {
	height: 150px;
	padding-bottom: 10px;
}
.banner .box-02 .txt .bt-01 {
	font-size: 26px;
	background-image: -webkit-linear-gradient(180deg, #9ae694, #08bfee);
}
.banner .box-02 .txt .bt-02 {
	font-size: 58px;
	line-height: 60px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-image: -webkit-linear-gradient(180deg, #009fd4, #00e7e5);
}
.banner .box-02 .txt .bt-02:hover {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
	color: #00e6fa;
}
.banner .txt {
	display: block;
	height: 150px;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	width: 100%;
}
.banner .txt .bt-01 {
	margin: auto;
	font-weight: 100;
	font-size: 20px;
	background-image: -webkit-linear-gradient(180deg, #caf278, #2bc7d7);
	-webkit-text-fill-color: transparent;
	color: #fff;
	-webkit-background-clip: text;
}
.banner .txt .bt-01 span {
	display: none;
}
.banner .txt .bt-02 {
	display: block;
	color: #00bde1;
	font-weight: 700;
	font-family: "思源黑体", "microsoft yahei";
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.banner .txt .bt-02 span {
	display: none;
}
.banner .txt .bt-02 img {
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.banner .txt .lines {
	display: block;
	width: 200px;
	height: 75px;
	margin: auto;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	bottom: -220px;
}
.banner .txt .lines .line-01 {
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: -5px;
	left: -80px;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}
.banner .txt .lines .line-02 {
	width: 160px;
	height: 70px;
	position: absolute;
	bottom: 0;
	right: -80px;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}
.banner .txt:hover .bt-02 img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.banner .txt:hover .lines .line-01,
.banner .txt:hover .lines .line-02 {
	opacity: 1;
	visibility: visible;
}
.banner .txt:hover .lines .line-01 {
	left: 0;
}
.banner .txt:hover .lines .line-02 {
	right: 0;
}
.banner .line-left {
	display: none;
}
.banner .line-right {
	display: none;
}
.banner .box-03 {
	right: 0;
}
.banner .shyrc {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.banner .shyrc .num {
	color: #ffc21d;
}
@media (max-width: 1599px) {
	.banner .line-left {
		display: none;
	}
	.banner .line-right {
		display: none;
	}
	.banner .box-01,
	.banner .box-03 {
		width: 300px;
		height: 300px;
	}
	.banner .box-01 {
		left: 10px;
	}
	.banner .box-03 {
		right: 10px;
	}
	.banner .box-02 {
		width: 660px;
		height: 660px;
	}
	.banner .box-02 .txt .lines {
		width: 185px;
		bottom: -150px;
	}
	.banner .txt .lines {
		width: 125px;
		bottom: -100px;
	}
	.banner .txt .lines .line-01 {
		height: 50px;
	}
	.banner .txt .lines .line-02 {
		height: 50px;
	}
}
@media (max-width: 1279px) {
	.banner .line-left {
		display: none;
	}
	.banner .line-right {
		display: none;
	}
	.banner .light-02 {
		display: none;
	}
	.banner .container {
		height: 600px;
	}
	.banner .box-01,
	.banner .box-03 {
		width: 250px;
		height: 250px;
	}
	.banner .box-01 .txt,
	.banner .box-03 .txt {
		height: 85px;
	}
	.banner .box-01 .txt .bt-01 img,
	.banner .box-03 .txt .bt-01 img {
		display: none;
	}
	.banner .box-01 .txt .bt-01 span,
	.banner .box-03 .txt .bt-01 span {
		display: block;
		font-size: 14px;
	}
	.banner .box-01 .txt .bt-02,
	.banner .box-03 .txt .bt-02 {
		line-height: 40px;
	}
	.banner .box-01 .txt .bt-02 img,
	.banner .box-03 .txt .bt-02 img {
		display: none;
	}
	.banner .box-01 .txt .bt-02 span,
	.banner .box-03 .txt .bt-02 span {
		display: block;
		font-size: 24px;
	}
	.banner .box-01 .light,
	.banner .box-03 .light {
		display: none;
	}
	.banner .box-02 {
		width: 500px;
		height: 500px;
	}
	.banner .box-02 .txt {
		height: 90px;
		padding-bottom: 0;
	}
	.banner .box-02 .txt .bt-01 img {
		display: none;
	}
	.banner .box-02 .txt .bt-01 span {
		display: block;
		font-size: 16px;
	}
	.banner .box-02 .txt .bt-02 {
		line-height: 40px;
	}
	.banner .box-02 .txt .bt-02 img {
		display: none;
	}
	.banner .box-02 .txt .bt-02 span {
		display: block;
		font-size: 30px;
	}
	.banner .shyrc {
		margin-top: 0;
	}
	.banner .box-01 .txt .lines,
	.banner .box-03 .txt .lines {
		width: 125px;
		bottom: -100px;
	}
	.banner .box-01 .txt .lines .line-01,
	.banner .box-03 .txt .lines .line-01 {
		height: 30px;
	}
	.banner .box-01 .txt .lines .line-02,
	.banner .box-03 .txt .lines .line-02 {
		height: 30px;
	}
	.banner .box-02 .txt .lines {
		width: 145px;
		bottom: -90px;
	}
	.banner .box-02 .txt .lines .line-01 {
		height: 30px;
	}
	.banner .box-02 .txt .lines .line-02 {
		height: 30px;
		right: -90px;
	}
	.banner .box-02 .txt:hover .lines .line-01 {
		left: 10px;
	}
	.banner .box-02 .txt:hover .lines .line-02 {
		right: -10px;
	}
}
@media (max-width: 1023px) {
	.banner {
		background: #000a3e url(../images/banner/phoneBanner-bg.jpg) no-repeat center;
		background-attachment: fixed;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.banner .container {
		height: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.banner .box-01,
	.banner .box-03 {
		position: relative;
		left: 0;
	}
	.banner .box-02 {
		position: relative;
		width: 380px;
		height: 380px;
		left: 50%;
		margin-left: -190px;
	}
	.banner .box-02 .txt .bt-01 span {
		font-size: 14px;
	}
	.banner .box-02 .txt .bt-02 {
		line-height: 40px;
	}
	.banner .box-02 .txt .bt-02 span {
		font-size: 24px;
	}
	.banner .box-02 .circle-09,
	.banner .box-02 .circle-10 {
		display: none;
	}
	.banner .box-02 .line-01 {
		display: none;
	}
	.banner .box-02 .line-02 {
		display: none;
	}
}
@media (max-width: 767px) {
	.banner {
		padding-top: 30px;
		padding-bottom: 30px;
		background-attachment: scroll;
	}
	.banner .box-01,
	.banner .box-03 {
		width: 200px;
		height: 200px;
	}
	.banner .box-01 .txt,
	.banner .box-03 .txt {
		height: 80px;
	}
	.banner .box-01 .txt .bt-01 span,
	.banner .box-03 .txt .bt-01 span {
		font-size: 10px;
	}
	.banner .box-02 {
		position: relative;
		width: 300px;
		height: 300px;
		left: 50%;
		margin-left: -150px;
		margin-top: -15px;
	}
	.banner .box-02 .txt {
		height: 80px;
	}
	.banner .box-02 .txt .bt-01 span {
		font-size: 10px;
	}
	.banner .box-02 .txt .bt-02 {
		line-height: 40px;
	}
	.banner .box-02 .txt .bt-02 span {
		font-size: 24px;
	}
	.banner .box-02 .circle-09,
	.banner .box-02 .circle-10 {
		display: none;
	}
	.banner .box-02 .line-01 {
		display: none;
	}
	.banner .box-02 .line-02 {
		display: none;
	}
	.banner .box-03 {
		margin-top: -15px;
	}
	.banner .shyrc {
		font-size: 12px;
	}
}
.home-title {
	text-align: center;
	font-size: 36px;
	position: relative;
}
.home-title:after {
	content: "";
	display: block;
	margin: 10px auto 0 auto;
	width: 60px;
	height: 3px;
}
@media (max-width: 1024px) {
	.home-title {
		font-size: 26px;
	}
}
@media (max-width: 320px) {
	.home-title {
		font-size: 20px;
	}
}
.home-tool {
	background: #000528 url(../images/tool-bg-01.png) no-repeat center top fixed;
	color: #fff;
	padding: 80px 0;
	overflow: hidden;
	position: relative;
}
.home-tool:before {
	content: "";
	display: block;
	width: 100%;
	border-top: 1px #101c6b solid;
	position: absolute;
	z-index: 2;
	top: 1px;
}
.home-tool .home-title {
	color: #01b9f5;
}
.home-tool .home-title:after {
	background: #01b9f5;
}
.home-tool a {
	color: #ffffff;
}
.home-tool .list {
	padding-top: 60px;
	padding-bottom: 25px;
}
.home-tool li {
	text-align: center;
	width: 20%;
	float: left;
	padding: 0 20px;
	padding-top: 0;
}
.home-tool .box {
	border: 1px transparent solid;
	min-height: 280px;
	display: block;
	padding-top: 50px;
	-webkit-transition: border .5s;
	transition: border .5s;
	position: relative;
}
.home-tool .box:after {
	content: "";
	display: block;
	border-bottom: 1px #fff solid;
	width: 22px;
	margin: auto;
	position: absolute;
	top: 230px;
	left: 0;
	right: 0;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.home-tool .icon {
	display: block;
	width: 80px;
	height: 80px;
	margin: auto;
	position: relative;
	z-index: 99;
}
.home-tool .dipan {
	background: url(../images/dipan.png) center bottom;
	display: block;
	width: 250px;
	height: 110px;
	position: absolute;
	z-index: 3;
	top: 85px;
	left: 50%;
	margin-left: -125px;
}
.home-tool .lightBeam {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 100px;
	height: 129px;
	bottom: 150px;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}
.home-tool .lightBeam i {
	display: block;
	width: 100%;
	height: 90%;
	bottom: 0;
	position: absolute;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	background: url(../images/lightBeam.png) no-repeat center 0;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.home-tool .lightBeam:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
	z-index: 5;
	background: -webkit-gradient(linear, left top, left bottom, from(#000629), to(rgba(0, 6, 41, 0)));
	background: linear-gradient(to bottom, #000629, rgba(0, 6, 41, 0));
}
.home-tool .bt {
	font-size: 20px;
	font-weight: 400;
	display: block;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	top: 185px;
	text-align: center;
	width: 100%;
}
.home-tool li:nth-child(odd) .box:before {
	content: "";
	display: block;
	width: 360px;
	height: 360px;
	position: absolute;
	left: 50%;
	margin-left: -180px;
	top: -60px;
	background: url(../images/tool-bg-02.png) center center no-repeat;
	opacity: 1;
}
.home-tool li:nth-child(odd) .box:hover:before {
	opacity: 0;
}
.home-tool .box:hover {
	border: 1px #065881 solid;
	background: #000529;
}
.home-tool .box:hover:after {
	width: 44px;
}
.home-tool .box:hover .icon {
	animation: ghostUpdown 3s linear infinite;
	-webkit-animation: ghostUpdown 3s linear infinite;
}
.home-tool .box:hover .lightBeam {
	opacity: 1;
	visibility: visible;
}
.home-tool .box:hover .lightBeam i {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s;
	transition: all .3s;
	animation: bj_g 7s linear infinite;
	-webkit-animation: bj_g 7s linear infinite;
}
@media (max-width: 1024px) {
	.home-tool {
		padding: 40px 0;
	}
	.home-tool .list {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.home-tool .bt {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.home-tool {
		background: #010836 url(../images/tool-bg-01-phone.png) repeat center top;
	}
	.home-tool .list {
		padding-top: 20px;
	}
	.home-tool li {
		width: 50%;
		margin-bottom: 20px;
	}
	.home-tool li:nth-child(odd) .box:before {
		display: none;
	}
	.home-tool .box {
		min-height: 200px;
		padding-top: 30px;
	}
	.home-tool .box:after {
		top: 210px;
	}
	.home-tool .dipan {
		top: 65px;
	}
	.home-tool .bt {
		top: 165px;
	}
	.home-tool .box:hover:after {
		display: none;
	}
	.home-tool .box:hover .icon {
		-webkit-animation: none;
		animation: none;
	}
	.home-tool .box:hover .lightBeam {
		display: none;
	}
}
.home-advantage {
	background: #000d3b url(../images/advantage-bg-01.jpg) fixed center top;
	color: #01b9f5;
	padding: 80px 0;
}
.home-advantage .home-title {
	color: #01b9f5;
}
.home-advantage .home-title:after {
	background: #01b9f5;
}
.home-advantage .list {
	padding-top: 50px;
	background: url(../images/advantage-line.png) no-repeat center;
	background-size: 100%;
	overflow: hidden;
	position: relative;
}
.home-advantage .list:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 10px;
}
.home-advantage li {
	text-align: center;
	width: 33.33333333%;
	float: left;
	padding: 55px 0;
}
.home-advantage .box {
	max-width: 300px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.home-advantage .box:before {
	content: "";
	display: block;
	width: 65px;
	height: 47px;
	background: url(../images/advantage-line-left.png) no-repeat left top;
	position: absolute;
	left: -145px;
	top: 30px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.home-advantage .box:after {
	content: "";
	display: block;
	width: 65px;
	height: 47px;
	background: url(../images/advantage-line-right.png) no-repeat left top;
	position: absolute;
	right: -145px;
	top: 30px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.home-advantage .num {
	font-size: 40px;
	font-weight: bold;
}
.home-advantage .text {
	position: relative;
}
.home-advantage .text:after {
	content: "";
	display: block;
	width: 0;
	border-bottom: 1px #01b3f5 solid;
	margin: auto;
	margin-top: 10px;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.home-advantage .txt-01 {
	font-size: 20px;
}
.home-advantage .txt-02 {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	line-height: 24px;
	max-height: 48px;
}
.home-advantage .box:hover:before {
	left: 45px;
	opacity: 1;
}
.home-advantage .box:hover:after {
	right: 45px;
	opacity: 1;
}
.home-advantage .box:hover .text:after {
	width: 73px;
}
@media (max-width: 1024px) {
	.home-advantage {
		padding: 40px 0 20px 0;
	}
	.home-advantage li {
		padding: 35px 0;
	}
}
@media (max-width: 1023px) {
	.home-advantage {
		background: #000d3b url(../images/advantage-bg-01.jpg) center top;
		padding: 40px 0 20px 0;
	}
	.home-advantage li {
		padding: 35px 0;
	}
}
@media (max-width: 768px) {
	.home-advantage .num {
		font-size: 30px;
	}
	.home-advantage .txt-01 {
		font-size: 16px;
	}
	.home-advantage .txt-02 {
		line-height: 2;
		font-size: 14px;
		height: auto;
	}
}
@media (max-width: 767px) {
	.home-advantage {
		padding: 40px 0 50px 0;
	}
	.home-advantage .list {
		background: transparent;
		padding-top: 30px;
	}
	.home-advantage li {
		width: 50%;
		padding: 20px 0;
	}
	.home-advantage .box {
		padding: 0 10px;
	}
}
.home-question {
	background: #0091f5 url(../images/question-bg-01.jpg) no-repeat fixed;
	color: #fff;
	padding: 80px 0 15px 0;
	text-align: justify;
	font-family: "microsoft yahei";
	overflow: hidden;
}
.home-question .home-title {
	color: #ffffff;
}
.home-question .home-title:after {
	background: #ffffff;
}
.home-question .list {
	padding-top: 50px;
	margin-left: -12px;
	margin-right: -12px;
}
.home-question li {
	width: 25%;
	text-align: center;
	padding: 40px 12px;
	float: left;
}
.home-question .box {
	padding: 35px 25px;
	border-radius: 10px;
	border: 1px #5ed7ff solid;
	max-width: 300px;
	position: relative;
	margin: auto;
}
.home-question .icon {
	display: block;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	margin: auto;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
}
.home-question .bt {
	font-size: 20px;
	font-weight: 400;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 30px;
}
.home-question .jsh {
	margin-top: 10px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
@media (max-width: 1280px) {
	.home-question .list {
		margin-left: -2px;
		margin-right: -2px;
	}
}
@media (max-width: 1279px) {
	.home-question .list {
		margin-left: 3px;
		margin-right: 3px;
	}
}
@media (max-width: 1024px) {
	.home-question {
		padding: 40px 0 0 0;
	}
	.home-question .box {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home-question .bt {
		font-size: 16px;
		height: auto;
	}
	.home-question .text {
		min-height: 124px;
	}
}
@media (max-width: 768px) {
	.home-question .list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.home-question li {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-question .box {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.home-question li:nth-child(1) .text,
	.home-question li:nth-child(2) .text {
		min-height: 174px;
	}
	.home-question li:nth-child(1) .jsh,
	.home-question li:nth-child(2) .jsh {
		min-height: 112px;
	}
	.home-question .jsh {
		font-size: 14px;
		line-height: 2;
		min-height: 56px;
		height: auto;
	}
}
@media (max-width: 320px) {
	.home-question .text {
		min-height: 142px;
	}
}
.home-process {
	padding: 80px 0 80px 0;
	overflow: hidden;
}
.home-process .home-title {
	color: #3b3a40;
}
.home-process .home-title:after {
	background: #01b9f5;
}
.home-process .list {
	overflow: hidden;
	margin-top: 40px;
	margin-left: -33px;
	margin-right: -33px;
}
.home-process li {
	width: 25%;
	float: left;
	padding: 0 30px;
	position: relative;
}
.home-process li:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon/arrow-right.png) no-repeat center center;
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.home-process li:last-child:after {
	display: none;
}
.home-process .box {
	max-width: 270px;
	margin: auto;
}
.home-process .pic {
	display: block;
	position: relative;
}
.home-process .pic:after {
	content: "";
	display: block;
	padding-top: 70%;
}
.home-process .text {
	text-align: center;
	border: 1px #e9e9e9 solid;
	border-top: none;
	padding: 15px 20px;
}
.home-process .bt {
	font-weight: 400;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.home-process .jsh {
	font-size: 14px;
	color: #828282;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
@media (max-width: 1359px) {
	.home-process .list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.home-process li {
		padding: 0 20px;
	}
}
@media (max-width: 1280px) {
	.home-process .list {
		margin-left: -30px;
		margin-right: -30px;
	}
}
@media (max-width: 1279px) {
	.home-process .list {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (max-width: 1024px) {
	.home-process {
		padding: 40px 0;
	}
	.home-process .list {
		padding: 0 15px;
	}
	.home-process .text {
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-process .bt {
		font-size: 16px;
	}
	.home-process .jsh {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.home-process {
		padding-bottom: 0;
	}
	.home-process .list {
		margin-left: -35px;
		margin-right: -35px;
	}
	.home-process li {
		width: 50%;
		padding-bottom: 20px;
	}
	.home-process li:nth-child(2):after {
		display: none;
	}
}
.home-help {
	border-top: 1px #f5f5f5 solid;
	padding: 25px 0;
	overflow: hidden;
}
.home-help .container {
	overflow: hidden;
	padding-left: 7px;
	padding-right: 10px;
}
.home-help .list {
	overflow: hidden;
}
.home-help li {
	width: 25%;
	float: left;
	padding: 6px 0;
	border-right: 1px #ced5e0 solid;
	padding-left: 70px;
}
.home-help li:first-child {
	padding-left: 0;
}
.home-help .box {
	position: relative;
	padding-left: 50px;
}
.home-help .icon {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
}
.home-help .text {
	float: left;
}
.home-help .bt {
	font-size: 16px;
	color: #32343a;
}
.home-help .jsh {
	font-size: 12px;
	color: #9b9b9b;
}
@media (max-width: 1279px) {
	.home-help li {
		padding-left: 23px;
	}
	.home-help li:first-child {
		padding-left: 0;
	}
	.home-help li:last-child {
		border-right: none;
	}
}
@media (max-width: 767px) {
	.home-help {
		padding: 20px 0;
	}
	.home-help .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-help .list {
		border-top: 1px #e9e9e9 solid;
		border-left: 1px #e9e9e9 solid;
	}
	.home-help li {
		width: 50%;
		border-right: 1px #e9e9e9 solid;
		border-bottom: 1px #e9e9e9 solid;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.home-help li:first-child {
		padding-left: 10px;
	}
	.home-help li:last-child {
		border-right: 1px #e9e9e9 solid;
	}
}
@media (max-width: 375px) {
	.home-help li {
		padding-left: 5px;
	}
	.home-help li:first-child {
		padding-left: 5px;
	}
	.home-help li:last-child {
		border-right: 1px #ced5e0 solid;
	}
	.home-help .box {
		padding-left: 40px;
	}
	.home-help .jsh {
		font-size: 10px;
	}
}
@media (max-width: 374px) {
	.home-help .box {
		padding-left: 30px;
	}
	.home-help .icon {
		width: 30px;
		height: 30px;
	}
	.home-help .jsh {
		font-size: 10px;
	}
}
.footer {
	overflow: hidden;
	background: #32343a;
	color: #9b9b9b;
	padding: 50px 0 0 0;
}
.footer img {
	vertical-align: middle;
}
.footer .container {
	padding-left: 10px;
	padding-right: 10px;
}
.footer a {
	color: #9b9b9b;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .menu {
	width: 50%;
	float: left;
	position: relative;
}
.footer .menu .list {
	overflow: hidden;
}
.footer .menu li {
	width: 33.33333333%;
	float: left;
	padding: 0 5px 0 0;
}
.footer .menu a {
	overflow: hidden;
	display: block;
	padding: 4px 0 4px 0;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.footer .menu a:hover {
	padding-left: 5px;
}
.footer .menu .bt {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footer .ewms-lxwm {
	border-left: 1px #4a4a4a solid;
	width: 50%;
	float: left;
	padding-left: 50px;
	overflow: hidden;
}
.footer .ewms-lxwm .ewms {
	float: left;
	text-align: center;
}
.footer .ewms-lxwm .lxwm {
	float: left;
	position: relative;
	padding-left: 20px;
	padding-top: 20px;
}
.footer .ewms-lxwm .div-01 {
	margin-bottom: 30px;
	line-height: 1.2;
}
.footer .ewms-lxwm .icon {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
}
.footer .ewms-lxwm .p-01 {
	font-size: 18px;
	margin-bottom: 5px;
}
.footer .ewms-lxwm .p-02 {
	font-size: 20px;
	font-weight: 400;
}
.footer .ewms-lxwm .p-02 a:hover {
	text-decoration: none;
	color: inherit;
}
.copyright {
	clear: both;
	margin-top: 50px;
	overflow: hidden;
	border-top: 1px #4a4a4a solid;
	text-align: center;
	padding: 20px 0;
}
.copyright .span-01 {
	display: inline-block;
	margin: 0 20px;
}
.copyright .span-02 {
	display: inline-block;
	margin: 0 5px;
}
@media (max-width: 1023px) {
	.footer {
		padding-top: 40px;
	}
	.footer .menu {
		border-bottom: 1px #4a4a4a solid;
		width: 100%;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.footer .menu li {
		padding-right: 0;
	}
	.footer .ewms-lxwm {
		width: 100%;
		padding-left: 0;
		border: none;
		float: none;
	}
	.copyright {
		margin-bottom: 54px;
	}
	.copyright .span-01 {
		display: inline-block;
	}
	.copyright .span-02 {
		display: inline-block;
		margin: 0 5px;
	}
}
@media (max-width: 767px) {
	.footer .ewms-lxwm .ewms {
		width: 100%;
	}
	.footer .ewms-lxwm .lxwm {
		width: 100%;
		text-align: center;
	}
	.copyright {
		margin-top: 40px;
	}
}
#bdshare_weixin_qrcode_dialog {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#bdshare_weixin_qrcode_dialog * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.bread {
	font-size: 12px;
	color: #999;
	font-weight: 400;
	padding: 35px 0 20px 0;
}
.bread img {
	vertical-align: middle;
	margin-top: -3px;
	height: 20px;
	margin-right: 5px;
}
.bread a {
	color: #999999;
}
.bread a:hover {
	color: #01b3f5;
	text-decoration: underline;
}
.bread span {
	color: #666666;
}
@media (max-width: 1023px) {
	.bread {
		padding: 15px 0 10px 0;
	}
}
.inside {
	padding-bottom: 55px;
	min-height: 500px;
	background: #f3f3f3;
}
.inside .mainLeft {
	position: relative;
	width: 70%;
	float: left;
	padding-right: 15px;
}
.inside .mainLeft .main {
	background: #ffffff;
}
.inside .asideRight {
	width: 30%;
	float: right;
	background: #ffffff;
}
.inside .asideRight .bigBt {
	background: #5d5d5d !important;
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	overflow: hidden;
}
.inside .asideRight .box {
	padding: 20px 25px;
}
.inside .asideRight .classify li {
	background: #e3e3e3;
	margin-bottom: 1px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	overflow: hidden;
	padding-left: 25px;
	padding-right: 35px;
	position: relative;
}
.inside .asideRight .classify li:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon/arrow-right-02.png) no-repeat center center;
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
}
.inside .asideRight .classify li:hover,
.inside .asideRight .classify li.cur {
	background: #01b3f5;
}
.inside .asideRight .classify li:hover:after,
.inside .asideRight .classify li.cur:after {
	opacity: 1;
	right: 15px;
}
.inside .asideRight .classify li:hover a,
.inside .asideRight .classify li.cur a {
	color: #ffffff;
}
.inside .asideRight .classify li a {
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
.inside .asideRight .form li {
	padding-bottom: 20px;
	position: relative;
}
.inside .asideRight .form .bt {
	color: #bfbfbf;
	font-size: 14px;
	display: inline-block;
	width: 72px;
	line-height: 40px;
	text-align: center;
	position: absolute;
}
.inside .asideRight .form .bt:after {
	content: "";
	display: inline-block;
	border-right: 1px #bfbfbf solid;
	height: 15px;
	position: absolute;
	right: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.inside .asideRight .form input {
	width: 100%;
	line-height: 38px;
	border: 1px #bfbfbf solid;
	overflow: hidden;
	letter-spacing: normal;
	white-space: normal;
	text-overflow: ellipsis;
	padding: 0 30px 0 80px;
}
.inside .asideRight .form input:focus {
	border-color: #c7e1f6;
}
.inside .asideRight .form .select input {
	cursor: pointer;
}
.inside .asideRight .form .arrow {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: auto;
	background: url(../images/icon/arrow-down-02.png) no-repeat;
}
.inside .asideRight .form .arrow.up {
	background: url(../images/icon/arrow-up-02.png) no-repeat;
}
.inside .asideRight .form .btn {
	margin-top: 50px;
	text-align: center;
}
.inside .asideRight .form .btn a {
	display: inline-block;
	background: #01b3f5;
	color: #fff;
	line-height: 40px;
	width: 100%;
}
.inside .asideRight .hmgz {
	background: #fff;
	margin-bottom: 25px;
}
.inside .asideRight .hmgz .list {
	overflow: hidden;
}
.inside .asideRight .hmgz li {
	border-bottom: 1px #f7f7f7 solid;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inside .asideRight .hmgz .bt {
	color: #333;
	font-size: 14px;
}
.inside .asideRight .hmgz .shm {
	color: #888;
	font-size: 12px;
	line-height: 2;
	margin-top: 10px;
}
.inside .asideRight .hmgz .shm span {
	min-width: 83px;
	display: inline-block;
	padding-right: 10px;
	position: relative;
	float: left;
}
.inside .asideRight .hmgz .shm span:before {
	content: "";
	display: inline-block;
	border-top: 1px #01b3f5 solid;
	width: 4px;
	vertical-align: middle;
	margin-right: 6px;
}
.inside .asideRight .hmHistory {
	background: #ffffff;
}
.inside .asideRight .hmHistory .list {
	overflow: hidden;
}
.inside .asideRight .hmHistory li {
	border-bottom: 1px #f7f7f7 solid;
	overflow: hidden;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inside .asideRight .hmHistory .bt {
	position: relative;
	padding-right: 35px;
}
.inside .asideRight .hmHistory .grade {
	float: right;
	display: inline-block;
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.inside .asideRight .hmHistory .grade.gao {
	color: #01b3f5;
}
.inside .asideRight .hmHistory .grade.zhong {
	color: #46b39e;
}
.inside .asideRight .hmHistory .grade.di {
	color: #ffa800;
}
.inside .asideRight .link {
	text-align: left;
	overflow: hidden;
	width: 339px;
	margin-top: 50px;
}
.inside .asideRight-02 {
	background: transparent;
}
.inside .asideRight-03 {
	min-height: 600px;
	padding-bottom: 40px;
}
@media (max-width: 1279px) {
	.inside .asideRight .link {
		text-align: center;
		overflow: hidden;
		width: 100%;
		margin-top: 50px;
	}
}
@media (max-width: 1023px) {
	.inside {
		padding-bottom: 20px;
	}
	.inside .mainLeft {
		width: 100%;
		padding-right: 0;
	}
	.inside .asideRight {
		width: 100%;
		display: none;
	}
	.inside .downloadFl {
		display: block;
	}
	.inside .asideRight-02 {
		display: block;
		background: transparent;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.inside .mainLeft .bt {
		width: 60%;
	}
	.inside .mainLeft .btn {
		width: 40%;
	}
}
#zhcAddress .selectDrop {
	position: absolute;
	z-index: 99;
	right: 0;
	background: #fff;
	border: 1px #c7e1f6 solid;
	min-height: 82px;
	max-height: 375px;
	overflow: auto;
	padding: 15px;
	display: none;
}
#zhcAddress .selectDrop input {
	background: #f2f2f2;
	line-height: 30px;
	height: 30px;
	border: none;
	padding: 0 10px;
	cursor: inherit;
}
#zhcAddress .selectDrop input::-webkit-input-placeholder {
	color: #cbcbcb;
}
#zhcAddress .selectDrop input::-moz-placeholder {
	color: #cbcbcb;
}
#zhcAddress .selectDrop .dqCity {
	margin-bottom: 0;
}
#zhcAddress .selectDrop .dqCity .bt-01 {
	line-height: 30px;
	margin-top: 5px;
}
#zhcAddress .selectDrop .dqCity .dq {
	color: #01b3f5;
}
#zhcAddress .selectDrop .hotCity {
	margin-bottom: 15px;
	overflow: hidden;
}
#zhcAddress .selectDrop .hotCity .bt-01 {
	line-height: 30px;
	margin-bottom: 5px;
}
#zhcAddress .selectDrop .hotCity a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px #e5e5e5 solid;
	color: #777;
	line-height: 28px;
	padding: 0 4px;
}
#zhcAddress .selectDrop .hotCity a:hover,
#zhcAddress .selectDrop .hotCity a.active {
	background: #01b3f5;
	color: #fff;
	border-color: #01b3f5;
}
#zhcAddress .selectDrop .letterMenu {
	text-align: left;
	height: 26px;
	background: #efeff4;
	margin-top: 14px;
	width: 100%;
	font-size: 0;
}
#zhcAddress .selectDrop .letterMenu span {
	width: 20%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	color: #828282;
	border-right: 1px solid #fff;
	display: inline-block;
	cursor: pointer;
}
#zhcAddress .selectDrop .letterMenu span:last-child {
	border: none;
}
#zhcAddress .selectDrop .letterMenu span:hover,
#zhcAddress .selectDrop .letterMenu span.active {
	background: #01b3f5;
	color: #ffffff;
}
#zhcAddress .selectDrop .itemCity {
	padding: 10px 0;
}
#zhcAddress .selectDrop .itemCity .item {
	display: none;
}
#zhcAddress .selectDrop .itemCity dl {
	position: relative;
	padding-left: 40px;
	overflow: hidden;
}
#zhcAddress .selectDrop .itemCity dt {
	position: absolute;
	left: 10px;
	top: 0;
	font-size: 12px;
	color: #828282;
	display: inline-block;
	line-height: 30px;
	font-family: arial;
}
#zhcAddress .selectDrop .itemCity dd span {
	font-size: 14px;
	min-width: 50px;
	margin-right: 10px;
	white-space: nowrap;
	display: inline-block;
	float: left;
	padding: 0 5px;
	line-height: 30px;
	cursor: pointer;
}
#zhcAddress .selectDrop .itemCity dd span:hover,
#zhcAddress .selectDrop .itemCity dd span.active {
	background: #01b3f5;
	color: #ffffff;
}
.asideRight .zhcAddress .selectDrop {
	width: 500px;
	top: 39px;
}
#shhy .selectDrop {
	position: absolute;
	z-index: 99;
	right: 0;
	background: #fff;
	border: 1px #c7e1f6 solid;
	min-height: 82px;
	max-height: 405px;
	overflow: auto;
	padding: 15px;
	display: none;
}
#shhy .selectDrop .dropBt {
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
}
#shhy .selectDrop .item {
	margin-bottom: 10px;
}
#shhy .selectDrop a {
	line-height: 30px;
	color: #666;
	margin-right: 10px;
	display: inline-block;
}
#shhy .selectDrop a:hover {
	color: #01b3f5;
}
.asideRight .shhy .selectDrop {
	width: 500px;
	top: 39px;
}
#qylx .selectDrop {
	width: 100%;
	position: absolute;
	z-index: 99;
	background: #fff;
	border: 1px #c7e1f6 solid;
	min-height: 82px;
	max-height: 375px;
	overflow: auto;
	padding: 5px 0 0 0;
	display: none;
}
#qylx .selectDrop .item a {
	padding: 0 20px;
	margin: 0 0 5px 0;
	display: block;
	line-height: 40px;
}
#qylx .selectDrop .item a:hover {
	background: #01b3f5;
	color: #ffffff;
}
#qylx .selectDrop .item .checked {
	background: #01b3f5;
	color: #ffffff;
}
.asideRight .qylx .selectDrop {
	top: 39px;
}
.download .bigBt,
.nameResult .bigBt {
	background: #828282 !important;
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	overflow: hidden;
}
.download .bigBt .bt,
.nameResult .bigBt .bt {
	font-size: 18px;
}
.download li,
.nameResult li {
	height: 55px;
}
.download li:nth-child(odd),
.nameResult li:nth-child(odd) {
	background: #f0f0f0;
}
.download .bt,
.nameResult .bt {
	width: 77%;
	float: left;
	font-size: 15px;
	padding: 0 25px 0 25px;
	line-height: 55px;
	height: 55px;
	overflow: hidden;
	position: relative;
}
.download .bt img,
.nameResult .bt img {
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.download .bt a,
.nameResult .bt a {
	display: block;
	height: 55px;
	overflow: hidden;
	vertical-align: middle;
	padding-left: 30px;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.download .bt a:hover,
.nameResult .bt a:hover {
	color: #01b3f5;
	padding-left: 35px;
}
.download .sign,
.nameResult .sign {
	color: #ff0000;
}
.download .btn,
.nameResult .btn {
	height: 55px;
	width: 23%;
	float: right;
	text-align: center;
	position: relative;
}
.download .btn:before,
.nameResult .btn:before {
	content: "";
	display: block;
	height: 100%;
	border-left: 1px #eaeaea solid;
	position: absolute;
	left: 0;
}
.download .btn img,
.nameResult .btn img {
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 2px;
}
.download .btn a,
.nameResult .btn a {
	margin-top: 14px;
	display: inline-block;
	background: #c5c5c5;
	color: #fff;
	line-height: 27px;
	min-width: 104px;
	padding: 0 5px;
	border-radius: 3px;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.download .btn a:hover,
.nameResult .btn a:hover {
	background: #01b3f5;
}
.download .page,
.nameResult .page {
	padding: 30px 0;
}
.download .refresh,
.nameResult .refresh {
	text-align: center;
	padding: 20px 0;
}
.download .refresh a,
.nameResult .refresh a {
	display: inline-block;
	background: #01b3f5;
	color: #fff;
	line-height: 45px;
	width: 100%;
	max-width: 270px;
	border-radius: 5px;
	font-size: 18px;
}
.download .refresh a img,
.nameResult .refresh a img {
	height: 25px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
@media (max-width: 1024px) {
	.download .bt,
	.nameResult .bt {
		font-size: 14px;
	}
}
@media (max-width: 1023px) {
	.download .bigBt .btn,
	.nameResult .bigBt .btn {
		font-size: 18px;
	}
	.download .bt,
	.nameResult .bt {
		width: 70% !important;
	}
	.download .btn,
	.nameResult .btn {
		width: 30% !important;
		padding: 0;
		font-size: 12px;
	}
	.download .btn a,
	.nameResult .btn a {
		min-width: 74px;
	}
}
@media (max-width: 1023px) {
	.download .bt {
		padding: 0 10px 0 10px;
	}
	.download .bt a {
		padding-left: 25px;
	}
}
@media (max-width: 1023px) {
	.nameResult .bt {
		padding: 0 10px 0 10px;
	}
}
.hzhResult {
	min-height: 552px;
}
.hzhResult .bigBt {
	background: #828282 !important;
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	overflow: hidden;
	padding: 0 25px;
}
.hzhResult .nr {
	padding: 10px 0 30px 0;
}
.hzhResult .xinxi {
	padding: 20px 25px;
	border-bottom: 1px #f7f7f7 solid;
	position: relative;
}
.hzhResult .xinxi .title {
	font-size: 16px;
	line-height: 2;
	position: relative;
}
.hzhResult .xinxi .shm {
	color: #828282;
}
.hzhResult .xinxi .link {
	width: 165px;
	height: 70px;
	position: absolute;
	right: 15px;
	top: 31px;
}
.hzhResult .tjzhsh {
	color: #828282;
	line-height: 20px;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 9px;
}
.hzhResult .tjzhsh .span-01 {
	float: left;
	margin-right: 10px;
}
.hzhResult .tjzhsh .score {
	color: #01b3f5;
	display: inline-block;
	margin-left: 20px;
	float: left;
}
.hzhResult .stars {
	display: inline-block;
	width: 120px;
	height: 20px;
	float: left;
	background: url(../images/icon/star-off.png) no-repeat left;
	vertical-align: middle;
}
.hzhResult .stars .item {
	display: inline-block;
	height: 20px;
	width: auto;
	background: url(../images/icon/star-on.png) no-repeat left;
}
.hzhResult .list .bt {
	cursor: pointer;
	width: 100%;
	font-size: 17px;
	color: #333;
	padding: 20px 25px;
	line-height: 30px;
	border-bottom: 1px #f7f7f7 solid;
	position: relative;
}
.hzhResult .list .bt .icon {
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.hzhResult .list .bt .wfx {
	color: #46b39e;
	float: right;
	font-size: 14px;
	display: inline-block;
	padding-right: 17px;
	position: relative;
	cursor: pointer;
}
.hzhResult .list .bt .wfx:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 9px 6px;
	border-color: transparent transparent #d7d7d7 transparent;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}
.hzhResult .list dd {
	display: none;
	padding: 10px 25px 0 55px;
	line-height: 24px;
}
.hzhResult .list dd .shm {
	color: #828282;
	margin-bottom: 10px;
	max-height: 96px;
	overflow: hidden;
}
.hzhResult .list dd .div-02 .shm {
	max-height: inherit;
}
.hzhResult .list dd .div-02 .zhankai {
	display: none;
}
.hzhResult .list dd .div-02 .shouqi {
	display: inline-block;
}
.hzhResult .list dd .shouqi {
	display: none;
}
.hzhResult .list .more {
	padding: 0 0;
}
.hzhResult .list .more a {
	display: inline-block;
	color: #01b3f5;
	border-bottom: 1px #01b3f5 solid;
	line-height: 20px;
	position: relative;
}
.hzhResult .list .more img {
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
}
.hzhResult .list .cur .bt .wfx:after {
	border-width: 9px 6px 0 6px;
	border-color: #01b3f5 transparent transparent transparent;
}
@media (max-width: 1023px) {
	.hzhResult .bigBt {
		padding: 0 15px;
	}
	.hzhResult .xinxi {
		padding: 10px 15px;
	}
	.hzhResult .xinxi .link {
		right: 5px;
		top: 51px;
	}
	.hzhResult .list .bt {
		padding: 10px 15px;
	}
	.hzhResult .list dd {
		padding: 10px 15px 0 45px;
	}
}
@media (max-width: 640px) {
	.hzhResult .xinxi .link {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 15px;
		height: auto;
	}
}
.scope .title {
	text-align: center;
	font-size: 36px;
	position: relative;
}
.scope .title:after {
	content: "";
	width: 60px;
	border-bottom: 3px #01b3f5 solid;
	display: block;
	margin: 15px auto 0 auto;
}
.scope .jiangjiu {
	padding: 40px 0;
}
.scope .jiangjiu .list {
	overflow: hidden;
	margin-top: 50px;
}
.scope .jiangjiu .box {
	max-width: 330px;
}
.scope .jiangjiu li {
	position: relative;
	width: 33.33333333%;
	float: left;
	padding: 0 35px;
}
.scope .jiangjiu .box {
	position: relative;
	padding-left: 85px;
}
.scope .jiangjiu .icon {
	display: block;
	width: 70px;
	height: 70px;
	background: #01b3f5;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
.scope .jiangjiu .bt {
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px #e9e9e9 solid;
}
.scope .jiangjiu .bt span {
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
}
.scope .jiangjiu .bt span:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 3px #01b3f5 solid;
	position: absolute;
	bottom: -2px;
}
.scope .jiangjiu .jsh {
	color: #828282;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0 0 0;
}
.scope .yyfw {
	background: #fafafa;
	padding: 60px 0 40px 0;
}
.scope .yyfw .list {
	overflow: hidden;
	margin-top: 40px;
}
.scope .yyfw li {
	width: 33.33333333%;
	float: left;
	padding: 0 35px;
	position: relative;
}
.scope .yyfw .box {
	max-width: 330px;
	margin: auto;
}
.scope .yyfw .pic {
	display: block;
	position: relative;
}
.scope .yyfw .pic:after {
	content: "";
	display: block;
	padding-top: 56.06060606%;
}
.scope .yyfw .text {
	text-align: center;
	padding: 15px 20px;
}
.scope .yyfw .bt {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.scope .yyfw .jsh {
	font-size: 14px;
	color: #828282;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 10px;
}
@media (max-width: 1024px) {
	.scope .title {
		font-size: 26px;
	}
	.scope .yyfw {
		padding: 40px 0;
	}
	.scope .yyfw .list {
		padding: 0 15px;
	}
	.scope .yyfw li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.scope .yyfw .text {
		padding-left: 10px;
		padding-right: 10px;
	}
	.scope .yyfw .bt {
		font-size: 16px;
	}
	.scope .yyfw .jsh {
		font-size: 12px;
	}
	.scope .jiangjiu {
		padding: 0 0 40px 0;
	}
	.scope .jiangjiu .list {
		padding: 0 15px;
	}
	.scope .jiangjiu li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.scope .jiangjiu .text {
		padding-left: 10px;
		padding-right: 10px;
	}
	.scope .jiangjiu .bt {
		font-size: 16px;
	}
	.scope .jiangjiu .jsh {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.scope .yyfw {
		padding-bottom: 0;
	}
	.scope .yyfw .list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.scope .yyfw li {
		padding: 0 10px;
		width: 50%;
		padding-bottom: 20px;
	}
	.scope .yyfw .jsh {
		margin-top: 0;
	}
	.scope .jiangjiu {
		padding-bottom: 0;
	}
	.scope .jiangjiu .list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.scope .jiangjiu li {
		padding: 0 10px;
		width: 100%;
		padding-bottom: 20px;
	}
	.scope .jiangjiu .box {
		max-width: 100%;
	}
}
@media (max-width: 413px) {
	.scope .title {
		font-size: 20px;
	}
}
.scopeResult {
	text-align: justify;
	padding-bottom: 60px;
}
.scopeResult .bigBt {
	background: #828282;
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	padding-left: 25px;
}
.scopeResult .list {
	padding-top: 30px;
}
.scopeResult li {
	border-bottom: 1px #f7f7f7 solid;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.scopeResult .title {
	font-size: 16px;
	padding: 0 25px 0 40px;
	margin-bottom: 5px;
	line-height: 30px;
	position: relative;
	color: #333333;
}
.scopeResult .title img {
	height: 20px;
	position: absolute;
	top: 4px;
	left: 15px;
	margin: auto;
}
.scopeResult .jsh {
	color: #828282;
	font-size: 14px;
	line-height: 2;
	padding: 0 20px;
}
.scopeResult .more {
	padding: 0 20px;
}
.scopeResult .more a {
	display: inline-block;
	color: #01b3f5;
	border-bottom: 1px #01b3f5 solid;
	line-height: 20px;
	position: relative;
}
.scopeResult .more img {
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
}
.phoneQmBtn {
	display: none;
}
@media (max-width: 1023px) {
	.phoneQmBtn {
		display: block;
		margin-top: 20px;
	}
	.phoneQmBtn a {
		display: block;
		background: #01b3f5;
		color: #fff;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
	}
}
.inside-banner {
	height: 560px;
	background: #000734 url(../images/banner/inside-bg.jpg) no-repeat center top;
	color: #ffffff;
}
.inside-banner .container {
	padding-top: 90px;
	position: relative;
	z-index: 1;
}
.inside-banner .titles {
	text-align: center;
	background: url(../images/banner/titles-bg.png) no-repeat no-repeat center bottom;
	height: 120px;
}
.inside-banner .titles .title-01 {
	color: #00bdf3;
	font-size: 46px;
}
.inside-banner .titles .title-02 {
	color: #fff;
	font-size: 22px;
}
.inside-banner .titles-02 {
	background: url(../images/banner/titles-bg-02.png) no-repeat no-repeat center bottom;
}
.inside-banner .titles-03 {
	background: url(../images/banner/titles-bg-03.png) no-repeat no-repeat center bottom;
}
.inside-banner .total {
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
	margin-bottom: 25px;
}
.inside-banner .total .num {
	color: #dfaa25;
}
.inside-banner .tips {
	text-align: center;
	font-size: 12px;
}
.inside-banner .icon {
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}
.inside-banner .form {
	clear: both;
	margin-top: 35px;
	margin-bottom: 40px;
}
.inside-banner .form .nr {
	width: 1085px;
	margin: auto;
}
.inside-banner .form .nr-02 {
	width: 790px;
	margin: auto;
	display: none;
}
.inside-banner .form .zhcAddress,
.inside-banner .form .shhy,
.inside-banner .form .qylx,
.inside-banner .form .zihao,
.inside-banner .form .btn,
.inside-banner .form .firstName,
.inside-banner .form .secondName {
	position: relative;
	width: auto;
	margin-right: 5px;
	float: left;
}
.inside-banner .form .zhcAddress {
	width: 205px;
}
.inside-banner .form .shhy {
	width: 285px;
}
.inside-banner .form .zihao {
	width: 180px;
}
.inside-banner .form .zihao .bt {
	width: 80px;
}
.inside-banner .form .zihao input {
	padding-left: 90px;
	padding-right: 5px;
}
.inside-banner .form .qylx {
	width: 215px;
}
.inside-banner .form .firstName {
	width: 300px;
	float: left;
}
.inside-banner .form .secondName {
	width: 300px;
	float: left;
}
.inside-banner .form .btn {
	width: 180px;
	margin-right: 0;
}
.inside-banner .form .bt {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	width: 100px;
	padding-left: 10px;
	line-height: 60px;
	position: absolute;
}
.inside-banner .form .bt:after {
	content: "";
	display: inline-block;
	border-right: 1px #fff solid;
	height: 15px;
	position: absolute;
	right: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.inside-banner .form .bt .icon {
	height: 20px;
	vertical-align: middle;
}
.inside-banner .form .bt-02 {
	width: 190px;
	padding-left: 20px;
}
.inside-banner .form input {
	width: 100%;
	line-height: 60px;
	border-radius: 5px;
	border: none;
	background: rgba(255, 255, 255, 0.2);
	overflow: hidden;
	letter-spacing: normal;
	white-space: normal;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #fff;
	padding: 0 30px 0 110px;
}
.inside-banner .form input:focus {
	border-color: #c7e1f6;
}
.inside-banner .form input::-webkit-input-placeholder {
	color: #a3a3a3;
}
.inside-banner .form .textInput-02 {
	padding-left: 205px;
}
.inside-banner .form .select input {
	cursor: pointer;
}
.inside-banner .form .arrow {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 10px;
	margin: auto;
	background: url(../images/icon/arrow-down-02.png) no-repeat;
}
.inside-banner .form .arrow.up {
	background: url(../images/icon/arrow-up-02.png) no-repeat;
}
.inside-banner .form .btn {
	text-align: center;
	width: 180px;
}
.inside-banner .form .btn a {
	display: inline-block;
	background: #01b3f5;
	color: #fff;
	line-height: 40px;
	line-height: 60px;
	font-size: 20px;
	border-radius: 5px;
	width: 100%;
}
.inside-banner .hmgz {
	background: #fff;
	margin-bottom: 25px;
}
.inside-banner .hmgz .list {
	overflow: hidden;
}
.inside-banner .hmgz li {
	border-bottom: 1px #f7f7f7 solid;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inside-banner .hmgz .bt {
	color: #333;
	font-size: 14px;
}
.inside-banner .hmgz .shm {
	color: #888;
	font-size: 12px;
	line-height: 2;
	margin-top: 10px;
}
.inside-banner .hmgz .shm span {
	display: inline-block;
	width: 25%;
	padding-right: 10px;
	position: relative;
	float: left;
}
.inside-banner .hmgz .shm span:before {
	content: "";
	display: inline-block;
	border-top: 1px #01b3f5 solid;
	width: 4px;
	vertical-align: middle;
	margin-right: 6px;
}
.inside-banner .hmHistory {
	background: #ffffff;
}
.inside-banner .hmHistory .list {
	overflow: hidden;
}
.inside-banner .hmHistory li {
	border-bottom: 1px #f7f7f7 solid;
	overflow: hidden;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inside-banner .hmHistory .bt {
	position: relative;
	padding-right: 35px;
}
.inside-banner .hmHistory .grade {
	float: right;
	display: inline-block;
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.inside-banner .hmHistory .grade.gao {
	color: #01b3f5;
}
.inside-banner .hmHistory .grade.zhong {
	color: #46b39e;
}
.inside-banner .hmHistory .grade.di {
	color: #ffa800;
}
.inside-banner .selectDrop {
	color: #777777;
}
.inside-banner .zhcAddress .selectDrop {
	width: 1085px;
	left: 0;
	top: 75px;
}
.inside-banner .zhcAddress .selectDrop input {
	font-size: 14px;
	border-radius: 0;
	margin-bottom: 5px;
}
.inside-banner .zhcAddress .selectDrop input:focus {
	color: #333333;
}
.inside-banner .zhcAddress .selectDrop .leftCity {
	width: 30%;
	float: left;
}
.inside-banner .zhcAddress .selectDrop .rightCity {
	width: 70%;
	padding-left: 80px;
	float: right;
}
.inside-banner .zhcAddress .selectDrop .letterMenu {
	margin-top: 0 !important;
}
.inside-banner .shhy .selectDrop {
	width: 1085px;
	left: -210px;
	right: auto;
	top: 75px;
}
.inside-banner .qylx .selectDrop {
	top: 75px;
}
.giveNameBanner .form .zhcAddress {
	width: 265px;
}
.giveNameBanner .form .shhy {
	width: 390px;
}
.giveNameBanner .form .qylx {
	width: 230px;
}
.giveNameBanner #shhy .selectDrop {
	left: -270px;
}
@media (max-width: 1199px) {
	.giveNameBanner .form .zhcAddress {
		width: 235px;
	}
	.giveNameBanner .form .btn {
		width: 140px;
	}
	.giveNameBanner #zhcAddress .selectDrop {
		width: 1005px;
	}
	.giveNameBanner #shhy .selectDrop {
		width: 1005px;
		left: -240px;
	}
	.verifyNameBanner .form .nr {
		width: 100%;
	}
	.verifyNameBanner .form .zhcAddress {
		width: 195px;
	}
	.verifyNameBanner .form .shhy {
		width: 245px;
	}
	.verifyNameBanner .form .btn {
		width: 140px;
	}
	.verifyNameBanner #zhcAddress .selectDrop {
		width: 995px;
	}
	.verifyNameBanner #shhy .selectDrop {
		width: 995px;
		left: -200px;
	}
}
.scopeBanner .form .zhcAddress {
	width: 395px;
}
.scopeBanner .form .zhcAddress .bt {
	width: 80px;
}
.scopeBanner .form .zhcAddress input {
	padding-left: 90px;
}
.scopeBanner .form .shhy {
	width: 500px;
}
.scopeBanner .shhy .selectDrop {
	left: -395px;
}
.gshhm {
	padding: 50px 0 50px 0;
	overflow: hidden;
}
.gshhm .title {
	text-align: center;
	font-size: 36px;
	color: #333333;
}
.gshhm .jsh {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}
.gshhm .jsh .box {
	display: inline-block;
	color: #828282;
	border: 1px #e9e9e9 solid;
	padding: 10px 47px;
	position: relative;
}
.gshhm .jsh .box:before {
	content: "";
	display: block;
	width: 26px;
	height: 19px;
	border-top: 1px #01b3f5 solid;
	border-left: 1px #01b3f5 solid;
	position: absolute;
	left: -1px;
	top: -1px;
}
.gshhm .jsh .box:after {
	content: "";
	display: block;
	width: 26px;
	height: 19px;
	border-bottom: 1px #01b3f5 solid;
	border-right: 1px #01b3f5 solid;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.gshhm .jsh .box .span-01 {
	display: block;
}
.gshhm .list {
	overflow: hidden;
	margin-top: 70px;
	margin-left: -23px;
	margin-right: -22px;
}
.gshhm li {
	width: 25%;
	float: left;
	padding: 0 23px 45px 22px;
	position: relative;
}
.gshhm li:before {
	content: "";
	display: block;
	width: 55px;
	border-top: 1px #01b3f5 solid;
	position: absolute;
	right: -27px;
}
.gshhm li:after {
	content: "";
	display: block;
	height: 100%;
	border-right: 1px #01b3f5 solid;
	position: absolute;
	top: 0;
	right: 0;
}
.gshhm .box {
	text-align: center;
}
.gshhm .pic {
	display: block;
	width: 123px;
	height: 123px;
	margin: auto;
	position: relative;
	background: url(../images/icon/block-bg.png) no-repeat center;
}
.gshhm .pic img {
	max-height: 50px;
}
.gshhm .bt {
	background: #f2f2f2;
	font-size: 20px;
	line-height: 54px;
	height: 54px;
	overflow: hidden;
	margin-top: 15px;
}
@media (max-width: 1024px) {
	.gshhm {
		padding: 40px 0;
	}
	.gshhm .title {
		font-size: 28px;
	}
	.gshhm .jsh {
		font-size: 16px;
	}
	.gshhm .list {
		margin-top: 40px;
	}
	.gshhm li {
		padding-bottom: 40px;
	}
	.gshhm .bt {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}
}
@media (max-width: 767px) {
	.gshhm {
		padding-bottom: 20px;
	}
	.gshhm .list {
		margin-top: 30px;
	}
	.gshhm li {
		padding-bottom: 20px;
		width: 50%;
	}
	.gshhm li:before,
	.gshhm li:after {
		display: none;
	}
	.gshhm .pic {
		width: 100px;
		height: 100px;
		background-size: 100px;
	}
}
.cesuan {
	background: #00a5f5 url(../images/cesuan-bg.jpg) no-repeat center fixed;
	color: #fff;
	padding: 50px 0 100px 0;
	overflow: hidden;
}
.cesuan .title {
	text-align: center;
	font-size: 36px;
	color: #d4f1f9;
}
.cesuan .list {
	overflow: hidden;
	margin-left: -30px;
	margin-right: -30px;
	padding-top: 35px;
}
.cesuan li {
	width: 25%;
	float: left;
	padding: 30px 30px 0 30px;
	position: relative;
}
.cesuan li:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon/arrow-right-03.png) no-repeat center center;
	position: absolute;
	right: -15px;
	top: 85px;
	margin: auto;
}
.cesuan li:last-child:after {
	display: none;
}
.cesuan .box {
	max-width: 222px;
	margin: auto;
	border-bottom: 1px #d4f1f9 solid;
}
.cesuan .txt {
	display: block;
	width: 140px;
	height: 140px;
	background: #fff;
	color: #01b3f5;
	border-radius: 50%;
	position: relative;
	text-align: center;
	font-size: 46px;
	line-height: 140px;
	margin: auto;
	-webkit-box-shadow: 0 0 0 10px rgba(212, 241, 249, 0.15);
	box-shadow: 0 0 0 10px rgba(212, 241, 249, 0.15);
}
.cesuan .text {
	text-align: center;
	padding: 15px 0;
}
.cesuan .bt {
	font-weight: 400;
	font-size: 20px;
	height: 51px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px #d4f1f9 solid;
	margin-bottom: 15px;
}
.cesuan .jsh {
	color: #d4f1f9;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
@media (max-width: 1024px) {
	.cesuan {
		padding: 40px 0 80px 0;
	}
	.cesuan .title {
		font-size: 28px;
	}
	.cesuan .list {
		padding-top: 20px;
	}
	.cesuan li {
		padding-top: 20px;
	}
	.cesuan .txt {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.cesuan li:after {
		top: 55px;
	}
	.cesuan .bt {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}
}
@media (max-width: 767px) {
	.cesuan {
		padding-bottom: 40px;
	}
	.cesuan li {
		width: 50%;
		padding-bottom: 20px;
	}
	.cesuan .txt {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 30px;
	}
}
.mm-menu {
	background: #8e2424;
	color: rgba(255, 255, 255, 0.9);
}
.mm-navbar.mm-hasbtns {
	border-bottom: 1px solid #7e1919;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: #ffffff;
}
.mm-clear:before,
.mm-close:before {
	right: 14px;
}
.mm-clear:after,
.mm-close:after {
	right: 25px;
}
.mm-close:after,
.mm-close:before {
	width: 10px;
	height: 10px;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
	color: rgba(255, 255, 255, 0.9);
}
.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform, opacity;
}
.map {
	border-top: 5px rgba(129, 28, 33, 0.2) solid;
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
	overflow: hidden;
}
.map dl {
	border: #d6dbe1 solid 1px;
	border-top: #811c21 solid 2px;
	border-bottom: none;
	margin: 0 0 20px 0;
}
.map dl:hover {
	background: #f9f3f4;
}
.map dl:hover dt a {
	color: #003e7e;
}
.map dl:last-child {
	margin-bottom: 0;
}
.map dt {
	background: #fcfcfc;
	color: #0053a8;
	font-size: 18px;
	line-height: 40px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 0 0 0 20px;
}
.map dt a {
	color: #333333;
}
.map dt a:hover {
	color: #003e7e;
}
.map dt img {
	margin-left: 20px;
}
.map dd {
	line-height: 30px;
	overflow: hidden;
	padding-top: 10px;
}
.map dd .p2 {
	padding: 0 0 0 20px;
	clear: both;
}
.map dd .p2 a {
	color: #811c21;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.map dd .p2 a:hover {
	color: #811c21;
	text-decoration: underline;
}
.map dd div {
	clear: both;
	overflow: hidden;
	line-height: 30px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 0 20px 10px 10px;
}
.map dd div a {
	color: #333;
	float: left;
	padding: 0 10px 0 10px;
}
.map dd div a:hover {
	color: #003e7e;
	background: #811c21;
	color: #ffffff;
}
@media (max-width: 767px) {
	.map {
		font-size: 14px;
		background: #eaeaea !important;
		padding-bottom: 0 !important;
		border-top: none;
	}
	.map dl {
		background: #ffffff;
	}
	.map dt {
		font-size: 14px;
	}
	.map dd {
		font-size: 12px;
	}
}
.login-header {
	background: #01b3f5;
	color: #fff;
	text-align: center;
	line-height: 45px;
	height: 45px;
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	font-size: 16px;
}
.login-header .back {
	color: #fff;
	float: left;
	font-size: 14px;
}
.login-header .container {
	max-width: inherit;
	padding: 0 15px;
}
.address-header {
	background: #01b3f5;
	color: #fff;
	text-align: center;
	line-height: 45px;
	height: 45px;
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	font-size: 16px;
}
.address-header input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	border: none;
	padding: 0 10px;
}
.wshxx {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}
.wshxx .title {
	text-align: center;
	font-size: 16px;
}
.wshxx .menu {
	font-size: 0;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px #d7d7d7 solid;
	position: relative;
}
.wshxx .menu a {
	display: inline-block;
	width: 50%;
	font-size: 18px;
	color: #828282;
	position: relative;
}
.wshxx .menu a:hover,
.wshxx .menu a.cur {
	color: #0daae7;
}
.wshxx .menu .line {
	border-bottom: 1px #0daae7 solid;
	position: absolute;
	bottom: -1px;
	width: 50%;
}
.wshxx .box {
	padding: 20px 15px 25px;
}
.wshxx .item {
	display: none;
}
.wshxx .form {
	vertical-align: middle;
}
.wshxx .form li {
	position: relative;
}
.wshxx .form .bt {
	display: inline-block;
	width: 65px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 8px;
	color: #828282;
}
.wshxx input {
	border: none;
	width: 100%;
	height: 39px;
	line-height: 39px;
	margin-top: 10px;
	padding: 0 10px 0 65px;
	border-radius: 0;
	-webkit-appearance: none;
	border-bottom: 1px #d7d7d7 solid;
}
.wshxx input:focus {
	border-color: #aaaaaa;
}
.wshxx input::-webkit-input-placeholder {
	color: #d7d7d7;
}
.wshxx input::-moz-placeholder {
	color: #d7d7d7;
}
.wshxx input:-moz-placeholder {
	color: #d7d7d7;
}
.wshxx input::-ms-input-placeholder {
	color: #d7d7d7;
}
.wshxx .yzhm .hq {
	display: block;
	width: 90px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
	text-align: right;
}
.wshxx .yzhm .hq a {
	display: inline-block;
	color: #00bdf3;
}
.wshxx .yzhm .hq a:hover {
	color: #00bdf3;
	text-decoration: underline;
}
.wshxx .yzhm .hq a:before {
	content: "";
	display: inline-block;
	border-left: 1px #00bdf3 solid;
	height: 15px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 6px;
}
.wshxx .yzhm input {
	padding-right: 90px;
}
.wshxx .btn {
	margin-top: 20px;
}
.wshxx .btn a {
	display: block;
	line-height: 40px;
	background: #00bdf3;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	-webkit-transition: all .4s;
	transition: all 0.4s;
}
.wshxx .btn a:hover {
	background: #0daae7;
}
.phoneGiveName,
.phoneScope {
	display: none;
}
@media (max-width: 1023px) {
	.inside-banner {
		display: none;
	}
	.phoneGiveName,
	.phoneScope {
		display: block;
		width: 100%;
		font-size: 16px;
	}
	.phoneGiveName .title,
	.phoneScope .title {
		background: #01b3f5;
		color: #fff;
		line-height: 45px;
		height: 45px;
		padding: 0 10px;
	}
	.phoneGiveName .bt,
	.phoneScope .bt {
		color: #828282;
		font-size: 12px;
	}
	.phoneGiveName .form,
	.phoneScope .form {
		overflow: hidden;
	}
	.phoneGiveName .form li,
	.phoneScope .form li {
		border-bottom: 1px solid #f3f3f3;
		padding: 10px 0;
	}
	.phoneGiveName .form a,
	.phoneScope .form a {
		color: #333333;
	}
	.phoneGiveName .form input,
	.phoneScope .form input,
	.phoneGiveName .form select,
	.phoneScope .form select {
		background: transparent;
		border: none;
		font-size: 18px;
		font-weight: inherit;
		resize: none;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-appearance: none;
		width: 100%;
		height: 30px;
		line-height: 30px;
		color: #333333;
	}
	.phoneGiveName .form option,
	.phoneScope .form option {
		color: #666666;
	}
	.phoneGiveName .form .btn,
	.phoneScope .form .btn {
		border-bottom: none;
		margin-top: 10px;
		margin-bottom: 30px;
		text-align: center;
	}
	.phoneGiveName .form .btn a,
	.phoneScope .form .btn a {
		display: inline-block;
		background: #01b3f5;
		color: #fff;
		line-height: 40px;
		width: 100%;
	}
	.phoneGiveName .form .select,
	.phoneScope .form .select {
		position: relative;
	}
	.phoneGiveName .form .arrow:after,
	.phoneScope .form .arrow:after {
		content: "";
		width: 6px;
		height: 6px;
		background: transparent;
		border-top: 1px solid #bfbfbf;
		border-right: 1px solid #bfbfbf;
		display: inline-block;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		vertical-align: middle;
		position: absolute;
		z-index: -1;
		right: 5px;
		top: 10px;
	}
}
.address .dqCity {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
}
.address .dqCity .bt-01 {
	line-height: 30px;
}
.address .dqCity .dq {
	color: #01b3f5;
}
.address .hotCity {
	margin-bottom: 15px;
	overflow: hidden;
}
.address .hotCity .bt-01 {
	line-height: 30px;
	padding-bottom: 10px;
}
.address .hotCity a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px #e5e5e5 solid;
	color: #777;
	line-height: 28px;
	padding: 0 5px;
}
.address .hotCity a:hover,
.address .hotCity a.active {
	background: #01b3f5;
	color: #fff;
	border-color: #01b3f5;
}
.address .list dt {
	color: #828282;
	background: #efeff4;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
}
.address .list dd span {
	display: block;
	border-bottom: 1px solid #efefef;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 0;
	margin-left: 10px;
	margin-right: 10px;
}
.address .list dd span:last-child {
	border-bottom: none;
}
.phoneSshqy {
	background: #f3f3f3;
	overflow: hidden;
}
.phoneSshqy .dropBt {
	font-size: 15px;
	color: #3b3a40;
	padding: 0 10px 5px 10px;
	font-weight: 400;
}
.phoneSshqy .dropNr li {
	min-width: 33.3%;
	float: left;
	line-height: 30px;
	padding: 5px 5px;
}
.phoneSshqy .dropNr a {
	padding: 0 10px;
	border: 1px solid #e7e7e7;
	font-size: 13px;
	color: #828282;
	border-radius: 3px;
	display: block;
	text-align: center;
}
.phoneSshqy .item {
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px 10px;
}
.chxLoading {
	display: block;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10px;
}
.chxLoading .info {
	max-width: 500px;
	padding: 50px 30px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 50px;
	height: 200px;
	background: #fff;
	border-radius: 5px;
	margin: auto;
	z-index: 1000;
	font-size: 20px;
}
.chxLoading .loader {
	background: #f2f3f7;
	height: 6px;
	border-radius: 6px;
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}
.chxLoading .loader span {
	position: absolute;
	left: -100%;
	top: 0;
	height: 100%;
	width: 50%;
	border-radius: 6px;
	display: block;
	background: #01b3f5;
	animation: loading 1s linear infinite;
	-webkit-animation: loading 1s linear infinite;
}
@media (max-width: 640px) {
	.chxLoading .info {
		max-width: 360px;
	}
}
@media (max-width: 375px) {
	.chxLoading .info {
		max-width: 340px;
	}
}
@media (max-width: 360px) {
	.chxLoading .info {
		max-width: 310px;
	}
}
@keyframes loading {
	from {
		left: -100%;
	}
	to {
		left: 100%;
	}
}
@-webkit-keyframes loading {
	from {
		left: -100%;
	}
	to {
		left: 100%;
	}
}
/*关于我们*/
.inbanner {
	overflow: hidden;
	width: 100%;
	height: 245px;
	position: relative;
	padding-top: 24px;
	margin-bottom: 29px;
	z-index: 1;
}
.inbanner .inbanner-slick {
	height: 221px;
	overflow: hidden;
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}
.second-nav {
	min-height: 30px;
	margin-bottom: 9px;
	text-align: center;
}
.second-nav .container {
	background: #f0f0f0;
}
.second-nav ul li {
	display: inline-block;
	line-height: 30px;
	position: relative;
}
.second-nav ul li a {
	display: block;
	padding: 0 18px;
	margin-right: 1px;
}
.second-nav ul li i {
	background: url("../images/dot16.png") no-repeat center center;
	height: 9px;
	position: absolute;
	bottom: -9px;
	width: 100%;
	display: none;
}
.second-nav ul li:hover a {
	background: #f5a000;
	color: #ffffff;
}
.second-nav ul li:hover i {
	display: block;
}
.second-nav ul .active a {
	background: #f5a000;
	color: #ffffff;
}
.second-nav ul .active i {
	display: block;
}
.content {
	border-bottom: 1px solid #f0f0f0;
}
.pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.about {
	padding-top: 36px;
	overflow: hidden;
	padding-bottom: 64px;
}
.about .about1 {
	margin-bottom: 36px;
	overflow: hidden;
}
.about .about1 .about-p {
	text-align: center;
	color: #777;
	font-size: 14px;
	line-height: 39px;
}
.about .about-title {
	text-align: center;
	font-size: 20px;
	color: #7f7f7f;
	background: url("../images/about-title.png") no-repeat center center;
	margin-bottom: 13px;
	font-weight: bold;
}
.about .about2 {
	margin-bottom: 33px;
	overflow: hidden;
}
.about .about2 .about-title {
	margin-bottom: 34px;
}
.about .about2 ul {
	margin: 0 -10px;
	overflow: hidden;
	text-align: center;
}
.about .about2 ul li {
	display: inline-block;
	width: 406px;
	margin: 0 8px;
	padding: 31px 25px 41px 28px;
	vertical-align: top;
	border: 1px solid #fed4ad;
	min-height: 341px;
}
.about .about2 ul li .pic {
	width: 100%;
	height: 85px;
	margin-bottom: 18px;
	transition: 1s;
}
.about .about2 ul li .about-info .a-title {
	font-size: 30px;
	color: #000;
	margin-bottom: 16px;
	overflow: hidden;
}
.about .about2 ul li .about-info .a-title span {
	color: #f5a000;
}
.about .about2 ul li .about-info p {
	border-top: 1px solid #e0e0e0;
	padding-top: 18px;
	font-size: 14px;
	color: #000;
	line-height: 28px;
	text-align: left;
}
.about .about2 ul li:hover .pic {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.about3 .about-title {
	margin-bottom: 31px;
}
.about3 ul {
	margin: 0 -11px;
	overflow: hidden;
}
.about3 ul li {
	width: 296px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 10px 0 11px;
}
.about3 ul li .a31,
.about3 ul li .a32,
.about3 ul li .a33,
.about3 ul li .a34 {
	display: block;
	width: 100%;
	font-size: 15px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
}
.about3 ul li .a31 {
	background: #e6459b;
}
.about3 ul li .a32 {
	background: #17b485;
}
.about3 ul li .a33 {
	background: #f5a000;
}
.about3 ul li .a34 {
	background: #149ee2;
}
.about3 ul li ul li {
	margin: 0 10px 10px 11px;
}
.about3 ul li ul li a {
	display: block;
	line-height: 28px;
	border: 1px solid #ccc;
	color: #515151;
	font-size: 14px;
}
.about3 ul li ul li a:hover {
	border: 1px solid #f5a000;
}
.contact {
	padding: 34px 0 45px 0;
	overflow: hidden;
}
.contact .contact-title {
	margin-bottom: 20px;
	overflow: hidden;
}
.contact .contact-title h3 {
	font-size: 30px;
	color: #717171;
	text-align: center;
}
.contact .contact-title .line {
	background: #f5a000;
	height: 1px;
	width: 124px;
	margin: 0 auto;
}
.contact .contact-p {
	text-align: center;
	color: #00001c;
	font-size: 14px;
	margin-bottom: 36px;
	overflow: hidden;
}
.contact .contact-list {
	margin-bottom: 33px;
	overflow: hidden;
}
.contact .contact-list ul {
	text-align: center;
}
.contact .contact-list ul li {
	display: inline-block;
	width: 230px;
	vertical-align: top;
}
.contact .contact-list ul li .pic {
	width: 100%;
	height: 140px;
	margin-bottom: 10px;
	transition: 0.9s;
}
.contact .contact-list ul li h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}
.contact .contact-list ul li p {
	font-size: 14px;
}
.contact .contact-list ul li span {
	display: block;
	font-size: 20px;
	font-family: arial, "microsoft yahei";
	color: #333333;
}
.contact .contact-list ul li:hover .pic {
	transform: rotate(360deg);
}
@media (max-width: 1280px) {
	.inbanner .inbanner-slick {
		width: 1260px;
		left: 0;
		margin-left: 0;
	}
	.inbanner .inbanner-slick .container {
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.about .about2 ul {
		margin: 0 -1%;
	}
	.about .about2 ul li {
		width: 30%;
		margin: 0 1%;
	}
	.about3 ul li {
		width: 22%;
		margin: 0 1%;
	}
	.about3 ul li ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.about3 ul li ul {
		margin: 0;
	}
	.about3 ul {
		margin: 0 -1%;
	}
}
@media (max-width: 768px) {
	.about {
		padding: 20px 0;
	}
	.about .about1 {
		margin-bottom: 20px;
	}
	.about .about2 ul li {
		padding: 12px;
	}
	.about .about2 ul li .about-info .a-title {
		font-size: 18px;
	}
	.about3 ul li {
		width: 47%;
	}
	.contact .contact-list ul li {
		width: 33%;
	}
	.contact {
		padding: 20px 0;
	}
	.contact .contact-list {
		margin-bottom: 0;
	}
	.contact .contact-title h3 {
		font-size: 20px;
	}
}
@media (max-width: 520px) {
	.about .about1 .about-p {
		line-height: 30px;
		font-size: 13px;
	}
	.about .about2 ul {
		margin: 0;
	}
	.about .about2 ul li {
		width: 100%;
		margin: 0 0 10px 0;
		min-height: inherit;
	}
	.about .about2 ul li .pic {
		height: 65px;
		margin-bottom: 10px;
	}
	.contact .contact-list ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.contact .contact-list ul li .pic {
		height: 80px;
	}
}
@media (max-width: 414px) {
	.about3 ul {
		margin: 0;
	}
	.about3 ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}
}
.home-news {
	padding: 0 0 80px 0;
	overflow: hidden;
}
.home-news .home-title {
	color: #3b3a40;
}
.home-news .home-title:after {
	background: #01b9f5;
}
.home-news .list {
	overflow: hidden;
	margin-top: 40px;
	margin-left: -25px;
	margin-right: -25px;
}
.home-news li {
	width: 50%;
	float: left;
	padding: 0 25px;
	margin-bottom: 55px;
	position: relative;
}
.home-news .box {
	margin: auto;
	padding-left: 180px;
	position: relative;
}
.home-news .pic {
	float: left;
	display: block;
	width: 180px;
	height: 125px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.home-news .pic:after {
	content: "";
	display: block;
	padding-top: 69.44444444%;
}
.home-news .pic img {
	transition: all .5s;
}
.home-news .text {
	border-top: none;
	padding: 0 20px 0 30px;
	height: 125px;
}
.home-news .bt {
	display: block;
	font-weight: 400;
	font-size: 18px;
	color: #1a1b1b;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.home-news .jsh {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}
.home-news .info {
	color: #b4b4b4;
	font-size: 14px;
	line-height: 30px;
}
.home-news .info .date {
	display: inline-block;
	margin-right: 10px;
}
.home-news .info .fl {
	color: #61c5f2;
}
.home-news .info .more {
	float: right;
	color: #d9d9d9;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
.home-news .info .more:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	background: url(../images/icon/more.png) no-repeat center center;
}
.home-news .info .more:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
	background: url(../images/icon/arrow-right-04.png) no-repeat center center;
}
.home-news .box:hover .pic img {
	transform: scale(1.1);
}
.home-news .box:hover .bt {
	color: #00bdf3;
}
.home-news .btn {
	text-align: center;
}
.home-news .btn a {
	display: inline-block;
	border: 1px #d0d0d0 solid;
	min-width: 172px;
	line-height: 38px;
	color: #888888;
	transition: all .5s;
}
.home-news .btn a span {
	display: inline-block;
	margin-left: 10px;
}
.home-news .btn a:hover {
	background: #00bdf3;
	border-color: #00bdf3;
	color: #fff;
}
@media (max-width: 1280px) {
	.home-news .list {
		margin-left: 0;
		margin-right: 0;
	}
	.home-news li {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1279px) {
	.home-news .info .fl {
		display: none;
	}
}
@media (max-width: 1023px) {
	.home-news {
		padding: 20px 0 40px 0;
	}
	.home-news li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-news .text {
		padding-left: 10px;
	}
	.home-news .bt {
		font-size: 16px;
	}
	.home-news .jsh {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.home-news li {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.home-news {
		padding-bottom: 40px;
	}
	.home-news li {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.home-news .box {
		padding-left: 120px;
		height: 90px;
	}
	.home-news .pic {
		width: 120px;
		height: auto;
	}
	.home-news .text {
		padding-right: 0;
	}
	.home-news .bt {
		height: 60px;
	}
	.home-news .jsh {
		display: none;
	}
	.home-news .info .date {
		display: none;
	}
	.home-news .info .more {
		float: left;
	}
}
.newsClassify {
	background: #828282;
}
.newsClassify .list {
	overflow: hidden;
}
.newsClassify li {
	float: left;
	padding: 0 15px;
	position: relative;
}
.newsClassify li:after {
	content: "";
	display: block;
	width: 0;
	margin: auto;
	border-bottom: 3px #00bdf3 solid;
	transition: all .5s;
}
.newsClassify a {
	min-width: 110px;
	font-size: 16px;
	color: #fff;
	line-height: 56px;
	text-align: center;
	display: block;
}
.newsClassify li:hover:after,
.newsClassify li.cur:after {
	width: 100%;
}
@media (max-width: 1023px) {
	.newsClassify a {
		font-size: 12px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.newsClassify li {
		min-width: 25%;
		float: left;
		padding: 0;
	}
	.newsClassify a {
		font-size: 12px;
		line-height: 40px;
		min-width: auto;
	}
}
.news,
.news-show {
	padding: 30px 30px 80px 30px;
	overflow: hidden;
	background: #fff;
}
.news .leftList,
.news-show .leftList {
	width: 75%;
	border-right: 1px #e2e2e2 solid;
	float: left;
}
.news .leftList .list,
.news-show .leftList .list {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0 30px 0 0;
}
.news .leftList li,
.news-show .leftList li {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px #e5e5e5 dotted;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.news .leftList .box,
.news-show .leftList .box {
	margin: auto;
	padding-left: 245px;
	position: relative;
}
.news .leftList .pic,
.news-show .leftList .pic {
	float: left;
	display: block;
	width: 245px;
	height: 170px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.news .leftList .pic:after,
.news-show .leftList .pic:after {
	content: "";
	display: block;
	padding-top: 69.3877551%;
}
.news .leftList .pic img,
.news-show .leftList .pic img {
	transition: all .5s;
}
.news .leftList .text,
.news-show .leftList .text {
	border-top: none;
	padding: 10px 0 0 30px;
	height: 170px;
}
.news .leftList .bt,
.news-show .leftList .bt {
	display: block;
	position: relative;
}
.news .leftList .bt:after,
.news-show .leftList .bt:after {
	content: "";
	display: block;
	width: 56px;
	border-bottom: 2px #00bdf3 solid;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news .leftList .bt a,
.news-show .leftList .bt a {
	display: block;
	font-weight: 400;
	font-size: 18px;
	color: #1a1b1b;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news .leftList .jsh,
.news-show .leftList .jsh {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news .leftList .info,
.news-show .leftList .info {
	color: #b4b4b4;
	font-size: 14px;
	line-height: 30px;
}
.news .leftList .info .date,
.news-show .leftList .info .date {
	display: inline-block;
	margin-right: 10px;
}
.news .leftList .info .fl,
.news-show .leftList .info .fl {
	color: #61c5f2;
}
.news .leftList .info .more,
.news-show .leftList .info .more {
	border: 1px #d9d9d9 solid;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	color: #d9d9d9;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
.news .leftList .info .more:before,
.news-show .leftList .info .more:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	background: url(../images/icon/more.png) no-repeat center center;
}
.news .leftList .info .more:after,
.news-show .leftList .info .more:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
	background: url(../images/icon/arrow-right-04.png) no-repeat center center;
}
.news .leftList .box:hover .pic img,
.news-show .leftList .box:hover .pic img {
	transform: scale(1.1);
}
.news .leftList .box:hover .bt,
.news-show .leftList .box:hover .bt {
	color: #00bdf3;
}
.news .relatedNews,
.news-show .relatedNews {
	width: 25%;
	float: right;
	padding: 0 0 0 30px;
}
.news .relatedNews .relatedTitle,
.news-show .relatedNews .relatedTitle {
	border-bottom: 1px #e2e2e2 solid;
	position: relative;
	margin-bottom: 15px;
}
.news .relatedNews .relatedTitle span,
.news-show .relatedNews .relatedTitle span {
	color: #7489a8;
	font-size: 20px;
	padding-bottom: 10px;
	content: "";
	display: inline-block;
	position: relative;
}
.news .relatedNews .relatedTitle span:after,
.news-show .relatedNews .relatedTitle span:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 2px #00bdf3 solid;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.news .relatedNews .hot,
.news-show .relatedNews .hot {
	border-bottom: 1px #e2e2e2 solid;
}
.news .relatedNews .hot .box,
.news-show .relatedNews .hot .box {
	margin: auto;
	position: relative;
}
.news .relatedNews .hot .pic,
.news-show .relatedNews .hot .pic {
	display: block;
	width: 100%;
	overflow: hidden;
}
.news .relatedNews .hot .pic:after,
.news-show .relatedNews .hot .pic:after {
	content: "";
	display: block;
	padding-top: 69.3877551%;
}
.news .relatedNews .hot .pic img,
.news-show .relatedNews .hot .pic img {
	transition: all .5s;
	width: 100%;
}
.news .relatedNews .hot .pic:hover img,
.news-show .relatedNews .hot .pic:hover img {
	transform: scale(1.1);
}
.news .relatedNews .hot .text,
.news-show .relatedNews .hot .text {
	border-top: none;
	padding: 10px 0 0 0;
}
.news .relatedNews .hot .bt,
.news-show .relatedNews .hot .bt {
	color: #333333;
	display: block;
	position: relative;
}
.news .relatedNews .hot .bt a,
.news-show .relatedNews .hot .bt a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #1a1b1b;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news .relatedNews .hot .bt a:hover,
.news-show .relatedNews .hot .bt a:hover {
	color: #f5a000;
}
.news .relatedNews .hot .jsh,
.news-show .relatedNews .hot .jsh {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news .relatedNews .list,
.news-show .relatedNews .list {
	border-bottom: 1px #e2e2e2 solid;
	padding-top: 20px;
	padding-bottom: 20px;
}
.news .relatedNews .list li,
.news-show .relatedNews .list li {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.news .relatedNews .list li a,
.news-show .relatedNews .list li a {
	display: block;
	padding-left: 15px;
	transition: all .5s;
	position: relative;
}
.news .relatedNews .list li a:after,
.news-show .relatedNews .list li a:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #f5a000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 16px 3px;
}
.news .relatedNews .list li a:hover,
.news-show .relatedNews .list li a:hover {
	color: #f5a000;
	padding-left: 20px;
}
@media (max-width: 1023px) {
	.news .leftList .bt,
	.news-show .leftList .bt {
		font-size: 16px;
	}
	.news .leftList .jsh,
	.news-show .leftList .jsh {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.news .leftList,
	.news-show .leftList {
		width: 100%;
		clear: both;
		border-right: none;
	}
	.news .leftList .list,
	.news-show .leftList .list {
		padding-right: 0;
	}
	.news .relatedNews,
	.news-show .relatedNews {
		width: 100%;
		clear: both;
		padding: 0;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.news .leftList .info .date,
	.news-show .leftList .info .date {
		display: none;
	}
	.news .leftList .info .more,
	.news-show .leftList .info .more {
		float: left;
	}
	.news .leftList .info .fl,
	.news-show .leftList .info .fl {
		display: none;
	}
}
@media (max-width: 640px) {
	.news,
	.news-show {
		padding-left: 10px;
		padding-right: 10px;
	}
	.news .leftList,
	.news-show .leftList {
		width: 100%;
	}
	.news .leftList li,
	.news-show .leftList li {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.news .leftList .box,
	.news-show .leftList .box {
		padding-left: 0;
		max-width: 245px;
		margin: auto;
	}
	.news .leftList .pic,
	.news-show .leftList .pic {
		position: relative;
		clear: both;
		width: 100%;
		height: auto;
	}
	.news .leftList .text,
	.news-show .leftList .text {
		height: auto;
		clear: both;
		padding-left: 0;
	}
	.news .leftList .bt a,
	.news-show .leftList .bt a {
		font-size: 14px;
	}
}
@media (max-width: 374px) {
	.news .leftList .info .more,
	.news-show .leftList .info .more {
		font-size: 10px;
	}
}
.news-show {
	border-top: 2px #828282 solid;
	padding: 30px 30px 80px 30px;
	overflow: hidden;
	background: #fff;
}
.news-show .left {
	width: 75%;
	border-right: 1px #e2e2e2 solid;
	float: left;
	min-height: 700px;
	padding-right: 30px;
}
.news-show .left .title {
	font-size: 30px;
	font-weight: 700;
	color: #333333;
}
.news-show .left .info {
	font-size: 12px;
	color: #ababab;
	border-bottom: 1px #d9d9d9 solid;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.news-show .left .info .date {
	display: inline-block;
	margin-right: 10px;
}
.news-show .left .info .share {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.news-show .left .info .share span {
	float: left;
}
.news-show .left .info .bdshare-button-style0-16 a,
.news-show .left .info .bdshare-button-style0-16 .bds_more {
	padding: 0;
	margin: auto 5px;
	vertical-align: middle;
}
.news-show .left .info .wechat {
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px #bdbdbd solid;
	background: url(../images/wechat.png) no-repeat;
	opacity: .7;
	transition: all .5s;
}
.news-show .left .info .wechat:hover {
	border: 1px #00bdf3 solid;
	opacity: 1;
	background: #00bdf3 url(../images/wechat-02.png) no-repeat;
}
.news-show .left .info .qq {
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px #bdbdbd solid;
	background: url(../images/qq.png) no-repeat;
	opacity: .7;
	transition: all .5s;
}
.news-show .left .info .qq:hover {
	border: 1px #00bdf3 solid;
	opacity: 1;
	background: #00bdf3 url(../images/qq-02.png) no-repeat;
}
.news-show .left .info .sina {
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px #bdbdbd solid;
	background: url(../images/sina.png) no-repeat;
	opacity: .7;
	transition: all .5s;
}
.news-show .left .info .sina:hover {
	border: 1px #00bdf3 solid;
	opacity: 1;
	background: #00bdf3 url(../images/sina-02.png) no-repeat;
}
.news-show .left .info .qzone {
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px #bdbdbd solid;
	background: url(../images/qzone.png) no-repeat;
	opacity: .7;
	transition: all .5s;
}
.news-show .left .info .qzone:hover {
	border: 1px #00bdf3 solid;
	opacity: 1;
	background: #00bdf3 url(../images/qzone-02.png) no-repeat;
}
.news-show .left .nr {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	padding: 30px 0;
}
.news-show .left .prev-next {
	border-top: 1px #d2d2d2 solid;
	border-bottom: 1px #d2d2d2 solid;
	font-size: 15px;
	padding: 10px 0;
	color: #7d8ea9;
	margin-top: 30px;
}
.news-show .left .prev-next li {
	height: 36px;
	line-height: 35px;
	overflow: hidden;
}
.news-show .left .prev-next a {
	color: #7d8ea9;
}
.news-show .left .prev-next a:hover {
	color: #333;
}
@media (max-width: 991px) {
	.news-show {
		padding-left: 20px;
		padding-right: 20px;
	}
	.news-show .left {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
	.news-show .left .title {
		font-size: 24px;
	}
	.news-show .left .info .share {
		width: 100%;
		clear: both;
		display: block;
		float: left;
	}
	.news-show .left .nr {
		font-size: 14px;
	}
	.news-show .left .prev-next {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.news-show .left .title {
		font-size: 18px;
	}
	.news-show .left .info .share {
		display: none;
	}
}
.address .list dl {
	position: relative;
}
.address .list .anchor {
	position: absolute;
	top: -50px;
	z-index: -99;
}
.letter {
	display: none;
	width: auto;
	position: fixed;
	z-index: 99999;
	top: 10%;
	right: 0;
	text-align: center;
	overflow: auto;
	/*background: rgba(255,255,255,.5);*/
	line-height: 22px;
	/*box-shadow: 0 0 10px rgba(0,0,0,.2);*/
	padding: 20px 0;
	width: 30px;
	height: 70%;
	-webkit-overflow-scrolling: touch;
}
.letter ul li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}