﻿.ticket-form {
	font-size: 14px
}

.ticket-form {
	z-index: 9999
}

.ticket-form ul.nav {
	list-style: none
}

.ticket-form ul.nav li {
	display: inline-block;
	width: 49%;
	text-align: center;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px
}

.ticket-form ul.nav li a {
	color: #0a0a0a
}

.ticket-form ul.nav li.on {
	background: #c83323
}

.ticket-form ul.nav li.on a {
	color: #fff;
	display: block
}

.ticket-form .panel {
	padding: 10px
}

.ticket-form form table tr {
	height: 30px;
	line-height: 30px
}

.ticket-form form table td:first-child {
	text-align: right;
	padding-right: 5px;
	width: 100px
}

.ticket-form .tf-yunying li {
	list-style: none;
	display: inline-block;
	padding-right: 4px
}

.ticket-form .attach_yunying_child li {
	list-style: none;
	padding-right: 4px
}

.ticket-form .tf-yunying li span {
	display: none
}

.ticket-form .tf-checkbox li span {
	display: none
}

.common-form .tf-data {
	position: relative
}

.common-form .clear-icon {
	position: absolute;
	left: 150px;
	top: 8px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../gzzbz-images/closebtn.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: none;
	z-index: 2
}

.common-form .tf-submit {
	position: relative
}

.common-form .loadingif {
	display: none;
	position: absolute;
	top: 11px;
	left: 10px;
	width: 15px;
	height: 15px;
	background: url(../gzzbz-images/loading1.gif) no-repeat;
	background-size: 100%
}

.common-form .custom_survey ul,
.common-form .custom_survey_child ul,
.common-form .survey ul,
.common-form .survey_child ul {
	width: 350px;
	overflow: hidden
}

.common-form .custom_survey li,
.common-form .survey li {
	float: left;
	width: 90px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center
}

.common-form .custom_survey li.on,
.common-form .survey li.on {
	border: 1px solid red;
	color: #ff4500
}

.common-form .custom_survey_child li,
.common-form .survey_child li {
	float: left;
	width: 98px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	line-height: 35px;
	text-align: center
}

.common-form .custom_survey_child li.on,
.common-form .survey_child li.on {
	border: 1px solid red;
	color: #ff4500
}

.common-form li input[type=checkbox] {
	opacity: 0
}

.common-form .tf-data .duihao-quan {
	position: relative;
	left: 10px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid #aaa;
	border-radius: 50%;
	background: #aaa
}

.common-form .tf-data .duihao-icon {
	display: inline-block;
	width: 4px;
	height: 8px;
	margin-top: 1px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}

.common-form .tf-data .duihao-quan.on {
	background: #ff4500;
	border: 2px solid #ff4500
}

.common-form .substitute {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 168px;
	padding: 3px 6px;
	border-radius: 4px;
	border: 1px solid #f0f0f0
}

.ticket-form form input[type=text] {
	padding: 3px 6px;
	border-radius: 4px;
	border: solid 1px #f0f0f0
}

.ticket-form form input[type=submit] {
	padding: 6px 24px;
	border-radius: 4px;
	border: solid 1px #f0f0f0;
	background: #972f9e;
	color: #fff;
	cursor: pointer
}

.ticket-form .verify-tip-tr {
	height: 0;
	line-height: 0
}

.ticket-form .tf-label {
	text-align: right;
	padding-right: 5px;
	width: 100px
}

.ticket-form .tf-item {
	padding: 8px 0 8px 0
}

.ticket-form .address .tf-data {
	width: 70%
}

.dw-modal .dw {
	position: fixed;
	top: 50%!important;
	left: 50%!important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ticket-form .verify-code {
	padding: 5px 5px;
	border-radius: 4px;
	border: solid 1px #f0f0f0;
	background: #434ec1;
	color: #fff;
	cursor: pointer
}

.verify-phone-code {
	float: left;
	width: 110px
}

.verify-phone-code input {
	width: 100%
}

#zt .dp_warp {
	z-index: 9!important
}

.dlgvcode {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .8)
}

.dlgvcode .dlgvcode_c {
	width: 255px;
	margin: 200px auto;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	font-size: 16px
}

.dlgvcode .vcode_t {
	padding: 10px 0;
	color: #666
}

.dlgvcode .dlgvcode_c input,
.ticket-form form .dlgvcode .dlgvcode_c input[type=text] {
	width: 145px!important;
	height: 28px!important;
	padding: 3px 6px!important;
	vertical-align: top;
	-webkit-box-sizing: content-box!important;
	color: #333!important;
	background-color: #f8f8f8!important;
	border-color: #e1e1e1!important;
	float: left!important
}

.ticket-form form .dlgvcode .dlgvcode_c input[type=text]::-webkit-input-placeholder {
	color: #999
}

.ticket-form form .dlgvcode .dlgvcode_c input[type=text]::-moz-placeholder {
	color: #999
}

.ticket-form form .dlgvcode .dlgvcode_c input[type=text]::-moz-placeholder {
	color: #999
}

.ticket-form form .dlgvcode .dlgvcode_c input[type=text]::-ms-input-placeholder {
	color: #999
}

.dlgvcode .dlgvcode_c img {
	display: inline-block!important;
	height: 34px!important;
	margin-left: 5px;
	width: 86px!important
}

.dlgvcode .vcode_btn {
	text-align: center;
	padding-top: 30px;
	height: 30px
}

.dlgvcode .vcode_btn a {
	padding: 8px 30px;
	border-radius: 8px;
	color: #fff!important;
	margin: 10px 5px 0;
	background-color: #ff4242
}

#zt .ticket-form .survey.old li {
	height: auto!important;
	border-radius: .2rem
}

#zt .ticket-form .survey.old li.on {
	height: auto!important
}

#zt .ticket-form .survey.old li label p {
	display: none
}

#jiawei.is_wap {
	margin-bottom: .75rem
}

#jiawei.is_wap h3 {
	color: #333;
	font-size: .55rem!important
}

