/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

:root{
    --main-color:#3d613d;
    /* --main-color:#1b609b; */
    --main-hover-color:#f9b116;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Sen', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    
    background-color: var(--main-color);
    height: auto;
    background-size: 100%;
}
.header_section .nav-item{
    cursor: pointer;
}
.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 20px;
    font-size: 17px;
    color: #fefefd;
    border-radius: 5px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3e8dfc;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    /* color: #252525; */
    color: var(--main-hover-color);
}

.navbar-brand {
    width: 24%;
    padding: 0;
}
.navbar-brand img{
    width: 50px;
    border-radius: 50px;
}
.navbar {
    padding: 15px 0px;
}
/* header section end */



/* banner section start */

.banner_section {
    width: 100%;
    
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: var(--main-color);
    /* padding-bottom: 100px; */
}
.banner_section .container{
    max-width: 100vw !important;
    padding: 0px;
    margin: 0px;
}
.banner_taital {
    width: 100%;
    
    font-size: 70px;
    color: #ffffff;
    padding-top: 100px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
}

.banner_text {
    width: 100%;
    
    font-size: 16px;
    color: #f8f8f8;
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
}

.banner_img{
    width: 100vw;
    height: calc( 100vh - 80px );
}
.banner_img img{
    width: 100%;
    height: 100%;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 0px;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 0px;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background:var(--main-color);
    opacity:0.5;
    font-size: 30px;
    color: #ffffff;
    /* top: calc(50% - 25px); */
    top: 300px;
    border-radius: 50%;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover{
    /* background: #ffffff; */
    /* color: #000; */
    opacity: 1;
    background-color: var(--main-hover-color);
}
/* banner section end */


/* service section start */

.product_section {
    width: 100%;
    
    /* padding-top: 90px; */
    /* padding-top: 30px; */
}

.product_taital {
    width: 100%;
    
    font-size: 50px;
    color: #232222;
    font-weight: 800;
    text-align: center;
}

.product_taital::after {
    content: '';
    position: absolute;
    width: 50px;
    left: 0px;
    right: 0px;
    background-color: var(--main-color);
    height: 10px;
    bottom: 0px;
    margin: 0 auto;
    border-radius: 20px;
}

.product_section .product_taital {
    margin-top: 30px;
}
.product_section_2 , .product_section_2 {
    width: 100%;
    
    padding-top: 30px;
}
.product_section_3{
    

}
.product_box {
    width: 100%;
    background-color: var(--main-color);
    height: auto;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.product_box:hover {
    background-color: #161616;
    margin-top: 50px;
}

.product_box.active {
    background-color: #161616;
    margin-top: 50px;
}
.product_text {
    width: 100%;
    font-size: 15px;
    color: #fcfcfd;
    text-align: center;
    margin: 0px;
}
.product_title{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0;
    line-height: 30px;
}
.product_title_01{}
.product_title_02{}

.product_section .product_img{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_section .product_img img{
    width: 70%;
}
.product_section .product_img img:hover{
    margin-top: 10px;
}

.product_section .product_section_1 .product_img img{
    width: 100%;
}

.product_section .product_section_1 .col-lg-2{
    padding: 0;
}
.product_section .product_section_1 {
    margin-top: 30px;
}

#product_section_1-son {
    padding-top: 20px;
}
#product #product_section_1-son .product_img img{
    width: 100%;
}

#product_section_1-son {

}

