<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* @Author: admin
* @Date:   2018-05-28 11:03:34
 * @Last Modified by: mikey.zhaopeng
 * @Last Modified time: 2020-05-22 16:11:34
*/
.zg_banner {
	background: url(../images/banner.jpg) no-repeat center;
	height: 750px;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}

.zg_banner_center {
	position: relative;
	height: 750px;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	height: 750px;
	width: 100%;
	min-width: 1200px;
}

#output {
	width: 100%;
	height: 750px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0 auto;
	min-width: 1200px;
}

.zg_nav {
	height: 50px;
	position: relative;
	z-index: 10;
}

.zg_logo {
	width: 166px;
	height: 50px;
}

.zg_logo img {
	width: 126px;
	display: block;
	margin-top: 6px;
}

.zg_banner ul {
	/* width: 500px; */
	height: 50px;
	margin-left: 80px;
}

.zg_banner ul li a {
	color: #ffffff;
	font-size: 18px;
	display: block;
	height: 50px;
	line-height: 65px;
}

.zg_banner ul li {
	margin-right: 62px;
}

.zg_tel {
	background-position: 0px 18px;
	height: 50px;
	line-height: 60px;
	color: #ffffff;
	font-size: 20px;
	text-align: right;
	width: 160px;
}

.zg_banner h1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin: 100px auto 0;
	position: relative;
	z-index: 10;
	letter-spacing: 3px;
}

.zg_banner_title {
	background: url(../images/banner_title.png) no-repeat;
	width: 1252px;
	height: 372px;
	z-index: 10;
	position: absolute;
	top: 214px;
	left: 20px;
	text-indent: -10000px;
}