#jiawei.is_wap h4 {
	color: #ff3b50;
	font-size: .55rem!important
}

#jiawei.is_wap h4 span {
	font-size: .55rem!important
}

#jiawei.is_wap .img_text {
	margin: .65rem auto .5rem;
	text-align: center
}

#jiawei.is_wap .erweima {
	display: block;
	margin: .8rem auto .4rem;
	width: 3.78rem;
	height: 3.78rem;
	border: .32rem solid #fff;
	border-radius: .1rem
}

#jiawei.is_wap .weixin_name {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-size: .55rem!important;
	padding: .3rem .9rem;
	background: #eff1f3;
	border-radius: 6px
}

#jiawei.is_wap .weixin_name p {
	font-size: .55rem!important
}

#jiawei.is_wap .weixin_name p span {
	font-size: .55rem!important
}

#jiawei.is_wap .weixin_name .toclick {
	color: #2064be;
	font-size: .475rem!important
}

#jiawei.is_wap .tips {
	color: #999;
	font-size: .48rem!important;
	text-align: center
}

#jiawei.is_pc {
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left
}

#jiawei.is_pc h3 {
	color: #333
}

#jiawei.is_pc h4 {
	color: #ff3b50
}

#jiawei.is_pc .img_text {
	margin-top: 20px;
	text-align: center
}

#jiawei.is_pc .erweima {
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	border-radius: 8px
}

#jiawei.is_pc .weixin_name {
	width: 150px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	font-size: 12px!important
}

#jiawei.is_pc .weixin_name p {
	color: #999;
	font-size: 12px!important;
	margin-top: 8px
}

.layui-m-layer0 .layui-m-layerchild {
	border-radius: 5px
}

.g-d {
	width: 1190px;
}

#gototop {
	left: auto !important;
}

#header0 {
	width: 1190px;
	margin: 0 auto;
	color: #7d7d7d;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	font-family: 'Microsoft Yahei'
}

#header0 a {
	color: #7d7d7d;
	font-size: 12px;
	text-decoration: none;
}

#header0 span {
	text-align: center;
	float: left;
	margin: 0 10px;
}

.nav {
	height: 22px;
	line-height: 22px;
}

.nav li {
	padding: 0 5px;
}

.nav a {
	color: #7D7D7D
}

.nav .basic {
	width: 220px;
}

.nav .cates {
	width: 600px;
	top: 0;
	left: 245px;
}

.nav .other {
	width: 200px;
	top: 0;
	right: 0;
}

.Myshare {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	float: right;
	background: #4678CB;
	padding: 0;
	position: fixed;
	right: -164px;
	height: 50px;
	top: 100px;
	max-width: 200px;
}

.Myshare .First {
	width: 30px;
	layout-flow: horizontal;
	font-family: 'microsoft yahei';
	color: white;
	font-size: 15px;
	text-align: center;
	float: left;
	line-height: 24px;
	cursor: pointer;
}

.Myshare .Sec {
	float: right;
	background: white;
	padding-left: 10px;
	height: 50px;
}

.bdsharebuttonbox {
	padding-top: 3px;
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#zt img {
	display: block;
	border: none;
}

i,
b,
em,
span {
	font-style: normal;
}

#zt .clear {
	clear: both;
}

#fiexd,
.hot,
.two>div,
.two-logo,
.min-two>div,
.three>span,
.sj li,
#huodong,
#tab ul,
#map,
.dbpend,
.ots i,
.twobox,
.sjbox,
.zs {
	overflow: hidden;
}

#zt #sp_cp li {
	position: fixed;
	top: 100px;
	left: 50%;
	z-index: 999;
	display: none;
}

#zt #sp_cp em {
	color: #fff;
	font-size: 14px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #000;
	position: absolute;
	top: -5px;
	right: -5px;
	text-align: center;
	cursor: pointer;
}

#sp_cp li:nth-child(1) {
	margin-left: -650px;
}

#sp_cp li:nth-child(2) {
	margin-left: 530px;
}

#zt #sp_cp a {
	display: black;
	width: 120px;
	height: 270px;
}

#zt #banner {
	width: 100%;
	height: 538px;
	overflow: hidden;
	background: url(../gzzbz-images/1204.png) center top;
}

#zt .w1300 {
	width: 1300px;
	position: relative;
	height: 538px;
	margin: 0 auto;
}

#zt .sp_time {
	color: #fff;
	font-size: 29px;
	width: 500px;
	text-align: center;
	line-height: 45px;
	position: absolute;
	bottom: 184px;
	left: 394px;
}

#zt #gm {
	position: absolute;
}

#zt .wh_gm {
	top: 116px;
	left: 531px;
}

#zt .sp_box {
	width: 320px;
	height: 465px;
	background: url(../gzzbz-images/sp_bg2.png);
	position: absolute;
	top: 0;
	right: 0;
}

#zt #formEdit {}

#zt .sp_box h3 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 100px;
}

#zt .sp_box .inText {
	width: 220px;
	margin: 20px auto;
	clear: both;
}

#zt .sp_box .inText label {
	color: #fff;
	font-size: 16px;
	float: left;
}

#zt .sp_box .inStyle input {
	width: 150px;
	flaot: left;
}

#zt .sp_box .info {
	color: #dae5f6;
	width: 190px;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}

#zt .sp_box .btn {
	width: 125px;
	height: 125px;
	background: #fff;
	border: none;
	border-radius: 50%;
	display: block;
	box-shadow: 0 0 10px #6e8ebd;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -62px;
	color: #006eb3;
	font-size: 24px;
	font-weight: bold;
}

#zt #fiexd {
	width: 100%;
	height: auto;
	background: fixed url(../gzzbz-images/bg.jpg) center top;
	padding-bottom: 30px;
}

#zt #fiexd a {
	text-decoration: none;
	display: block;
}

#zt .hot {
	width: 1056px;
	margin: 0 auto;
	clear: both;
}

#zt .hot-title {
	width: 1056px;
	margin: 0 auto;
}

