html * {
    padding: 0;
    margin: 0;
    font-family: '微软雅黑'
}

a {
    text-decoration: none;
}

.container {
    width: 100%;
    overflow: hidden;
}

.header {
    width: 100%;
	height: 61px;
    background-color: rgba(83,77,74,.5);
    position: fixed;
    z-index: 999;
}

.nav {
    display: flex;
    align-items: center;
    height: 65px;
}

.nav .logo {
    margin-left: 27px;
}

.name {
    display: inline-block;
    margin-left: 20px;
    height: 33px;
    line-height: 33px;
    color: #ffffff;
}

.nav_right {
    flex: 1;
    text-align: right;
    height: 33px;
}
.nav_right li .item.cur{
    font-weight: 600;
}
.yun {
    color: #ffffff;
    font-size: 18px;
}

ul li {
    float: right;
    list-style: none;
}

ul li a {
    display: block;
    margin-right: 40px;
    font-size: 16px;
    color: #ffffff;
    line-height: 33px;
}

.login {
    width: 76px;
    height: 33px;
    background: #00c1de;
    border-radius: 28px;
    text-align: center;
    line-height: 33px;
    margin-right: 5px;
    display: inline-block;
}
.register{
    width: 76px;
    height: 33px;
    background: #00c1de;
    border-radius: 28px;
    text-align: center;
    line-height: 33px;
    display: inline-block;
}
.bannbox{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannbox .section1{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.swiper-container {
    width: 100%;
    height: 576px;
}

.section2 {
    width: 100%;
    height: 823px;
    position: relative;
    overflow: hidden;
}
.section2 img{
    width: 1439px;
    position: relative;
    left: 50%;
    margin-left: -719.5px;
}
.section3 {
    width: 100%;
    height: 170px;
    background: #363c3f;
    position: relative;
    overflow: hidden;
}

.section3 .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 900px;
    line-height: 50px;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    height: 50px;
    bottom: 0;
    color: #ffffff;
    margin: auto;
}

.section3 .img_bg img {
    width: 1440px;
    height: 170px;
    position: relative;
    left: 50%;
    margin-left: -720px;
}

.section5 {
    width: 100%;
    height: 542px;
    background: #eff1f4;
    position: relative;
    overflow: hidden;
}

.section5 .text_container {
    width: 991px;
    height: 395px;
    position: relative;
    left: 50%;
    top: 70px;
    margin-left: -495.5px;
}
.section5 .title {
    font-size: 24px;
    width: 116px;
    height: 24px;
    color: #333333;
    letter-spacing: 4px;
    margin: auto;
    font-weight: bold;
}
.section5 .about {
    font-size: 14px;
    color: #333333;
    margin: auto;
}

.about .content {
    margin-top: 40px;
    line-height: 24px;
}

.section4 {
    position: relative;
    width: 100%;
    height: 440px ;
    overflow: hidden;
}

.box {
    margin: auto;
    position: absolute;
    width: 875px;
    height: 311px;
    top: 64.5px;
    left: 50%;
    margin-left: -437.5px;
}

.one {
    float: left;
    width: 33.3%;
    height: 311px;
}

.img1 {
    width: 159px;
    height: 158px;
    margin: auto;
    margin-top: 20px;
}

.text1 {
    width: 39px;
    height: 25px;
    margin: auto;
    color: #4e4b4b;
    font-weight: bold;
    font-size: 18px;
    margin-top: 21px;
}



.one .text2 {
    width: 130px;
    height: 41px;
    margin: auto;
    font-size: 16px;
    color: #4e4b4b;
    margin-top: 15px;
}



.two {
    float: left;
    width: 33.3%;
    height: 311px;
}

.two .text2 {
    width: 98px;
    height: 41px;
    margin: auto;
    font-size: 16px;
    color: #4e4b4b;
    margin-top: 15px;
}

.three {
    float: left;
    width: 33.3%;
    height: 311px;
}

.three .text2 {
    width: 113px;
    height: 41px;
    margin: auto;
    font-size: 16px;
    color: #4e4b4b;
    margin-top: 15px;
}

.footer {
    height: 360px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.footer .img {
    width: 1438px;
    height: 445px;
    position: relative;
    left: 50%;
    margin-left: -719px;
}
.swiper-pagination-bullet{width:40px; height:3px; position:relative; line-height:3px; border-radius:0; background:#868689; opacity:1;}
.swiper-pagination-bullet:before{position:absolute; width:40px; height:30px; content:''; left:0; top:-10px;}
.swiper-pagination-bullet-active{background:#fff;}