#product_list {

}
.product_list{
    position: relative;
}
.product_list .list-group, .product_list .tab-content{
    margin: 0 2vw;
    padding: 0;
    width: 96vw;
}
.product_list .list-group-item{
    width: 16vw;
    display: block;
    padding: 0;
    padding: 4px;
    border-color: #ffffff;
    border-radius: 12px;
    width: 32vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    position: relative;

}
.list-group-item.active{
    background-color: unset;
    border: unset;
}
.product_list .list-group-item.active .product_list-a{
    background: #007bff;
    border-color: #007bff;
    border-radius: 12px;
}
.product_list .product_list-a{
    margin: 0 auto;
    width: 300px;
    position: relative;
    border-color: #ffffff;
    border-radius: 12px;
    border: 5px solid #fff;
}
.product_list .list-group-item .product_list-item{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: left;
}
.product_list .list-group-item .product_list-item-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 90px; */
    padding: 0 15px;
}
.product_list .list-group-item .product_list-item-icon img{
    margin: 0 auto;
    width: 90px;
}
.product_list .list-group-item .product_list-item-title{
    flex: 1;
    color: #ffffff;
    padding-right: 10px;
}
.product_list .list-group-item .product_list-item-title h4{
    color: #ffffff;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 600;
}
.product_list .list-group-item .product_list-item-title p{
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.product_list-tab{
    padding: 10px;
    border: 1px solid #cdcdcd;
    margin-top: 10px;
    border-radius: 4px;
}
.product_list-tab h1{
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    margin: 10px;
}
.product_list-tab .product_list-tab-item{

}
.product_list-tab .product_list-tab-item p{
    margin: 0;
    padding: 0;
}

.product_list-tab .product_list-tab-item-imp{
    font-weight: 600;
}
.product_list-tab .product_list-tab-item-imp p{
    font-weight: 600;
}
.product_list-tab .product_list-tab-item-imp ul{
    padding-left: 20px;
}



.product_list-tab .product_list-tab-item2 {
    background: linear-gradient(to right bottom, var(--main-color),#b3bfb3);
    border-radius: 6px;
    padding: 10px 20px;
    /* color: var(--main-hover-color); */
    color: #000;
    margin-top: 10px;
}

.product_list-tab .product_list-tab-item2 h2{
    font-size: 16px;
    font-weight: 800;
    color: var(--main-hover-color);
}
.product_list-tab .product_list-tab-item2 ul li{
    font-size: 14px;
}
.product_list-tab .product_list-tab-bottom-img{
    display: flex;
    align-items: center;
    width: 100%;
}
.product_list-tab .product_list-tab-bottom-img img{
    margin: 0 auto;
}


.product_list-tab .product_list-tab-item-6{

}
.product_list-tab .product_list-tab-item-6 h3{
    text-align: center;
    /* color: var(--main-hover-color); */
    font-weight: 800;
}
.product_list-tab .product_list-tab-item-6 p{
    /* color: #000; */
    /* font-weight: 500; */
    padding: 0;
    margin: 10px 0;
    /* color: #626262; */
    /* font-size: 14px; */
    /* color: var(--main-hover-color); */
    /* font-weight: 800; */
}
.product_list-tab .table td, .table th {
    padding: 0.5rem 0;
    font-size: 14px;
}
.product_list-tab:nth-of-type(2) .table th{
    font-size: 14px;
}
.product_list-tab:nth-of-type(2) .table td {
    padding: 0 0;
    font-size: 14px;
}

.product_list-tab #product_section_2-son .col-lg-3{
    max-width: 50%;
    min-width: 50%;
}   
.product_list-tab #product_section_2-son .product_img{
    display: flex;
    justify-content: center;
}
.product_list-tab #product_section_2-son .product_img img{
    width: 70%;
}



.product_list-tab .product_list-tab-item-end{

}
.product_list-tab .product_list-tab-item-end-box{
    display: flex;
}
.product_list-tab .product_list-tab-item-end-box-li{
    width: 50%;
}
.product_list-tab .product_list-tab-item-end-box img{
    width: 100%;
    height: 200px;
}
.product_list-tab .product_list-tab-item-end-name{
    text-align: center;
}
.product_list .list-group2{
    padding-left: 1px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    display: none;
}
.product_list .list-group2 ul{
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    /* width: auto; */
}
.product_list .list-group2 ul li{
    flex: 1;
    border-right: 1px solid #ffffff;
    font-size: 12px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--main-hover-color);
    padding: 4px;
    border-radius: 4px;
    font-weight: 600;
}
.product_list .list-group2 ul li.active{
    background-color: var(--main-hover-color);
    color: #ffffff;
}
/* 产品详情 */




