@charset "utf-8";



.banner {
    
}

.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;
}

.banner_slide a img{
  width: 100%;
}

.banner_pagination span.swiper-pagination-bullet {
    opacity: 0.5;
    background-color: #fff;
}

.banner_pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

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

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

.banner_slide>a,
.banner_slide>a>.container {
    height: 100%;
}

.banner_slide .local{
    position: absolute;
    left: 0;
    top: 0;
    width: 38%;
    height: 100%;
    overflow: hidden;
}
.banner_slide .local .localImg {
	width: 100%;
	height: 100%;
	overflow: hidden;
  position: relative;
}
.banner_slide .local .localImg img{
	width: 100%;
	height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.banner_slide .local .localImg img.active{
  display: block;
}

.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(#0091B8), to(#0093DD));
    background: -o-linear-gradient(top left, #ce3d6e 30%, #ffd270 95%);
    background: -moz-linear-gradient(top left, #ce3d6e 30%, #ffd270 95%);
    background: -ms-linear-gradient(top left, #ce3d6e 30%, #ffd270);
    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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70%;
}




.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;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    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;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

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

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

@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: 50%
    }
    .banner {
      
    }
    .banner_pagination.swiper-pagination{
      bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    .banner_box_txt {
        width: 80%
    }
    .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 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}




.aboutus {
    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 p {
    font-size: 30px;
    margin-top: 110px;
    color: #fff;
}

.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(#21FEFE), to(#0093DD));
    background: -o-linear-gradient(left, #ffd270 -40%, #0093DD);
    background: -moz-linear-gradient(top left, #ffd270 -40%, #0093DD);
    background: -ms-linear-gradient(top left, #ffd270 -40%, #0093DD);
    color: #fff;
}

.about_b {
    margin-top: 40px;
    
    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;
    overflow: inherit;
}

.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%;
    position: relative;
    top: -120px;
    right: 20px;
}

.aboutusb_box_img>img {
    width: 100%;
}

.aboutusb_box_txt {
    width: 51%;
    -webkit-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    transform: translateY( -50%);
    position: relative;
    top: 30px;
}

.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: #0093DD;
    margin-top: 25px;
}

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

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

.aboutusb_link a {
    color: #d9d9d9;
}

.about_b_per,
.about_b_next {
    position: absolute;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 100%;
    background-color: #0093DD;
    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: 90%;
    }
    .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_txt{
        width: 100%;
    }
    .aboutus_t_title p{
      margin-top: 40px;
    }
    .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%;
        top: -55px;
    }
    .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: 20px;
    }
    .aboutus_t_title p{
      font-size: 21px;
      margin-top: 15px;
    }
    .aboutusb_box_txt{
      width: 100%;
      -webkit-transform: translateY( -33%);
      -ms-transform: translateY( -33%);
      transform: translateY( -33%);
    }
    .about_b {
        margin-top: 0px;
    }
    .aboutus_t_title h3::before {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
    .aboutusb_slide{
      padding: 0;
    }
    .aboutusb_box_img{
      width: 100%;
      top: 0;
      right: 0;
    }
}

@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 {
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
    }
    .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: 20px;
        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: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.partner_txt {
    width: 26%;
    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: #0093DD;
    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%);
}

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

.partner_txt a {
    margin-top: 40px;
    display: block;
    width: 130px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#0066cc), to(#0093DD));
    background: -moz-linear-gradient(left, #ffd270 -40%, #0093DD);
    background: -ms-linear-gradient(left, #ffd270 -40%, #0093DD);
    background: -o-linear-gradient(left, #ffd270 -40%, #0093DD);
    background: linear-gradient(to right, #0066cc, #0093DD);
    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>div {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 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>div {
    display: block;
}

.partner_img_item>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>p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}




@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>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: 50px;
    }
    .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: 40px;
    padding: 0px 60px;
}

.product_l {
    
}
.product_r {
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
    margin: 0px 50px;
}

.product_l h3 {
    color: #f14e15;
    font-size: 30px;
    text-align: center;
}
.product_l h6 {
  color: #ccc;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding-top: 20px;
}

.product_l_tab {
    margin-top: 20px;
}

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

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

.product_l_tab>div {
    height: 41px;
    line-height: 41px;
    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>div.on {
    background-color: #fff;
    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;
}

.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: #fff;
    font-size: 26px;
}

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

.product_item {
    display: block;
}

.product_slide{
  width: 14%;border:solid 1px #dedede;padding:0.3%;margin:1%;
}

.product_item_img {
    overflow: hidden;
    margin: 8%;
}
.product_item_img img{
  cursor: pointer;
}

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

.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: 0px 0 20px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.product_item_txt a:hover{
  color: #f14e15;
}

.abush{
  margin-top: 30px;
  
  background: url('../img/82jj.jpg') top center;
  overflow: hidden;
}


@media screen and (max-width: 1200px) {
    .product {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product>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>div {
        padding: 0 25px;
        border-radius: 20px
    }
    .product_tab_jt {
        position: relative;
        margin-top: 0;
        height: 1px;
    }
    .product_sx {
        display: none;
    }
    .product_pre,
    .product_next {
        position: absolute;
        top: 0;
        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: 20px;
    }
    .product>div {
        width: 96%!important;
    }
    .product_slide{
      width: 50%;
    }
    .product_r{
      margin: 0px;
    }
    .product_item_txt{
      padding: 0;
    }
}

@media screen and (max-width: 800px) {
    .product_l_tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product_l_tab>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%;
}

.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(#0066cc), to(#0093DD));
    background: -moz-linear-gradient(left, #ffd270, #0093DD 30%);
    background: -ms-linear-gradient(left, #ffd270, #0093DD 30%);
    background: -o-linear-gradient(left, #ffd270, #0093DD 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>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;
}

.videos_link_box>a:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

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

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

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

.videos_link_box>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) {
    #video {
        border-radius: 0;
    }
    .videos_txt_p {
        width: 90%;
    }
    .videos_link_box {
        padding: 0 10px;
        border-radius: 0;
    }
    .videos_link_box>a {
        padding: 10px 0;
    }
    .videos_link_box>a p {
        font-size: 18px;
    }
    .videos_link_box>a i {
        font-size: 28px;
    }
    .videos_txt_h {
        font-size: 24px;
    }
    .videos_txt_p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 23px;
    }
    #video {
        height: 350px;
    }
    .videos_txt_box {
        height: 350px;
    }
    .product_slide{
      width: 46%;margin:2%;float:left;
    }
}


.advantage{
    margin-top: 40px;
}

.advantage_t h3 {
    text-align: center;
    color: #f14e15;
    font-size: 30px;
}

.advantage_t p {
    color: #ccc;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
}

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

.advantage_b .advantage_item {
    width: 25%;
    padding: 0 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.advantage_b .advantage_item .advantage_item_box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.advantage_b .advantage_item img{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.advantage_b .advantage_item img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.advantage_b .advantage_item span{
    text-align: center;
    display: block;
    line-height: 50px;
    color: #000;
}

@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: 768px) {
    .advantage_t h3 {
        font-size: 24px;
    }
    .advantage_item_h {
        font-size: 18px;
    }
    .advantage_t p {
        font-size: 16px;
        margin-top: 10px;
    }
    .advantage_b {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .advantage_b .advantage_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .advantage_b {
        margin: 30px 0 0;
    }
    .advantage_b .advantage_item {
        border-right: none;
    }
    .advantage_b .advantage_item {
        padding: 0;
    }
}




.news {
    
    margin-top: 80px;
    background-color: #f0f5f9;
    position: relative;
}
.news .full_width{

    height: 60px;
    background: url('../img/bg-circle.png');
    width: 100%;
}

.news .container {
   
}

.news_box {
    margin-top: 40px;
}

.news_box_l {
    position: relative;
    height: 65px;
    border-bottom: 1px solid #e3e3e3;
}

.news_l_title h3 {
    position: relative;
    color: #434343;
    font-size: 24px;
}

.news_l_tab {
    position:absolute;
    top: 0;
    right: 0;
}

.news_l_tab>.news_l_tab_item {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    display: block;
    color: #434343;
    font-size: 14px;
    text-align: center;
    float: left;
    margin-left: 15px;
}

.news_l_tab>.news_l_tab_item:hover {
    color: #fff;
    background: #f14e15;
}

.news_l_title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    vertical-align: middle;
    width: 50px;
    height: 5px;
    background-color: #f14e15;
    border-radius: 2.2px;
    margin-right: 15px;
    -webkit-transform: translate(-68px, 50%);
    -ms-transform: translate(-68px, 50%);
    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(#0066cc), to(#0093DD));
    background: -moz-linear-gradient(left, #0066cc -40%, #0093DD);
    background: -ms-linear-gradient(left, #0066cc -40%, #0093DD);
    background: -o-linear-gradient(left, #0066cc -40%, #0093DD);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.news_box_r {
    
}
.news_r_list{
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}

.news_item {
    width: 24%;
}

.news_item>a {
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.news_item>a h5 {
    height: 40px;
    padding-top: 12px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    font-size: 16px;
    color: #333;
}
.news_item>a:hover h5{
  color: #f14e15;
}

.news_item>a p {
    font-size: 14px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
}

.news_item>a span {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    color: #999;
}

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

.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>div {
        width: 100%;
    }
    .news_l_tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .news_l_tab>.news_l_tab_item {
        width: 50%;
        border: none;
        text-align: center;
    }
    .news_l_tab>.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: 10px;
    }
    .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: 10px;
    }
    .news_box{
      margin-top: 0;
    }
    .news_l_tab{
      position: relative;
      margin: 20px 0;
    }
    .news_box_l{
      height: auto;
    }
    .news_r_list{
      margin: 30px 0;
      display: block;
    }
    .news_item{
      width: 100%;
    }
    .advantage_b .advantage_item{
      width: 47%;
    }
}

@media screen and (max-width: 768px) {

    .news {
        
    }
    .news_l_title h3 {
        font-size: 24px;
        text-align: center;
        padding-left: 0;
        height: 42px;
        line-height: 42px;
    }
    .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>a h5 {
        font-size: 18px;
    }
    .news_item>a p {
        font-size: 14px;
        line-height: 20px;
    }
    .news_item>a span {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .news .full_width{
      height: 25px;
    }
    .advantage_b .advantage_item{
      width: 100%;
    }
}
