* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.aslide-box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #202020;
	width: 600px;
	max-width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-100%) matrix(1, 0, 0, 1, 0, 0);
	transition: all 0.6s;
}

.aslide-box li a {
	font-size: 28px;
	color: #fff;
	font-family: Century Gothic;
	line-height: 2;
	text-align: center;
}

.aslide-box .icon-cha {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.flex-b{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden;padding-bottom: 80px; }/*分页*/
.pages-turn span{
	display:inline-block;width:40px;height:40px;text-align:center;font-family:'Arial';border:2px solid #f2f2f2;background-color:#077dd1;line-height: 40px;  margin: 2px;color: #ffffff;
}
.pages-turn a{display:inline-block;width:40px;height:40px;color:#aeaeae;  text-align:center;font-family:'Arial';border:2px solid #f2f2f2;background-color:#FFFFFF;line-height: 40px;margin: 2px; }

.pages-turn a.on, .pages-turn a:hover{background-color:#077dd1;color:#ffffff;border-color:#aeaeae;}
@media(max-width:1300px){
    .wdfx-p2{
        font-size: 18px !important;
    }
    .wdfx-p1{
        font-size: 30px !important;
    }
    .wx-b2{
        padding-left: 8px;
        padding-right: 8px;
    }
    .wx-b{
        padding-left: 8px;
    }
    .fw-bb{
        padding-left: 8px;
        padding-right: 8px;
    }
    .cps-box2{
        padding-left: 8px;
        padding-right: 8px;
    }
    .new-box{
        padding-left: 8px;
        padding-right: 8px;
    }
    .tz-b{
        padding-left: 8px;
        padding-right: 8px;
    }
    .lx-ip{
        width: 48% !important;
    }
    .c-b1{
        padding-left: 8px;
        padding-right: 8px;
    }
    .c-b{
        padding-left: 8px;
        padding-right: 8px;
    }
}
.footer .moblie{
    display: none;
}
@media (max-width:768px){
    .footer .moblie{
    display: block;
    margin-bottom: 20px;
}
.foot-c{
    flex-direction: column;
}
.footer .moblie .con_ul li {
  color: #fff;
  list-style: none;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.footer .moblie .con_ul li:last-child {
  border-bottom: 0;
}
.footer .moblie .con_ul li .title {
  padding-right: 20px;
  background-image: url(../img/down.png);
  background-position: 100% 0px;
  background-repeat: no-repeat;
}
.footer .moblie .con_ul li .title.act {
  padding-right: 20px;
  background-image: url(../img/up.png);
  background-position: 100% 0px;
  background-repeat: no-repeat;
}
.footer .moblie .con {
  display: none;
  padding: 5px;
  margin: 10px 0;
}
.footer .moblie .con p {
  padding: 5px 0;
}
.footer .moblie .con p a {
  color: #eee;
  font-size: 14px;
}

}