#product_yzs_section .product_img {
    display: flex;
    justify-content: center;
    align-items: center;
}
#product_yzs_section .product_img img{
    width: 70%;
    margin: 0 auto;
}
#product_yzs_section .product_img:hover{
    /* width: 80%; */
}


/* business section start */
.business-for{

}
.business-for-header .service_taital{
    margin-top: 20px;
}
.business-for-body{
    padding: 0 30px 0px 30px;
    position: relative;
    overflow: hidden;
}
.business-for-body .row{
    position: relative;
    z-index: 100;
}
.business-for-body .col-lg-3{
    margin: 0;
    padding: 0;
}
.business-for-body-back{
    position: absolute;
    top: 80px;
    left: 100px;
    z-index: 10;
}
.business-for-body-back img{
    width: 100%;
}
.business-for-body-list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.business-for-body-list-img{
    height: 340px;
}
.business-for-body-list-item{
    cursor: pointer;
    margin: 0 auto;
}
.business-for-body-list-item h3{
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-weight: 800;
    color: var(--main-color);
    font-size: 24px;
}
.business-for-body-list-item img{
    /* height: 240px; */
    border: 5px solid #fff;
    width: 98%;
    border-radius: 10px;
}
.business-for-body-list-item img:hover{
    width: 100%;
}
.business-for-body-list-item p{
    margin: 10px 20px;
    text-align: center;
    /* font-weight: 600; */
    color: #000;
}
.business-for-body-list-item p span{
    color: var(--main-color);
    font-size: 20px;
    font-weight: 800;
}
.business-for-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.business-for-bottom ul{

}
.business-for-bottom ul li{
    font-size: 24px;
    color: #000;
}
.business-for-bottom ul li span{
    color: var(--main-color);
    font-weight: 600;
}


.business-dome{

}
.business-dome-header{
    padding: 0;
    margin: 0;
    height: 76px;
    margin-top: 20px;
}
.business-dome-body-img{
    padding: 0 15px;
}

#business-owl-carousel .item{
    width: 18vw !important;
    margin: 0 1vw;
    height: calc( 18vw * (  375/213 ) + 40px) !important;
    /* height: 420px !important; */
    /* height: 375px !important; */
}
#business-owl-carousel .item img{
    width: 18vw !important;
    height: calc( 18vw * (  375/213 ) ) !important;
    /* height: 420px !important; */
}
/* business section end */



/* service section start */

.service_section {
    width: 100%;
    
    padding-top: 30px;
}

.service_taital {
    width: 100%;
    
    font-size: 50px;
    color: #232222;
    font-weight: 800;
    text-align: center;
}

.service_taital::after {
    content: '';
    position: absolute;
    width: 50px;
    left: 0px;
    right: 0px;
    background-color: var(--main-color);
    height: 10px;
    bottom: 0px;
    margin: 0 auto;
    border-radius: 20px;
}

.service_section_2 {
    width: 100%;
    
    /* padding-top: 30px; */
}

