@charset "utf-8";

.ind_banner {
    padding: 50px 0;
    background: var(--main-color);
    width: 100%;
}

.ind_banner .contain {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ind_banner .contain>div {
    width: 45%;
}

.ind_banner .contain .left {
    padding-top: 50px;
}

.ind_banner .contain .left h1 {
    color: #fff;
    font-size: 34px;
    line-height: 1.5;
    font-family: 'HS-B';
    margin-bottom: 20px;
}

.ind_banner .contain .left p {
    color: #5788BB;
    font-size: 16px;
    margin-bottom: 40px;
}

.ind_banner .contain .left a {
    background: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    margin-top: 10px;
    overflow: hidden;
    border: none;
    transition: all 0.5s;
    border: 1px solid #fff;
    font-family: 'HS-R';
}

.ind_banner .contain .left a:hover {
    border: 1px solid #fff;
}

.btn2 {
    border: 1px solid #d0d0d0;
    position: relative;
    padding: 10px 15px;
    border-radius: 50px;
}

.btn2:hover {
    color: #fff;
    border: 1px solid #fff;
}

.btn2 .btnbg-x {
    position: absolute;
    left: -1px;
    width: 0;
    top: -1px;
    bottom: -1px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
}

.btn2:hover .btnbg-x {
    width: 100%;
    width: calc(100% + 2px);
    background: #034997;
    border: 1px solid #fff;
}

.btn2 .btn-inner {
    padding: 0 12px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    color: #034997;
}

.btn2 .btn-inner i {
    position: absolute;
    top: 50%;
    margin-top: -0.75em;
    line-height: 1.5;
    right: 1em;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn2:hover .btn-inner i {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    right: 0;
}

/* .btn2 .btn-inner i:before{content: '>'; color:#fff; opacity: 1;} */
.btn2:hover .btn-inner i:before {
    opacity: 1;
}

.btn2:hover .btn-inner {
    padding: 0 24px 0 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}

.ind_about {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.all_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.all_title h2 {
    font-family: 'HS-B';
    color: #333;
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 26px;
}

.all_title p {
    color: #bababa;
    line-height: 1.5;
    font-size: 16px;
}

.ind_about ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    align-items: stretch;
}

.ind_about ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}
.ind_about ul li:hover{
    filter: drop-shadow(0 0 0.35rem rgba(0, 0, 0, 0.2));
}
.ind_aboutImg {
    width: 100%;
    height: 17vw;
    min-height: 200px;
    background: #E5E7EB;
    overflow: hidden;
}

.ind_aboutImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.9s;
}

.ind_aboutWord {
    background: #F5F7FA;
    padding: 24px;
    padding-bottom: 40px;
    width: 100%;
}

