@charset "utf-8";

/* CSS Document */
*{ margin:0; padding:0;}

body{ color:#000; font-size:12px; line-height:22px; font-family: Segoe UI, PingFang SC, Microsoft YaHei, sans-serif; min-width: 1200px;}
ul,li{ list-style:none; margin-bottom: 0;}
img{ border:none; display:inline-block;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none; }
i,em{ font-style:normal;}
dl,dd,p{ margin-bottom: 0;}
input,textarea,select{ outline:none; font-family: Segoe UI, PingFang SC, Microsoft YaHei, sans-serif;}
h1,h2,h3,h4,h5,h6{ font-style:normal; font-weight:normal; list-style:none; margin-bottom: 0;}
.clear{ clear:both;}

/*美化滚动条*/

/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
    width:6px;
    height:9px;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color:#dddddd;
    background-clip:padding-box;
    min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
}


.container-fluid:after{ content: ""; display: block; clear: both;}
.container:after{ content: ""; display: block; clear: both;}

.navA_wap{
    display: none;
}

.header{
    height: 96px;
    box-shadow: 0px 2px 14px -3px rgba(0, 0, 0, 0.25);
}

.header_m{
    width: 1440px;
    margin: auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.logo{
    display:inline-block;
}
.logo img{
    height: 40px;
}

.header_rt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    z-index: 9;
}


