*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
/* 导航 */
/* .nav{
    width: 100%;
    height: 74px;
    background: #FFFFFF;
}
.nav-text{
    width: 1200px;
    height: 74px;
    margin: 0 auto;
    background: #FFFFFF;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.nav-l{
    display: flex;
}
.nav-l .img1{
    width: 50px;
    height: 50px;
    display: block;
    margin: auto 0;
    margin-left: 35px;
    margin-right: 9px;
}
.nav-l .img2{
    width: 131px;
    height: 33px;
    display: block;
    margin: auto 0;
}
.nav-r{
    display: flex;
}
.nav-r li{
    margin-left: 56px;
    line-height: 74px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
}
.nav-r li:hover a{
    color: #158AFF;
}
.nav-r li a{
    color: #333333
}
.nav-r .li a{
    color: #158AFF;
} */

/* banner */
.ban{
    width: 100%;
    height: 350px;
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
}
.ban-item{
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    position: relative;
}
.ban-item .p1{
    height: 55px;
    font-size: 42px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 55px;
    position: absolute;
    top: 108px;
    left: 85px;
}
.ban-item .p2{
    height: 55px;
    font-size: 42px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 55px;
    position: absolute;
    top: 183px;
    left: 85px;
}

/* 关于我们 */
.about{
    width: 100%;
    height: 765px;
    background: #FFFFFF;
}
.about-item{
    width: 1200px;
    height: 765px;
    margin: 0 auto;
    overflow: hidden;
    background: #FFFFFF;
}
.about-item h4{
    height: 35px;
    font-size: 26px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 35px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 59px;
}
.about-item h4 img{
    width: 34px;
    height: 34px;
    display: block;
    margin: auto 0;
    margin: 0 30px;
}
.about-content{
    width: 1200px;
    display: flex;
    overflow: hidden;
}
.about-l{
    width: 588px;
    height: 574px;
}
.about-l .img{
    width: 100%;
    height: 100%;
}
.about-r{
    width: 518px;
    height: 466px;
    padding-left: 90px;
    margin-top: 37px;
}
.about-r p{
    margin-bottom: 30px;
    text-indent: 2rem;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
}

/* 愿景 */
.vision{
    width: 100%;
    height: 420px;
    background: #F8F9FD;
}
.vision-item{
    width: 1200px;
    height: 420px;
    /* background: palegoldenrod; */
    margin: 0 auto;
}
.vision-ul{
    width: 1200px;
    display: flex;
}
.vision-ul li{
    width: 400px;
    height: 420px;
    overflow: hidden;
}
.vision-ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 79px;
    text-align: center;
}
.vision-ul li .p1{
    height: 31px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    text-align: center;
    margin: 20px 0 14px 0;

}
.vision-ul li .p2{
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    text-align: center;
}

/* 联系我们 */
.phone{
    width: 100%;
    height: 539px;
    background: #FFFFFF;
}
.phone-item{
    width: 1220px;
    height: 539px;
    margin: 0 auto;
    overflow: hidden;
    /* background: palegoldenrod; */
}
.phone-item h4{
    height: 35px;
    font-size: 26px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 35px;
    display: flex;
    justify-content: center;
    margin-top: 57px;
    margin-bottom: 66px;
}
.phone-item h4 img{
    width: 34px;
    height: 34px;
    display: block;
    margin: auto 0;
    margin: 0 30px;
}
.phone-ul{
    display: flex;
    width: 1220px;
    padding-left: 10px;
}
.phone-ul li{
    width: 280px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 1px 5px 12px 4px rgba(13, 37, 62, 0.08);
    border-radius: 1px;
    overflow: hidden;
    text-align: center;
    margin-right: 26px;
}
.phone-ul li:nth-child(4){
    margin-right: 0;
}
.phone-ul li img{
    width: 98px;
    height: 98px;
    display: block;
    margin: 0 auto;
    margin-top: 42px;
}
.phone-ul li .p1{
    height: 26px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 26px;
    text-align: center;
    margin: 30px 0 12px 0;
}
.phone-ul li .p2{
    width: 210px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    text-align: center;
    margin-left: 35px;
}
.phone-ul li .p3{
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    text-align: center;
}

/* 地图 */
.map{
    width: 100%;
    height: 564px;
    background: #FFFFFF;
}
.map-item{
    width: 1200px;
    height: 564px;
    margin: 0 auto;
    overflow: hidden;
}
.map-item .div{
    margin-top: 92px;
    width: 1198px;
    height: 380px;
}
.map-item .div img{
    width: 100%;
    height: 100%;
}

/* 底部 */

/* body {
    margin: 0;
    padding: 0;
}

footer {
    width: 100%;
    height: 233px;
    background: #303234;
}

.footer {
    max-width: 1200px;
    height: 233px;
    margin: 0 auto;
}

.footer-top {
    max-width: 1200px;
    height: 233px;
    display: flex;
    overflow: hidden;
}

.footer-top .left {
    width: 226px;
    height: 233px;
    margin-top: 49px;
    overflow: hidden;
    margin-right: 124px;
}
.footer-top .left img{
    width: 226px;
    height: 70px;
}

.img2 {
    width: 142px;
    height: 35px;
}
.footer-top .left p {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
    margin-top: 12px;
}
.center{
    display: flex;
    padding-top: 61px;
}
.center ul {
    width: 334px;
    height: 183px;
}
.center .ul2{
    margin-left: 94px;
} 
.center ul li {
    width: 338px;
    color: #C8C8C8;
    font-size: 14px;
    margin-bottom: 10px;
}

.center ul li span {
    color: #C8C8C8;
}

.center ul li a {
    color: #C8C8C8;
    margin-right: 30px;
}

.center ul .li-1 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.right{
    width: 84px;
    margin-top: 61px;
}
.right img{
    width: 84px;
    height: 84px;
}
.right p{
    width: 64px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #C8C8C8;
    line-height: 19px;
    text-align: center;
    margin: 0 auto;
} */
/* 最底部 */
/* .f-bottom {
    width: 100%;
    background: #26282A;
}

.footer-bottom {
    max-width: 1200px;
    width: 1920px;
    height: 60px;
    display: flex;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.footer-bottom p {
    width: 1920px;
    height: 60px;
    background: #26282A;
    color: #C8C8C8;
    font-size: 14px;
    font-family: MicrosoftYaHei;
}

.footer-bottom img {
    width: 18px;
    height: 19px;
    position: absolute;
    top: 20px;
    left: 260px;
} */
