@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; list-style:none;font-family: Helvetica, 微软雅黑;}
body{ background:#fff;font-family: Helvetica, 微软雅黑; }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }
a:hover{ color:#1974A1;  }

.fl{
    float: left;
}
.fr{
    float: right;
}
@media screen and (device-width:320px) and (device-height:568px){
    html{
        font-size: 80%;
    }
}

@media screen and (device-width:414px) and (device-height:736px){
    html{
        font-size: 103%;
    }
}
.wrap { 
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical; background: #f8f8f8;
  -moz-box-orient: vertical;
  box-orient: vertical;
  background: #fff;
  
}
.warp {
	max-width: 750px;
	margin: 0 auto;
}
.top_title{
	line-height:30px; text-align: center; width: 90%; font-size:1rem; color: #fff; padding: 10px 5%;
}
.banner {width:100%;}
.banner img{width:100%;}
.title{ height:85px; background:url(../images/t.png);text-align: center; position: relative;}
.title span{font-size:24px; text-align: center; line-height: 85px; font-weight: 800; color: #006fd6; padding: 0 10px; background: #fff; position: relative; z-index: 999;}
.title i{height:3px; width:80%; left: 10%; position: absolute; top:40px;}
.title b{display:block; width:246px; height:31px;position: absolute; top:72px; left: 50%; margin-left: -123px; background: url(../images/z.png)}
.sjnr{width:90%; margin: 0 auto; padding: 30px 0; border: 1px solid #e6e6e6;margin-top:0px; border-radius: 10px; padding-bottom:70px;}
.sjnr p{text-align:center;line-height: 30px;font-size: 16px;}
.anniu{
	display:block;
	width: 206px;
	height:58px;
	background:url(http://file.xdf.cn/uploads/200923/969_20200923163913.png);
	margin: 0 auto;
	margin-top: -30px;
	text-align: center;
	line-height:58px;
	font-size:24px;
	font-weight: 800;
	color: #fff;
}
.guangg{width:90%; margin-left: 5%; padding-bottom: 30px;}
.guangg img{width:100%;margin-top: 30px;}
.zheg{position:fixed; top:0; left: 0; background:rgba(0,0,0,0.7); width: 100%; height: 100%; z-index:99999999; display:none;}
.zheg img{width:100%;}
.zheg2{position:fixed; top:0; left: 0; background:rgba(0,0,0,0.7); width: 100%; height: 100%; z-index:99999999; ;display:none;}
.zheg2 img{width:90%; margin-left: 5%; position: absolute; top:50%; margin-top: -200px;}
.footer {
	margin: 2vw auto 0;
	width: 100%;
	padding: 3vw 0;
	font-size: 3.5vw;
	text-align: center;
	color: #006fd6;
	line-height: 6vw;
}

.footer div {display: block;}
