<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* banner轮播 */

.banner {
    height: 860px;
}

.banner_swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-next.banner_next,
.swiper-button-prev.banner_prev {
    color: #919191;
}

.banner_slide a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
	background-size: 100%;
}

.banner_pagination span.swiper-pagination-bullet {
    background-color: #808080;
}

.banner_pagination span.swiper-pagination-bullet-active {
    background-color: #ffc77e;
}

.banner_pagination span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.banner_pagination.swiper-pagination {
 bottom: 36px;
}

.banner_slide&gt;a,
.banner_slide&gt;a&gt;.container {
    height: 100%;
	background-position:center
}

.banner_box {
    height: 100%;
    position: relative;
}

.banner_box_yuan {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(-68px, -50%);
    -ms-transform: translate(-68px, -50%);
    transform: translate(-68px, -50%);
}

.banner_yuan {
    width: 606px;
    height: 606px;
    background-image: -webkit-gradient(linear, 100% 90%, 60% 20%, from(#003487), to(#ed8f1b));
    background: -o-linear-gradient(top left, #ce3d6e 30%, #003487 95%);
    background: -moz-linear-gradient(top left, #ce3d6e 30%, #003487 95%);
    background: -ms-linear-gradient(top left, #ce3d6e 30%, #003487);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.banner_box_yuan {
    opacity: 0.8;
}

.banner_box_txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 70%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/*.banner_box_txt h2 { width: 80%}*/

.banner_box_txt h2 {
    font-size: 48px
}

.banner_box_txt P {
    margin-top: 40px;
    color: #fff;
}

.banner_box_txt .banner_txt_xx {
    margin-top: 70px;
    font-size: 22px;
    color: #fff;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
}

.banner_box_txt .banner_txt_xx::before {
    content: '';
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.banner_box_txt .banner_txt_xx:hover::before {
    width: 90px;
}

@media screen and (max-width: 1400px) {
    .banner_box_txt {
        width: 90%
    }
}

@media screen and (max-width: 1200px) {
    .banner_box_txt P {
        width: 80%;
    }
    .banner_slide .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 992px) {
    .banner_box_txt {
        width: 95%
    }
}

@media screen and (max-width: 768px) {
    .banner_box_txt {
        width: 100%
    }
    .banner_next,
    .banner_prev {
        display: none;
    }
    .banner_box_txt h2 {
        font-size: 32px;
    }
    .banner_box_txt p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }
    .banner_box_txt .banner_txt_xx {
        font-size: 18px;
        margin-top: 35px;
    }
    .banner_box_yuan {
        left: -50px;
    }
    .banner_box_yuan .banner_yuan {
        width: 350px;
        height: 350px;
    }
    .banner_box_txt .banner_txt_xx {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}


.advantage_t .line {
    width: 42px;
    height: 4px;
    background: #e59615;
    display: inline-block;
	text-align: center;
	display: block;margin: 0 auto;margin-top: 10px;
}


.offer_content{padding-top:70px;padding-bottom:20px;background:url(../images/cat_bg.jpg) no-repeat left bottom;}
.offer_content .list{list-style:none;}
.offer_content .list li{padding:10px;}
.offer_content .list li .column{position:relative;border-radius:10px;overflow:hidden;text-align:center;}
.offer_content .list li .column:after{content:'';width:100%;height:4px;display:block;background:#e59615;position:absolute;left:0;bottom:-1px;transform: scaleY(0);transition:all 0.5s ease 0s;transform-origin:0 0 0;z-index:3;}
.offer_content .list li:hover .column:after{transform: scaleY(1);visibility:visible;}
.offer_content .list li .column &gt; a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:10;}
.offer_content .list li .column img{max-width:100%;height:auto;width:100%;border-radius:10px;}
.offer_content .list li .column .ovrly{background:#f3f3f3;width:100%;height:100%;display:block;z-index:2;transition:all .5s;position:absolute;left:0;top:0;}
.offer_content .list li:hover .column .ovrly{background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;}
.offer_content .list li .column .wrap{position:absolute;left:0;top:50%;-webkit-transform: translate(0, -50%);-moz-transform: translate(0, -50%);-ms-transform: translate(0, -50%);-o-transform: translate(0, -50%);transform: translate(0, -50%);transition:all .5s;padding:0 20px;z-index:3;width:100%;}
.offer_content .list li:hover .column .wrap{top:45%;}
.offer_content .list li .column .wrap .icon{width:120px;height:90px;display:inline-block;margin-bottom:0px;transition:all .5s;}
.offer_content .list li:hover .column .wrap .icon{background-position:0 -90px;}
.offer_content .list li .column h4{margin:0;margin-bottom:20px;transition:all .5s;font-size:17px;font-family:'poppins_bold';}
.offer_content .list li:hover .column h4{color:#fff;}
.offer_content .list li .column .text{font-size:12px;line-height:24px;overflow:hidden;color:#808080;transition:all .5s;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}
.offer_content .list li:hover .column .text{color:#fff;}
.offer_content .list li .column .link{width:44px;height:23px;background:url(../images/icon_more.png) no-repeat center center;position:absolute;left:50%;margin-left:-22px;bottom:-50px;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;z-index:3;}
.offer_content .list li:hover .column .link{bottom:2px;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}


@media only screen and (max-width: 1300px){.offer_content .list li{padding:5px;}
.offer_content .list li .column .wrap .icon{margin-bottom:10px;}
.offer_content .list li .column h4{margin-bottom:10px;}
.offer_content .list li .column .text{line-height:20px;}
	.offer_content .list li .column .text{overflow:hidden;transition:all .5s;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}}
@media only screen and (max-width: 992px){.offer_content{padding-bottom:50px; padding-top:50px; }
.offer_content .list li .column .wrap .icon{width:60px;height:45px;background-size:60px}
.offer_content .list li:hover .column .wrap .icon{background-position:0 -45px;}
.offer_content .list li .column h4{font-size:14px;font-family:'poppins_bold';}

.offer_content .list li .column .text{overflow:hidden;transition:all .5s;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}}
@media only screen and (max-width: 768px){.offer_content .list li .column .wrap{padding:0 20px;}
.offer_content .list li .column h4{font-size:12px;}
.offer_content .list li .column .text{overflow:hidden;transition:all .5s;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}}


.main_title{margin-bottom:20px;text-align:center;position:relative;padding-top:20px;z-index:5;}
.main_title h6{display:block;color:#333333;text-transform:uppercase;font-size:24px;position:relative;line-height:38px;margin-bottom:15px;font-family:'poppins_bold';}
.s_title{font-size:20px;}
.main_title .line{width:42px;height:4px;background:#e59615;display:inline-block;}
.main_title .title_bg{display:block;color:#333333;font-size:120px;font-family:'poppins_bold';text-transform:uppercase;position:absolute;left:50%;transform: translate(-50%, 0);-webkit-transform: translate(-50%, 0);top:0;text-align:center;line-height:100px;filter:alpha(opacity=5);-moz-opacity:0.05;opacity:0.05;z-index:-1;display:none}
.main_title .text{color:#999999;font-size:12px;line-height:24px;max-height:48px;overflow:hidden;margin:auto;margin-top:20px;max-width:60%;}
.main_more{border-radius:2px;border:2px solid #083183;display:inline-block;margin-top:30px;background:transparent;position:relative;z-index:2;overflow:hidden;}
.main_more:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#e59615;display:block;transform: scaleX(0);transition:all 0.5s ease 0s;transform-origin:0 0 0;z-index:-1;}
.main_more:hover:before{transform: scaleX(1);visibility:visible;}
.main_more a,.main_more input,.main_more button{font-family:'poppins_bold';font-size:12px;color:#e59615;display:inline-block;padding:12px 20px;padding-left:40px;line-height:18px;text-transform:uppercase;position:relative;z-index:2;border:none;background:url(../images/icon_plus.png) no-repeat 20px 18px;transition:all .5s;}
.main_more a:hover,.main_more input:hover,.main_more button:hover{text-decoration:none;color:#fff;background-image:url(../images/icon_plus_w.png);}
@media only screen and (max-width: 992px){.main_title .title{font-size:36px;line-height:42px;}}
@media only screen and (max-width: 768px){.main_title{margin-bottom:30px;padding-top:10px;}
.main_title h6{font-size:28px;line-height:32px;/*padding:0 40px;*/}
.main_title .title_bg{font-size:100px;line-height:80px;}
.main_title .text{max-width:100%;margin-top:10px;line-height:20px;max-height:40px;font-size:12px;}
.main_more{margin-top:20px;}
.main_title .line{height:2px;}}
@media only screen and (max-width: 480px){.main_title .text{font-size:12px;}
.main_more a, .main_more input, .main_more button{font-family:'poppins';padding:8px 18px;padding-left:30px;background-position:15px 12px;}}

/* 关于我们 */

.aboutus {
    margin-top: 100px;
    position: relative;
}

.aboutus_t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aboutus_t_title h3 {
    position: relative;
}

.aboutus_t_title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    vertical-align: middle;
    width: 50px;
    height: 5px;
    background-color: #083183;
    border-radius: 2.2px;
    margin-right: 15px;
    -webkit-transform: translate(-68px, 50%);
    -ms-transform: translate(-68px, 50%);
    transform: translate(-68px, 50%);
}

.aboutus_t_title p {
    font-size: 16px;
    margin-top: 10px;
}

.aboutus_t_tab {
    width: 44%;
}

.aboutust_slide {
    padding-left: 10px;
}

.aboutust_tx {
    overflow: hidden;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 32px;
    color: #333;
    cursor: pointer;
    background-color: #efefef;
}

.swiper-slide-thumb-active.aboutust_slide .aboutust_tx {
    background-image: -webkit-gradient(linear, -20% 0%, 65% 100%, from(#003487), to(#083183));
    background: -o-linear-gradient(left, #003487 -40%, #083183);
    background: -moz-linear-gradient(top left, #003487 -40%, #083183);
    background: -ms-linear-gradient(top left, #003487 -40%, #083183);
    color: #fff;
}

.about_b {
    margin-top: 40px;
    /* position: absolute; */
    width: -webkit-calc(100% + 200px);
    width: calc(100% + 200px);
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

.about_b .swiper-container.aboutusb_container {
    padding: 20px 0;
}

.aboutusb_slide {
    padding: 0 34px;
}

.aboutusb_box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutusb_box_img {
    width: 53%;
    border-radius: 10px;
    overflow: hidden;
}

.aboutusb_box_img&gt;img {
    width: 100%;
}

.aboutusb_box_txt {
    position: absolute;
    right: 0;
    top: 50%;
    width: 51%;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    transform: translateY( -50%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.aboutusb_box_txts {
    padding: 70px 10%;
}

.aboutusb_box_txts .aboutusb_nyby {
    margin-top: 10px;
}

.aboutusb_box_txts .aboutusb_nyby p {
    margin-top: 0;
}

.aboutusb_box_txts .aboutusb_nyby p:first-child {
    color: #333;
}

.aboutusb_x {
    width: 80px;
    height: 1px;
    background-color: #083183;
    margin-top: 25px;
}

.aboutusb_box_txts P {
    margin-top: 20px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.aboutusb_link {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aboutusb_link a {
    width: 130px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background-image: -webkit-gradient(linear, -20% 0%, 65% 100%, from(#003487), to(#083183));
    background: -moz-linear-gradient(left, #003487 -40%, #083183);
    background: -ms-linear-gradient(left, #003487 -40%, #083183);
    background: -o-linear-gradient(left, #003487 -40%, #083183);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.about_b_per,
.about_b_next {
    position: absolute;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 100%;
    background-color: #083183;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    outline: none;
}

.about_b_next {
    right: 0;
}

.about_b_per i,
.about_b_next i {
    font-size: 40px;
    color: #fff;
}

.aboutusb_box_txtfb {
    display: none;
    border-radius: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1650px) {
    .abus.container {
        width: 80%;
    }
    .aboutusb_box_img {
        width: 56%;
    }
}

@media screen and (max-width: 1550px) {
    .aboutusb_box_txts {
        padding: 35px 10%;
    }
}

@media screen and (max-width: 1200px) {
    .aboutusb_box_txtfb {
        width: 100%;
    }
    .aboutus_t {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutus_t_title,
    .aboutus_t_tab {
        width: 100%;
    }
    .aboutus_t_tab {
        margin-top: 30px;
    }
    .aboutusb_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutusb_box_img {
        width: 100%;
    }
    .aboutusb_box_txt {
        display: none;
    }
    .aboutusb_box_txtfb {
        display: block;
        margin-top: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .about_b {
        margin-top: 20px;
        border-radius: 20px;
        padding: 10px 0;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        width: -webkit-calc(100% + 20%);
        width: calc(100% + 20%);
        -webkit-transform: translateX(-8%);
        -ms-transform: translateX(-8%);
        transform: translateX(-8%);
    }
    .aboutusb_box_txts {
        padding: 40px 2% 20px;
    }
    .aboutusb_box_txtfb {
        margin: 0;
    }
    .aboutusb_link {
        margin-top: 25px;
    }
    .aboutus_t_title {
        text-align: center;
    }
    .aboutus_t_title h3::before {
        display: none;
    }
    .aboutus_t_title h3 {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .aboutus {
        margin-top: 50px;
    }
    .about_b {
        margin-top: 30px;
    }
    .aboutus_t_title h3::before {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
}

@media screen and (max-width: 768px) {
    .aboutus_t_title h3 {
        padding: 0;
        font-size: 24px;
    }
    .abus.container {
        width: 100%;
        padding: 0 15px;
    }
    .about_b {
        width: -webkit-calc(100%);
        width: calc(100%);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        border-radius: 5px;
        padding: 30px 0;
    }
    .aboutusb_box_txts {
        padding: 10px 0;
    }
    .aboutusb_link {
        margin-top: 20px;
    }
    .aboutus_t_tab {
        margin-top: 15px;
    }
    .aboutust_tx {
        padding: 10px;
        border-radius: 20px;
    }
    .aboutust_tx {
        height: auto;
        line-height: normal;
    }
    .about_b_next,
    .about_b_per {
        display: none;
    }
    .about_b {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        padding-bottom: 0;
    }
    .aboutusb_x {
        margin-top: 10px;
    }
    .aboutusb_box_txts P {
        margin-top: 5px;
        font-size: 14px;
        line-height: 23px;
    }
    .aboutusb_box_txts h4 {
        font-size: 20px;
    }
    .aboutusb_box_txts {
        padding: 20px 0 0 0;
    }
    .aboutusb_link {
        margin-top: 15px;
    }
}


/* 合作客户 */

.partner {
    margin-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.partner_txt {
    width: 25%;
    padding-right: 5%;
}

.partner_txt h3 {
    position: relative;
}

.partner_txt h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    vertical-align: middle;
    width: 50px;
    height: 5px;
    background-color: #083183;
    border-radius: 2.2px;
    margin-right: 15px;
    -webkit-transform: translate(-68px, 50%);
    -ms-transform: translate(-68px, 50%);
    transform: translate(-68px, 50%);
}

.partner_txt p {
    font-size: 16px;
    margin-top: 20px;
}

.partner_txt a {
    margin-top: 16px;
    display: block;
    width: 130px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#003487), to(#083183));
    background: -moz-linear-gradient(left, #003487 -40%, #083183);
    background: -ms-linear-gradient(left, #003487 -40%, #083183);
    background: -o-linear-gradient(left, #003487 -40%, #083183);
    background: linear-gradient(to right, #003487, #083183);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.partner_img {
    width: 74%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.partner_img_item {
    width: 18%;
    margin-bottom: 45px;
}

.partner_img_item&gt;div {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.partner_img .partner_img_item&gt;div {
    display: block;
}

.partner_img_item&gt;div img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.partner_img_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.partner_img_item&gt;p {
    display: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


/* .partner_img_item:hover p {
    background-color: #083183;
    color: #fff;
    border-top: 1px solid transparent;
} */

@media screen and (max-width: 1550px) {
    .partner_txt h3::before {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
    .partner_txt h3 {
        padding-left: 68px;
    }
}

@media screen and (max-width: 1200px) {
    .partner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .partner&gt;div {
        width: 100%;
    }
    .partner_txt {
        padding-right: 0;
    }
    .partner_img {
        margin-top: 20px;
    }
    .partner_txt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .partner_txt a {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .partner_txt h3 {
        text-align: center;
        padding: 0;
    }
    .partner_txt h3::before {
        display: none;
    }
    .partner_txt a {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 10px;
        margin-right: 0;
    }
    .boxflex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 992px) {
    .partner {
        margin-top: 0px;
    }
    .partner_txt a {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .partner_txt h3 {
        font-size: 24px;
    }
    .partner_txt p {
        text-align: center;
    }
    .partner_txt a {
        margin-right: 34px;
    }
    .partner_txt a {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 10px;
        margin-right: 0;
    }
    .partner_img {
        margin-top: 30px;
    }
    .partner_img_item {
        margin-bottom: 20px;
    }
    .partner_img_item {
        width: 46%;
    }
	
}


/* 产品中心 */

.product {
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background: #f7f7f7 url(../images/bg_pro.jpg) no-repeat right top;
}

.product_l {
    position: relative;
    padding: 55px 0;
    border-radius: 0 50px 0 0;
    background: url(../images/bg_cat.jpg) no-repeat center center;;
    background: -moz-linear-gradient( top right, #003487 -10%, #083183 40%);
    background: -ms-linear-gradient( top right, #003487 -10%, #083183 40%);
    background: -o-linear-gradient(top right, #003487 -10%, #083183 40%);
}

.product_l_txt h3 {
    color: #fff;
}

.product_l_tab {
    margin-top: 20px;
}

.product_l_tab {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product_l_tab&gt;div:hover {
    padding-left: 35px;
}

.product_l_tab&gt;div {
    height: 50px;
    line-height:50px;
    padding-left: 25px;
    border-radius: 20px 0 0 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product_l_tab&gt;div.on {
    background-color: #f9f9f9;
    color: #333;
}

.product_tab_jt {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	    width: 90px;
    margin: 0 auto;
}

.product_sx {
    margin: 0 10px;
    width: 1px;
    height: 24px;
    background-color: #fff;
    opacity: .3;
}

.product_tab_jt i {
    width: 35px;
    height: 30px;
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}

.product_pre,
.product_next {
    outline: none;
}

.product_next.swiper-button-disabled i {
    opacity: 0.5
}

.product_pre.swiper-button-disabled i {
    opacity: 0.5
}

.product_pre i {
    text-align: left;
    outline: none;
    color: #000;
    font-size: 26px;
}

.product_next i {
    text-align: right;
    outline: none;
    color: #000;
    font-size: 26px;
}

.product_item {
    display: block;
}

.product_item_img {
    overflow: hidden;
}

.product_item_img img {
    /* max-height: 300px; */
}

.product_item_img img,
.product_item_txt {
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product_r_box .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product_r_box .swiper-slide:hover .product_item_txt {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.product_item_txt {
    padding: 10px 0 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

@media screen and (max-width: 1200px) {
    .product {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product&gt;div {
        width: 90%!important;
        margin: 0 auto;
    }
    .product_l {
        padding: 15px !important;
        border-radius: 50px 50px 0 0;
    }
    .product_l_tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product_l_tab&gt;div {
        padding: 0 25px;
        border-radius: 20px
    }
    .product_tab_jt {
     /*   position: relative;*/
        margin-top: 0;
        height: 1px;    z-index: 9999999;
    }
    .product_sx {
        display: none;
    }
    .product_pre,
    .product_next {
        position: absolute;
        top: 150px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
        transform: translateY(120px);
        border-radius: 100%;
        text-align: center;
        z-index: 5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product_pre {
        left: 0;
    }
    .product_next {
        right: 0;
    }
    .product_pre i,
    .product_next i {
        color: #333;
    }
    .product_item_txt {
        padding: 10px 0;
    }
    .product_l_txt h3 {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .product {
        margin-top: 30px;
    }
    .product&gt;div {
        width: 96%!important;
    }
}

@media screen and (max-width: 800px) {
    .product_l_tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product_l_tab&gt;div {
        width: 48%;
        padding: 0 8px;
        text-align: center;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .product_l {
        border-radius: 5px 5px 0 0;
    }
    .product_l_txt h3 {
        font-size: 24px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        padding-bottom: 15px;
    }
}


/* 视屏 */

.videos {
    position: relative;
}

#video {
    width: 100%;
    height: 562px;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
}

#video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    object-fit: cover;
    opacity: 0.6;
}

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

.videos_txt_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 472px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.videos_txt_btn i,
.videos_txt_btn2 i {
    font-size: 70px;
    color: #fff;
    cursor: pointer;
}

.videos_txt_h {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.videos_txt_p {
    margin-top: 10px;
    width: 35%;
    text-align: center;
    color: rgba(255, 255, 255, .6);
}

.videos_link {
    position: relative;
    width: 100%;
	background: #f9f9f9;
}

.videos_link_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 35px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, -40% 0%, 60% 0%, from(#003487), to(#083183));
    background: -moz-linear-gradient(left, #003487, #083183 30%);
    background: -ms-linear-gradient(left, #003487, #083183 30%);
    background: -o-linear-gradient(left, #003487, #083183 30%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.videos_link_box&gt;a {
    padding: 35px 0;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.videos_link_box&gt;a:first-child,.videos_link_box&gt;a:nth-child(1),.videos_link_box&gt;a:nth-child(2),.videos_link_box&gt;a:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}


.videos_link_box&gt;a i {
    font-size: 56px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.videos_link_box&gt;a p {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.videos_link_box&gt;a:hover i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.videos_link_box&gt;a:hover p {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

@media screen and (max-width: 1200px) {
    .videos_link_box {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-radius: 0;
    }
    .videos_link {
        top: 0;
    }
    .videos_link .container {
        width: 100%;
    }
    .videos {
        width: 98%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .videos_txt_box {
        height: 562px;
    }
}

@media screen and (max-width: 992px) {
    .videos_link .container {
        width: 100%;
        padding: 0;
    }
    .videos_txt_p {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
	.banner_pagination.swiper-pagination {
 bottom: 0px;
}.banner {
  
    height: 186px !important;
}
    #video {
        border-radius: 0;
    }
    .videos_txt_p {
        width: 90%;
    }
    .videos_link_box {
        padding: 0 10px;
        border-radius: 0;
    }
    .videos_link_box&gt;a {
        padding: 10px 0;
    }
    .videos_link_box&gt;a p {
        font-size: 18px;
    }
    .videos_link_box&gt;a i {
        font-size: 28px;
    }
    .videos_txt_h {
        font-size: 20px;
    }
    .videos_txt_p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 23px;
    }
    #video {
        height: 350px;
    }
    .videos_txt_box {
        height: 350px;
    }
}


/* 我们的优势 */

.advantage_t h3 {
    text-align: center;
}

.advantage_t p {
    margin-top: 9px;
    text-align: center;
}

.advantage_b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.advantage_b .advantage_item {
    width: 25%;
    padding: 14px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d1d1d1;
}

@media screen and (max-width: 768px) {
    .advantage_b .advantage_item {
        border-top: 1px solid #e1e1e1;
    }
}

.advantage_b .advantage_item:last-child {
    border-right: none;
}

.advantage_item_i i {
    font-size: 70px;
    color: #083183;
    -ms-color: #083183;
    background-image: -webkit-gradient(linear, 100% 90%, 60% 20%, from(#003487), to(#083183));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.advantage_item:hover i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.advantage_item_h {
    font-size: 24px;
    color: #333;
}

.advantage_item_h {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.advantage_item:hover .advantage_item_h {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.advantage_item_p {
    margin-top: 15px;
    width: 80%;
    text-align: center;
    color: #777;
    line-height: 20px;
}

.advantage_item_p p {
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .advantage {
        margin-top: 60px;
    }
    .advantage_b {
        margin-top: 40px;
    }
    .advantage_item_p {
        width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .advantage_b {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .advantage_b .advantage_item {
        width: 50%;
        margin-bottom: 20px;
    }
    .advantage_b .advantage_item {
        border-right: none;
    }
}

@media screen and (max-width: 768px) {
    .advantage_t h3 {
        font-size: 24px;
    }
    .advantage_item_h {
        font-size: 18px;
    }
    .advantage_t p {
        font-size: 16px;
        margin-top: 10px;
    }
    .advantage_b {
        margin-top: 30px;
    }
    .advantage_b .advantage_item {
        padding: 0;
    }
    .advantage_b .advantage_item {
        width: 90%;
    }
}


/* 新闻中心 *//*

.news {
    height: 686px;
    margin-top: 120px;
    
    background-color: #f5f5f5;
}

.news .container {
    padding: 160px 0 200px;
}

.news_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.news_box_l {
    width: 25%;
}

.news_l_title h3 {
    position: relative;
}

.news_l_tab {
    margin-top: 10px;
}

.news_l_tab&gt;.news_l_tab_item {
    width: 54%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
}

.news_l_tab&gt;.news_l_tab_item.on {
    color: #104599;
}

.news_l_title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    vertical-align: middle;
    width: 50px;
    height: 5px;
    background-color: #083183;
    border-radius: 2.2px;
    margin-right: 15px;
    transform: translate(-68px, 50%);
    -webkit-transform: translate(-68px, 50%);
    -moz-transform: translate(-68px, 50%);
    -ms-transform: translate(-68px, 50%);
    -o-transform: translate(-68px, 50%);
}

.news_l_nore a {
    margin-top: 20px;
    display: block;
    width: 130px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 65% 100%, from(#003487), to(#083183));
    background: -moz-linear-gradient(left, #003487 -40%, #083183);
    background: -ms-linear-gradient(left, #003487 -40%, #083183);
    background: -o-linear-gradient(left, #003487 -40%, #083183);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.news_box_r {
    width: 75%;
}

.news_item {
    margin: 10px;
}

.news_item&gt;a {
    display: block;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    padding: 40px 12%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
}

.news_item&gt;a:hover {
    border: 1px solid #083183;
}

.news_item&gt;a:hover h5 {
    color: #083183;
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
}

.news_item&gt;a h5 {
    height: 94px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
}

.news_item&gt;a p {
    font-size: 16px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_item&gt;a span {
    margin-top: 20px;
    display: block;
    font-size: 14px;
    color: #888;
}

.news_carousel .owl-controls .owl-page.active span {
    background-color: #083183;
}

.news_carousel .owl-controls .owl-page span {
    background-color: #869791
}

@media screen and (max-width: 1550px) {
    .news_l_title h3::before {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
    .news_l_title h3 {
        padding-left: 68px;
    }
}

@media screen and (max-width: 1200px) {
    .news_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news_box&gt;div {
        width: 100%;
    }
    .news_l_tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .news_l_tab&gt;.news_l_tab_item {
        width: 50%;
        border: none;
        text-align: center;
    }
    .news_l_tab&gt;.news_l_tab_item:last-child {
        border-right: none;
    }
    .news_l_nore {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .news {
        margin-top: 60px;
    }
    .news .container {
        padding: 50px 0 100px;
    }
    .news_l_title h3 {
        text-align: center;
        padding-left: 0;
    }
    .news_l_title h3::before {
        display: none;
    }
    .news_l_nore a {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .news .container {
        padding: 30px;
    }
}

@media screen and (max-width: 768px) {
	
    .news {
        height: 506px;
    }
    .news_l_title h3 {
        font-size: 24px;
        text-align: center;
        padding-left: 0;
    }
    .news_l_title h3::before {
        display: none;
    }
    .news_l_nore {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .news_l_tabxx.news_l_tab_item {
        position: relative;
    }
    .news_item&gt;a h5 {
        font-size: 18px;
    }
    .news_item&gt;a p {
        font-size: 14px;
        line-height: 20px;
    }
    .news_item&gt;a span {
        margin-top: 30px;
    }
}
*/
.product_l {padding-left: 8%;
}
.product_l_tab&gt;div{margin:5px 0;}
@media screen and (max-width: 1440px) {
	.product_l {padding-left: 4%;}
	.product_l_tab&gt;div{margin:0;}
	
}
.cat_title{margin-bottom:20px;position:relative;border-top:2px solid #f0f0f0;padding-top:20px;}
.cat_title:before{width:45px;height:2px;background:#ec931b;content:'';display:inline-block;position:absolute;left:0;top:-2px;}
.cat_title h5{margin-top:0;color:#333333;font-size:36px;line-height:90%;font-family:'BebasNeue';margin-bottom:20px;}
.cat_title h5 span{color:#ec931b;}
.cat_title .text{max-width:70%;color:#808080;font-size:14px;line-height:24px;overflow:hidden;max-height:48px;margin-bottom:10px;}
	.product_r{
    padding-left: 70px;
}

@media screen and (max-width: 1240px) {
	.product_l {padding-left: 2%;}
	.product_l_tab&gt;div {
  
		padding-left: 16px;}
	h3 {
		font-size: 32px;}
	.cat_title h5 {
    
			font-size: 30px;}
	.product_l_tab span{font-size: 15px;}

	.product_l_tab&gt;div:hover {
    padding-left: 25px;
}
}

	
@media only screen and (max-width: 768px) {
.cat_title .text{max-width: 100%;}
.cat_title h5{font-size:28px;}
	
	.product_r {

  padding-left: 0px; 
}
}

/* 企业相册 */

.photo_list {
    margin-top: 50px;
}

.photo_list_item {
    display: block;
}

.photo_item {
    margin: 0 20px;
}

.photo_item_img {
    height: 310px;
    overflow: hidden;
    border-radius: 5px;
}

.photo_item_img img {
    width: 100%;
    transition: all .4s;
}

.photo_list .photo_list_item .photo_item:hover img {
    transform: scale(1.1);
}

.photo_item p {
    font-size: 16px;
    color: #333;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.photo_carousel .owl-controls .owl-page.active span {
    background-color: #083183;
}

.photo_carousel .owl-controls .owl-page span {
    background-color: #869791
}


/* 补充 */

@media screen and (max-width: 1500px) {
    .photo_item_img {
        height: 240px;
    }
}

@media screen and (max-width: 1200px) {
    .photo_item_img {
        height: 200px;
    }
}

@media screen and (max-width: 992px) {
    .photo_item_img {
        height: 130px;
    }
    .photo {
        padding: 50px 0;
    }
    .photo_tab_item {
        width: 17%;
    }
}

@media screen and (max-width: 768px) {
    .photo_item_img {
        height: 180px;
    }
    .photo_list {
        margin-top: 20px;
    }
    .photo_item p {
        height: 40px;
        line-height: 40px;
    }
  
    .photo_t h3 {
        font-size: 24px;
    }
}
.gywm{margin:70px auto 100px auto;}
.gywm .sybt p{width:1017px;}
.gywm-t{text-align:center;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;bottom: 100px;
    position: relative; background: #ffffffc2;}
.gywm-t dl{}
.gywm-t dl dt{display:flex;align-items:center;justify-content:center;height:40px;margin-bottom:30px;}
.gywm-t dl dt img{}
.gywm-t dl:hover dt img{transform: rotateY(180deg);}
.gywm-t dl h3{font-weight:normal;font-size: 48px;line-height:100%;margin-bottom:5px;}
.gywm-t dl p{font-size:16px;color:#777777;}
.gywm-t i{display:block;width:1px;height:130px;background:#e5e5e5;}
.gywm-b{position:relative;}
.gywm-b .swiper-container{}
.gywm-b .swiper-container img{display:block;width:100%;}
.gywm-b .swiper-button-next{width:16px;height:31px;right:-45px;background:url(../images/r.png);background-size:100% 100%;}
.gywm-b .swiper-button-next:hover{background:url(../images/r-1.png);}
.gywm-b .swiper-button-prev{width:16px;height:31px;left:-45px;background:url(../images/l.png);background-size:100% 100%;}
.gywm-b .swiper-button-prev:hover{background:url(../images/l-1.png);}
.zz{bottom:100px; position: relative;background: #f9f9f9; padding-bottom: 30px;}


.wmys{background:#13459e;padding:45px 0;background-image: -webkit-gradient(linear, -20% 0%, 60% 0%, from(#083183), to(#1c51a7));

    background-image: -webkit-gradient(linear, -20% 0%, 60% 0%,  from(#083183), to(#1c51a7));
    background: -moz-linear-gradient(left,  #083183 -40%,#003487);
    background: -ms-linear-gradient(left, #083183 -40%, #003487);
    background: -o-linear-gradient(left, #083183 -40%, #003487);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);}
.wmys p{color:#fff; font-size: 14px;}
.wmys-s{box-sizing:border-box;padding:0 20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}
.wmys-s dl{display:flex;flex-wrap:wrap;width:305px;}
.wmys-s dl dt{width: 81px;margin-right:20px;}
.wmys-s dl dt img{display:block;width:100%;}
.wmys-s dl dd{width:calc(100% - 101px);}
.wmys-s dl dd h3{font-size:18px;line-height:100%;margin-bottom:17px; color: #Fff;}
.wmys-s dl dd p{line-height:17px;}
.wmys-s i{display:block;width:1px;height:80px;background:#396bc3;}
.wmys-s dl:hover dt img{transform: rotateY(180deg);}
.wmys-s dl:hover dt img {
    transition: all 0.5s;
    max-width: 100%;
    border: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}


@media (max-width:1420px){
    
    .wmys-s dl{width: 274px;}
    .wmys-s dl dd h3{font-size:16px;}

}
.w1{width:1400px;margin:0 auto;}
@media (max-width:1420px){
    .w1{width:1200px;}
}

@media screen and (max-width: 1200px){
.w100 {
    width: 100%!important;
}.m-b2 {
    margin-bottom: 20px!important;
}.p-b2 {
    padding-bottom: 20px!important;
}
.d-y {
    display: none!important;
}}

.photo_tab_item.on {
   
    color: #ea941b !important;
	font-weight: 700;
}

.ttitle {
    text-align: center;
    padding: 120px 0 70px;
}
.index-jjfa{background:url(../images/index_02.jpg) #273e82 no-repeat center;background-size:cover;padding-bottom:180px}
.index-jjfa .ttitle h2{color:#fff}
.index-jjfa .list{display:flex;flex-wrap:wrap;justify-content:space-between}
.index-jjfa .list .item{width:24.3%;position:relative;margin-bottom:30px}
.index-jjfa .list .item .ov-h{background-color:#000}
.index-jjfa .list .item .ov-h img{opacity:.8}
.index-jjfa .list .item .txt{position:absolute;padding:40px;top:0;color:#fff}
.index-jjfa .list .item .txt p{font-size:15px;color:#fff;text-transform:uppercase}
.index-jjfa .list .item .txt h3{font-size:28px;color: #fff;}
.index-jjfa .list .item .btn{position:absolute;padding:40px;bottom:0;right:0}
.index-jjfa .list .item .btn a{display:inline-block;border:1px solid #fff;border-radius:30px;padding:7px 20px;font-size:15px;line-height:1;color:#fff}
.index-jjfa .list .item .btn a i{position:relative;top:-1px;margin-left:5px}
.index-jjfa .list .item .btn a:hover{border-color:#df002c;background-color:#df002c}
.index-jjfa .list .item:hover .ov-h img{opacity:.5;transition:all .5s}

.index-kapian{position:relative;transform:translateY(-50%)}
.index-kapian .list{display:flex;justify-content:space-between;background-color:#fff;box-shadow:0 5px 20px rgba(0,0,0,.05)}
.index-kapian .list .item{width:33.3333%;text-align:center;padding:40px 7% 50px}
.index-kapian .list .item .ov-h{max-width:70px;margin:auto}
.index-kapian .list .item h3{font-size:22px;padding:20px 0;margin-top:10px}
.index-kapian .list .item span{font-size:15px;line-height:28px;color:#999}
.index-kapian .list .item:nth-of-type(2){border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9}
@media screen and (max-width:991px){p{font-size:13px;color:#666;line-height:24px}
.ttitle{padding:50px 0 30px}
.ttitle p{font-size:40px}
.ttitle h2{font-size:28px}
.swiper-button-next,.swiper-button-prev{display:none}
.swiper-pagination{/*transform:translate(-50%,20px);-webkit-transform:translate(-50%,20px);-moz-transform:translate(-50%,20px);-ms-transform:translate(-50%,20px);-o-transform:translate(-50%,20px)*/}
.index-cpfl{top:0;background-color:#273e82}
.index-cpfl .container{padding:0}
.index-cpfl .left{display:none}
.index-cpfl .right{padding-top:0}
.index-cpfl .right ul li a{padding:20px 0;color:#fff;border-color:rgba(255,255,255,.2)}
.index-cpfl .right ul li a i{margin-bottom:5px}
.index-cpfl .right ul li a p{font-size:13px;color:#fff}
.index-cpfl .right ul li a:hover p{color:#fff}
.index-cpfl.on{top:0}
.index-tjcp{padding-bottom:40px;margin-bottom:50px}
.index-tjcp .list .item .txt{padding:20px}
.index-tjcp .list .item .txt h3{font-size:15px}
.index-tjcp .list .item .txt p{font-size:13px}
.index-tjcp .list .item .ov-h{padding:10px;padding-left:20%}
.index-jjfa{padding-bottom:50px}
.index-jjfa .list .item{width:49%;margin-bottom:2%}
.index-jjfa .list .item .txt{padding:15px;padding-top:20px;width:100%}
.index-jjfa .list .item .txt p{font-size:12px;line-height:1;opacity:.5;font-family:pn-r}
.index-jjfa .list .item .txt h3{font-size:15px;font-weight:700}
.index-jjfa .list .item .btn{padding:15px}
.index-jjfa .list .item .btn a{font-size:12px;padding:3px 10px;border-color:rgba(255,255,255,.2)}
.index-kapian{transform:translateY(-30px);margin-bottom:50px}
.index-kapian .list{flex-flow:column}
.index-kapian .list .item{width:100%;padding:20px}
.index-kapian .list .item .ov-h{width:20%;max-width:unset;float:left;margin-right:10px}
.index-kapian .list .item h3{font-size:15px;margin:0;padding:5px 0;text-align:left}
.index-kapian .list .item span{flex:1}
.index-kapian .list .item span p{font-size:12px;text-align:left;line-height:1.6;color:#999}
.index-kapian .list .item:nth-of-type(2){border:none;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}}

/*
关于我们*/

.about_content {
  background: url(../images/about_bg.jpg) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
}
.about_content .main {
  padding-left: 45px;
}
.about_content .main .title {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'poppins_bold';
}
.about_content .main .text {
  color: #808080;
  font-size: 14px;
  line-height: 30px;
  max-width: 75%;
  max-height: 330px;
  overflow: hidden;
}
.about_content .main .text b {
  font-family: 'poppins_bold';
  color: #083183;
}
.about_content .main .main_more {
  background-color: #083183;
}
.about_content .main .main_more a {
  color: #fff;
  background-image: url(../images/icon_plus_w.png);
}
.about_content .image {
  padding: 0;
}
.about_content .image img {
  max-width: 100%;
  height: auto;
}
/*2021_8_10*/

.about_content .nav-tabs &gt; li a {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border: none;
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: 'poppins';
  position: relative;
  background: none;
  transition: all .5s;
	
}
.about_content .nav-tabs &gt; li a:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #cccccc;
  transition: all .5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_content .nav-tabs &gt; li a p {
  margin: 0;
  margin-left: 8px;
	font-size:      14px;
}
.about_content .nav-tabs &gt; li a i {
  min-width: 36px;
  height: 36px;
  display: inline-block;
  -webkit-mask-size: 100%;
  background-image: linear-gradient(135deg, #808080 0%, #808080 100%);
  transition: all .5s;
}
.about_content .nav-tabs &gt; li.active &gt; a p, .about_content .nav-tabs &gt; li:hover &gt; a, .about_content .nav-tabs &gt; li.active &gt; a:focus {
  border: none;
  background: none;
  color: #083183;
	font-weight: 700;
  font-family: 'poppins semibold';
 
}
.about_content .nav-tabs &gt; li.active a:after, .about_content .nav-tabs &gt; li:hover a:after {
  background: #083183;
  width: 100%;
}
.about_content .nav-tabs &gt; li.active a i, .about_content .nav-tabs &gt; li:hover a i {
  background-image: linear-gradient(135deg, #083183 0%, #083183 100%);
}
.about_content .tab-content {
  min-height: 360px;    padding-left: 50px;

	
}
.about_content .main_title {
  text-align: left;
}
.about_content .single-product {
  text-align: center;
}
.about_content .single-product &gt; .image {
  display: block;
  overflow: hidden;
}
.about_content .single-product &gt; .image img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.about_content {
  background: url(../images/bg_about.jpg) no-repeat bottom center;
  position: relative;
  z-index: 12;
  margin: 3% 0px 3% 0px
}
.about_content:after {
  content: '';
  width: 280px;
  height: 360px;
  background: url(../images/bg_about02.jpg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 5%;
  z-index: -1;visibility: inherit;
}
.about_content .features-tab {
  padding: 0;
}
.about_content .tab-scroll {
  position: absolute;
  top: 50;
  height: 100%;
  left: 0;
  background: rgba(242, 242, 242, 0.45);
  width: 100%;
  max-width: 230px;
}
.about_content .nav-tabs {
	z-index: 99999;
  border: none;
  padding-bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.about_content .nav-tabs &gt; li {
  margin: 0;
  padding: 5px 0;
  float: none;
  display: block;
  min-width: 100%;
}
.about_content .nav-tabs &gt; li a {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border: none;
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: 'poppins';
  position: relative;
  background: none;
  transition: all .5s;
}
.about_content .nav-tabs &gt; li a:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #cccccc;
  transition: all .5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_content .nav-tabs &gt; li a p {
  margin: 0;
  margin-left: 8px;
}
.about_content .nav-tabs &gt; li a i {
  min-width: 36px;
  height: 36px;
  display: inline-block;
  -webkit-mask-size: 100%;
  background-image: linear-gradient(135deg, #808080 0%, #808080 100%);
  transition: all .5s;
}
.about_content .nav-tabs &gt; li.active &gt; a, .about_content .nav-tabs &gt; li:hover &gt; a, .about_content .nav-tabs &gt; li.active &gt; a:focus {
  border: none;
  background: none;
  color: #083183;
  font-family: 'poppins semibold';
  padding-left: 30px;
}
.about_content .nav-tabs &gt; li.active a:after, .about_content .nav-tabs &gt; li:hover a:after {
  background: #083183;
  width: 100%;
}
.about_content .nav-tabs &gt; li.active a i, .about_content .nav-tabs &gt; li:hover a i {
  background-image: linear-gradient(135deg, #083183 0%, #083183 100%);
}
.about_content .tab-content {
  min-height: 360px;  
}
.about_content .main_title {
  text-align: left;padding-top:110px;
}
@media only screen and (max-width: 768px){
.about_content .main_title {
  padding-top:70px;
}}
.about_content .single-product {
  text-align: center;
}
.about_content .single-product &gt; .image {
  display: block;
  overflow: hidden;
}
.about_content .single-product &gt; .image img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.about_content .single-product:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.about_content .single-product &gt; .title {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-family: 'poppins semibold';
  line-height: 24px;
  overflow: hidden;
  max-height: 48px;
  color: #333333;
}
.about_content .single-product:hover &gt; .title {
  color: #083183;
}
.about_content #about01 .owl-carousel .owl-wrapper-outer {
  overflow: inherit;
}
.about_content #about01 .image {
  float: right;
  ;
  padding: 0;
  right: -80px;
  top: -110px;
  position: relative;
  z-index: 2;
  overflow: inherit;
}
.about_content #about01 .image:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 20px;
  top: 20px;
  right: 20px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  z-index: -1;
}
.about_content #about01 .image &gt; a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.about_content #about01 .image .img {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
}
.about_content #about01 .image .img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all .5s;
}
.about_content #about01 .image:hover .img img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.about_content #about01 .image .play {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 66px;
  height: 60px;
  background: #fff;
  border-radius: 0 30px 30px 0;
  padding: 6px;
  text-align: right;
}
.about_content #about01 .image .play i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  background: #083183;
}
.about_content #about01 .column {
  padding: 0;
  padding-right: 50px;
}
.about_content #about01 .column .text{
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  max-height: 250px;
  text-align: left;
}
.about_content #about01 .column .text p {
  color: #666666;
  font-size: 14px;
  line-height: 30px;

  text-align: left;
}
.about_more {
  display: flex;
  align-items: center;
  margin-top: 30px;
	margin-bottom: 30px;
}
.about_more .circle_more {
  margin-top: 0;
}
.about_more:hover .circle_more i {
  animation: scroll_right_anim 1.5s infinite;
}
.about_more .about_more_icon {
  padding-left: 20px;
  color: #333333;
  font-size: 14px;
  font-family: 'poppins semibold';
  text-transform: capitalize;
}
.about_more:hover .about_more_icon {
  color: #083183;
  text-decoration: none;
}
.about_content .about_team {
  text-align: center;
  padding: 0 15px;
  padding-bottom: 30px;
}
.about_content .about_team .image {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.about_content .about_team .image img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
  width: 100%;
}
.about_content .about_team:hover img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.about_content .about_team .wrap {
  width: 95%;
  margin: auto;
  position: relative;
  top: -10px;
  background: #fff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #083183;
  text-align: left;
  padding-bottom: 0;
}
.about_content .about_team .wrap .title {
  font-size: 18px;
  font-family: 'poppins semibold';
  margin-bottom: 5px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 0;
  max-height: 48px;
}
.about_content .about_team .wrap .text {
  color: #808080;
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}
.about_content .about_team .contact {
  list-style: none;
  padding: 10px;
  padding-bottom: 5px;
  margin-top: 10px;
  background: #fafafa;
  border-radius: 5px;
}
.about_content .about_team .contact li {
  margin-bottom: 10px;
  position: relative;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.about_content .about_team .contact li &gt; .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #083183;
  transition: all .5s;
}
.about_content .about_team .contact li &gt; .icon i {
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  transition: all .5s;
  margin-left: -2px;
  margin-top: 1px
}
.about_content .about_team .contact li &gt; p {
  margin-left: 10px;
  font-size: 12px;
}
.circle_more {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 30px;
  text-align: center;
  padding: 10px 0;
  z-index: 2;
  background: #083183 !important;
  transition: all .5s;
}
.circle_more i {
  width: 10px;
  height: 20px;
  display: inline-block;
 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-image:  url(../images/icon_right.png);
  transition: all .5s;margin-bottom: 10px;
}
.circle_more:hover i {
  animation: scroll_right_anim 1.5s infinite;
}
@keyframes scroll_right_anim {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
.circle_more:after {
  content: '';
  background: #083183;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  z-index: -1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
  transition: all .5s;
}
.circle_more:hover:after {
  -webkit-transform: scale(var(--scale-multiplier, 1.3));
  -ms-transform: scale(var(--scale-multiplier, 1.3));
  transform: scale(var(--scale-multiplier, 1.3));
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
@media (max-width: 768px) and (min-width: 480px) {
  .about_content #about01 .owl-carousel .owl-wrapper, .about_content #about01 .owl-carousel .owl-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1640px) {
  .about_content .tab-content {
    padding-left: 180px;
  }
	.sp{height:300px;}
}
@media only screen and (max-width: 1480px) {
  .about_content #about01 .image {
    left: -10px;
    top: -10px;
  }
  .about_content #about01 .column {
    padding-right: 20px;
  }
	.about_content #about01 .image {
    float: right;
    padding: 0;
    right: -80px;
    top: -100px;
    position: relative;
    z-index: 2;
    overflow: inherit;
}
}
@media only screen and (max-width: 1260px) {
  .about_content .tab-scroll {
    width: 100%;
    height: auto;
    position: relative;
    max-width: 100%;
    background: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    overflow: hidden;
    top: 50px;
  }
  .about_content .nav-tabs {
    position: inherit;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .about_content .nav-tabs li {
    float: left;
    min-width: inherit;
    padding: 10px;
    width: 20%;
    background: #fcfcfc;
  }
  .about_content .nav-tabs &gt; li a {
    padding-left: 0;
    text-align: left;
  }
  .about_content .tab-content {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about_content .nav-tabs &gt; li.active &gt; a, .about_content .nav-tabs &gt; li:hover &gt; a, .about_content .nav-tabs &gt; li.active &gt; a:focus {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .about_content #about01 .column {
    padding: 0;
    padding-top: 20px;
  }
  .about_content #about01 .image {
    left: 0;
	  top: 0px;
  }
  .about_content:after {
    display: none;
  }
  .about_content .tab-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    top: 34px;
    border-radius: 5px;
    padding: 5px;
  }
  .about_content .nav-tabs {
    width: 700px;
    top: 0;
    box-shadow: none;
  }
  .about_content .nav-tabs &gt; li {
    padding: 10px 0;
  }
  .about_content .nav-tabs &gt; li a p {
    line-height: 24px;
    height: 40px;
  }
  .about_content .nav-tabs &gt; li.active &gt; a, .about_content .nav-tabs &gt; li:hover &gt; a, .about_content .nav-tabs &gt; li.active &gt; a:focus {
    padding-left: 0;
  }
}
@media only screen and (max-width:1500px) {
  .about_content:after {
    content: '';
    width: 200px;
    height: 360px;
    background: url(../images/bg_about02.jpg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}

/*新闻*/

.news_content {
  background: url(../images/news_bg.jpg) no-repeat center center;
  padding: 0px 0 80px 0;
}
.news_content h4.title {
  margin-top: 0;
  margin-bottom: 5px;
}
.news_content h4.title a {
  color: #333333;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'poppins_bold';
  display: block;
  overflow: hidden;text-overflow:ellipsis;
  max-height: 28px;
}
.news_content h4.title a:hover {
  color: #083183;
  text-decoration: none;
}
.news_content .text {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
}
.news_content .left {
  padding: 0;
}
.news_content .left .image {
  display: block;
  overflow: hidden;
}
.news_content .left .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all .5s;
}
.news_content .left .image:hover img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.news_content .left h4.title {
  margin-bottom: 15px;
  margin-top: 10px;
}
.news_content .left .text {
  margin-top: 10px;
}
.news_content .list {
  padding-left: 50px;
  padding-right: 0;
  list-style: none;
}
.news_content .list li {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}
.news_content .list li .right {
  float: left;
  width: 84%;
  padding-left: 20px;
}
.news_content .list li .date {
  height: 60px;
  width: 120px;
  background: #083183;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  float: left;
}
.news_content .list li h4.title a {
  height: 24px;
}
@media only screen and (max-width: 1440px) {
 .news_content .list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}.news_content .list li .right {
    float: left;
    width: 74%;
    padding-left: 20px;
}
	.about_content{margin-top:3%;}
	
	.offer_content .list li .column .wrap .icon {
    width: 60px;
    height: 45px;
		background-size: 100%;}
	.offer_content .list li .column .text {
    font-size: 12px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
	
	.offer_content .list li:hover .column .wrap .icon{background-position:0 -45px;}
  }


@media only screen and (max-width: 992px) {
  .news_content .list li .date {
    height: 50px;
    width: auto;
    line-height: 50px;
    font-size: 14px;
  }
  .news_content .list li h4.title a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
	#parentHorizontalTab06 .resp-tabs-list li{    padding: 5px 14px;}
  .news_content {
    padding: 40px 0 20px 0;
  }
  .news_content .left {
    display: none;
  }
  .news_content .list {
    padding-left: 0;
  }
  .news_content .list li .date {
    padding-left: 20px;
    background: url(../images/icon_date.png) no-repeat left 2px;
    color: #083183;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    float: none;
    line-height: 18px;
    height: auto;
  }
  .news_content .list li .right {
    width: 100%;
    float: none;
    padding: 0;
    padding-top: 10px;
  }
}
/*products-tab*/
#parentHorizontalTab06 {
  margin: 0;
  text-align: left;
  padding: 0px;
  text-align: left;
  margin-top: 0;
}
#parentHorizontalTab06 ul.resp-tabs-list {
  margin: 30px 0px 50px 0px;
  padding: 0px;
  text-align: center
}
#parentHorizontalTab06 .resp-tabs-list li {
  list-style: none;
  cursor: pointer;
  border: none;
  display: block;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  vertical-align: middle;
  font-family: 'poppins_bold';
  text-transform: capitalize;
  background: #083183;
  margin-right: 20px;
  padding: 5px 25px;
  border-radius: 5px
}
#parentHorizontalTab06 .resp-tabs-list li i {
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px 1px rgba(49, 176, 58, 0.2);
  display: inline-block;
  text-align: center;
  font-size: 26px;
  line-height: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
#parentHorizontalTab06 .resp-tabs-list li.resp-tab-active {
  background: #e59616;
}
#parentHorizontalTab06 em.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
  padding: 3px 10px !important;
}
#parentHorizontalTab06 em.resp-accordion {
  font-size: 16px;
  margin: 0px;
  background: #f8f8f8;
  margin-bottom: 1px;
  color: #333;
  font-style: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#parentHorizontalTab06 em.resp-tab-active {
  margin-bottom: 0px !important;
}
#parentHorizontalTab06 em.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
#parentHorizontalTab06 .resp-tab-content {
  display: none;
}
#parentHorizontalTab06 .resp-content-active, #parentHorizontalTab06 .resp-accordion-active {
  display: block;
}
#parentHorizontalTab06 .resp-tabs-container {
  background: #fff;
}
#parentHorizontalTab06 .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
#parentHorizontalTab06 .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
#parentHorizontalTab06 .resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
#parentHorizontalTab06 .resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
#parentHorizontalTab06 .resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 4px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}
#parentHorizontalTab06 .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab06 em.resp-tab-active span.resp-arrow {
  border: none;
  position: relative;
}
#parentHorizontalTab06 em.resp-tab-active span.resp-arrow:after {
  content: "\f044";
  font-family: "FontAwesome";
  position: absolute;
  right: -6px;
  cursor: pointer;
  font-size: 20px;
  top: -8px;
  color: #fff
}
#parentHorizontalTab06 em.resp-tab-active {
  background: #e60012 !important;
  color: #fff;
}
#parentHorizontalTab06 .resp-easy-accordion em.resp-accordion {
  display: block;
}
#parentHorizontalTab06 .resp-easy-accordion .resp-tab-content {
  border: 1px solid #175fc3;
}
#parentHorizontalTab06 .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #175fc3; /* !important;*/
}
#parentHorizontalTab06 .resp-jfit {
  width: 100%;
  margin: 0px;
}
#parentHorizontalTab06 .resp-tab-content-active {
  display: block;
}

.page_date {
  padding-left: 20px;
  background: url(../images/icon_date.png) no-repeat left 2px;
  color: #083183;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
}
.page_more {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #083183;
  text-transform: capitalize;
  font-family: 'poppins_bold';
  padding-right: 20px;
  background: url(../images/icon_right.png) no-repeat right center;
  transition: all .5s;
}
.page_more:hover {
  text-decoration: none;
  padding-right: 22px;
  color: #083183;
}
@media only screen and (max-width: 768px) {
  .page_more {
    font-size: 14px;
  }	#parentHorizontalTab06 .resp-tabs-list li{    padding: 5px 14px;margin-right: 15px;font-size: 16px;}
	#parentHorizontalTab06 ul.resp-tabs-list{margin-top:0px;}
}


</pre></body></html>