/*导航*/
.head_nav{ float: right;}
.head_nav ul{
    padding-left: 0;
}
.head_nav ul li{ float: left; margin: 0 20px; text-align: center; position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head_nav ul li .navA{
    height: 96px;
    position: relative;
    line-height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.head_nav ul li .navA a{ display: block; color: #000000; font-size:20px;}
.head_nav ul li .navA img{
    margin-top: 4px;
    margin-left: 8px;
}


.head_nav ul li .navA span{ font-size: 12px; text-transform: uppercase; display: block;}
.head_nav ul li.on .navA a{color: rgba(33, 69, 113, 1);}

.head_nav ul li:hover .navA a{ color: rgba(33, 69, 113, 1);}

.head_nav ul li .top_down{
    margin-left: 8px;
    font-weight: bold;
}

.head_nav ul li .navTwo{
    position: absolute;
    left: 0;
    top: 80%;
    width:450px;
    text-align: center;
    z-index: 9;
    padding: 18px;
    border-radius: 12px;
    background: rgba(33, 69, 113, 1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.55);
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}
.head_nav ul li .navTwo:after{
    content: "";
    width: 20px;
    height: 20px;
    background: rgba(33, 69, 113, 1);
    position: absolute;
    top: -10px;
    left: 30px;
    transform:rotate(48deg);
    -webkit-transform:rotate(48deg);
    -moz-transform:rotate(48deg);
    -ms-transform:rotate(48deg);
    -o-transform:rotate(48deg);
    z-index: 0;
}

.navTwo_wap{
    display: none;
}
.head_nav ul li .navTwo dd{ margin-bottom: auto; height: 40px;}
.head_nav ul li .navTwo a{ font-size: 14px !important; line-height: 40px !important; color: #fff;
    text-align: left;
    border-radius: 12px;
    padding: 0 22px;
        display: flex;
    align-items: center;
}
.head_nav ul li .navTwo dd:hover .navTwo_pc{
    display: none;
}
.head_nav ul li .navTwo dd:hover .navTwo_wap{
    display: block;
}
.head_nav ul li .navTwo dd:hover a{
    background: #ffffff;
    color: rgba(33, 69, 113, 1);
}
.head_nav ul li .navTwo dd img{
    width: 21px;
    margin-right: 10px;
}

.head_nav ul li:hover .navTwo{
    opacity:1;
    visibility:inherit;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
}

.subscribe_button{
    width: 170px;
    height: 50px;
    border-radius: 55px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    background: rgba(33, 69, 113, 1);
    border: none;
    color: #ffffff;
    cursor: pointer;
}
.subscribe_button:hover{
    opacity: 0.8;
}

.search_button{
    position: relative;
    margin-left: 24px;
    cursor: pointer;
    z-index: 1;
}
.search_button_div{
    position: absolute;
    top: 46px;
    left: -34px;
    background: rgba(33, 69, 113, 1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.53);
    width:280px;
    padding: 24px 20px 20px 20px;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.search_button_div:after{
    content: "";
    width: 16px;
    height: 16px;
    background: rgba(33, 69, 113, 1);
    position: absolute;
    top: -8px;
    left: 40px;
    transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    z-index: 0;
}

.search_button:hover .search_button_div{
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.subscribe_button{
    margin-left: 84px;
}

.search_button_title{
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.search_button_form{
    width: 100%;
    background: #ffffff;
    border-radius: 25px;
    margin-top: 12px;
    height: 38px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
}
.search_button_form button{
    background: none;
    border: none;

}
.search_button_form button img{
    width: 24px;
}
.search_button_form input{
    padding: 0 10px;
    width: 86%;
    height: 38px;
    border: none;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height:24px;
}
.search_button_form input::placeholder{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height:24px;
    color: rgba(0, 0, 0, 0.2);
}



/*banner*/

.banner{
    position: relative;
    width: 100%;
    height: 640px;
    background:url("../images/banner_bj.png") top center no-repeat;
    background-size: cover !important;
}

.banner_img{
    float: right;
    width: 60%;
}

.banner_m{
    position: relative;
    height: 100%;
    width: 1440px;
    margin: auto;
}

.banner_left{
    width: 535px;
    float: left;
    padding-top: 100px;
}
.banner_left p{
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    color: #ffffff;
}
.banner_left span{
    margin-top: 30px;
    display: block;
    max-width: 400px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}
.banner_left a{
    width: 300px;
    height: 75px;
    border-radius: 41px;
    background: rgba(33, 69, 113, 1);
    box-shadow: 0px 0px 9.8px 0px rgba(0, 0, 0, 0.58);
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #ffffff;
    margin-top: 30px;
}
.banner_left a i{
    margin-left: 8px;
}
.banner_left a:hover{
    opacity: 0.8;
}

.banner_img{
    position: absolute;
    right: 0;
    bottom: 0;
}


/*product*/
.index_product{
    padding-top: 60px;
    padding-bottom: 60px;
}
.index_m{
    position: relative;
    width: 1440px;
    margin: auto;
}
.index_product_title{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
}
.index_product_text{
    margin-top: 10px;
    width: 100%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
}

.index_product_list{
    width: 100%;
    margin-top: 108px;
}
.index_product_list ul{
    padding-left: 0;
}
.index_product_list ul li{
    margin-bottom: 60px;
}

.index_product_div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: #E2E2E2;
}

.index_product_img{
    overflow: hidden;
    width: 100%;
}
.index_product_img img{
    width: 100%;
    -o-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.index_product_list ul li .index_product_img img:hover{
    -o-transform: scale(1.4,1.4);
    -moz-transform: scale(1.4,1.4);
    -ms-transform: scale(1.4,1.4);
    -webkit-transform: scale(1.4,1.4);
    transform: scale(1.4,1.4);
}

.index_product_name{
    display: block;
    width: 100%;
    height: 66px;
    overflow: hidden;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;

}
.index_product_info{
    width: 100%;
    background: #E2E2E2;
    padding: 20px 40px 40px 40px;
}

.index_product_view{
    display: inline-block;
    width: 173px;
    height: 46px;
    border-radius: 10px;
    border-width: 2px;
    border: 2px solid rgba(34, 68, 112, 1);
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: rgba(34, 68, 112, 1);
    margin-top: 40px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.index_product_view:hover{
    background: rgba(34, 68, 112, 1);
    color: #ffffff;
}

.index_about{
    height: 470px;
    overflow: hidden;
    background: url("../images/about_bj.png") top center no-repeat;
    background-size: cover !important;
}
.index_m_about{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.index_about_left{
    max-width: 778px;
}
.index_about_tit{
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 90px;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
}
.index_about_tit span{
    display: inline-block;
    position: relative;
}
.index_about_tit span:after{
    content: "";
    position: absolute;
    display: block;
    left: -140px;
    top: 14px;
    border-radius: 6px;
    height: 6px;
    width: 124px;
    border-image-source: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,1));
    background: -o-linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,1));
    background: -moz-linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,1));
    background: -ms-linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,1));
    background: -webkit-linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,1));
    background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,1));
}
.index_about_tit span:before{
    content: "";
    position: absolute;
    display: block;
    right: -140px;
    top: 14px;
    border-radius: 6px;
    height: 6px;
    width: 124px;
    border-image-source: linear-gradient(to right,rgba(255,255,255,1), rgba(255,255,255,0));
    background: -o-linear-gradient(to right,rgba(255,255,255,1), rgba(255,255,255,0));
    background: -moz-linear-gradient(to right,rgba(255,255,255,1), rgba(255,255,255,0));
    background: -ms-linear-gradient(to right,rgba(255,255,255,1), rgba(255,255,255,0));
    background: -webkit-linear-gradient(to right,rgba(255,255,255,1), rgba(255,255,255,0));
    background: linear-gradient(to right,rgba(255,255,255,1), rgba(255,255,255,0));
}

