@charset "utf-8";

@media (min-width: 1200px) {
    .container {
        max-width: 1316px;
    }
}
/* 版芯 */
.w {
    width: 1314px;
    margin: auto;
}
.main {
    /* width: 100%; */
    height: auto;
}

/* 头部背景图开始 */
.header-hd {
    /* position: absolute; */
    width: 100%;
    height: 400px;
    background: url(../images/About_banner.png);
    background-size: cover;
    /* background: url(../images/About_banner.png) no-repeat center bottom;
    background-size: 100% 100%; */

}
.header-title-one {
    margin-top: 16px;
}
.header-hd .header-title{
    padding: 100px 0px 0px 150px;
    /* padding: 104px 20px 160px 20px; */
    font-size: 48px;
    /* text-align: center; */
    color: #fff;
}
.header-hd .header-title p{
    margin-left: 0px;
    font-size: 18px;
    color: #fff;
}
/* 头部背景图结束 */
.main .fontst h3{
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 36px;
}

.header-hl {
    /* width:100%; */
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #d8dede;
}

.header-hl .header-hl1 ul{
    float: left;
    
}
.header-hl .header-hl1 ul li {
    float: left;
    margin-right: 10px;
    
}
.header-ht {
    /* width: 1314px;
    margin: 0 auto; */
    border-bottom: 1px solid #d8dede;
    height: 68px;
    /* padding: 12px 10%; */
}

.btn-z {
    /* margin-bottom: 36px; */
    height: 56px;
    font-size: 18px;
}
/* 浏览器会有滚动条 */
/* .btn-z .btn-1 {
    margin-left: 24%;
} */

.btn-z .btn-1 ul {
    float: left;
    padding: 12px 0px 12px 239px;
    /* width: 820px; */
    /* height: 56px; */
}

.btn-z .btn-1 ul li {
    float: left;
    width: 144px;
    height: 42px;
    margin-right: 18px;

}

.btn-z .btn-1 ul li a:hover {
    background-color: #06a3c6;
    border: 0;
    color: #fff;
}

.btn-z .btn-1 ul li a {
    display: block;
    width: 144px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    border: 1px solid black;
    color: black;

}