.zg_banner_signal {
	position: absolute;
	width: 98px;
	height: 55px;
	top: 203px;
	left: 173px;
	z-index: 11;
	-webkit-animation: wifi_sign 3s ease-in-out infinite;
	-moz-animation: wifi_sign 3s ease-in-out infinite;
	-o-animation: wifi_sign 3s ease-in-out infinite;
	animation: wifi_sign 3s ease-in-out infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@-webkit-keyframes wifi_sign {
	0% {}

	50% {
		background: url(../images/signal_a.png) no-repeat;
	}

	100% {
		background: url(../images/signal_b.png) no-repeat;
	}
}

@-moz-keyframes wifi_sign {
	0% {}

	50% {
		background: url(../images/signal_a.png) no-repeat;
	}

	100% {
		background: url(../images/signal_b.png) no-repeat;
	}
}

@keyframes wifi_sign {
	0% {}

	50% {
		background: url(../images/signal_a.png) no-repeat;
	}

	100% {
		background: url(../images/signal_b.png) no-repeat;
	}
}

.zg_banner_line {
	background: url(../images/banner_line.png) no-repeat;
	width: 1508px;
	height: 516px;
	position: absolute;
	top: 180px;
	left: -157px;
	z-index: 10;
}

.zg_banner_end {
	width: 691px;
	height: 94px;
	position: absolute;
	top: 542px;
	left: 253px;
	z-index: 10;
	color: #f9465b;
	font-weight: 700;
	font-size: 30px;
}

.zg_banner_end1 {
	display: block;
	background: url(../images/banner_content1.png) no-repeat;
	width: 295px;
	height: 94px;
	line-height: 66px;
	padding-left: 34px;
}

.zg_banner_end2 {
	display: block;
	background: url(../images/banner_content2.png) no-repeat;
	width: 300px;
	height: 94px;
	line-height: 66px;
	padding-left: 62px;
}

/* s2 */
.zg_s2 {
	background: url(../images/s2.jpg) no-repeat center;
	height: 462px;
	min-width: 1200px;
}

.zg_s2_center {
	position: relative;
	height: 464px;
	background: url(../images/s2_mulu.png) no-repeat;
	width: 1200px;
	height: 293px;
	margin-top: -23px;
	box-shadow: 0 0 30px #333;
	z-index: 11;
	border-radius: 20px;
}

.zg_s2_l {
	color: #333333;
	font-size: 20px;
	width: 363px;
	margin: 94px 0 0 164px;
}

.zg_s2_l li {
	margin-bottom: 10px;
}

.zg_s2_l li a {
	color: #333;
	font-size: 20px;
}

.zg_s2_l li a:hover {
	color: #ff5e72;
	text-decoration: underline;
}

.zg_s2_r {
	width: 574px;
	margin-top: 80px;
}

.zg_s2_r p {
	width: 500px;
	margin-left: 20px;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	text-indent: 2em;
	/* height: 100px; */
}

.zg_s2_r a {
	display: block;
	float: left;
	width: 148px;
	height: 31px;
	border-radius: 31px;
	background: #ff5e72;
	color: #fff;
	line-height: 31px;
	text-align: center;
	margin-right: 43px;
	margin-top: 22px;
	position: relative;
}

.zg_s2_r a img {
	position: absolute;
	left: 50%;
	bottom: 31px;
	margin-left: -50px;
	width: 100px;
	display: none;
}

.zg_s2_r a:hover img {
	display: block;
}

.zg_s2 h2 {
	color: #ffffff;
	font-size: 53px;
	text-align: center;
	margin-top: 100px;
	letter-spacing: 2px;
	font-weight: 700;
}

.zg_s2 h2 span {
	color: #ff5b6f;
}

/* s3 */
.zg_s3 {
	background: url(../images/s3.jpg) no-repeat center;
	height: 580px;
	min-width: 1200px;
	overflow: hidden;
}

.zg_s3_center {
	position: relative;
	height: 580px;
}

.zg_s3_l {
	width: 675px;
	height: 285px;
	border: 3px solid #aae4ff;
	position: absolute;
	top: 98px;
	left: 0px;
	z-index: 10;
}

.zg_s3_l strong {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin: 18px 0 0 28px;
}

.zg_s3_l p {
	position: absolute;
	top: 60px;
	left: -28px;
	width: 640px;
	height: 280px;
	background: #aae4ff;
	color: #00114f;
	font-size: 18px;
	line-height: 38px;
	padding: 10px 18px 0;
	text-indent: 2em;
}

.zg_s3_l div {
	width: 572px;
	height: 44px;
	border: 3px solid #aae4ff;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 44px;
	padding-left: 28px;
	position: absolute;
	top: 407px;
	left: 0;
}

.zg_s3_center em {
	width: 572px;
	height: 500px;
	background: rgba(61, 64, 71, 0.5);
	opacity: 0.7;
	display: block;
	position: absolute;
	top: 40px;
	left: 630px;
}

#myform {
	width: 572px;
	height: 500px;
	margin-top: 38px;
	float: right;
	position: relative;
	z-index: 10;
}

#myform h2 {
	color: #fffefe;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

#name,
#tel {
	background: url(../images/input.png) no-repeat;
	width: 270px;
	height: 41px;
	line-height: 41px;
	display: block;
	color: #333333;
	font-size: 20px;
	padding-left: 50px;
	color: #333333;
	font-size: 20px;
	margin-left: 128px;
	margin-bottom: 14px;
}

#pro,
#bank {
	background: url(../images/input.png) no-repeat;
	width: 320px;
	height: 41px;
	line-height: 41px;
	display: block;
	color: #333333;
	font-size: 20px;
	padding-left: 50px;
	color: #333333;
	font-size: 20px;
	margin-left: 128px;
	margin-bottom: 14px;
	outline: none;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

}

form select::-ms-expand {
	display: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #333;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #333;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #333 !important;
}

.zg_yzm {
	width: 320px;
	height: 41px;
	background: url(../images/input.png) no-repeat;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	border-radius: 10px;
	margin-left: 128px;
	margin-bottom: 14px;
}