/*  */
.service_box-f {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.service_box {
    /* width: 80%; */
    background-color: var(--main-color);
    height: auto;
    padding: 40px 20px 10px 20px;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
}

.service_box:hover {
    background-color: var(--main-hover-color);
    margin-top: 50px;
}

.service_box.active {
    background-color: var(--main-hover-color);
    margin-top: 50px;
}
.service_box_img{
    display: flex;
    justify-content: center;
}
.service_box_img img{
    width: 310px;
    height: 420px;
    border-radius: 6px;
}
.service_box_text {
    width: 80%;
    font-size: 26px;
    color: #fcfcfd;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}

/* service section end */


/* about section start */

.about_section {
    width: 100%;
    
    padding: 30px 0;
}
.about_gsjd{

}
.about_gsjd .service_taital{
    margin-bottom: 20px;
}
.about_gsjd .service_section_2{
    margin-top: 20px;
}
.about_taital {
    width: 100%;
    
    font-size: 50px;
    color: #232222;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.about_taital::after {
    content: '';
    position: absolute;
    width: 100px;
    left: 0px;
    background-color: var(--main-color);
    height: 10px;
    bottom: 0px;
    right: 0px;
    margin: 0 auto;
    border-radius: 20px;
}

.about_section_2 {
    width: 100%;
    
    background-color: #ffffff;
    height: auto;
    background-size: 100%;
    padding: 0 65px;
}

.about_taital_main {
    width: 100%;
    
}

.about_taital_main_text {
    width: 100%;
    
    font-size: 30px;
    color: #232222;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.about_taital_main_text-p{
    font-weight: 500;
    font-size: 16px;
}

.lorem_text {
    width: 100%;
    
    font-size: 18px;
    color: #232222;
    /* margin: 30px 0px 30px 0px; */
    padding-right: 30px;
}

.readmore_btn {
    width: 170px;
    
    padding-top: 30px;
    margin-left: 10%;
}

.readmore_btn a {
    width: 100%;
    
    font-size: 16px;
    color: #fcfcfd;
    background-color: var(--main-color);
    text-align: center;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.readmore_btn a:hover {
    color: #ffffff;
    background-color: #232222;
}

.about_img img {
    width: 100%;
    
    max-width:150%;
    border-radius: 6px;
}
.about_img img:hover{
    width: 100%;
    height: 130%;
    cursor: pointer;
}
.about_box {
    width: 100%;
    /* background-color: var(--main-color); */
    height: auto;
    /* padding: 20px 10px 10px 10px; */
    padding: 0 50px;
    border-radius: 10px;
    /* margin-top: 30px; */
    cursor: pointer;
}

.about_box:hover {
    /* background-color: #f9b116; */
    margin-top: -20px;
}

.about_box.active {
    /* background-color: #f9b116; */
    margin-top: 50px;
}
.about_box_img img{
    width: 100%;
    max-height: 470px;
    border-radius: 10px;
}
.about_box_text {
    width: 80%;
    font-size: 20px;
    /* color: #fcfcfd; */
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}
/* about section end */



/* marketing section start */
#marketing_section{

}

#marketing_section .service_section_2{
    margin-top: 30px;
}
.marketing_box-f{
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}
.marketing_box{

}
.marketing_box_img{
    height: 350px;
}
.marketing_box_img img{
    /* height: 250px; */
    /* width: 100%; */
    height: 100%;
}
.marketing_box h4{
    text-align: center;
    font-weight: 600;
    color: #0070c0;
    padding: 10px;
}

.marketing_box-f2 .marketing_box_img{
    height: 400px;
}

/* marketing section end */


/* qiye section start */
.about_qiye{
    margin: 10px 10px;
    /* border: 1px solid var(--main-color); */
    /* border-radius: 10px; */
    /* padding: 20px; */
    cursor: pointer;
    /* display: flex; */
}
.about-qiye{

}
.about_qiye_title{
    font-weight: 600;
    font-size: 26px;
    color: var(--main-color);
    padding-right: 20px;
    padding-bottom: 0px;
    text-align: center;
    height: 50px;
}
.about_qiye_text{
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.about_richang{
    padding-top: 60px;
}
.about_richang .owl-carousel{
    margin-top: 20px;
}
.about_richang .item{
    height: 300px;
}
.about_richang .item img{
    width: 100%;
    height: 300px !important;
}
.about_richang .item h4{
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
}
.about_richang .owl-nav{
    margin: 0px !important;
}
.about_richang .owl-nav button{
    font-size: 20px !important;
}

.about_rongyu .service_section_2{
    margin-top: 20px;
}
.about_rongyu .owl-item .item{
    width: 310px !important;
    height: 420px !important;
}
.about_rongyu .owl-item .item img{
    width: 310px !important;
    height: 420px !important;
}
/* about section end */


/* customer section start */
.customer-dome-header .service_taital{
    margin-top: 30px;
}
.customer-dome-body-img{
    /* padding: 0 10%;    */
    padding-top: 40px;
    padding-bottom: 40px;
}

.customer-dome-body2{
    /* padding: 0 10%; */
}
.customer-dome-body2-img{
    display: flex;
    justify-content: center;
}
.customer-dome-body2-img img{
    height: 580px;
    border-radius: 4px;
}
.customer-dome-body3{
    /* padding: 0 10%; */
}
.customer-dome-body3-img{
    /* display: flex;
    justify-content: center; */
    text-align: center;
}
.customer-dome-body3-img img{
    /* height: 580px; */
    width: 100%;
    border-radius: 4px;
}
.customer-dome-body3-img h3{
    color: #4c85c4;
    font-weight: 600;
    font-size: 20px;
}
.customer-dome-body3-img h4{
    font-weight: 600;
    font-size: 20px;
}
.customer-dome-body3-table{
    
}
.customer-dome-body3-table h5{
    padding-left: 30px;
    font-weight: 600;
    font-size: 18px;
    margin: 10px;
}
.customer-dome-body4{
    
}
.customer-dome-body4 h3{
    color: #4c85c4;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 10px;
}
.customer-dome-body4-img{
    display: flex;
    justify-content: center;
}
.customer-dome-body4-img img{
    border-radius: 4px;
}
.customer-dome-body4-bottom{
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    margin: 20px 5% 0 5%;
}

.customer-dome-body5 h3{
    color: #4c85c4;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 10px;
}
.customer-dome-body5-img{
    display: flex;
    /* justify-content: center; */
}

.customer-dome-body5-img img{
    border-radius: 4px;
    height: 600px;
}


.customer-dome-body6 h3{
    color: #4c85c4;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 10px;
}
.customer-dome-body6-img{
    /* display: flex; */
    /* justify-content: center; */
}

.customer-dome-body6-img img{
    border-radius: 4px;
    height: 600px;
    width: 100%;
}

.contact-list{
    
}
.contact-list .list-group{
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.contact-list .list-group .list-group-item{
    width: 100px;
    color: #000;
    width: unset;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    padding: 10px 50px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.contact-list .list-group .list-group-item:hover{
    color: #fff;
    background-color: var(--main-hover-color);
}

.contact-list .list-group .list-group-item.active{
    border-bottom: 0px !important;
    /* color: #fff; */
    /* background-color: var(--main-hover-color); */
    /* background-color: var(--main-color); */
}
.contact-list .list-group-item .contact-list-title{
    position: relative;
    padding: 10px;
}
.contact-list .list-group-item .contact-list-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
}
.contact-list .list-group-item.active .contact-list-title::after {
    background-color: #3b75ba;
    /* background-color: #fff; */
}



.contact-list .list-group2{
    padding-left: 1px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    display: none;
    margin: 10px 0;
}
.contact-list .list-group2 ul{
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    /* width: auto; */
}
.contact-list .list-group2 ul li{
    flex: 1;
    border-right: 1px solid #ffffff;
    font-size: 12px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--main-hover-color);
    padding: 4px;
    border-radius: 4px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-list .list-group2 ul li.active{
    background-color: var(--main-hover-color);
    color: #ffffff;
}

.contact-list .tab-content {
    margin-top: 30px;
}
.contact-list .tab-content .contact-list-row{
    margin: 30px 0;
}
.contact-list .tab-content .contact-list-row .contact-list-row-col{
    border-left: 2px solid #ddd;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    font-weight: 500;
    font-size: 22px;
    color: #000;
}
.contact-list .tab-content .contact-list-row .contact-list-row-col ul{
    font-size: 18px;
    color: #666;
}
.contact-list .tab-content .contact-list-row .contact-list-row-col:nth-of-type(1){
    border-left: 0px;
}
.contact-list .tab-content .contact-list-row .contact-list-row-col-img{
    width: 40%;
    text-align: center;
}
.contact-list .tab-content .contact-list-row .contact-list-row-col-img img{
    width: 80%;
}
.contact-list .contact-list-map{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-list .contact-list-map iframe{
    width: 92%;
    height: 500px;
}



.contact-list-02-row{
    margin: 10px;
}
.contact-list-02-col{
    padding: 0;
    margin: 0;
}
.contact-list-02{
    padding: 10px 10px;
    border: 1px solid #bbbbbb;
    /* margin: 10px 0px; */
    /* border-radius: 4px; */
    height: 100%;
    /* height: calc( 100% - 20px ); */
}
.contact-list-02-img{
    cursor: pointer;
    position: relative;
    width: 100%;
}
.contact-list-02-img img{
    /* border-radius: 10px; */
}
.contact-list-02-img img:hover{
    margin-top: 10px;
}
.contact-list-02-title{
    text-align: center;
    color: #268e57;
    font-weight: 600;
    font-size: 24px;
}
.contact-list-02-text{
    font-size: 18px;
    color: #000;
    text-indent: 40px;
    line-height: 30px;
}
.contact-list-02-div{
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}




.contact-dome-body{

}

.contact-dome-body img{
    width: 100%;
}
.contact-dome-body ul{
    font-size: 24px;
    padding-left:20% ;
    padding-top:20px ;
}

.customer-dome-body5-bottom{
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    margin: 20px 5% 0 5%;
}
#contact #customer_hezuo .service_section{
    padding: 0;
}
#contact #customer_hezuo .container-fluid>.row{
    display: none;
}

#customer_hezuo .customer_img{
    margin-top: 30px;
}


#customer_hezuo .row{
    display: flex;
}
#customer_hezuo .customer_hezuo-item{
    display: flex;
    justify-content: center;    
}
#customer_hezuo .customer_hezuo-item .customer_img{
    width: 80%;
}
.customer_hezuo-item:hover {
    margin-top: -20px;
}
#customer .banner_section{
    background-color:#fff
}
#customer .banner_section .carousel-item {
    /* min-height: 1000px; */
}


