﻿@charset "utf-8";
.insidebg {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* 搜索 */


/* 
.search {
    background-color: #f2f2f2;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.search_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_box_l {
    display: flex;
    align-items: center;
}

.search_box_l span {
    color: #000000;
    font-size: 14px;
}

.search_box_l a {
    margin: 0 5px;
}

.search_box_r {
    display: flex;
    align-items: center;
}

.search_box_r input {
    width: 170px;
    height: 35px;
    border-radius: 17px 0 0 17px;
    border: 1px solid #cfcfcf;
    color: #7b7b7b;
    padding-left: 20px;
    font-size: 14px;
}

.search_box_r a {
    width: 44px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0 17px 17px 0;
    background-color: #222b52;
    color: #fff;
}

.search_box_r a i {
    font-size: 24px;
} */


/* 面包屑导航 */

.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::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-color: #fe0629;
    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;
   
    border: 1px solid #eee; padding:30px;
}

.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: -379px;
    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;
}