html {
    --color: #102A43;
    --color-active:#91B821;
    --font-family: 'Arial';
}

a:hover {
    color: var(--color);
}

.w1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.w1250 {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.w850 {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.flex-x {
    display: flex;
    flex-direction: row;
}

.flex-y {
    display: flex;
    flex-direction: column;
}

.flex-align {
    justify-content: space-between;
    align-items: center;
}

button {
    cursor: pointer;
}

/* p,
a {
    font-size: initial;
} */

.menu {
    display: none;
}

.menu_down {
    display: none;
}



header {
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 5px 3px rgba(60, 60, 60, .2);
    position: relative;
}
header .w1600{
    gap: 50px;
}
header .logo a{
    display: flex;
    align-items: center;
    justify-content: center;
   height: 100%;
}
header .logo img{
    height: 40px;
    object-fit: contain;
}

header .nav{
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}
header .nav li{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .nav li a{
    display: inline-block;
    font-size: 16px;
    color: #333;
    height: 100px;
    line-height: 100px;
    white-space: nowrap;
}
header .nav li.active a{
    color: #1668B8;
}
header .nav li a:hover{
    color: #1668B8;
}

header .header-right a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
    padding: 0 20px;
    border-left: 1px solid #eee;
    white-space: nowrap;
}
header .header-right .iconfont{
    color: var(--color);
   display: flex;
   justify-content: center;
   align-items: center;
   margin-right: 10px;
   font-size: 20px;
   line-height: 20px;
}
header .header-right .email-btn{
    border-left: 0;
    height: 40px;
    line-height: 40px;
    background: #EA5B57;
    border-radius: 20px;
    padding:  0 30px;
    margin-left: 10px;
    color: #fff;
    font-family: "Poppins";
}
header .header-right .email-btn .iconfont{
    color: #fff;
    font-size: 18px;
}
header .header-right .email-btn:hover{
	 background: var(--color);
}

.search-w{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    z-index: 100;
}
.search-w .w1400{
    height: 60px;
    margin: 20px auto;
    display: flex;
    justify-content: right;
    align-items: center;
}
.search{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    padding:  0 20px 0 50px;
}
.search  .iconfont{
    font-size: 20px;
    color: #aaa;
    padding-right: 15px;
    border-right: 1px solid #aaa;
}
.search  input{
    min-width: 300px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    /* box-shadow: 0 0 3px 3px rgba(200, 200, 200, .1); */
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}
.search  input::placeholder{
    font-size: 14px;
    color: #999;
}
.search .btn{
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    margin-left: 10px;
    background: #ccc;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
}
.search .btn:hover{
    background: var(--color);
}

.side-links{
    position: fixed;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.side-links .top,
.side-links .bottom{
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #7F8588;
    box-shadow: 0 0 5px 3px rgba(200, 200, 200, .5);
    border-radius: 10px;
    width: 45px;
    padding: 35px 0;
}
.side-links .top{
    transform: translateX(0px);
    transition: all .3s ease-in-out;
}
.side-links .top.open{
    transform: translateX(-65px);
}
.side-links .bottom{
    padding: 0 ;
    height: 45px;
    align-items: center;
    justify-content: center;
    transform: translateX(-65px);
	cursor: pointer;
}
.side-links .bottom .iconfont{
    transform:rotate(0deg);
    transition: all .3s ease-in-out;
}
.side-links .bottom.open .iconfont{
   
    transform:rotate(180deg);
}
.side-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.side-links .iconfont{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.side-links .top .item{
    position: relative;
}
.side-links .top .item .img{
    display: none;
    position: absolute;
    right: calc(100% + 10px);
    top: 0;
    z-index: 10;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 3px rgba(60, 60, 60, .2);
}
.side-links .top .item .img img{
    width: 100%;
    object-fit: contain;
}
.side-links .top .item:hover .img{
    display: block;
}












.index-banner{
    width: 100%;
}
.index-banner img{
    width: 100%;
    object-fit: contain;
}
.index-banner .my-bullet{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    position: relative;
    cursor: pointer;
    background: #eee;
}
.index-banner .my-bullet-active{
    background: #1668B8;
}

.index-title{
    font-size: 32px;
    line-height: 1.6;
    position: relative;
    color: var(--color);
    font-weight: bold;
}
.index-title::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #EA5B57;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index-page1{
    padding-top: 40px;
}
.index-page1 .top .nav li{
    font-size: 14px;
    line-height: 20px;
    padding: 0 30px;
    color: var(--color);
    cursor: pointer;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-left: -1px;
}   
.index-page1 .top .nav li.active{
    color: #1668B8;
    font-weight: bold;
}
.index-page1 .top .nav li:hover{
    color: #1668B8;
    font-weight: bold;
}
.index-page1 .bottom{
    padding: 30px 0 40px;
}
.index-page1 .bottom .list{
    display: none;
}
.index-page1 .bottom .list:first-child{
    display: block;
}
.index-page1 .bottom .list ul{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}
.index-page1 .bottom .list li{
    border-radius: 10px;
    border: 1px solid #eee;
}
.index-page1 .bottom .list li:hover{
   box-shadow: 0 0 6px 3px rgba(60, 60, 60, .1);
}
.index-page1 .bottom .list li a{
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
 
}
.index-page1 .bottom .list li a img{
    padding: 30px;
}
.index-page1 .bottom .list li a .name{
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.index-page1 .bottom .list li a .name span{
    font-size: 14px;
    line-height: 1.4;
    color: var(--color);
}
.index-page1 .bottom .list li a .name .iconfont{
    font-size: 20px;
    color: #ABA8A8;
}

.index-page2{
    background: #F3F7FD;
    padding:  50px 0 ;
}
.index-page2 ul{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.index-page2 ul li{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    color: #fff;
    border-radius: 6px;
}
.index-page2 ul li:nth-child(1){
    background-image: url('../images/index_page2_1.jpg');
}
.index-page2 ul li:nth-child(2){
    background-image: url('../images/index_page2_2.jpg');
}
.index-page2 ul li:nth-child(3){
    background-image: url('../images/index_page2_3.jpg');
}
.index-page2 ul li .iconfont{
    font-size: 55px;
}
.index-page2 ul li:nth-child(3) .iconfont{
    font-size: 60px;
    margin-top: -5px;
    display: flex;
    align-items: flex-end;
}
.index-page2 ul li h2{
    margin: 30px 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}
.index-page2 ul li p{
    font-size: 16px;
    line-height: 1.2;
}

.index-page3{
    padding: 100px 0 20px;
    justify-content: space-between;
}
.index-page3 .l {
    width: 45%;
}
.index-page3 .logo{
    height: 40px;
    object-fit: contain;
}
.index-page3 .l h2{
    margin: 50px 0 30px;
    font-size: 48px;
    line-height: 1.2;
    color: #1C4B6F;
    /* font-weight: bold; */
}
.index-page3 .l .editor{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 32px;
    color: var(--color);
}
.index-page3 .l .editor p{
    font-size: 18px;
    line-height: 32px;
    color: var(--color);
}
.index-page3 .l .more{
    margin-top: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding:  0 60px 0 20px;
    border: 1px solid #0E3657;
    border-radius: 25px;
    position: relative;
    font-size: 14px;
    color: #001D7D;
}
.index-page3 .l .more .iconfont{
    position: absolute;
    right: -15px;
    bottom: -1px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E3657;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transform: rotate(-45deg);
}
.index-page3 .r{
    width: 49%;
    padding-top: 40px;
}

.index-page3 .r img{
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.index-page4{
    padding-top: 70px;
    position: relative;
}
.index-page4 .bg1{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}
.index-page4 .bg2{
    width: 55%;
    object-fit: contain;
    position: absolute;
    z-index: -1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.index-page4  ul{
    width: 53%;
    padding: 50px 0;
    color: #fff;
    justify-content: space-between;
}
.index-page4  ul li{
    text-align: center;
}
.index-page4  ul li a{
	color:#fff;
}
.index-page4  ul img{
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
}
.index-page4  ul p{
    max-width: 180px;
    font-size: 16px;
    line-height: 1.4;
}
.index-page4 .video{
    margin-left: calc(50% - 700px);
    position: relative;
}
.index-page4 .video video{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
}
.index-page4 .video .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.index-page4 .video .play .iconfont{
    font-size: 90px;
    
}
.index-page4 .video .play p{
    margin-top: 10px;
    font-size: 30px;
   
}
.index-page5{
    padding: 60px 0;
}
.index-page5 ul{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 5%;
    

}
.index-page5 ul li a{
    color: #666;
}
.index-page5 ul li img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.index-page5 ul li h3{
    margin: 30px 0;
    height: 60px;
    font-size: 22px;
    line-height: 30px;
   font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-page5 ul li .iconfont{
    color: #EA5B56;
}

.index-page5 ul li:hover h3{
    color: #1668B8;
}


.banner2{
    width: 100%;
   height: 200px;
   position: relative;
}
.banner2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner2 .info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.banner2 .info>.iconfont{
    font-size: 36px;
}
.banner2 .info h2{
    font-size: 52px;
    line-height: 1.4;
    font-weight: bold;
/*     margin-bottom: 20px; */
}
.banner2 .nav{
    align-items: center;
	flex-wrap:wrap;
}
.banner2 .nav a{
    color: #fff;
    font-size: 16px;
}
.banner2 .nav a span{
    font-size: 18px;
    color: #6480E5;
    padding: 0 15PX;
}
.banner2 .nav li:last-child span{
    display: none;
}



.about-banner .nav{
    gap: 20px;
}
.about-banner .nav li{
    border-radius: 20px;
    border: 1px solid  #fff;
    overflow: hidden;
    opacity: 0.6;
}
.about-banner .nav a{
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    display: inline-block;
    font-size: 16px;
}
.about-banner .nav li:hover{
    opacity: 1;
}

.about-page1{
    padding: 50px 0 70px;
    text-align: center;
}
.about-page1 .logo{
    object-fit: contain;
    height: 35px;
}
.about-page1 h3{
    font-size: 46px;
    line-height: 1;
    font-weight: bold;
    color: var(--color);
    margin: 30px 0 20px;
}
.about-page1 .editor{
    font-size: 16px;
    line-height: 30px;
    color: var(--color);
}
.about-page1 .editor p{
    font-size: 16px;
    line-height: 30px;
    color: var(--color);
}
.about-page1 .video{
    margin: 20px 0 70px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
	font-size:0;
}
.about-page1 .video video{
    width: 100%;
    object-fit: contain;
}

.about-page1 .video .play{
    position: absolute;
    right: 60px;
    bottom: 40px;
    z-index: 2;
    text-align: right;
    color: #fff;
    cursor: pointer;
}
.about-page1 .video .play i{
    font-size: 40px;
}
.about-page1 .video .play p{
    margin-top: 10px;
    font-size: 20px;
}
.about-page1 ul{
    gap: 10%;
}
.about-page1 ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    color: var(--color);
    text-align: left;
}
.about-page1 ul li img{
    height: 60px;
    object-fit: contain;
}
.about-page1 ul li p{
    font-size: 48px;
    line-height: 40px;
    font-weight: bold;
    padding-top: 5px;
    margin-top: 3px;
}
.about-page1 ul li p.p4::after{
    content: '%';
}
.about-page1 ul li span{
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
}



.about-page2{
    background: url('../images/about_page2_1.jpg') no-repeat center center;
    background-size: cover;
    padding: 130px 0 120px;
   
}
.about-page2 .w1400{
    gap: 60px;
    position: relative;
    /* overflow: hidden; */
}
.about-page2 .swiper1{
    margin-left: 220px;
    width: 32%;
    position: relative;
    z-index: 2;
}
.about-page2 .swiper1 .bg{
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 15%;
    left: 0;
    border-radius: 20px;
    overflow: hidden;
    z-index: -1;
    transform: rotate(-5deg);
    transform-origin: bottom left;
}
.about-page2 .swiper1 .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-page2 .swiper1 h3{
    font-size: 30px;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
}
.about-page2 .swiper1 .swiper{
    width: 100%;
    height: 440px;
    background: #EEF1F4;
    border-radius: 20px;
    overflow: hidden;
}

.about-page2 .swiper1 .swiper-slide{
    padding:12% 10% 10%;
    color: var(--color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-page2 .swiper1 .swiper-slide .iconfont{
    font-size: 60px;
}
.about-page2 .swiper1 .swiper-slide h4{
    font-size: 26px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 30px;
}
.about-page2 .swiper1 .swiper-slide .editor{
    font-size: 18px;
    line-height: 30px;
}
.about-page2 .swiper1 .swiper-slide .editor p{
    font-size: 18px;
    line-height: 30px;
}
.about-page2 .swiper2{
    flex: 1;
    padding-top: 80px;
    height: 100%;
}

.about-page2 .swiper2 .swiper-slide{
    background: #EEF1F4;
    border-radius: 20px;
    box-shadow: 0 0 10px 6px rgba(200, 200, 200, .2);
    padding: 60px  30px 30px;
    color: var(--color);
}
.about-page2 .swiper2 .swiper-slide .iconfont{
    font-size: 60px;
}
.about-page2 .swiper2 .swiper-slide h4{
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.1;
}
.about-page2 .swiper2 .swiper-slide .editor{
    display: none;
}
.about-page2 .btns{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
   display: flex;
   gap: 10px;
}
.about-page2 .btns .btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F8F9FB;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #113D5F;
}
.about-page2 .btns .btn i{
    font-size: 20px;
}
.about-page2 .btns .btn:hover{
    background: #113D5F;
    color: #fff;
}
.about-page2 .btns .btn.swiper-btn-prev{
    transform: rotate(180deg);
}

.about-page3{
    width: 100%;
    background: #EFF2F6;
    padding: 90px 0 60px;
}
.about-page3 .w1400{
    justify-content: space-between;
}
.about-page3 .l{
    width: 36%;
    color: var(--color);
}
.about-page3 .l h3{
    font-size: 52px;
    line-height: 80px;
    font-weight: bold;
}
.about-page3 .l p{
    font-size: 24px;
    line-height: 2;
    margin: 0px 0 40px ;
}
.about-page3 .l .list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 15px ;
}
.about-page3 .l .list li{
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    border: 2px solid var(--color);
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    background: #fff;
} 
.about-page3 .l .list li.active{
    background: var(--color);
    color: #fff;
}
.about-page3 .l .list li:hover{
    background: var(--color);
    color: #fff;
}
.about-page3  .r{
    width: 59%;
    padding-top: 80px;
}
.about-page3  .r li{
    border-radius: 20px;
    overflow: hidden;
    display: none;
}
.about-page3  .r li:first-child{
    display: block;
}

.about-page3  .r li img{
    width: 100%;
    object-fit: contain;
}


.product-page{
    padding: 30px 0 60px;
    
    overflow: hidden;
}
.product-page .w1400{
    gap: 50px;
}
.product-page .l{
    width: 20%;
    
}
.product-page .l .title{
    background: #EA5B57;
    height: 45px;
    line-height: 45px;
    padding: 1px 20px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 18px;
}
.product-page .l .title .iconfont{
    display: none;
}
.product-page .l .list li{
    border-bottom: 1px dashed #ccc;
}
.product-page .l .list li a{
    display: flex;
    align-items: center;
    color: var(--color);
    font-size: 14px;
    line-height: 1.2;
    padding: 20px 20px 20px 0;
    position: relative;

}
.product-page .l .list li a::before{
    content: '';
    display: inline-block;
    border-top: 4px  solid transparent;
    border-left: 6px solid var(--color);
    border-bottom: 4px solid transparent;
    margin: 0 20px;
}
.product-page .l .list li.active a{
    color: #EA5B56;
}
.product-page .l .list li:hover a{
    color: #EA5B56;
}

.product-page .r{
    flex: 1;
}
.product-page .r .title{
    font-size: 16px;
    line-height: 1;
    height: 45px;
    padding: 9px 0 20px;
    font-weight: bold;
    color: var(--color);
    border-bottom: 2px solid #E0E2E4;
    position: relative;
}
.product-page .r .title::after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #EA5B57;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.product-page .r .list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px 20px;
    margin-top: 30px;
}
.product-page .r .list a{
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.product-page .r .list li{
    border-radius: 10px;
    overflow: hidden;
}
.product-page .r .list li:hover{
    box-shadow: 0 0 6px 3px rgba(60, 60, 60, .1);
}
.product-page .r .list li img{
    padding: 6% 4%;
}
.product-page .r .list .info{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding-top: 15px;
    line-height: 24px;
    border-top: 1px solid #E0E2E4;
}
.product-page .r .list .info p{
    font-size: 14px;
    color: var(--color);
}
.product-page .r .list .info dt{
    font-size: 14px;
    color: var(--color);
}
.product-page .r .list li:hover p{
    color: #EA5B56;
}
.product-page .r .list li:hover dt{
	 color: #EA5B56;
}
.product-page .r .list li:hover i{
	 color: #EA5B56;
}
.product-detail-page{
    width: 100%;
    overflow: hidden;
}
.product-detail-page1{
    justify-content: space-between;
    padding: 50px 0;
}
.product-detail-page1 .l{
    width: 45%;
}
.product-detail-page1 .l .swiper1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 450px;
}
.product-detail-page1 .l .swiper2-w{
    margin-top: 20px;
    padding: 0 50px;
    position: relative;
}
.product-detail-page1 .l .swiper2 .swiper-slide{
    height: 110px;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #ccc;
    cursor: pointer;
}
.product-detail-page1 .l .swiper2 .swiper-slide-thumb-active{
    border-color: var(--color);
}
.product-detail-page1 .l .swiper2 .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
   
}

.product-detail-page1 .l .swiper2-w .swiper-button-next:after, 
.product-detail-page1 .l .swiper2-w .swiper-button-prev:after{
    content: '';
    display: inline-block;
}
.product-detail-page1 .l .swiper2-w .swiper-button-next:after{
    border-top: 15px solid transparent;
    border-left: 15px solid #EA5B57;
    border-bottom: 15px solid transparent;
}
.product-detail-page1 .l .swiper2-w .swiper-button-prev:after{
    border-top: 15px solid transparent;
    border-right: 15px solid #EA5B57;
    border-bottom: 15px solid transparent;
}
.product-detail-page1 .l .swiper2-w .swiper-button-next.my-button-disabled:after{
    
    border-left: 15px solid #ccc;

}
.product-detail-page1 .l .swiper2-w .swiper-button-prev.my-button-disabled:after{
  
    border-right: 15px solid #ccc;

}

.product-detail-page-bg{
    background: url('../images/product_detail_bg.jpg') no-repeat top center;
    background-size: cover;
    padding-bottom: 40px;
}
.product-detail-page .common-title{
    padding: 35px 0 20px;
    margin-bottom: 30px;
    font-size: 24px;
    color: var(--color);
    line-height: 1;
    border-bottom: 4px solid var(--color);
}
.product-detail-page2 .editor {
    font-size: 14px;
    line-height: 2;
    color: var(--color);
}
.product-detail-page2 .editor p{
    font-size: 14px;
    line-height: 2;
    color: var(--color);
}
.product-detail-page2 .editor table{
    border: 1px solid #DAE1F0;
    border-radius: 10px;
    width: 100%;
    border-collapse: separate;
    overflow: hidden;

}
.product-detail-page2 .editor table tr{
    display: flex;
    line-height: 1.4;
}
.product-detail-page2 .editor table tr:first-child{
    background: #113D5F;
   
}

.product-detail-page2 .editor table td{
    flex: 1;
    padding: 10px 30px;
    font-size: 14px;
    color: #123A5F;
}
.product-detail-page2 .editor table td p{
    font-size: 14px;
    color: #123A5F;
}
.product-detail-page2 .editor table td:last-child{
    border-right: none;
}
.product-detail-page2 .editor table tr:first-child td{
    color: #fff;
    font-size: 18px;
}
.product-detail-page3 .form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 1.6%;
}
.product-detail-page3 .form input{
    width: 49.2%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    padding: 0 10px ;
    border-radius: 5px;
    font-size: 16px;
    color: var(--color);
}
.product-detail-page3 .form textarea{
    width: 100%;
    resize: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding:  10px ;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color);
}
.product-detail-page3 .form input::placeholder,
.product-detail-page3 .form textarea::placeholder{
    color: #aaa;
}
.product-detail-page3 .form button{
   padding: 0 120px;
   height: 50px;
   line-height: 50px;
   border-radius: 6px;
   font-size: 20px;
   font-weight: bold;
   background: var(--color);
   color: #fff;
}
.product-detail-page4 .list{
   gap: 20px;
}
.product-detail-page4 .list li{
    padding: 0 10px 8px;
    border-bottom: 1px dashed #DFE6F4;
    color: #123A5F;
}
.product-detail-page4 .list li h5{
    font-size: 18px;
/*     font-weight: bold; */
    line-height: 1.2;
   
}
.product-detail-page4 .list li .editor{
    font-size: 14px;
    line-height: 2;
}
.product-detail-page4 .list li .editor p{
    font-size: 14px;
    line-height: 2;
}
.product-detail-page5 .list{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px 20px;
    text-align: center;
}
.product-detail-page5 .list li .img{
    display: inline-block;
    width: 100%;
    border: 1px solid #DAE1F0;
    padding: 30px;
    border-radius: 10px;
}
.product-detail-page5 .list li img{
    width: 100%;
    object-fit: contain;
    transition: all .5s ease-in-out;
}
.product-detail-page5 .list li:hover img{
    transform: scale(1.1);
}
.product-detail-page5 .list li p{
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.4;
    color: #123A5F;
   
}
.product-detail-page5 .list li .more{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    border-radius: 20px;
    background: var(--color);
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
}
.certifications-page{
    padding: 30px 0  50px;
}
.certifications-page ul{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.certifications-page ul li{
    padding: 10px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
.certifications-page ul li:hover{
    box-shadow: 0 0 10px 5px rgba(60,60,60, .1);
}
.certifications-page ul li img{
    width: 100%;
    object-fit: contain;
}
.certifications-page ul li p{
    font-size: 18px;
    line-height: 2;
    color: #666;
    text-align: center;
    margin-top: 10px;
}
.certifications-page ul li:hover p{
    color: var(--color);
}











.product-detail-page1 .r{
    width: 45%;
}

.product-detail-page1 .r .name{
    font-size: 28px;
    line-height: 1;
 /*    font-weight: bold; */
    color: var(--color);
    padding: 20px  0 25px;
    position: relative;
}
.product-detail-page1 .r .name::after{
    content: '';
    display: inline-block;
    width: 60px;
    height: 6px;
    border-radius: 3px;
    background: #EA5B57;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.product-detail-page1 .r span{
    display: inline-block;
    margin: 20px 0 30px;
    padding: 2px 15px 0;
    font-size: 20px;
    line-height: 2;
    background: #07549C;
    color: #fff;
    border-radius: 10px;
}
.product-detail-page1 .r .editor{
    font-size: 16px;
    line-height: 40px;
    color: var(--color);
}
.product-detail-page1 .r .editor p{
    font-size: 16px;
    line-height: 40px;
    color: var(--color);
}


.news-page {
    padding: 30px 0 50px;
}
.news-page ul{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}
.news-page ul li{
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    overflow: hidden;
}
.news-page ul li:hover{
    box-shadow: 0 0 6px 3px rgba(60,60,60, .1);
}
.news-page ul li a{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.news-page ul li img{
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.news-page ul li h5{
    margin: 30px 0 20px;
    height: 60px;
    line-height: 30px;
    font-size: 26px;
    color: var(--color);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.news-page ul li .time{
    margin-bottom: 10px;
    padding: 0 10px;
}
.news-page ul li .time span{
    font-size: 14px;
    color: var(--color);
}
.news-page ul li .time .iconfont{
    font-size: 20px;
}

.news-detail-page .nav{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
}
.news-detail-page .nav .iconfont{
    font-size: 18px;
    color: #999;
    margin-right:  10px;
}
.news-detail-page .nav a{
    color: #999;
    font-size: 16px;
}
.news-detail-page .nav a span{
    margin:  0 10px;
}
.news-detail-page .nav li:last-child span{
    display: none;
}
.news-detail-page .nav a:hover{
    color: var(--color);
}
.news-detail-page .nav a:hover span{
    color: #999;
}
.news-detail-page .l{
    flex: 1;
    padding-right: 30px;
    border-right: 1px solid #eee;
}
.news-detail-page .l .info{
    padding: 40px 0;
    color: var(--color);
}
.news-detail-page .l .info h5{
    font-size: 18px;
}

.news-detail-page .l .info h3{
    font-size: 36px;
    line-height: 1.4;
    font-weight: bold;
    margin: 15px 0 50px;
}
.news-detail-page .l .info .editor{
    font-size: 16px;
    line-height: 30px;
}
.news-detail-page .l .info .editor p{
    font-size: 16px;
    line-height: 30px;
}



.news-detail-page .l .bottom{
    border-top:1px solid #eee;
    padding: 30px 0;
    gap: 50px;
}
.news-detail-page .l .bottom .links{
    gap: 20px;
}
.news-detail-page .l .bottom p{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.news-detail-page .l .bottom .links .iconfont{
    font-size: 18px;
    line-height: 24px;
    color: #666;
    -webkit-text-stroke-width: 0.5px;
}
.news-detail-page .l .bottom p:first-child .iconfont{
    transform: rotate(90deg);
}
.news-detail-page .l .bottom p:last-child .iconfont{
    transform: rotate(-90deg);

}
.news-detail-page .l .bottom p a{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.news-detail-page .l .bottom p a:hover{
    color: var(--color);
}
.news-detail-page .l .bottom .back{
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 25px;
}
.news-detail-page .l .bottom .back:hover{
    color:  var(--color);
    border-color: var(--color);
}
.news-detail-page .r{
    width: 28%;
}
.news-detail-page .r li{
    border-bottom: 1px solid #eee;
}
.news-detail-page .r li a{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 40px 0 40px 10%;
    color: var(--color);
}

.news-detail-page .r li img{
    width: 43%;
    object-fit: contain;
    border-radius: 10px;
}
.news-detail-page .r li span{
    font-size: 12px;
    line-height: 1;
}
.news-detail-page .r li p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 10px;
}

.contact-page{
    width: 100%;
    overflow: hidden;
}
.contact-page1{
    padding: 60px 0;
}
.contact-page1 .l {
    flex: 1;
    margin-right: 40px;
    color: var(--color);
}
.contact-page1 .l h3{
    font-size: 24px;
    font-weight: bold;
}
.contact-page1 .l .tel{
    color: #F15E4A;
    margin: 20px 0 30px;
}
.contact-page1 .l .tel p{
    display: flex;
    align-items: flex-end;
       font-size: 16px; 
}
.contact-page1 .l .tel p .iconfont{
    font-size: 30px;
    padding-bottom: 2px;
}
.contact-page1 .l .tel h6{
    font-size: 24px;
    line-height: 1.2;
}
.contact-page1 .l .editor{
    font-size: 18px;
    line-height: 30px;
}
.contact-page1 .l .editor p{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 18px;

}
.contact-page1 .l .editor p .iconfont{
    display: flex;
    width: 26px;
    height: 26px;
    background: var(--color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.contact-page1 .l .editor p span{
    flex: 1;
}

.contact-page1 .r{
    width: 50%;
}
.contact-page1 .r .map{
    background: #000;
    width: 100%;
    height:400px;
    border-radius: 20px;
    overflow: hidden;
}
.contact-page2{
    background:#FAFAFA;
    padding: 60px 0 ;

}
.contact-page2 h3{
    font-size: 26px;
    color: var(--color);
    font-weight: bold;
}
.contact-page2 .form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2%;
    padding: 40px 0;
}
.contact-page2 .form input{
    width: 23.5%;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
    box-shadow: 0 0 5px 3px rgba(200, 200, 200, .5);
    padding: 0 20px;
    font-size: 14px;
    color: #333;
}
.contact-page2 .form textarea{
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 5px 3px rgba(200, 200, 200, .5);
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.contact-page2 .form input::placeholder,.contact-page2 .form textarea::placeholder{
    font-size: 14px;
    color: #999;
}
.contact-page2 .form .code-w{
    width: 30%;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
    box-shadow: 0 0 5px 3px rgba(200, 200, 200, .5);
    background: #fff;
    display: flex;
    flex-direction: row;

}
.contact-page2 .form .code-w input{
    height: 100%;
    box-shadow: none;
    flex: 1;
}
.contact-page2 .form .code-w .code{
    width: 80px;
    text-align: center;
}
.contact-page2 .form button{
    padding: 0 80px;
    background: #F15E4C;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    height: 45px;
    line-height: 45px;
}

footer{
    background: url('../images/footer_bg.jpg') no-repeat center center;
    background-size: cover;
}
footer .top{
    padding: 50px 0 40px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
footer .top .left{
    justify-content: space-between;
    gap: 120px;
}

footer .top .flogo img{
    height: 40px;
    object-fit: contain;
}
footer .top .links{
    gap: 30px;
}
footer .top .links img{
    height: 30px;
    object-fit: contain;
}
footer .top .wx-icon{
	position:relative;
}
footer .top .wx-icon .dialog{
	position:absolute;
	top:40px;
	right:0;
	width:120px;
	padding:10px  5px 5px; 
	border-radius:8px;
	background:#fff;
	display:none;
}
footer .top .wx-icon .dialog img{
	width:100%;
	height:100%;
	object-fit:contain;
}
footer .top .wx-icon:hover .dialog{
	display:block;
}


footer .center {
    justify-content: space-between;
    padding: 50px 0 20px;
    color: #fff;
}

footer .center .center-l{
    width: 30%;
    margin-right: 3%;
    gap: 30px;
}
footer .center .center-l ul{
    flex: 1;
    gap: 20px;
}
footer .center .center-l ul li a{
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}
footer .center .center-l ul li:first-child a{
    font-size: 20px;
    line-height: 2;
    text-transform: uppercase;
}

footer .center .center-c{
    width: 30%;
}
footer .center .center-c h3{
    font-size: 20px;
    line-height: 2;
    margin-bottom: 10px;
}
footer .center .center-c .form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 2%;
}
footer .center .center-c input{
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 6px;
    background: rgba(255,255,255,.1);
    width: 49%;
    color: #fff;
    font-size: 14px;
}
footer .center .center-c input::placeholder{
    color: #fff;
}
footer .center .center-c textarea{
    width: 100%;
    height: 85px;
    padding: 10px 15px;
    border-radius: 6px;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 14px;
    resize: none;
}
footer .center .center-c button{
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    background: #EA5B57;
    border-radius: 6px;
    color: #fff;
}
footer .center .center-c textarea::placeholder{
    color: #fff;
}
footer .center .center-r{
    width: 32%;
    margin-left: 5%;
}

footer .center .center-r h3{
    font-size: 20px;
    line-height: 2;
    margin-bottom: 10px;
}
footer .center .center-r .tel{
    border-bottom: 1px dashed rgba(255,255,255,.2);
    padding: 10px 0 20px;
}
footer .center .center-r .tel .iconfont{
    font-size: 40px;
    margin-right: 10px;
}
footer .center .center-r .tel .info{
    flex: 1;
    color: #fff;
}
footer .center .center-r .tel .info span{
    font-size: 14px;
}
footer .center .center-r .tel .info p{
    font-size: 24px;
}
footer .center .center-r .editor{
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .center .center-r .editor .item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    line-height: 24px;
}
footer .center .center-r .editor .item .iconfont{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 20px;
    -webkit-text-stroke-width: 0px;
}
footer .center .center-r .editor .item p{
    font-size: 14px;
    line-height: 24px;
    flex: 1;
}
footer .bottom{
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}
footer .bottom p{
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
}
footer .bottom img{
    height: 18px;
	    object-fit: contain;
}

.moble_share {
    display: none;
}