.index_about_p{
    margin-top: 34px;
    width: 100%;
    font-family: PingFang SC;
    font-weight: 200;
    font-size: 22px;
    line-height: 40px;
    text-align: justify;
    color: #ffffff;    text-align: center;
}

.index_about_right{
    max-width: 505px;
    padding-top: 150px;
}
.index_about_title{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #ffffff;    text-align: center;
}

.index_about_form{width: 100%;
    margin-top: 22px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column; 
}
.index_about_form input{
    border: none;
    padding: 0 15px;
    width: 100%;
    height:60px;
    background: none;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #ffffff;border: solid 1px #ffffff;border-radius: 20px;
}

.index_about_form .nowbjia{    width: auto;
    background: #fff;
    font-size: 1rem;
    padding: 0.9rem 2rem;
    margin-top: 1em;
    border-radius: 30px;}




.index_about_form input::placeholder{
    color: #ffffff;
}

.index_about_form button{
    width: 40px;
    background: none;
    border: none;
    margin-right: 30px;
}
.index_about_form button img{
    width: 100%;
}



/*nte*/
.index_nte{
    padding-top: 90px;
    /*padding-bottom: 90px;*/
    overflow: hidden;
    position: relative;
}

.index_nte_title{
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}


.index_nte_list{
    width: 100%;
    margin-top: 100px;
}
.index_nte_list ul{
    padding-left: 0;
}
.index_nte_list ul li{
    margin-bottom: 90px;
}