.zg_yzm .zg_yzmtx {
	margin-top: 1px;
	margin-left: 1px;
	height: 38px;
	width: 124px;
	padding-left: 50px;
	display: inline-block;
	line-height: 51px;
	float: left;
}

#getyzm {
	width: 144px;
	height: 41px;
	background: #83bdee;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 41px;
	display: inline-block;
	float: right;
}

#getyzm:hover {
	color: #ff5b6f;
}

#daojishi {
	width: 144px;
	height: 41px;
	background: #83bdee;
	position: relative;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 41px;
	display: inline-block;
	float: right;
}

#login {
	width: 192px;
	height: 46px;
	display: block;
	border-radius: 10px;
	background: #0350ba;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: 700;
	margin: 22px auto 0;
}

/* s4 */
.zg_s4 {
	background: url(../images/s4.jpg) no-repeat center;
	height: 544px;
	min-width: 1200px;
	overflow: hidden;
}

.zg_s4_center {
	position: relative;
	height: 551px;
}

.zg_s4_bg {
	background: url(../images/s3_bg.png) no-repeat;
	position: absolute;
	left: -360px;
	top: 110px;
	height: 246px;
	width: 1920px;
	animation: circleBg 1.5s linear;
}

@keyframes circleBg {
	0% {
		width: 0px;
	}

	100% {
		width: 1920px;
	}
}

@-webkit-keyframes circleBg {
	0% {
		width: 0px;
	}

	100% {
		width: 1920px;
	}
}

@-moz-keyframes circleBg {
	0% {
		width: 0px;
	}

	100% {
		width: 1920px;
	}
}

.zg_s4_top {
	position: absolute;
	width: 1200px;
	top: 40px;
	left: 0px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}

.zg_s4t_a {
	position: absolute;
	top: 20px;
	left: 50px;
}

.zg_s4t_b {
	position: absolute;
	top: 20px;
	left: 228px;
}

.zg_s4t_c {
	position: absolute;
	top: 20px;
	left: 434px;
}

.zg_s4t_d {
	position: absolute;
	top: 17px;
	left: 658px;
}

.zg_s4t_e {
	position: absolute;
	top: 20px;
	left: 862px;
}

.zg_s4t_f {
	position: absolute;
	top: 18px;
	left: 1060px;
}

.zg_s4_center_list {
	position: absolute;
	top: 112px;
	left: 0px;
	width: 1200px;
	height: 163px;
}

.zg_s4_center_list li {
	color: #083786;
	font-size: 20px;
	font-weight: 700;
	background: url(../images/circle1.png) no-repeat;
	width: 122px;
	height: 162px;
	line-height: 162px;
	padding-left: 43px;
	position: absolute;
}

.zg_s4c_a {
	top: 37px;
	left: 5px;
}

.zg_s4c_b {
	top: 37px;
	left: 210px;
}

.zg_s4c_c {
	top: 37px;
	left: 417px;
}

.zg_s4c_d {
	top: 37px;
	left: 625px;
}

.zg_s4c_e {
	top: 37px;
	left: 830px;
}

.zg_s4c_f {
	top: 37px;
	left: 1036px;
}

.zg_s4_center_list li em {
	background: url(../images/circle_line1.png) no-repeat;
	width: 46px;
	height: 2px;
	position: absolute;
	top: 10px;
	left: 116px;
	animation: circleLine 2.5s linear;
}

.zg_s4_center&gt;a {
	position: absolute;
	bottom: 40px;
	left: 50%;
	display: block;
	width: 200px;
	height: 50px;
	border-radius: 31px;
	background: #ff5e72;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 3px;
	margin-left: -100px;
}

@keyframes circleLine {
	0% {
		width: 0px;
	}

	100% {
		width: 46px;
	}
}

@-webkit-keyframes circleLine {
	0% {
		width: 0px;
	}

	100% {
		width: 46px;
	}
}

