﻿.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(../cdzbz-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(../cdzbz-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("../cdzbz-images/banner.jpg") center top;
}

#zt .w1300 {
	width: 1300px;
	position: relative;
	height: 538px;
	margin: 0 auto;
}

#zt .sp_time {
	color: #fff;
	font-size: 29px;
	width: 510px;
	text-align: center;
	line-height: 45px;
	position: absolute;
	bottom: 170px;
	left: 394px;
}

#zt #gm {
	position: absolute;
}

#zt .wh_gm {
	top: 116px;
	left: 531px;
}

#zt #fiexd {
	width: 100%;
	height: auto;
	background: fixed url(../cdzbz-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(../cdzbz-images/new.png) center top;
}

#zt .hot-1:before {
	content: '';
	width: 24px;
	height: 29px;
	background: url(../cdzbz-images/ps.png) -1776px -648px;
	position: absolute;
	top: 10px;
	left: 400px;
}

#zt .hot-2:before {
	content: '';
	width: 26px;
	height: 28px;
	background: url(../cdzbz-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(../cdzbz-images/ps.png) -60px -821px;
	margin-right: 35px;
}

#zt .title-center em {
	background: url(../cdzbz-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(../cdzbz-images/ps.png) -1850px -708px;
}

#zt .three-em2 {
	background: url(../cdzbz-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(../cdzbz-images/blue-react.png);
	height: 29px;
}

#zt .rmb2 {
	background: url(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-images/ps.png) -1865px -648px;
}

#zt #arrow {
	width: 1054px;
	margin: 20px auto;
	color: #006eb3;
	background: url(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-images/ps.png) -1079px -648px;
	float: right;
	margin-top: 70px;
}


/**/

.pop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5)
}


/**/

#zt .noplaceholder::-webkit-input-placeholder {
	color: #F8F8F8;
	font-size: 14px !important;
}

#zt .noplaceholder:-ms-input-placeholder {
	color: #F8F8F8;
	font-size: 14px !important;
}

#zt .noplaceholder::-moz-placeholder {
	color: #F8F8F8;
	opacity: 1;
	font-size: 14px !important;
}

#zt .noplaceholder:-moz-placeholder {
	color: #F8F8F8;
	opacity: 1;
	font-size: 14px !important;
}

#zt .ddl {
	width: 1050px;
	margin: 0 auto;
	height: 335px;
	background-color: #c5e7ff;
	box-sizing: border-box;
	padding: 41px 0 0 44px;
}

#zt .ddl-box {
	float: left;
	width: 470px;
	height: 253px;
	background-color: #92d4f6;
	border-radius: 30px;
	margin-right: 22px;
}

#zt .ddl-box h3 {
	width: 270px;
	margin: 14px auto;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 30px;
	position: relative;
	text-align: center;
	color: #3faee5;
	font-size: 30px;
}

#zt .ddl-box h3 i {
	width: 0px;
	height: 0px;
	border: 20px solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -37px;
	left: 50%;
	transform: translate(-50%, 0);
}

#zt .ddl-lis {
	width: 425px;
	margin: 22px auto;
	height: 100px;
	border-radius: 12px;
	border: 1px solid #fff;
	box-shadow: 1px 5px #6bb5e6;
	padding-top: 15px;
	box-sizing: border-box;
}

#zt .ddl-lis li {
	float: left;
	width: 208px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 10px;
}

#zt .ddl-box p {
	text-align: right;
	padding-right: 22px;
	font-size: 16px;
}

#zt .ddl-txt {
	width: 425px;
	margin: 22px auto;
	height: 100px;
	border-radius: 12px;
	border: 1px solid #fff;
	box-shadow: 1px 5px #6bb5e6;
	padding-top: 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	padding-left: 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(../cdzbz-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(../cdzbz-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(../cdzbz-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(../cdzbz-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('../cdzbz-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(../cdzbz-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('../cdzbz-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: #fff;
	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: underline;
}

.phonrLoad .li5 em {
	margin-left: 6px;
}

.phonrLoad .li5 font:hover {
	text-decoration: underline;
}

.phonrLoad .li5 font {
	margin-left: 6px;
}








.sp_box{
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    width: 350px;
    border-radius: 20px;
    padding: 20px 0;
}
.sp_box h3{
    width: 100%;
    color: #FF4242;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.sp_btn{
	width: 50%;
	display: inline-block;
	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: #47494b;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
}
#zt .sub_bt {
    color: #47494b;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    padding: 0px 10px;
}



#zt .dipiao {
    background: url(../cdzbz-images/dpbg.png) center 0 no-repeat;
    height: 2.55rem;
    position: fixed;
    bottom: 0;
    z-index: 50;
    cursor: pointer;
    width: 16rem;
    background-size: 100% 100%;
    font-size: 0.4rem;
    text-align: center;
    line-height: 2.5rem;
}



/*
#zt  .dp_warp {
    width: 100%;
    background: url(../cdzbz-images/dpbg.png) center 0 no-repeat;
    height: 79px;
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 99;
}
#zt .dp_m {
    width: 190px;
    margin: 0 auto;
    overflow: hidden;
}
#zt .dp_m a {
    display: block;
}*/