﻿.pro{padding:50px 0 0 0;background-color: #fff;position: relative;}
/*pro-ico-list*/
.pro-ico-list{width: 100%;flex-wrap: wrap;padding: 50px 0}
.pro-ico-list li{width: 23.5%;margin-right: 2%;margin-bottom: 2%;}
.pro-ico-list li:nth-child(4n){margin-right: 0}
.pro-ico-list li a{display: block;
    background-color: rgba(255,255,255,1);padding:50px 30px;border-radius: 25px;
    -webkit-box-shadow:20px 30px 30px rgba(225,229,236,.35), -20px -30px 30px #f8f9fa;
    -moz-box-shadow:20px 30px 30px rgba(225,229,236,.35), -20px -30px 30px #f8f9fa;
    box-shadow:20px 30px 30px rgba(225,229,236,.35), -20px -30px 30px #f8f9fa;
    text-align: center
}
.pro-ico-list li a:hover{transform: translateY(-15px);-webkit-transform: translateY(-15px);background-color: var(--color-2);
    -webkit-box-shadow:20px 30px 30px rgba(34,70,246,.15), -20px -30px 30px #f8f9fa;
    -moz-box-shadow:20px 30px 30px rgba(34,70,246,.15), -20px -30px 30px #f8f9fa;
    box-shadow:20px 30px 30px rgba(34,70,246,.15), -20px -30px 30px #f8f9fa;
}

.pro-ico-list li a i{display: block;margin-bottom:30px;font-size: 6rem;color:var(--color-2);}
.pro-ico-list li a:hover i{color: #fff}
.pro-ico-list li a img{width:150px;height: 150px;border-radius: 50%;padding:10px;background-color: #fff;display: inline-block;margin-bottom:20px}
.pro-ico-list li a h6{font-size:18px;line-height:28px;font-weight: 550;color: #495057;position: relative;margin-bottom: 10px;}
.pro-ico-list li a h6:after{content: '';width: 30px;height: 2px;background-color: var(--color-2);position: absolute;top:-20px;left: 50%;margin-left: -15px;}
.pro-ico-list li a h6 b{display: block;margin-bottom: 5px;font-size: 25px;font-weight:700}
.pro-ico-list li a p{font-size: 15px;line-height: 25px;font-weight: 300;color:#868e96;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;

}
.pro-ico-list li a:hover h6,.pro-ico-list li a:hover p{color: #fff;}
.pro-ico-list li a span{display: block;position: relative;text-align:center;margin: 0 auto;
    width:55%;line-height: 40px;border-radius: 5px;color:#fff;font-size: 15px;
    background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-5));
    background-image:linear-gradient(45deg, var(--color-3), var(--color-5));
    box-shadow:0 16px 32px -5px rgba(36,72,246, 0.25);
    -webkit-box-shadow:0 16px 32px -5px rgba(36,72,246, 0.25);
}
.pro-ico-list li a:hover span{
    background-image:-webkit-linear-gradient(45deg, var(--color-2), var(--color-4));
    background-image:linear-gradient(45deg, var(--color-2), var(--color-4));
}
.pro-ico-list li a span em{font-weight: 600;font-size: 1.5rem;margin-left: 5px}
@media (max-width: 1440px) {
    .pro-ico-list li{margin:20px 20px 40px 20px;}
    .pro-ico-list li a{padding:40px 20px;}
    .pro-ico-list li a i{font-size:5rem;}
    .pro-ico-list li a h6{font-size:14px;line-height:22px;}
    .pro-ico-list li a h6 b{font-size: 22px;}
    .pro-ico-list li a p{font-size: 14px;line-height: 22px;}
    .pro-ico-list li a span{width: 55%;font-size: 14px;padding-left: 20px;}
    .pro-ico-list li a span em{font-size: 1.4rem;right:20px;}
}
.pro-ico-list .NextArrow,.pro-ico-list .PrevArrow{
    position: absolute;
    width: 40px;
    height:40px;border-radius: 50%;
    line-height:40px;
    background:transparent;border: none;top:50%;margin-top: -20px;
    text-align: center;
    z-index: 999;
    outline: none;
}
.pro-ico-list .NextArrow i,.pro-ico-list .PrevArrow i{font-size:4rem;color:var(--color-1);font-weight: 400;}
.pro-ico-list .NextArrow:hover i,.pro-ico-list .PrevArrow:hover i{color:var(--color-3);}
.pro-ico-list .NextArrow{right:-50px;transform: rotate(-180deg)}
.pro-ico-list .PrevArrow{left:-50px;}
@media (max-width: 1440px) {
    .pro-ico-list .NextArrow{right:-30px;}
    .pro-ico-list .PrevArrow{left:-30px;}
}
.pro-ico-list .slick-dots{position: absolute;width: 100%;left: 0;bottom:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.pro-ico-list .slick-dots li{margin:6px!important;border: none;border-radius: 50%;width:10px!important;height: 10px;padding: 0!important;background-color: rgba(0,0,0,0.2)}
.pro-ico-list .slick-dots li{margin:6px!important;border: none;border-radius: 50%;width:10px!important;height: 10px;padding: 0!important;background-color: rgba(0,0,0,0.2)}
.pro-ico-list .slick-dots li button{padding: 0;border: none;margin: 0;}
.pro-ico-list .slick-dots li.slick-active{background-color:var(--color-3) }
.pro-ico-list .slick-dots li button:before {font-size:0.8rem;color:#222;opacity: 0;left:50%;margin-left: -0.4rem;top:0;}
.pro-ico-list .slick-dots li.slick-active button:before {opacity: 0;color: var(--color-3)}

.showpro .center{text-align: center;}
.showpro .left{text-align: left;}
.showpro .right{text-align: right;}
.showpro .btn{
    background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-4));
    background-image:linear-gradient(45deg, var(--color-3), var(--color-4));
    box-shadow:0 5px 25px -2px rgba(36,72,246, 0.45);
    -webkit-box-shadow:0 5px 25px -2px rgba(36,72,246, 0.45);
    display: block;padding: 12px 0;border-radius:25px;margin: 20px auto;font-size: 18px;color: #fff;width: 250px;
}
.showpro h1,.showpro h2,.showpro h3,.showpro h4,.showpro h5,.showpro h6{position: relative}
.showpro h1{font-size: 45px;line-height: 55px;font-weight: 700;color: #212529;margin:0 0 80px 0;}
.showpro h1 span{color: var(--color-2);display: block;font-size: 22px;font-weight: 500}
.showpro h1:after{
    content: '';width:40px;height:10px;position: absolute;top:-30px;left:0;border-radius:10px;
    background-image:-webkit-linear-gradient(45deg, var(--color-2),var(--color-4));
    background-image:linear-gradient(45deg, var(--color-2), var(--color-4));
    box-shadow: 0 2px 10px -2px rgba(36,72,246, 0.35);
    -webkit-box-shadow:0 2px 10px -2px rgba(36,72,246, 0.35)
}
.showpro h1.center:after{left: 50%;margin-left: -20px;}
.showpro h2{font-size: 40px;line-height: 50px;font-weight: 700;color: #212529;margin-bottom: 20px;}
.showpro h2 span{}
.showpro h3{font-size: 35px;line-height: 45px;font-weight: 700;color: #343a40;margin-bottom: 20px;}
.showpro h3 span{}
.showpro h4{font-size: 30px;line-height: 40px;font-weight: 700;color: #343a40;margin: 20px 0;padding-left:25px}
.showpro h4:after{
    content: '';width:10px;height:26px;position: absolute;top:50%;left:0;border-radius:10px;margin-top: -13px;
    background-image:-webkit-linear-gradient(45deg, var(--color-2),var(--color-4));
    background-image:linear-gradient(45deg, var(--color-2), var(--color-4));
    box-shadow: 0 2px 10px -2px rgba(36,72,246, 0.35);
    -webkit-box-shadow:0 2px 10px -2px rgba(36,72,246, 0.35)
}
.showpro h4.white{color: #fff;}
.showpro h4 span{display: block;font-size: 18px;color: var(--color-4);font-weight: 400}
.showpro h4.center{text-align: center;}
.showpro h4.center:after{left: 50%;width: 30px;height: 10px;margin-left: -15px;margin-top: unset;top:-20px;}
.showpro h5{font-size: 25px;line-height: 35px;font-weight: 700;color: #495057;margin-bottom: 20px;}
.showpro h5 span{}
.showpro h6{font-size: 20px;line-height: 30px;font-weight: 700;color: #495057;margin-bottom: 20px;}
.showpro h6 span{}
.showpro .text{margin-bottom:20px}
.showpro .text p{font-size: 16px;line-height:30px;color: #495057;font-weight: 450;margin-bottom:15px;font-family: "Microsoft YaHei", "Roboto", sans-serif}
.showpro .text p b{display: block;font-size: 20px;font-weight: 600;color: var(--color-3);}
.showpro .text-ico-dl{flex-wrap: wrap;width: 100%;margin-bottom: 50px;}
.showpro .text-ico-dl dt{width: 100%;margin-bottom: 25px;font-size: 25px;font-weight: 600;}
.showpro .text-ico-dl dd{width: 18.4%;margin-right: 2%;
    padding: 25px;background-color:rgba(34,70,246,0.05);border-radius:8px;border:1.5px solid #fff;
    box-shadow:0 15px 30px -5px rgba(36,72,246, 0.08);
    -webkit-box-shadow:0 15px 30px -5px rgba(36,72,246, 0.08);text-align: center;font-size: 20px;font-weight: 500;color: #495057;
}
.showpro .text-ico-dl dd:last-child{margin-right: 0;}
.showpro .text-ico-dl dd i{display: block;font-size:4.5rem;color: var(--color-2);margin: 10px auto}

.showpro .text-ul{width: 100%;margin-bottom:40px;padding: 10px 0 0 0}
.showpro .text-ul li{width: 32%;position: relative;
    padding:25px 30px;background-color:rgba(34,70,246,0.05);border-radius:8px;border:1.5px solid #fff;
    box-shadow:0 15px 30px -5px rgba(36,72,246, 0.08);
    -webkit-box-shadow:0 15px 30px -5px rgba(36,72,246, 0.08);text-align: center;font-size:18px;font-weight: 500;
}
.showpro .text-ul li span{display: inline-block;
    width:40px;height:40px;line-height:40px;border-radius: 50%;font-weight: 500;font-style: normal;
    background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-4));
    background-image:linear-gradient(45deg, var(--color-3), var(--color-4));
    box-shadow:0 5px 25px -2px rgba(36,72,246, 0.45);
    -webkit-box-shadow:0 5px 25px -2px rgba(36,72,246, 0.45);
    position: absolute;left:-10px;top:-10px;font-size:18px;color: #fff;text-align: center;
    border: 1px solid rgba(255,255,255,0.3);
}
.showpro .text-ul.ul-3{flex-wrap: wrap;padding: 25px 0}
.showpro .text-ul.ul-3 li{
    border-radius: 5px;
    background: linear-gradient(180deg,#f8f8f8,#fff);
    border: 2px solid #fff;
    box-shadow: 0 10px 24px 0 #e8ecf599;
    width: 32%;margin-bottom: 2%;text-align: left;position: relative;
    padding:30px;
}
.showpro .text-ul.ul-3 li b{
    display: inline-block;
    width:40px;height:40px;line-height:40px;border-radius: 50%;font-weight: 500;font-style: normal;
    background-image:-webkit-linear-gradient(45deg, var(--color-6), var(--color-9));
    background-image:linear-gradient(45deg, var(--color-6), var(--color-9));
    box-shadow:0 5px 25px -2px rgba(245,155,0, 0.45);
    -webkit-box-shadow:0 5px 25px -2px rgba(245,155,0, 0.45);
    position: absolute;left:-10px;top:-10px;font-size:18px;color: #fff;text-align: center;

}
.showpro .text-ul.ul-3 li p{font-size: 16px;line-height: 25px;font-weight: 500;color:#495057; }

.showpro .text-ul.ul-4{flex-wrap: wrap;}
.showpro .text-ul.ul-4 li{width: 23.5%;margin-bottom: 2%;background-color:rgba(34,70,246,0.08);backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px)}
.showpro .text-ul.ul-4 li:nth-child(4n){margin-right: 0}
.showpro .text-ul.ul-4 p{font-size: 15px;line-height: 25px;font-family: "Microsoft YaHei", "Roboto", sans-serif;}
.showpro .text-ul.lc-text-ul{flex-wrap: wrap;}
.showpro .text-ul.lc-text-ul li{width: 49%;margin-bottom: 2%;background-color: rgba(255,255,255,0.8);backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);border: 2px solid #fff}
.showpro .text-ul.lc-text-ul li h6{font-size: 20px;font-weight: 650;text-align: left;margin-bottom: 10px;color: #212529}
.showpro .text-ul.lc-text-ul li h6 span{left:unset;right: 0;}
.showpro .text-ul.lc-text-ul li h6 b{display: inline-block;border-radius: 4px;margin-right: 10px;font-size: 14px;
    background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-4));
    background-image:linear-gradient(45deg, var(--color-3), var(--color-4));
    box-shadow:0 5px 25px -2px rgba(36,72,246, 0.45);
    -webkit-box-shadow:0 5px 25px -2px rgba(36,72,246, 0.45);
    color: #fff;text-align: center;font-weight: 400;padding: 0 10px;
    border: 1px solid rgba(255,255,255,0.3);position: relative;top:-2px;
}
.showpro .text-ul.lc-text-ul li p{font-size: 15px;line-height: 25px;font-family: "Microsoft YaHei";text-align: left;margin-bottom: 5px;}
.showpro .text-ul.lc-text-ul li dl{padding-left: 25px;}
.showpro .text-ul.lc-text-ul li dl dd{text-align: left;font-size: 15px;line-height: 25px;font-family: "Microsoft YaHei";}

.showpro .text-ul.lc-text-ul.lc-text-ul-1{}
.showpro .text-ul.lc-text-ul.lc-text-ul-1 li{width: 100%;}
.showpro .text-ul.lc-text-ul.lc-text-ul-1 li h6 span{right:-40px;top:-40px;}

.showpro .text-ul.lc-text-ul.lc-text-ul-3{}
.showpro .text-ul.lc-text-ul.lc-text-ul-3 li{width: 32%;}
.showpro .text-ul.lc-text-ul.lc-text-ul-3 li:nth-child(3n){margin-right: 0;}
.showpro .text-ul.lc-text-ul.lc-text-ul-3 li h6 span{right:-40px;top:-40px;}

.showpro .text-ul.lc-text-ul.lc-text-ul-4{}
.showpro .text-ul.lc-text-ul.lc-text-ul-4 li{width: 23.5%;margin-right: 2%;margin-bottom: 2%}
.showpro .text-ul.lc-text-ul.lc-text-ul-4 li:nth-child(4n){margin-right: 0}
.showpro .text-ul.lc-text-ul.lc-text-ul-4 li h6 span{right:-40px;top:-40px;}


.showpro .p-list{;margin:20px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.showpro .p-list p{padding:8px 10px;border: 1px solid var(--color-5);border-radius:8px;margin-bottom:1%!important;width: 100%;
background-color:#f8f9fa;position: relative;font-size: 15px!important;font-weight: 500!important;font-family:MiSans!important;}
.showpro .p-list p:last-child{margin-right: 0;}
.showpro .p-list p i{font-style: unset;display: inline-block;margin-right: 10px;
    width:23px;height:23px;line-height:23px;border-radius: 50%;font-weight: 300;text-transform: uppercase;
    background-image:-webkit-linear-gradient(45deg, var(--color-6), var(--color-9));
    background-image:linear-gradient(45deg, var(--color-6), var(--color-9));
    box-shadow:0 5px 10px -1px rgba(245,155,0, 0.45);
    -webkit-box-shadow:0 5px 10px -1px rgba(245,155,0, 0.45);
    font-size:14px;color: #fff;text-align: center;position: relative;top:-2px;
}
.showpro .p-list.p-list-2 p{width: 49.5%;}
.showpro .p-list.p-list-3 p{width: 32.66%;}

.showpro .buzhou-ul{width: 100%;}
.showpro .buzhou-ul li{margin:20px 20px 50px 20px;padding: 30px;background-color: rgba(255,255,255,0.8);}
.showpro .buzhou-ul li b{display:block;font-size: 4.5rem;margin-bottom: 10px;color: var(--color-4); }
.showpro .buzhou-ul li p{font-size: 16px;line-height: 26px;color: #495057;height:80px;}

.showpro .text-ico-ul{width: 100%;margin-bottom:40px;padding:40px;background-color: #f8f9fa;border-radius: 10px;
background-size: cover;background-image: url(../images/footbg.jpg);}
.showpro .text-ico-ul li{width: 18.4%;margin-right: 2%;text-align: center;background-color:rgba(255,255,255,0.5);border:2px solid #fff;backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);
    padding: 20px;border-radius: 8px;font-size:16px;color:#495057;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,0.08);
    -webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,0.08);
}
.showpro .text-ico-ul li:last-child{margin-right: 0;}
.showpro .text-ico-ul li i{display: block!important;margin: 5px auto;font-size: 4.5rem;color: var(--color-3);}
.showpro .text-ico-ul li b{display: block;font-size:16px;margin: 10px auto;font-weight: 500}
.showpro .text-ico-ul li p{font-family: "Microsoft YaHei";font-size: 14px;line-height: 22px;color:#495057; }
.showpro .text-ico-ul.text-ico-ul-4{flex-wrap: wrap;}
.showpro .text-ico-ul.text-ico-ul-4 li{width: 23.5%;margin-bottom: 2%;}
.showpro .text-ico-ul.text-ico-ul-4 li:nth-child(4n){margin-right: 0;}
.showpro .text-ico-ul.text-ico-ul-4 li:nth-child(n+5){margin-bottom: 0}

.showpro .text-ico-ul.text-ico-ul-lc{padding: 0;background-image: unset;border-radius: 0;background-color: transparent}
.showpro .text-ico-ul.text-ico-ul-lc li{padding:10px 10px 30px 10px;}
.showpro .text-ico-ul.text-ico-ul-lc li i{font-weight: 550;font-style: unset;position: relative;}
.showpro .text-ico-ul.text-ico-ul-lc li i:after{content: '';width: 40px;height: 2px;background-color:var(--color-4);position: absolute;left:50%;margin-left: -20px;bottom:0;}


.showpro .text-zl-ul{width: 100%;margin-bottom: 40px;flex-wrap: wrap}
.showpro .text-zl-ul li{width: 23.5%;margin-right: 2%;margin-bottom: 2%;
    padding:20px;background-color:#fff;border-radius:8px;border:1px solid rgba(34,70,246,0.08);
    box-shadow:0 15px 30px -5px rgba(36,72,246, 0.08);
    -webkit-box-shadow:0 15px 30px -5px rgba(36,72,246, 0.08);text-align: center;font-size:16px;font-weight: 450;
}
.showpro .text-zl-ul li:nth-child(4n){margin-right: 0}
.showpro .text-zl-ul li b{display: block;font-size:4.5rem;color: var(--color-4)}
.showpro .text-zl-ul li p{font-size: 15px;line-height: 25px;font-weight: 400;font-family: "Microsoft YaHei", "Roboto", sans-serif;color: #495057;margin-bottom: 10px;}

.showpro .pro-item{width: 100%;padding: 50px 0 25px 0;background-repeat: no-repeat;background-position: center;background-size: cover}
.showpro .item-bg{background-image: url(../images/bg-1.jpg);}
.showpro .item-bg1{background-image: url(../images/bg-2.jpg);}
.showpro .item-bg2{background-color: #edf2ff}
.showpro .item-bg3{background-image: url(../images/bg-3.jpg);}
.showpro .item-bg4{background-image: url(../images/info-bg.png);}

.showpro .text-img{width: 100%;padding:50px 0;align-items: center}
.showpro .text-img .text{width: 60%;}
.showpro .text-img .text p{font-size: 18px;line-height:32px;color:#495057;font-weight:350;margin-bottom: 20px;}
.showpro .text-img .text b{font-size: 30px;font-weight: 650;display: block;margin-bottom:20px}
.showpro .text-img .text a{display: inline-block;padding:10px 30px;border-radius:8px;
    background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-4));
    background-image:linear-gradient(45deg, var(--color-3), var(--color-4));
    box-shadow:0 8px 30px -2px rgba(36,72,246, 0.45);
    -webkit-box-shadow:0 8px 30px -2px rgba(36,72,246, 0.45);
    color: #fff;font-size: 18px;font-weight: 350;
    border: 1px solid rgba(255,255,255,0.8);
}
.showpro .text-img .text-list{}
.showpro .text-img .text-list p{font-size: 18px;font-weight: 450;margin-bottom: 15px;position: relative;padding-left: 20px}
.showpro .text-img .text-list p:after{content: '';width: 8px;height: 8px;background-color: var(--color-4);border-radius: 50%;position: absolute;left: 0;top:50%;margin-top:-4px;}
.showpro .text-img .img{width: 35%}
.showpro .text-img .img img{width: auto;max-width: 100%;}
.showpro .pro-img{text-align: center;padding:25px 0 50px 0;}
.showpro .pro-img img{width: auto;max-width:70%;}
.showpro .p50{padding: 50px;}

.pro-table{width: 100%;margin-bottom:80px;}
.pro-table.pro-table-left{}
.pro-table table{width: 100%;border: 1px solid #fff;margin-bottom: 20px;
    box-shadow:0 10px 25px -5px rgba(36,72,246, 0.2);
    -webkit-box-shadow:0 10px 25px -5px rgba(36,72,246, 0.2);border-radius: 6px;
}
.pro-table-nb{margin-bottom: 0;}
.pro-table-nb table{box-shadow:none;-webkit-box-shadow:none;}
.pro-table table td{background-color: #fff;padding: 10px 20px;border: 1px solid #eff3fd;color:#212529;text-align: center;font-family: "Microsoft YaHei", "Roboto", sans-serif;font-size: 14px;}
.pro-table table tr:nth-child(2n) td{background-color: #f6f8fd}
.pro-table table th{
    background-image:-webkit-linear-gradient(-45deg, var(--color-3), var(--color-4));
    background-image:linear-gradient(-45deg, var(--color-3), var(--color-4));
    box-shadow:0 8px 30px -2px rgba(36,72,246, 0.55);
    -webkit-box-shadow:0 8px 30px -2px rgba(36,72,246, 0.55);
    padding:20px 10px;width: 100px;text-align: center;color: #fff;border-bottom:1px solid #fff;border-right: 1px solid #fff;font-family: "Microsoft YaHei", "Roboto", sans-serif;font-size: 18px;}
.pro-table.pro-table-left td{text-align: left}
.pro-table.pro-table-left th{text-align: left}
.w-100{width: 100px!important;}
.w100{width: 100%!important;}
.showpro .pk{width: 100%;padding: 50px 0;position: relative;}
.showpro .pk-left{width: 50%;text-align: left;}
.showpro .pk-right{width: 50%;text-align: right}
.showpro .pk-title{width: 300px;height: 300px;background-color: #e0eaff;border:2px solid #fff;border-radius: 50%;
    position: absolute;left: 50%;margin-left: -150px;top:50%;margin-top: -150px;
    box-shadow:0 8px 20px -2px rgba(36,72,246, 0.25);
    -webkit-box-shadow:0 8px 20px -2px rgba(36,72,246, 0.25);
    display: flex;align-items: center;justify-content: center;
}
.showpro .pk-title i{font-size: 10rem;
    width: 150px;height: 150px;text-align: center;
    background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-4));
    background-image:linear-gradient(45deg, var(--color-3), var(--color-4));
    box-shadow:0 8px 30px -2px rgba(36,72,246, 0.55);
    -webkit-box-shadow:0 8px 30px -2px rgba(36,72,246, 0.55);
    border-radius: 50%;color: #fff;border: 1px solid rgba(255,255,255,0.75);
}
.showpro .pk-text{
    box-shadow:0 20px 40px -20px rgba(36,72,246, 0.35);
    -webkit-box-shadow:0 20px 40px -20px rgba(36,72,246, 0.35);
    background-color: #fff;padding:40px;border-radius: 12px;border:2px solid #fff;
    background-image: url(../images/pk-bg.png);background-size:cover;background-repeat: no-repeat;background-position: center
}
.showpro .pk-text h6{font-size: 22px;font-weight: 550;color:#212529;margin-bottom: 10px;line-height: 30px}
.showpro .pk-text p{width: 80%;font-size: 14px;line-height: 22px;font-family: "Microsoft YaHei";}
.showpro .pk-right p{margin: 0 0 0 auto;}
.showpro .pk-text a{display: inline-block;margin-top: 20px;border-radius: 5px;padding: 10px 25px;background-color: var(--color-8);color: #fff;}
.showpro .pk-text a:hover{}

/*faq*/
.showpro .faq-ul{width: 100%;padding:25px 0;}
.showpro .faq-ul li{width: 100%;margin-bottom: 10px;}
.showpro .faq-ul li .faq-title{
    background: rgba(255,255,255,0.65);backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);
    box-shadow: 0 10px 20px -10px rgba(0,0,0,0.08);
    -webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,0.08);
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    border: 1px solid #fff;
    border-radius:5px;
}
.showpro .faq-ul li .faq-title::before{
    content: "";
    position: absolute;
    right:16px;
    top: 50%;
    width: 10px;
    height: 6px;
    background: url(../images/problemjt1.png) no-repeat center center;
    margin-top: -3px;
}
.showpro .faq-ul li .faq-title span{
    width: 30px;
    height: 30px;
    background: var(--color-2);
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 3px;
    margin-right: 14px;
}
.showpro .faq-ul li .faq-title b{width:calc(100% - 25px);font-size: 17px;line-height: 30px;font-weight: 500;text-overflow:ellipsis; white-space: nowrap;overflow: hidden;}
.showpro .faq-ul li .faq-info{
    padding:20px 0 20px 60px;
    display:none;position: relative;
}
.showpro .faq-ul li .faq-info>b{
    width: 30px;
    height: 30px;
    background: #fff;
    color: var(--color-2);
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    position: absolute;left:20px;top:20px;
}
.showpro .faq-ul li .faq-info .text{
    color: #868e96;
    font-size: 15px;
    line-height: 25px;font-family: "Microsoft YaHei", "Roboto", sans-serif;
    width: calc(100% - 25px);
}

.showpro .faq-ul li.cur .faq-title::before{
    background-image: url(../images/problemjt2.png);
}

.showpro .ico-text-ul{width: 100%;margin: 50px 0!important;}
.showpro .ico-text-ul li{width: 23.5%;padding: 10px 10px;text-align: center;
    border-radius: 8px;
    background: linear-gradient(180deg,rgba(255,255,255,0.4),rgba(255,255,255,0.95));
    border: 2px solid #fff;
    backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);
    position: relative;
    box-shadow:0 16px 32px -5px rgba(0,0,0,0.05);
    -webkit-box-shadow:0 16px 32px -5px rgba(0,0,0,0.05);
}
.showpro .ico-text-ul li i{font-size:3.5rem;display: block;color: #fff;width:72px;height:72px;line-height: 68px;border-radius: 50%;margin: 20px auto;
    background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-4));
    background-image:linear-gradient(45deg, var(--color-3), var(--color-4));
    box-shadow:0 16px 32px -5px rgba(36,72,246, 0.45);
    -webkit-box-shadow:0 16px 32px -5px rgba(36,72,246, 0.45);
    border: 1px solid rgba(255,255,255,0.85);
}
.showpro .ico-text-ul li img{width: 50%;max-width: 120px;margin: 20px auto;}
.showpro .ico-text-ul li b{font-size: 18px;font-weight: 500;color:var(--color-4);margin-bottom:5px;display: block}
.showpro .ico-text-ul li p{font-size: 15px;line-height: 25px;font-weight: 400;color:#495057;margin-bottom: 10px;font-family: "Microsoft YaHei"}
.showpro .ico-text-ul.ico-text-ul-4{flex-wrap: wrap;}
.showpro .ico-text-ul.ico-text-ul-4 li{margin-bottom: 2%;}
.showpro .ico-text-ul.ico-text-ul-4 li em{width: 140px;height: 140px;line-height:30px;font-size:22px;font-weight:550;color: #235abe;font-style: unset;border-radius: 50%;border: 10px solid #235abe;text-align: center;margin:10px auto;display:flex block;align-items: center;justify-content: center}
.showpro .ico-text-ul.ico-text-ul-4 li h6{font-size: 20px;font-weight: 550;font-family: MiSans;}
.showpro .ico-text-ul.ico-text-ul-4 li:nth-child(2) em{border: 10px solid #0abeaf;color: #0abeaf;}
.showpro .ico-text-ul.ico-text-ul-4 li:nth-child(3) em{border: 10px solid #ff8c23;color: #ff8c23;}
.showpro .ico-text-ul.ico-text-ul-4 li:nth-child(4) em{border: 10px solid #ffc314;color: #ffc314;}
.showpro .ico-text-ul.ico-text-ul-4 li:nth-child(5) em{border: 10px solid #235abe;color: #235abe;}
.showpro .ico-text-ul.ico-text-ul-4 li:nth-child(6) em{border: 10px solid #0abeaf;color: #0abeaf;}
.showpro .ico-text-ul.ico-text-ul-4 li:nth-child(7) em{border: 10px solid #ff8c23;color: #ff8c23;}
.showpro .ico-text-ul.ico-text-ul-4 li:nth-child(8) em{border: 10px solid #ffc314;color: #ffc314;}

.text-ul .NextArrow,.text-ul .PrevArrow{
    position: absolute;
    width: 40px;
    height:40px;border-radius: 50%;
    line-height:40px;
    background:transparent;border: none;top:50%;margin-top: -20px;
    text-align: center;
    z-index: 999;
    outline: none;
}
.text-ul .NextArrow i,.text-ul .PrevArrow i{font-size:4rem;color:var(--color-1);font-weight: 400;}
.text-ul .NextArrow:hover i,.text-ul .PrevArrow:hover i{color:var(--color-3);}
.text-ul .NextArrow{right:-50px;transform: rotate(-180deg)}
.text-ul .PrevArrow{left:-50px;}
@media (max-width: 1440px) {
    .text-ul .NextArrow{right:-30px;}
    .text-ul .PrevArrow{left:-30px;}
}
.text-ul .slick-dots{position: absolute;width: 100%;left: 0;bottom:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.text-ul .slick-dots li{margin:6px!important;border: none;border-radius: 50%;width:10px!important;height: 10px;padding: 0!important;background-color: rgba(0,0,0,0.2)}
.text-ul .slick-dots li{margin:6px!important;border: none;border-radius: 50%;width:10px!important;height: 10px;padding: 0!important;background-color: rgba(0,0,0,0.2)}
.text-ul .slick-dots li button{padding: 0;border: none;margin: 0;}
.text-ul .slick-dots li.slick-active{background-color:var(--color-3) }
.text-ul .slick-dots li button:before {font-size:0.8rem;color:#222;opacity: 0;left:50%;margin-left: -0.4rem;top:0;}
.text-ul .slick-dots li.slick-active button:before {opacity: 0;color: var(--color-3)}

/*nav-tabs*/
.nav-tabs{border: none;padding:10px 0;width: 100%;margin: 0 auto;border-bottom: 1px solid #eaeaea;}
.nav-tabs .nav-item{margin-right:1%;width: 13.42%;border: none;cursor: pointer!important;}
.nav-tabs .nav-item:last-child{margin-right: 0}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{;color: var(--color-2);border-radius:0;border: none;background-color: transparent}
.nav-tabs .nav-item a{cursor: pointer!important;font-size:18px;text-align: center;font-weight: 500;color: #495057;border-radius: 0;border: none;position: relative}
.nav-tabs .nav-item a i{font-size: 2.5rem;margin-right:2px;}
.nav-tabs .nav-item a:after{content: '';width: 0;bottom: -10px;height: 4px;background-color: var(--color-2);position: absolute;left: 50%;margin-left: -25%;z-index: 9;transition: all 0.5s;-webkit-transition: all 0.5s;}
.nav-tabs .nav-item a:hover{color: var(--color-2);background-color: transparent}
.nav-tabs .nav-item a:hover:after,.nav-tabs>li.active a:after{width:50%}
.tab-content{width: 100%;padding-top:20px;}
@media (max-width: 1440px) {
    .nav-tabs .nav-item a{font-size:16px;}
    .nav-tabs .nav-item a i{font-size: 2.2rem;}
}
@media (max-width: 991px) {
    .nav-tabs{flex-wrap:nowrap;padding-top:0}
    .nav-tabs .nav-item{margin-right:0;width: 16.66%;padding: 0;}
    .nav-tabs .nav-item:last-child{margin-right: 0;}
    .nav-tabs .nav-item a{font-size:1.5rem;text-align: center;padding:0;}
    .nav-tabs .nav-item a span{display: block;}
    .nav-tabs .nav-item a i{font-size:2.2rem;display: block;color: #868e96}
    .nav-tabs .nav-item a:after{margin-left: -50%;height:3px;}
    .nav-tabs .nav-item a:hover:after,.nav-tabs>li.active a:after{width:100%;}
    .tab-content{padding-top:10px}
}

.pro-tab{background-color: #fff;padding: 0!important;
    -webkit-box-shadow: 0 5px 35px rgb(190 196 207 / 30%);
    box-shadow: 0 5px 35px rgb(190 196 207 / 30%);
    border-radius: 12px;overflow: hidden;
    margin:50px 0;
}
.nav-tabs.ul-4{flex-wrap: wrap;border-bottom: none;padding:30px;}
.nav-tabs.ul-4 .nav-item{width: 25%;margin: 0;border-right: 2px dashed #ddd;border-bottom: 2px dashed #ddd;}
.nav-tabs.ul-4 .nav-item:nth-child(4n){border-right:none;}
.nav-tabs.ul-4 .nav-item:nth-child(n+5){border-bottom: none;}
.nav-tabs.ul-4 .nav-item a i{display: block;font-size:5rem;margin-bottom: 5px; color: var(--color-4)!important;font-weight:500}
.nav-tabs.ul-4>li.active>a,.nav-tabs.ul-4>li.active>a:focus,.nav-tabs.ul-4>li.active>a:hover{
    background-image:-webkit-linear-gradient(45deg, var(--color-3), var(--color-4));
    background-image:linear-gradient(45deg, var(--color-3), var(--color-4));
    box-shadow:0 5px 25px -2px rgba(36,72,246, 0.45);
    -webkit-box-shadow:0 5px 25px -2px rgba(36,72,246, 0.45);
    color: #fff!important;
}
.nav-tabs.ul-4 .nav-item a:hover:after,.nav-tabs.ul-4>li.active a:after{width:0}
.pro-tab .tab-content{background-color:#fff;padding:30px;}

.ul-text-b-p{}
.ul-text-b-p li{}
.ul-text-b-p li b{font-size: 18px;font-weight: 550;color: var(--color-3);margin-bottom:10px;display: block}
.ul-text-b-p li p{font-size: 15px;line-height: 25px;font-family: "Microsoft YaHei", "Roboto", sans-serif;color: #495057;position: relative;padding-left: 15px;margin-bottom: 5px;}
.ul-text-b-p li p:after{content: '';width: 6px;height: 6px;background-color: #dee2e6;border-radius: 50%;position: absolute;left: 0;top:10px;}
.ul-text-b-p li p.red{color: red;}
.ul-text-b-p.ul-3{flex-wrap: wrap;}
.ul-text-b-p.ul-3 li{width: 32%;padding: 20px;background-color: #f8f9fa;border-radius: 8px;}
.ul-text-b-p.ul-3 li:last-child{margin-right: 0;}

.btn-1{display:block;margin:50px auto 0 auto;border-radius: 50px;
    -webkit-box-shadow: 0 5px 35px rgb(190 196 207 / 50%);
    box-shadow: 0 5px 35px rgb(190 196 207 / 50%);line-height:60px;width: 600px;
    position: relative;
}
.btn-1 span{display: inline-block;text-align: center;width: 50%;font-size: 18px;font-weight: 500;padding: 0 10px;line-height:63px;}
.btn-1 span:nth-child(2){
    background-image:-webkit-linear-gradient(45deg, var(--color-6), var(--color-8));
    background-image:linear-gradient(45deg, var(--color-6), var(--color-8));
    margin: 0 0 0 auto;color: #fff;border-top-right-radius: 50px;border-bottom-right-radius: 50px;
}
.btn-1 img {
    position: absolute;
    bottom: -30px;
    right: 0;
    animation: scheme_icon 2s infinite;
}
@keyframes scheme_icon {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}
.btn-1:hover{}



.development{padding: 50px 0 100px 0;background-image: url(../images/development-bg.jpg);background-size: 100% auto;background-position: center bottom;background-repeat: no-repeat}
.development-ul{width: 100%;padding: 0;position: relative;margin:80px auto 0 auto;z-index: 1;border-bottom: 1px solid var(--color-2);}
.development-ul li{height:330px;margin:0;position: relative;}
.development-ul li .year{width: 120px;height: 120px;line-height: 110px;background-color:rgba(255,255,255,0.85);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);position: relative;z-index:5;border-radius: 50%;border: 1px dashed var(--color-2);text-align: center;font-size: 18px;color: #495057;transition: all 0.5s;-webkit-transition: all 0.5s;}
.development-ul li .year b{font-size:3rem;font-weight: 600;letter-spacing: -1px;margin-right: 5px;position:relative;top:3px;color: var(--color-2) }
.development-ul li .text{padding: 10px 0 0 80px;}
.development-ul li .text p{font-size: 15px;line-height: 25px;font-weight: 300;color: var(--color-4);position: relative;padding-left:16px;margin-bottom: 5px;}
.development-ul li .text p:last-child{margin-bottom: 0}
.development-ul li .text p:after{content: '';width: 8px;height: 8px;background-color: var(--color-2);position: absolute;left: 0;top:8px;border-radius: 50%}
.development-ul li:after{transition: all 0.5s;-webkit-transition: all 0.5s;content: '';width: 1px;height:100%;border-left: 1px dashed #ced4da;position: absolute;bottom: 0;left: 60px;z-index:2}
.development-ul li:before{transition: all 0.5s;-webkit-transition: all 0.5s;content: '';width: 22px;height: 22px;border-radius: 50%;border: 5px solid #fff;position: absolute;z-index:5!important;bottom:-10px;left:50px;background-color: #ced4da}
.development-ul li.slick-active{-webkit-animation: fadeIn 1s both;animation: fadeIn 1s both;}
.development-ul li.slick-current:before{background-color: var(--color-2);border: 5px solid #fff;}
.development-ul li.slick-current .year{background-color: var(--color-2);color: #fff;border:5px solid rgba(255,255,255,1);box-sizing: content-box}
.development-ul li.slick-current .year b{color: #fff}
.development-ul li.slick-current:after{border-left: 1px dashed var(--color-2);}
.development-ul li.slick-active .text{-webkit-animation: fadeInUp 1s both 0.4s;animation: fadeInUp 1s both 0.4s;}
.development-ul li.slick-active .year{-webkit-animation: fadeInRight 1s both 0.6s;animation: fadeInRight 1s both 0.6s;}
.development-ul .NextArrow,.development-ul .PrevArrow{
    position: absolute;
    width: 40px;
    height:40px;border-radius: 50%;
    line-height:40px;
    background:transparent;border: none;bottom:-21px;
    text-align: center;
    z-index: 999;
    outline: none;
}
.development-ul .NextArrow i,.development-ul .PrevArrow i{font-size:4rem;color:var(--color-1);font-weight: 400;}
.development-ul .NextArrow:hover i,.development-ul .PrevArrow:hover i{color:var(--color-3);}
.development-ul .NextArrow{right:-40px;transform: rotate(-180deg);}
.development-ul .PrevArrow{left:-40px;bottom:-20px;}
@media (max-width: 1440px) {
    .development-ul .NextArrow{right:-30px;}
    .development-ul .PrevArrow{left:-30px;}
}
.development-ul .slick-dots li.slick-active{background-color:var(--color-3) }