#zt .hot-title li {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	width: 1056px;
	height: 55px;
	float: left;
	position: relative;
}

#zt .hot-left {
	background: url(../gzzbz-images/new.png) center top;
}

#zt .hot-1:before {
	content: '';
	width: 24px;
	height: 29px;
	background: url(../gzzbz-images/ps.png) -1776px -648px;
	position: absolute;
	top: 10px;
	left: 400px;
}

#zt .hot-2:before {
	content: '';
	width: 26px;
	height: 28px;
	background: url(../gzzbz-images/ps.png) -1822px -648px;
	position: absolute;
	top: 10px;
	left: 400px;
}

#zt .hot-sj {
	margin-top: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

#zt .hot-sj li {
	width: 148px;
	height: 100px;
	position: relative;
	float: left;
	margin: 1px;
}

#zt .black {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}

#zt .black i {
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 45px
}

#zt .black a {
	display: block;
	background: #fff;
	width: 102px;
	height: 22px;
	font-size: 16px;
	text-align: center;
	color: #000;
	border-radius: 10px;
	position: absolute;
	bottom: 12px;
	left: 24px;
}

#zt .black-x {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	display: none;
}

#zt .title {
	margin-top: 30px;
	margin-bottom: 10px;
}

#zt .title-center {
	overflow: hidden;
	height: 50px;
}

.title-center i,
.title-center em {
	width: 290px;
	height: 15px;
	position: relative;
	top: -5px;
}

#zt .title-center i {
	background: url(../gzzbz-images/ps.png) -60px -821px;
	margin-right: 35px;
}

#zt .title-center em {
	background: url(../gzzbz-images/ps.png) -360px -821px;
	margin-left: 35px;
}

#zt .title-center b {
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
}

.title-center b,
.title-center i,
.title-center em {
	display: inline-block;
}

#zt .title p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

#zt .twobox {
	width: 1060px;
	margin: 0 auto;
	color: #7a5f3f;
}

.two>div {
	background: #fff;
	padding-bottom: 60px;
	position: relative;
	float: left;
}

.two>div .sp_show {
	margin: 6px;
	display: block;
	height: 224px;
}

.two>div b,
.two>div i {
	display: inline-block;
	font-size: 17px;
}

.two>div b {
	font-weight: bold;
}

.two>div p {
	text-align: left;
	position: absolute;
	height: 60px;
	width: 70%;
	text-indent: 8px;
	bottom: 3px;
	font-size: 17px;
	box-sizing: border-box;
}

#zt .two-logo {
	position: absolute;
	width: 140px;
	height: 57px;
	top: 230px;
	right: 8px;
}

#zt .two-logo img {
	width: 100%;
	height: 100%;
}

#zt .two-left {
	width: 460px;
}

#zt .two-right {
	width: 598px;
	margin-left: 1px;
}

#zt .min-two {
	margin-top: 1px;
	margin-bottom: 1px;
}

.min-two>div {
	background: #fff;
	width: 529px;
	float: left;
}

.min-two>div:nth-child(2) {
	margin-left: 1px;
}

#zt .min-two-l {
	width: 294px;
	height: 156px;
	float: left;
	margin: 4px;
}

#zt .min-two-r {
	width: 100px;
	height: 36px;
	float: right;
	margin-top: 15px;
	margin-right: 70px;
}

#zt .min-two b {
	font-weight: bold;
}

.min-two b,
.min-two i {
	display: inline;
	font-size: 16px;
}

#zt .min-two p {
	width: 190px;
	float: right;
	margin-right: 20px;
	margin-top: 16px;
}

#zt .sjbox {
	width: 1059px;
	margin: 0 auto;
}

.three>span {
	background: #fff;
	width: 422px;
	float: left;
	margin-right: 1px;
	position: relative;
}

.three>span .sp_show {
	margin: 8px;
	width: 406px;
	height: 278px;
}

.three>span em {
	position: absolute;
	width: 30px;
	height: 68px;
	top: 8px;
	left: 20px;
}

#zt .three-em1 {
	background: url(../gzzbz-images/ps.png) -1850px -708px;
}

#zt .three-em2 {
	background: url(../gzzbz-images/ps.png) -1810px -708px;
}

.three>span em i {
	color: #fff;
	font-size: 18px;
	width: 20px;
	text-align: center;
	margin: 0 auto;
	padding-top: 5px;
}

#zt .three-r {
	float: left;
}

#zt .sj li {
	width: 210px;
	height: 294px;
	background: #fff;
	text-align: center;
	position: relative;
	margin: 0 1px 1px 1px;
	float: left;
}

#zt .sj li .sp_show {
	margin: 10px 9px;
	border: solid 1px #dedede;
}

#zt .sj li h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}

#zt .sj li i {
	font-size: 14px;
	line-height: 22px;
}

.sj li h1,
.sj li i {
	color: #4b4b4b
}

#zt .rmb {
	position: absolute;
	width: 100%;
	bottom: 3px;
	line-height: 29px;
}

#zt .rmb1 {
	color: #fff;
	background: url(../gzzbz-images/blue-react.png);
	height: 29px;
}

#zt .rmb2 {
	background: url(../gzzbz-images/react.png);
	height: 29px;
	color: #474848;
}

#zt .rmb em {
	font-size: 14px;
	display: inline;
}

#zt .rmb b {
	font-size: 22px;
	display: inline;
}

#zt .sjz {
	margin-top: 1px;
}

.sjz li:nth-child(1) {
	margin-left: 0px !important;
}

#zt .zstop li {
	text-align: center;
	background: url(../gzzbz-images/ps.png) 0 -648px;
	height: 67px;
	line-height: 67px;
	color: #45698d;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-right: 1px;
}

#zt .z1 {
	width: 64px;
}

#zt .z2 {
	width: 92px;
}

#zt .z3 {
	width: 80px;
}

#zt .z4 {
	width: 146px;
}

#zt .zscon {
	clear: both;
}