.index_nte_div{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.index_nte_img{
    width: 90px;
    height: 90px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_nte_r{
    width: 76%;
}
.index_nte_r span{
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
}
.index_nte_r p{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

/*footer*/
footer{
    background: #2C2C2C;
    padding-top: 80px;
    padding-bottom: 20px;
}
.footer_m{
    width: 1440px;
    margin: auto;
}

.footer_top{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.footer_top_left{
    display: flex;
    width: 64%;
}
.footer_nav{
    margin-right: 80px;
}
.footer_top .footer_nav:last-child{
    margin-right: 0;
}

.footer_nav_info a{
    display: none;
}
.footer_nav_info .subscribe_button{
    display: none;
}

.footer_nav span{
    padding-bottom: 12px;
    display: block;
    width: 180px;
    border-bottom: 2px solid rgba(34, 69, 113, 1);
    color: #ffffff;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
}
.footer_nav ul{
    padding-left: 0;
    margin-top: 12px;
}
.footer_nav ul li{
    color: #ffffff;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 16px;
    line-height:30px;
    text-transform: capitalize;
    margin-top: 5px;

}
.footer_nav ul li a{
    color: #ffff;
}
.footer_nav ul li a:hover{
    color: #224571;
}


.footer_top_right{
    width: 480px;
}

.footer_top_form{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer_top_form dd{
    margin-bottom: 15px;
    display: flex;
}
.footer_top_form dd:nth-child(1){
    width: 32%;
}
.footer_top_form dd:nth-child(2){
    width: 64%;
}
.footer_top_form dd input{
    padding: 0 10px;
    height: 47px;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;

}
.footer_top_form dd:nth-child(3){
    width: 100%;
}
.footer_top_form dd textarea{
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}
.footer_top_form dd textarea::placeholder{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
}
.footer_top_form dd button{
    width: 142px;
    height: 60px;
    border-radius: 10px;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 24px;
    background: rgba(34, 69, 113, 1);
    text-transform: capitalize;
    color: #ffffff;
    border: none;

}
.footer_top_form dd button:hover{
    opacity: 0.8;
}
.footer_top_but{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

/*.footer_top_but img{
    height: 80px;
}*/


.footer_bottom{
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #ffffff;
}

/*产品*/
.ny_banner{
    background-size: 150% !important;
}

.banner_img_cp{
    bottom: 5%;
}

.ny_banner_cc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(153.21deg, #214571 35.27%, #C33430 219.66%);
    opacity: 0.8;
}

.product_amb{
    padding-top: 60px;
    padding-bottom: 60px;
}

.product_amb_title{
    position: relative;
    width: 100%;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
}
.product_amb_title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 49%;
    width: 100%;
    height: 2px;
    background: #000000;
}
.product_amb_title span{
    background: #ffffff;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}
.product_amb_title span img{
    margin-right: 26px;
}

.product_amb_rwlist{
    width: 100%;
    margin-top: 130px;
}

.product_amb_div{
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.product_amb_rwlist ul{
    padding-left: 0;
}
.product_amb_rwlist ul li{
    margin-bottom: 80px;
}
.product_amb_info{
    width: 74%;
}

.product_amb_img{
    width: 98px;
    height: 98px;
    overflow: hidden;
    border-radius: 50%;
}

.product_amb_info span{
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: justify;
    text-transform: capitalize;
}
.product_amb_info p{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}
.product_amb_more{
    width: 100%;
    text-align: center;
}

.product_amb_qclist{
    width: 100%;
    margin-top: 60px;
}

.product_amb_qclist{
    width: 100%;
}
.product_amb_qclist ul{
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.product_amb_qclist ul li{
    width: 50%;
    border-bottom: solid 1px #000000;
    padding: 28px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.product_amb_qcimg{
    width: 180px;
    overflow: hidden;
    border-radius: 18px;
}
.product_amb_qcimg img{
    width: 100%;
}

.product_amb_qcbut a{
    border: 2px solid rgba(33, 69, 113, 1);
    color: rgba(33, 69, 113, 1);
    display: inline-block;
    width: 100px;
    height: 46px;
    border-radius: 11px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;

}
.product_amb_qctitle{
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    width: 50%;
    text-transform: uppercase;
}
.product_amb_qcbut{
    margin-right: 30px;
}
.product_amb_qcbut a:hover{
    background: rgba(33, 69, 113, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.58);
    color: #ffffff;
}

/*分页*/
.product_amb_qcpage{ width:100%; margin:auto; margin-top:30px;}
.product_amb_qcpage .pageul{ padding-left: 0; width: 100%; text-align: center;}
.product_amb_qcpage .pageul>li{ margin: 0 5px; border-radius: 8px; display: inline-block;}
.product_amb_qcpage .pageul>li a{ float: none; color: #000000; padding: 8px 16px; border: solid 1px rgba(204, 204, 204, 1); font-size: 16px; border-radius: 8px; display: inline-block;}
.product_amb_qcpage .pageul>li a:hover{ background-color:rgba(33, 69, 113, 1);     border-color: rgba(33, 69, 113, 1); color: #fff;}
.product_amb_qcpage .pageul>li.active{ background:rgba(33, 69, 113, 1); }
.product_amb_qcpage .pageul>li.active a{ color:#fff; background-color:rgba(33, 69, 113, 1);     border-color: rgba(33, 69, 113, 1);}


.cp_getin{
    height: 470px;
    background: linear-gradient(153.21deg, #214571 35.27%, #C33430 219.66%);
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}

.cp_getin_div{
    width: 960px;
    margin: auto;
}
.cp_getin .index_about_form{
    margin-top: 26px;
}


.cp_good{
    position: relative;
    background: url('../images/cs2.jpg') center center no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cp_good_m{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cp_good_list{
    width: 100%;
}
.cp_good_list span{
    color: #ffffff;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}
.cp_good_list ul{
    padding-left: 0;
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cp_good_list ul li{    width: 49%;
    font-family: PingFang SC;
    
    font-size:1rem;
    line-height: 26px;
    text-transform: capitalize;
    margin-top: 10px;
    color: #ffffff;    padding-bottom: 10px;

}
.cp_good_list ul li a{    color: #fff;
    font-size:1rem;font-weight:600;
}

/*search*/
.search{
    padding-top: 55px;
    padding-bottom: 66px;
}
.location{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.location span{
    margin-right: 30px;
}
.search_but{
    width: 100%;
    margin-top: 50px;
}
.search_but ul{
    display: inline-block;
    padding-left: 0;
    background: rgba(158, 158, 158, 1);
    border-radius: 6px;
    height: 45px;
    overflow: hidden;
}
.search_but a{
    height: 100%;
    display: inline-block;
    color: #ffffff;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 43px;
    font-size: 20px;
}
.search_but a.on{
    background: rgba(33, 69, 113, 1);
}


.search_list{
    width: 100%;
    margin-top: 32px;
}
.search_list ul{
    padding-left: 0;
}
.search_list ul li{
    margin-bottom: 30px;
}

.search_list_div{
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(235, 233, 233, 1);
    border-radius: 22px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.55);
}
.search_list_img{
    width: 100%;
}
.search_list_img img{
    width: 100%;
}
.search_list_info{
    width: 100%;
    padding: 30px;
}
.search_list_info .search_list_title{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 24px;
    line-height:30px;
    display: block;
    margin-bottom: 20px;
}
.search_list_info p{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}
.search_list_view{
    border: 2px solid rgba(33, 69, 113, 1);
    width: 177px;
    height: 46px;
    border-radius: 10px;
    border-width: 2px;
    display: block;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    margin-top: 30px;
    color: rgba(33, 69, 113, 1);
}
.search_list_view:hover{
    color: #ffffff;
    background: rgba(33, 69, 113, 1);
}

/*blog*/
.blogdiv{
    padding-bottom: 90px;
}

.blog_banner{
    position: relative;
    height: 400px;
    background: url("../images/cs2.jpg") center top 56% no-repeat;
    background-size: cover !important;
}

.blog_banner_m{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    position: relative;
}
.blog_banner_name{
    width: 100%;
    font-size: 64px;
    font-weight: bold;
    line-height: 70px;
    color: #ffffff;
}
.blog_banner_p{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    margin-top: 30px;
}

.blog_list{
    overflow: hidden;
}
.blog_list ul{
    padding-left: 0;
}
.blog_list ul li{
    width: 100%;
    padding: 55px 0;
    display:flex;
    justify-content:space-between;
    flex-flow:row-reverse!important;
    border-bottom: solid 1px #000000;
}

.blog_list_img{
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    max-width: 470px;
}
.blog_list_img_cc{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(270deg, rgba(194, 52, 48, 0.76) -121.61%, rgba(33, 69, 113, 0.76) 100%);
}

.blog_list_tit_min{
    position: absolute;
    z-index: 2;
    width: 36%;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 15px;
    margin-top: 40px;
}

.blog_list_img_tc{
    display: flex;
    position: absolute;
    top: 5%;
    height: 90%;
    z-index: 3;
}
.blog_list_img_tc img{
    height: 100%;
}
.blog_list_img_ta{
    right: 25%;
}
.blog_list_img_tb{
    right: 0;
}


.blog_list_r{
    width: 50%;
    padding-top: 50px;
}
.blog_list_a{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}
.blog_list_span{
    width: 100%;
    margin-top: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;

}
.blog_list_info{
    margin-top: 22px;
    width: 70%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;

}

/*文章详情*/
.blog_show{
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog_show_div .blog_show_h2{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    text-align: justify;
    text-transform: capitalize;
}

.blog_show_div .blog_show_h2 h1{    font-family: PingFang SC;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    text-align: justify;
    text-transform: capitalize;}


.blog_show_div img{
    max-width: 100%;
}
.blog_show_info{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    text-transform: capitalize;
    word-break: break-all;
    overflow-wrap: break-word;
    hyphens: auto;
}

.banner_left em{
    display: block;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 20px;
}


/*about*/

.about_a{
    padding-top: 80px;
    padding-bottom:80px;
}
.about_a_info{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    line-height: 66px;
    word-wrap: break-word; /* 旧标准属性 */
  overflow-wrap: break-word; /* 新标准属性 */
}
.about_a_title{
    width: 100%;
    margin-top: 60px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 96px;
    line-height: 180%;
    text-align: center;
}

.about_a_list ul{
    padding-left: 0;
}
.about_a_list ul li{
    margin-top: 80px;
}

.about_a_div{
    width: 100%;
    text-align: center;
}
.about_a_img{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.about_a_div span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 32px;
    line-height:46px;
    text-align: justify;

}

.about_b{
    padding-top: 100px;
    padding-bottom: 100px;
}
.about_b_table{
    width: 100%;
}
.table>:not(:first-child){
    border-top: none;
}
.table thead tr th{
    text-align: center;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 28px;
    line-height: 46px;
    vertical-align: middle;
    padding: 20px 0;
}
.table tbody tr th{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 20px 10px;
}
.table tbody tr td{
    padding: 20px 10px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;

}

/*form*/
.formdiv{
    padding-top: 100px;
    padding-bottom: 100px;
}
.formdiv_m{
    width: 1440px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.formdiv_left{
    display: block;
}
.formdiv_left_imga{
    float: left;
    display: inline-block;
}
.formdiv_left_imgb{
    float: left;
    display: inline-block;
    margin-left: 40px;
    padding-top: 40px;
}

.formdiv_right{
    width: 50%;
    padding-top: 60px;
}
.formdiv_right_title{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: rgba(33, 69, 113, 1);
}
.formdiv_right_ms{
    width: 100%;
    margin-top: 35px;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: rgba(33, 69, 113, 1);
}

.form_s{
    width: 100%;
    margin-top: 34px;
}
.form_s dd{
    width: 100%;
    margin-bottom: 40px;
}
.form_s dd input{
    width: 100%;
    height: 80px;
    border-radius: 10px;
    padding: 0 15px;
    border: solid 2px rgba(33, 69, 113, 1);
    font-size: 18px;
}
.form_s dd input::placeholder{
    font-size: 18px;
}
.form_s dd textarea{
    width: 100%;
    height: 150px;
    border-radius: 10px;
    padding: 15px 15px;
    border: solid 2px rgba(33, 69, 113, 1);
    font-size: 16px;
}
.form_s dd textarea::placeholder{
    font-size: 18px;
}

.form_button{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.form_button button{
    width: 36%;
    height: 64px;
    background: rgba(33, 69, 113, 1);
    color: #ffffff;
    font-size: 20px;
    border-radius: 10px;
}
.form_button img{
    height: 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

/*cpshow*/
.cpshow{
    padding-top: 70px;
    padding-bottom: 70px;
}
.cpshow_a_top{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cpshow_a_left{
    width: 56%;
}
.cpshow_a_title{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
}

.cpshow_a_right{
    width: 40%;
}

.cpshow_a_tel{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: rgba(33, 69, 113, 1);
    text-align: right;
    margin-top: 15px;
}

.cpshow_a_info{
    width: 100%;
    margin-top: 100px;
}
.cpshow_a_info span{
    display: block;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 20px;
}
.cpshow_a_info p{
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 20px;
    line-height:36px;
    text-align: justify;
}

.cpshow_a_swiper{
    width: 100%;
    margin-top: 50px;
}

.mySwiper2 .swiper-slide{
    border-radius: 12px;
}
.mySwiper2 .swiper-slide img{
    width: 100%;
}

.mySwiper_div{
    width: 100%;
    position: relative;
}
.mySwiper{
    width: 80%;
    margin-top: 20px;
}
.mySwiper .swiper-slide{
    border: solid 1px transparent;
}
.mySwiper .swiper-slide img{
    width: 100%;
    height: 100px;
    border-radius: 10px;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active{
    border: solid 1px #999999;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0.8;
}

.mySwiper_div .swiper-button-next,.mySwiper_div .swiper-button-prev{
    color: #000000 !important;
}
.mySwiper_div .swiper-button-next:after,.mySwiper_div .swiper-button-prev:after{
    font-size: 26px;
}


.cpshow_a_titles{
    width: 100%;
    text-align: center;
    margin-top: 100px;
    position: relative;
}
.cpshow_a_titles:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
}
.cpshow_a_titles span{
    position: relative;
    display: inline-block;
    background: #ffffff;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 32px;
    line-height:46px;
    text-align: center;
    z-index: 2;
    padding: 0 30px;
}

.cpshow_a_swiper_pr{
    width: 100%;
    margin-top: 50px;
    padding: 0 28px;
}

.mySwiper_b_div{
    overflow: hidden;
    height: 100%;
    border-radius: 22px;
    background: rgba(235, 233, 233, 1);
}

.mySwiper_b_img{
    width: 100%;
    overflow: hidden;

}
.mySwiper_b_img img{
    width: 100%;
}
.mySwiper_b_info{
    width: 100%;
    height: 144px;
    overflow: hidden;
    padding: 20px 26px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    line-height:26px;
}

.mySwiper_b_qh{
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.mySwiper_b_qh .swiper-button-next:after,.mySwiper_b_qh .swiper-button-prev:after{
    display: none;
}
.mySwiper_b_qh .swiper-button-next{
    right: 0;
}
.mySwiper_b_qh .swiper-button-prev{
    right: 55px;
    left: auto;
}


.cpshow_b{
    padding-top: 70px;
    padding-bottom: 70px;
}
.cpshow_b_tp{
    width: 100%;
    overflow: hidden;
}
.cpshow_b_title{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    color: rgba(34, 69, 113, 1);
}
.cpshow_b_title img{
    margin-right: 10px;
}
.cpshow_b_icot{
    width: 100%;
    margin-top: 18px;
}
.cpshow_b_icot span{
    margin-right: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
}
.cpshow_b_icot span img{
    margin-right: 8px;
}
.cpshow_b_aa{
    color: rgba(91, 243, 147, 1);
}
.cpshow_b_bb{
    color: rgba(255, 218, 137, 1);
}
.cpshow_b_cc{
    color: rgba(34, 69, 113, 1);
}
.cpshow_b_cc i{
    display: inline-block;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: rgba(34, 69, 113, 1);;
}

.cpshow_b_show{
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.cpshow_b_show span{
    display: inline-block;
    text-align: center;
    line-height: 82px;
    width: 360px;
    height: 82px;
    border-radius: 20px;
    background: rgba(34, 69, 113, 1);
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}
.cpshow_b_show span:hover{
    opacity: 0.8;
}


.cpshow_b_note{
    width: 100%;
    margin-top: 100px;
}


.cpshow_b_span{
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
}

.cpshow_b_p{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 20px;
    line-height:30px;
    margin-top: 40px;
}


.cpshow_b_tbales{
    width: 100%;
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cpshow_b_tb_left{

    width: 78%;
    overflow: hidden;
}
.cpshow_b_tbsle_div{
    overflow: hidden;
    height: 548px;
    width: 100%;
}
.cpshow_b_tbsle_div.on{
    height: auto;
}

.cpshow_b_tbsle_ul{
    column-count: 2; /* 列数 */
  column-gap: 1em; /* 列间距 */
    
    width: 100%;
    border-radius: 20px;
    padding: 35px 0;
    border: solid 1px rgba(0,0,0,0.29);
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
    background: url("../images/line_a.png") top 220px center no-repeat;
}


.cpshow_b_list{
    width: 100%;
    margin-bottom: 40px;
    break-inside: avoid; /* 避免在元素内部断行 */
    padding-left: 55px;
    padding-right: 55px;

}

.cpshow_b_list_t{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 32px;
    line-height:40px;

}
.cpshow_b_list ul{
    padding-left: 0;
    margin-top: 25px;
}
.cpshow_b_list ul li{
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.29);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.cpshow_b_list ul li span{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;

}
.cpshow_b_list ul li span:nth-child(1){
    width: 60%;
}
.cpshow_b_list ul li span:nth-child(2){
    width: 38%;
    text-align: right;
}

.cpshow_b_tb_dow{
    width: 18%;
    text-align: center;

}

.cpshow_b_tb_ttt{
    width: 100%;
    text-align: left;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: rgba(34, 69, 113, 1);
}
.cpshow_b_tb_dowbut{
    margin-top: 25px;
}
.cpshow_b_tb_dowbut a{
    width: 100%;
    height: 45px;
    border: solid 2px rgba(34, 69, 113, 1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(34, 69, 113, 1);
}
.cpshow_b_tb_dowbut a:hover{
    opacity: 0.8;
}