.w {
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .w {
        width: 992px;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    /*娓呴櫎娴姩*/
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    //IE6
    zoom: 1;
}

/*渚ц竟鏍?/
.sideBar {
    width: 150px;
    float: left;
}

.sideBar .sideBar_title {
    color: #333;
    margin-bottom: 35px;
}

.sideBar .sideBar_title p:first-child {
    font-size: 24px;
    margin-bottom: 5px;
}

.sideBar .sideBar_title p:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
}

.sideBar .sideBar_ul {
    padding-left: 10px;
}

.sideBar .sideBar_ul li {
    margin-bottom: 24px;
}

.sideBar .sideBar_ul li a {
    color: #ababab;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    width: 68px;
}

.sideBar .sideBar_ul li a:hover {
    color: #005bac;
    border-right: 4px solid #f6ab00;
}

.fix {
    position: fixed;
    top: 80px;
}

.sideBar .sideBar_ul li a.active {
    color: #005bac;
    border-right: 4px solid #f6ab00;
}

.en .sideBar .sideBar_ul li a {
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    width: 105px;
    padding-right: 50px;
}

/*banner*/
.banner {
    height: 31.25vw;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.banner .w {
    position: relative;
    z-index: 50;
    padding-top: 260px;
}

.banner .top_font1,
.banner .top_font2 {
    color: #ffffff;
}

.banner .top_font1 {
    font-size: 35px;
    margin-bottom: 45px;
}

.banner .top_font2 {
    font-size: 16px;
    font-weight: 500;
    margin-top: -25px;
}

.banner .title_box {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 13.28vw;
}

@media (max-width: 1200px) {
    .banner .title_box {
        margin-top: 9.28vw;
    }
}

.banner img {
    width: 100%;
    height: 31.25vw;
}

.banner .banner-container .swiper-pagination-bullets {
    position: relative;
    bottom: 25px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 35px;
    border-radius: 50px;
}

/*鏍囬*/
.main_box .title {
    text-align: center;
    margin-bottom: 40px;
}

.main_box .title p {
    color: #838383;
    font-size: 18px;
    margin-bottom: 5px;
    /*margin-bottom: 10px;*/
}

.main_box .title h1 {
    font-size: 42px;
    color: #005bac;
    font-weight: 500;
}

.main_box .title span {
    display: inline-block;
    width: 68px;
    height: 6px;
    background-color: #f6ab00;
    position: relative;
    top: 2px;
    /*top: -5px;*/
}

.video_box {
    height: 31.25vw;
    position: absolute;
    width: 100%;
}


/*swiper2鏍峰紡*/



.mypagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
    width: 30px;
}

.banner-container {
    height: 31.25vw;
    position: relative;
}

.swiper-wrapper .swiper-slide {
    position: relative;
}