* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Segoe UI !important;
    font-weight: 600 !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.auto {
    width: 1500px;
    max-width: 1500px;
    margin: auto;
}

.nva {
    width: 100%;
    background: rgba(0, 0, 0, 0.52);

    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nva_item {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.logo {
    width: 103px;
    height: 68px;
}

.logo img {
    width: 100%;
}

.nva_ul {
    display: flex;
}

.nva_ul .nva_a {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    /* border-bottom: 1px solid rgba(0, 0, 0); */
}



.nva_li {
    position: relative;

}


.nva_ul .nva_li:hover .nva_two_div {
    display: block;
}

.nva_two_div {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 95px;
    left: 0;
    background: rgba(0, 0, 0, 0.52);
    display: none;
    z-index: 999;
}

.nva_two_div a {
    display: block;
    color: #eee;
    padding: 8px 0;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
    transition: 1s;
    cursor: pointer;
}

.nva_two_div a:hover {
    background: #000;
    color: #fff;
    padding: 8px 0;
    line-height: 48px;
    font-weight: 500;
    transition: 1s;

}

/* .nva_ul li a:hover .nva_span{
    transform: rotate(-90deg);
} */
.nva_span {
    display: block;
    font-size: 18px;
    transform: rotate(90deg);
    padding: 0 4px;
}

.banner {
    position: relative;
    top: -100px;
    left: 0;
    z-index: -1;
}

.banner img {
    width: 100%;
}

.index_POPULAR_title {
    text-align: center;
}

.index_POPULAR_title h6 {
    font-size: 48px;
    color: #111111;
}

.index_POPULAR_content {
    margin-top: 72px;
}

.index_POPULAR_ul {
    display: flex;
    justify-content: space-between;
}

.index_POPULAR_ul li {
    width: 24%;
}

.index_POPULAR_ul li img {
    width: 100%;
}

.index_POPULAR_ul li h6 {
    font-size: 34px;
    font-weight: bold;
    line-height: 38px;
    color: #333333;
    padding: 15px 0;
}

.index_POPULAR_ul li p {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #333333;
}

.index_POPULAR_a {
    text-align: center;
    margin-top: 40px;
}

.index_POPULAR_a a {
    display: block;
    width: 200px;
    height: 54px;
    line-height: 54px;
    background: #1E87E2;
    border-radius: 500px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin: auto;

}

.index_introduce {
    margin-top: 62px;
    padding: 30px 0;
}

.introduce_item h6 {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 60px 0 0 0;
}

.introduce_item p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
    padding: 50px 0;
}

.introduce_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.introduce_ul li {
    width: 19%;
    margin-bottom: 15px;
}

.introduce_ul li a {
    height: 100%;
    display: block;
    position: relative;
}

.introduce_ul li img {
    width: 100%;
}

.introduce_ul_hei {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

.introduce_ul li:hover .introduce_ul_hei {
    background-color: rgba(0, 0, 0, .0);
}



.introduce_item_div {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
}

.introduce_item_div a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}

.introduce_item_a {
    display: block;
    text-align: center;
    width: 200px;
    height: 54px;
    line-height: 54px;
    background: #1E87E2;
    opacity: 1;
    border-radius: 500px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 24px auto;

}

.index_scheme {
    margin-bottom: 92px;
}

.scheme_item {
    margin-top: 70px;
}

.scheme_title {
    display: flex;
    align-items: center;
}

.scheme_img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scheme_div {
    flex: 8;
}

.scheme_div h6 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.scheme_div p {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #666666;
}

.scheme_ul {
    display: flex;
    padding: 10px;
    box-shadow: 4px 4px 4px #cfcfcf;
    border-radius: 10px;
    margin-top: 35px;
}

.scheme_ul li {
    width: 32.5%;
    border: 3px solid #000000;
    margin-left: 10px;
    margin-bottom: 10px;
}

.scheme_ul li img {
    width: 100%;
    height: 487px;
    display: block;
}

.map {
    width: 100%;
    height: 774px;
}

.bottom {
    width: 100%;
    background: #263346;
}

.bottom_item {
    display: flex;
    padding: 70px 0;
}

.bottom_left {
    flex: 1;
    color: #ffffff;
    margin-top: -20px;
}

.bottom_left img {
    display: block;
    /* border: 1px dashed #fff; */
}

.bottom_left h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.bottom_left p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 11px;
}

.bottom_conter {
    flex: 1;
}

