/* header开始 */
.headerbg {
    width: 100%;
    background-color: #fdfdfd;
    border-bottom: 2px solid #40bcc7;
}
.header {
    max-width: 1200px;
    margin: 0 auto;
}
.logo {
    float: left;
    padding-top: 10px;
}
.logo a img {
    height: 60px;
}
.nav {
    float: left;
    margin-left: 5%;
    margin-top: 30px;
}
.nav ul li {
    float: left;
    font-size: 14px;
    line-height: 40px;
    position: relative;
}
.nav ul li a {
    display: block;
    color: #000000;
    padding: 0 30px;
}
.nav ul li:hover {
    background-color: #40bcc7;
}
.nav ul li a:hover {
    color: #ffffff;
}
.n {
    background-color: #40bcc7 !important;
}
.n a {
    color: #ffffff !important;
}
.nav ul li:hover .erji {
    display: block;
}
.erji {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 120%;
    background-color: #eef4f7;
}
.erji a {
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}
.erji a:hover {
    color: #40bcc7 !important;
}
/* footer开始 */
.footerbg {
    width: 100%;
    margin-top: 50px;
    background-color: #000000;
    border-top: 1px solid #40bcc7;
    padding: 20px 0;
}
.footer {
    max-width: 1200px;
    margin: 0 auto;
}
.footer p {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    line-height: 1.7;
}
.footer p a {
    color: #ffffff;
}
/* 返回开始 */
.back {
    position: fixed;
    right: 0;
    bottom: 5%;
    width: 30px;
    height: 30px;
    background-color: #40bcc7;
}
.back a img {
    width: 13px;
    height: 15px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* pic开始 */
.picbg {
    width: 100%;
}
.picbg img {
    width: 100%;
}
/* 通用开始 */
.tongyongbg {
    width: 100%;
    background-color: #fdfdfd;
}
.tongyong {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px #ccc;
    padding: 25px 30px 25px 15px;
    position: relative;
    top: -60px;
    z-index: 10;
    background-color: #fdfdfd;
}
.tongyong-left {
    float: left;
    width: 260px;
}
.tongyong-left1 h2 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 7px;
}
.tongyong-left1 ul {
    padding-top: 10px;
}
.tongyong-left1 ul li {
    border: 1px solid #e2e2e2;
    margin-bottom: 5px;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
}
.tongyong-left1 ul li:hover {
    background-color: #40bcc7;
}
.tongyong-left1 ul li:hover a {
    color: #ffffff;
}
.tongyong-left1 ul li a {
    display: block;
    color: #333333;
}
.tongyong-left1 ul li span {
    position: absolute;
    right: 10px;
    top: 0%;
    color: #e4e4e4;
}
.tongyong-left2 {
    margin-top: 15px;
}
.tongyong-left2 ul li {
    margin-bottom: 22px;
}
.tongyong-left2 ul li p {
    font-size: 14px;
    color: #40bcc7;
}
.tongyong-left2 ul li p i {
    color: #333333;
}
.tongyong-left2 ul li img {
    width: 100%;
}
.tongyong-right {
    float: right;
    width: calc((100% - 280px)/1);
    padding: 0 20px;
}
.tongyong-right1 {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.tongyong-right1 a {
    font-size: 14px;
    color: #333333;
}
/* 翻页开始 */
.fanye {
    margin: 10px 0;
    text-align: center;
}
.fanye a {
    display: inline-block;
    line-height: 27px;
    font-size: 14px;
    color: #888888;
    padding: 0 10px;
    border: 1px solid #878787;
}




.daohang {
    display: none;
}
.dianji {
    display: none;
}





@media only screen and (max-width: 980px) {
    /* header开始 */
    .headerbg {
        position: relative;
    }
    .nav {
        display: none;
    }
    .logo {
        padding-top: 0px;
    }
    .dianji {
        display: block;
        position: absolute;
        right: 5%;
        top: 10%;
    }
    .daohang {  
        display: none;
        position: fixed;
        top: 54px;
        left: 0;
        background: #fdfdfd;
        width: 100%;
        z-index: 20;
    }
    .daohang ul li {
        width: 100%;
        position: relative;
        line-height: 50px;
        text-align: center;
    }
    .daohang ul li a {
        display: block;
        color: #000000;
        font-size: 14px;
    }
    /* 通用开始 */
    .tongyong {
        padding: 0 10px;
        top: 0;
    }
    .tongyong-left {
        float: none;
        width: 100%;
    }
    .tongyong-right {
        float: none;
        width: 100%;
    }
}