#zt .zscon li {
	background: #fff;
	height: 34px;
	line-height: 34px;
	text-align: center;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	color: #474848;
}

#zt .zscon li.z4 {
	color: #f2ad41 !important;
}

.zstop,
.zscon {
	width: 1058px;
	margin: 0 auto;
}

#zt #huodong {
	background: #c5e7ff;
	padding-bottom: 30px;
}

#zt .huodongtop {
	width: 100%;
	height: 100px;
	background: url(../gzzbz-images/ps.png) center top;
}

#zt .huodongtitle b {
	font-weight: bold;
}

.huodongtitle i,
.huodongtitle b,
.huodongtitle em {
	display: inline-block;
	color: #006eb3;
	font-size: 45px;
	line-height: 100px;
}

#zt .huodongtitle em {
	margin-left: 35px;
	position: relative;
	top: 5px;
}

#zt .huodongtitle em {
	width: 39px;
	height: 46px;
	background: url(../gzzbz-images/ps.png) -1865px -648px;
}

#zt #arrow {
	width: 1054px;
	margin: 20px auto;
	color: #006eb3;
	background: url(../gzzbz-images/ps.png) 0 -726px;
	height: 85px;
}

#zt #arrow b {
	font-weight: bold;
}

#zt #arrow h2 {
	font-weight: normal;
	font-size: 22px;
	width: 45px;
	margin-top: 15px;
	margin-left: 36px;
	margin-right: 30px;
}

#arrow>div {
	font-size: 16px;
	margin-top: 20px;
	width: 235px;
	text-align: center;
}

#arrow h2,
#arrow>div {
	float: left;
}

#zt #teb {
	width: 1050px;
	height: 42px;
	margin: 0 auto;
	background: url(../gzzbz-images/ps.png) -141px -908px;
}

#teb>div {
	float: left;
	color: #016eb3;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
}

#zt .t1 {
	width: 113px;
}

#zt .t234 {
	width: 233px;
	font-weight: bold;
}

#zt #tab {
	border: solid 1px #69a8eb;
	overflow: hidden;
	width: 1050px;
	margin: 0 auto;
}

#zt #tab ul li {
	background: #fff;
	height: 90px;
	float: left;
}

#zt .tab-blue {
	color: #006eb3;
}

.ta1 i,
.ta1 b {
	margin-left: 20px;
}

#zt .ta1 i {
	margin-top: 30px;
}

#zt .ta1 b {
	font-weight: bold;
	line-height: 90px;
}

#zt .ta1 {
	width: 111px;
	font-size: 18px;
}

#zt .tab312 {
	width: 233px;
	margin-left: 1px;
	position: relative;
}

#zt .tabtop:after {
	content: '';
	width: 79px;
	height: 46px;
	background: url(../gzzbz-images/ps.png) 0 -904px;
	position: absolute;
	right: 10px;
	top: 23px;
	display: none;
}

#zt .tab312 p {
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
}

#zt .tab-red {
	color: #e66201;
}

#zt .tabbottom:after {
	content: '';
	width: 42px;
	height: 40px;
	background: url(../gzzbz-images/ps.png) -87px -910px;
	position: absolute;
	right: 10px;
	top: 23px;
	display: none;
}

.tab-blue,
.tab-red {
	margin-bottom: 1px;
}

.tab-foot>div {
	background: #fff;
	height: 50px;
}

#zt .ta2 {
	width: 111px;
}

#zt .tamax {
	width: 938px;
	margin-left: 1px;
	line-height: 50px;
	color: #ff0404;
	font-size: 16px;
	text-align: center;
}

.ta2,
.tamax {
	float: left;
}

.tamax i,
.tamax em {
	display: inline-block;
}

#zt .tamax em:after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../gzzbz-images/ps.png) -1702px -648px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-left: 10px;
}

#zt .tamax em:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../gzzbz-images/ps.png) -1702px -648px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

#zt .tamax i {
	margin-left: 10px;
}

#zt .tamax em {
	margin-left: 50px;
}

#zt .tabend {
	background: #006eb3;
	padding: 5px 0;
}

#zt .tabend p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	width: 990px;
	margin: 0 auto;
}

#zt #map {
	background: #c5e7ff;
	padding-bottom: 30px;
}

#zt .maptop {
	width: 100%;
	height: 100px;
	background: url(../gzzbz-images/ps.png) center -110px;
}

#zt .maptitle b {
	font-size: 45px;
	font-weight: bold;
	color: #006eb3;
	line-height: 100px;
}

#zt .maptitle em {
	width: 47px;
	height: 46px;
	background: url(../gzzbz-images/ps.png) -1702px -704px;
	margin-left: 20px;
}

.maptitle b,
.maptitle em {
	display: inline-block;
}

#zt .mapbox {
	width: 1045px;
	margin: 30px auto;
}

#zt .map {
	width: 652px;
	height: 373px;
	border: solid 2px #aad9f9;
}

#zt #dituContent {
	width: 652px;
	height: 373px;
}

.map,
.lu {
	float: left;
}

#zt .lu {
	width: 389px;
	height: 373px;
	background: #fff;
	margin-top: 1px;
}

#zt .lu ul {
	margin-left: 30px;
	margin-top: 10px;
}

#zt .lu ul li {
	margin-bottom: 10px;
}

#zt .lu ul li i {
	color: #1b1919;
	font-size: 18px;
	line-height: 22px;
	margin-left: 5px;
	width: 320px;
}

#zt .lu ul li span {
	width: 90px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

#zt .s1 {
	background: #ff9c00;
}

#zt .s2 {
	background: #e170a7;
}

#zt .s3 {
	background: #4397ff;
}

#zt .dbptop {
	width: 100%;
	height: 100px;
	background: url(../gzzbz-images/ps.png) center -220px;
}

#zt .dbptitle {
	color: #fff;
	font-size: 45px;
	line-height: 100px;
}

#zt .dbptitle b {
	font-weight: bold;
}

