@charset "utf-8";

.sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow: auto;
    display: none;
    font-size: 20px;
}

#dowebok,
#dowebok2 {
    background-color: rgba(0, 0, 0, .6);
}

#dowebok .nav,
#dowebok2 .nav {
    margin-top: 80px;
    line-height: 60px;
    list-style-type: none;
}

#dowebok .nav a,
#dowebok2 .nav a {
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}

#dowebok .nav a:hover,
#dowebok2 .nav a:hover {
    background-color: #000;
}

[data-simplersidebar='active'] {
    box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.header_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #eeeeee;
}

.banner {
    position: relative;
}

.bannero {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 0;
}

.bannero img {
    width: 100%;
}

.header_box {
    padding: 28px 0;
}

.header_top .header_box h1 {
    background-image: url(../images/logo1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 272px;
    height: 60px;
    float: left;
    display: inline-block;
}

.header_top2 .header_box h1 {
    background-image: url(../images/logo2.png);
}


.header_top .header_box .header_right {
    float: right;
    padding-top: 0px;
}

.header_top .header_box .header_nav {
    float: right;
}

.header_top .header_box h1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.header_top .header_box .header_nav ul {
    padding-right: 30px;
    padding-top: 8px;
    /* padding-bottom: 15px; */
}

.header_top .header_box .header_nav ul li {
    float: left;
    color: #ffffff;
    font-size: 15px;
    padding: 0 25px;
}

.header_top .header_box .search_btn {
    background-image: url(../images/search3.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-right: 30px;
    position: relative;
    padding: 8px 0;
}

.header_top .header_box .search_btn::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #ffffff;
    position: absolute;
    right: -15px;
    top: 12px;
}

.header_top .header_box .download {
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 21px;
    float: left;
    display: inline-block;
    cursor: pointer;
    margin-right: 22px;
    padding: 8px 0;
}



.header_top .header_box .phone {
    color: black;
    font-size: 14px;
    display: inline-block;
    float: left;
    /* border: 1px solid #ffffff; */
    border-radius: 50px;
    background-color: #ffffff;
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    /* padding: 8px 12px; */
    width: 145px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    /* padding-left: 35px; */
}

.header_top .header_box .phone span {
    margin-right: 10px;
}

.header_top2 .header_box .phone {
    background-image: url(../images/tel2.png);
    background-color: #3ab9bd;
    color: #fff;
}

.header_top .header_box .menu {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    cursor: pointer;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    padding-top: 5px;
    /* margin-right: 15px; */
}

.btn {
    font-size: 30px;
    font-family: '宋体';
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.submit {
    font-family: '宋体';
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.header .header_form {
    position: absolute;
    left: 0;
    bottom: -75px;
    background: rgba(255, 255, 255, .8);
    z-index: 666;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    height: 45px;
    overflow: hidden;
    display: none;
}

.header .header_form form {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    max-width: 700px;
    width: 100%;
    position: relative;
}

.header .header_form form input.text {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    text-indent: 10px;
    border-bottom: 1px solid #ccc;
}

.header .header_form form input.submit {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 45px;
    background-image: url(../images/search_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
}

.banner .swiper-container {
    font-size: 0;
}

.banner .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-slide img {
    width: 100%;

}


.banner .viedo_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .swiper-container .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-container .swiper-slide source {
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-slide video {
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-slide source {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullet-active,
.banner .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: 0px;
    background-color: white;
    opacity: 1;

}

.banner .swiper-pagination-bullet-active {
    background-color: #3ab9bd;
}

.banner .swiper-pagination {
    position: absolute;
    bottom: 50px;
}

.banner .videomb {
    display: none;
}

@media(max-width:1600px) {
    .header_box {
        padding: 20px 15px;
    }

    .header_top .header_box .header_nav ul li {
        padding: 0 22px;
    }

    .header_top .header_box .header_nav ul li:nth-child(7) {
        padding-right: 0;
    }

}

@media(max-width:1400px) {
    .header_top .header_box h1 {
        width: 260px;
    }

    .header_top .header_box .header_nav ul li {
        padding: 0 18px;
    }
}

@media(max-width:1200px) {

    .header_top .header_box h1 {
        width: 210px;
    }

    .header_top .header_box .header_nav ul li {
        padding: 0px 12px;
    }

    .header_top .header_box .header_nav ul {
        padding-top: 10px;
        padding-right: 30px;
    }

    .header_top .header_box .search_btn {
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        margin-right: 20px;
        padding: 5px 0;
    }

    .header_top .header_box .download {
        margin-right: 5px;
        background-size: 100%;
        width: 20px;
        height: 20px;
        padding: 4px 0;
    }

    .header_top .header_box .search_btn::after {
        height: 12px;
        right: -12px;
        top: 7px;
    }

    .header_top .header_box .phone {
        font-size: 12px;
        background-position: 8px center;
        /* padding: 4px 4px; */
        width: 112px;
        height: 22px;
        line-height: 22px;
        text-align: right;
    }

    .header_top .header_box .phone span {
        margin-right: 5px;
    }

    .header_top .header_box .header_right {
        padding-top: 8px;
    }
}

@media(max-width:992px) {
    .header_top {
        border: none;
    }

    .header_top .header_box .download {
        /* display: none; */
        background-image: url(../images/down.png);
        background-size: 100%;
        margin-right: 20px;
        width: 25px;
        height: 25px;
        padding: 5px 0;
        position: relative;
    }

    .header_top2 .header_box .download {
        /* display: none; */
        background-size: 100%;
        margin-right: 20px;
        width: 25px;
        height: 25px;
        padding: 3px 0;
        position: relative;
    }

    .header_top .header_box .search_btn::after {
        height: 20px;
        top: 8px;
    }

    .header_top2 .header_box .search_btn::after {
        height: 20px;
        top: 6px;
    }

    .header_top .header_box .download::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 15px;
        background-color: #fff;
        height: 20px;
        top: 8px;
        right: -9px;

    }

    .header_top2 .header_box .download::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 15px;
        background-color: #333;
        height: 20px;
        top: 6px;
        right: -9px;

    }

    .header_box {
        padding: 10px 15px;
    }

    /* .header_top .header_box h1 {
        width: 140px;
        height: 40px;
    } */

    .header_top .header_box .header_nav ul {
        display: none;
    }

    .header_top .header_box .header_nav ul li {
        padding: 0px 4px;
        font-size: 13px;
    }


    .header_top .header_box .phone {
        display: none;
    }

    .header_top .header_box .search_btn {
        background-image: url(../images/search3.png);
        background-size: 100%;
        margin-right: 20px;
        width: 21px;
        height: 19px;
        padding: 7px 0;
        /* padding: 3px 0; */
    }

    .header_top .header_box .header_right {
        padding-top: 0;
    }

}

@media(max-width:768px) {
    .header_top .header_box .header_nav {
        display: none;
    }

    .header_box {
        padding: 5px 15px;
    }

    .header_top .header_box h1 {
        /* width: 160px;
        height: 40px; */
    }

    .header_top .header_box .header_right {
        padding-top: 5px;
    }

    .header_top .header_box .search_btn {
        margin-right: 20px;
        padding: 6px 0;
    }

    .header_top2 .header_box .search_btn {
        margin-right: 20px;
        padding: 2px 0;
    }

    .header_top .header_box .download {
        background-image: url(../images/down.png);
        margin-right: 20px;
        background-size: 100%;
        width: 25px;
        height: 19px;
        padding: 6px 0
    }

    .header_top .header_box .search_btn::after {
        height: 20px;
        right: -12px;
        top: 8px;
    }

    .header_top2 .header_box .search_btn::after {
        height: 20px;
        right: -12px;
        top: 6px;
    }

    .header_top .header_box .menu {
        background-size: 24px;
        padding-top: 2px;
    }

    .header_top2 .header_box .menu {
        background-size: 24px;
        padding-top: 1px;
    }

    .banner .swiper-pagination {
        bottom: 20px;
    }

    .banner .swiper-pagination-bullet-active,
    .banner .swiper-pagination-bullet {
        width: 30px;
    }

    .banner .videomb {
        display: block;
    }
}

@media(max-width:480px) {
    .header_top .header_box h1 {
        width: 160px;
    }

    .header_top2 .header_box h1 {
        width: 160px;
    }
}



.title1 {
    background: #ffffff;
    padding: 40px 0;
}

.title1 i {
    font-size: 40px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.title1 .h2_box {
    margin-top: 10px;
    position: relative;
}

.title1 .h2_box h2 {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;

}

.title1 .h2_box img {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 130px;
}

.title1 .text_box {
    padding-top: 28px;
}

.title1 .text_box p {
    font-size: 15px;
    color: #818181;
    line-height: 26px;
}

.ipro {
    padding-bottom: 80px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.ipro .swiper-container {
    font-size: 0;
    overflow: visible;
}

.ipro_box_lock {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.ipro_box_lock .main {
    width: 100%;
    height: 100%;
    position: relative;
}


.ipro .ipro_box {
    width: 330px;
    height: 400px;
    padding: 87px 70px;
    /* background: #bc272a; */
    background-image: url(../images/ipro3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    bottom: -80px;
    right: 0;
}

.ipro .ipro_box h3 {
    font-size: 36px;
    line-height: 45px;
    position: relative;
    color: #ffffff;
    padding-bottom: 35px;
}

.ipro .ipro_box h3::after {
    content: "";
    width: 23%;
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.ipro .ipro_box i {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 40px;
    display: inline-block;
}

.ipro .ipro_box p {
    font-size: 15px;
    line-height: 24px;
    color: #e2e2e2;
    padding: 45px 0;
}

.ipro .ipro_box a {
    font-size: 13px;
    color: #3a3a3a;
    border: 1px solid #ffffff;
    border-radius: 50px;
    background: #ffffff;
    /* padding: 8px 25px; */
    width: 104px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}

.ipro .ipro_box a:hover {
    background-color: #bc272a;
    color: #ffffff;
    /* border: 1px solid #ffffff; */
}

.button {
    position: relative;
    height: 50px;
}

.ipro .swiper-button-next,
.swiper-button-prev {
    position: absolute;
    background-color: #ffffff;
    height: 31px;
    width: 31px;
    background-size: 9px auto;
    border: 1px solid #fff;
}

.ipro .swiper-button-next:hover,
.ipro .swiper-button-prev:hover {
    background-color: #3ab9bd;
}

.ipro .swiper-button-next {
    top: 30px;
    right: 0;
}

.ipro .swiper-button-prev {
    top: 30px;
    left: 255px;
}

.ipro .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media(max-width:1600px) {
    .ipro .title1 {
        padding-left: 20px;
    }

    .ipro .ipro_box {
        right: 100px;
    }
}

@media(max-width:1300px) {
    .ipro .ipro_box {
        width: 330px;
        height: 400px;
        padding: 50px 50px;
    }
}

@media(max-width:1200px) {
    .ipro .ipro_box {
        padding: 35px 35px;
        width: 260px;
        height: 370px;
    }

    .ipro .ipro_box h3 {
        font-size: 30px;
    }

    .ipro .ipro_box i {
        margin-top: 30px;
    }

    .ipro .ipro_box p {
        padding: 35px 0;
    }

    .ipro .swiper-button-prev {
        left: 170px;
    }

    .ipro .swiper-button-next {
        right: 15px;
    }

    .title1 .h2_box img {
        left: 110px;
    }
}

@media(max-width:992px) {
    .ipro {
        margin-top: 30px;
    }

    .title1 {
        padding: 20px 0;
    }

    .ipro .ipro_box h3 {
        font-size: 22px;
        padding-bottom: 16px;
    }

    .ipro .ipro_box h3::after {
        height: 2px;
    }

    .ipro .ipro_box i {
        margin-top: 12px;
        font-size: 15px;
    }

    .ipro .ipro_box p {
        padding: 12px 0;
        font-size: 14px;
        line-height: 22px;
    }

    .ipro .ipro_box a {
        font-size: 12px;
        /* padding: 5px 16px; */
        width: 82px;
        height: 28px;
        line-height: 28px;
    }

    .ipro .swiper-button-next,
    .swiper-button-prev {
        height: 25px;
        width: 25px;
        background-size: 7px auto;
    }

    .ipro .ipro_box {
        width: 185px;
        height: 290px;
    }

    .ipro .swiper-button-prev {
        left: 124px;
    }

    .ipro .swiper-button-next {
        right: 0px;
    }

    .ipro .title1 i {
        font-size: 28px;
    }

    .ipro .title1 .h2_box h2 {
        font-size: 22px;
    }

    .title1 .h2_box img {
        left: 92px;
    }
}

@media(max-width:768px) {
    .ipro {
        padding-bottom: 0px;
        margin-top: 10px;
    }

    .ipro .title1 {
        padding: 30px 15px 30px 15px;
    }

    .title1 .text_box {
        padding-top: 15px;
    }

    .ipro .title1 .h2_box img {
        width: 10px;
        height: 10px;
    }

    .ipro_box_lock {
        position: static;
    }

    .ipro .ipro_box {
        position: initial;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background-position: left top;
        background-size: cover;
    }

    .ipro .ipro_box h3::after {
        /* display: none; */
        width: 8%;
    }

    .ipro .ipro_box h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .ipro .ipro_box i {
        margin-top: 10px;
        font-size: 15px;
    }

    .ipro .ipro_box p {
        padding: 0;
        margin: 20px 0;
        font-size: 15px;
        line-height: 28px;
    }

    .ipro .ipro_box a {
        font-size: 14px;
        /* padding: 6px 14px; */
        width: 86px;
        height: 33px;
        line-height: 33px;
    }

    .button {
        height: 25px;
        width: 220px;
        margin-top: 15px;
    }

    .ipro .swiper-button-next {
        left: 19%;
    }

    .ipro .swiper-button-next,
    .swiper-button-prev {
        height: 25px;
        width: 25px;
        background-size: 8px auto;
    }

    .ipro .swiper-button-prev {
        left: 3%;
    }
}

@media(max-width:640px) {
    .ipro .swiper-container .swiper-slide img {
        height: 240px;
        overflow: hidden;
    }
}

@media(max-width:480px) {
    .ipro .swiper-button-next {
        right: 18%;
    }

    .ipro .title1 i {
        font-size: 24px;
    }

    .ipro .title1 .h2_box h2 {
        font-size: 20px;
    }

    .title1 .text_box p {
        /* font-size: 14px; */
    }

    .ipro .ipro_box h3::after {
        /* display: none; */
        width: 12%;
    }
}

@media(max-width:480px) {
    .title1 .h2_box img {
        left: 84px;
    }
}



.iabout {
    margin: 80px 0;
}

.iabout .iabout_box .left,
.iabout .iabout_box .right {
    display: inline-block;
}

.iabout .iabout_box .left {
    width: 55%;
}

.iabout .iabout_box .right {
    width: 45%;
}

.iabout .text_box {
    min-height: 426px;
    background: #ffffff;
    padding-right: 155px;
    padding-top: 50px;
}

.iabout .text_box .title1 {
    padding: 30px 0;
}

.iabout .text_box .text {
    font-size: 15px;
    line-height: 26px;
    color: #6c6c6c;
}


.iabout .text_box a {
    font-size: 13px;
    color: #ffffff;
    /* border: 1px solid #ffffff; */
    border-radius: 50px;
    background: #3ab9bd;
    /* padding: 8px 25px; */
    width: 107px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    margin-top: 60px;
    overflow: hidden;
}

.iabout .text_box a:hover {
    overflow: hidden;
    background: #fff;
    color: #3ab9bd;
    border: 1px solid #3ab9bd;
}

.iabout .text_box .icon_box {
    margin-top: 30px;
}

.iabout .text_box .icon_box .list {
    float: left;
    text-align: center;
    margin-right: 40px;
    /* display: inline-block; */
}

.iabout .text_box .icon_box .list i {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.iabout .text_box .icon_box .list p {
    color: #9f9f9f;
    font-size: 12px;
    margin-top: 10px;
}

.iabout .text_box .icon_box .list:nth-child(1) i {
    background-image: url(../images/iabout_icon1.png);
}

.iabout .text_box .icon_box .list:nth-child(2) i {
    background-image: url(../images/iabout_icon2.png);
}

.iabout .text_box .icon_box .list:nth-child(3) i {
    background-image: url(../images/iabout_icon3.png);
}

.iabout .text_box .icon_box .list:nth-child(3) {
    margin-right: 0;
}

@media(max-width:1600px) {
    .iabout {
        padding: 0 15px;
    }

    .iabout .text_box {
        padding-top: 0px;
        padding-right: 80px;
    }

    .iabout .text_box a {
        margin-top: 50px;
    }
}

@media(max-width:1200px) {
    .iabout .text_box .icon_box .list {
        margin-right: 15px;
    }

    .iabout .text_box {
        min-height: auto;
        padding-right: 60px;
    }

    .iabout .text_box .title1 {
        padding: 0;
    }

    .title1 i {
        font-size: 35px;
    }

    .title1 .h2_box h2 {
        font-size: 25px;
    }

    .iabout .text_box .text {
        line-height: 26px;
        font-size: 14px;
        margin-top: 15px;
    }

    .iabout .text_box .icon_box {
        margin-top: 20px;
    }

    .iabout .text_box a {
        margin-top: 20px;

    }

    .iabout .text_box .icon_box .list i {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:992px) {
    .iabout {
        margin: 50px 0;
    }

    .iabout .text_box {
        padding-right: 20px;
    }

    .title1 i {
        font-size: 28px;
    }

    .title1 .h2_box h2 {
        font-size: 22px;
    }

    .title1 .h2_box {
        margin-top: 5px;
    }

    .title1 .h2_box img {
        width: 10px;
        height: 10px;
    }

    .iabout .text_box .text {
        font-size: 15px;
    }

    .iabout .text_box .text p {}

    .iabout .text_box .icon_box .list i {
        width: 30px;
        height: 30px;
    }

    .iabout .text_box .icon_box .list {
        margin-right: 8px;
    }
}

@media(max-width:768px) {
    .iabout .text_box {
        padding-bottom: 30px;
        padding-right: 0;
    }

    .iabout .text_box .text {
        /* padding-right: 90px; */
        padding: 20px 0;
        margin-top: 0;
    }

    .iabout .text_box .icon_box {
        /* padding: 10px 0; */
        margin-top: 20px;
    }

    .iabout .text_box a {
        margin-top: 10px;
        width: 100px;
        height: 30px;
        line-height: 30px;

    }

    .title1 .h2_box h2 {
        font-size: 22px;
    }

    .iabout .text_box .icon_box .list:nth-child(3) {
        margin-right: 0;

    }

    .iabout .iabout_box .right {
        width: 100%;
        float: none;
    }

    .iabout .iabout_box .left {
        float: none;
        width: 100%;
    }

    .iabout {
        padding: 0 15px;
    }

    .iabout .text_box .icon_box .list {
        margin-right: 30px;
        margin-bottom: 0;
        width: 150px;
    }

    .iabout .text_box .icon_box .list i {
        width: 40px;
        height: 40px;
    }

    .iabout .text_box .icon_box .list p {
        font-size: 14px;
    }
}

@media(max-width:540px) {
    .iabout .text_box .icon_box .list {
        margin-bottom: 20px;
        width: 28%;
    }

    .iabout .text_box a {
        margin-left: 15px;
    }
}

@media(max-width:480px) {
    .title1 i {
        font-size: 24px;
    }

    .title1 .h2_box h2 {
        font-size: 20px;
    }

    .iabout .text_box .text {
        padding: 20px 0;
    }

    .iabout .text_box .icon_box .list {
        margin-right: 7px;
        width: 31%;
    }

    .iabout .text_box a {
        /* font-size: 14px; */
        /* padding: 5px 12px; */
    }
}

.ijoin {
    margin-bottom: 80px;
}

.ijoin .text_box .title1 {
    padding: 30px 0;
}

.ijoin .text_box {
    /* padding: 30px 30px; */
    min-height: 397px;
    padding-left: 40px;
    padding-top: 50px;
    background-image: url(../images/ijoin-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.ijoin .text_box a {
    font-size: 13px;
    color: #ffffff;
    /* border: 1px solid #ffffff; */
    border-radius: 50px;
    background: #3ab9bd;
    /* padding: 8px 25px; */
    width: 107px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    margin-top: 60px;
}

.ijoin .text_box a:hover {
    overflow: hidden;
    background: #fff;
    color: #3ab9bd;
    border: 1px solid #3ab9bd;
}

.ijoin .text_box .text {
    font-size: 15px;
    line-height: 26px;
    color: #6c6c6c;
}

.br {
    width: 44%;
}

.bl {
    width: 56%;
}

@media(max-width:1600px) {
    .ijoin {
        padding: 0 15px;
    }
}

@media(max-width:1300px) {
    .ijoin .text_box {
        padding-top: 0;
    }

    .ijoin .text_box a {
        margin-top: 30px;
    }
}

@media(max-width:1200px) {
    .ijoin .text_box .title1 {
        padding: 15px 0;
    }

    .ijoin .text_box {
        min-height: auto;
    }

    .ijoin .text_box .text {
        font-size: 14px;
        line-height: 26px;
    }

    .ijoin .text_box a {
        margin-top: 30px;
    }
}

@media(max-width:992px) {
    .ijoin .text_box .title1 {
        padding: 0;
    }

    .ijoin .text_box .text {
        font-size: 15px;
        margin-top: 20px;
    }

    .ijoin .text_box .text p {
        /* display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }

    .ijoin .text_box a {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .ijoin {
        margin-bottom: 50px;
    }

    .ijoin .text_box {
        padding-left: 0;
    }

    .ijoin .text_box {
        /* padding-right: 240px; */
        padding-bottom: 30px;
        padding-right: 0;
    }

    .ijoin .text_box .text {
        line-height: 30px;
    }

    .ijoin .text_box a {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .br,
    .bl {
        float: none;
        width: 100%;
    }
}

@media(max-width:480px) {
    /* .ijoin .text_box a {
        font-size: 12px;
        padding: 5px 12px;
    } */
}



.icase {
    position: relative;
    margin-bottom: 50px;
}

.icase .pic_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icase .text_box {
    position: absolute;
    top: 39%;
    left: 9%;
    z-index: 999;
}

.icase .text_box p {
    font-size: 30px;

    letter-spacing: 5px;
    color: #ffffff;
}

.icase .text_box i {
    font-size: 40px;
    font-weight: bold;

    letter-spacing: 5px;
    color: #ffffff;
    display: block;
    margin-top: 30px;
}

.icase .text_box a {
    font-size: 13px;
    color: #ffffff;
    border-radius: 50px;
    background: #3ab9bd;
    width: 107px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    margin-top: 80px;
}

.icase .text_box a:hover {
    background: #fff;
    color: #3ab9bd;
    border: none;
}

@media(max-width:1600px) {
    .icase .text_box a {
        margin-top: 40px;
    }

    .icase .text_box {
        top: 40%;
    }

    .icase .text_box i {
        margin-top: 20px;
    }
}

@media(max-width:1200px) {
    .icase .text_box p {
        font-size: 25px;
        line-height: 35px;
    }

    .icase .text_box i {
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
    }

    .icase .text_box a {
        font-size: 14px;
        /* padding: 6px 20px; */
        margin-top: 20px;
    }
}

@media(max-width:992px) {
    .icase .text_box {
        top: 38%;
    }

    .icase .text_box p {
        font-size: 20px;
        line-height: 25px;
    }

    .icase .text_box i {
        font-size: 25px;
        line-height: 30px;
        margin-top: 10px;
    }

    .icase .text_box a {
        font-size: 13px;
        margin-top: 15px;
        /* padding: 5px 15px; */
    }
}

@media(max-width:768px) {
    .icase .text_box {
        top: 42%;
    }

    /* .icase .pic_box img {
        content: url(../images/icase2.jpg);
    } */

    .icase .text_box i {
        font-size: 19px;
        line-height: 28px;
    }

    .icase .text_box p {
        font-size: 17px;
        line-height: 16px;
    }

    .icase .text_box a {
        font-size: 13px;
        margin-top: 10px;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
}

@media(max-width:606px) {
    /* .icase .pic_box {
        height: 240px;
        overflow: hidden;
    } */
}

@media(max-width:480px) {
    .icase .text_box {
        top: 38%;
    }

    .icase .text_box p {
        font-size: 15px;
        line-height: 16px;
        letter-spacing: 2px;
    }

    .icase .text_box i {
        font-size: 17px;
        line-height: 28px;
        letter-spacing: 2px;
        margin-top: 5px;
    }

    /* .icase {
        margin-bottom: 40px;
    } */

    .ijoin {
        margin-bottom: 40px;
    }

    .iabout {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .ipro {
        margin-top: 20px;
    }
}

.inews {
    padding-bottom: 50px;
}

.inews .title_box .title1 {
    position: relative;
}

.inews .title_box .a_box {
    position: absolute;
    top: 65px;
    right: 0;
    font-size: 16px;
    color: #444444;
}

.inews .title_box .a_box a {
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 50px;
    /* padding: 13px 32px; */
    margin-left: 20px;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.inews .title_box .a_box a:hover {
    background-color: #3ab9bd;
    color: #ffffff;
    border: none;
}

.inews .inews_box {
    text-align: center;
}

.news .col {
    width: 31.33%;
    margin-right: 3%;
}

.news .news_box .col:nth-child(3n) {
    margin-right: 0;
}



.inews .inews_box .list_box {
    width: 400px;
    display: inline-block;
    /* margin-bottom: 40px; */
    /* background-image: url(../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center; */
    background: #fff;
    padding: 65px;
    padding-bottom: 50px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-right: 1px solid #e5e5e5;
}

.inews .inews_box .col:nth-child(1) .list_box {
    border-left: 1px solid #e5e5e5;
}

.news .news_box .list_box {
    width: 400px;
    padding: 70px 50px 70px 50px;
    margin-bottom: 30px;
    background: #fff;
    border: none;
}

.inews .inews_box .list_box:hover {
    box-shadow: 2px 5px 5px 0px #eee;
    transform: translate(0, -10px);
    background-image: url(../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.inews_box .list_box .pic_box {
    width: 400px;
    height: 200px;
    overflow: hidden;
}

.news_box .list_box .pic_box {
    width: 370px;
}

.inews_box .list_box .pic_box img {
    width: 100%;
    height: 100%;
}

.inews .inews_box .list_box .text_box {
    text-align: left;
}

.inews .inews_box .list_box .text_box h3 {
    padding-left: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    position: relative;
    z-index: 999;
}

.inews .inews_box .list_box .text_box h3::before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #3ab9bd;
    position: absolute;
    left: 0;
    top: 0;
}

.inews .inews_box .list_box .text_box p {
    font-size: 14px;
    line-height: 25px;
    color: #a2a2a2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 30px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.inews .more {
    text-align: left;
    font-size: 14px;
    /* line-height: 25px; */
    margin-top: 30px;
}

@media(max-width:1600px) {
    .inews {
        padding: 0 15px;
    }
}

@media(max-width:1500px) {
    .inews .inews_box .list_box {
        padding: 40px;
        /* padding-bottom: 10px; */
        width: 310px;
    }

    .news .news_box .list_box {
        padding: 70px 50px 70px 50px;
        width: 290px;
    }

    .inews .inews_box .list_box .pic_box {
        width: 310px;
        height: 165px;
    }

    .news .news_box .list_box .pic_box {
        width: 290px;
    }
}

@media(max-width:1200px) {
    .inews {
        padding-bottom: 40px;
    }

    .inews .title_box .title1 {
        padding-left: 20px;
    }

    .inews .inews_box .list_box {
        width: 260px;
        padding: 30px;
        /* padding-bottom: 10px; */
    }

    .news .news_box .list_box {
        padding: 50px 30px 50px 30px;
        width: 240px;
    }

    .inews .inews_box .list_box .pic_box {
        width: 260px;
        height: 140px;
    }

    .news .news_box .list_box .pic_box {
        width: 240px;
    }


}

@media(max-width:992px) {
    .inews {
        padding-bottom: 30px;
    }

    /* .inews .more {
        margin-top: 10px;
    } */

    .inews .title_box .title1 {
        padding: 40px 0;
        padding-top: 0;
    }

    .inews .title_box .a_box a {
        margin-left: 25px;
        /* padding: 9px 19px; */
        width: 96px;
        height: 36px;
        line-height: 36px;
    }

    .inews .title_box .a_box {
        position: absolute;
        top: 40px;
        right: 10px;
        font-size: 14px;
    }

    .inews .inews_box .list_box {
        width: 325px;
        padding: 20px;
        border: none;
    }

    .inews .inews_box .col:nth-child(1) .list_box {
        border-left: none;
    }

    .inews .inews_box .list_box .text_box p {
        /* padding: 15px 0; */
        margin: 15px 0;
    }

    .news .news_box .list_box {
        padding: 50px 20px 50px 20px;
    }

    .inews .inews_box .list_box .pic_box {
        width: 325px;
        height: 170px;
    }

    .news .col {
        width: 48%;
        margin-right: 4%;
    }

    .news .news_box .col:nth-child(3n) {
        margin-right: 4%;
    }

    .news .news_box .col:nth-child(2n) {
        margin-right: 0;
    }



}

@media(max-width:768px) {
    .news .col {
        width: 100%;
        margin-right: 0;
    }

    .inews .inews_box .list_box {
        width: 100%;
        /* padding: 0; */
        box-sizing: border-box;
        margin-top: 20px;
        border: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .inews .inews_box .col:nth-child(1) .list_box {
        border-left: none;
        margin-top: 0;
    }



    .inews .inews_box .list_box .pic_box {
        width: 100%;
        height: 100%;
    }

    .inews {
        /* padding-bottom: 10px; */
    }

    .news .news_box .list_box {
        padding: 30px 20px;
    }

    .news .news_box .list_box {
        padding: 50px 10px;
    }

    .inews .inews_box .list_box .text_box p {
        /* padding: 15px 0; */
        margin: 15px 0;
    }

    .inews .more {
        margin-top: 30px;
    }
}

@media(max-width:540px) {
    .inews .inews_box .list_box {
        /* padding: 0; */
    }

    .news .news_box .list_box {
        padding: 40px 10px;
    }
}

@media(max-width:420px) {
    .inews .title_box .a_box {
        font-size: 14px;
    }

    .inews .title_box .a_box a {
        /* padding: 9px 15px; */
        margin-left: 15px;
        width: 88px;
        height: 36px;
        line-height: 36px;
    }

    .inews .title_box .a_box a:nth-child(1) {
        margin-left: 0;
    }

    .inews .inews_box .list_box {
        width: 100%;
        /* padding: 0; */
    }

    .news .news_box .list_box {
        width: 100%;
        padding: 20px 10px;
        /* margin-bottom: 20px; */
    }

    .news .news_box .list_box {
        padding: 40px 10px;
    }

    .inews .inews_box .list_box .pic_box {
        width: 100%;
        height: 100%;
    }
}

.newsv {
    padding-bottom: 60px;
}

.newsv_box {
    padding: 0 15px;
}

.newsv_box .htit {
    padding: 50px 0;
    text-align: center;
}

.newsv_box .htit h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 6px 0;
}

.newsv_box .htit p {
    font-size: 15px;
    color: #6f6f6f;
}

.newsv_box .text_box {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 40px;

}

.newsv_box .next_group {
    line-height: 30px;
    padding: 25px 0;
    font-size: 15px;
    color: #444;
    text-align: center;
}

.newsv_box .next_group a {
    display: inline-block;
    margin-right: 40px;
}

.newsv_box .next_group a:hover {
    text-decoration: underline;
}

@media (max-width:768px) {
    .newsv_box .htit {
        padding: 40px 0;
    }

    .newsv_box .htit h2 {
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .newsv {
        padding-bottom: 40px;
    }

    .newsv_box .htit h2 {
        font-size: 16px;
    }

    .newsv_box .htit p {
        font-size: 14px;
    }

    .newsv_box .next_group {
        font-size: 14px;
    }

}



.footer {
    background: #111111;
    padding: 40px 0;
}

.footer .text_box {
    color: #909090;
    font-size: 14px;
    float: left;
}

.footer .text_box ul li {
    float: left;
    margin-right: 20px;
    position: relative;
}

.footer .text_box ul li:nth-child(1)::after {
    display: none;
}

.footer .text_box ul li::after {
    content: "";
    width: 1%;
    height: 80%;
    background-color: #909090;
    position: absolute;
    right: 120%;
    top: 12%;
}

.footer .text_box p {
    padding-top: 18px;
}

.footer .friendlink {
    float: right;
    color: #909090;
    position: relative;
}

.footer .friendlink img {
    margin-left: 3px;
}

.footer .friendlink span {
    font-size: 14px;
    padding: 11px 61px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #909090;
}

.footer .friendlink .downbtn {
    display: none;
    position: absolute;
    min-width: 200px;
    left: 0;
    bottom: 100%;
}

.footer .friendlink .downbtn li {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #111111;
    color: #909090;
    border: 1px solid #909090;
}

.footer .friendlink .downbtn a {
    display: block;
    padding: 10px 0;
    width: 100%;
}

.footer .friendlink:hover .downbtn {
    display: block;
}

.footer .codebox{
	float: right;
	margin-right: 60px;
}

.footer .codebox .img{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 20px;
}

.footer .codebox .img:last-child{
	margin-right: 0;
}

.footer .codebox .img img{
	width: 100%;
	height: 100%;
}

@media(max-width:1600px) {
    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:1300px){
	.footer .codebox{
		margin-right: 40px;
	}
	
	.footer .codebox .img{
		width: 80px;
		height: 80px;
		margin-right: 15px;
	}
}

@media(max-width:1200px){
	.footer .codebox{
		margin-right: 30px;
	}
	.footer .codebox .img{
		width: 70px;
		height: 70px;
		margin-right: 15px;
	}
}

@media(max-width:1100px){
	.footer .codebox{
		display: none;
	}
}

@media(max-width:992px) {
    .footer {
        padding: 20px 15px;
    }

    .footer .text_box {
        float: none;
        text-align: center;
    }

    .footer .text_box p {
        padding-top: 0;
    }

    .footer .text_box ul {
        display: none;
    }

    .footer .friendlink {
        display: none;
    }
}

@media(max-width:768px) {
    .footer .text_box {
        font-size: 14px;
    }

    .footer .text_box ul li {
        margin-right: 10px;
    }

    .footer .text_box ul li::after {
        right: 110%;
    }

}

@media(max-width:480px) {
    .footer {
        padding: 10px 15px;
    }
}

.header .header_top2 {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.header_top2 .header_box .header_nav ul li {
    color: #333333;
}

.header_top2 .header_box .search_btn {
    background-image: url(../images/search4.png);
    background-size: 100%;
}

.header_top2 .header_box .search_btn::after {
    background-color: #333333;
}

.header_top2 .header_box .download {
    background-image: url(../images/down2.png);
    background-size: 100%;
}

.header_top2 .header_box .menu {
    background: url(../images/nemu2.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 6px;
    width: 20px;
    height: 20px;
    background-size: 25px;
    padding-top: 0px;
}

.location {
    color: #999999;
    padding: 25px 0;
    font-size: 14px;
    background: #f4f4f4;
}

@media(max-width:1600px) {
    .location {
        padding: 20px 15px;
    }
}

@media(max-width:992px) {
    .location {
        display: none;
    }

    .header_top2 .header_box .search_btn {
        padding: 5px 0;
    }
}

@media(max-width:768px) {
    .location {
        font-size: 12px;
        padding: 10px 10px;
    }
}

.title2 {
    padding: 50px 0 60px;
    background: #f4f4f4;
}

.title2 h2 {
    font-family: "corbel";
    font-size: 22px;
    float: left;
    text-transform: uppercase;
	padding-top:6px;
}

.title2 .a_box {
    float: left;
    font-size: 14px;
    color: #000000;
    margin-left: 100px;
    margin-top: 15px;
}

.title2 .a_box a {
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    width: 160px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.title2 .a_box a:hover,
a.on {
    background-color: #3ab9bd;
    color: #ffffff;
    border: none !important;
}

@media(max-width:1600px) {
    .title2 {
        padding: 50px 15px;
    }
}


@media(max-width:992px) {
    .title2 {
        padding: 40px 15px;
    }

    .title2 h2 {
        font-size: 24px;
    }

    .title2 .a_box {
        margin-left: 30px;
    }

}

@media(max-width:768px) {
    .title2 {
        padding: 30px 15px;
    }

    .title2 h2 {
        font-size: 22px;
    }

    /*  */
    .title2 .a_box {
        float: right;
        margin-left: 0;
    }

    .title2 .a_box a {
        /* padding: 7px 18px; */
        width: 94px;
        height: 35px;
        line-height: 35px;
        margin-right: 15px;
    }

    .title2 .a_box a:nth-child(2) {
        margin-right: 0;
    }
}

@media(max-width:480px) {

    .title2 .a_box {
        margin-top: 6px;
    }

}


.case {
    text-align: center;
    background: #f4f4f4;
    padding-bottom: 40px;
}

.case .col {
    width: 31.33%;
    margin-right: 3%;
}

.case .case_box .col:nth-child(3n) {
    margin-right: 0;
}

.case_box .list_box {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;

}

.case_box .list_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_box .list_box .pic_box {
    width: 100%;
    height: 325px;
    overflow: hidden;
}

.case_box .list_box .pic_box img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.case_box .list_box:hover .pic_box img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.case_box .list_box p {
    color: #333333;
    font-size: 16px;
    margin-top: 25px;
}

.pages {
    padding: 35px 0 50px 0;
}

.pages a {
    border: 1px solid #dcdcdc;
    color: #555555;
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    display: inline-block;
}

.pages a:hover,
.pages .on {
    background: #a61f22;
    color: #ffffff;
}

@media(max-width:1600px) {
    .case_box {
        padding: 0 15px;
    }
}

@media(max-width:1500px) {
    .case_box .list_box .pic_box {
        height: 270px;
    }
}

@media(max-width:1200px) {
    .case_box .list_box .pic_box {
        height: 215px;
    }
}

@media(max-width:992px) {

    .case_box .list_box p {
        font-size: 15px;
        margin-top: 20px;
    }

    .pages a {
        font-size: 14px;
    }
}

@media(max-width:768px) {

    .case .col {
        width: 48%;
        margin-right: 4%;
    }

    .case .case_box .col:nth-child(3n) {
        margin-right: 4%;
    }

    .case .case_box .col:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {

    .case_box .list_box .pic_box {
        height: 150px;
    }

    .case_box .list_box p {
        font-size: 14px;
    }

    .pages a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

}


.news {
    background: #f4f4f4;
    text-align: center;
    padding-bottom: 40px;
}



@media(max-width:992px) {


    .news .more {
        font-size: 14px;
        line-height: 15px;
    }
}




.about {
    text-align: center;
}

.about_banner img {
    width: 100%;
}

.title3 {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    text-align: left;
}

.title3::after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #3ab9bd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.title3 h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .25px;
    line-height: 30px;
    display: inline-block;

}

.title3 p {
    display: inline-block;
    font-size: 30px;
    color: #dfdfdf;
    font-family: "corbel";
    text-transform: uppercase;
    margin-left: 15px;
    line-height: 30px;
}

.about {
    margin-top: 40px;
}

.about .text_box {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .25px;
    padding: 30px 0;
    text-align: left;
}

.about .pic_box {
    max-width: 1600px;
}

.about .pic_box img {
    width: 100%;
    height: 100%;
}

.about .list_box {
    padding-top: 50px;
    text-align: center;
}

.about .list_box .list {
    background: #f9f9f9;
    padding: 40px 10px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.about .list_box .col:nth-child(4) .list {
    margin-right: 0;
}

.about .list_box .list i {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    width: 81px;
    height: 81px;
}

.about .list_box .col:nth-child(1) .list i {
    background-image: url(../images/about_icon1.png);

}

.about .list_box .col:nth-child(2) .list i {
    background-image: url(../images/about_icon2.png);

}

.about .list_box .col:nth-child(3) .list i {
    background-image: url(../images/about_icon3.png);

}

.about .list_box .col:nth-child(4) .list i {
    background-image: url(../images/about_icon4.png);

}

.about .list_box .list h4 {
    font-size: 20px;
    margin-top: 20px;
}

.about .list_box .list p {
    font-size: 15px;
    margin-top: 15px;
}

@media(max-width:1600px) {
    .about {
        margin: 40px 15px;
    }

}

@media(max-width:1200px) {
    .title3 {
        padding: 30px 0;
    }

    .about .text_box {
        font-size: 16px;
        padding: 20px 0;
    }

    .about .list_box .list {
        height: 160px;
    }

    .about .list_box .list h4 {
        font-size: 17px;
        margin-top: 5px;
    }

    .about .list_box .list p {
        margin-top: 10px;
    }

    .about .list_box .list i {
        background-size: 100%;
        width: 70px;
        height: 70px;
    }
}

@media(max-width:992px) {
    .title3 {
        padding: 20px 0;
    }

    .about .text_box {
        padding: 15px 0;
    }

    .about .list_box {
        padding-top: 30px;
        text-align: center;
    }

    .about .list_box .list p {
        font-size: 14px;
    }

    .about .list_box .list i {
        width: 60px;
        height: 60px;
    }

    .about .list_box .list {
        padding: 30px 10px 20px 10px;
        height: 150px;
    }
}

@media(max-width:767px) {
    .title3 {
        padding: 10px 0;
    }

    .title3 h3 {
        font-size: 25px;
    }

    .about .text_box {
        font-size: 14px;
        line-height: 25px;
        padding: 30px 0;
    }

    .about .list_box .list {
        padding: 15px 10px;
        height: 140px;
        width: 75%;
        margin-right: 0;
        display: inline-block;
    }

    .about .list_box .list h4 {
        font-size: 16px;
    }

    /* .about .list_box .list p {
        font-size: 14px;
    } */

}

@media(max-width:580px) {
    .title3 p {
        display: none;
    }
}

@media(max-width:480px) {


    .about .list_box .list {
        padding: 10px 10px;
        height: 160px;
    }
}

.honor {
    margin: 60px 0;
}

.honor .honor_box .img_box {
    max-width: 400px;
    /* max-height: 400px; */
    overflow: hidden;
}

.honor .honor_box .img_box img {
    width: 100%;
}

.honor .honor_box .text_box {
    font-size: 14px;
    line-height: 25px;
    padding-top: 40px;
    padding-right: 270px;
    text-align: left;
}

.honor .list_box {
    max-height: 460px;
    overflow-y: scroll;
    margin: 40px 10px;
    /* margin: 0 auto; */
}

.honor .list_box .list1 {
    /* width: 700px;
    margin: 0 auto; */
}

.honor .list_box .list1 ul li,
.honor .list_box .list2 ul li {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    /* padding: 20px 80px; */
    padding: 20px 0;
    text-align: center;
    width: 45%;
    margin-bottom: 20px;
    font-size: 14px;
    margin-right: 20px;
}

.honor .list_box .list1 ul li {
    float: left;
}

.honor .list_box .list1 ul li:hover {
    background: #a61f22;
    color: #fff;
    cursor: pointer;
}

.honor_box2 {
    display: none;
}

@media(max-width:1600px) {
    .honor {
        padding: 0 15px;
    }
}

@media(max-width:1500px) {

    .honor .honor_box .text_box {
        padding-top: 40px;
        padding-right: 90px;
    }
}

@media(max-width:1200px) {
    .honor .list_box {
        height: 460px;
    }

    .honor .list_box .list1 ul li,
    .honor .list_box .list2 ul li {
        margin-bottom: 16px;
    }

    .honor .honor_box .text_box {
        padding-right: 35px;
    }

}

@media(max-width:992px) {
    .honor .list_box {
        height: 380px;
    }

    .honor .list_box .list1 ul li,
    .honor .list_box .list2 ul li {
        margin-bottom: 10px;
        margin-right: 5px;
        font-size: 13px;
        padding: 15px 0;
        width: 47%;
    }

    .honor .honor_box .text_box {
        padding-bottom: 10px;
    }
}

@media(max-width:768px) {

    .honor .pic_box {
        display: inline-block;

    }

    .honor_box .col {
        text-align: center;
    }

    .honor .list_box {
        /* width: 470px; */
        margin: 30px 10px 0 10px;
    }

    .honor .honor_box .text_box {
        padding-top: 30px;
    }

    .honor .list_box .list1 ul li {
        /* padding: 10px 22px; */
        width: 45%;
        padding: 20px 0;
        font-size: 14px;
        margin-right: 20px;
    }

    .honor_box {
        display: none;
    }

    .honor_box2 {
        display: block;
    }

    .honor_box2 .swiper-container p {
        font-size: 15px;
        margin-top: 10px;
    }

    .honor_box2 .swiper-container {
        text-align: center;
    }

    .honor_box2 .swiper-slide {
        padding-bottom: 50px;
    }

    .honor .honor_box2 .swiper-pagination-bullet-active {
        background-color: #bc272a;
    }

    .honor_box2 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #e5e5e5;
        opacity: 1;
    }

    .honor {
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .honor .honor_box .text_box {
        padding-right: 0px;
    }

    .honor .list_box .list1 ul li {
        width: 97%;
        margin-right: 0;
        font-size: 16px;
    }

    .honor_box2 .swiper-slide {
        padding-bottom: 40px;
    }

}


.power .title3 .title_box {
    float: left;
}

.power .title3 .a_box {
    float: right;
    font-size: 14px;
    color: #000000;
    /* margin-top: 5px; */
}

.power .title3 .a_box a {
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    width: 130px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.power .title3 .a_box a:hover {
    background-color: #a61f22;
    color: #ffffff;
    border: none;
    width: 132px;
    height: 47px;
    line-height: 47px;
}

.power .title3 .a_box a.on {
    width: 132px;
    height: 47px;
    line-height: 47px;
    border: none;
}

.power {
    padding: 40px 0;
    background: #f9f9f9;
}

.power .power_box {
    margin: 60px 0;
}

.power_box .pagination {
    text-align: center;
    margin-top: 60px;
}

.power .power_box .swiper-pagination-bullet-active {
    background-color: #3ab9bd;
}


.power_box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #e5e5e5;
    opacity: 1;
}

.power .power_box .swiper-pagination-bullet {
    margin-right: 12px;

}

.power_slide .swiper-slide {
    height: 280px;
}

.power_slide .swiper-slide .pic_box {
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.power_slide .swiper-slide .pic_box img {
    /* width: 100%;
    height: 100%; */
}

@media(max-width:1600px) {

    /* .power {
        padding: 0 15px;
    } */
    .power .title3 {
        margin: 0 15px;
    }

    .power_slide {
        margin: 0 15px;
    }

    .power_slide .swiper-slide {
        height: 210px;
    }
}

@media(max-width:1200px) {
    .power_slide .swiper-slide {
        height: 190px;
    }

    /* .power_box .pagination {
        margin-top: 15px;
    } */
}

@media(max-width:992px) {
    .power .title3 {
        padding: 30px 0;
    }

    .power .power_box {
        margin: 40px 0;
    }

    .power_slide .swiper-slide {
        height: 190px;
    }

    .power .title3 .a_box a {
        width: 100px;
        height: 40px;
        line-height: 40px;
    }

    .power .title3 .a_box a:hover {
        width: 102px;
        height: 42px;
        line-height: 42px;
    }

    .power .title3 .a_box a.on {
        width: 102px;
        height: 42px;
        line-height: 42px;
        border: none;
    }

    /* .power .title3 .a_box a {
        padding: 4px 15px;
    } */
}

@media(max-width:768px) {
    .power_box .pagination {
        margin-top: 40px;
    }

    /* .power .title3 {
        padding: 20px 0;
    } */

    .power .power_box {
        margin: 30px 0;
        margin-top: 50px;
    }



    .power .title3 .a_box a:nth-child(2) {
        margin-right: 0;
    }


    .power_slide .swiper-slide {
        height: 180px;
    }
}

@media(max-width:540px) {
    .power_slide .swiper-slide {
        height: 280px;
        width: 100%;
    }

    .power_slide .swiper-slide .pic_box img {
        width: 100%;
        height: 100%;
    }

    .power .title3 .a_box a {
        width: 90px;
        height: 38px;
        line-height: 38px;
        margin-right: 10px;
    }

    .power .title3 .a_box a:hover {
        width: 92px;
        height: 40px;
        line-height: 40px;
    }

    .power .title3 .a_box a.on {
        width: 92px;
        height: 40px;
        line-height: 40px;
        border: none;
    }

    .power .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 6px;
    }
}



.map {
    width: 100%;
    max-width: 1920px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.map img {
    width: 100%;
    height: 100%;
}

@media(max-width:768px) {
    .map {
        height: 400px;
    }
}

@media(max-width:480px) {
    .map {
        height: 320px;
    }
}

.contact {
    background: #f4f4f4;
}

.contact .list_box {
    text-align: center;

}

.contact .list_box .col {
    position: relative;
}

.contact .list_box .col::after {
    content: "";
    width: 1px;
    height: 72%;
    background-color: #dcdcdc;
    position: absolute;
    right: 0;
    top: 50px;
}

.contact .list_box .col:nth-child(4)::after {
    display: none;
}

.contact .list_box .list {
    height: 190px;
    padding: 80px 60px 80px 65px;
    background: #fff;
}

.contact .list_box .list h5 {
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
    line-height: 45px;
}


.contact .list_box .list p {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
}

.contact .list_box .list i {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    width: 55px;
    height: 55px;
    display: inline-block;
}

.contact .list_box .col:nth-child(1) .list i {
    background-image: url(../images/contact1.png);
}

.contact .list_box .col:nth-child(1) .list p {
    font-size: 26px;
    line-height: 36px;
    color: #222222;
}

.contact .list_box .col:nth-child(2) .list i {
    background-image: url(../images/contact2.png);
}

.contact .list_box .col:nth-child(3) .list i {
    background-image: url(../images/contact3.png);
}

.contact .list_box .col:nth-child(4) .list i {
    background-image: url(../images/code.jpg);
    background-size: 100%;
    width: 155px;
    height: 155px;
}

.contact .list_box .col:nth-child(4) .list h5 {
    margin-top: 0;
}

@media(max-width:1600px) {
    .contact {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .contact .list_box .col:nth-child(1) .list p {
        font-size: 18px;
        line-height: 25px;
        color: #222222;
    }

    .contact .list_box .list p {
        font-size: 15px;
        line-height: 22px;
    }

    .contact .list_box .list {
        height: 190px;
        /* padding: 30px 40px 20px 40px; */
    }
}

@media(max-width:992px) {
    .contact .list_box .list {
        height: 200px;
        padding: 30px 20px 20px 20px;
    }

    .contact .list_box .list h5 {
        font-size: 15px;
        margin-top: 8px;
    }

    .contact .list_box .list p {
        font-size: 14px;
        line-height: 20px;
    }

    .contact .list_box .col:nth-child(4) .list i {
        width: 130px;
        height: 130px;
    }

    .contact .list_box .col:nth-child(1) .list p {
        font-size: 16px;
        line-height: 20px;
    }

    .contact .list_box .col::after {
        /* height: 150px; */
        top: 30px;
    }
}

@media(max-width:768px) {
    .contact .list_box .col:nth-child(2)::after {
        display: none;
    }

    .contact .list_box .col:nth-child(4) .list i {
        width: 100px;
        height: 100px;
    }

    .contact .list_box .list {
        height: 180px;
        padding: 25px 40px 20px 40px;
    }

    .contact .list_box .list i {
        width: 40px;
        height: 40px;
    }

    .contact .list_box .list h5 {
        margin-top: 5px;
    }

    .contact .list_box .col::after {
        /* height: 135px; */
        top: 20px;
    }
}

@media(max-width:480px) {
    .contact .list_box .list {
        height: 180px;
        padding: 46px 0px 10px 0px;
    }

    .contact .list_box .list h5 {
        line-height: 30px;
    }

    .contact .list_box .col::after {
        /* height: 130px; */
        top: 20px;
    }

    .contact .list_box .col:nth-child(1) .list,
    .contact .list_box .col:nth-child(2) .list {
        padding-top: 20px;
    }

    .contact .list_box .col:nth-child(2) .list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact .list_box .col:nth-child(1) .list p {
        font-size: 14px;
    }

    .contact .list_box .col:nth-child(4) .list i {
        width: 80px;
        height: 80px;
    }
}

.message {
    background: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 50px;
}

.message .col {
    background: #fff;
}

.message .text_box {
    display: inline-block;
    padding-top: 130px;
    padding-left: 140px;
    height: 390px;
}

.message .text_box h4 {
    font-size: 30px;
    line-height: 30px;
    color: #444444;
}

.message .text_box .p_box {
    margin-top: 30px;
}

.message .text_box .p_box p {
    font-size: 16px;
    line-height: 42px;
    color: #888888;
}

.message form {
    display: block;
    padding: 70px 0px 70px 120px;
}

.message form .list {
    display: inline-blick;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.message form input.text {
    height: 50px;
    line-height: 50px;
    border: none;
    background: #eee;
    display: inline-block;
    float: left;
    width: 560px;
    margin-right: 2%;
    text-indent: 10px;
}

.message form input.text:nth-child(2) {
    margin-right: 0;
}

.message form textarea {
    width: 535px;
    height: 120px;
    padding: 2%;
    background: #eee;
    font-family: "微软雅黑";
}

.message form input.verify {
    width: 140px;
    margin-right: 0;
}

.message form img.verify_img {
    width: 120px;
    height: 50px;
    display: inline-blick;
    float: left;
    cursor: pointer;
}

.message form .submit {
    width: 165px;
    height: 45px;
    line-height: 45px;
    border: none;
    background: #3ab9bd;
    text-align: center;
    position: absolute;
    left: 396px;
    top: 0;
    font-size: 15px;
    color: #fff;
    font-family: "微软雅黑";
}

@media(max-width:1600px) {
    .message {
        padding-left: 15px;
        padding-right: 15px;
    }

    .message .text_box {
        height: 391px;
    }

    .message form {
        padding-left: 70px;
    }

    .message form input.text {
        width: 450px;
    }

    .message form textarea {
        width: 430px;
    }

    .message form input.verify {
        width: 120px;
    }

    .message form .submit {
        left: 288px;
    }
}

@media(max-width:1200px) {
    .message form {
        padding: 50px 0px 50px 80px;
    }

    .message form input.text {
        width: 350px;
    }

    .message form textarea {
        width: 336px;
    }

    .message form input.verify {
        width: 100px;
    }

    .message form img.verify_img {
        width: 100px;
        height: 50px;
    }

    .message form .submit {
        left: 238px;
        width: 115px;
        height: 45px;
    }

    .message .text_box {
        height: 390px;
    }

    .message .text_box {
        padding-top: 75px;
        padding-left: 70px;
    }
}

@media(max-width:992px) {
    .message form input.text {
        width: 290px;
        height: 40px;
    }

    .message form textarea {
        width: 275px;
        height: 90px;
    }

    .message form input.verify {
        width: 80px;
    }

    .message form {
        padding: 40px 0px 30px 45px;
    }

    .message form img.verify_img {
        width: 85px;
        height: 40px;
    }

    .message form .submit {
        left: 190px;
        width: 90px;
        height: 40px;
        line-height: 40px;
    }

    .message .text_box {
        padding-top: 50px;
        padding-left: 40px;
    }

    .message .text_box {
        height: 325px;
    }

    .message .text_box h4 {
        font-size: 25px;
    }

    .message .text_box .p_box p {
        line-height: 30px;
        /* font-size: 14px; */
    }
}

@media(max-width:767px) {
    .message .text_box .p_box {
        margin-top: 15px;
    }

    .message .text_box {
        height: auto;
        padding-top: 30px;
    }

    .message form {
        padding: 20px 30px 20px 40px;
    }

    .message form input.text {
        width: 100%;
    }

    .message form textarea {
        width: 96%;
    }

    .message form input.verify {
        width: 80px;
    }

}

@media(max-width:480px) {
    .message form {
        padding: 20px 30px 10px 30px;
    }

    .message .text_box h4 {
        font-size: 22px;
    }

    .message .text_box {
        padding: 25px 25px 0 25px;
    }

    .message .text_box .p_box {
        margin-top: 15px;
    }

    /* .message .text_box .p_box {
        margin-top: 15px;
    } */

    .message .text_box .p_box p {
        line-height: 25px;
        /* font-size: 14px; */
    }


    .message form input.text {
        /* width: 250px; */
        height: 35px;
    }

    .message form textarea {
        /* width: 240px; */
        height: 60px;
    }

    .message form input.verify {
        width: 80px;
    }

    .message form img.verify_img {
        width: 80px;
        height: 36px;
    }

    .message form .submit {
        left: 168px;
        width: 75px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
}

.join_support {
    padding-bottom: 80px;
    padding-top: 40px;
    background: #f1f1f1;
    position: relative;
}

.title4 {
    text-align: center;
    padding: 60px 0;
}

.title4 h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.title4 p {
    font-size: 25px;
    color: #666666;
    margin-top: 25px;
}

.join_support .swiper-container {
    text-align: center;
}

.join_support .swiper-container .swiper-slide h5 {
    font-size: 20px;
    line-height: 32px;
    color: #0b0b0b;
    margin-top: 20px;
    position: relative;
}

.join_support .swiper-container .swiper-slide h5::after {
    content: "";
    width: 120px;
    height: 5px;
    background-color: #f1f1f1;
    position: absolute;
    left: 46%;
    margin-left: -47px;
    bottom: -20px;
    display: inline-block;
}

.join_support .swiper-container .swiper-slide p {
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    margin-top: 50px;
}

.join_support .swiper-container .swiper-slide .list i {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: inline-block;

}

.join_support .swiper-wrapper .swiper-slide:nth-child(1) .list i {
    background-image: url(../images/join_tab1.png);
}

.join_support .swiper-wrapper .swiper-slide:nth-child(2) .list i {
    background-image: url(../images/join_tab2.png);
}

.join_support .swiper-wrapper .swiper-slide:nth-child(3) .list i {
    background-image: url(../images/join_tab3.png);
}

.join_support .swiper-wrapper .swiper-slide:nth-child(4) .list i {
    background-image: url(../images/join_tab1.png);
}

.join_support .swiper-wrapper .swiper-slide:nth-child(5) .list i {
    background-image: url(../images/join_tab2.png);
}

.join_support .swiper-wrapper .swiper-slide:nth-child(6) .list i {
    background-image: url(../images/join_tab3.png);
}

.join_support .swiper-slide .list {
    height: 290px;
    padding: 50px 55px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #ffffff;
}

.join_support .pagination {
    margin-top: 50px;
}

.join_support .swiper-pagination-bullet-active,
.join_support .swiper-pagination-bullet {
    width: 48px;
    height: 5px;
    border-radius: 0px;
    background-color: #d2d2d2;
    opacity: 1;
}

.join_support .swiper-pagination-bullet-active {
    background-color: #3ab9bd;
}

@media(max-width:1600px) {
    .join_support {
        padding-left: 15px;
        padding-right: 15px;
    }

    .join_support .swiper-slide .list {
        height: 335px;
    }
}

@media(max-width:1200px) {
    .join_support .swiper-container .swiper-slide .list i {
        width: 80px;
        height: 80px;
    }

    .join_support .swiper-slide .list {
        padding: 40px 30px;
        height: 300px;
    }

    .title4 h2 {
        font-size: 30px;
    }

    .title4 p {
        /* font-size: 22px; */
        margin-top: 15px;
    }

    .title4 {
        padding: 40px 0 30px 0;
    }
}

@media(max-width:992px) {
    .join_support {
        padding-bottom: 40px;
    }

    .join_support .swiper-container .swiper-slide .list i {
        width: 60px;
        height: 60px;
    }

    /* .title4 h2 {
        font-size: 26px;
    } */

    /* .join_support .title4 p {
        margin-top: 10px;
    } */

    .title4 {
        padding: 30px 0 30px 0;
    }

    .join_support .swiper-container .swiper-slide h5 {
        font-size: 16px;
        /* line-height: 29px; */
        margin-top: 10px;
    }

    .join_support .swiper-container .swiper-slide h5::after {
        bottom: -10px;
    }

    .join_support .swiper-container .swiper-slide p {
        margin-top: 20px;
        line-height: 22px;
    }

    .join_support .swiper-slide .list {
        height: 250px;

        padding: 30px 20px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }
}

@media(max-width:768px) {
    .join_support .pagination {
        margin: 20px 0;
    }

    .join_support .swiper-pagination-bullet-active,
    .join_support .swiper-pagination-bullet {
        width: 30px;
    }

    .join_support .swiper-slide .list {
        height: 265px;
        /* height: auto; */
        padding: 20px 15px;
    }

    .join_support .swiper-container .swiper-slide .list i {
        width: 50px;
        height: 50px;
    }

    .join_support .swiper-container .swiper-slide h5 {
        font-size: 15px;
        margin-top: 5px;
    }

    .join_support .swiper-container .swiper-slide h5::after {
        /*bottom: -4px;*/
    }

    .join_support .swiper-container .swiper-slide p {
        margin-top: 25px;
        line-height: 30px;
        font-size: 14px;
    }

    .title4 {
        padding: 10px 0 30px 0;
    }



    .join_support {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width:480px) {
    .join_support .title4 h2 {
        /* font-size: 20px; */
    }

    .join_support .title4 p {
        /* font-size: 16px;
        margin-top: 5px; */
    }

}

@media(max-width:420px) {
    .join_support .swiper-slide .list {
        /* height: 215px; */
        height: 240px;
        padding: 55px 38px;
    }
}


.join_box {
    padding-top: 70px;
}

.join_box .title4 {
    text-align: left;
    padding: 40px 0 40px 0;
}

.join_box .text_box {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-right: 65px;
}

.join_box .pic_box {
    margin-left: 60px;
}

.join_box .pic_box img {
    width: 100%;
    height: 100%;
}

@media(max-width:1600px) {
    .join_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .title4 h2 {
        /* font-size: 32px; */
    }

    .title4 p {
        /* font-size: 22px; */
        /* margin-top: 10px; */
    }

    .join_box .title4 {
        padding: 30px 0 30px 0;
    }
}

@media(max-width:1200px) {
    .title4 h2 {
        font-size: 26px;
    }

    .title4 p {
        font-size: 20px;
        /* margin-top: 5px; */
    }

    .join_box .text_box {
        /* font-size: 15px; */
        line-height: 25px;
        margin-right: 0px;
    }
}

@media(max-width:992px) {
    .join_box {
        padding-top: 40px;
    }

    .join_box .title4 {
        /* padding: 0; */
        /* padding-bottom: 5px; */
    }

    .join_box .text_box {
        font-size: 15px;
        /* line-height: 18px; */
    }
}

@media(max-width:768px) {
    .join_box .title4 {
        text-align: center;
    }

    .title4 h2 {
        font-size: 24px;
    }

    .title4 p {
        font-size: 19px;
        margin-top: 20px;
    }

    .join_box {
        /* padding-top: 10px; */
    }

    .join_box .pic_box {
        margin: 10px 0 0 0;
    }

    .join_box .text_box {
        margin-bottom: 30px;
    }
}

.join_list {
    padding-top: 50px;
    padding-bottom: 50px;
}

.join_list .list i {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 151px;
    height: 182px;
    display: inline-block;
    float: left;
    /*margin-left: 50px;*/
}

.join_list .col:nth-child(1) .list i {
    background-image: url(../images/join2.jpg);
}

.join_list .col:nth-child(2) .list i {
    background-image: url(../images/join3.jpg);
}

.join_list .col:nth-child(3) .list i {
    background-image: url(../images/join4.jpg);
}

.join_list .list .t_box {
    width: 260px;
    float: left;
    display: inline-block;
    padding-left: 30px;
    padding-top: 50px;
}

.join_list .list .t_box h5 {
    font-size: 18px;
    line-height: 28px;
    color: #3ab9bd;
    font-weight: bold;
}

.join_list .list .t_box p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
}

@media(max-width:1600px) {
    .join_list .list .t_box {
        width: 200px;
        padding-top: 20px;
    }

    .join_list .list i {
        width: 110px;
        height: 150px;
    }

    .join_list .list .t_box p {
        line-height: 20px;
    }
}

@media(max-width:1600px) {
    .join_list {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:1200px) {
    .join_list {
        padding: 40px 15px;
    }

    .join_list .list i {
        width: 100px;
        height: 130px;
        margin-left: 10px;
    }

    .join_list .list .t_box p {
        margin-top: 10px;
    }

    .join_list .list .t_box {
        width: 190px;
        padding-left: 20px;
    }
}

@media(max-width:992px) {
    .join_list .list {
        width: 200px;
        text-align: center;
    }

    .join_list .list .t_box,
    .join_list .list i {
        float: none;
    }

    .join_list .list i {
        width: 84px;
        height: 130px;
        margin-left: 0px;
    }

    .join_list .list .t_box {
        width: 150px;
        padding-left: 5px;
        padding-top: 10px;
    }

    .join_list .list .t_box h5 {
        font-size: 16px;
    }

    .join_list .list .t_box p {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media(max-width:768px) {
    .join_list .list .t_box p {
        margin-top: 10px;
    }

    .join_list .list i {
        float: left;
        width: 30%;
        height: 275px;
        display: block;
        margin: 0 auto;
    }

    .join_list .list .t_box {
        float: right;
        width: 60%;
        text-align: left;
        padding-top: 30px;
    }

    .join_list .list {
        text-align: center;
        margin-bottom: 40px;
        width: auto;
    }
}

@media(max-width:580px) {
    .join_list .list i {
        height: 200px;
    }
}

@media(max-width:420px) {
    .join_list .list i {
        height: 150px;
    }
}

.cooperation .title4 p {
    color: #666;
}

.cooperation_box {
    padding: 70px 100px;
    background: #f4f4f4;
    margin-bottom: 100px;
}

.flex_r {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cooperation_box .form {
    padding: 14px 0;
    position: relative;
}

.cooperation_box .form input {
    width: 32.5%;
    height: 60px;
    font-size: 16px;
    color: #999;
    background: #fff;
    text-indent: 15px;
}

.cooperation_box .form select {
    width: 32.5%;
    height: 60px;
    font-size: 16px;
    color: #999;
    background: #fff;
    text-indent: 15px;
    border: 1px solid #fff;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    background-image: url("../images/selectimg.jpg");
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 15px 15px;
}

/* .cooperation .select {
    position: relative;

}

.select:after {
    content: "";
    background: url("../images/selectimg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 15px;
    pointer-events: none;
} */

.cooperation_box textarea {
    width: 98%;
    min-height: 140px;
    padding: 1%;
    font-size: 16px;
    color: #999;
    background: #fff;
    font-family: "微软雅黑";
}

.cooperation_box .list2 {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cooperation_box .list2 .verify {
    width: 300px;
    height: 60px;
    font-size: 16px;
    color: #999;
    background: #fff;
    text-indent: 15px;
}

.cooperation_box .list2 span {
    width: 200px;
    height: 60px;
    /*background: #e5e5e5;*/
    display: inline-block;
    margin-right: 10px;
}

.cooperation_box .list2 .submit {
    width: 300px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    background: #3ab9bd;
    margin-left: 10px;
}


@media(max-width:1600px) {
    .cooperation {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .cooperation_box {
        padding: 50px 70px;
    }
}

@media(max-width:992px) {
    .cooperation_box {
        padding: 30px 50px;
    }

    .cooperation_box .form input {
        font-size: 14px;
        height: 50px;
    }

    .cooperation_box .form select {
        font-size: 14px;
        height: 50px;
    }

    .cooperation_box .form textarea {
        font-size: 14px;
        min-height: 120px;
    }

    .cooperation_box .list2 .submit {
        width: 240px;
        height: 50px;
        font-size: 14px;
    }

    .cooperation_box .list2 .verify {
        height: 50px;
    }

    .cooperation_box .list2 span {
        height: 50px;
    }
}

@media(max-width:768px) {
    .cooperation_box textarea {
        text-indent: 4px;
    }
}

@media (max-width: 640px) {
    .cooperation_box {
        padding: 20px 20px 40px 20px;
    }

    .cooperation_box .form {
        display: block;
        padding: 0;
        position: relative;
        text-align: left;
    }

    .cooperation_box .form input {
        display: block;
        width: 100%;
        margin-bottom: 14px;
    }

    .cooperation_box .form select {
        display: block;
        width: 100%;
        margin-bottom: 14px;
    }

    .cooperation_box textarea {
        padding: 2%;
        width: 96%;
        /* font-size: 14px; */
        min-height: 80px;
        margin-bottom: 14px;
    }

    .cooperation_box .list2 {
        display: block;
        position: relative;
    }

    .cooperation_box .list2 .verify {
        width: 150px;
        display: block;
        margin-bottom: 14px;
    }

    .cooperation_box .list2 span {
        width: 120px;
        height: 50px;
        display: inline-block;
        position: absolute;
        left: 160px;
        top: 0;
    }

    .cooperation_box .list2 .submit {
        width: 160px;
        margin-top: 15px;
    }
}


@media(max-width:480px) {}



.pro_title .title2 {
    background: #fff;
}

.title2 .category_box {
    float: left;
    font-size: 16px;
    color: #333333;
   
    margin-left: 50px;
}



.title2 .category_box a {
    margin-right: 30px;
}

.title2 .category_box a:hover {
    color: #a2a2a2;
}

@media(max-width:1600px) {
    .pro_title .title2 .category_box {
        font-size: 15px;
        margin-left: 20px;
    }

    .title2 .category_box a {
        margin-right: 10px;
    }
}

@media(max-width:1200px) {
    .pro_title .title2 h2 {
        font-size: 24px;
    }

    .title2 .category_box a {
        margin-right: 6px;
    }

    .title2 .category_box {
        font-size: 13px;
        margin-left: 15px;
    }
}

@media(max-width:992px) {
    .title2 .category_box {
        margin-top: 5px;
        font-size: 12px;
    }
}

.pro_box {
    margin-bottom: 60px;
}

.pro_box .list {
    margin-bottom: 40px;
}

.pro_box .list .pic_box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

.pro_box .list .pic_box img {
    width: 100%;
    height: 100%;
}

.pro_box .list .pic_box .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
    text-align: center;
}

.flex_cc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pro_box .list .mask .text_box i {
    font-size: 36px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}

.pro_box .list .mask .text_box h3 {
    font-size: 36px;
    line-height: 30px;
    color: #fff;
    padding-top: 25px;
}

.pro_box .list .mask .text_box .a_box {
    font-size: 15px;
    color: #333333;
    padding-top: 50px;
}

.pro_box .list .mask .text_box .a_box a {
    border: 1px solid #fff;
    /* width: 128px; */
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    margin-right: 15px;
	padding:0 8px;
}

@media(max-width:1600px) {
    .pro_box {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .pro_title .title2 .category_box {
        font-size: 13px;
    }

    .pro_box .list .mask .text_box h3,
    .pro_box .list .mask .text_box i {
        font-size: 32px;
    }

    .pro_box .list .mask .text_box .a_box {
        font-size: 14px;
        padding-top: 25px;
    }

    .pro_box .list .mask .text_box .a_box a {
        width: 90px;
        height: 30px;
        line-height: 30px;
        margin-right: 15px;
    }
}

@media(max-width:992px) {
    .pro_title .title2 {
        padding-bottom: 0;
    }

    .pro_title .title2 .category_box {
        margin: 20px 0;
    }

    .pro_box .list {
        margin-bottom: 40px;
    }

    .pro_title .title2 h2 {
        float: none;
    }

    .title2 .category_box {
        float: none;
    }

    .title2 .category_box a {
        font-size: 14px;
        margin-right: 0;
        padding: 5px 10px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .pro_box .list .mask .text_box h3,
    .pro_box .list .mask .text_box i {
        font-size: 25px;
    }

    .pro_box .list .mask .text_box h3 {
        padding-top: 10px;
    }

    .pro_box .list .mask .text_box .a_box {
        font-size: 12px;
        padding-top: 15px;
    }

    .pro_box .list .mask .text_box .a_box a {
        /* width: 70px;
        height: 25px;
        line-height: 25px; */
        margin-right: 8px;
    }

}

@media(max-width:768px) {
    .pro_title .title2 h2 {
        font-size: 20px;
    }

    /* .pro_title .title2 .category_box {
        margin-left: 5px;
    } */

    .pro_box .list .mask .text_box h3,
    .pro_box .list .mask .text_box i {
        font-size: 18px;
    }

    .pro_box .list .mask .text_box h3 {
        padding-top: 0;
    }

    .pro_box .list .mask .text_box .a_box {
        font-size: 14px;
        padding-top: 15px;
    }

    .pro_box .list .mask .text_box .a_box a {
        width: auto;
        height: 25px;
        line-height: 25px;
        margin-right: 5px;
		font-size:12px;
		margin-bottom:6px;
    }
}

@media(max-width:480px) {
    /* .pro_title .title2 .category_box {
        margin-bottom: 10px;
    } */

    /* .pro_box .list {
        margin-bottom: 10px;
    } */
    .title2 .category_box a {
        margin-bottom: 0;
        padding: 4px 5px;
    }

    .pro_box {
        margin-bottom: 20px;
    }

    .pro_box .list .pic_box {
        height: 182px;
        width: 100%;

    }

    .pro_box .list .pic_box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.pro1_title .location {
    background: #fff;
}

.pro1_title .title2 {
    background: #fff;
}

.pro1_title .title2 .category_box {
    font-size: 14px;
    color: #333333;
    display: block;
    text-align: center;
}

.pro1_title .title2 .category_box a {
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    display: inline-block;
    width: 160px;
    height: 43px;
    line-height: 43px;
    float: left;
}

.pro1_title .title2 .category_box a {
    margin-right: 10px;
}

.pro1_title .title2 .category_box a:hover {
    background: #3ab9bd;
    color: #fff;
    border: none !important;
    width: 162px;
    height: 45px;
    line-height: 45px;
}

.pro1_title .title2 .category_box a.on {
    width: 162px;
    height: 45px;
    line-height: 45px;
    border: none;
}


.sort .sort_box .list {
    font-size: 14px;
    color: #aaaaaa;
    border: 1px solid #eeeeee;
}

/* .sort .sort_box .size_list {
    border-bottom: none;
} */

.sort .sort_box .list span {
    line-height: 30px;
    width: 150px;
    height: 100%;
    background: #f5f5f5;
    display: inline-block;
    text-align: center;
}



.sort .sort_box .list .a_box {
    display: inline-block;
    padding: 0 15px;
}

.sort .sort_box .list a {
    text-align: center;
    line-height: 30px;
    padding: 8px 18px;
    display: inline-block;
}

.sort .sort_box .list .a_box a:hover,
.sort .sort_box .list .a_box a.on {
    color: #333;
    background-color: #fff;
}

.pro1_list {
    padding: 50px 0;
    text-align: center;
}

.pro1_list .col .list {
    display: inline-block;
    margin-bottom: 40px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.pro1_list .col .list:hover {
    transform: translate(0, -10px);
}

.pro1_list .col .list .img_box {
    height: 380px;
    width: 380px;
    overflow: hidden;
}

.pro1_list .list .text_box h5 {
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}

.pro1_list .list .text_box p {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

@media(max-width:1600px) {
    .sort .sort_box {
        padding: 0 15px;
    }

    .pro1_list .col .list .img_box {
        width: 290px;
        height: 290px;
    }

    .pro1_title .title2 .category_box {
        width: 800px;
        margin-left: 30px;
        margin-top: 0px;
    }

    .pro1_title .title2 .category_box a {
        margin-right: 30px;
        margin-bottom: 10px;
    }
}

@media(max-width:1600px) {
    .sort .sort_box .list span {
        width: 100%;
        text-align: left;
    }

    .sort .sort_box .list span a {
        padding-left: 30px;
    }
}

@media(max-width:1200px) {
    .pro1_list .col .list .img_box {
        width: 240px;
        height: 240px;
    }
}

@media(max-width:992px) {
    .pro1_title .title2 h2 {
        display: none;
    }

    .title2 .category_box {
        float: none;
    }

    .title2 .category_box a {
        font-size: 14px;
        margin-right: 0;
        /* padding: 5px 10px; */
        margin-bottom: 5px;
        display: inline-block;
    }

    .pro1_title .title2 .category_box {
        width: auto;
        margin-left: 0;

    }

    .pro1_title .title2 .category_box a {
        padding: 0;
    }

    /* .pro1_title .title2 .category_box a {
        border: 1px solid #d2d2d2;
        border-radius: 50px;
        display: inline-block;
        width: auto;
        height: auto;
        line-height: 30px;
        float: left;
        padding: 5px 20px;
        margin-right: 20px;
        margin-bottom: 10px;
    } */


    .sort .sort_box .list a {
        padding: 5px 15px;
    }
}

@media(max-width:768px) {
    .pro1_list {
        padding: 30px 0;
        text-align: center;
    }

    .pro1_list .col .list .img_box {
        width: 200px;
        height: 200px;
    }

    .pro1_title .title2 .category_box {
        width: 100%;
    }

    .pro1_title .title2 .category_box a {
        width: 155px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .pro1_title .title2 .category_box a:hover {
        width: 157px;
        height: 42px;
        line-height: 42px;
    }

    .pro1_title .title2 .category_box a.on {
        width: 157px;
        height: 42px;
        line-height: 42px;
    }



    .sort .sort_box .list span {
        display: block;
        width: 100%;
        text-align: left;
        /* padding-left: 20px; */
    }


}

@media(max-width:480px) {
    .pro1_list .col .list .img_box {
        width: 160px;
        height: 160px;
    }

    /* .pro1_title .title2 .category_box a {
        padding: 3px 15px;
    } */
}

@media(max-width:370px) {
    .pro1_list .col .list .img_box {
        width: 145px;
        height: 145px;
    }
}

.prov {
    padding: 50px 0;
    background: #f2f2f2;
}

.prov_slide {
    width: 500px;
    float: left;
    position: relative;
}

.prov_slide .mainSlide {
    padding-bottom: 25px;
    margin-bottom: -22px;
}

.prov_slide .mainSlide .img_box {
    width: 500px;
    height: 500px;
}

.prov_slide .mainSlide .swiper-scrollbar {
    height: 2px;
}

.swiper-scrollbar-drag {
    background: #030000;
}

.swiper-scrollbar {
    background: #e5e5e5;
}

.prov_slide .slide_btn {
    height: 100%;
    position: absolute;
    right: -140px;
    top: 0;
    padding: 0 10px;
}

.prov_slide .slide_btn ul {
    height: 100%;
    overflow-y: hidden;
}

.prov_slide .slide_btn ul li {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.prov_slide .slide_btn ul li.on {
    border: 1px solid #000;
}

.prov_slide .slide_btn ul li .img_box {
    width: 119px;
    height: 119px;
}

.prov .text_box {
    float: right;
    background: #fff;
    width: 50%;
    padding: 60px 50px 70px 70px;
}

.prov .text_box .text {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}


.prov .text_box .text .titl h5 {
    font-size: 16px;
    color: #888888;
    display: inline-block;
}

.prov .text_box .text .titl p {
    font-size: 16px;
    color: #333333;
    display: inline;
}

.prov .text_box .text .titl:nth-child(1),
.prov .text_box .text .titl:nth-child(3) {
    float: left;
    margin-bottom: 20px;
}

.prov .text_box .text .titl:nth-child(2),
.prov .text_box .text .titl:nth-child(4) {
    float: right;
}

.prov .text_box .text .titl {
    width: 50%;
}

.prov .text_box .a_box {
    font-size: 15px;
    color: #bababa;
    padding-top: 50px;
}

.prov .text_box .a_box a {
    /* border: 1px solid #eeeeee; */
    background: #eeeeee;
    color: #bababa;
    border-radius: 50px;
    display: inline-block;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 15px;
}

.prov .text_box .a_box a:nth-child(1) {
    width: 160px;
    background: #3ab9bd;
    color: #fff;
}

/* .prov .text_box .a_box a:hover {
    background: #eeeeee;
    color: #bababa;
} */

@media(max-width:1600px) {
    .prov {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prov_slide .slide_btn {
        right: -145px;
    }

    .prov_slide .mainSlide .img_box {
        width: 480px;
        height: 480px;
    }

    .prov_slide {
        width: 480px;
    }

    .prov_slide .mainSlide {
        margin-bottom: 0px;
    }
}

@media(max-width:1400px) {
    .prov_slide {
        width: 380px;
    }

    .prov_slide .mainSlide .img_box {
        width: 380px;
        height: 380px;
    }


    .prov_slide .slide_btn ul li .img_box {
        width: 100px;
        height: 100px;
    }

    .prov .text_box {
        width: 54%;
    }

    /* .prov .text_box .text{
        padding: 20px 0;
    } */

    .prov_slide .slide_btn {
        right: -120px;
    }

    .prov .text_box {
        padding: 30px 20px 30px 50px;
    }

    .prov .text_box .a_box a {
        /* width: 150px; */
        margin-right: 0;
    }

    .prov_slide .mainSlide {
        margin-bottom: 22px;
    }
}

@media(max-width:1200px) {
    .prov .text_box .a_box a {
        width: 125px;
    }

    .prov_slide {
        width: 300px;
    }

    .prov_slide .mainSlide .img_box {
        width: 300px;
        height: 300px;
    }

    .prov_slide .slide_btn ul li .img_box {
        width: 80px;
        height: 80px;
    }

    .prov_slide .slide_btn {
        right: -100px;
    }

    .prov .text_box {
        /* padding-top: 0px; */
        width: 56%;
        padding: 5px 10px 10px 20px;
    }

    .prov .text_box .text {
        padding: 20px 0;
    }

    .prov .text_box .a_box {
        padding-top: 20px;
    }

    /* .prov .text_box .text {
        padding-bottom: 20px;
    } */
    /* .prov_slide .mainSlide {
        margin-bottom: 110px;
    } */
}

@media(max-width:992px) {

    .prov .text_box .text .text1 .titl,
    .prov .text_box .text .text2 .titl {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .prov .text_box {
        width: 46%;
    }

    .prov_slide {
        width: 280px;
    }

    .prov_slide .mainSlide .img_box {
        width: 280px;
        height: 280px;
    }

    .prov .text_box .a_box a {
        width: 135px;
        height: 33px;
        line-height: 33px;
        margin-bottom: 8px;
    }

    .prov .text_box .a_box a:nth-child(1) {
        width: 135px;
    }

    .prov .text_box {
        padding: 0px 10px 5px 20px;
    }

    .prov_slide .mainSlide {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .prov {
        padding: 30px 15px;
    }

    .prov_slide {
        float: none;
        display: block;
        /* margin: 0 auto; */
        margin-bottom: 50px;
        margin-top: 20px;
        width: 100%;
    }

    .prov_slide .mainSlide {
        width: 100%;
        height: 100%;
    }

    /* .prov_slide .swiper-slide {
        width: 100%;
        height: 100%;
    } */

    .prov_slide .mainSlide .img_box {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .prov_slide .mainSlide .img_box img {
        width: 100%;
        height: 100%;
    }

    .prov_slide .slide_btn {
        display: none;
    }

    .prov .text_box {
        float: none;
        display: block;
        width: auto;
        padding: 10px 20px;
    }

    .prov .text_box .a_box a {
        font-size: 13px;
        width: 100px;
        height: 35px;
        line-height: 35px;
        /* height: 25px;
        line-height: 25px; */
    }

    .prov .text_box .a_box a:nth-child(1) {
        width: 140px;
        display: block;
        margin-bottom: 20px;
    }
}

@media(max-width:480px) {
    .prov .text_box .a_box a {
        width: 32%;
        /* margin-right: 1%; */
    }

    .prov .text_box .a_box a:nth-child(4) {
        margin-right: 0;
    }
}


.title5 {
    padding: 20px 0;
}

.title5 i {
    background-image: url(../images/more-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
}

.title5 h4 {
    float: left;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-left: 10px;
}

.detail {
    background: #f2f2f2;
    padding-bottom: 100px;
}

.prov_detail {
    background: #fff;
}

.detail .text_box {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.prov_detail .pic_box {
    text-align: center;
    padding: 50px 0;
}

.prov_detail .title5 {
    border-bottom: 1px solid #e7e7e7;
    margin: 0 50px;
    padding: 40px 0;
}

@media(max-width:1600px) {
    .detail .text_box {
        padding: 0 15px;
    }

    .prov_detail .title5 {
        margin: 0;
    }

    .prov_detail {
        padding: 0 15px;
    }
}

@media(max-width:768px) {
    .title5 h4 {
        font-size: 18px;
    }

    .title5 i {
        width: 25px;
        height: 25px;
        margin-top: 2px;
    }

    .prov_detail .title5 {
        padding: 30px 0;
    }

    .prov_detail {
        padding: 10px 20px;
        background: #fff;
    }
}




/* 视频中心 */
.video2 {
    text-align: center;
    background: #f4f4f4;
    padding-bottom: 40px;
}

.video2 .col{
    width: 31.33%;
    margin-right: 3%;
}

.video2 .video2_box .col:nth-child(3n) {
    margin-right: 0;
}

.video2_box .list_box {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;

}

.video2_box .list_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video2_box .list_box .pic_box {
    width: 100%;
    height: 325px;
    overflow: hidden;
	position: relative;
}

.video2_box .list_box .pic_box img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.video2_box .list_box:hover .pic_box img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.video2_box .list_box .pic_box::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/play2.png);
}

.video2_box .list_box p {
    color: #333333;
    font-size: 16px;
    margin-top: 25px;
}

.pages {
    padding: 35px 0 50px 0;
}

.pages a {
    border: 1px solid #dcdcdc;
    color: #555555;
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    display: inline-block;
}

.pages a:hover,
.pages .on {
    background: #a61f22;
    color: #ffffff;
}

@media(max-width:1600px) {
    .video2_box {
        padding: 0 15px;
    }
}

@media(max-width:1500px) {
    .video2_box .list_box .pic_box {
        height: 270px;
    }
}

@media(max-width:1200px) {
    .video2_box .list_box .pic_box {
        height: 215px;
    }
	.video2_box .list_box .pic_box::after {
		width: 60px;
		height: 60px;
	}
}

@media(max-width:992px) {

    .video2_box .list_box p {
        font-size: 15px;
        margin-top: 20px;
    }

    .pages a {
        font-size: 14px;
    }
}

@media(max-width:768px) {

    .video2 .col {
        width: 48%;
        margin-right: 4%;
    }

    .video2 .video2_box .col:nth-child(3n) {
        margin-right: 4%;
    }

    .video2 .video2_box .col:nth-child(2n) {
        margin-right: 0;
    }
	
	.video2_box .list_box .pic_box::after {
		width: 50px;
		height: 50px;
	}
	
}

@media(max-width:480px) {

    .video2_box .list_box .pic_box {
        height: 150px;
    }

    .video2_box .list_box p {
        font-size: 14px;
    }

    .pages a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

}