@charset "utf-8";
.insidebg {
    height: 435px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}










.breadcrumb {
    padding: 18px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eeeeee;
}

.breadcrumb1 {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-right: 8px;
}




.breadcrumb1 i {
    color: #fe0629;
    margin-right: 8px;
}

.breadcrumb2>a {
    font-size: 14px;
    color: #666;
}

.breadcrumb2>a:hover {
    color: #fe0629;
}

.breadcrumb2>a>i {
    font-size: 14px;
    color: #666;
    margin: 0 3px;
}

.breadcrumb2>a:last-child i {
    display: none;
}




.navtab {
    margin-top: 30px;
    display: flex;
}

.navtab>a {
    margin-right: 1px;
    flex: 1;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    font-size: 18px;
    color: #000;
    position: relative;
    transition: all .4s;
}

.navtab>a::before {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transition: all .4s;
}

.navtab>a:hover {
    background-color: #222b52;
    color: #fff;
}

.navtab>a:hover::before {
    display: block;
}




.jinajie {
    margin-top: 30px;
    display: flex;
    border: 1px solid #eee;
}

.jinajie_img {
    width: 620px;
}

#video {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#video video {
    width: 100%;
    height: 100%;
    background: #000;
}

.jinajie_txt {
    width: 580px;
    padding: 0 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jinajie_txt_h {
    font-size: 22px;
    color: #222b52;
    font-weight: 700;
}

.jinajie_txt_yw {
    font-size: 12px;
    color: #999;
        line-height: 35px;
    text-transform: uppercase;
}

.jinajie_txt_x {
    width: 50px;
    height: 1px;
    background-color: #222b52;
}

.jinajie_txt_p {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
	line-height: 30px;
}




.quality {
    padding: 50px 0 80px;
    margin-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lainxi_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lainx_txt_h h3 {
    font-size: 30px;
    color: #222b52;
}

.lainx_txt_h h3 span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 0 10px;
    vertical-align: middle;
    background-color: #fe0629;
}

.lainx_txt_p p {
    font-size: 16px;
    color: #333;
}

.lainx_txt_img {
    margin-top: 10px;
}

.quality_box {
    margin-top: 20px;
}

.quality_box>div {
    display: flex;
    align-items: center;
}

.quality_box>div>div {
    width: 50%;
	height: 350px;
}

.quality_boximg {
    overflow: hidden;
}

.quality_boximg>img {
    width: 100%;
}

.quality_boxtxt {
    padding: 50px;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
}

.quality_boxtxt_h {
    font-size: 18px;
    font-weight: 700;
    color: #fe0629;
}

.quality_boxtxt_x {
    margin-top: 10px;
    width: 33px;
    height: 3px;
    background-color: #fe0629;
}

.quality_boxtxt_p {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}



.territory {
    margin-top: 50px;
}

.territory .lainx_txt_h h3 {
    color: #222b52;
}

.territory .lainx_txt_p P {
    color: #333;
}

.territory_box {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 409px;
}

.territory_txt {
    width: 400px;
    background: #f1f1f1;
    height: 350px;
    padding: 30px;
}

.territory_txt>h6 {
    height: 36px;
    line-height: 28px;
    font-size: 18px;
    color: #fe0629;
    border-bottom: 1px solid #c7c7c7;
}

.territory_txt>p {
    margin-top: 8px;
    line-height: 28px;
}

.territory_txt>a {
    height: 28px;
    line-height: 28px;
    width: 120px;
    background: #fe0629;
    display: block;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
}

.territory_bigimg {
    width: 800px;
}




.vision {
    position: relative;
    margin-top: 50px;
}

.visionjb {
    position: absolute;
    right: -309px;
    bottom: -53px;
    z-index: 2;
}

.vision .lainx_txt_h h3 {
    color: #222b52;
}

.vision .lainx_txt_p P {
    color: #333;
}

.vision_box {
    margin-top: 20px;
    display: flex;
}

.vision_box_l {
    position: relative;
    width: 720px;
    height: 580px;
}

.vision_box_ldw {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vision_box_r {
    width: 480px;
    padding-left: 50px;
}

.vision_r_title {
    padding-top: 35px;
    font-size: 22px;
    color: #222b52;
	font-weight: 700;
}

.vision_r_x {
    margin-top: 15px;
    width: 197px;
    height: 1px;
    background: #222b52;
    transform: translateX(-70px);
}

.vision_r_p {
    margin-top: 15px;
    font-size: 15px;
    color: #666;
	    line-height: 30px;
}

@media screen and (max-width: 1600px) {
  .nei-banner {
    background-size: cover;
    background-position: center;
  }
  .about-number .number-box .num-item::after {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .about-number .number-box .num-item .year div {
    font-size: 40px;
  }
  .about-number .number-box {
    padding: 20px;
    flex-wrap: wrap;
  }
  .about-number .number-box .num-item {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-number .number-box .num-item .year {
    justify-content: center;
  }
  .about-culture .wd1600 .culture-box {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .about-culture .wd1600 .culture-box .cul-item {
    width: 100%;
    height: auto;
    padding: 100px 0;
    margin-bottom: 20px;
  }
  .about-culture .wd1600 .c-title,
  .about-lc .wd1600 .c-title {
    font-size: 26px;
  }
  .about-culture .wd1600 .culture-box .cul-item .title {
    font-size: 20px;
  }
}