#zt .dbptitle em {
	width: 41px;
	height: 46px;
	background: url(../gzzbz-images/ps.png) -1759px -708px;
	position: relative;
	top: 7px;
}

.dbptitle i,
.dbptitle b,
.dbptitle em {
	display: inline-block;
}

#zt .dbpend {
	width: 100%;
	height: 309px;
	background: url(../gzzbz-images/ps.png) center -329px;
}

#zt .dbpcon {
	width: 1059px;
	margin: 0 auto;
}

#zt .dbp-l {
	margin-top: 50px;
	float: left;
}

#zt .dbp-l h1 {
	color: #5c0b0b;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ots em,
.ots i {
	display: inline-block;
}

#zt .ots em {
	color: #581414;
	font-size: 40px;
	background: #e7b82f;
	width: 23px;
	line-height: 32px;
	text-align: right;
}

#zt .ots i {
	color: #5c0b0b;
	font-size: 12px;
	height: 32px;
	width: 370px;
}

#zt .ots {
	margin-bottom: 10px;
}

#zt .dbp-r {
	width: 603px;
	height: 164px;
	background: url(../gzzbz-images/ps.png) -1079px -648px;
	float: right;
	margin-top: 70px;
}

#zt #sp_on {
	width: 738px;
	height: 520px;
	background: #4397ff url(../gzzbz-images/sp_tc3.jpg) no-repeat;
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: -369px;
	z-index: 1001;
	display: none;
}

#zt .close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

#zt #sp_on h4 {
	font-size: 52px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
}

#zt .add {
	width: 420px;
	margin: 10px auto;
}

#zt .add i {
	color: #fff;
	font-size: 18px;
}

.add i:nth-child(1) {
	float: left;
}

.add i:nth-child(2) {
	float: right;
}

#zt #sp_on .inText {
	width: 420px;
	margin: 10px auto;
	overflow: hidden;
}

#zt #sp_on .inText label {
	color: #fff;
	font-size: 20px;
	float: left;
}

#zt #sp_on .inStyle input {
	width: 330px;
	height: 32px;
}

#zt #sp_on .btn {
	width: 339px;
	height: 88px;
	background: url(../gzzbz-images/icon.png);
	color: #7fafd9;
	font-size: 32px;
	text-align: center;
	line-height: 88px;
	border: none;
	display: block;
	margin: 0 auto;
}


/**/

.success,
.err {
	float: left !important;
	display: block !important;
}

#zt .pop {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
}

#zt .zt_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	display: none;
	z-index: 1000
}

#zt .zt_tc {
	width: 600px;
	overflow: hidden;
	border: solid red 1px;
	text-align: center;
	position: fixed;
	padding: 10px;
	font-size: 20px;
	background: #fff;
	z-index: 1001;
}

#zt .zt_tc span {
	color: red;
	display: line-block
}

#zt .zt_tc h3 {
	margin-bottom: 10px;
}

#zt .tc_close {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
	cursor: pointer;
}

#zt .go_next {
	width: 400px;
	height: 40px;
	line-height: 40px;
	background: red;
	color: #fff;
	text-align: center;
	margin: 10px auto;
	cursor: pointer;
}

#zt .suopiao_bg {
	background: rgba(255, 255, 255, 0.1);
	width: 347px;
	height: 650px;
	position: absolute;
	right: 1px;
	top: 0;
	z-index: 95;
	border: solid 1px #ff4b4a;
}

#zt .ticket_box {
	width: 320px;
	position: absolute;
	right: 0px;
	top: 140px;
	z-index: 99;
}

#zt .ticket_box2 {
	width: 628px;
	height: 304px;
	position: absolute;
	right: 0px;
	top: 150px;
	z-index: 99;
}

#zt .sp_tit {
	width: 100%;
	font-size: 30px;
	color: #ffc;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 8px 0;
}

#zt .ticket_box .nav {
	width: 307px;
	height: 39px;
	border-bottom: 1px solid #ffc;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 20px;
}

#zt .ticket_box2 .nav {
	width: 307px;
	height: 39px;
	border-bottom: 1px solid #ffc;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 20px;
}

#zt .ticket-form ul.nav li {
	width: 48%;
	background: #ffc;
	border-left: none;
	border-radius: 10px 10px 0 0;
	color: #bb1a29;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ffc;
}

#zt .ticket-form ul.nav li.on {
	margin-right: 2%;
	border-radius: 10px 10px 0 0;
	background: #bb1a29;
	border-bottom: 2px solid #bb1b20;
}

#zt .ticket-form ul.nav li.on a {
	color: #fff;
}

#zt .ticket-form ul.nav li a {
	color: #bb1a29;
}

#zt .ticket-form form table tr {
	height: 40px !important;
}

#zt .hint {
	font-size: 12px !important;
}

#zt .err {
	font-size: 12px !important;
}

#zt .tf-radio {
	overflow: hidden !important;
	position: relative !important;
	color: #ffc;
	line-height: 31px;
}

#zt .tf-radio li {
	float: left !important;
	padding: 0 10px;
}

#zt .tf-radio .success {
	position: absolute !important;
	right: 140px !important;
	top: 8px !important;
}

#zt .tf-radio .hint {
	position: absolute !important;
	right: 12px !important;
	color: #fff;
	top: 5px;
}

#zt span.err {
	color: #fff;
}

#zt .hint {
	color: #fff;
}

#zt .tf-radio span.err {
	position: absolute !important;
	right: 12px !important;
	color: #fff!important;
}

.ticket-form form input[type="submit"] {
	padding: 0 !important;
	width: 154px !important;
	height: 45px !important;
	line-height: 45px !important;
	font-size: 20px !important;
	border: none !important;
	border-radius: 6px !important;
	margin-top: 15px;
	background-image: url("../gzzbz-images/btn_bg.png") !important;
	background-size: 100% 100%;
	font-weight: bold;
	color: #bb1a29 !important;
}