@-moz-keyframes circleLine {
	0% {
		width: 0px;
	}

	100% {
		width: 46px;
	}
}

.zg_s4_end {
	width: 1200px;
	position: absolute;
	top: 362px;
	left: 0px;
}

.zg_s4_end li {
	width: 178px;
	position: absolute;
}

.zg_s4_end li a {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	display: block;
	width: 178px;
	text-align: center;
}

.zg_s4_end li a:hover {
	color: #ff5e72;
}

.zg_s4_end_a {
	top: 0px;
	left: 0px;
}

.zg_s4_end_b {
	top: 0px;
	left: 209px;
}

.zg_s4_end_c {
	top: 0px;
	left: 416px;
}

.zg_s4_end_d {
	top: 0px;
	left: 622px;
}

.zg_s4_end_e {
	top: 0px;
	left: 830px;
}

.zg_s4_end_f {
	top: 0px;
	left: 1035px;
}

/* s5 */
.zg_s5 {
	background: url(../images/s5.jpg) no-repeat center;
	height: 1050px;
	min-width: 1200px;
	overflow: hidden;
}

.zg_s5_center {
	position: relative;
	height: 1050px;
}

.zg_s5 h2 {
	color: #333;
	font-weight: 700;
	font-size: 53px;
	text-align: center;
	margin-top: 90px;
	letter-spacing: 2px;
}

.zg_s5 h2 span {
	color: #ff5b6f;
}

.zg_another h2 {
	color: #333;
	font-weight: 700;
	font-size: 53px;
	text-align: center;
	margin-top: 90px;
	letter-spacing: 2px;
}

.zg_another h2 span {
	color: #ff5b6f;
}
.item_baokao_gangwei{
    width:90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
	margin-top: 50px;
}
.item_baokao_gangwei_square{
    width: 20%;
    height:90px;
    border: 3px solid #7da7b8;
    border-radius: 10px;
}
.item_baokao_gangwei_square p{
    font-size: 28px;
    line-height: 90px;
    color: #ff5b6f;
    font-weight: bold;
    text-align: center;
}
.item_baokao_gangwei_square p a:hover{
	color:#747474;
}



