@charset "utf-8";
/* CSS Document */

.header{
    position: relative;
}
.top{
    position: relative;
}
.topbg{
    width: 100%;
    height: auto;
    min-height: 400px;
    display: block;
}
.top-main{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.topnav{
    width: 590px;
    height: 66px;
    background: rgba(0,0,0,0.3);
    margin: 0 auto;
    border-radius: 30px;
    margin-top: -20px;
    box-sizing: border-box;
    padding: 20px 30px 0 30px;
    font-size: 14px;
}
.topnav ul{
    float: left;
    color: #fff;
}
.topnav ul li{
    float: left;
    position: relative;
}
.topnav ul li .hideDiv1{
    position: absolute;
    top: 40px;
    left: -27px;
    z-index: 99999;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
    border: #dae0e4 1px solid;
    display: none;
}
.topnav ul li:hover .hideDiv1{
    display: block;
}
.ewm_cont{
    background: #fff;
    padding: 10px;
}
.ewm_cont img{
    display: block;
    width: 100px;
    height: 100px;
}
.topnav ul li .hideDiv1 .ewm_cont p{
    line-height: 14px;
    margin-top: 5px;
    text-align: center;
    color: #666;
}
.tip_arrow {
    position: absolute;
    left: 40px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 12px 12px 0;
}
.topnav ul li p{
    line-height: 46px;
}
.topnav ul li a{
    line-height: 46px;
    color: #fff;
}
.topnav ul li a.zz{ color:#FC0;}
.ipv6{
    line-height: 16px;
    float: right;
    color:#FC0;
	display:block;
	height:16px;
	margin-top:14px;
	border:solid 1px #FC0;
	border-radius:5px;
	font-size:12px;
}
.topnav ul span{
    display: block;
    margin: 0 10px;
    float: left;
    font-size: 12px;
    line-height: 44px;
}
.logo{
    text-align: center;
}
.logo img{
    width: 590px;
}
.search{
    width: 570px;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    background: rgba(255,255,255,0.7);
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 5px;
    position: relative;
}
.search .search-text{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: url("../images/ss.png") no-repeat 15px center;
    padding-left: 40px;
    padding-right: 110px;
}
.search .search-submit{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    width: 100px;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    border: none;
    background: #c20505;
    font-size: 17px;
    outline: none;
}
.tip-list{
    width: 530px;
    margin: 0 auto;
    margin-top: 10px;
}
.tip-list a{
    display: inline-block;
    padding: 5px 25px;
    background: #cc3333;
    color: #fff;
    border-radius: 15px;
    font-size: 15px;
    margin: 0 2px;
}
.nav{
    height: 50px;
    background: #c20505;
}
.nav ul{
    height: 50px;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 1px;
}
.nav ul li{
    float: left;
    width: 148px;
    text-align: center;
}
.nav ul img{
    display: block;
    width: 2px;
    height: 20px;
    float: left;
    margin-top: 15px;
}
.nav ul li a{
    color: #fff;
    line-height: 50px;
    font-size: 18px;
	display:block;
	width:100%;
	height:50px;
}
.nav ul li.on{ background:url(../images/nav_hover.png) no-repeat center bottom;}
.nav ul li:hover{ background:#dd1f1f;}
.footer{
    background: #af1110;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
}
.footer-top{
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #910101;
    position: relative;
}
.yqlj li{
    float: left;
    line-height: 40px;
    height: 100%;
    padding-right: 15px;
    margin-right: 20px;
    cursor: pointer;
}
.yqlj li a{ color:#FFF;}
.yqlj li:hover a{ color:#d2b21e;}
.wm-box{
    float: right;
}
.wm-box li{
    float: left;
    line-height: 40px;
    cursor: pointer;
}
.wm-box span{
    padding: 0 10px;
    float: left;
    line-height: 40px;
}
.wm-imgBox{
    position: absolute;
    bottom: 49px;
    left: 0;
    background: #ccc;
    width: 100%;
    height: 255px;
    z-index: 100;
    display: none;
}
.wm-box li:hover .wm-imgBox{
    display: block;
}
.yqlj-tab{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 49px;
    z-index: 100;
}
.yqlj-tab ul{
    display: none;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    padding: 20px;
    color: #333;
}
.yqlj-tab ul li{
    float: left;
    width: 23%;
    font-size: 16px;
    line-height: 30px;
    margin-right: 2%;
}
.yqlj-tab ul li a{
    color: #333;
}
.yqlj-tab ul li a:hover{
    color: #000;
}

.footer-bottom{
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255,255,255,0.25);
    box-sizing: border-box;
    padding: 20px 15px 0 15px;
    text-align: center;
    position: relative;
}
.chunk{
    float: left;
}
.chunk li{
    float: left;
    margin-left: 7px;
}
.chunk li:first-child{
    margin-left: 0;
}
.chunk li a img{
    display: block;
}
.wzdt{
    text-align: center;
    float: right;
}
.wzdt p{
    color: #fff;
}
.wzdt:hover p{ color:#d2b21e; text-decoration:underline;}
.footer-text{
    text-align: center;
    width: 900px;
    margin-left: 17px;
    float: left;
}
.footer-text div span{
    padding: 0 8px;
    line-height: 24px;
}
.footer-text div a{
    color: #fff;
    padding: 0 8px;
}
.footer-text div a:hover{ color:#d2b21e; text-decoration:underline;}
.footer-text div a.link{
    color: #d2b21e;
}
.footer-text div a.link:hover{ text-decoration:underline;}
.footer-text div a.gongan{
    background: url("../images/gongan.png") no-repeat 0 center;
    padding-left: 25px;
}
.footer-text div a.zztj{
    padding: 2px 10px;
    background: url("../images/pic1.png") no-repeat center center;
    margin-left: 20px;
}