/*!
 izBootstrap
 */
 
 /* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html, body {width:100%; padding:0; margin:0;}
body { color: #333333;font-size: 16px; font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

a {color: #79b6e4;text-decoration: none;}

h1 {font-size: 55px;}
h2 {font-size: 45px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {font-size: 20px;}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

p{letter-spacing:1px;font-size: 16px;}

.center{text-align: center; margin: 0 auto;}
.f-right{float: right;}
.f-left{float: left;}
.t-right{text-align: right;}
.t-left{text-align: left;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

/* --Line-- */

hr { margin: 15px auto; padding: 0; max-width: 130px;border: 0; border-top: solid 3px #333;text-align: center;}
hr:after {content: url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/dots.png);display: inline-block;position: relative;top: -.8em;padding: 0 .55em;font-family: FontAwesome;color: #333;background-color: #fff;}

/* --Color-- */
.red {color: #E01563;}
.yellow {color: #E9A820;}
.blue {color: #6ECADC;}
.green {color: #3EB991;}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------Header+Nav--------------------------------- */
/* ---------------------------------------------------------------------------- */
.navbar-default {border-color: transparent;background-color: #222;}
.navbar-default .navbar-brand {font-family: Helvetica,Arial,cursive;color: #6ECADC;}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {color: #6ECADC;}

.navbar-default .navbar-collapse {border-color: rgba(255,255,255,.02);}

.navbar-default .navbar-toggle {border-color: #6ECADC;background-color: #6ECADC;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #6ECADC;}

.navbar-default .nav li a {text-transform: uppercase;font-family: Helvetica,Arial,sans-serif;font-weight: 400;letter-spacing: 1px;color: #fff;}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {outline: 0;color: #6ECADC;}

.navbar-default .navbar-nav>.active>a {border-radius: 0;color: #fff;background-color: #6ECADC;}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {color: #fff;background-color: #6ECADC;}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}
header{text-align: center;color: #fff;background: url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/bg.jpg) no-repeat scroll center center ;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;height: 650px;}	
header img{display: block; margin: 200px auto  50px auto;}
header .intro-text .intro-heading {text-transform: uppercase;font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight: 700;font-size: 50px;}
header .intro-text .intro-lead-in {margin-bottom: 30px;font-family: 'Shadows Into Light', cursive;font-size: 42px;}
@media(min-width:635px) {
    header .intro-text {
        padding-bottom: 80px;
    }
}
@media(max-width:420px) {
	header .intro-text .intro-heading {font-size: 33px;}
	header .intro-text .intro-lead-in {font-size: 22px;}
	header .intro-text {padding-bottom: 40px;}
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Subcribe-------------------------------- */
/* ---------------------------------------------------------------------------- */
#subcribe {margin: 10px 0;}

#subcribe input[type="text"] {
    background:#26232D;
    font: 15px Arial,Helvetica,Sans-serif;
    color: #867B6E;
    width: 100%;
	border-radius: 0px;
    padding: 10px;
    border: 1px solid #aaa;
  
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Button---------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}
a.btn:focus{outline: 0;}

.btn-1 {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin:0 15px 20px 0;
	min-width: 170px;
	line-height: 26px;
}
.btn-1:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.btn-2 {
	background: #333;
	border: 2px solid transparent;
	margin:20px 0 50px 0;
	color:#fff;
}
.btn-2:hover {
	color:#333;
	border:2px solid #333;
	background:transparent;
}

.btn-3 {
	background: #6ECADC;
	margin: 20px 0 10px 0;
	border: 2px solid transparent;
	font-size:25px;
}
.btn-3:hover {
	color:#333;
	border:2px solid #6ECADC;
	background:transparent;
}

.btn-4 {
	background: #555;
	border: 2px solid transparent;
	font-size:18px;
}
.btn-4:hover {
	color:#aaa;
	border:2px solid #555;
	background:transparent;
	text-shadow: none;
}

.pdt40{padding-top:60px;}
.container h2{text-align:center;}
.container p.xiaozi{text-align:center;}
.licai ul li{margin-top:30px;}
.licai .licai_left{
	float:left;
	width:380px;
	height:250px;
}
.licai .licai_left img{
	width:380px;
	height:250px;
}
.licai .licai_right{
	float:left;
	width:760px;
	height:250px;
	padding:60px 120px;
	background:#497881;
}
.licai .licai_right h4{
	color:#fff;
	font-weight:500;
	padding:0 0 20px 0;
}
.licai .licai_right p{
	line-height:30px;
	color:#fff;
}		
.diyi{position:relative;}
.dier{position:relative;}
.disan{position:relative;}
.diyi:before{
	font-size:30px;
	text-align:center;
	color:#fff;
	position:absolute;
	content:"STEP";
	top:50%;
	left:-37px;
	z-index:2;
}
.dier:before{
	font-size:30px;
	text-align:center;
	color:#fff;
	position:absolute;
	content:"STEP";
	top:50%;
	right:-41px;
	z-index:2;
}
.disan:before{
	font-size:30px;
	text-align:center;
	color:#fff;
	position:absolute;
	content:"STEP";
	top:50%;
	left:-37px;
	z-index:2;
}
.diyi:after{
	font-size:40px;
	text-align:center;
	color:#fff;
	position:absolute;
	content:"1";
	background:#497881;
	width:100px;
	height:100px;
	line-height:45px;
	display:inline-block;
	border-radius:100%;
	border:5px solid #fff;
	top:50%;
	left:-50px;
	margin-top:-50px;
}
.dier:after{
	font-size:40px;
	text-align:center;
	color:#fff;
	position:absolute;
	content:"2";
	background:#497881;
	width:100px;
	height:100px;
	line-height:45px;
	display:inline-block;
	border-radius:100%;
	border:5px solid #fff;
	top:50%;
	right:-50px;
	margin-top:-50px;
}
.disan:after{
	font-size:40px;
	text-align:center;
	color:#fff;
	position:absolute;
	content:"3";
	background:#497881;
	width:100px;
	height:100px;
	line-height:45px;
	display:inline-block;
	border-radius:100%;
	border:5px solid #fff;
	top:50%;
	left:-50px;
	margin-top:-50px;
}		
.jgz_l{
	width:570px;
	float:left;
	height:400px;
	position:relative;
	margin-top:40px;
}
.jgz_l img{
	width:400px;
	margin-left:50px;
}
.jgz_l span.dian_1{
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:100%;
	background:#94dbf7;
	position:absolute;
	right:110px;
	top:30px;
}
.jgz_l span.dian_2{
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:100%;
	background:#f49da7;
	position:absolute;
	right:40px;
	top:130px;
}
.jgz_l span.dian_3{
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:100%;
	background:#6eceb5;
	position:absolute;
	right:40px;
	bottom:130px;
}
.jgz_l span.dian_4{
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:100%;
	background:#ffb74d;
	position:absolute;
	right:110px;
	bottom:30px;
}
.jgz_r{
	width:570px;
	float:left;
	height:400px;
	margin-top:40px;
	position:relative;
}
.jgz_r p.jgz_1{
	height:50px;
	position:absolute;
	left:10px;
	top:14px;
}
.jgz_r p.jgz_1 span{
	background:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/zuan.png) no-repeat center center;
	background-color:#94dbf7;
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:100%;
	margin-right:30px;
	float:left;
	position:relative;
}
.jgz_r p.jgz_1 span:before{
	content:"";
	height:3px;
	width:80px;
	background:#94dbf7;
	position:absolute;
	left:-105px;
	top:25px;
}
.jgz_r p.jgz_1 i{
	display:inline-block;
	line-height:50px;
	margin-right:50px;
	float:left;
	font-size:20px;
	font-weight:bold;
}	
.jgz_r p.jgz_2{
	height:50px;
	position:absolute;
	left:90px;
	top:114px;
}
.jgz_r p.jgz_2 span{
	background:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/one.png) no-repeat center center;
	background-color:#f49da7;
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:100%;
	margin-right:30px;
	float:left;
	position:relative;
}
.jgz_r p.jgz_2 span:before{
	content:"";
	height:3px;
	width:80px;
	background:#f49da7;
	position:absolute;
	left:-105px;
	top:25px;
}
.jgz_r p.jgz_2 i{
	display:inline-block;
	line-height:50px;
	margin-right:50px;
	float:left;
	font-size:20px;
	font-weight:bold;
}		
.jgz_r p.jgz_3{
	height:50px;
	position:absolute;
	left:90px;
	top:234px;
}
.jgz_r p.jgz_3 span{
	background:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/team.png) no-repeat center center;
	background-color:#6eceb5;
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:100%;
	margin-right:30px;
	float:left;
	position:relative;
}
.jgz_r p.jgz_3 span:before{
	content:"";
	height:3px;
	width:80px;
	background:#6eceb5;
	position:absolute;
	left:-105px;
	top:25px;
}
.jgz_r p.jgz_3 i{
	display:inline-block;
	line-height:50px;
	margin-right:50px;
	float:left;
	font-size:20px;
	font-weight:bold;
}
.jgz_r p.jgz_4{
	height:50px;
	position:absolute;
	left:20px;
	top:334px;
}
.jgz_r p.jgz_4 span{
	background:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/qwei.png) no-repeat center center;
	background-color:#ffb74d;
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:100%;
	margin-right:30px;
	float:left;
	position:relative;
}
.jgz_r p.jgz_4 span:before{
	content:"";
	height:3px;
	width:80px;
	background:#ffb74d;
	position:absolute;
	left:-105px;
	top:25px;
}
.jgz_r p.jgz_4 i{
	display:inline-block;
	line-height:50px;
	margin-right:50px;
	float:left;
	font-size:20px;
	font-weight:bold;
}
.jgz_l:before{
	content:"";
	display:inline-block;
	width:400px;
	height:400px;
	border-right:2px solid #000;
	border-radius:100%;
	position:absolute;
	top:0;
	right:40px;
}
.lcghs_a{
	background:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/licaiguihua.jpg);
	height:500px;
	background-size:100% 100%;
	margin-top:40px;
}
.lcghs{
	position:relative;
	width:500px;
	margin-top:40px;
}
.lcghs:before{
	content:"[";
	position:absolute;
	top:-5px;
	left:50px;
	font-size:80px;
	color:#67c43a;
}
.lcghs:after{
	content:"]";
	position:absolute;
	top:-5px;
	right:50px;
	font-size:80px;
	color:#67c43a;
}
.lcghs h4{
	font-weight:500;
	font-size:50px;
	text-align:center;
}
.lcghs p{
	font-weight:500;
	text-align:center;
	line-height:40px;
	font-size:18px;
}
.lcghs_b{
	width:500px;
	margin-top:40px;
}
.lcghs_b p{
	width:300px;
	margin:0 auto;
	text-align:justify;
	text-justify:distribute-all-lines;
	line-height:25px;
	position:relative;
}
.lcghs_b p:before{
	content:"";
	position:absolute;
	top:8px;
	left:-22px;
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:100%;
	background:#67c43a;
}
.lcghs_c{
	margin-top:60px;
	width:500px;
}
.lcghs_c p{
	font-size:30px;
	text-align:center;
	color:#67c43a;
}
.jzxs{padding:50px 0;}
.jzxs h2{color:#ff0;}
.jzxs p.xiaozi{color:#fff;}
.jzxs hr{border-top: solid 3px #ff0;}
.jzxs hr:after {
	content: url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/dots1.png);
	background-color: #333;
}
.qida{
	border:3px solid #ff0;
	margin-top:10px;
	height:400px;
	position:relative;
	padding:40px 30px;
}
.qida:before{
	content:"";
	width:200px;
	height:3px;
	background:#333;
	display:inline-block;
	position:absolute;
	top:-3px;
	left:150px;
}
.qida:after{
	content:"";
	width:200px;
	height:3px;
	background:#333;
	display:inline-block;
	position:absolute;
	top:-3px;
	right:150px;
}
.qida p{
	line-height:35px;
	font-size:16px;
	padding-left:100px;
	position:relative;
	color:#fff;
	text-align:justify;
	text-justify:distribute-all-lines;
}
.qida p span{
	position:absolute;
	left:0;
	top:0;
	color:#ff0;
}
ul.tongguan{border:1px solid #508a95;}
ul.tongguan li{
	width:569px;
	float:left;
	height:200px;
	text-align:justify;
}
ul.tongguan li.tongguan_1{
	padding:30px 20px;
	background:#508a95;
}
ul.tongguan li.tongguan_1 p{
	line-height:20px;
	color:#fff;
	font-size:14px;
}
ul.tongguan li.tongguan_1 p span{
	border:1px solid #fff;
	padding:0 15px;
}
ul.tongguan li.tongguan_1 h4{
	font-size:20px;
	line-height:40px;
	margin-top:5px;
	color:#fff;
}
ul.tongguan li .tongguan_2{
	width:569px;
	background:#fff;
	float:left;
	height:200px;
	padding:30px 20px;
}
ul.tongguan li .tongguan_2 p{
	line-height:20px;
	color:#777;
	font-size:14px;
}
ul.tongguan li .tongguan_2 p span{
	border:1px solid #508a95;
	padding:0 15px;
	color:#508a95;
}
ul.tongguan li .tongguan_2 h4{
	font-size:20px;
	line-height:40px;
	margin-top:5px;
	color:#508a95;
}
.nblc{
	width:300px;
	margin-right:170px;
	float:right;
	position:relative;
}
.nblc:before{
	content:"";
	display:inline-block;
	border-top:5px solid #67c43a;
	border-right:5px solid #67c43a;
	width:50px;
	height:50px;
	position:absolute;
	right:-25px;
	top:-30px;
}
.nblc:after{
	content:"";
	display:inline-block;
	border-bottom:5px solid #67c43a;
	border-left:5px solid #67c43a;
	width:50px;
	height:50px;
	position:absolute;
	left:-5px;
	bottom:-25px;
}
.nblc h4{
	font-size:30px;
	text-align:center;
	padding-bottom:10px;
	color:#67c43a;
}
.nblc p{
	font-size:15px;
	width:250px;
	margin:10px auto 0;
	text-align:center;
	line-height:25px;
}
.cbln{
	background:#222;
	padding:40px 0;
	margin-top:60px;
}
.cbln p{
	color:#fff;
	width:450px;
	float:right;
	margin-right:80px;
	line-height:30px;
	text-align:justify;
}
.cbln_img{
	position:relative;
	width:1140px;
}
.cbln_img img{
	position:absolute;
	left:180px;
	top:-206px;
	width:300px;
}
.bxxkz p{
	font-size:16px;
	line-height:25px;
	text-align:-webkit-center;
}
.bxxkz_img{
	width:600px;
	margin:30px auto 0;
}
.bxxkz_img li{
	width:180px;
	float:left;
	margin-right:30px;
}
.bxxkz_img li:nth-child(3){margin-right:0;}
table.kskm{
	width:550px;
	float:left;
}
table.kskm caption{
	font-size:30px;
	text-align:center;
	height:50px;
	line-height:50px;
	color:#fff;
	background:#60acbb;
	border:1px solid #000;
	border-bottom:0;
}
table.kskm th{
	text-align:center;
	border:1px solid #000;
	vertical-align:middle;
	height:40px;
	background:#caeef5;
	color:#000;
}
table.kskm td{
	text-align:center;
	border:1px solid #000;
	vertical-align:middle;
	height:50px;
	line-height:32px;
	color:#444;
}
.kecheng table{
	width:100%;
	text-align:center;
}
.kecheng table th{
	text-align:center;
	border:1px solid #000;
	vertical-align:middle;
	height:36px;
	color:#fff;
	background:#60acbb;
}
.kecheng table td{
	text-align:center;
	vertical-align:middle;
	border:1px solid #000;
	height:36px;
}
.sdys_l{
	float:left;
	width:50%;
	background:#333;
	padding:50px 0;
}
.sdys_l ul li{
	letter-spacing:4px;
	text-align:right;
	height:150px;
	padding:20px 100px 0 0;
}
.sdys_l ul li h4{
	font-size:18px;
	color:#ffeb3b;
}
.sdys_l ul li p{
	font-size:16px;
	line-height:50px;
	color:#fff;
}
.sdys_r{
	float:left;
	width:50%;
	background:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/shida.jpg);
	padding:50px 0;
}
.sdys_r ul li{
	letter-spacing:4px;
	text-align:left;
	height:150px;
	padding:20px 0 0 100px;
	position:relative;
}
.sdys_r ul li span:before{
	background:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/all.png) no-repeat center center;
	content:"";
	display:inline-block;
	width:60px;
	height:60px;
	background-color:rgba(0,0,0,0.2);
	border-radius:100%;
	position:absolute;
	left:-30px;
	top:15px;
	box-shadow:0 0 20px rgba(255,255,255,0.5);
}
.sdys_r ul li h4{
	font-size:18px;
	color:#ffeb3b;
}
.sdys_r ul li p{
	font-size:16px;
	line-height:50px;
	color:#fff;
}
ul.gengduozy li{
	width:188px;
	float:left;
	margin:20px;
	text-align:center;
	list-style-type:none;
}
ul.gengduozy li a{
	display:block;
	padding:20px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	border-radius:20px;
	border:1px dashed #fff;
}
ul.gengduozy li a:hover{
	background:rgba(255,255,255,0.5);
	color:#000;
	border:1px dashed #000;
}
.footer {
	width:100%;
	background:#272c2f;
	clear:both;
}
.foot {
	height:240px;
	color:#9ea0a5;
	width: 1200px;
    margin: 0 auto;
}
.address {
	float:left;
	margin-top:30px;
}
.address p {
	margin:10px 0 0 0;
	font-family: 'Hind', sans-serif;
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
}
.twocodes {
	float:right;
	margin-top:100px;
	margin-left:60px;
}
.twocodes p {
	float:left;
	width:100px;
}
.twocodes p a i {
	width:60px;
	height:60px;
	background-size:100%;
	display:block;
	float:left;
	border-radius:30px;
	background-size:60%;
	background-repeat:no-repeat;
	background-position:12px 12px;
	margin-left:2px;
	margin-bottom:10px;
}
.twocodes p a span:hover {
	color:#fff;
}
.twocodes p:nth-child(1) a i {
	margin-left:10px;
}
.twocodes p:nth-child(1) a i {
	background-color:#2f9833;
	background-image:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/wechat.png);
}
.twocodes p:nth-child(2) a i {
	background-color:#e6162d;
	background-image:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/sina.png);
}
.twocodes p:nth-child(3) a i {
	background-color:#3b5998;
	background-image:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/qq.png);
}
.twocodes p:nth-child(4) a i {
	background-color:#ff9966;
	background-image:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/wap.png);
}
.twocodes p:nth-child(5) a i {
	background-color:#297fd2;
	background-image:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/tencent.png);
}
.twocodes p a span {
	display:block;
	float:left;
	width:100px;
	color:#9ea0a5;
}
.gdzy hr:after{
	content: url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/dots.png);
	background-color: #c9ceb7;
}
.pxbt{
	background:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/pxbt.png);
	background-color:#2d2d2d;
	padding:40px 0;
}
.pxbt h2{
	color:#fff;
	margin-bottom:20px;
}
.pxbt p{
	text-align:center;
	line-height:40px;
	color:#fff;
}
.baokao{
	border:2px solid #000;
	margin:0 50px;
	position:relative;
	padding:30px 180px 30px 20px;
	border-radius:20px;
}
.baokao p.xiaozi{
	font-size:20px;
	color:#f00;
}
.baokao:before{
	content:"报考条件";
	color:#6ac1d2;
	background:#fff;
	display:inline-block;
	line-height:50px;
	width:150px;
	position:absolute;
	left:50%;
	margin-left:-150px;
	top:-25px;
	text-align:center;
	font-size:30px;
}
.baokao:after{
	content:"";
	color:#6ac1d2;
	background:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/baokao.png)no-repeat right bottom;
	display:inline-block;
	height:184px;
	width:200px;
	position:absolute;
	right:-50px;
	bottom:-15px;
	text-align:center;
	font-size:30px;
}
.baokao ul{
	padding-top:20px;
	padding-left:30px;
}
.baokao ul li{
	line-height:25px;
	position:relative;
	list-style-type:upper-alpha;
	color:#f00;
}
.baokao ul li p{
	color:#000;
	text-align:justify;
}
.liuyan p.dypp{
	background:#222;
	color:#fff;
	line-height:60px;
	font-size:24px;
	padding-left:100px;
	position:relative;
	margin-left:10px;
}
.liuyan p.dypp:before{
	content:"";
	width:0;
	height:0;
	border-top:30px solid transparent;
	border-bottom:30px solid transparent;
	border-left:80px solid #009688;
	position:absolute;
	left:-10px;
	top:0;
}
.liuyan p.dypp span{
	background:#009688;
	float:right;
	padding:0 20px;
}
.dypp_l{
	margin-top:25px;
	border:2px solid #009688;
	border-radius:15px;
	background:url(https://web.archive.org/web/20180826172157im_/http://zdlcghs.com/images/shu.png) no-repeat right bottom;
	background-color:#eee;
}
.dypp_l_1{
	float:left;
	width:410px;
	height:200px;
	background:#009688;
	margin:-10px 20px 0;
	padding-top:15px;
	border-radius:10px;
}
.dypp_l_1 p{
	color:#fff;
	font-size:40px;
	line-height:80px;
	text-align:center;
}
.dypp_l_2{
	float:left;
	width:686px;
	height:200px;
	padding-top:30px;
}
#form1 table tr td{line-height:40px;}
#form1 table tr td label{width:100%;}
#form1 table tr td label input{
	width:100%;
	height:30px;
	border:1px solid #009688;
}

/*
     FILE ARCHIVED ON 17:21:57 Aug 26, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:10:38 Nov 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.61
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.013
  esindex: 0.013
  cdx.remote: 18.532
  LoadShardBlock: 217.343 (3)
  PetaboxLoader3.datanode: 367.72 (5)
  load_resource: 774.687 (2)
  PetaboxLoader3.resolve: 487.599 (2)
*/