* {
    margin: 0;
    padding: 0;
} 

li {
    list-style: none;
}

div {
    display: block;
}

a {
    text-decoration: none;
}

.box {
    width: 100%;
}

.logo {
    width: 30%;
    height: 100%;
    background-color: rgb(224, 174, 174);
    float: left;
    position: fixed;
    top: 0;
    text-align: center;
}

.logo li img {
    width: 320px;
    height: 360px;
    margin-left: 4px;
    margin-top: 80px;
}

.main {
    width: 70%;
    height: auto;
    background-color: #fff;
    float: right;
    /* margin-left: 378px; */
}

.nav {
    width: 100%;
    height: 60px;
    background-color: rgb(203, 172, 231);
}

.nav ul li a {
    margin: 0 auto;
    float: left;
    padding: 20px;
    margin-left: 60px;
}

.main_body {
    width: 100%;
    height: auto;
    background-color: #ece8e8;
    /* margin-top: 20px; */
}

.main_body img {
    width: 100%;
}


/*  */

.imgBox {
    /* border-top: 2px solid cadetblue; */
    width: 100%;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.imgBox img {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    /* padding-top: 30px; */
}

.img1 {
    display: block;
}

.img2,
.img3,
.img4 {
    display: none;
}


/*  */

.qita {
    width: 100%;
    height: 220px;
    background-color: #fff;
}

.qita ul li img {
    max-width: 30%;
    height: 180px;
    float: left;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 24px;
}

.qita img:hover {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
}


/*  */

.jt {
    width: 100%;
    background-color: #fff;
}

.text {
    width: 100%;
    margin-top: 20px;
}

.text h2,
.light {
    text-align: center;
}

.light {
    font-size: 18px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.56);
}


/*  */

.liaojie {
    float: left;
    width: 100%;
    height: 270px;
    background-color: #f5f5f5;
    padding-bottom: 20px;
}

.liaojie>div {
    margin-top: 15px;
    float: left;
    width: 270px;
    height: 250px;
    background-color: #fff;
    margin-left: 20px;
    margin-bottom: 14px;
    text-align: center;
}

.liaojie div:hover {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
}

.liaojie h5 {
    line-height: 40px;
    font-size: 20px;
}

.liaojie img {
    width: 270px;
    height: 200px;
}


/*  */

.vip {
    float: left;
    width: 100%;
    height: 400px;
    background-color: #fff;
    text-align: center;
}

.vip>div {
    margin-top: 60px;
    float: left;
    width: 200px;
    height: 230px;
    border: 1px solid rgb(230, 226, 226);
    background-color: #fff;
    margin-left: 16px;
    margin-bottom: 14px;
    text-align: center;
}

.vip div:hover {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
}

.vip img {
    width: 100px;
    height: 100px;
    margin-top: -40px;
}

.vip h5 {
    line-height: 40px;
    font-size: 20px;
}

.vip .lj {
    color: coral;
}

.foot {
    width: 100%;
    height: 60px;
    float: left;
    background-color: #a19e9e;
    text-align: center;
    line-height: 60px;
}


/* 1.html */

.main_body .a {
    padding-top: 10px;
}

.main_body .a1 {
    padding-top: 10px;
    width: 100%;
    height: auto;
}

.main_body .a1 h5 {
    color: black;
    font-weight: 500;
}

.main_body .a1 .gengduo {
    color: coral;
    margin-left: 420px;
}


/*  */

.jieshao {
    width: 600px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    line-height: 20px;
}

.jieshao h2 {
    text-align: center;
}

.jieshao p {
    line-height: 20px;
    text-indent: 2em;
    padding: 10px 20px;
}

.foot1 {
    width: 900px;
    height: 60px;
    float: right;
    background-color: #a19e9e;
    text-align: center;
    line-height: 60px;
}


/*  */

.zr li {
    width: 720px;
    height: 200px;
    margin: 0 auto;
    background-color: rgb(189, 182, 182);
    /* padding: 10px 0; */
}

.main_body .zr li img {
    width: 224px;
    height: 200px;
    float: left;
    margin-right: 20px;
}

.zr li:hover,
.ls li:hover {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
}

.ls li {
    width: 720px;
    height: 180px;
    margin: 0 auto;
    background-color: rgb(189, 182, 182);
    text-indent: 4em;
    /* padding: 10px 0; */
}


/*  */

.vip strong,
.vip p,
.liaojie h5 {
    color: black;
}