*{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
}
img{
    border:none;
}
input{
    border:none;
}
textarea{
    resize:none;
    background-color:transparent;
    border:none;
}
a,input{
    outline:none;
}

h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
#header{
    height: 70px;
}
.header_inner{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
    margin-top: 14px;
}
.tel{
    float: right;
    margin-top: 15px;
    margin-left: 20px;
}
#banner{
    background: #1c2632;
    height: 550px;

}
.banner_inner{
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
#main{
    height: 700px;
}
.main_inner{
    width: 1200px;
    margin: 0 auto;
}
#footer{
    background: #1c2632;
    height: 70px;
}
.footer_inner{
    width: 1200px;
    margin: 0 auto;
}
.footer_inner p{
    font-size: 14px;
    color: #f5f5f5;
    line-height: 70px;
    text-align: center;
}
.dl{
    width: 387px;
    height: 260px;
    position: absolute;
    right: 213px;
    top: 199px;
}
#yhm{
    width:279px;
    height:45px;
    border:1px #1c84f9 solid;
    font:14px/45px "å¾®è½¯é›…é»‘";
    color:#aaa;
    margin-left: 35px;
    padding-left: 36px;
    background: url("../images/dl_bj_13.png") no-repeat 10px center;
}
#mima{
    width:279px;
    height:45px;
    border:1px #aaa solid;
    font:14px/45px "å¾®è½¯é›…é»‘";
    color:#aaa;
    margin-top: 20px;
    margin-left: 35px;
    padding-left: 36px;
    background: url("../images/dl_bj_17.png") no-repeat 10px center;
}
.dl p a{
    font:14px/50px "Î¢ÈíÑÅºÚ";
    color: #5490ce;
    margin-right: 35px;
    position: relative;
    float:right;
}
.dl h4 a{
    font:14px/50px "Î¢ÈíÑÅºÚ";
    color: #5490ce;
    margin-left: 35px;
    position: relative;
    float:left;
}
#log{
    width:315px;
    height:44px;
    background: #1c84f9;
    margin-left: 36px;
    font:18px/44px "å¾®è½¯é›…é»‘";
    color: #fff;
    cursor: pointer;
	font-weight:bold;
}
#Tourist{
    width:315px;
    height:44px;
    background: #fff;
    margin-top: 20px;
    margin-left: 36px;
    font:18px/44px "å¾®è½¯é›…é»‘";
    color: #1c84f9;
    cursor: pointer;
	border:1px #1c84f9 solid;
}
#Tourist:hover{
    background: #1c84f9;
    color: #fff;
    cursor: pointer;
	border:none;
}
#ErrorInfo{
    font:12px/18px "å¾®è½¯é›…é»‘";
    color: #f95e08;
    position: absolute;
    right: 36px;
    top: -50px;
}