.bottom_zh {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #EEEEEE;
}

.bottom_right {
    flex: 1;
}

.bottom_conter_ul {
    display: flex;
    /* justify-content: space-around; */
}

.bottom_item h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
    padding: 15px 0;
}

.bottom_conter_ul li {
    /* width: 40%; */
    /* text-indent: 60px; */
}

.bottom_conter_ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #EEEEEE;
}

.bottom_right_ul {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.bottom_right_ul li img {
    width: 26px;
    height: 26px;
    opacity: 0.5
}

.bottom_right_ul li img:hover {
    opacity: 1;
    transition-duration: 0.8s;
}

.bottom_right_ul li {
    text-align: center;
    margin-top: 30px;
}

/*  */
.About_us_banner {
    position: relative;
    top: -100px;
    left: 0;
    z-index: -1;
}

.About_us_banner_text {
    width: 80%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -80%);

}

.About_us_banner_text p {
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 13px;
}

.About_us_md {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: #333333;
}

.About_us_this_title {
    text-align: center;
}

.About_us_this h6 {
    font-size: 48px;
    font-weight: bold;
    color: #111111;
}

.About_us_banner img {
    width: 100%;
}

.About_us_this_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 79px;
}

.About_us_this_text_left {
    width: 55%;
}

.About_us_this_text_left p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #333333;
}

.About_us_this_text_left p span {
    display: block;
}

.About_us_this_text_right {
    width: 42%;
}

.About_us_this_text_right img {
    width: 100%;
}

.About_us_hot {
    margin: 64px 0;
}

