@charset "utf-8";

.header{
    height: 100px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    border-bottom: 1px solid transparent;
    background: #fff;
}
.header_wrap{
    height: 100px;
}
.header.header_on{
    background: #fff;
    border-color: rgba(0, 0, 0, .08);
}
.header .logo{
    flex:1;
}
.header .logo img{
    max-height: 71px;
}
.nav .nav_li{
    margin:0 40px;
    position: relative;
}
.nav .nav_li .nav1 a{
    color:#333;
    display: block;
    line-height:100px;
    position: relative;
    text-transform: uppercase;
    transition:all 0s;
    font-size:18px;
}
.nav .nav_li .nav1 a:after{
    content:'';
    width:0;
    height:3px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.nav .nav_li .nav1 a:hover,.nav .nav_li.cur .nav1 a{
    color:var(--theme-color);
}
.nav .nav_li .nav2{
    list-style-type: none;
    position: absolute;
    top:99px;
    line-height: 40px;
    width: 260px;
    background: #fff;
    display: none;
    border-radius:5px;
    padding:10px 20px 20px;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 10;
}
.nav .nav_li .nav2 h4{
    font-size:18px;
    border-bottom: 1px solid #c8c8c8;
    padding:10px 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.nav .nav_li .nav2 a{
    display: flex;
    align-items: center;
    padding-top: 15px;
    font-size:14px;
}
.nav .nav_li .nav2 a span{
    flex:1;
    line-height: 1;
}
.nav .nav_li .nav2 a i{
    font-size:12px;
}
.nav .nav_li .nav2 a:hover{
    color:var(--theme-color);
}
.nav .nav_li:hover .nav1 a:after,.nav .nav_li.cur .nav1 a:after{
    width: 100%;
}


.nav_info{
    height: 48px;
    align-items: center;
    justify-content: flex-end;
}
.nav_info .icons .item{
    position: relative;
}
.nav_info .icons .item i{
    font-size:20px;
    width: 40px;
    height: 40px;
    border:1px solid #c2c2c2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    transition:all .4s;
}
.nav_info .icons .item:hover i{
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}
.nav_info .icons .item .tel{
    height: 40px;
    width: 0;
    background: var(--theme-color);
    border-radius: 100px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size:20px;
    transform: scale(0);
    transition:all .5s;
    position: absolute;
    right: 40px;
    top: 0;
}
.nav_info .icons .item.header_tel:hover .tel{
    transform: scale(1);
    width: 200px;
}


.banner{
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}
.banner .item{
    position: relative;
}
.banner .item_img img{
    width: 100%;
}
.banner .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom:5vh;
}
.banner .item .item_con .wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .item .item_con .info{
    width: 44%;
}
.banner .item .item_con h4{
    color:#fff;
}
.banner .item .item_con p{
    margin: 30px 0 60px;
    color:#fff;
}
.banner .item .item_fixed_img{
    position: absolute;
    right:-80px;
    bottom: -65%;
    width: 57.3%;
}
.banner .item .item_fixed_img .img1{
    position: absolute;
    right: 25%;
    top: 23.9%;
    width: 50%;
}
.banner .item .item_fixed_img .img2{
    animation: spin 40s linear infinite;
}


@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.banner .swiper-pagination{
    color: #fff;
    font-size: 14px;
    z-index: 10;
    border-radius: 4px;
    padding-left: 8%;
    height: 175px;
    display: flex;
    align-items: center;
    font-family: 'Arial';
    position: absolute;
    bottom: 0;
    color:rgba(255,255,255,.5);
}
.banner .swiper-pagination span{
    margin: 0 6px;
}

.banner .swiper-pagination span.swiper-pagination-current{
    width: 30px;
    height:30px;
    border-radius: 50%;
    color:#fff;
    border:1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* tit_box1 */

.tit_box1 .tit{
    flex:1;
}
.tit_box1 .tit p{
    margin-top: 10px;
}


.tit_box2{
    text-align: center;
    padding: 60px 0 30px;
}
.tit_box2 .tit{
    
}
.tit_box2 .tit h4{
    font-size:40px;
    font-weight: bold;
}
.tit_box2 .tit p{
    color:#666;
}
.tit_box2_fff .tit h4{
    color:#fff;
}
.tit_box2-center{
    text-align: center;
}

.bg1{
    background:#f5f6f9;
}
.bg2{
    background:var(--theme-color);
}

/* partner_list */

.partner_list{
    overflow: hidden;
    height:240px;
}
.partner_list .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* product */

.product_list{
    overflow: hidden;
}
.product_list .item{
    display: flex;
}
.product_list .item_con{
    flex:1;
    min-width: 0;
    background:var(--subtheme-color);
    position: relative;
    padding: 70px 0 70px 70px;
    color:#fff;
}
.product_list .item_con:after{
    content:'';
    display: block;
    background: url("../images/j_bg1.png") no-repeat center;
    position: absolute;
    right: -265px;
    z-index: 2;
    top: 0;
    width: 265px;
    height: 100%;
}
.product_list .item_con .num{
    color:rgba(255,255,255,.2);
    font-family: 'Arial';
}
.product_list .item_con .desc{
    color:#b6bed8;
    margin: 20px 0;
    height: 58px;
}
.product_list .item_con .j_list{
    margin: -5px -30px;
}
.product_list .item_con .j_list .j_item_w{
    width: 50%;
    padding:5px 30px;
}
.product_list .item_con .j_list .j_item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 15px 0;
    font-size: 18px;
}
.product_list .item_con .j_list .j_item h4{
    
}
.product_list .item_con .j_list .j_item span{
    flex:1;
    padding: 0 24px;
}
.product_list .item_con .more{
    width: 190px;
    height: 55px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #fff;
    margin-top: 45px;
    transition:all .4s;
}
.product_list .item_con .more i{
    margin-left: 10px;
}
.product_list .item_con .more:hover{
    background:#fff;
    color:var(--subtheme-color);
}

.product_list .item_img{
    width: 50%;
    background: url("../images/j_bg2.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 50px 90px 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_menu{
    margin-top: 40px;
    overflow: hidden;
    padding-bottom:50px;
    text-align: center;
    position: relative;
}
.product_menu:after{
    content:'';
    border-bottom: 1px dashed #abb5ba;
    display: block;
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
}
.product_menu .item{
    cursor: pointer;
}
.product_menu .item .mark{
    width: 8px;
    height: 8px;
    background: #7e7e7e;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -42px;
}
.product_menu .item .mark:after{
    content:'';
    display: block;
    position: absolute;
    left:-8px;
    bottom:-8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border:1px solid #b4b4b4;
}
.product_menu .swiper-slide.swiper-slide-thumb-active .tit{
    color:var(--theme-color);
}
.product_menu .swiper-slide.swiper-slide-thumb-active .mark{
    background: var(--theme-color);
}
.product_menu .swiper-slide.swiper-slide-thumb-active .mark:after{
    border-color: var(--theme-color);
}


.arrows_out{
    position: relative;
}
.arrows_out .swiper-button-next,.arrows_out .swiper-button-prev{
    width: 58px;
    height: 58px;
    opacity: 1;
    border:1px solid #c3c3c3;
    color:#aaa;
    transition:all .5s;
    border-radius: 8px;
}
.arrows_out .swiper-button-prev{
    left: -90px;
}
.arrows_out .swiper-button-next{
    right:-90px;
}
.arrows_out .swiper-button-next:after,.arrows_out .swiper-button-prev:after{
    font-size:20px;
}
.arrows_out .swiper-button-next:hover,.arrows_out .swiper-button-prev:hover{
    background: var(--theme-color);
    border-color:var(--theme-color);
    color:#fff;
}


/* about */

.about_wrap{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0 260px;
}

.about_con{
    width:52%;
    padding-right: 5%;
    color:#242d34;
}
.about_con .subtit{
    margin: 20px 0 30px;
}
.about_con .desc{
    color:#324c55;
    margin-bottom: 70px;
}


/* enterprise_environment_list */

.enterprise_environment_list_w{
    padding: 50px;
    margin-top: -180px;
    background: #fff;
    position: relative;
    border-radius:15px;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
}
.enterprise_environment_list{
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
.enterprise_environment_list .item{
    position: relative;
}
.enterprise_environment_list .item .img{
    border-radius: 20px;
    overflow: hidden;
}
.enterprise_environment_list .item .tit{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
    color:#fff;
    text-align: center;
}
.enterprise_environment_list .swiper-pagination{
    bottom: 0;
}
.enterprise_environment_list .swiper-pagination .swiper-pagination-bullet{
    transition:all .4s;
}
.enterprise_environment_list .swiper-pagination .swiper-pagination-bullet-active{
    width: 16px;
    border-radius: 100px;
    background: var(--theme-color);
}


/* case_list */

.case_list{
    margin: 0 -7px;
}
.case_list .item{
    flex:1;
    padding: 0 7px;
    transition: all .4s;
}
.case_list .item .item_w{
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    display: block;
}
.case_list .item_w:after{
    content:'';
    width: 100%;
    height: 60%;
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    background:linear-gradient(to top,rgba(0,0,0,.7),transparent);
}
.case_list .item .item_img{
    height: 600px;
}
.case_list .item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case_list .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    padding: 55px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    z-index: 1;
    transition:all .4s;
    align-items: center;
}
.case_list .item .item_con .ico{
    margin-top: 100px;
}
.case_list .item .item_con .info{
    transform: scale(0);
    transition:all .4s;
    color:#fff;
}
.case_list .item .item_con .info .tit{
    margin: 20px 0;
}
.case_list .item.cur{
    flex:4.5;
}
.case_list .item.cur .item_con{
    justify-content: flex-end;
    width:420px;
}
.case_list .item.cur .item_con .ico{
    display: none;
}
.case_list .item.cur .item_con .info{
    transform: scale(1);
}

/* news_wrap */

.news_list{
    overflow: hidden;
}
.news_list .item{
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
.news_list .item .item_img img{
    width: 100%;
}
.news_list .item .item_con{
    padding:30px 40px;
    background: #fff;
}
.news_list .item .item_con .tit{
    font-weight: bold;
    transition:all .4s;
}
.news_list .item .item_con .desc{
    color:#5b5b5b;
    margin:10px 0 20px;
}
.news_list .item .item_con .time_more{
    color:#666;
}
.news_list .item .item_con .time_more .more{
    flex:1;
}
.news_list .item .item_con .time_more .more i{
    margin-left: 6px;
}
.news_list .item .item_con .time_more .time{
    font-size:15px;
}

.news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}


/* footer */

.footer{
    background:url("../images/footer_bg.png") no-repeat right bottom #24252b;
    color:#fff;
}
.footer_hd{
    padding:40px 0 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer_hd .f_logo{
    flex:1;
}
.footer_hd .f_menu a{
    display: block;
    margin-left: 60px;
}

.footer_md{
    padding-top: 50px;
}
.footer_md .j_con{
    width: 35%;
    padding-right: 3%;
}
.footer_md .code{
    flex:1;
    min-width: 0;
    margin-left: 10%;
}
.footer_md .code .img{
    border: 1px solid rgba(255,255,255,.2);
    padding: 6px;
    width: 109px;
    height: 109px;
}
.footer_md .code .img img{
    width: 95px;
    height: 95px;
}
.footer_md .code p{
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    width: 109px;
}
.footer_md .tel_list .item{
    display: flex;
    flex:1;
    padding:20px 0 0;
}
.footer_md .tel_list .item.item1{
    flex:1.3;
}
.footer_md .tel_list .item .ico{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border:1px solid #747474;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_md .tel_list .item .con{
    color:#bfbfbf;
    flex:1;
    min-width: 0;
    padding:0 0 0 15px;
}
.footer_md .item.item3{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.footer_md .item.item3 .con{
    font-size:14px;
}
.footer_md .item.item3 .con p{
    font-size:36px;
    color:#fff;
    font-family: 'Arial';
    font-weight: bold;
    margin:5px 0 20px;
    line-height: 1.1;
}


.footer_copyright{
    font-size:14px;
    padding:20px 0;
    display: flex;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 35px;
    color:#c0c0c0;
}
.footer_copyright a{
    color:#c0c0c0;
}
.footer_copyright img{
    margin:0 10px 0 30px;
}
.footer_copyright a.bontop{
    flex:1;
    display: flex;
    justify-content: flex-end;
}

.footer a:hover{
    color:#fff;
    text-decoration: underline;
}

/* page_banner */

.page_banner{
    margin-top:100px;
    position: relative;
}
.page_banner .img img{
    width: 100%;
}
.page_banner_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
}

.page_banner_con .subtit{
    font-size:18px;
    margin-top: 15px;
}
.page_banner_pos{
    position: absolute;
    bottom:20px;
    color:#fff;
}
.page_banner_pos .pos{
    font-size: 14px;
}
.page_banner_pos .pos i{
    font-size:14px;
}
.page_banner_pos .pos a{
    padding:0 5px;
}
.page_banner_pos .pos a:hover{
    text-decoration: underline;
}

/* page_product */


.page_product{
    
}

.page_product_list{
    flex:1;
    min-width: 0;
}
.page_product_list_tit{
    background: #fff;
    padding:40px 50px;
    margin-bottom: 40px;
    border-radius: 15px;
}
.page_product_list_tit .tit{
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    line-height: 1;
}
.page_product_list_tit .tit:before{
    width: 4px;
    height: 26px;
    background: var(--theme-color);
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}
.page_product_list_tit .desc{
    color:#666;
    margin-top: 20px;
}

.page_product_list .list{
    margin:-17px;
}
.page_product_list .list .item{
    width: 33.333%;
    padding:17px;
}
.page_product_list .list .item a{
    display: block;
    background: #fff;
    padding:30px 50px;
    border:1px solid #fff;
    border-radius: 15px;
}
.page_product_list .list .item .item_img{
    padding-bottom: 30px;
    overflow: initial;
}
.page_product_list .list .item .item_con{
    padding-top: 15px;
}
.page_product_list .list .item .item_con .info{
    flex:1;
}
.page_product_list .list .item .item_con .info h4{
    text-align: center;
}
.page_product_list .list .item .item_con .info h4:after{
    content:'';
    width: 40px;
    height: 4px;
    background: #b1b1b1;
    display: block;
    margin: 15px auto 20px;
    transition:all .4s;
}
.page_product_list .list .item .item_con .more{
    font-size:14px;
    width: 102px;
    height: 40px;
    line-height:38px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #d5d5d5;
    margin: 0 auto;
    transition:all .4s;
}
.page_product_list .list .item a:hover{
    border-color:var(--theme-color);
}
.page_product_list .list .item a:hover .info h4:after{
    background: var(--theme-color);
}
.page_product_list .list .item a:hover .item_con .more{
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}


.page_product_list.page_product_recommend{
    padding-left: 0;
}

/* page_about1 */


.page_about1_list .item:nth-child(2n){
    flex-direction: row-reverse;
    margin-top: 40px;
}
.page_about1_list .item .item_img{
    width: 46%;
}
.page_about1_list .item .item_img img{
    border-radius: 20px;
    width: 100%;
}
.page_about1_list .item .item_con{
    flex:1;
    padding:20px 0 40px 100px;
    min-width: 0;
}
.page_about1_list .item:nth-child(2n) .item_con{
    padding:20px 100px 40px 0;
}
.page_about1_list .item .item_con .tit{
    color:#333;
    line-height: 1.3;
}
.page_about1_list .item .item_con .desc{
    margin-top: 20px;
    color:#555;
}
.page_about1_list .item .item_con .desc p{
    margin-top: 20px;
}

.page_about2{
    background: url("../images/logo_mark.png") no-repeat left 30% top;
}
.page_about2_tit .tit{
    width: 50%;
}
.page_about2_tit .desc{
    flex:1;
    min-width: 0;
}

.page_about2_list{
    overflow: hidden;
    position: relative;
}
.page_about2_list .item .item_img{
    border-radius: 15px;
    overflow: hidden;
}
.page_about2_list .item .item_img img{
    width: 100%;
}
.page_about2_list .item .item_con .tit{
    margin-top: 10px;
    text-align: center;
}
.page_about2_list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_about2_list .swiper-pagination{
    bottom: 0;
}
.page_about2_list .swiper-pagination-bullet{
    transition:all .4s;
}
.page_about2_list .swiper-pagination-bullet-active{
    width: 16px;
    border-radius: 100px;
    background: var(--theme-color);
}


/* page_about3 */

.page_about3_tit{
    
}
.page_about3_tit p{
    margin-top: 15px;
    color:#666;
}
.page_about3_list{
    position: relative;
}
.page_about3_list .swiper-slide {
    width:780px;
	transition-timing-function:linear;
}
.page_about3_list .item{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.page_about3_list .item .img img{
    width: 100%;
}
.page_about3_list .item .tit{
    background: rgba(77,78,83,.8);
    height: 66px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 66px;
    color:#fff;
    transition: all .4s;
}
.page_about3_list .item:hover .tit{
    background: var(--theme-color);
}
.page_about3_list .swiper-button-prev,.page_about3_list .swiper-button-next{
    width: 58px;
    height: 58px;
    opacity: 1;
    background:rgba(255,255,255,.4);
    border-radius: 6px;
    color:#fff;
    transition:all .4s;
}
.page_about3_list .swiper-button-prev:after,.page_about3_list .swiper-button-next:after{
    font-size: 22px;
}
.page_about3_list .swiper-button-prev:hover,.page_about3_list .swiper-button-next:hover{
    background: var(--theme-color);
}


/* page_about4 */

.page_about4_tit p{
    color:#666;
    margin-top: 20px;
}
.page_about4_list{
    overflow: hidden;
}
.page_about4_list .item{
    background: #fff;
    border-radius: 15px;
}
.page_about4_list .item .img{
    padding: 25px;
    display: flex;
    justify-content: center;
}
.page_about4_list .item h4{
    border-top: 1px solid #e8e8e8;
    padding: 15px;
    text-align: center;
}
.page_about4_list .item:hover h4{
    color:var(--theme-color);
}

/* page_about_choose */

.page_about_choose{
    padding:60px 0;
}
.page_about_choose .list{
    margin:30px -12px 0;
}
.page_about_choose .list .item_wrap{
    flex:1;
    padding:0 12px;
}
.page_about_choose .list .item{
    background: #fff;
    height: 100%;
    flex: 1;
    border-radius: 15px;
    padding: 35px;
    text-align: center;
    transition: all .3s;
    color:#333;
    position: relative;
    z-index: 1;
}
.page_about_choose .list .item .img{
    display: flex;
    justify-content: center;
}
.page_about_choose .list .item .img2{
    display: none;
}
.page_about_choose .list .item h4{
    font-size:22px;
    font-family: 'MontserratSemiBold';
    margin:15px 0 10px;
}
.page_about_choose .list .item .num{
    font-size: 90px;
    color: #f7f7f7;
    line-height: 0.8;
    text-align: right;
    font-style: italic;
    padding-right: 20px;
    transition: all .3s;
    font-weight: bold;
    position: absolute;
    right: 40px;
    bottom: 50px;
    z-index: -1;
}

.page_about_choose .list .item:hover .num{
    color: rgba(255,255,255,.1);
}
.page_about_choose .list .item:hover{
    background:var(--theme-color);
    color:#fff;
}
.page_about_choose .list .item:hover .img1{
    display: none;
}
.page_about_choose .list .item:hover .img2{
    display: block;
}


/* page_about_honor */

.page_about_honor{
    position: relative;
    margin: 90px 0;
}
.page_about_honor .con{
    flex:1;
    min-width: 0;
    padding-right: 5%;
}
.page_about_honor_list{
    width: 60%;
    overflow: hidden;
}
.page_about_honor_list .item .img img{
    height: 390px;
    width: 100%;
    object-fit: cover;
}
.page_about_honor_list .item h4{
    color:#333;
    text-align: center;
    padding-top: 10px;
}
.page_about_honor .swiper-button-prev,.page_about_honor .swiper-button-next{
    width: 60px;
    height: 60px;
    border:1px solid #d3d3d3;
    border-radius: 5px;
    left: 0;
    bottom: 8%;
    right: auto;
    top: auto;
    transition:all .3s;
}
.page_about_honor .swiper-button-next{
    left: 70px;
}
.page_about_honor .swiper-button-prev:after,.page_about_honor .swiper-button-next:after{
    font-size:22px;
    color:#aaa;
}
.page_about_honor .swiper-button-prev:hover,.page_about_honor .swiper-button-next:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.page_about_honor .swiper-button-prev:hover:after,.page_about_honor .swiper-button-next:hover:after{
    color:#fff;
}




/* page_about_history_list */

.page_about_history_wrap{
    background: url("../images/bg5.jpg") no-repeat center;
    padding:80px 0;
    background-size: cover;
}
.page_about_tit_fff{
    color:#fff;
}
.page_about_history .con{
    color:#fff;
    flex:1;
    min-width: 0;
    padding-right: 5%;
}
.page_about_history_list{
    width: 60%;
    height: 300px;
    overflow: hidden;
    padding-left: 100px;
    position: relative;
}
.page_about_history_list:before{
    content:'';
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    left: 20px;
    top:40px;
    background:rgba(255,255,255,.7);
    
}
.page_about_history_list .item{
    color:#fff;
}
.page_about_history_list .item h4{
    font-size:32px;
    font-family: 'MontserratSemiBold';
    line-height: 1;
    margin-bottom: 20px;
}
.page_about_history_list .swiper-button-prev,.page_about_history_list .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 0;
    top: 0;
    margin-top: 0;
}
.page_about_history_list .swiper-button-next{
    top: 50%;
    background: #fff;
}

.page_about_history_list .swiper-button-prev:after, .page_about_history_list .swiper-button-next:after{
    color:#fff;
    font-size:16px;
    transform: rotate(90deg);
}
.page_about_history_list .swiper-button-next:after,.page_about_history_list .swiper-button-prev:hover{
    color:var(--theme-color);
}


/* page_about_visits */

.page_about_visits{
    text-align: center;
    padding:80px 0;
}
.page_about_visits_list{
    position: relative;
    overflow: hidden;
    padding:30px 0 60px;
}
.page_about_visits_list .item .img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* page_about_culture */

.page_about_culture_wrap{
    padding:80px 0;
    background: url("../images/bg20.jpg") no-repeat center;
    background-size: cover;
}
.page_about_culture{
    padding-top: 50px;
}
.page_about_culture .item_img{
    width: 50%;
}
.page_about_culture .item_img img{
    border-radius: 20px;
}
.page_about_culture .list{
    flex:1;
    padding-left: 6%;
    min-width: 0;
}
.page_about_culture .list .item{
    display: flex;
    padding:40px 0;
    align-items: center;
    border-bottom: 1px solid #c5c5c5;
}
.page_about_culture .list .item:first-child{
    padding-top: 20px;
}
.page_about_culture .list .item .img img{
    width: 72px;
    height: 72px;
}
.page_about_culture .list .item .con{
    flex:1;
    min-width: 0;
    padding-left: 40px;
    color:#333;
}
.page_about_culture .list .item .con h4{
    font-size:24px;
    font-family: 'MontserratSemiBold';
}

/* page_about_photo1 */

.page_about_photo1{
    padding-bottom: 80px;
}
.page_about_photo1 .list{
    padding:40px 0 60px;
    overflow: hidden;
    position: relative;
}

.page_about_photo1 .list .img img{
    width: 100%;
    height: 355px;
    border-radius: 20px;
    object-fit: cover;
}
.page_about_photo1 .swiper-pagination-bullet-active{
    background: var(--theme-color);
}

.page_about_photo2{
    padding-bottom: 80px;
}
.page_about_photo2 .list{
    padding: 40px 0 0;
    margin:0 -33px;
}
.page_about_photo2 .list .item{
    flex:1;
    padding:0 33px;
    position: relative;
}
.page_about_photo2 .list .item:after{
    content:'>';
    font-size:30px;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    font-family:cursive;
    color:#999;
}
.page_about_photo2 .list .item .img img{
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 20px;
}
.page_about_photo2 .list .item h4{
    text-align: center;
    line-height: 50px;
    color:#333;
    font-size:18px;
}

/* page_case_list */

.page_case_tit .subtit{
    margin-top: 20px;
    color:#666;
}
.page_case_list .list{
    margin:-17px;
}
.page_case_list .item{
    padding:17px;
    width: 33.3333%;
}
.page_case_list .item a{
    display: block;
    border-radius: 15px;
    overflow: hidden;
}
.page_case_list .item_img img{
    width: 100%;
}
.page_case_list .item_con{
    padding: 35px;
    background: #fff;
    position: relative;
}
.page_case_list .item_con:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width:0;
    background: var(--theme-color);
    transition:all .4s;
}
.page_case_list .item_con .tit{
    font-weight: bold;
    line-height: 1;
}
.page_case_list .item_con .desc{
    margin:15px 0 30px;
    color:#666;
}
.page_case_list .item_con .more i{
    margin-left: 8px;
    line-height: 1;
}
.page_case_list a:hover .item_con:after{
    width: 100%;
}
.page_case_list a:hover .item_con .more{
    color:var(--theme-color);
}

/* page_download_center */

.page_download_center{
    padding:30px 0 50px;
}
.page_download_center .list_item {
    margin-bottom: 30px;
}
.page_download_center .list_item .menu{
    display: flex;
    color:#333;
    font-size:24px;
    padding:30px 40px;
    background: #fff;
    cursor: pointer;
    transition:all .3s;
    justify-content: space-between;
    font-family: 'MontserratSemiBold';
    align-items: center;
}
.page_download_center .list_item .menu i{
    font-size:20px;
    color:#333;
    transition:all .3s;
}
.page_download_center .list_item .menu:hover,.page_download_center .list_item .menu.cur{
    color:var(--theme-color);   
}

.page_download_tit .tit p{
    max-width: 70%;
    margin:auto;
}
.page_download_tit .tit p a{
    color:var(--theme-color);
}
.page_download_tit .tit p a:hover{
    text-decoration: underline;
}



.page_download_center .list_item .list{
    display: none;
    padding:0 40px;
    background: #fff;
}
.page_download_center .list_item:first-child .list{
    display: block;
}

.page_download_center .list_item .list .item{
    display: flex;
    height: 90px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ebebeb;
}

.page_download_center .list_item .list .item .pdf{
    width: 50px;
    height: 25px;
    border:1px solid #a9a9a9;
    font-family: 'MontserratLight';
    font-size:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.page_download_center .list_item .list .item h4{
    font-size:16px;
    color:#2d2d2d;
    margin-left:25px;
    flex:1;
}
.page_download_center .list_item .list .item .btn{
    border:1px solid #c3c3c3;
    padding:5px 20px;
    transition:all .3s;
    border-radius: 5px;
}
.page_download_center .list_item .list .item .btn i{
    margin-left: 8px;
    font-size:16px;
}
.page_download_center .list_item .list .item:hover h4{
    color:var(--theme-color);
}
.page_download_center .list_item .list .item:hover .btn{
   background: var(--theme-color);
   border-color:var(--theme-color);
   color:#fff;
}


.page_download_center_more{
    text-align: center ;
    padding-bottom: 80px;
}
.page_download_center_more a{
    padding-bottom: 5px;
    display: inline-block;
}
.page_download_center_more a:after{
    width: 100%;
    height: 1px;
    background: #666;
    content:'';
    display: block;
}
.page_download_center_more a:hover{
    color:var(--theme-color);
}
.page_download_center_more a:hover:after{
    background: var(--theme-color);
}


/* page_product_video */


.page_product_video{
    padding:50px 0 80px;
}
.page_product_video .list{
    margin:0 -17px;
}
.page_product_video .list .item{
    width: 33.33%;
    padding:0 17px;
}
.page_product_video .list .item iframe{
    height: 385px;
}




/* page_case_detail */


.page_case_detail{
    padding:60px 100px;
    background: #fff;
    border-radius: 20px;
}
.page_case_detail .j_tit{
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.page_case_detail .go_back a{
    padding: 0 30px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 100px;
}
.page_case_detail .go_back a i{
    margin-right: 10px;
}

.page_case_detail .desc{
    padding:30px 0 50px;
}

.page_case_detail_recommend .list .item{
    width: 25%;
}



/* product_detail */

.pd_detail{
    flex:1;
    min-width: 0;
}
.pd_detail_hd{
    border-radius: 20px;
    background: #fff;
    padding: 60px;
    
}
.pd_detail_hd .pics{
    width:46.25%;
}
.pd_detail_hd .pics .mySwiper2{
    width: 100%;
    height:370px;
    margin:0;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
}

.pd_detail_hd .pics .mySwiper2 .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 0;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-next,.pd_detail_hd .pics .mySwiper2 .swiper-button-prev{
    color:#ccc;
    opacity: 1;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-next:after,.pd_detail_hd .pics .mySwiper2 .swiper-button-prev:after{
    font-size: 26px;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-next:hover,.pd_detail_hd .pics .mySwiper2 .swiper-button-prev:hover{
    color:var(--theme-color);
}

.pd_detail_hd .pics .mySwiper{
    margin-top:25px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    background: #fff;
    padding:5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border:1px solid #fff;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border:1px solid var(--theme-color);
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img{
    height:80px;
    object-fit: contain;
}

.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #c8c8c8;
    overflow: hidden;
    height:80px;
    width: 100%;
    padding: 5px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border:1px solid var(--theme-color);
    
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.pd_detail_hd .pics .mySwiper1_w{
    position: relative;
    overflow: hidden;
}

.pd_detail_hd .infos{
    flex: 1;
    padding:10px 0 0 5%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.pd_detail_hd .infos .name{
    color:#888;
    font-family: 'MontserratLight';
}
.pd_detail_hd .infos h1{
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px;
}

.pd_detail_hd .infos .desc{
    font-size:18px;
    color:#666;
    margin:35px 0 80px;
    line-height: 1.8;
}
.pd_detail_hd .infos .list{
    
}
.pd_detail_hd .infos .list .item{
    display: flex;
    align-items: center;
    padding:20px 0;
    border-bottom:1px solid #e0e0e0;
    font-size: 18px;
}
.pd_detail_hd .infos .list .item h4{
    line-height: 1.3;
}
.pd_detail_hd .infos .list .item span{
    flex:1;
    margin-left: 25px;
}
.pd_detail_hd .infos .list .item img{
    filter: invert(54%) sepia(96%) saturate(7%) hue-rotate(314deg) brightness(96%) contrast(79%);
}
.pd_detail_hd .infos .btn a{
    display: flex;
    align-items: center;
    height:54px;
    width: 160px;
    background: var(--subtheme-color);
    border:1px solid var(--subtheme-color);
    color:#fff;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 100px;
    margin-top: 35px;
    transition:all .4s;
}
.pd_detail_hd .infos .btn i{
    margin-left: 8px;
    transition:all .3s;
}
.pd_detail_hd .infos .btn a:hover{
    background: transparent;
    color:var(--subtheme-color);
}

.pd_detail_hd .infos .btns .btn2 i{
    color:#333;
}
.pd_detail_hd .infos .btns .btn:hover{
    border-color:var(--theme-color);
    background: var(--theme-color);
    opacity: .8;
}
.pd_detail_hd .infos .btns .btn2:hover{
    color:#fff;
}
.pd_detail_hd .infos .btns .btn2:hover i{
    color:#fff;
}


.pd_detail_hd .infos .follow_list{
    margin-top: 50px;
    align-items: center;
}
.pd_detail_hd .infos .follow_list .tit{
    color:#333;
    font-family: 'jnm';
    text-transform: uppercase;
    margin-right: 30px;
}

.pd_detail_bd{
    display: flex;
    padding:50px;
    margin:60px 0;
    border-radius: 20px;
    border:1px solid #e9e9e9;
}
.pd_detail_bd .con{
    width: 55%;
}
.pd_detail_bd .con h4 br{
    display: none;
}
.pd_detail_bd .con h4{
    font-size:26px;
    color:#333;
    font-family: 'MontserratBold';
}
.pd_detail_bd .con p{
    color:#333;
    margin-top: 10px;
    line-height: 1.8;
}
.pd_detail_bd .imgs{
    flex:1;
    min-width: 0;
    padding-left: 3%;
    margin-left: 3%;
    border-left: 1px solid #e9e9e9;
}
.pd_detail_bd .imgs h4{
    font-size:18px;
    color:#333;
    margin-bottom: 20px;
}
.pd_detail_bd .imgs .img{
    justify-content: space-between;
}


.pd_detail_info{
    background: #fff;
    padding: 60px;
    border-radius: 20px;
}
.pd_detail_info .j_tit{
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    position: relative;
}
.pd_detail_info .j_tit:after{
    content: '';
    width:84px;
    height:4px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .3s;
}
.pd_detail_info .j_con{
    padding: 30px 0;
}


.page_product_contact_wrap{
    padding:80px 0 0;
}
.page_product_contact{
    background: #fff;
    padding: 0 70px 70px;
}

.page_product_contact_flex .l_tel{
    width: 50%;
    padding:30px 6% 0 0;
}
.page_product_contact_flex .l_tel .list .item{
    display: flex;
    width: 33.333%;
}
.page_product_contact_flex .l_tel .list .item .ico{
    width: 42px;
    height: 42px;
    border:1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.page_product_contact_flex .l_tel .list .item .ico i{
    font-size:18px;
    color:#666;
}
.page_product_contact_flex .l_tel .list .item .con{
    flex:1;
    min-width: 0;
    padding-left:10px;
}

.page_product_contact_flex .list .item:last-child{
    width: 100%;
    margin-top:20px;
}
.page_product_contact_flex .l_tel .map{
    margin-top: 30px;
}
.page_product_contact_flex .l_tel .map img{
    width: 100%;
}

/* page_quality */

.pq1_info{
    
}
.pq1_info .desc{
    width: 60%;
    margin:auto;
    text-align: center;
    position: relative;
}
.pq1_info .desc:before,.pq1_info .desc:after{
    content:'';
    width: 38px;
    height: 31px;
    display: block;
    position: absolute;
}
.pq1_info .desc:before{
    background: url("../images/quality_ico1.png") no-repeat center;
    left: -50px;
    top:-6px;
}
.pq1_info .desc:after{
    background: url("../images/quality_ico2.png") no-repeat center;
    right:-50px;
    bottom: -20px;
}
.pq1_info .list{
    justify-content: center;
    margin:60px 0;
}
.pq1_info .list .item{
    margin:0 40px;
}

.pq2_info{
    background: #f8f8f8;
    border-radius:20px;
    overflow: hidden;
}
.pq2_info .pq2_info_con{
    flex:1;
    min-width: 0;
    padding:40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pq2_info .pq2_info_con .tit{
    color:#161616;
    font-size:40px;
    font-family: 'jnb';
}
.pq2_info .pq2_info_con .desc{
    color:#666;
    margin-top: 10px;
}
.pq2_info .pq2_info_img{
    width: 50%;
}


/* pq3_info */

.pq3_info{
    overflow: hidden;
    width: 1800px;
    margin:auto;
    position: relative;
    padding:0 0 80px;
}
.pq3_info_con{
    position: relative;
    width: 1600px;
    margin:auto;
    padding:20px 0 60px;
}
.pq3_info_con .item .img{
    background: #f8f8f8;
    padding:25px 36px;
    height: 390px;
}
.pq3_info_con .item .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pq3_info_con .item .tit{
    color:#3a3a3a;
    padding:10px 10px 0;
    font-size:16px;
    text-align: center;
}

.pq3_info_con .swiper-button-next,.pq3_info_con .swiper-button-prev{
    width: 70px;
    height: 70px;
    border:1px solid #c8c8c8;
    border-radius: 50%;
    z-index: 40;
    opacity: 1;
    color:#717171;
    top: 40%;
}
.pq3_info_con .swiper-button-next:after,.pq3_info_con .swiper-button-prev:after{
    font-size:30px;
}
.pq3_info_con .swiper-button-next:hover,.pq3_info_con .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.pq3_info_con .swiper-button-prev{
    left: -100px;
}
.pq3_info_con .swiper-button-next{
    right: -100px;
}
.pq3_info:before,.pq3_info:after{
    content:'';
    display: block;
    width: 100px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 30;
}
.pq3_info:before{
    left: 0;
}
.pq3_info:after{
    right: 0;
}
.pq3_info_con .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}
.pq3_info_con .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}


/* page_news */

/* page_solution */

.page_news{
    
}
.page_news_menu{
    width:450px;
    padding-right: 70px;
}
.page_news_menu .menu{
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
}
.page_news_menu .menu_tit{
    font-size:22px;
    background: var(--subtheme-color);
    height:80px;
    color:#fff;
    display: flex;
    align-items: center;
    padding:0 30px;
    font-weight: bold;
    position: relative;
}
.page_news_menu .menu_tit:after{
    content:'';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 39px;
}
.page_news_menu .menu_list{
    padding:0 30px;
}
.page_news_menu .menu_list .item{
    border-bottom: 1px solid #ddd;
    padding:18px 0;
}
.page_news_menu .menu_list .item:last-child{
    border-bottom: none;
}
.page_news_menu .menu_list .item .hd{
    transition:all .4s;
}
.page_news_menu .menu_list .item .hd a{
    flex:1;
    min-width: 0;
    display: block;
}
.page_news_menu .menu_list .item .hd i{
    cursor: pointer;
    font-size:14px;
    line-height: 1;
    font-weight: bold;
    transition:all .4s;
    color:#bbb;
}
.page_news_menu .menu_list .item:hover .hd{
    padding:0 5px;
}
.page_news_menu .menu_list .item:hover .hd a{
    color:var(--theme-color);
    text-decoration: underline;
}
.page_news_menu .menu_list .item .hd:hover i{
    transform: rotate(90deg);
    color:var(--theme-color);
}
.page_news_menu .menu_list .item:hover .hd img{
    filter: invert(14%) sepia(46%) saturate(5058%) hue-rotate(216deg) brightness(90%) contrast(88%);
}
.page_news_menu .menu_list .item .bd{
    display: none;
    padding-top: 6px;
}
.page_news_menu .menu_list .item .bd a{
    font-size:14px;
    color:#666;
    padding-top:5px;
}
.page_news_menu .menu_list .item .bd a i{
    margin-right:8px;
}

.page_news_menu .menu_news{
    padding:30px;
    margin-top: 30px;
    border-radius: 15px;
    background: #fff;
}
.page_news_menu .menu_news .tit1{
    font-size:22px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-left: 16px;
}
.page_news_menu .menu_news .tit1:before{
    width: 5px;
    height: 21px;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background: var(--theme-color);
}
.menu_news_list .item{
    padding:20px 0;
    border-bottom: 1px solid #e9e9e9;
}
.menu_news_list .item a{
    line-height: 1.4;
    display: block;
}
.menu_news_list .item .more{
    font-size:14px;
    margin-top:15px;
    justify-content: space-between;
    display: flex;
    color:#999;
}
.menu_news_list .item a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}

.page_news_menu .menu_news .tel{
    padding:30px 0 0;
}
.page_news_menu .menu_news .tel .tel_con {
    padding-left: 20px;
}
.page_news_menu .menu_news .tel .tel_con p{
    font-size:16px;
}
.page_news_menu .menu_news .tel .tel_con h4{
    font-family: 'RajdhaniSemiBold';
    font-size:38px;
    line-height: 1.2;
}




.page_news_list{
    flex:1;
    min-width: 0;
}
.page_news_list .item{
    background: #fff;
    margin-bottom: 40px;
    align-items: center;
    border:1px solid #fff;
    border-radius: 15px;
    overflow: hidden;
}
.page_news_list .item .item_img{
    width: 350px;
}
.page_news_list .item .item_con{
    flex:1;
    min-width: 0;
    padding: 20px 40px;
}
.page_news_list .item .item_con .tit{
    font-weight: bold;
}
.page_news_list .item .item_con .desc{
    color:#5b5b5b;
    margin:10px 0 30px;
}
.page_news_list .item .item_con .agg{
    justify-content: space-between;
    color:#5b5b5b;
    line-height: 1;
}
.page_news_list .item .item_con .agg .more i{
    margin-left: 8px;
    font-size:18px;
    line-height: 1;
}
.page_news_list .item:hover{
    border-color: var(--theme-color);
}
.page_news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}


.no_banner_pos{
    padding:130px 0 0;
}
.no_banner_pos a:last-child{
    color:var(--theme-color);
}
.no_banner_pos i{
    color:var(--theme-color);
}
.no_banner_pos a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}

/* page_news_detail */

.page_news_detail{
    flex:1;
    min-width: 0;
    background: #fff;
    padding:50px;
    border-radius: 15px;
}
.page_news_detail h1{
    text-align: center;
}
.page_news_detail .info{
    margin-top: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom:20px;
}
.page_news_detail .info{
    justify-content: space-between;
}
.page_news_detail .info .item{
    
}
.page_news_detail .info .item span{
    color:var(--theme-color);
}
.page_news_detail .info .item.column{
    
}


.page_news_detail .desc{
    padding:30px 0;
    min-height: 20vh;
}

.page_news_detail_wrap{
    overflow: hidden;
}
.go_back{
   
}
.go_back a{
    display: block;
    font-size:14px;
    height: 44px;
    background: #f5f5f5;
    line-height: 44px;
    text-align: center;
}
.go_back a:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_contact */

.page_contact_hd{
    background: #fff;
    border-radius: 20px;
    padding: 80px 120px;
}
.page_contact_hd_tit h4{
    position: relative;
}
.page_contact_hd_tit h4:after{
    width: 76px;
    height: 4px;
    display: block;
    content:'';
    background: var(--theme-color);
    margin: 20px auto 30px;
}
.page_contact_hd_list{
    margin:-30px;
    justify-content: space-between;
}
.page_contact_hd_list .item{
    padding:30px;
    text-align: center;
}
.page_contact_hd_list .item h4{
    margin-top: 10px;
    color:#666;
}

.page_contact_bd{
    background: #fff;
    border-radius: 20px;
    padding: 80px;
}

.page_contact_bd .hd{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page_contact_bd .hd .info p{
    font-family: 'Arial';
    font-weight: bold;
    margin-top: 20px;
}
.page_contact_bd .hd .info .txt{
    margin-top: 30px;
}
.page_contact_bd .bd{
    flex:1;
    min-width: 0;
    padding-left: 100px;
    border-left: 1px solid #e6e6e6;
}
.page_contact_bd .bd .item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.page_contact_bd .bd .item:last-child{
    margin-bottom: 0;
}
.page_contact_bd .bd .item .ico{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.page_contact_bd .bd .item .ico i{
    font-size: 36px;
}
.page_contact_bd .bd .item .con{
    font-size: 24px;
    flex:1;
    min-width: 0;
}
.page_contact_bd .bd .item .con a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.page_contact_bd .bd .item .con .img{
    border: 1px solid #e4e4e4;
    width: 130px;
    height: 130px;
    padding: 10px;
}
.page_contact_bd .bd .item .con .img img{
    width: 100%;
}
.page_contact_bd .bd .item .con p{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    width: 130px;
}


/* page_contact2 */

.page_contact2{
    padding-bottom:100px;
}
.page_contact2_info{
    width: 50%;
    padding-right: 120px;
}
.page_contact2_info .tit{
    padding-top: 20px;
}
.page_contact2_info .tit h4{
    font-size:40px;
    color:#333;
    font-family: 'MontserratExtraBold';
}
.page_contact2_info .tit p{
    color:#333;
    line-height: 2;
    margin-top: 20px;
}
.page_contact2_info .con h4{
    color:#053c8a;
    font-family: 'MontserratSemiBold';
    margin:30px 0 10px;
    font-size:20px;
}
.page_contact2_info .con p{
    margin-bottom: 10px;
    display: flex;
    font-family: 'MontserratLight';
    font-size:14px;
}
.page_contact2_info .con p span{
    background: #053c8a;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border:4px solid #e6ebf3;
    margin-right: 10px;
}
.page_contact2_info .con p span i{
    font-size:10px;
    color:#fff;
}

.page_contact2_form{
    flex:1;
    min-width: 0;
}
.page_contact2_form .tit h4{
    font-size:40px;
    color:#333;
    font-family: 'MontserratSemiBold';
}
.page_contact2_form .tit p{
    color:#666;
}
.page_contact2_form .form{
    padding-top: 20px;
}
.page_contact2_form .input_box{
    margin:0 -10px;
}
.page_contact2_form .input_box .input{
    padding: 0 10px;
    flex:1;
}
.page_contact2_form .input{
    margin:0 0 20px;
}
.page_contact2_form .input input,.page_contact2_form textarea{
    width: 100%;
    border:none;
    outline: none;
    background: #f5f5f7;
    height: 54px;
    padding:10px 20px;
    line-height: 34px;
}
.page_contact2_form textarea{
    height: 120px;
}
.page_contact2_form .form p{
    font-family: 'MontserratLight';
}
.page_contact2_form .form .button{
    margin-top:20px;
}
.page_contact2_form .form .button button{
    width: 100%;
    height: 60px;
    background:var(--theme-color);
    border:none;
    outline: none;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page_contact2_form .form .button button i{
    font-size:22px;
    margin-left: 10px;
}
.page_contact2_form .form .button button:hover{
    background: var(--theme-color);
}

/* return */

.return_page{
    position: relative;
}
.return_page dl{
    justify-content: space-between;
    padding-top:20px;
    position: relative;
    border-top: 1px solid #eee;
}
.return_page dt{
    width: 44%;
    font-size:16px;
}
.return_page dt.next{
    text-align: right;
}
.return_page dt.next p{
    color:#666;
    line-height: 1.2;
}
.return_page dt a{
    display: block;
}
.return_page .p1{
    padding-bottom: 6px;
}
.return_page .p1 span{
    display: inline-block;
    line-height: 1;
}
.return_page .next .p1 span{
    transform: rotate(180deg);
    margin-left: 4px;
}
.return_page .prev .p1 span{
    margin-right: 4px;
}
.return_page dt a:hover{
    color:var(--theme-color);
}
.return_page .go_back{
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
}
.return_page .go_back a{
     display: flex;
     align-items: center;
     justify-content: center;
     font-size:16px;
     background: transparent;
     line-height: 38px;
}
.return_page .go_back a i{
    font-size:18px;
    margin-right: 8px;
}
.return_page .go_back a:hover{
    color: var(--theme-color);
}


.ind_pad{
    padding:80px 0 90px;
}
.info_ly{background: #fff;padding-left: 4%;padding-right: 4%;display: flow-root;}
.info_ly h2{text-align: center;margin-bottom: 20px;}
.info_ly .inp{width: 49.3%;height: 52px;line-height: 52px;background: #f6f6f6;display: block;float: left;margin-bottom: 16px;text-indent: 22px;}
.info_ly .inp:nth-child(2n){float: right;}
.info_ly .inp2{width: 100%;}
.info_ly textarea{height: 150px;background: #f6f6f6;text-indent: 22px;padding-top: 16px;width: 100%;display: block;}
.info_ly .sub{height: 52px;line-height: 52px;background:var(--theme-color);width: 100%;text-align: center;color: #fff;display: block;margin-top: 16px;text-transform: uppercase;border:none;cursor:pointer;}