.ticket_box2 .ticket-form form input[type="submit"] {
	width: 339px !important;
	height: 88px !important;
	line-height: 88px !important;
	font-size: 32px !important;
	margin-top: 0;
	margin-left: -100px;
	background: url("gzzbz-images/icon.png") !important;
	background-size: 100% 100%;
	font-weight: bold;
	color: #7fafd9 !important;
}

.search_panel form .sms-data input[type="submit"] {
	width: 100px !important;
	height: 30px !important;
	font-size: 12px !important;
	margin-top: 8px;
	line-height: 32px !important;
}

#zt .ticket-form select {
	width: 63px !important;
	background-color: #b11826;
	border: 1px solid #ffc;
	color: #ffc;
	height: 33px;
	width: 24%;
	border-radius: 3px;
	margin-right: 1.5%;
}

#zt .tf-checkbox li {
	float: left;
	height: 22px;
	margin-right: 5px;
}

#zt .tf-checkbox {
	overflow: hidden;
	height: auto !important;
	margin-bottom: 5px;
}

.ticket-form * {
	font-size: 16px !important;
}

.ticket_box2 .ticket-form * {
	font-size: 16px !important;
}

#zt .tf-survey-child li {
	float: left;
	margin-right: 5px;
}

#zt .ticket-success p {
	width: 300px !important;
	margin: 0 auto !important;
	text-align: center !important;
	font-size: 18px !important;
}

#zt .ticket-form .tf-submit {
	text-align: center;
}

#zt .ticket-form .tf-radio {
	width: 200px;
	;
}

#zt .ticket-form .verify-tip {
	postion: relative
}

#zt .ticket-form .tf-checkbox {
	width: 231px;
	color: #ffc;
}

#zt .ticket-form .wedding_date .tf-data {
	width: 260px;
}

#zt .tf-data select {
	width: 82px !important;
	margin-bottom: 6px;
	font-size: 12px !important;
	text-indent: -0.05em;
}

#zt .channel_id .tf-data select {
	width: 256px !important;
}

#zt .wedding_date .tf-data span.err {
	position: absolute;
	display: none;
}

#zt .wedding_date .tf-data span.hint {
	position: absolute;
	display: none;
}

#zt .name .tf-data span.err {
	display: none;
}

#zt .name .tf-data span.hint {
	display: none;
}

#zt .phone .tf-data span.err {
	display: none;
}

#zt .phone .tf-data span.hint {
	display: none;
}

#zt .address .tf-data span.err {
	display: none;
}

#zt .address .tf-data span.hint {
	display: none;
}

#zt .email .tf-data span.err {
	display: none;
}

#zt .email .tf-data span.hint {
	display: none;
}

#zt .step-2_1 span.hint {
	position: absolute;
	display: none;
}

#zt .ticket-form span.success {
	display: none;
}

#zt .tf-custom_checkbox li {
	float: left;
	margin: 0 5px;
}

#zt .tf-label {
	float: left;
	display: inline-block;
	line-height: 32px;
	color: #fff;
}

#zt .ticket_box2 .tf-label {
	float: left;
	display: inline-block;
	line-height: 32px;
	color: #979da8;
	letter-spacing: 2px;
}

#zt .tf-item .tf-data {
	width: 170px;
}

#zt .ticket_box2 .tf-item .tf-data {
	width: 332px;
}

#zt .tf-custom_survey-child li {
	float: left;
}

#zt .verify-tip-tr {
	height: 20px !important;
	clear: both !important;
}

.ticket-form form input[type="text"] {
	padding: 8px 0 4px 8px !important;
	width: 170px;
	color: #a1a1a1;
	background-color: #fff;
	border-color: #a1a1a1 !important;
}

.ticket_box2 .ticket-form form input[type="text"] {
	padding: 4px 0 8px 8px !important;
	width: 332px;
	color: #a1a1a1;
	background-color: #fff;
	border-color: #a1a1a1 !important;
}

#zt .ticket-form .tf-item {
	padding-bottom: 0 !important;
}

#zt .tf-child-data {
	color: #ffc;
}

#zt .ticket-form .tf-item {
	padding: 6px 0 8px 0;
}

#zt .ticket_box2 .ticket-form .tf-item {
	padding: 3px 0 2px 0;
}

#zt .ticket-form .survey_child {
	padding-bottom: 11px !important;
}

#zt .ticket-form .tf-label {
	width: 50px !important;
}

#zt .ticket-form .address .tf-label {
	letter-spacing: 1px !important;
}

#zt .ticket_box2 .ticket-form .tf-label {
	width: 80px !important;
}

#zt .search_panel {
	color: #ffc;
}

#zt .search_panel h3 {
	text-align: center;
	display: none;
}

#zt .search_panel p {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#zt .ticket-success p {
	color: #ffc;
	font-size: 20px;
	font-weight: bold;
}

#zt .ticket-form select {
	background-color: #54bfe9;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
}



.sp_btn{
	background-color: #ffc021;
	background-image: linear-gradient(-30deg, #FFC107, #ed7915);
	border-radius: 40px;
	color: #FFFFFF;
	padding: 6px 16px;
	font-size: 18px;
	margin-top: 30px;
	box-shadow: 4px 6px 6px rgba(237, 139, 33, 0.55);
}
.sp_btn:hover{
	text-decoration: none;
	background-color: #f4891a;
	background-image: linear-gradient(-30deg, #ef6929, #fa6032);
}
#zt .sub_sp_tit {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
#zt .sub_bt {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    padding: 0px 10px;
}


.get_tic {
	width: 100%;
	height: 98px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .7);
	z-index: 200;
	display: none;
}