.About_us_hot_text {
    padding: 43px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    color: #FFFFFF;
    background: linear-gradient(149deg, #243E64 0%, #224470 100%);
}

.About_us_hot_text span {
    display: block;
    width: 94%;
    margin: auto;
}

.About_us_tab_title {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    color: #244068;
    padding: 8px 0;
    margin-top: 25px;
}

.About_us_tab_title li {
    margin-right: 200px;
    line-height: 42px;
    border-bottom: 3px solid #ffffff;
}

.xian {
    color: #223857 !important;
    border-bottom: 3px solid #22416B !important;
}

.About_us_tab_content {
    position: relative;
    display: none;
}

.About_us_tab_content img {
    width: 100%;
}

.About_us_tab_content_san {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.About_us_service {
    padding: 50px 0 150px 0;
}

.About_us_service_title {
    text-align: center;
}

.About_us_service_title h6 {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #333333;
}

.About_us_service_ul li {
    display: flex;
    align-items: center;
    margin-top: 125px;
}

.About_us_service_ul li div {
    width: 50%;
}

.About_us_service_ul_img img {
    width: 100%;
}

.About_us_service_ul_text {
    margin: 0 0 0 50px;
    text-align: left;
    font-weight: 600;
}

.About_us_service_ul_text h6,
.About_us_service_ul_text_two h6 {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: #333333;
}

.About_us_service_ul_text p,
.About_us_service_ul_text_two p {
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    color: #333333;
    margin-top: 18px;
}

.About_us_service_ul_text p span,
.About_us_service_ul_text_two p span {
    display: block;
}

.About_us_service_ul_text_two {
    margin: 0 50px 0 0;
    text-align: left;
    font-weight: 600;
}

/*  */
.comp_details {
    display: flex;
    justify-content: space-between;
    padding: 140px 0;
}

.comp_details_left {
    width: 40%;
}

.comp_details_left img {
    width: 100%;
}

.comp_details_right {
    width: 55%;
}

.comp_details_right h6 {
    font-size: 38px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 57px;
    color: #333333;
}

.comp_details_right div {
    font-size: 22px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 38px;
    color: #333333;
    margin-top: 10px;
    /* opacity: 0.7; */
    font-weight: bold;
}

.comp_details_right div span {
    display: block;
}

.comp_details_right_a {
    display: block;
    width: 225px;
    height: 62px;
    background: #22436E;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 62px;
    margin-top: 35px;
}

.comp_details_item {
    padding: 0px 0 70px 0;
}

.comp_details_title h6 {
    width: 194px;
    font-size: 24px;
    font-family: Segoe UI;
    line-height: 52px;
    color: #244068;
    position: relative;
}

.comp_details_title h6 div {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #22416B;
    top: 55px;
}

.comp_details_ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 50px;
}

.comp_details_li {
    width: 18%;
    margin-right: 20px;
}

.comp_details_li img {
    width: 100%;
    height: 270px;
}

.comp_details_li p {
    width: 100%;
    font-size: 20px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 36px;
    color: #333333;
    /* opacity: 0.7; */
}

/*  */
.products_item {
    margin-bottom: 170px;
}

.products_about {
    padding: 0 0 50px 0;
}

.products_about h6 {
    font-size: 40px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 98px;
    color: #333333;
}

.products_about div p {
    font-size: 22px;
    font-family: Segoe UI;
    line-height: 68px;
    color: #333333;
}

.Products_series_title {
    font-size: 40px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 98px;
    color: #333333;
}

.Products_series_ul {
    display: flex;
}

.Products_series_ul li {
    font-size: 22px;
    font-family: Segoe UI;
    font-weight: bold;
    color: #333333;
    opacity: 0.7;
    margin: 0px 5px 0 0;
    line-height: 34px;
}

.Products_series_content {
    margin-top: 50px;
}

.Products_series_content_div {
    flex-wrap: wrap;
    display: none;
}

.Products_series_content_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Products_series_content ul li {
    width: 18%;
    margin-right: 20px;
    margin-bottom: 5px;
}

.Products_series_content ul li img {
    width: 100%;
    height: 270px;
}

.Products_series_content ul li p {
    font-size: 22px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 36px;
    color: #333333;
    /* opacity: 0.7; */
}

/*  */
.Gallery {
    background: #151C26;
    padding: 50px 0 120px 0;
    /* position: relative;
    left: 0;
    top: -100px;
    z-index: -1; */
}


.Gallery_title h6 {
    width: 80px;
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: bold;
    color: #FFFFFF;
}

.Gallery_title div {
    width: 80px;
    height: 4px;
    background-color: #ffffff;
    margin-top: 10px;
}

.Gallery_ul {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
}

.Gallery_ul li {
    width: 18.2%;
    height: 236px;
    margin: 0 20px 20px 0;
}

.Gallery_ul li a {
    display: block;
    height: 100%;
}

.Gallery_ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.Gallery_div {
    text-align: center;
    margin-top: 70px;
}

.Gallery_a {
    padding: 12px 34px;
    font-size: 24px;
    border: 1px solid #ffffff;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 0px;
    color: #FFFFFF;
    margin: auto;
}

.Gallery_img_content {
    width: 67%;
    height: 650px;
    margin: auto;
    background-color: pink;
    text-align: center;
    position: relative;

}

.Gallery_swiper_text {
    position: absolute;
    top: 90%;
    left: 86%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    color: #FFFFFF;
    width: 420px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(109deg, #263346 0%, #273658 100%);
    border-radius: 500px;
    z-index: 99;
}

.Gallery_imges {
    width: 23%;
    height: 146px;
    position: absolute;
    top: 114.5%;
    left: 11.5%;
    transform: translate(-50%, -50%);

}

.Gallery_imges img {
    width: 100%;
    height: 100%;
}

.Gallery_img_content_two_left img {
    width: 100%;
}

.Gallery_img_content_two {
    width: 40.5%;
    margin: auto;
    height: 146px;
    margin-top: 20px;
    left: 11.5%;
}

/*  */
.Resource_Resources {
    padding: 30px 0 30px 0;
}

.Resource_Resources_title {
    margin-top: 90px;
}

.Resource_Resources_title h6 {
    font-size: 48px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 57px;
    color: #333333;
}

.Resource_Resources_title p {
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 48px;
    color: #333333;
    margin-top: 20px;
}

.Resource_Resources ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 125px;
}

.Resource_Resources ul li {
    width: 30%;
    height: 270px;
    text-align: center;
}

.Resource_Resources ul li img {
    width: 100px;
    height: 105px;
}

.Resource_Resources ul li h6 {
    font-size: 30px;
    font-family: Segoe UI;

    font-weight: 600;
    line-height: 32px;
    color: #333333;
    margin-top: 40px;
}

.Resource_Resources ul li p {
    width: 80%;
    margin: 15px auto;
    font-size: 20px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 32px;
    color: #333333;
}

.Resource_Manufacture {
    padding: 60px 0;
}

.Manufacture_title h6 {
    font-size: 48px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 57px;
    color: #333333;
}

.Manufacture_title p {
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 38px;
    color: #333333;
    margin-top: 28px;
}

.Manufacture_content_div {
    display: none;
}

.Manufacture_content_ul {
    display: flex;
    margin-top: 70px;
}

.Manufacture_content_ul li {
    padding: 9px 47px;
    color: #244068;
    /* background: linear-gradient(180deg, #244068 0%, #122034 100%); */
    opacity: 1;
    border-radius: 500px;
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: bold;
    margin-right: 30px;
}

.Manufacture_xian {
    background: linear-gradient(180deg, #244068 0%, #122034 100%);
    color: #FFFFFF !important;
}

.Manufacture_content_ul_two {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.Manufacture_content_ul_two li {
    width: 23.5%;
    position: relative;
    margin: 20px 10px 55px 0;
}

.Manufacture_content_ul_two li img {
    width: 100%;
    height: 345px;
}

.Manufacture_content_ul_two_pp {
    width: 90%;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 32px;
    color: #ffffff;
}

.Manufacture_content_ul_two_li_p {
    width: 100%;
    color: #000000;
    left: 50% !important;
    top: 100% !important;
    transform: translate(-50%, -10%) !important;
}

.Installation_title h6 {
    font-size: 48px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 57px;
    color: #333333;
}

.Installation_title p {
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 48px;
    color: #333333;
}

.Installation_ul {
    margin-top: 50px;
}

.Installation_ul li {
    /* border: 1px dashed #666666; */
    margin-bottom: 40px;
    position: relative;
    background-color: #f1f1f1;
}

.Installation_ul_div {
    margin: 68px 0 0 180px;
    padding-bottom: 30px;
}

.Installation_ul li h6 {
    font-size: 30px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 32px;
    color: #333333;
    padding: 30px 0;
}

.Installation_ul li p {
    font-size: 20px;
    font-family: Segoe UI;
    font-weight: 500;
    line-height: 40px;
    color: #666666;
    width: 90%;
}

.Installation_li_san {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 154px;
    height: 80px;
    /* border-color: transparent #22416B;
    border-width: 0 0 150px 150px;
    border-style: solid; */
    background: #22416B;
    border-radius: 24px;
}

.Installation_li_number {
    position: absolute;
    left: 55px;
    top: 10px;
    font-size: 38px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
}

.Installation_li_text {
    position: absolute;
    left: 28px;
    top: 43px;
    font-size: 17px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
    /* transform: rotate(-44deg); */
}

.Resource_fqa {
    margin-top: 84px;
}

.Resource_fqa h6 {
    font-size: 48px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 57px;
    color: #333333;
}

.Resource_fqa p {
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 48px;
    color: #333333;
    margin-top: 25px;
}

.Resource_explain {
    margin-top: 138px;
}

.Resource_explain ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Resource_explain ul li {
    width: 48%;
}

.Resource_explain ul li h6 {
    font-size: 48px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 32px;
    color: #333333;
    margin-bottom: 54px;
}

.explain_div {
    margin-bottom: 25px;
    background: #f1f1f1;
}

.explain_div_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 32px;
    border-radius: 12px;
    color: #333333;
    cursor: pointer;
    padding: 10px 0;
}

.explain_div_title span:nth-child(1) {
    padding: 6px 20px;
}

.explain_div_title span:nth-child(2) {
    position: relative;
    left: -25px;
}

.explain_none {
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 38px;
    color: #666666;
    background: #f1f1f1;
    /* margin-top: 34px; */
    padding: 20px;
    display: none;
}

/*  */
.Terms_Conditions_item {
    padding: 130px 0;
}

.Terms_Conditions_titme {
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 34px;
    color: #244068;
}

.Terms_Conditions_ul {
    margin-top: 40px;
    padding: 0 22px;
}

.Terms_Conditions_ul li {
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 38px;
    color: #244068;
}

.explain_ul {
    margin-top: -48px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #22416B
}

.explain_li {
    margin-bottom: 50px;
}

.explain_li_title h6 span {
    font-size: 30px;
    font-family: Segoe UI;
    color: #244068;
    position: relative;
    line-height: 52px;
}

.explain_li_title h6 span div {
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #244068;
}

.explain_li_p {
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 38px;
    color: #333333;
    margin-top: 27px;
}

.explain_li_p span {
    display: block;
}

.Terms_Contact {
    margin-top: 25px;
}

.Terms_Contact .explain_li_title p {
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 38px;
    color: #333333;
    margin-top: 27px;
}

.Terms_Contact_ul li img {
    display: block;
    margin: 0 10px;
}

.Terms_Contact_ul {
    padding: 70px 0 180px;
}

.Terms_Contact_ul li {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 68px;
    color: #333333;
}

/*  */
.Contact_us_banner {
    position: relative;
    top: -100px;
    z-index: -1;
}

.Contact_us_banner img {
    width: 100%;
}

/*  */
.Contact_us_footer_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Contact_us_footer_ul li {
    width: 23%;
    text-align: center;
}

.Contact_us_footer_span {
    display: block;
    height: 97px;
}

.Contact_us_footer_ul li h6 {
    font-size: 32px;
    font-family: Segoe UI;
    color: #111111;
    padding: 20px 0;
}

.Contact_us_footer_ul li p {
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 36px;
    color: #666666;
}

.Contact_us_footer_ul li p span {
    display: block;
}

.Contact_us_form {
    padding: 125px 0;
}

.Contact_us_form li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.Contact_us_form li div h6 {
    font-size: 22px;
    font-family: Segoe UI;
    line-height: 46px;
    color: #333333;
}

.Contact_us_form li div input {
    height: 50px;
    outline: none;
}

.Contact_us_form_tow div {
    width: 48%;
}

.Contact_us_form_tow div input,
.Contact_us_form_one div input,
.Contact_us_form_three div,
.Contact_us_form_one div {
    width: 100%;
}

.Contact_us_form_tow div input,
.Contact_us_form_one div input {
    text-indent: 10px;
}

.Contact_us_form_one p {
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    color: #999999;
}

.Contact_us_form_three div textarea {
    width: 100%;
    height: 229px;
    resize: none;
    outline: none;
    text-indent: 10px;
}

.Contact_us_btn {
    width: 464px;
    height: 60px;
    background: #0D68CF;
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 48px;
    color: #FFFFFF;
    margin-top: 70px;
    border: none;
}

/*  */
.news_resource {
    padding: 80px 0 160px 0;
}

.news_resource_title h6 {
    font-size: 38px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 57px;
    color: #333333;
}

.news_resource_title p {
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 48px;
    color: #333333;
    margin-top: 20px;
}

.news_resource_content {
    margin-top: 130px;
}

.news_resource_ul_one {
    display: flex;
}

.news_resource_li_one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 50px;
    background: #ffffff;
    border-radius: 500px;
    font-size: 24px;
    font-family: Segoe UI;
    font-weight: bold;
    color: #244068;
    margin-right: 20px;

}

.news_resource_li_one_bei {
    background: #244068;
    color: #ffffff;
}

.news_resource_div {
    display: none;
}

.news_resource_ul_two {
    display: flex;
    flex-wrap: wrap;
    margin-top: 54px;
}

.news_resource_li_two {
    /* width: 23%; */
    width: 345px;
    margin-right: 24px;
    margin-bottom: 24px;
    position: relative;
}

.news_resource_li_two img {
    width: 100%;
    display: block;
}

.news_resource_li_two div {
    width: 90%;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-family: Segoe UI;
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
}


/*  */

.Gallery_img_content,
.Gallery_img_content_two {
    position: relative;
}

.Gallery_img_content .swiper-button-next {
    right: -290px;
}

.Gallery_img_content .swiper-button-prev {
    left: -290px;
}

.Gallery_img_content_two .swiper-button-next {
    right: -55px;
}

.Gallery_img_content_two .swiper-button-prev {
    left: -55px;
}

/*去掉默认样式*/
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

/*自定义样式*/
.swiper-button-prev {
    padding: 2px 2px;
    background: #505153
}

.swiper-button-prev span {
    padding: 20px 10px;
    display: block;
    background-repeat: no-repeat !important;
    transform: rotate(180deg);
    position: absolute;
    background-position: center !important;
}

.swiper-button-prev:hover {
    transform: rotate(0deg);
}

.swiper-button-next:hover {
    transform: rotate(0deg);
}

.swiper-button-next {
    padding: 2px 2px;
    background: #505153
}

.swiper-button-next span {
    padding: 20px 10px;
    display: block;
    background-repeat: no-repeat !important;
    position: absolute;
    background-position: center !important;
}

.About_us_banner_text p:nth-child(2) {
    text-indent: 280px;
}

.move_ul {
    display: none;
}

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

    html,
    body {
        width: 100% !important;
    }

    .auto {
        width: 100% !important;
    }

    /* .bottom {
        display: none;
    } */
    .bottom_left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bottom_left img {
        width: 25%;
    }

    .bottom .bottom_item {
        flex-wrap: wrap;
        width: 94% !important;
        margin: auto;
    }

    .bottom_left {
        width: 94% !important;
        flex: auto;
    }

    .bottom_conter,
    .onn {
        width: 48%;
        flex: auto !important;
    }

    .onn {
        text-indent: 30px;
    }

    .bottom_conter_ul {
        width: 100%;
    }

    .bottom_conter_ul li {
        width: 100%;
    }

    .bottom_right_ul {
        flex-wrap: wrap;
    }

    .banner {
        width: 100%;
        height: 340px;
    }

    .logo {
        width: 80px !important;
        height: 60 !important;
        display: flex;
        align-items: center;
    }

    .index_POPULAR_ul {
        flex-wrap: wrap;
    }

    .index_POPULAR_ul li {
        width: 94%;
        margin: auto;
        margin-bottom: 5px;
    }

    .About_us_banner_text {
        top: 100%;
    }

    .About_us_banner_text p span {
        font-size: 20px !important;
    }

    .index_POPULAR_title h6 {
        font-size: 26px
    }

    .index_POPULAR_content {
        margin-top: 20px;
    }

    .index_POPULAR_ul li h6 {
        font-size: 26px;
    }

    .index_POPULAR_ul li p {
        font-size: 18px
    }

    .introduce_item h6 {
        padding: 5px;
        font-size: 26px
    }

    .introduce_ul {
        width: 94%;
        margin: auto;
    }

    .introduce_item p {
        padding: 20px 0;
    }

    .introduce_ul li {
        width: 48%;
    }

    .scheme_title {
        flex-direction: column;
    }

    .scheme_div h6 {
        font-size: 26px;
    }

    .scheme_item {
        width: 94%;
        margin: 60px auto;
    }

    .scheme_ul {
        flex-wrap: wrap;
        padding: 0;
        border-radius: 0;
        box-shadow: 0 0 0;
    }

    .scheme_ul li {
        width: 100%;
        margin-left: 0;
    }

    .scheme_ul li img {
        height: 316px;
    }

    .nva_ul {
        display: none;
    }

    .nva_three {
        display: block !important;
    }

    .nva_three_img_two {
        display: none;
    }

    .nva .nva_item {
        width: 94% !important;
        justify-content: space-between;
    }

    .move_ul {
        width: 100%;
        display: block;
        display: flex;
        position: absolute;
        top: 70px;
        background: #333333;
        margin-left: -10px;
    }

    .move_li {
        position: relative;
    }

    .move_ul .move_a {
        color: #ffffff;
        font-weight: 500;
        font-size: 18px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
    }

    .move_two_div {
        width: 100%;
        text-align: center;
        top: 95px;
        left: 0;
        background: rgba(0, 0, 0, 0.52);
        display: none;
        z-index: 999;
    }

    .move_two_div a {
        display: block;
        color: #eee;
        padding: 8px 0;
        line-height: 48px;
        font-size: 18px;
        font-weight: 500;
        transition: 1s;
        cursor: pointer;
    }

    .move_ul .move_li:nth-child(2) .dn,
    .move_ul .move_li:nth-child(3) .dn,
    .move_ul .move_li:nth-child(5) .dn {
        pointer-events: none;
    }

    /*  */
    .About_us_this h6 {
        font-size: 26px;
    }

    .About_us_this_text {
        margin-top: 20px;
        flex-direction: column;
    }

    .About_us_this_text_left {
        width: 94%;
        margin: auto;
    }

    .About_us_this_text_right {
        margin-top: 10px;
    }

    .About_us_hot {
        margin: 40px 0;
    }

    .video_item video {
        width: 100% !important;
        height: 240px !important;
    }

    .About_us_service_ul li {
        flex-wrap: wrap;
        margin-top: 50px;
        flex-direction: column;
    }

    .About_us_service_ul li div {
        width: 94%;
        margin: auto;
    }

    /*  */
    .Products_series_title {
        font-size: 32px;
        line-height: 45px;
    }
.Products_series_ul{
    width: 94%;
    margin: auto;
}
    .Products_series_ul li {
        font-size: 17px;
    }
    .Products_series_ul li a{
        display: block;
        width: 100%;
    }

    .Products_series_content_ul {
        flex-wrap: wrap;
    }

    .Products_series_content ul li {
        width: 94%;
        margin: auto;
        margin-bottom:10px;
    }

    .comp_details {
        flex-wrap: wrap;
        padding: 50px 0;
    }

    .comp_details_left,
    .comp_details_right {
        width: 94%;
        margin: auto;
    }

    .comp_details_right_a {
        margin-top: 0;
    }

    .comp_details_li {
        width: 94%;
        margin: auto;
    }

    /*  */
    .Gallery {
        padding: 90px 0;
    }

    .Gallery .Gallery_item {
        width: 94% !important;
        margin: auto;
    }

    .Gallery_ul li {
        width: 48%;
        height: 169px !important;
        margin: 0px 7px 7px 0;
    }

    .Gallery_div {
        margin-top: 50px;
    }

    .Gallery_img_content {
        width: 100%;
        height: 360px !important;
    }

    .Gallery_img_content_two {
        width: 100%;
        left: 0 !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        background: none;
    }

    .Gallery_img_content .swiper-button-prev {
        left: 0;
    }

    .Gallery_img_content .swiper-button-next {
        right: 0;
    }

    .Gallery_img_content_two .swiper-button-prev {
        left: 0;
    }

    .Gallery_img_content_two .swiper-button-next {
        right: 0;
    }

    .Gallery_swiper_text {
        width: 310px !important;
        font-size: 18px;
        left: 50%;
        z-index: 19;
    }

    /*  */
    .Resource_Resources ul {
        flex-direction: column;
        margin-top: 50px;
    }

    .Resource_Resources ul li {
        width: 94%;
        margin: auto;
    }

    .Resource_Resources ul li p {
        width: 100%;
    }

    .Manufacture_title h6 {
        font-size: 32px;
    }

    .Manufacture_content_ul {
        margin-top: 50px;
    }

    .Manufacture_content_ul li {
        font-size: 18px;
        padding: 10px 20px;
        margin-right: 0;
    }

    .Manufacture_content_ul_two li {
        width: 94%;
        margin: 20px 10px;
    }

    .Installation_ul_div {
        margin: 0 0 0 0 !important;
    }

    .Installation_ul_div div:nth-child(1) {
        padding: 75px 0 0 0;
    }

    .Installation_ul li h6 {
        padding: 25px 0 15px 0;
    }

    .Resource_fqa {
        margin-top: 50px;
    }

    .Resource_fqa h6 {
        font-size: 38px;
    }

    .Resource_explain ul li {
        width: 100%;
    }

    .Resource_explain ul li h6 {
        margin-bottom: 25px;
        font-size: 38px;
        line-height: 38px;
    }

    .explain_div {
        margin-bottom: 0;
    }

    /*  */
    .Terms_Conditions_item {
        width: 94%;
        margin: auto;
        padding: 100px 0 50px 0 !important;
    }

    .explain_ul {
        width: 94%;
        margin: auto;
    }

    .Terms_Contact_ul {
        padding: 30px 0;
    }

    .Terms_Contact_ul li {
        font-size: 18px;
        line-height: 40px;

    }

    /*  */
    .Contact_us_banner {
        top: 0px;
    }

    .Contact_us_banner img {
        height: 255px;
    }

    .Contact_us_footer_ul {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .Contact_us_footer_ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .Contact_us_footer_span img {
        width: 19%;
        height: auto;
    }

    .Contact_us_form {
        padding: 100px 0;
    }

    .Contact_us_btn {
        width: 100% !important;
    }

    .Contact_us_form li {
        width: 99% !important;
    }

    .Contact_us_form_one_span {
        width: 25% !important;
    }

    #allmap {
        height: 300px !important;
    }

    .introduce_ul_hei {
        background-color: rgba(255, 255, 255, .1) !important;
    }

    .video_item_titem {
        font-size: 26px !important;
    }

    .About_us_this_text_right img {
        width: 75%;
    }

    .About_us_md {
        text-align: center;
    }

    .About_us_service_title h6 {
        font-size: 32px !important;
    }

    .About_us_service_ul .flex_fan {
        flex-direction: column-reverse
    }
    .Products_series_ul{
        width: 100% !important;
        flex-wrap: wrap;
      }
      .Products_series_li{
          width: 45%;
          padding: 5px 0 !important;
          text-align: center;
      }
    /* .swiper_wr .swiper_whith{
        width: 170px !important;
    } */

}