.header .header-wrap .logo{
    width: 318px;
}
.children-nav{
    position: absolute;
    right: 60px;
    top: 35px;
    z-index: 100;
    
}
.children-nav a{
    float: none;
    color: #808080;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin-left: 40px;
    position: relative;
    float: left;
}
.children-nav a.on{
    color: #0036d3;
}
.productContWarp{
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.productContWarp .Le{
    width: 790px;
    float: left;
    background: url(../images/product/productContBg1.jpg) no-repeat center;
    height: 410px;
    padding: 50px;
}
.productContWarp .Le h2{
    color: #333333;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.productContWarp .Le .p p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin-bottom: 15px;
}
.productContWarp .Le .btn{
    display: inline-block;
    color: #0053ca;
    font-size: 16px;
    font-weight: 600;
    margin-top: 45px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}
.productContWarp .Le .btn::before{
    content: '';
    position: absolute;
    top: 3px;
    right: -15px;
    background: url(../images/product/productContIco.png) no-repeat center;
    width: 7px;
    height: 12px;
    transition: all .6s;
}
.productContWarp .Le .btn:hover::before{
    right: -25px;

}
.product2-Cont2 .list{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;

}
.product2-Cont2 .list .li{
    width: 285px;
    display: flex;
    position: relative;
    padding: 33px 0;
    border-top: 1px solid #ebebeb;
}
.product2-Cont2 .list .li .icon{
    margin-right: 10px;
}
.product2-Cont2  .list .num {
    display: block;
    line-height: 21px;
    font-size: 16px;
    color: #ff9c00;
   
}
.product2-Cont2 .list .li em{
    line-height: 1;
    font-size: 42px;
    font-family: Gilroy-Bold;
    color: #ff9c00;
    display: inline-block;
    letter-spacing: -1px;
    margin-right: 3px;
}
.product2-Cont2 .list .li span{
    vertical-align: top;
    font-weight: 600;
    margin-top: 3px;
    display: inline-block;
}
.product2-Cont2 .list .li h6{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-top: 5px;
}
.product2-Cont2 .tips{
    position: absolute;
    right: 0;
    bottom: -10px;
    background-color: #fff;
    z-index: 10;
    padding-left: 15px;
    color: #999999;
    font-family: 'Gilroy-Bold';
    font-weight: 600;
}
.product2-Cont3 .top_title{
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.product2-Cont3 .top_title h2{
    padding-top: 90px;
    float: left;
    font-size: 24px;
    color: #fff;
}
.product2-Cont3 .top_title .Ri{
    float: right;
    padding-top: 80px;
}
.product2-Cont3 .top_title .Ri li{
    width: 135px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    opacity: .7;
    border-radius: 25px;
    float: left;
    cursor: pointer;
}
.product2-Cont3 .top_title .Ri li.on{
    opacity: 1;
    background-color: #ff9b00;
}
.product2-Cont3  .tab-cont>div{
    background: no-repeat center;
    height: 460px;
    border-radius: 8px;
    overflow: hidden;
    display: none;
}
.product2-Cont3  .tab-cont>div.on{
    display: block;
}
.product2-Cont3  .tab-cont>div .p{
    width: 550px;
    padding-top: 140px;
    padding-right: 50px;
    float: right;
}
.product2-Cont3  .tab-cont>div .p h3{
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 100;
}
.product2-Cont3  .tab-cont>div .p p{
    color: #fff;
    opacity: .8;
    font-size: 14px;
    line-height: 24px;
}
.product2-Cont4 {
    height: 570px;
}
.product2-Cont4 h2{
    font-size: 24px;
    color: #333333;
    margin-bottom: 35px;
}
.product2-Cont4 .ul{
    display: flex;
    justify-content: space-between;
}
.product2-Cont4 .ul .li{
    margin-right: 15px;
    width: 18.15%;
    transition: all .6s;
}
.product2-Cont4 .ul .li:hover ,.product2-Cont4 .ul .li.on {
    width: 500px;
}
.product2-Cont4 .ul .li:nth-last-child(1){
    margin-right: 0;
}
.product2-Cont4 .ul .li .num{
    font-size: 48px;
    line-height: 1;
    background-image:linear-gradient(to bottom,#0053ca ,#fff); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
	font-family: 'Rajdhani';
    letter-spacing: -2px;
    transition: all .6s;
}
.product2-Cont4 .ul .li.on .num,
.product2-Cont4 .ul .li:hover .num{
    background-image:linear-gradient(to bottom,#ff9b00 ,#fff); 
    animation:  fadeIn .6s;
}
.product2-Cont4 .ul .li .xian{
    width: 100%;
    height: 2px;
    background-color: #ebebeb;
    position: relative;
    margin-top: 5px;
}
.product2-Cont4 .ul .li .xian::after{
    content: '';
    position: absolute;
    right: 0;
    top: -6px;
    width: 8px ;
    height:  14px;
    background: url(../images/product/product2Cont4-ic1.png) no-repeat center;
}

.product2-Cont4 .ul .li:hover .xian,
.product2-Cont4 .ul .li.on .xian{
    animation:  fadeIn .6s;
    background-color: #ff9b00;
}
.product2-Cont4 .ul .li:hover .xian::after,
.product2-Cont4 .ul .li.on .xian::after{
    background: url(../images/product/product2Cont4-ic2.png) no-repeat center;
    animation:  fadeIn .6s;
}
.product2-Cont4 .ul .li h6{
    margin-top: 25px;
    font-size: 18px;
    color: #333333;
    line-height: 23px;
    margin-bottom: 30px;
}
.product2-Cont4 .ul .li:hover h6,
.product2-Cont4 .ul .li.on h6{
    animation:  fadeIn .6s;
    font-weight: 600;
}
.product2-Cont4 .ul .li .p{
    background: url(../images/product/product2Cont4-bg.png) no-repeat center top;
    display: none;
    /* opacity: 0; */
    padding: 25px 0;
    border-radius: 12px;
    width: 500px;
    min-height: 180px;
}
.product2-Cont4 .ul .li:hover .ic,
.product2-Cont4 .ul .li.on .ic,
.product2-Cont4 .ul .li.on .p,
.product2-Cont4 .ul .li:hover .p{
    display: block;
    opacity: 1;
    animation: fadeInUp50 .6s;
}
.product2-Cont4 .ul .li p{
    text-align: left;
}
.product2-Cont4 .ul .li .ic{
    display: none;
    position: absolute;
    bottom: 0;
}
.product4-Cont1 .Le .btn,
.product3-Cont1 .Le .btn{
    margin-top: 25px;
}
.product3-Cont2{
    padding-top: 100px;
}
.product3-Cont2 h2{
    font-size: 24px;
    color: #333333;
    margin-bottom: 61px;
}
.product3-Cont2 .product3_banner{
    position: relative;
}
.product3-Cont2 .product3_banner .bd li{
    margin-left: 3px;
    margin-top: 5px;
    height: 360px;
}
.product3-Cont2 .product3_banner .bd li:nth-child(4) img,
.product3-Cont2 .product3_banner .bd li:nth-child(3) img{
    padding-top: 5px;
}
.product3-Cont2 .product3_banner .hd{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 520px;
    z-index: 100;
}
.product3-Cont2 .product3_banner .hd li{
    display: inline-block;
    font-size: 0;
    width: 40px;
    height: 3px;
    background-color: #cccccc;
    margin-right: 10px;
    transition: all .6s;
    cursor: pointer;
}
.product3-Cont2 .product3_banner .hd li.on{
    background-color: #ff9c00;
}
.product3-Cont2 .product3_banner .tab_cont{
    width: 520px;
    position: absolute;
    top: 90px;
    right: 0;
}
.product3-Cont2 .product3_banner .tab_cont>div{
    display: none;
}
.product3-Cont2 .product3_banner .tab_cont>div.on{
    display: block;
    animation: fadeInUp50 .6s;
}
.product3-Cont2 .product3_banner .tab_cont h3{
    font-size: 32px;
    color: #333;
    font-weight: 100;
    margin-bottom: 20px;
}
.product3-Cont2 .product3_banner .tab_cont p{
    margin-bottom: 15px;
    font-size: 14px;
    color: #808080;
}
.product3-Cont2 .product3_banner .tab_title{
    position: absolute;
    top: 0;
    right: 0;
    width: 520px;
  }
  .product3-Cont2 .product3_banner .tab_title ul{
    display: flex;
    align-items: center;
  }
  .product3-Cont2 .product3_banner .tab_title ul li{
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #808080;
    cursor: pointer;
    border-radius: 30px;
    margin-right: 10px;
  }
  .product3-Cont2 .product3_banner .tab_title ul li.on{
    background-color: #ff9c00;
    color: #fff
  }
.product3-Cont2 .product3_banner .number{
    position: absolute;
    right: -90px;
    top: -80px;
    z-index: -1;
    pointer-events: none;
}
.product3-Cont2 .product3_banner .number li{
	font-family: 'din';
    letter-spacing: -25px;
    font-size: 517px;
    line-height: 1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), transparent);
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
    display: none;
    
}
.product3-Cont2 .product3_banner .number li.on{
    display: block;
    animation: fadeInUp50 .6s;
}
.product3-Cont3 h2,
.product3-Cont5 h2{
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1;
}
.product3-Cont3{
    padding: 80px 0;
}
.product3-Cont3 .title p{
    color: #808080;
}
.product3-Cont3 .list,.product3-Cont4 .list{
    overflow: hidden;

}
.product3-Cont3 .list .li,.product3-Cont4 .list .li{
    width: auto;
    margin-right: 70px;
    display: flex;
    position: relative;
    padding: 33px 0;
    float: left;
}
.product3-Cont3 .list .li .icon, .product3-Cont4 .list .li .icon{
    margin-right: 10px;
}
.product3-Cont3  .list .num ,.product3-Cont4  .list .num {
    display: block;
    line-height: 21px;
    font-size: 16px;
    color: #ff9c00;
   
}
.product3-Cont3 .list .li em,.product3-Cont4 .list .li em{
    line-height: 1;
    font-size: 42px;
    font-family: Gilroy-Bold;
    color: #ff9c00;
    display: inline-block;
    letter-spacing: -1px;
    margin-right: 3px;
}
.product3-Cont3 .list .li span,.product3-Cont4 .list .li span{
    vertical-align: top;
    font-weight: 600;
    margin-top: 3px;
    display: inline-block;
}
.product3-Cont3 .list .li h6,.product3-Cont4 .list .li h6{
    font-size: 16px;
    color: #333333;
    /* font-weight: 600; */
    margin-top: 5px;
}
.product3-Cont3  .Pcont3_banner{
    position: relative;
    z-index: 100;
}
.product3-Cont3  .Pcont3_banner .bd{
    /* margin-left: -22px; */
    width: 1200px;
    overflow: hidden;
}
.product3-Cont3  .Pcont3_banner .bd li{
    width: 385px !important;
    height: 325px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-right: 22px;
    text-align: center;
    padding-top: 12px;
}
.product3-Cont3  .Pcont3_banner .bd li h6{
    color: #4c4c4c;
    font-size: 18px;
    padding-top: 20px;
}
.pro_c5_banner .btn{
    margin-top: -10px;
}
.pro_c5_banner .btn,
.product3-Cont3  .Pcont3_banner .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 35px;
    width: 100%;
}
.pro_c5_banner .btn .prev,
.pro_c5_banner .btn .next,
.product3-Cont3  .Pcont3_banner .btn .prev,
.product3-Cont3  .Pcont3_banner .btn .next{
    width: 17px;
    height: 35px;
    position: absolute;
    cursor: pointer;
    transition: all .5s;
}
.pro_c5_banner .btn .prev,
.product3-Cont3  .Pcont3_banner .btn .prev{
    background: url(../images/product/pro3Cont3_prev.png) no-repeat center ;
    left: -47px;
}
.pro_c5_banner .btn .next,
.product3-Cont3  .Pcont3_banner .btn .next{
    background: url(../images/product/pro3Cont3_next.png) no-repeat center ;
    right: -47px;
}
.pro_c5_banner .btn .prev:hover,
.product3-Cont3  .Pcont3_banner .btn .prev:hover{
    background: url(../images/product/pro3Cont3_prevon.png) no-repeat center ;
}
.pro_c5_banner .btn .next:hover,
.product3-Cont3  .Pcont3_banner .btn .next:hover{
    background: url(../images/product/pro3Cont3_nexton.png) no-repeat center ;
}
.product3-Cont4{
    background: url(../images/product/product3-Cont4Bg.jpg) no-repeat center;
    height: 470px;
    padding: 100px 0 80px;
}
.product3-Cont4 .list .li h6{
    color: #fff;
    opacity: .8;
    display: block;
    position: relative;
}
.product3-Cont4 h2{
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.product3-Cont4 p{
    color: #fff;
}
.product3-Cont4 .list {
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.product3-Cont4 .list .li{
    display: block;
    margin-right: 0;
    width: 25%;
}
.product3-Cont4 .list .li .num{
    font-size: 42px;
    font-family: Gilroy-Bold;
}
.product3-Cont4 .list .li .num span{
    font-size: 16px;
    line-height: 21px;
}
.product3-Cont4  .tips_p{
    position: relative;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
}
.product3-Cont4  .tips_p::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 1040px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.37);
}
.product3-Cont5{
    padding: 80px 0 120px;
}
.product3-Cont5 h2{
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
}
.product3-Cont5 p{
    color: #808080;
}
.product3-Cont5  .pro_c5_banner{
    position: relative;
    margin-top: 20px;
}
.product3-Cont5  .pro_c5_banner .bd ul{
    /* display: flex;
    width: 100% !important;
    max-width: 1200px;
    flex-wrap: wrap; */
}
.product3-Cont5  .pro_c5_banner .bd li{
    overflow: hidden;
}
.product3-Cont5  .pro_c5_banner .bd li .li{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    width: 225px;
    height: 100px;

}
.product3-Cont5  .pro_c5_banner .bd .li:nth-child(5n){
    margin-right: 0;
}
.product3-Cont5  .pro_c5_banner .hd ul{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.product3-Cont5  .pro_c5_banner .hd li{
    font-size: 0;
    float: left;
    width: 40px;
    height: 3px;
    background-color: #cccccc;
    transition: all .5s;
    margin-right: 10px;
    cursor: pointer;
}
.product3-Cont5  .pro_c5_banner .hd li.on{
    background-color: #ff9c00;
}















.product4-Cont2-1  .w1200 > h1{
    margin-top: 20px !important;
}

.product4-Cont2-7 .w1200 > h1,
.product4-Cont2 .w1200 >h1{
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
    line-height: 1;
    color: #0053CA;
    font-weight: 600;
}
.product4-Cont3 h2,
.product4-Cont2 h2{
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}
.product4-Cont3 p,
.product4-Cont2 p{
    font-size: 14px;
    color: #808080;
}
.product4-Cont2 ul{
    margin-top: 35px;
    overflow: hidden;
}
.product4-Cont2-1 ul li{
    width: 386px;
    height: 270px;
    margin-right:21px;
    margin-bottom:21px;
}
.product4-Cont2-2 ul li{
    width: 386px;
    height: 270px;
}
.product4-Cont2-3 ul li{
    width: 226px;
    height: 270px;
    margin-right: 17px;
    margin-bottom: 17px;
}
.product4-Cont2-8 ul li,
.product4-Cont2-4 ul li,
.product4-Cont2-2 ul li{
    width: 386px;
    height: 270px;
    margin-right: 21px;
    margin-bottom: 20px;
}
.product4-Cont2-8 ul li:nth-child(3n),
.product4-Cont2-4 ul li:nth-child(3n),
.product4-Cont2-1 ul li:nth-child(3n),
.product4-Cont2-2 ul li:nth-child(3n){
    margin-right: 0;
}
.product4-Cont2 ul li{
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding-top: 50px;
    float: left;

}
.product4-Cont2-5 {
    background: url(../images/product/bg2.jpg) no-repeat center;
    height: 600px;
    padding-top: 100px;
    margin-top: 40px;
}
.product4-Cont2-5 ul li{
 
    margin-right: 72px;
    margin-bottom: 0;
    border: 0;
    padding-top: 0;
}
.product4-Cont2.product4-Cont2-5 ul li .icon{
    width: 140px;
    height: 140px;
    /* margin-bottom: 40px; */
    background: #fff !important; 
}
.product4-Cont2-5 ul{
    margin-top: 75px;
}
.product4-Cont2-5 .title{
    margin: 0 auto;
    text-align: center;
}
.product4-Cont2-5 ul li .icon img{
    /* width: 35% !important; */
}
.product4-Cont2.product4-Cont2-5 ul li h6{
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}
.product4-Cont2-3 ul li .icon{
    background: #0053CA !important;
}
.product4-Cont2-5 ul li:nth-child(6n),
.product4-Cont2-3 ul li:nth-child(5n){
    margin-right: 0;
}
.product4-Cont2 ul li .icon{
    width: 96px;
    height: 96px;
    background: #F2F2F2;
    border-radius: 50%;
    margin:  0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product4-Cont2 ul li .icon img{
    display: block;
    /* width: 40%; */
    transform: scale(.75);
}
.product4-Cont2 ul li h6{
    text-align: center;
    font-size: 20px;
    color: #4c4c4c;
    line-height: 1;
    margin-bottom: 3px;
}
.product4-Cont2 ul li h4{
    text-align: center;
    color: #b2b2b2;
    font-size: 16px;
	font-family: 'Gilroy-Bold';
    text-transform: uppercase;
}
.product4-Cont2 .w1200 >h4{
    font-size: 20px;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 30px;
}
.product4-Cont3 ul{
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.product4-Cont3 ul:nth-last-child(1){
    border-bottom: 0;
}
.product4-Cont3{
    padding-bottom: 70px !important;
}
.product4-Cont3 ul li {
    margin-right: 65px;
    position: relative;
    float: left;min-width: 130px;
}
.product4-Cont3 ul li .num{
    color: #ff9c00;
    font-size: 16px;
    display: inline-block;
}
.product4-Cont3 ul li .num em{
    font-size: 42px;
    color: #ff9b00;
    line-height: 1;
	font-family: 'Gilroy-Bold';
}
.product4-Cont3 ul li .num span{
    vertical-align: top;
    font-weight: 600;
    margin-left: 3px;
    margin-top: 5px;
}
.product4-Cont3 ul li p{
    color: #333;
    font-size: 14px;
}
.product4-Cont3 .w1200 >h6{
    font-size: 18px;
    color: #0053CA;
    font-weight: 600;
    margin-top: 30px;
}






.product-Cont1 .Le  .btn{
    margin-top: 25px;
    margin-bottom: 45px;
}
.product-Cont2 .p{
    width: 600px;
    float: right;
    padding-top: 210px;
}
.product-Cont2 .p h2{
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.product-Cont2 .p p{
    color: #fff;
    opacity: .8;
    font-size: 15px;
    margin-bottom: 40px;
}
.product-Cont2 .p .en{
    width: 1020px;
}
.product-Cont2 .p .en img{
    opacity: .5;
}
.product-Cont3 ul li .icon img{
    /* margin-bottom: 40px; */
    transform: scale(1);
}
.product-Cont3 ul li{
    width: 387px;
    height: 350px;
    margin-right: 19px;
}
.product-Cont3 ul li:nth-child(3n){
    margin-right: 0;
}
.product-Cont3 ul li h6{
    margin-bottom: 15px;
}
.product-Cont3 ul li p{
    text-align: center;
}



.product-Cont1{
    position: relative;
    padding: 100px 0;
    background-color: #fff;
}

.product-Cont2{
    background: no-repeat center;
    height: 600px;
}
.product-Cont3,.product4-Cont3{
    padding: 80px 0 120px;
}
.product4-Cont1{
    padding: 100px 0 80px;
}
.product2-Cont1,
.product3-Cont1{
    padding: 100px 0 80px;
}
.product3-Cont2{
    height: 741px;
    background: no-repeat center;
}
.product2-Cont3{
    margin-top: 110px;
    height: 720px;
    background: no-repeat center;
}
.product2-Cont4{
    padding: 90px 0 80px;
}

.product4-Cont1 .productContWarp .Le{
    background: #f5f5f5;
}
.product4-Cont1  .productContWarp .Le .btn{
    position: absolute;
    bottom: 50px;
}

/* æ–°å¢ž */
.product4-Cont2-6 ul li{
    width: 100%;
    padding: 14px;
    border: 1px solid #E6E6E6;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.product4-Cont2-6 ul li .left{
    width: 178px;
    height: 122px;
    background: #F2F2F2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    float: left;
    position: relative;
}
.product4-Cont2-6 ul li .left .i{
    position: absolute;
    left: -55px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.product4-Cont2-6 ul li .left .i img{
    transform: scale(.9);
}
.product4-Cont2-6 ul li .left p{
    font-size: 20px;
    color: #0053CA;
    position: absolute;
    right: 35px;
}
.product4-Cont2-6 ul li .right{
    float: left;
    margin-left: 30px;
    display: flex;
    align-items: center;
    height: 122px;
    font-size: 20px;
    color: #4C4C4C;
}
.product4-Cont2-6 ul li .right p{
    color: #4c4c4c;
    font-size: 18px;
}
.product4-Cont2-6 ul li .right p span{
    color: #0053CA;
    display: inline-block;
    margin-left: 15px;
    font-family: 'HankookBeta';
    /* font-weight: 100; */

    
}
.product4-Cont2-6 ul li .right p span:nth-child(1){
    margin-left: 0;
}
.product4-Cont2-6 ul li .right .xian{
    width: 823px;
    height: 2px;
    background: #0053CA ;
    background-size: 11px 20px;
    position: relative;
    margin-top: 20px;
}
.product4-Cont2-6 ul li .right .xian::before{
    content: '';
    position: absolute;
    right: -2px;
    top: -9px;
    width: 11px;
    height: 20px;
    background: url(../images/product/ic.png) no-repeat center right;
    background-size: 11px 20px
}
.product4-Cont2-6 ul li:nth-last-child(1) .right{
    display: block;
    padding-top: 35px;
}
.product4-Cont2-6 ul li .right .xian i{
    width: 10px;
    height: 10px;
    background: #0053CA;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    display: block;
    top: -8px;
    position: absolute;
}

.product4-Cont2-6 ul li .right .xian i:nth-child(1){
    left: 0;
}
.product4-Cont2-6 ul li .right .xian i:nth-child(2){
    left: 124px;
}
.product4-Cont2-6 ul li .right .xian i:nth-child(3){
    left: 240px;
}
.product4-Cont2-6 ul li .right .xian i:nth-child(4){
    left: 353px;
}
.product4-Cont2-6 ul li .right .xian i:nth-child(5){
    left: 530px;
}

.product4-Cont2-7 .product4-card {
    width: 100%;
    height: 200px;
    background: #0053CA;
    border-radius: 10px ;
    display: flex;
    justify-content: space-between;
}
.product4-Cont2-7 .product4-card ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product4-Cont2-7 .product4-card ul li {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.product4-Cont2-7 .product4-card ul li h6{
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.product4-Cont2-7 .product4-card ul li >div{
    background: #fff;
    padding: 10px;
    font-size: 20px;
    color: #0053CA;
    width: auto;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
}
.product4-Cont2-7  .product4-card ul li::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 46px;
    background: #fff;
    opacity: .3;
}
.product4-Cont2-7  .product4-card ul li:nth-last-child(1)::after{
    content: unset;
}


/* @font-face {
	font-family: 'Gilroy-LIGHT';
	src: url('../fonts/GILROY-LIGHT.OTF') format('otf');
	font-style: normal;
	font-display: normal;
} */


.social_icon.social_icon_video{
    background-image: url(../images/ham-pop-icon-vid.png);
}
.socials_wrap a{
    margin-right: 0;
}