.get_in {
	width: 1059px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.get_in_l {
	width: 396px;
	height: 159px;
	background: url(../gzzbz-images/dipiao_1.png) no-repeat;
	background-position-y: 3px;
	/*position: absolute;*/
	left: 0px;
	bottom: 0px;
}

.get_in_r_qr {
	width: 174px;
	height: 98px;
	background: url(../gzzbz-images/dipiao_3.png) no-repeat;
	background-position: 20px;
	background-size: 70%;
	padding: 15px 30px;
	box-sizing: border-box;
	/*position: relative;*/
	margin-right: 22px;
}

.get_in_r {
	width: 607px;
	height: 98px;
	/* background: #082331; */
	background: url(../gzzbz-images/dipiao_2.png) repeat-x;
	background-size: 100%;
	background-position-y: -43px;
	padding: 15px 80px 15px 30px;
	box-sizing: border-box;
	/*position: relative;*/
}

.fr {
	float: right;
}

.ipt_btn {
	position: absolute;
	top: 27px;
	right: 225px;
}

.ipt_btn a {
	display: inline-block;
	width: 138px;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 50px;
	border: 0px;
	background: #008ee3;
	box-shadow: 2px 2px 5px #92cff3;
	border-radius: 10px;
}

.ipt_btn a:hover {
	text-decoration: none;
	background-color: #006EB3;
}

.quick-msg-box {
	position: absolute;
	left: 30px;
	bottom: 0px;
	height: 25px;
	line-height: 25px;
	/* color: #d80c18; */
	width: 250px;
}

.close {
	width: 22px;
	height: 22px;
	background: url(../gzzbz-images/close.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 4px;
	cursor: pointer;
}






.wrap_mar {
	width: 1200px;
	margin: auto;
	padding: 0px 0px 10px;
}

.vip-footer {
	background-color: #f7f8fa;
	text-align: center;
}

.v-footer-box {
	max-width: 1200px;
	margin: 0px auto;
}

.vip-footer .list-group {
	margin: 0 20px;
	padding: 5px 0;
	border: none !important
}

.vip-footer .list-group>.list-group-item {
	padding-left: 0;
	padding-right: 0;
	border-color: #f3f3f3;
	border-bottom: 0;
	border-left: 0;
	border-right: 0
}

.vip-footer .list-group>.list-group-item:first-child {
	border-top: none
}

.vip-footer .list-group>.list-group-item a {
	font-size: 14px;
	display: block;
	width: 300px;
	overflow: hidden;
	height: 14px;
}

.vip-footer .list-group>.list-group-item>span {
	float: right;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #787878;
	line-height: 18px
}

.vip-footer .col-md-6 {
	padding-left: 10px !important;
	padding-right: 10px !important
}

.vip-footer .col-md-12 {
	padding-left: 10px !important;
	padding-right: 10px !important
}

.v-jm-pages ul {
	text-align: center;
}

.v-jm-pages li {
	display: inline-block;
	color: #d3d3d3;
	font-size: 14px;
	line-height: 2;
	font-family: microsoft yahei;
}

.v-jm-pages li a:hover {
	color: #ed1516;
	text-decoration: none;
}

.v-jm-pages li a {
	font-size: 14px;
	color: #ededed;
	text-decoration: none;
	font-family: microsoft yahei;
	padding: 0 2px;
}

.fl1 {
	float: left;
	display: inline;
}

.fr1 {
	float: right;
	display: inline;
}

.footer {
	background: #353535;
	width: 100%;
	padding-bottom: 10px;
}

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

.footerTop {
	height: 250px;
}

.footerTop .left {
	width: 600px;
}

.touFang {
	height: 88px;
	border-bottom: 1px solid #484848;
}

.touFang p {
	background: url('../gzzbz-images/call.png') no-repeat left center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	padding-left: 36px;
	margin-top: 32px;
}

.touFang p em {
	font-size: 18px;
	font-family: Arial;
	display: inline-block;
}

.touFang .p1 {
	margin-right: 72px;
}

.footerTop .zhaoShang {
	padding-bottom: 12px;
}

.footerTop .zhaoShang .p1 {
	height: 68px;
	line-height: 68px;
	font-size: 15px;
}

.footerTop .zhaoShang .p1 a {
	color: #ededed;
	margin-right: 40px;
}

.footerTop .zhaoShang .p1 a:hover{
	color: #ed1516;
	text-decoration: none;
}

.footerTop .zhaoShang .p2 {
	color: #7d7d7d;
	font-size: 12px;
	margin-bottom: 10px;
}

.footerTop .zhaoShang .p2 .icp {
	width: 106px;
	height: 36px;
	border: 2px solid #7d7d7d;
}

.footerTop .zhaoShang .p2 .bianH {
	width: 120px;
	padding-left: 15px;
	height: 36px;
	border: 2px solid #7d7d7d;
	margin-left: 10px;
}

.footerTop .zhaoShang .p2 span {
	line-height: 16px;
	margin-top: 2px;
}

.footerTop .zhaoShang .p2 a {
	float: left;
	display: block;
	width: 25px;
	height: 28px;
	margin: 4px 8px 0 10px;
}

.footerTop .right {
	width: 301px;
	height: 170px;
	background: #f0f0f0;
	margin-top: 52px;
}

.footerTop .right .app {
	height: 65px;
	line-height: 70px;
	overflow: hidden;
	color: #454545;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}

.footerTop .right dl {
	float: left;
	width: 90px;
	margin-left: 34px;
}

.footerTop .right dl dt {
	width: 90px;
	height: 90px;
}

.footerTop .right dl dd {
	margin-top: 4px;
	font-size: 12px;
	color: #000;
	text-align: center;
}

.v-admission li {
	font-size: 14px;
	color: #999;
	line-height: 2;
	font-family: microsoft yahei;
	text-align: center;
}

.v-admission li a:hover{
	color: #ed1516;
	text-decoration: none;
}

/* 顶部条 */

.zongIcon {
	display: inline-block;
	overflow: hidden;
	background: url(../gzzbz-images/zongIcon.png) no-repeat;
}

.i1 {
	width: 84px;
	height: 31px;
	background-position: 0 0;
	margin: 5px 9px 0 30px;
}

.i2 {
	width: 18px;
	height: 17px;
	background-position: 0 -35px;
}

.i3_0 {
	width: 16px;
	height: 15px;
	background-position: 0 -66px;
	margin: 4px 6px 0 0;
}

.i3_1 {
	width: 14px;
	height: 15px;
	background-position: -33px -66px;
	margin: 4px 6px 0 0;
}

.i3_2 {
	width: 18px;
	height: 18px;
	background-position: -69px -65px;
	margin: 3px 6px 0 0;
}

.i3_3 {
	width: 17px;
	height: 14px;
	background-position: -106px -66px;
	margin: 5px 6px 0 0;
}

.i3_4 {
	width: 13px;
	height: 15px;
	background-position: -141px -66px;
	margin: 5px 4px 0 0;
}

.i4_1 {
	width: 40px;
	height: 40px;
	background-position: -174px -66px;
	margin: 0px 10px 0 5px;
}

.i5_1 {
	width: 17px;
	height: 17px;
	background-position: -240px -66px;
	margin: 10px 7px 0 15px;
}

.i10 {
	width: 18px;
	height: 18px;
	background-position: -283px -66px;
	margin: 12px 10px 0 57px;
}

.i11 {
	width: 16px;
	height: 18px;
	background-position: -319px -66px;
	margin: 12px 10px 0 57px;
}

.i12 {
	width: 20px;
	height: 22px;
	background-position: -350px -66px;
	margin: 10px 10px 0 57px;
}

.i13 {
	width: 14px;
	height: 14px;
	background-position: 0 -86px;
	margin: 4px 3px 0 8px;
}

.xinYong_one .dl1 dd ul a {
	color: #858e9e;
}

.i6 {
	width: 17px;
	height: 17px;
	background-position: -156px 0;
	margin: 12px 5px 0 2px;
}

.i7 {
	width: 16px;
	height: 16px;
	background-position: -190px 0;
	margin: 14px 0px 0 22px;
}

.i8 {
	width: 11px;
	height: 16px;
	background-position: -231px 0;
	margin: 14px 0px 0 20px;
}

.i9 {
	width: 4px;
	height: 7px;
	background-position: -262px 0;
	margin: 19px 0 0 5px;
}

.i83 {
	width: 16px;
	height: 17px;
	background-position: -289px -244px;
	margin: 14px 8px 0 0;
}

.i104 {
	width: 25px;
	height: 25px;
	background-position: -39px -221px;
	margin: 10px 10px 0 15px;
}


/* 微信扫一扫弹层 */

.reXian_boxwai {
	height: 46px;
	width: 196px;
	position: absolute;
	top: 45px;
	left: 14px;
	display: none;
}

.weiXin_boxwai {
	height: 154px;
	width: 124px;
	position: absolute;
	top: 45px;
	left: -15px;
	display: none;
	z-index: 999;
}

.phone_boxwai {
	height: 154px;
	width: 124px;
	position: absolute;
	top: 45px;
	left: -17px;
	display: none;
}

.pageTop2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 88;
}

.logoFind2 {
	width: 240px;
	height: 29px;
	background: #f5f5f7;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 8px;
}

.logoFind2 .text {
	width: 156px;
	padding: 6px 0 6px 12px;
	font-size: 14px;
	color: #c8c8c8;
	border: none;
	border-right: 1px solid #e5e5e5;
	outline: none;
}

.logoFind2 .btn {
	width: 70px;
	height: 29px;
	text-indent: 18px;
	border: none;
	background: #ececec url('../gzzbz-images/sousuo2.png') no-repeat 11px;
	font-size: 14px;
	color: #72767d;
	outline: none;
}

.phonrLoad .li1_2 {
	border-left: 1px solid #353535;
	position: relative;
}

.phonrLoad .li0_2 {
	padding-right: 30px;
}

.phonrLoad .li0_1 {
	display: block;
}

.pageTop {
	height: 45px;
	width: 100%;
	background: #353535;
	font-size: 12px;
	z-index: 88;
}

.pageTop-left li {
	float: left;
	color: #4b4b4b;
	line-height: 45px;
}

.pageTop-left li a {
	display: inline-block;
	color: #c8c8c8;
	padding: 0 7px;
}

.pageTop-left li a:hover {
	color: #ed1516;
	background: #1e1e1e;
	text-decoration: none;
}

.webNav {
	width: 84px;
	border-left: 1px solid #282828;
	position: relative;
}

.webNav dd {
	line-height: 20px;
}

.webNav:hover {
	background: #1e1e1e;
}

.phonrLoad li {
	float: left;
	color: #c9c9c9;
	line-height: 45px;
	cursor: pointer;
}

.phonrLoad li:hover {
	background: #1e1e1e;
	color: #fff;
}

.phonrLoad .li3 {
	width: 68px;
	text-align: center;
	background: #dd2726;
	color: #fff;
}

.phonrLoad .li4 {
	width: 72px;
	text-align: center;
}

.phonrLoad .li4 a,
.phonrLoad .li3 a {
	text-decoration: none;
}

.phonrLoad .li2 {
	width: 90px;
	text-indent: 5px;
	position: relative;
}

.phonrLoad .li1 {
	width: 90px;
	text-indent: 5px;
	border-left: 1px solid #282828;
	position: relative;
}

.phonrLoad .li1 a {
	display: block;
	width: 90px;
	height: 45px;
	color: #c9c9c9;
}

.phonrLoad .li1 a:hover {
	color:#ed1516;
	text-decoration: none;
}

.phonrLoad .li0 {
	padding-right: 22px;
	position: relative;
}

.phonrLoad .li0:hover {
	background: #353535;
}

.phonrLoad .li3:hover {
	background: #ff3333;
}

.phonrLoad .li5 {
	width: 160px;
	background: #1e1e1e;
}

.phonrLoad .li5 a {
	color: #c9c9c9;
}

.phonrLoad .li5:hover a {
	color: #fff;
}

.phonrLoad .li5 a:hover {
	text-decoration: none;
}

.phonrLoad .li5 em {
	margin-left: 6px;
}

.phonrLoad .li5 font:hover {
	text-decoration: none;
}

.phonrLoad .li5 font {
	margin-left: 6px;
}