.banner{
    width: 100%;
    height: 380px;
    background: url(../images/about_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.content .w-1300{
    width: 1300px;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.content .con-le{
    width: 600px;
    height: auto;
    margin-top: 20px;
}
.con-le .con-on{
    width: 100%;
    height: 80px;
    margin-top: 20px;
    position: relative;
}
.con-on .swiper{
    width: 560px!important;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.con-on .swiper-slide{
    width: 120px!important;
    height: 80px;
}

.con-le .con-box{
    width: 600px;
    height: 400px;
    overflow: hidden;
}
.con-box .swiper{
    width: 100%;
    height: 100%;
}

.con-on .swiper-button-prev{
    left: -10px!important;
    outline:none!important;
    color: #1d8d7f!important;
}
.con-on .swiper-button-next{
    right: -10px!important;
    outline:none!important;
    color: #1d8d7f!important;
}
.con-on .swiper-slide-thumb-active{
    border: 2px solid #1d8d7f;
    box-sizing: border-box;
    outline:none!important;
}

.content .con-ri{
    width: 550px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.con-ri .con-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.con-head .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
}
.con-head .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #4c4c4c;
    margin-top: 15px;
}
.con-span span{
    color: #888;
}
.con-head .con-span:last-child{
    margin-bottom: 20px;
}
.con-ri .con-last{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-last .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.con-last .con-text{
    color: #333;
    text-align: justify;
    line-height: 2;
}
.con-ri .con-btn{
    cursor: pointer;
    width: 160px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    background: #1d8d7f;
    border-radius: 5px;
    margin-top: 20px;
}
.con-btn .iconfont{
    font-size: 22px!important;
    margin-right: 10px;
}


.text{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 60px 0;
    margin-top: 30px;
}
.text .text-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    line-height: 24px;
}
.text .text-span{
    line-height: 2;
    color: #888;
    margin-top: 20px;
}

.yong{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f9f9f9;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 60px 0;
}
.yong .yong-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    line-height: 24px;
}
.yong .yong-text{
    line-height: 2;
    color: #888;
    margin-top: 20px;
}



.up{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99;
    display: none;
}
.up .up-box{
    width: 660px;
    height: 524px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.up-box .up-le{
    width: 260px;
    height: 524px;
    position: relative;
}

.up-box .up-ri{
    width: 400px;
    height: 524px;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.up-ri .up-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #173999;
    line-height: 30px;
    margin-top: 20px;
}
.up-head span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-left: 10px;
}
.up-ri .up-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.up-ul .up-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 20px;
}
.up-li input{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
}
.up-li textarea{
    display: block;
    width: 100%;
    height: 122px;
    font-size: 14px;
    padding: 10px 0;
    box-sizing: border-box;
    resize:none;
}
.up-ri .up-btn{
    width: 200px;
    height: 40px;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-top: 42px;
    cursor:pointer;
}
.up-box .up-down{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor:pointer;
}