.zg_con2_2oul {
	margin-top: 35px;
	padding-bottom: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zg_con2_2oul li {
    background: #A9E3FE;
    width: 190px;
	height: 273px;
	box-sizing: border-box;
	padding: 0 10px;
	position: relative;
	line-height: 26px;
}
.zg_con2_2oul li::after{
    content: "";
    border: 2px solid #A9E3FE;
    width: 190px;
    height: 273px;
    display: block;
    position: absolute;
    right: -16px;
	top: 10px;
	z-index: -1;
}



.zg_con2_2oul li h6 {
	font: bold 27px/60px "Microsoft YaHei";
    color: #fff;
    text-align: center;
    padding-top: 6px;
    height: 64px;
}

.zg_con2_2oul li h6 span {
    font-size: 46px;
}
.zg_con2_2oul p a {
	color: #ff5555;
	display: inline-block;
}
/* 
.zg_con2_2oul p {
    font: 16px/26px "Microsoft YaHei";
    color: #343440;
    padding: 4px 15px 0 10px;
}

.zg_con2_2oul p a {
    color: #ff5555
}

.zg_con2_2oli2 h6 {
    font: bold 27px/50px "Microsoft YaHei";
    color: #ff8d55;
    text-align: center;
    padding-top: 6px;
}

.zg_con2_2oli2 h6 span {
    font-size: 46px;
} */







.zg_s5_l {
	width: 542px;
	height: 526px;
	margin-top: 154px;
	background: url(../images/s5_left.png) no-repeat;
	position: relative;
	z-index: 10;
}

.zg_s5_l strong {
	color: #333333;
	font-size: 30px;
	display: block;
	margin: 18px 0 0 50px;
}

.zg_s5_l a {
	display: block;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	margin: 100px 0 0 132px;
	letter-spacing: 2px;
}

.zg_s5_l a:hover {
	color: #ffdfe3;
	text-decoration: underline;
}

.zg_s5_l p {
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	/* margin: 21px 0 0 132px; */
	margin: 100px 0 0 132px;
	line-height: 40px;
}

.zg_s5_r {
	width: 685px;
	background: url(../images/s5_right.png) no-repeat;
	height: 661px;
	position: absolute;
	top: 246px;
	right: 0px;
	z-index: 9;
}

.zg_s5_r strong {
	color: #333333;
	font-size: 30px;
	display: block;
	margin: 62px 0 30px 80px;
}

.zg_s5_r ul {
	margin-left: 110px;
}

.zg_s5_r ul li {
	margin-bottom: 20px;
}

.zg_s5_r ul li a {
	color: #333333;
	font-size: 18px;
	display: block;
}

.zg_s5_r ul li a:hover {
	color: #ff5e72;
	text-decoration: underline;
}

.zg_s5r_end_a,
.zg_s5r_end_b {
	width: 165px;
	height: 44px;
	display: block;
	background: #ff5e72;
	box-shadow: 4px 4px 6px #999;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	margin-top: 18px;
}

.zg_s5r_end_a {
	margin-left: 152px;
}

.zg_s5r_end_b {
	margin-left: 66px;
}

.zg_s5 em {
	background: url(../images/s5_center_box.png) no-repeat;
	width: 1217px;
	height: 769px;
	position: absolute;
	top: 195px;
	left: 62px;
}

/* s6 */
.zg_s6 {
	background: url(../images/s6.jpg) no-repeat center;
	height: 996px;
	min-width: 1200px;
}

.zg_s6 h2 {
	color: #fff;
	font-weight: 700;
	font-size: 53px;
	text-align: center;
	margin-top: 58px;
	letter-spacing: 2px;
}

.zg_s6 ul {
	width: 1200px;
	margin-top: 76px;
}

.zg_s6 ul li {
	width: 395px;
	height: 311px;
	border: 1px solid #adadae;
	margin-bottom: 4px;
	cursor: pointer;
	position: relative;
}

.s6_li {
	margin: 0 4px;
}

.zg_s6 ul li:hover {
	box-shadow: 0 0 30px #fff;
	z-index: 10;
}

.zg_s6 ul li em {
	width: 110px;
	height: 110px;
	display: block;
	margin: 25px auto 0;
	background: url(../images/s6_icon.png) no-repeat;
}

.zg_s6 ul li strong {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	display: block;
}

.zg_s6 ul li p {
	color: #ffffff;
	font-size: 18px;
	width: 345px;
	line-height: 30px;
	margin: 20px auto 0;
	text-align: justify;
}

.zg_s6 ul li a {
	color: #ffffff;
	font-size: 18px;
	display: block;
	margin: 5px auto 0;
	text-align: center;
}

.zg_s6 ul li a:hover {
	color: #ff5e72;
	text-decoration: underline;
}

.s6_a {
	background-position: -139px -22px !important;
}

.s6_b {
	background-position: -544px -22px !important;
}

.s6_c {
	background-position: -950px -22px !important;
}

.s6_d {
	background-position: -136px -345px !important;
}

.s6_e {
	background-position: -544px -345px !important;
}

.s6_f {
	background-position: -950px -345px !important;
}

.zg_s6 ul li:hover .s6_icon {
	animation: star 1s ease-in-out 0s both normal;
	-webkit-animation: star 1s ease-in-out 0s both normal;
	-ms-animation: star 1s ease-in-out 0s both normal;
	-moz-animation: star 1s ease-in-out 0s both normal;
	-o-animation: star 1s ease-in-out 0s both normal;
}

@keyframes star {
	0% {
		transform: scale(1, 1);
		opacity: 1;
	}

	20% {
		transform: scale(.8, .8);
		opacity: .8;
	}

	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}

@-webkit-keyframes star {
	0% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}

	20% {
		-webkit-transform: scale(.8, .8);
		opacity: .8;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}

@-ms-keyframes star {
	0% {
		-ms-transform: scale(1, 1);
		opacity: 1;
	}

	20% {
		-ms-transform: scale(.8, .8);
		opacity: .8;
	}

	100% {
		-ms-transform: scale(1, 1);
		opacity: 1;
	}
}

@-moz-keyframes star {
	0% {
		-moz-transform: scale(1, 1);
		opacity: 1;
	}

	20% {
		-moz-transform: scale(.8, .8);
		opacity: .8;
	}

	100% {
		-moz-transform: scale(1, 1);
		opacity: 1;
	}
}

@-o-keyframes star {
	0% {
		-o-transform: scale(1, 1);
		opacity: 1;
	}

	20% {
		-o-transform: scale(.8, .8);
		opacity: .8;
	}

	100% {
		-o-transform: scale(1, 1);
		opacity: 1;
	}
}

.zg_s6 ul li:hover .s6_st {
	-webkit-animation: moveFromBottom 400ms ease 100ms;
	-moz-animation: moveFromBottom 400ms ease 100ms;
	-ms-animation: moveFromBottom 400ms ease 100ms;
	-o-animation: moveFromBottom 400ms ease 100ms;
	animation: moveFromBottom 400ms ease 100ms;
}

@keyframes moveFromBottom {
	from {
		transform: translateY(20%);
		opacity: 0;
	}

	to {
		transform: translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(20%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0%);
		opacity: 1;
	}
}

@-moz-keyframes moveFromBottom {
	from {
		-moz-transform: translateY(20%);
		opacity: 0;
	}

	to {
		-moz-transform: translateY(0%);
		opacity: 1;
	}
}

@-ms-keyframes moveFromBottom {
	from {
		-ms-transform: translateY(20%);
		opacity: 0;
	}

	to {
		-ms-transform: translateY(0%);
		opacity: 1;
	}
}

@-o-keyframes moveFromBottom {
	from {
		-o-transform: translateY(20%);
		opacity: 0;
	}

	to {
		-o-transform: translateY(0%);
		opacity: 1;
	}
}

.zg_s6_center {
	position: relative;
	height: 996px;
}

.zg_s6 i {
	position: absolute;
	background: url(../images/s7_border.png) no-repeat;
	width: 1213px;
	height: 502px;
	top: 897px;
	left: 8px;
}

/* s7 */
.zg_s7 {
	background: url(../images/s7.jpg) no-repeat center bottom;
	height: 413px;
	min-width: 1200px;
}

.zg_s7 ul {
	background: url(../images/s7_center.png) no-repeat;
	width: 1070px;
	height: 432px;
	margin-top: -124px;
	position: relative;
	z-index: 10;
	padding: 70px 46px 0 80px;
	border-radius: 10px;
	box-shadow: 0 0 20px #999;
}

.zg_s7 ul li {
	width: 518px;
	height: 50px;
	margin-bottom: 1px;
}

.zg_s7 ul li a {
	display: block;
	width: 518px;
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 18px;
}

.zg_s7 ul li a:hover {
	color: #ff5e72;
	text-decoration: underline;
}

/* s8 */
.zg_s8 {
	background: url(../images/s8.jpg) no-repeat center;
	height: 1057px;
	min-width: 1200px;
	overflow: hidden;
}

.zg_s8_center {
	position: relative;
	height: 1057px;
}

.zg_s8 h2 {
	color: #333;
	font-weight: 700;
	font-size: 53px;
	text-align: center;
	margin-top: 30px;
	letter-spacing: 2px;
}

.zg_s8 h2 span {
	color: #ff5b6f;
}

.zg_s8 em {
	background: url(../images/s8_r.png) no-repeat;
	width: 1020px;
	height: 809px;
	display: block;
	position: absolute;
	top: 136px;
	left: 260px;
}

.zg_s8_l {
	background: url(../images/s8_l.png) no-repeat;
	width: 546px;
	height: 809px;
	position: absolute;
	top: 172px;
	left: -30px;
	z-index: 10;
}

.zg_s8_l strong {
	color: #0350ba;
	font-size: 30px;
	display: block;
	margin: 31px 0 0 29px;
}

.zg_s8_l ul {
	margin-left: 60px;
	margin-top: 100px;
	width: 490px;
}

.zg_s8_l ul li {
	width: 490px;
	height: 30px;
	margin-bottom: 18px;
}

.zg_s8_l ul li a {
	color: #fff;
	font-size: 18px;
	width: 490px;
	display: block;
	height: 30px;
}

.zg_s8_l ul li a:hover {
	text-decoration: underline;
}

.zg_s8_l&gt;a {
	display: block;
	margin: 38px auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #FF5E72;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
}

.sideMenu {
	width: 695px;
	height: 657px;
	position: absolute;
	top: 232px;
	right: 0px;
	box-shadow: 4px 4px 10px #ccc;
}

.slide_btn {
	width: 695px;
	height: 116px;
	background: #d1e2f6;
	cursor: pointer;
	box-shadow: 4px 4px 10px #ccc;
	position: relative;
	z-index: 1;
}

.slide_btn p {
	width: 290px;
	height: 116px;
	margin-left: 104px;
}

.slide_btn p strong {
	color: #333333;
	font-size: 25px;
	font-weight: 700;
	display: block;
	margin-top: 25px;
}

.slide_btn p span {
	font-size: 18px;
	display: block;
	margin-top: 6px;
}

.slide_btn a {
	width: 250px;
	height: 46px;
	display: block;
	background: #196dd4;
	color: #fff;
	text-align: center;
	line-height: 46px;
	box-shadow: 4px 4px 10px #ccc;
	font-size: 18px;
	font-weight: 700;
	margin: 35px 40px 0 0;

}

.slide_content {
	height: 314px;
	width: 695px;
	background: #fff;
	display: none;
	box-shadow: 4px 4px 10px #ccc;
}

.slide_content p {
	color: #333333;
	font-size: 18px;
	line-height: 34px;
	text-indent: 2em;
	width: 300px;
	height: 170px;
	overflow: hidden;
	margin: 68px 0 0 40px;
}

.slide_content img {
	width: 299px;
	height: 168px;
	display: block;
	margin: 76px 32px 0 0;
}

/* s9 */
.zg_s9 {
	background: url(../images/s9.jpg) no-repeat center;
	min-width: 1200px;
}

.zg_s9 h2 {
	color: #333;
	font-weight: 700;
	font-size: 53px;
	text-align: center;
	margin-top: 94px;
	letter-spacing: 2px;
}

.zg_s9 h2 span {
	color: #ff5b6f;
}

.zg_s9 ul {
	width: 844px;
	height: 264px;
	margin: 100px auto 0;
}

.zg_s9 ul li {
	width: 181px;
	height: 264px;
	position: relative;
	perspective: 1000px;
	text-align: center;
	margin-left:25px;
}



.s9_front {
	transform: rotateY(0);
	transition: 0.5s ease-in-out;
	opacity: 1;
	cursor: pointer;
	width: 181px;
	height: 264px;
	position: absolute;
}

.s9_beh {
	width: 181px;
	height: 264px;
	transform: rotateY(90deg);
	transition: 0.5s ease-in-out;
	opacity: 0;
	position: absolute;
}

.zg_s9 li:hover .s9_beh {
	transform: rotateY(0);
	opacity: 1;
}

.zg_s9 li:hover .s9_front {
	transform: rotateY(-90deg);
	opacity: 0;
}

.zg_s9 ul span {
	color: #333333;
	font-size: 18px;
	display: block;
	width: 181px;
	margin-top: 15px;
	text-align: center;
}

.zg_s9_r {
	background: url(../images/s9_r.png) no-repeat;
	width: 577px;
	height: 264px;
	margin-top: 100px;
}

.zg_s9_r strong {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin: 40px 0 25px 56px;
	letter-spacing: 2px;
}

.zg_s9_r p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
	margin-left: 56px;
}