.ind_aboutWord a {
    color: #333;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}

.ind_about ul li:hover a {
    color: var(--main-color)
}

.ind_about ul li:hover img {
    transform: scale(1.1);
}

.ind_proBox {
    background: #F9FAFB;
    width: 100%;
    padding: 80px 0;
}

.ind_proBox .list2 .swiper-slide img {
    transition: all 0.9s;
    max-width: 85%;
    max-height: 85%;
    object-fit: cover;
}
.ind_proBox .list2 .swiper-slide:hover img {
    transform: scale(1.1);
}

.suqer_pro.swiper-slide {
    padding: 0.5rem 0.375rem;
    border-radius: 1.25rem;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;

    filter: drop-shadow(0 0 0.35rem rgba(0, 0, 0, 0.15));
}

.suqer_pro.swiper-slide.height_pro {
    height: 26rem;
}

.suqer_pro.swiper-slide.height_pro>div {
    height: 100%;
}

.suqer_pro.swiper-slide.height_pro>div>div {
    height: 100%;
    z-index: 7;
}

.suqer_pro.swiper-slide:hover {
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    filter: drop-shadow(0 0 0.35rem rgba(0, 0, 0, 0.3));
}

.suqer_pro.swiper-slide:hover .name {
    color: var(--main-color);
}

.suqer_pro.swiper-slide:hover .more_2::before {
    background: #205c06;
    transform: scale(0.8);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.suqer_pro.swiper-slide>div {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.suqer_pro.swiper-slide.text18 {
    margin: 0.75rem 0 0.3125rem;
}

.suqer_pro.swiper-slide .clearfix {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.suqer_pro.swiper-slide .clearfix .left {
    position: relative;
    width: 100%;
    height: 40%;
    padding: 1.2rem;
}

.suqer_pro.swiper-slide .clearfix .left .btn2 {
    position: absolute;
    bottom: 1.2rem;
    right: 1.2rem;
}

.suqer_pro.swiper-slide .clearfix .right {
    position: relative;
    width: 100%;
    height: 55%;
    background: #E5E7EB;
}

.suqer_pro.swiper-slide .clearfix .right .bl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ind_proBox .jiantou {
    position: static;
    bottom: 0;
    top: auto;
    transform: translateY(0);
    margin-top: 0;
    transition: all 0.3s;
}
.ind_proBox .jiantou:hover{
    filter: drop-shadow(0 0 0.35rem rgba(3,73,151, 0.62));
}
.ind_proBox .container2 .hover {
    margin-top: 3.125rem;
    display: flow-root;
}

.ind_proBox .container2 .swiper-button-next {
    margin-left: 1.25rem;
}

.ind_proBox .container2 .swiper-pagination {
    width: calc(100% - 7rem - 3.125rem - 1.25rem);
    height: 0.125rem;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 1.5625rem;
}

.ind_proBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color);
    height: 0.25rem;
    top: -1px;
}

.ind_proBox .swiper-button-next.swiper-button-disabled,
.ind_proBox .swiper-button-prev.swiper-button-disabled {
    opacity: 0.6;
}

.suqer_pro .name {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #333;
    width: 100%;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}
.suqer_pro .desc{
    color: #b5b5b5;
    font-weight: 500;
    /* margin-top:12px; */
}
.suqer_pro .name.c {
    color: #a6ce95;
}

.suqer_pro .text18 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 600;
    color: #000000;
}

.suqer_pro .text {
    color: rgba(0, 0, 0, 0.6);
}

.suqer_pro .number {
    font-family: 'Montserrat-B';
    font-size: 7.5rem;
    line-height: 0.8;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(84, 188, 183, 0.2);
    color: transparent;
    position: absolute;
    bottom: -18px;
}

.suqer_pro .more_2 {
    position: absolute;
    bottom: -0.5rem;
    left: 0.125rem;
    background: var(--main-color);
}

.suqer_pro .more_2 .iconfont {
    color: #fff;
}

.suqer_pro .more_2::before {
    background: #54BCB7;
}

.suqer_pro .more_2:hover {
    background: var(--main-color);
}

.jiantou {
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    background: var(--main-color);
    border-radius: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    color: #fff;
}

.ind_contact {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ind_contact .left {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ind_contact .left .all_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.ind_allCont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.ind_cont_Box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.ind_iconBox {
    background: #F6F9FE;
    padding: 5px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    border-radius: 20px;
}

.ind_iconBox i {
    font-size: 20px;
    color: #333;
}

.ind_cont_w {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.ind_cont_w h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.ind_cont_w ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.ind_cont_w ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #bababa;
    margin-bottom: 20px;
}

.ind_cont_w ul li h3 {
    font-weight: bold;
    font-size: 16px;
}

.ind_cont_w ul li p {
    font-size: 16px;
}

.ind_contact .right {
    background: #F9FAFB;
    padding: 50px 50px 50px 35px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 45%;
}

.ind_contact .right .all_title {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 15px;
}

.control-group {
    margin-bottom: 25px;
    width: 50%;
    float: left;
    display: block;
    padding: 0 15px;
}

.control-group2 {
    width: 100%;
}

.control-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.control-group input {
    width: 100%;
    padding: 4px;
    text-indent: 6px;
    box-sizing: content-box;
    margin-left: -1px;
    background-color: #fff;
    color: rgb(0, 0, 0);
    border: 1px solid #e2e2e2;
    height: 35px;
    border-radius: 4px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}

.control-group.textarea {
    width: 100%;
    margin-left: 0;
}

.control-group.textarea textarea {
    width: 100%;
    padding: 4px;
    text-indent: 6px;
    box-sizing: content-box;
    margin-left: -1px;
    background-color: #fff;
    color: rgb(0, 0, 0);
    border: 1px solid #e2e2e2;
    height: 20px;
    border-radius: 4px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    height: 120px;
    resize: none;
}

.control-group.submitGroup {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.control-group.submitGroup button {
    border: none;
    border-radius: 8px;
    background: var(--main-color);
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 45px;
    padding: 0 30px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s;
}

.control-group.submitGroup button:hover {
    border: 1px solid var(--main-color);
    background: #fff;
    color: var(--main-color);
}

.footer {
    background: #333333;
    width: 100%;
    padding: 50px 0 30px;
}

.footer .contain {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer_logo {
    width: 100%;
    margin-bottom: 30px;
}

.footer_logo img {
    width: 150px;
}

.footer_btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_btm>div {
    width: 40%;
    max-width: 425px;
}

.footer_btm .left p {
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer_btm .linkBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.footer_btm .linkBox a {
    margin-right: 18px;
    color: #7e7e7e;
}

.footer_btm .linkBox a i {
    font-size: 32px;
    transition: all 0.3s;
}

.footer_btm .linkBox a:hover i {
    color: var(--main-color);
}

.footer_btm .copyright {
    color: #7e7e7e;
}

.footer_btm .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer_btm .right a {
    color: #fff;
    padding-left: 48px;
    position: relative;
    font-size: 16px;
}

.footer_btm .right a:hover {
    color: #ccc;
}

.footer_btm .right a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #fff;
    top: 6px;
    left: 24px;
}

.footer_btm .right a:nth-child(1)::before {
    content: none;
}


/*banner*/
.index_banner {
    width: 100%;
    height: 50vh;
    background-color: #666;
    margin-top: 100px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    color: #fff;
}


.about_info{
    margin:60px auto;
    padding: 6rem 8rem;
    background: #fff;
    display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
}
.about_info .title{
    font-size: 30px;
    color:var(--main-color);
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: bold;
}
.about_info .date{
    margin-bottom: 30px;
}
.about_info .nr{
    margin-bottom: 50px;
    width: 100%;
}
.news_fy {
    border-top: 1px solid #ccc;
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
    font-size: 16px;
}

.news_fy a:hover {
    color: var(--main-color)
}

.news_fy .returnList {
    padding: 12px 25px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
    transition: all 0.3s;
}

.news_fy .returnList:hover {
    padding: 12px 30px;
    color:#fff;
}


/* pro */
.AllProBox{
    display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
    width: 100%;
}
.proBox{
    background: #fff;
    width: 100%;
    padding:80px 0;
}
.AllProBox .proBox:nth-child(2n-1){
    background: #F9FAFB;
}
.proBox .contain{
    display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
}
.proBox .typeName{
    font-size: 30px;
    color:#333;
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
}
.proBox .container{
    width: 100%;
}
.pro1_table{
    
}

.about_info table{font-size:12px;}
.about_info table td{padding:10px 5px; line-height:1.2;}
.proListBox{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.proListBox .pr{
    width: 100%;
    height: 100%;
}

/* search */
.search_box {
    text-align: center;
    margin-bottom: 60px;
}

.search_box form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_box form div {
    margin: 0 12px;
    font-size: 16px;
}

.search_box form div select {
    height: 30px;
    width: 100px;
    border: 1px solid #979797;
    padding: 0 12px;
}

.search_box form .btn {
    height: 30px;
    width: 80px;
    margin-left: 30px;
    background: var(--main-color);
    color: #fff;
}

.search_key {
    height: 30px;
    margin-right: 30px;
    border: 1px solid #979797;
    padding: 0 12px;
}

.search_table tr {
    height: 40px;
}

.search_page a {
    font-size: 14px;
    margin: 5px;
}


.pro_list4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
}

@media all and (max-width:1200px){
    .ind_banner .contain{
        display: flex;flex-direction: column;align-items: center;justify-content:center;
    }
    .ind_banner .contain>div{
        width: 100%;
    }
    .ind_banner .contain .left{
        padding:0;
        padding-bottom: 50px;
    }
    .ind_banner .contain .left h1{
        font-size: 24px;
    }
    .ind_about ul{
        grid-template-columns: repeat(1, 1fr); 
    }

    .ind_contact{
        display: flex;flex-direction: column;align-items: center;justify-content:center;
    }

    .ind_contact .left{
        width: 100%;
    }
    .ind_contact .right{
        width: 100%;
        padding: 30px 20px;

    }
    .ind_cont_w{
        width: 80%;
    }
    .control-group{
        width: 100%;
    }
    .control-group input{
        height: 30px;
    }
    .ind_contact .right .all_title{
        margin-bottom: 20px;
    }
    .control-group.submitGroup {
        margin-top: 20px;
    }
    .footer_btm .right{
        display: none;
    }
    .footer_btm>div {
        width: 100%;
    }
    .footer_logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer_btm .linkBox {
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer_btm .copyright {
        color: #7e7e7e;
        text-align: center;
        border-top: 1px solid #7e7e7e;
        padding-top: 10px;
    }
    .footer{
        padding: 50px 0 10px;
    }

    .index_banner{
        margin-top:60px;
        height: 20vh;
    }

    .ind_about{
        padding:40px 0;
    }
    .all_title p{
        text-align: center;
    }
    .about_info{
        padding:25px;
        margin: 30px auto;
    }
    .about_info .title{
        font-size:20px;
    }
    .pro_list4{
        grid-template-columns: repeat(1, 1fr);
    }








}