@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 28px;
    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:4px;
    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: 72px;
    line-height: 40px;
    width: 300px;
    background: #fff;
    display: none;
    border-radius:5px;
    padding:20px 30px 40px;
    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;
    font-weight: 700;
    text-transform: capitalize;
}
.nav .nav_li .nav2 a{
    display: flex;
    align-items: center;
    padding-top: 15px;
    font-family: 'MontserratLight';
    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 .tel a{
    color:#666;
    font-family: 'MontserratLight';
    font-size:14px;
    display: flex;
    margin-right:35px;
    align-items: center;
    cursor: pointer;
}
.nav_info .tel a i{
    font-size:12px;
    margin-right: 5px;
    background: #f2f2f2;
    color:#4e70ce;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_info .lang_box .lang{
    display: flex;
    align-items: center;
    height: 28px;
    padding:0 20px;
    border-radius: 100px;
    cursor: pointer;
    color:#333;
    transition:all .3s;
}
.nav_info .lang_box .lang img{
    height:18px;
    margin-right: 10px;
}
.nav_info .lang_box:hover .lang{
    background: var(--theme-color);
    color:#fff;
}
.nav_info .lang_box .lang i{
    margin-right: 3px;
}
.nav_info .lang_box .lang i.iconjt{
    margin-right: 0;
    font-size:12px;
    margin-left: 3px;
    transform: rotate(180deg);
    transition:all .3s;
}
.nav_info .lang_box:hover .lang i.iconjt{
    transform: rotate(0deg);
}
.nav_info .lang_box{
    position: relative;
    z-index: 100;
    margin-left: 15px;
}
.nav_info .lang_box .dlang{
    position: absolute;
    left: 0;
    top: 28px;
    width: 145px;
    background: #fff;
    padding:5px 15px 10px;
    display: none;
    border-radius: 3px;
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
}
.nav_info .lang_box .dlang a{
    display: flex;
    align-items: center;
    color:#666;
}
.nav_info .lang_box .dlang a:hover{
    color:var(--theme-color);
}
.nav_info .lang_box .dlang a img{
    height: 16px;
    margin-right: 6px;
}
.nav_info .lang_box:hover .dlang{
    display: block;
}

.banner{
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}
.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{
    display: flex;
    flex-direction: column;
    width: 50%;
    color:#fff;
}
.banner .item .item_con h4{
    font-size:66px;
    font-family: 'MontserratBold';
    line-height:1.1;
    margin:0 0 80px;
    font-weight: bold;
    text-transform: uppercase;
}
.banner .item .item_con h4 span{
    color:var(--theme-color);
}
.banner .item .item_con p{
    font-size:18px;
    margin-bottom: 10px;
    font-family: 'MontserratLight';
}
.banner .pages{
    position: absolute;
    width:100%;
    bottom: 50px;
    display: flex;
    z-index: 30;
    justify-content: space-between;
}
.banner .swiper-pagination{
    text-align: left;
    bottom:0;
    left: 5%;
    width: auto;
}
.banner .swiper-num{
    right:5%;
    position: absolute;
    bottom: 0;
    color:#fff;
}
.banner .swiper-num .active{
    font-size:30px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #fff;
    margin:0 17px;
    opacity: 1;
    position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    content:'';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:1px solid #fff;
    position: absolute;
    left: -9px;
    top: -9px;
}
.banner .swiper-button-prev{
    left:3%;
}
.banner .swiper-button-next{
    right: 3%;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0,0,0,.2);
    display: none;
}
.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next{
    display: flex;
}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{
    background: var(--theme-color);
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{
    color:#fff;
    font-size:24px;
}
.banner .banner-towrap{
    position: absolute;
    bottom: 42px;
    left: 50%;
    z-index: 2;
    margin-left: -24px;
    display: flex;
    align-items: center;
}
.banner .banner-towrap p{
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}
.banner .banner-to{
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    display: block;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    z-index: 9;
    margin: auto; 
    color: #fff;
    position: relative;
    height: 30px; 
    width: 20px; 
    text-align: center;
    border-radius: 10px; 
    margin: 0 5px;
}
.banner .banner-towrap span{ 
    text-transform: uppercase; 
    color: #fff; 
    font-size: 14px;
}
.banner .banner-to i{ 
    animation: downico 1.5s ease-out infinite;
    position: absolute; 
    width: 3px; 
    height: 3px;
    background: #fff;
    margin-left: -1px;
}
@keyframes downico{
	0%{top: 10%;}
	35%{top: 40%;}
	65%{top: 50%;}
	100%{top: 10%;}
}
@-webkit-keyframes downico{
	0%{top: 10%;}
	35%{top: 40%;}
	65%{top: 50%;}
	100%{top: 10%;}
}

/* tit_box1 */

.tit_box1{
    padding:70px 0 0;
    text-align: center;
}
.tit_box1 .tit{
   
}
.tit_box1 .tit h4{
    font-size:44px;
    color:#333;
    font-family: 'MontserratBold';
    line-height: 1.3;
    font-weight: bold;
}
.tit_box1 .tit p{
    font-size:16px;
    color:#333;
    margin-top: 20px;
}

.tit_box2{
    align-items: center;
}
.tit_box2 .tit{
    flex:1;
}
.tit_box2 .tit h4{
    color:#2d2d2d;
    font-family: 'MontserratExtraBold';
    font-size:44px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: bold;
}
.tit_box2_fff .tit h4{
    color:#fff;
}
.tit_box2-center{
    text-align: center;
}

.bg1{
    background:#f6f6f6;
}
.bg2{
    background:var(--theme-color);
}


/* solution_provider */

.solution_provider{
    padding-bottom: 80px;
    max-width: 80%;
    margin:auto;
    background: url("../images/map1.png") no-repeat center;
}
.solution_provider_list{
    justify-content: center;
    margin: 40px -4% 0;
}
.solution_provider_list .item{
    padding:0 4%;
}

/* about */

.about_wrap{
    position: relative;
    height: 640px;
}
.about_wrap .wrapper{
    height: 100%;
}
.about_con{
    width: 50%;
    padding-right: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: url("../images/map1.png") no-repeat center;
}
.about_con .desc{
    color:#2d2d2d;
    line-height: 1.7;
    margin-top: 10px;
}

.about_more{
    margin-top: 60px;
}
.about_more a{
    background:var(--theme-color);
}
.about_more .watch_btn{
    margin-left: 25px;
    align-items: center;
    display: flex;
    cursor: pointer;
    color:#2d2d2d;
    font-size:18px;
}
.about_more .watch_btn i{
    font-size:40px;
    margin-right: 15px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid var(--theme-color);
    color:var(--theme-color);
}

.about_img{
    width:50%;
    height: 100%;
    overflow: hidden;
    position:absolute;
    right: 0;
    top: 0;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_data{
    padding:50px 0;
    margin:0 -4%;
}
.about_data .item{
    padding:0 4%;
    flex:1;
}
.about_data .item span{
    color:#333;
    font-size:20px;
}
.about_data .item h4{
    color:#333;
    font-size: 70px;
    font-family: 'MontserratBold';
}
.about_data .item h4 i{
    font-style: normal;
}
.about_data .item p{
    color:#777;
}

/* global_market_wrap */

.global_market_wrap{
    background: url("../images/bg1.jpg") no-repeat center;
    height: 540px;
    position: relative;
    background-size: 100% 100%;
}
.global_market_wrap .wrapper{
    height: 100%;
}
.global_market{
    height: 100%;
    position: relative;
    z-index: 3;
}
.global_market .con{
    flex:1;
    min-width: 0;
    padding:40px 0 40px 80px;
}
.global_market .con p{
    color:#fff;
    margin-top: 20px;
}
.global_market .img{
    width: 50%;
}

.global_market_con_bg{
    background:rgba(4,148,69,.9);
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.p_more1{
    margin-top:50px;
    display: inline-block;
    color:#fff;
    font-size:16px;
    position: relative;
    padding-bottom: 8px;
}
.p_more1:after{
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition:all .3s;
    bottom: 0;
}
.p_more1 i{
    font-size:12px;
    padding-left: 6px;
}
.p_more1:hover:after{
    width: calc(100% - 20px);
}


/* product */

.product_wrap{
    padding:70px 0 50px;
}
.product_con {
    margin:30px -17px;
}
.product_con .item{
    padding:17px;
    width: 33.33%;
}
.product_con .item .img{
    border-radius: 20px;
}
.product_con .item h4{
    font-size:20px;
    color:#333;
    text-align: center;
    margin-top: 15px;
    padding:0 10px;
    font-family: 'DINProRegular';
    transition:all .3s;
}
.product_con .item:hover h4{
    color:var(--theme-color);
}

.bg2_con{
    text-align: center;
    color:#fff;
    font-size:48px;
    padding:50px 0;
    font-family: 'MontserratExtraBold';
    font-weight: bold;
}



/* public_message */

.public_message_con{
    border-radius: 30px;
    background: #fff;
    margin-top: 70px;
    padding:70px;
}
.public_message_con .cover{
    width: 40%;
    height: 500px;
    background: #f6f6f6;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.public_message_con .cover img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.public_message_con .page_contact2_form{
    background: transparent;
}
.public_message_con .page_contact2_form .input_box .input input,.public_message_con .page_contact2_form textarea{
    border:1px solid #ccc;
}

.page_product_related{
    padding:70px 0 0;
}
.page_product_related_tit{
    font-size:40px;
    color:#333;
    text-align: center;
    font-family: 'MontserratSemiBold';
}

 
/* advantage_wrap */

.advantage_wrap{
    background: url("../images/advantage_wrap.png") no-repeat center bottom #ebeff2;
    padding-bottom: 180px;
}
.advantage_con{
    background:  url("../images/advantage_bg.png") no-repeat center;
    height:480px;
    margin:55px 0 0;
    padding:0 10px;
}
.advantage_con .item_wrap{
    flex:1;
        padding: 10px 5px;
}
.advantage_con .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:80px 55px;
    height: 100%;
    transition:all .4s;
    position: relative;
    z-index: 1;
}
.advantage_con .item_wrap .item:after{
    content:'';
    width: 100%;
    height:0;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 15px rgba(44,187,228,.1);
    border-radius: 200px;
    display: block;
    z-index: -1;
    transition:all .3s;
}
.advantage_con .item_wrap .item .ico{
    transition:all 2s;
    transition-delay: .2s;
}
.advantage_con .item_wrap .item .tit{
    font-size:24px;
    color:#333;
    margin:25px 0;
}
.advantage_con .item_wrap .item .desc{
    text-align: center;
}
.advantage_con .item_wrap .item:hover:after{
    height: 100%;
}
.advantage_con .item_wrap .item:hover .tit{
    color:var(--theme-color);
}
.advantage_con .item_wrap .item:hover .ico{
    transform: rotatey(360deg);
}


/* ani_demo */

.ani_demo .image-holder{
    margin-top: 45px;
}
.ani_demo .twentytwenty-handle {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px dashed #fff;
    margin-left: -41px;
    margin-top: -40px;
}
.ani_demo .twentytwenty-left-arrow {
    border: none;
    width: 50%;
    display: block;
    margin: 0;
    text-align: right;
    left: 0;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
}
.ani_demo .twentytwenty-right-arrow {
    margin: 0;
    border: none;
    width: 50%;
    display: block;
    text-align: left;
    right: 0;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
}
.ani_demo .twentytwenty-container img{
    width: 100%;
}
.ani_demo .twentytwenty-handle {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px dashed #fff;
    margin-left: -41px;
    margin-top: -40px;
}
.ani_demo .twentytwenty-horizontal .twentytwenty-handle:before{
    margin-bottom: 43px;
}
.ani_demo .twentytwenty-horizontal .twentytwenty-handle:after{
    margin-top: 43px;
}
.ani_demo .twentytwenty-horizontal .twentytwenty-handle:before,.ani_demo .twentytwenty-horizontal .twentytwenty-handle:after{
    width: 2px;
}
.ani_demo .twentytwenty-left-arrow {
    border: none;
    width: 50%;
    display: block;
    margin: 0;
    text-align: right;
    left: 0;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
}
.ani_demo .twentytwenty-right-arrow {
    margin: 0;
    border: none;
    width: 50%;
    display: block;
    text-align: left;
    right: 0;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
}
.ani_demo .twentytwenty-left-arrow:before {
    content: "←";
    font-size: 24px;
    color: #fff;
    padding-right: 5px;
    font-family: math;
}
.ani_demo .twentytwenty-right-arrow:before {
    content: "→";
    font-size: 24px;
    color: #fff;
    padding-left:5px;
    font-family: math;
}

/* case */

.case .tit_box1{
    justify-content: space-between;
}
.case .tit_box1 .tit{
    max-width: 50%;
}
.case .tit_box1 .tit h4{
    font-size:46px;
}

.case_con{
    position:relative;
    overflow: hidden;
    padding-top: 30px;
}
.case_con .img{
    overflow: hidden;
    border-radius: 15px;
}
.case_con .info h4{
    margin-top: 10px;
    text-align: center;
    color:#333;
    font-size:18px;
}
.case_con a:hover .info h4{
    color:var(--theme-color);
}

/* choose */
.choose_wrap{
    background:url("../images/bg2.jpg") no-repeat center;
    padding:100px 0;
    background-size: 100% 100%;
}
.choose{
}
.choose_con{
    padding-right: 5%;
    width: 40%;
}
.choose_con .tit_box2 .tit h4{
    color:var(--theme-color);
}
.choose_con .desc{
    color:#333;
    margin-top: 5px;
}
.choose_con .p_more1{
    color:#333;
}
.choose_con .p_more1:after{
    background: #666;
}

.choose_list{
    flex:1;
}
.choose_list .item{
    width: 50%;
    display: flex;
    padding:20px;
}
.choose_list .item .ico{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose_list .item .con{
    flex:1;
    min-width: 0;
    padding-left: 23px;
}

.choose_list .item .con h4{
    font-size:20px;
    color:#333;
    font-family: 'MontserratRegular';
}
.choose_list .item .con p{
    font-size:16px;
    color:#666;
}
.choose_more{
    margin-top:50px;
}
.choose_more a{
    width: 235px;
}

/* news */

.news{
    padding: 90px 0;
}
.news .tit_box2{
   
}
.hot_news{
    width: 60%;
}
.hot_news .list{
    margin:0 -20px;
}
.hot_news .list a{
    flex:1;
    min-width: 0;
    padding:0 20px;
}
.hot_news .list a .item{
    background: #f7f7f7;
    border-radius: 20px;
    overflow: hidden;
}
.hot_news .list a .item .img img{
    height: 345px;
    object-fit: contain;
}
.hot_news .list a .item .con{
    padding:20px 30px;
}
.hot_news .list a .item .con h4{
    font-size:18px;
    color:#333;
    font-family:'MontserratSemiBold';
    transition:all .3s;
}
.hot_news .list a .item .con .desc{
    font-size:16px;
    color:#333;
    padding-top: 10px;
}
.hot_news .list a .item .time{
    border-top: 1px solid #e0e0e0;
    margin-top:20px;
    padding: 10px 0;
    display: flex;
}
.hot_news .list a .item .time span{
    flex:1;
    font-family: 'MontserratLight';
}
.hot_news .list a .item .time i{
    font-size:18px;
}
.hot_news .list a:hover .item .con h4{
    color:var(--theme-color);
}


/* news_wrap */

.news_wrap{
    position: relative;
}
.news_wrap:after{
    content:'';
    display: block;
    background: url("../images/bg3.png") no-repeat right center;
    width: 540px;
    height: 710px;
    position: absolute;
    right: 0;
    top: 10%;
    animation:move 5s infinite;
}

.news .p_more1{
    color:#333;
    margin-top: 0;
}
.news .p_more1:after{
    background: #333;
}
.news_tit{
    font-family: 'MontserratBold';
    color:var(--theme-color);
    font-size: 50px;
}
.news_list{
    margin-top: 40px;
}
.news_list .item{
    align-items: center;
}
.news_list .item .img{
    width: 55%;
    border-radius: 20px;
}
.news_list .item .img img{
    width: 100%;
}
.news_list .item .con{
    flex:1;
    min-width:0;
    padding-left: 5%;
}
.news_list .item .con span{
    background: #e5f1e9;
    display: inline-block;
    padding:8px 20px;
    color:var(--theme-color);
    border-radius: 5px;
}
.news_list .item .con h4{
    font-size:30px;
    font-family: 'MontserratSemiBold';
    color:#333;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 10px;
}
.news_list .item .con .desc{
    color:#333;
    margin:30px 0 60px;
}
@keyframes move {
  0 {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100%{
      transform: translateX(0);
  }
}

/* footer_message */

.footer_message{
    background: url("../images/bg3.jpg") no-repeat center;
    background-size:cover;
    text-align: center;
    padding:70px 0;
    position: relative;
}
.footer_message .con{
    text-align: center;
    color:#fff;
}
.footer_message .con p{
    font-size:18px;
}
.footer_message .con h4{
    font-size:48px;
    font-family: 'MontserratBold';
    line-height: 1.4;
    font-weight: bold;
}
.footer_message .form{
    margin-top: 20px;
}
.footer_message .form input{
    width: 320px;
    border-radius: 200px;
    background: #fff;
    height: 54px;
    outline: none;
    border:none;
    margin:0 8px;
    font-size:16px;
    padding:0 20px;
}
.footer_message .form input.content{
    flex:1;
}
.footer_message .form button{
    border:none;
    outline: none;
    width: 240px;
    height: 54px;
    border-radius: 100px;
    background: var(--theme-color);
    color:#fff;
    cursor: pointer;
    font-size:18px;
    transition:all .3s;
}
.footer_message .form button:hover{
    background: var(--theme-color);
}
.footer_message .form button i{
    font-size:20px;
    margin-right: 10px;
    font-family: 'MontserratLight';
}
.footer_message .share{
    height: 48px;
    padding:0 30px;
    background: rgba(176,181,203,.3);
    display: inline-block;
    margin-top: 48px;
    border-radius: 100px;
}

.footer_message .share_wrap{
    align-items: center;
    height: 100%;
}
.footer_message .share_wrap .tit{
    font-size:16px;
    color:#fff;
    margin-right: 15px;
}
.footer_message .b_top {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 42px;
    text-align: center;
    background:var(--theme-color);
    color: #0064b3;
    border: 4px solid #fff;
    border-radius: 100%;
    margin-left: -25px;
    z-index: 99;
}
.footer_message .b_top:hover{
    background: var(--theme-color);
}
.footer_message .b_top span {
    font-size:14px;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: block;
}

/* footer */

/* footer */

.footer{
    background: url("../images/footer_bg.jpg") no-repeat center top;
    background-size: cover;
    padding:70px 0 0;
    color:#fff;
}
.footer_con{
    justify-content: space-between;
}
.footer_hd{
    width: 30%;
}
.footer_hd p{
    color:#d7d7d7;
    margin: 40px 0 30px;
    font-family: 'MontserratLight';
}
.footer_hd h4{
    font-size:18px;
}
.footer_hd .form{
    margin:10px 0 20px;
}
.footer_hd .form input{
    height: 52px;
    background:#343d3a;
    width: 100%;
    border:none;
    outline: none;
    padding:0 16px;
    color:#b8b8b8;
    border-radius: 100px;
}
.footer_hd .form button{
    height: 52px;
    background: var(--theme-color);
    outline: none;
    border:none;
    margin-left: 8px;
    padding:0 30px;
    color:#fff;
    cursor: pointer;
    font-style: italic;
    border-radius: 100px;
    width: 100px;
}
.footer_hd .form button:hover{
    font-style: normal;
}
.footer_md{
    display: flex;
}
.footer_md .item{
    padding-left: 60px;
    width:300px;
}
.footer_md .item .tit{
    font-size:20px;
    font-family: 'MontserratSemiBold';
    margin-bottom:10px;
}
.footer_md .item .menu a{
    display: block;
    padding-top: 8px;
    font-family: 'MontserratLight';
    color:#b9b9b9;
    font-size:16px;
}
.footer_md .item .menu a:hover{
    color:#fff;
    text-decoration: underline;
}

.footer_md .tel_list{
    width:420px;
}
.footer_md .item.tel_list .tit{
    margin-bottom: 20px;
}
.footer_md .item .tel_item{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.footer_ft .tit{
    margin-bottom: 20px;
}
.footer_ft .follow_list a{
    width: 28px;
    height: 28px;
}


.footer_md .item .tel_item .ico{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border:1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_md .item .tel_item .con{
    flex:1;
    min-width: 0;
    color:#d7d7d7;
    padding-left: 10px;
    font-family: 'MontserratLight';
}


.footer_copyright{
    font-family: 'MontserratLight';
    font-size:14px;
    padding:20px 0;
    display: flex;
    border-top: 1px solid rgba(255,255,255,.2);
    margin-top: 45px;
    color:#b9b9b9;
}
.footer_copyright a{
    margin-left:30px;
}
.footer_copyright a.bontop{
    flex:1;
    display: flex;
    justify-content: flex-end;
}

/* page_banner */

.page_banner{
    margin-top: 100px;
    position: relative;
}
.page_banner .img img{
    width: 100%;
}
.page_banner .info{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#fff;
    text-transform: uppercase;
}
.page_banner .info .pos{
    font-family: 'MontserratLight';
    font-size:20px;
}
.page_banner .info .pos a{
    margin:0 3px;
}
.page_banner .info .tit{
    font-size:56px;
    line-height: 1.2;
    font-family: 'MontserratBold';
    font-weight: bold;
}

/* page_product */

.page_product_menu{
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
    padding:90px 0 0;
}
.page_product_menu a{
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.page_product_menu a:after{
    display: block;
    content:'';
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
}
.page_product_menu a .img{
    margin-bottom: 10px;
}
.page_product_menu a .img .img2{
    display: none;
}
.page_product_menu a:hover .img .img1,.page_product_menu a.cur .img .img1{
    display: none;
}
.page_product_menu a:hover .img .img2,.page_product_menu a.cur .img .img2{
    display: block;
}
.page_product_menu a:hover .tit,.page_product_menu a.cur .tit{
    color:var(--theme-color);
}
.page_product_menu a:hover:after,.page_product_menu a.cur:after{
    width: 100%;
}

.page_product_list .list{
    margin:0 -17px;
    padding:20px 0 80px;
}



/* page_about1 */

.page_about1{
    padding: 20px 0 90px;
    overflow: hidden;
}
.page_about1_con{
    padding-top: 20px;
}
.page_about1 .item{
    padding-top: 70px;
}
.page_about1_img{
    width: 47.5%;
    border-radius: 20px;
    overflow: hidden;
}
.page_about1_img img{
    width: 100%;
}
.page_about1_con{
    flex:1;
    min-width: 0;
    padding-left: 60px;
    background: url("../images/map1.png") no-repeat center;
}
.page_about_tit{
    font-size:48px;
    font-family: 'MontserratExtraBold';
    color:#333;
    font-weight: bold;
}
.page_about_tit_center{
    text-align:center;
}
.page_about1_con p{
    font-size:18px;
    color:#2d2d2d;
}
.item2 .page_about1_con{
    padding:20px 60px 0 0;
}
.page_about1_con .list{
    margin:30px -5% 0;
}
.page_about1_con .list .i{
    padding:0 5%;
    flex:1;
}
.page_about1_con .list .i h4{
    font-size:70px;
    color:#333;
    font-family: 'MontserratSemiBold';
}
.page_about1_con .list .i p{
    font-size:16px;
    line-height: 1.4;
    color:#999;
}

.page_about_tit1{
    color:#333;
}


/* 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:50px 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';
    font-weight: bold;
}

.page_about2_wrap{
    background: url("../images/bg4.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.page_about2_con{
    padding-bottom: 100px;
}
.page_about2_con .item{
    padding:0 70px;
    text-align: center;
    color:#fff;
}
.page_about2_con .item .nums{
    font-size:50px;
}
.page_about2_con .item .nums span{
    font-size:70px;
    font-family: 'MontserratSemiBold';
    margin-right: 10px;
}
.page_about2_con .item .nums:after{
    width:64px;
    height: 4px;
    background: #fff;
    content:'';
    display: block;
    margin:0 auto 20px;
} 


.page_about3{
    overflow: hidden;
    padding:80px 0;
}
.page_about3_img{
    width: 50%;
}
.page_about3_con{
    flex:1;
    padding-right: 60px;
    padding-top: 40px;
}
.page_about3_con .tit{
    font-size:56px;
    font-family: 'MontserratExtraBold';
    color:#333;
    text-transform: uppercase;
}
.page_about3_con .tit:after{
    content:'';
    width: 100px;
    height: 4px;
    background: var(--theme-color);
    display: block;
}
.page_about3_con .desc{
    font-size:16px;
    color:#2d2d2d;
    line-height:1.8;
    padding: 30px 0 10px;
}

.page_about4_wrap{
    padding-bottom: 80px;
}
.page_about4_con{
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
.page_about4_con .img img{
    width: 100%;
    height: 355px;
    object-fit: cover;
}
.page_about4_con .swiper-pagination .swiper-pagination-bullet,.page_about6_con .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #8e8e8e;
    margin:0 12px;
    opacity: 1;
    position: relative;
}
.page_about4_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.page_about6_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.page_about4_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.page_about6_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    content:'';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:1px solid var(--theme-color);
    position: absolute;
    left: -9px;
    top: -9px;
}


/* page_about5_wrap */

.page_about5_wrap{
    background: url("../images/bg5.jpg") no-repeat center top #fff;
    padding-bottom: 80px;
    overflow: hidden;
}
.page_about5_con{
    margin:0 -14px;
}
.page_about5_con .item_wrap{
    padding:0 14px;
    flex:1;
}
.page_about5_con .item{
    background: #fff;
    box-shadow:0 0 15px rgba(0,0,0,.06);
    padding:45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}
.page_about5_con .item .img{
    width:115px;
    height:115px;
    background: #fff;
    border-radius: 50%;
    border:13px solid #ebeff2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_about5_con .item .img img{
    width: 45px;
}
.page_about5_con .item .con{
    padding-top: 20px;
}
.page_about5_con .item .con h4{
    font-size: 20px;
    color:#333;
    font-family: 'MontserratSemiBold';
}
.page_about5_con .item .con p{
    margin-top: 10px;
    line-height: 1.3;
    font-family: 'MontserratLight';
    height: 42px;
    overflow: hidden;
}

/* page_about6_con */

.page_about6_wrap{
    padding-bottom: 80px;
}
.page_about6_con{
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.page_about6_con .item{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.page_about6_con .item .img img{
    width: 275px;
    height: 100%;
    object-fit: cover;
}
.page_about6_con .item .con{
    flex:1;
    min-width: 0;
    padding:30px 40px;
}
.page_about6_con .item .con h4{
    font-size:20px;
    color:#333;
    font-family: 'MontserratSemiBold';
}
.page_about6_con .item .con .desc{
    color:#666;
    margin-top: 10px;
    font-family: 'MontserratLight';
}
.page_about6_con .item .con .time{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_about6_con .item .con .time span{
    color:#666;
    font-family: 'MontserratLight';
}
.page_about6_con .item .con .time i{
    color:#666;
    transition:all .5s;
    font-size:20px;
}
.page_about6_con .item:hover .con h4{
    color:var(--theme-color);
}
.page_about6_con .item:hover .con .time i{
    padding-right: 20px;
}


/* 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_cases */

.page_cases{
    padding:80px 0 0;
}
.page_cases_tit{
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    height: 84px;
}
.page_cases_tit .tit{
    color:#2d2d2d;
    font-size:50px;
    font-family: 'MontserratExtraBold';
    flex:1;
}
.page_cases_tit .menu{
    display: flex;
    height: 100%;
    
}
.page_cases_tit .menu a{
    font-size:18px;
    color:#2d2d2d;
    display: flex;
    margin-left: 160px;
    position: relative;
    height: 100%;
    align-items: center;
}
.page_cases_tit .menu a:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom:0;
    width:0;
    right: 0;
    background: var(--theme-color);
    height: 2px;
    transition:all .4s;
}
.page_cases_tit .menu a:hover,.page_cases_tit .menu a.cur{
    color:var(--theme-color);
}
.page_cases_tit .menu a:hover:after,.page_cases_tit .menu a.cur:after{
    width: 100%;
}

/* 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;
    font-weight: 700;
}
.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_cases_show_wrap{
    padding:60px 0 80px;
}
.technical_support{
    width: 450px;
}
.technical_support .panel1{
    margin-bottom: 30px;
    background: #fff;
    padding:30px 30px 50px;
    border-radius: 20px;
}
.technical_support .panel1:last-child{
    margin-bottom: 0;
}
.technical_support .p1_tit{
    font-size:30px;
    font-family: 'MontserratExtraBold';
    color:#333;
    line-height: 1.3;
}
.technical_support .p1_tit:after{
    content:'';
    width: 100px;
    height: 4px;
    background: #0051a2;
    display: block;
    margin:10px 0 35px;
}
.technical_support .ico{
    margin-top: 6px;
}
.technical_support .con{
    margin-left: 15px;
}
.technical_support .p1_con .con p{
    font-family: 'MontserratLight';
    color:#333;
}
.technical_support .p1_con .con h4{
    font-size:34px;
    font-style: italic;
    color:#2d2d2d;
    line-height: 1;
}
.technical_support .p2_tit{
    text-align: center;
    margin-bottom: 20px;
}
.technical_support .p2_tit:after{
    display: none;
}
.technical_support .p2_form input,.technical_support .p2_form textarea{
    width: 100%;
    border:none;
    outline: none;
    background: #f6f6f6;
    height: 54px;
    line-height: 34px;
    border-left: 3px solid #0051a2;
    margin-bottom: 15px;
    padding:10px 22px;
}
.technical_support .p2_form textarea{
    height: 120px;
}
.technical_support button{
    width: 100%;
    height: 54px;
    background: #0051a2;
    line-height: 54px;
    border:none;
    outline: none;
    font-size:16px;
    color:#fff;
    cursor: pointer;
}
.technical_support button i{
    margin-left: 10px;
}
.technical_support button:hover{
    background: var(--theme-color);
}


/* page_cases_list */


.page_cases_list{
    padding-bottom: 80px;
}
.page_cases_list .list{
    margin:50px -18px 0;
}
.page_cases_list .list .item{
    width: 33.333%;
    padding:0 18px;
}
.page_cases_list .list .item .img{
    border-radius: 20px;
    overflow: hidden;
    height: 355px;
}
.page_cases_list .list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_cases_list .list .item .info{
    padding:30px 0 50px;
}
.page_cases_list .list .item .info h4{
    font-size:20px;
    color:#333;
    transition:all .3s;
}
.page_cases_list .list .item .info p{
    font-family: 'MontserratLight';
    margin:10px 0 30px;
    height: 50px;
}
.page_cases_list .list .item .info span{
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.page_cases_list .list .item .info span i{
    font-size:12px;
    color:#999;
}
.page_cases_list .list .item .info span:before,.page_cases_list .list .item .info span:after{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    background: #666;
    position: absolute;
    left: 0;
    transition:all .3s;
    bottom: 0;
}
.page_cases_list .list .item .info span:after{
    background: var(--theme-color);
    width: 0;
}
.page_cases_list .list .item:hover .info h4{
    color:var(--theme-color);
}
.page_cases_list .list .item:hover .info span:after{
    width: 100%;
}


/* product_detail */

.pd_detail{
    padding:80px 0 0;
}
.pd_detail_hd .pics{
    width:760px;
}
.pd_detail_hd .pics .mySwiper2{
    width: 100%;
    height:600px;
    margin:0;
    overflow: hidden;
    border-radius: 30px;
}

.pd_detail_hd .pics .mySwiper2 .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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:120px;
    object-fit: contain;
}



.pd_detail_hd .infos{
    flex: 1;
    padding:10px 0 0 5%;
    min-width: 0;
}
.pd_detail_hd .infos .name{
    color:#888;
    font-family: 'MontserratLight';
}
.pd_detail_hd .infos h1{
    font-size:38px;
    color:#333;
    line-height: 1.3;
    font-family: 'MontserratExtraBold';
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 30px;
    position: relative;
}
.pd_detail_hd .infos h1:after{
    content:'';
    display: block;
    width: 20%;
    height: 4px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom:-1px;
}
.pd_detail_hd .infos .desc{
    font-size:16px;
    color:#666;
    margin:35px 0 50px;
    font-family: 'MontserratLight';
}
.pd_detail_hd .infos .list{
    margin:0 -50px;
}
.pd_detail_hd .infos .list .item{
    display: flex;
    padding:0 50px;
    border-right:1px solid #ccc;
    align-items: center;
}
.pd_detail_hd .infos .list .item:last-child{
    border-right:none;
}
.pd_detail_hd .infos .list .item h4{
    font-size:18px;
    color:#333;
    font-family: 'MontserratSemiBold';
    margin-left: 20px;
    line-height: 1.3;
}

.pd_detail_hd .infos .btns{
    margin-top: 80px;
}
.pd_detail_hd .infos .btns .btn{
    display: flex;
    align-items: center;
    height:58px;
    width: 220px;
    background: var(--theme-color);
    border:1px solid var(--theme-color);
    color:#fff;
    justify-content: center;
    text-transform: uppercase;
    margin-right: 20px;
    font-family: 'MontserratLight';
    border-radius: 100px;
}
.pd_detail_hd .infos .btns .btn i{
    color:#fff;
    font-size:20px;
    margin-left: 8px;
    transition:all .3s;
}
.pd_detail_hd .infos .btns .btn2{
    color:#333;
    border:1px solid #666;
    background: transparent;
    color:#333;
}
.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-weight: bold;
    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{
    margin-bottom: 90px;
    background: #fff;
    border-radius: 30px;
}

.pd_detail_info .pddi_hd{
    flex:1;
    padding-left: 60px;
}
.pd_detail_info .pddi_hd .hd{
    display: flex;
    height: 60px;
    font-size:30px;
    font-family: 'MontserratSemiBold';
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}
.pd_detail_info .pddi_hd .hd .item{
    margin-right:150px;
    color:#333;
    position: relative;
    cursor: pointer;
    transition:all .3s;
    font-weight: bold;
}
.pd_detail_info .pddi_hd .hd .item:after{
    content:'';
    width:50%;
    height: 3px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom:-7px;
    transition:all .3s;
}

.pd_detail_info .pddi_hd .hd .item:hover{
    color:var(--theme-color);
}


.pd_detail_info .pddi_bd{
    width: 435px;
}
.pd_detail_info .pddi_bd .tit{
    font-size:24px;
    color:#333;
    font-family: 'MontserratBold';
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold;
}
.pd_detail_info .pddi_bd .tit:after{
    content:'';
    display: block;
    width: 20%;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom:-1px;
}
.pd_detail_info .pddi_bd .menu{
    margin:20px -7px;
}
.pd_detail_info .pddi_bd .menu a{
    width: 50%;
    padding:7px;
}
.pd_detail_info .pddi_bd .menu .img{
    border-radius:15px;
}
.pd_detail_info .pddi_bd .menu .img img{
    width: 100%;
    height: 140px;
}
.pd_detail_info .pddi_bd .menu h4{
    text-align: center;
    line-height:40px;
    color:#333;
}
.pd_detail_info .pddi_bd .menu a:hover h4{
    color:var(--theme-color);
}
.pd_detail_info .pddi_bd .tel_box{
    border:1px solid #e4e4e4;
    border-radius: 20px;
    padding:30px;
}
.pd_detail_info .pddi_bd .tel_box .tel{
    padding-top: 20px;
    align-items: center;
}
.pd_detail_info .pddi_bd .tel_box .tel .con{
    padding-left: 15px;
    color:#333;
}
.pd_detail_info .pddi_bd .tel_box .tel .con p{
    font-size:26px;
    font-family: 'MontserratBold';
}

.pd_detail_info .pddi_hd .bd{
    padding:30px 0 0;
    color:#333;
}
.pd_detail_info .pddi_hd .bd .tit{
    height: 50px;
    background: #f5f5f5;
    border-radius: 10px;
    padding:0 30px;
    line-height: 50px;
    font-size:18px;
    font-family: 'MontserratSemiBold';
}
.pd_detail_info .pddi_hd .bd .con{
    display: flex;
    flex-wrap: wrap;
    padding:20px 30px 10px;
}
.pd_detail_info .pddi_hd .bd .con>p{
    width: 25%;
    padding:15px 30px;
}
.pd_detail_info .pddi_hd .bd .c{
    padding:20px 30px;
}
.pd_detail_info .pddi_hd .bd .bd_item{
    display: none;
    border-bottom:3px solid var(--theme-color);
}
.pd_detail_info .pddi_hd .bd .bd_item:first-child{
    display: block;
}
.pd_detail_info .pddi_hd .bd .bd_item tr{
    height: 45px!important;
}
.pd_detail_info .pddi_hd .bd .bd_item tr td{
    border:none!important;
}
.pd_detail_info .pddi_hd .bd .bd_item tr:nth-child(2n-1){
    background: #f1f1f1;
}
.pd_detail_info .pddi_hd .bd .bd_item tr:first-child{
    background: var(--theme-color);
    height: 50px!important;
    color:#fff;
}
.pd_detail_info .pddi_hd .bd .list{
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
}
.pd_detail_info .pddi_hd .bd .list .img{
    width: 33.333%;
    padding:20px;
}
.pd_detail_info .pddi_hd .bd .list .img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.pd_detail_info .pddi_hd .tags{
    border-top: 2px solid #ddd;
    margin:30px 0 0;
    padding: 30px 0 50px;
}

.pd_detail_info .pddi_hd .tags span{
    margin-right: 10px;
}
.pd_detail_info .pddi_hd .tags span i{
    color:#999;
    margin-right: 6px;
}
.pd_detail_info .pddi_hd .tags a{
    background:#f3f4f8;
    height: 28px;
    line-height: 28px;
    padding:0 20px;
    display: inline-block;
    margin-right:10px;
    border-radius: 3px;
    font-size:13px;
    font-family: 'MontserratLight';
}
.pd_detail_info .pddi_hd .tags a:hover{
    background: var(--theme-color);
    color:#fff;
}


/* 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_news{
    padding:80px 0;
}

.page_news_tit{
    border-bottom: 1px solid #e5e5e5;
}
.page_news_tit .tit{
    font-size:40px;
    color:#333;
    flex:1;
    font-weight: bold;
    font-family: 'MontserratBold';
}
.page_news_tit .menu{
    display: flex;
    align-items: center;
}
.page_news_tit .menu a{
    font-size:18px;
    display: block;
    font-family: 'MontserratLight';
    margin-left: 100px;
    position: relative;
}

.page_news_tit .menu a:after{
    content:'';
    width: 0;
    height: 2px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom:-17px;
    transition:all .3s;
}
.page_news_tit .menu a.cur,.page_news_tit .menu a:hover{
    color:var(--theme-color);
}
.page_news_tit .menu a:hover:after,.page_news_tit .menu a.cur:after{
    width: 100%;
}

.page_news_list{
   
}
.page_news_list .list{
    margin:0 -25px;
}
.page_news_list .list .item{
    padding: 25px;
    width: 33.33%;
    position: relative;
}
.page_news_list .list .item:after{
    width:0;
    height: 1px;
    background: var(--theme-color);
    content:'';
    display: block;
    position: absolute;
    left:25px;
    bottom: 0;
    transition:all .4s;
}

.page_news_list .list .item .img{
    height: 320px;
    border-radius: 15px;
    overflow: hidden;
}
.page_news_list .list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_news_list .list .item .con{
    padding:30px 0 0;
}
.page_news_list .list .item .con h4{
    font-size:22px;
    font-weight: 700;
    font-family: 'MontserratSemiBold';
    color:#333;
    transition:all .3s;
}
.page_news_list .list .item .con p{
    font-size:16px;
    color:#666;
    margin-top: 10px;
}
.page_news_list .list .item .agg{
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
}
.page_news_list .list .item .agg .more{
    color:#333;
    margin-right: 15px;
    font-family: 'MontserratLight';
}
.page_news_list .list .item .agg .more i{
    font-size:12px;
    color:#999;
}
.page_news_list .list .item .agg span{
    font-family: 'MontserratLight';
    font-size:14px;
    margin:0 4px;
}
.page_news_list .list .item .agg .ico i{
    font-size:18px;
}
.page_news_list .list .item:hover .con h4{
    color:var(--theme-color);
}
.page_news_list .list .item:hover:after{
    width: calc(100% - 50px);
}
.page_news_list .list .item:hover .agg .more{
    color:var(--theme-color);
}
.page_news_menu{
    width: 340px;
}
.page_news_menu .search{
    
}
.page_news_menu .search input{
    width: 100%;
    border:none;
    outline: none;
    height: 58px;
    background: #f4f4f4;
    padding:0 20px;
    font-size:16px;
}
.page_news_menu .search button{
    background: #224299;
    height: 58px;
    width: 58px;
    cursor: pointer;
    outline: none;
    border:none;
}
.page_news_menu .search button:hover{
    background: var(--theme-color);
}
.page_news_menu .search button i{
    font-size:20px;
    color:#fff;
}

.page_news_menu .menu{
    background: #f5f5f5;
}
.page_news_menu .menu .tit{
    height: 70px;
    background: #224299;
    margin-top: 30px;
    padding:0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
}
.page_news_menu .menu .tit h4{
    font-size:24px;
}
.page_news_menu .menu .item{
    height: 60px;
    border-bottom: 1px dashed #ddd;
    line-height: 60px;
    padding:0 24px;
    font-size:14px;
    display: flex;
}
.page_news_menu .menu .item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.page_news_menu .menu .item i{
    transform: rotate(180deg);
    display: block;
    font-size:12px;
}
.page_news_menu .menu .item a:hover,.page_news_menu .menu .item.cur a{
    color:var(--theme-color);
}
.page_news_menu .menu .item:last-child{
    border-bottom: none;
}

.page_news_menu .hot_pro{
    padding-top: 40px;
}
.page_news_menu .hot_pro .tit{
    font-size:20px;
    color:#333;
}
.page_news_menu .hot_pro .tit:after{
    content:'';
    width: 60px;
    height: 3px;
    background: #224299;
    display: block;
    margin-top: 6px;
}
.page_news_menu .hot_pro .list a{
    margin-top: 20px;
    align-items: center;
}
.page_news_menu .hot_pro .list a .img{
    width: 110px;
    height: 82px;
    border:1px solid #e6e6e6;
}
.page_news_menu .hot_pro .list a .info{
    flex:1;
    padding-left: 24px;
    min-width: 0;
}
.page_news_menu .hot_pro .list a .info p{
    font-size:14px;
    color:#999;
    font-family: 'MontserratLight';
}


.no_banner_pos{
    padding:150px 0 0;
}
.no_banner_pos a:last-child{
    color:var(--theme-color);
}

/* page_news_detail */

.page_news_detail{
    flex:1;
    margin-right:80px;
    background: #fff;
    padding:50px;
    border-radius: 30px;
}
.page_news_detail h1{
    font-size:38px;
    font-family: 'MontserratExtraBold';
    color:#333;
    line-height: 1.2;
    text-align: center;
}
.page_news_detail .info{
    margin-top: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom:20px;
}
.page_news_detail .info .info_hd{
    flex:1;
}
.page_news_detail .info .info_hd li{
    font-size:16px;
    color:#333;
    margin-right: 50px;
}
.page_news_detail .info .info_hd li.column{
    background: #f3f3f3;
    padding:3px 18px 0;
    height: 28px;
    line-height: 28px;
}
.page_news_detail .info .info_bd{
    align-items: center;
}
.page_news_detail .info .info_bd h4{
    margin-right: 15px;
    padding-top: 3px;
}

.page_news_detail .desc{
    padding:40px 0 20px;
    min-height: 20vh;
    border-bottom: 1px solid #e7e7e7;
}

.page_news_detail_wrap{
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
.page_news_detail_wrap .page_news_detail{
    padding:0;
}

/* page_contact */

.page_contact1{
    padding:70px 0;
}
.page_contact1_map{
    border-radius: 20px;
    overflow: hidden;
}
.page_contact1_con{
    width: 45%;
    padding-right: 5%;
    overflow: hidden;
    background-size: cover;
}
.page_contact1_con .b_tit{
    
}
.page_contact1_con .b_tit span{
    color:var(--theme-color);
    font-size:20px;
}
.page_contact1_con .b_tit h4{
    font-size:60px;
    color:#3a3a3a;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.2;
    font-weight: bold;
}
.page_contact1_con .b_tit p{
    margin-top: 10px;
}

.page_contact1_con .b_list .tit{
    color:var(--theme-color);
    font-size:20px;
}
.page_contact1_con .b_list .list{
    margin-top:15px;
}
.page_contact1_con .b_list .list .item{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    color:#333;
}
.page_contact1_con .b_list .list .item i{
    background: #219f46;
    color:#fff;
    border:4px solid #e8f5ec;
    border-radius: 50%;
    font-size:12px;
    width: 22px;
    height:22px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.page_contact1_con .info{
    display: flex;
    flex-direction: column;
}
.page_contact1_con .info .item{
    display: flex;
    margin-top: 20px;
}
.page_contact1_con .info .item:first-child{
    width: 100%;
}
.page_contact1_con .info .item .ico{
    width: 53px;
    height: 53px;
    border:1px solid rgba(204,204,204,1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_contact1_con .info .item .ico i{
    color:#333;
    font-size:22px;
}
.page_contact1_con .info .item .con{
    padding-left: 15px;
    flex:1;
    min-width: 0;
}
.page_contact1_con .info .item .con h4{
    font-size:20px;
    color:#333;
}

.page_contact1_con .info .item .con p span{
    display: block;
}
.page_contact1_con .share{
    margin-top: 30px;
}
.page_contact1_con .share .tit{
    text-transform: uppercase;
    font-style: italic;
    color:#333;
    margin-right: 15px;
}
.page_contact1_con .share .tit span{
    color:var(--theme-color);
}

.page_search{
    padding:150px 0 80px;
}

/* 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-weight: bold;
}
.page_contact2_form .tit p{
    color:#666;
}
.page_contact2_form .form{
    padding-top: 20px;
}
.page_contact2_form .input_box{
    
}
.page_contact2_form .input_box .input{
    margin:0 0 20px;
}
.page_contact2_form .input_box .input input,.page_contact2_form textarea{
    width: 100%;
    border:none;
    outline: none;
    background: #f8f8f8;
    border-radius: 6px;
    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: 60px;
}
.page_contact2_form .form .button button{
    width: 100%;
    height: 60px;
    background:var(--theme-color);
    border:none;
    outline: none;
    border-radius: 6px;
    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:40px;
    position: relative;
}
.return_page dt{
    width: 44%;
    font-size:16px;
}
.return_page dt.next{
    text-align: right;
}
.return_page dt.next p{
    color:#717171;
    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: 60px;
    transform: translateX(-50%);
}
.return_page .go_back a{
     width: 110px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     border:1px solid #666;
     border-radius: 100px;
     font-size:16px;
     line-height: 38px;
}
.return_page .go_back a i{
    font-size:12px;
    margin-left: 3px;
}
.return_page .go_back a:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}


.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;}





