﻿li {
    list-style-type: none;
}
a:hover{
    text-decoration: none;
}

.footer {overflow:hidden;width:100%;background:#AF1205;margin:30px auto 0px;padding:18px 0px 25px;}
.footlink a {color:#bcbcbc;text-decoration: none;}
.footlink a:hover {color:#fff;text-decoration: none;}
.footzg {overflow:hidden;font-size:16px;color:#bcbcbc;text-align:center;width:1300px;margin:0px auto;line-height: 1.5}
.footzg h3 {font-size:18px;font-weight:normal;}
.footzg a {color:#bcbcbc;}
.footzg a:hover {color:#fff;}
.footlink{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    border-bottom: 1px dashed #eeeeee;
   width:1300px;
    padding-bottom: 15px;
    margin:0px auto;
}


.header {
	overflow:hidden;
	width:1300px;
	margin:0px auto;
	padding:15px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#e6e6e7;
}
.menu {overflow:hidden;width:auto;}
.menu ul{
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	margin-bottom: 0;
}
.menu ul li {float:left;font-size:18px;margin-right: 15px;}
.menu ul li a{font-size:18px;color:#333;}



/* .menu ul li {float:left;font-size:18px;height:45px;line-height:45px;overflow:hidden;}
.menu ul li a{float:left;font-size:18px;color:#fff;height:45px;line-height:45px;} */

.wrap{ width:1300px;margin:0px auto;}
.wrap img{   width: 100%;}
.ztop {
    width: 1300px;
    line-height: 1.5;
    padding: 20px 10px;
    font-size: 18px;
    margin: 0px auto;
    color: #0c0c0c;
}
.ztoptxt1 {
    color: #a8a8a8;
    padding: 0px 8px;
}

.book,.book2{

    display: flex;
	flex-direction: row;
	justify-content:space-between;
	padding: 0;
}
.book .zi{
    display: flex;
    width: 14%;

    padding:0 5px;
    box-sizing: border-box;
    flex-direction: column;
    flex-wrap: wrap;
}
.book .zi a{
    height: 135px;
    overflow: hidden;
}
.book .zi p{
    line-height: 2;
    font-size: 18px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-overflow:ellipsis;;
    text-align: center;
}
.book2 .zi{
    display: flex;
    width: 13%;
    padding:0 15px;
    box-sizing: border-box;
    flex-direction: column;
    flex-wrap: wrap;
}

.book2 .zi p{
    line-height: 1.8;
    font-size: 18px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-overflow:ellipsis;;
    text-align: center;
}
@media (max-width: 767px) {
    .footer{
        width: 100% !important;
        padding: 15px;
    }
    .footzg{
        width: 100% !important;
    }
    .footzg h3{
        line-height: 1.5 !important;
    }
    .footlink{
        width: 100% !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footlink li{
        margin: 10px;
    }
    .book{
        width: 100%;
        flex-wrap: wrap;
    }
    .book .zi{
       width: 50%;
        padding: 20px;
    }
    .book .zi img{
        height: auto !important;
    }
}