/* customer section end */

/* footer section start */
.footer_section {
    width: 100%;
    
    background-color: var(--main-color);
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding: 20px 0;
}
.footer_section_2 {
    width: 100%;
    
    padding-top: 90px;
}
.footer_section .container{
    max-width: 80vw;
}
.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}
.footer_text {
    width: 68%;
    
    font-size: 16px;
    color: #f8f8f8;
    margin: 0px;
    padding-top: 10px;
}
.footer_menu {
    width: 100%;
    
}
.footer_menu ul {
    margin: 0px;
    padding: 0px;
}
.footer_menu li {
    font-size: 16px;
    color: #f8f8f8;
}
.footer_menu li a {
    color: #f8f8f8;
}
.footer_menu li a:hover {
    color: var(--main-color);
}
.footer_menu li.active a {
    color: var(--main-color);
}
.footer_menu_contact img{
    width: 180px;
    margin: 5px;
}
.footer_menu_joinus{
    display: flex;
}
.footer_menu_joinus li{
    margin-right: 10px;
}
.footer_menu_joinus img{
    width: 180px;

}
.padding_left_15 {
    padding-left: 15px;
}
.footer_copyright_section {
    width: 100%;
    
    background-color: var(--main-color);
    height: auto;
    opacity: 0.95;
}
.footer_copyright_text {
    width: 100%;
    color: #f8f8f8;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}
.footer_copyright_text a {
    /* color: #f8f8f8; */
    color: var(--main-hover-color);
}
.footer_copyright_text a:hover {
    color: var(--main-hover-color);
}
/* footer section end */