.zg_end {
	color: #ffffff;
	font-size: 18px;
	height: 130px;
	line-height: 150px;
	text-align: center;
	background: #4a4a4a;
	min-width: 1200px;
	margin-top: -116px;
}

/* fixed */
.fixed {
	width: 120px;
	height: 500px;
	position: fixed;
	top: 15%;
	right: 0;
	z-index: 10000;
}

.fixed div {
	background: url(../images/mulu.png) no-repeat;
	width: 96px;
	height: 44px;
	margin: 13px auto 0;
	text-indent: -20000px;
}

.fixed em {
	background: url(../images/close.png) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	right: 0px;
	cursor: pointer;
}

.fixed ul {
	width: 120px;
	margin-top: 7px;
}

.fixed ul li {
	margin-bottom: 12px;
}

.fixed ul li a {
	background: url(../images/banner.jpg) no-repeat;
	background-size: 100% 100%;
	border: 2px solid #fff;
	width: 120px;
	height: 30px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.fixed ul .top {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 70px;
	margin: 0 auto;
	background: url(../images/banner.jpg) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: go 10s ease-in-out alternate infinite;
	-moz-animation: go 10s ease-in-out alternate infinite;
	animation: go 10s ease-in-out alternate infinite;
	cursor: pointer;
}

@keyframes go {
	0% {
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: center center;
		-moz-transform: rotate(0deg);
		-moz-transform-origin: center center;
		transform: rotate(0deg);
		transform-origin: center center;
	}

	100% {
		-webkit-transform: rotate(360deg);
		-webkit-transform-origin: center center;
		-moz-transform: rotate(360deg);
		-moz-transform-origin: center center;
		transform: rotate(360deg);
		transform-origin: center center;
	}
}

.fixed ul li a:hover {
	text-decoration: underline;
}
.cs_qq{width:102px;padding-top: 3px;background:#e42923;position:fixed;_position:absolute;z-index:9999;top:50%;margin-top:-169px;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-400+"px");right:0;}
.cs_qq_close{width: 10px;height: 10px;cursor: pointer;font-size: 0;line-height: 0;margin-left: 89px;transition:transform 0.5s;-moz-transition: -moz-transform 0.5s;-webkit-transition: -webkit-transform 0.5s; -o-transition:-o-transform 0.5s;}
.cs_qq_close:hover{transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform: rotate(180deg);-o-transform:rotate(180deg);}
.cs_qq h4{width: 102px;height: 20px;font:bold 18px/20px 'Microsoft Yahei';color: #fff;text-align: center;letter-spacing: 1px;margin-bottom: 6px;}
.cs_qq_btn{width:94px;padding: 10px 0 10px 8px;background: #f74b46;}
.cs_qq_btn a{display:block;width:74px;height:28px; padding-left:20px;background:url(../images/cs_qq_btnbg.png) 0 center no-repeat;font:normal 16px/28px 'Microsoft Yahei';color:#fff;}
.cs_qq_btn a:hover{color:#ff0;text-decoration: underline;}
.cs_qq_tel{display: block;width: 102px;font:normal 14px/24px 'Microsoft Yahei';color: #fff;text-align: center;padding:8px 0;}
.cs_qq_tel span{display: block;font-size: 16px;}
.cs_qq_img{width:88px;height:88px;padding:7px;background: #fff;}</pre></body></html>