@font-face {
        font-family: 'Black';
        src: url(../fonts/BarlowSemiCondensed-Black.ttf);
}

@font-face {
        font-family: 'Bold';
        src: url(../fonts/BarlowSemiCondensed-Bold.ttf);
}

@font-face {
        font-family: 'Light';
        src: url(../fonts/BarlowSemiCondensed-Light.ttf);
}

@font-face {
        font-family: 'Medium';
        src: url(../fonts/BarlowSemiCondensed-Medium.ttf);
}

@font-face {
        font-family: 'Regular';
        src: url(../fonts/BarlowSemiCondensed-Regular.ttf);
}

@font-face {
        font-family: 'SemiBold';
        src: url(../fonts/BarlowSemiCondensed-SemiBold.ttf);
}
*{
    font-family: 'Regular';
}
html {
  scroll-padding-top: 200px;
}

body{
    max-width: 100%;
    overflow-x: hidden;
}

.lay1500px {
    width: 100%;
    max-width: 1540px;
    padding: 0px 20px;
    margin: 0 auto;
}

.header{
    top: 0px;
    height: 110px;
}

.header .inner .flex{
    padding: 0px 20px;
    height: 110px;
}

.header.active .inner .flex, .header.cur .inner .flex{
    height: 110px;
    /*line-height: 110px;*/
}

.header .inner .language .inner_lang>a i.fa{
    margin-left: 15px;
}

.header .inner .language:hover .inner_lang{
    background: #ffffff00;
    color: white;
    text-decoration: underline;
    box-shadow: none;
}

.header .inner .language:hover .inner_lang>a{
    color: white;
}

.header .inner .language::after{
    display: none;
}

.header .inner .language .inner_lang>a{
    padding: 0px;
}

.header .inner .language{
    margin-right: 0px;
}

.header .inner .index-search{
    margin-right: 27px;
    font-size: large;
    position: relative;
    top: 4px;
}

.headerbtn{
    font-family: 'Bold';
    font-size: 17px;
    color: #FFFFFF;
    padding: 10px 25px;
    background: #CB0D00;
    border-radius: 21px;
    display: block;
    margin-left: 58px;
    line-height: 1;
    transition: all 0.5s;
}

.headerbtn:hover{
    background: #0D314F;
}

.header .inner nav ul li>a{
    display: flex;
    align-items: center;
}

.header .inner nav ul li{
    margin-right: 42px;
}

.header .inner nav ul li>a{
    font-family: 'Bold';
    font-size: 18px;
    color: white;
}

.header .inner .language .inner_lang span{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 15px;
    color: white;
}

.header .inner nav ul li>a:hover{
    color: #CB0D00 !important;
    text-decoration: underline !important;
}

.header.active .inner nav ul li>a, .header.cur .inner nav ul li>a, .header.active .inner .language .inner_lang>a, .header.cur .inner .language .inner_lang>a, .header.active .inner .index-search>a, .header.cur .inner .index-search>a{
    color: #0D314F !important;
}

.header.active .index-search a svg path,.header.cur .index-search a svg path{
    fill: #0D314F;
}

.header.active .inner .language .inner_lang a svg path,.header.cur .inner .language .inner_lang a svg path{
    fill: #0D314F;
}

.header.active .inner .language .inner_lang span,.header.cur .inner .language .inner_lang span{
    color: #0D314F;
}

.header .inner .index-search .content .title{
    font-family: 'Bold';
}

.header .inner .index-search .content .inpt3{
    font-family: 'Regular';
}

li.language-flag a span{
    color: black !important;
    transition: all 0.5s;
}

li.language-flag a:hover span{
    text-decoration: underline;
}

#col-index-banner .swiper-slide{
    position: relative;
}

#col-index-banner .swiper-slide .content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#col-index-banner .swiper-slide .content .title{
    font-family: 'Bold';
    font-size: 70px;
    color: #FFFFFF;
    line-height: 1.15;
}

.col-banner img{
    object-fit: cover;
}

#col-index-banner .swiper-slide .content .bannerbtn{
    font-family: 'Bold';
    font-size: 17px;
    color: #FFFFFF;
    padding: 10px 41px;
    background: #f0f8ff00;
    border-radius: 21px;
    display: block;
    line-height: 1;
    transition: all 0.5s;
    border: 1px solid #FFFFFF;
    width: fit-content;
    margin-top: 60px;
}

#col-index-banner .swiper-slide .content .bannerbtn:hover{
    background: #0D314F;
    border: 1px solid #0D314F;
}

.jg-contentbox{
    width: 100%;
    height: fit-content;
    background: #0D314F;
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jg-contentbox .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 29px;
}

.jg-contentbox .content{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 37px;
    color: #FFFFFF;
}

.jg-contentbox a{
    font-family: 'Bold';
    font-size: 17px;
    color: #FFFFFF;
    padding: 10px 41px;
    background: #f0f8ff00;
    border-radius: 21px;
    line-height: 1;
    transition: all 0.5s;
    border: 1px solid #FFFFFF;
    width: fit-content;
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.jg-contentbox a:hover{
    background: #CB0D00;
    border: 1px solid #CB0D00;
}

.jg-contentbox a span{
    margin-left: 12px;
    margin-right: 3px;
}

.jg-newfooter{
    width: 100%;
    height: fit-content;
    background: #FFFFFF;
    padding-top: 149px;
    padding-bottom: 37px;
}

.jg-newfooter .lay1500px{
    display: flex;
    justify-content: space-between;
}

.jg-newfooter .lay1500px .newfooterboxgs .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 40px;
    color: #0D314F;
    margin-bottom: 25px;
}

.jg-newfooter .lay1500px .newfooterboxgs .content{
    display: flex;
    flex-direction: column;
}

.jg-newfooter .lay1500px .newfooterboxgs .content a{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #0D314F;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.jg-newfooter .lay1500px .newfooterboxgs .content a:hover{
    text-decoration: underline;
}

.jg-newfooter .lay1500px .newfooterboxgs .content a{
    display: flex;
    align-items: center;
}

.jg-newfooter .lay1500px .newfooterboxgs .content a img{
    margin-right: 18px;
}

.jg-newfooter .lay1500px .newfooterboxgs .content a p{
    max-width: 270px;
}

.jg-newfooter .lay1500px .newfooterboxgs .content .sharebox{
    display: flex;
    align-items: center;
}

.jg-newfooter .lay1500px .newfooterboxgs .content .sharebox a{
    margin-bottom: 0px;
    transition: all 0.5s;
}

.jg-newfooter .lay1500px .newfooterboxgs .content .sharebox a:hover{
    transform: translateY(-5px);
}

.jg-newfooter .lay1500px .newfooterboxgs .content a img{
    transition: all 0.5s;
}

.jg-newfooter .lay1500px .newfooterboxgs .content a img:hover{
    transform: translateY(-5px);
}

.jg-newfooter .lay1500px{
    padding-bottom: 80px;
    border-bottom: 1px solid #748EA4;
}

.jg-newfooter .footerboxbottom{
    margin-top: 37px;
    display: flex;
    font-family: 'Medium';
    font-weight: 500;
    font-size: 15px;
    color: #0D314F;
    justify-content: center;
}

.jg-newfooter .footerboxbottomtwo{
    max-width: 1500px;
    display: flex;
    font-family: 'Medium';
    font-weight: 500;
    font-size: 15px;
    color: #0D314F;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5px auto;
}

.jg-newfooter .footerboxbottomtwo a{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 15px;
    color: #0D314F;
    display: block;
    margin: 0px 5px;
    transition: all 0.5s;
}

.jg-newfooter .footerboxbottomtwo a:hover{
    text-decoration: underline;
}

.jg-indexmk1{
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-top: 53px;
}

.jg-indexmk1 .leftbox{
    width: 53%;
    position: relative;
}

.jg-indexmk1 .leftbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jg-indexmk1 .rightbox{
    width: 47%;
    padding: 66px 60px 83px 60px;
    background: #F4F4F4;
}

.jg-indexmk1 .rightbox .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 50px;
    color: #0D314F;
}

.jg-indexmk1 .rightbox .content{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 16px;
    color: #0D314F;
    line-height: 25px;
    margin-top: 37px;
    max-width: 615px;
} 

.jg-indexmk1 .rightbox a{
    font-family: 'Bold';
    font-size: 17px;
    color: #FFFFFF;
    padding: 10px 41px;
    background: #CB0D00;
    border-radius: 21px;
    line-height: 1;
    transition: all 0.5s;
    border: 1px solid #CB0D00;
    width: fit-content;
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.jg-indexmk1 .rightbox a:hover{
    background: #0D314F;
    border: 1px solid #0D314F;
}

.jg-indexmk1 .rightbox .centerplay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.bofang {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    background: #E70012;
    border-radius: 50%;
    cursor: pointer;
}

.sanjiao {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.5) rotate(90deg);
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 40px solid white;
    width: 0px;
    height: 0px;
    cursor: pointer;
    margin-left: 3px;
    z-index: 2;
    pointer-events: none;
}

@keyframes opac {
    from {
        opacity: 1;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
    }

    to {
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

.animate-wave * {
    border: 1px solid white;
    position: absolute;
    border-radius: 50%;
    background-color: white;
    animation: opac 4s infinite;
}

.animate-wave .w2 {
    animation-delay: 1s;
}

.animate-wave .w3 {
    animation-delay: 2s;
}

.animate-wave .w4 {
    animation-delay: 3s;
}

.animate-wave {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    cursor: pointer;
}

.jg-indexmk2{
    margin-top: 170px;
}

.jg-indexmk2 .title{
    text-align: center;
    font-family: 'Medium';
    font-weight: 500;
    font-size: 60px;
    color: #0D314F;
    margin-bottom: 80px;
}

.mySwiperproducts{
    position: relative;
}

.jg-indexmk2 .lay1500px{
    overflow: hidden;
}

.jg-indexmk2 .mySwiperproducts{
    padding-bottom: 100px;
}

.jg-indexmk2 .mySwiperproducts .swiper-slide{
    background: #F4F4F4;
    padding: 40px;
}

.jg-indexmk2 .mySwiperproducts .swiper-slide .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 30px;
    color: #0D314F;
    margin-bottom: 0px;
    text-align: left;
}

.jg-indexmk2 .mySwiperproducts .swiper-slide .content{
    min-height: 50px;
    font-family: 'Medium';
    font-weight: 500;
    font-size: 16px;
    color: #0D314F;
    line-height: 25px;
    margin-top: 26px;
    margin-bottom: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jg-indexmk2 .mySwiperproducts .swiper-slide .imgbox{
    width: 100%;
    height: 300px;
    margin-bottom: 46px;
}

.jg-indexmk2 .mySwiperproducts .swiper-slide .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.jg-indexmk2 .mySwiperproducts .swiper-slide:hover .imgbox img{
    transform: scale(1.1);
}

.jg-indexmk2 .mySwiperproducts .swiper-slide a.btn{
    font-family: 'Bold';
    font-size: 17px;
    color: #CB0D00;
    padding: 10px 41px;
    background: #cb0d0000;
    border-radius: 21px;
    line-height: 1;
    transition: all 0.5s;
    border: 1px solid #CB0D00;
    width: fit-content;
    margin-top: 60px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.jg-indexmk2 .mySwiperproducts .swiper-slide a.btn:hover{
    color: white;
    background: #0D314F;
    border: 1px solid #0D314F;
}

.jg-indexmk2 .mySwiperproducts .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: #0D314F;
    border-radius: 50%;
    opacity: 1;
    margin: 0px 9px;
}

.jg-indexmk2 .mySwiperproducts .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #CB0D00;
}

.jg-indexmk3{
    margin-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 115px 0px 150px 0px;
}

.jg-indexmk3 .content .topbox .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
}

.jg-indexmk3 .content .topbox a{
    font-family: 'Bold';
    font-size: 17px;
    color: white;
    padding: 10px 41px;
    background: #cb0d0000;
    border-radius: 21px;
    line-height: 1;
    transition: all 0.5s;
    border: 1px solid white;
    width: fit-content;
    display: block;
    margin-top: 36px;
}

.jg-indexmk3 .content .topbox a:hover{
    color: white;
    background: #CB0D00;
    border: 1px solid #CB0D00;
}

.jg-indexmk3 .content .contentbox{
    display: flex;
    margin-top: 80px;
}

.jg-indexmk3 .content .contentbox_content{
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: flex-start;
    padding: 74px 45px 45px 45px;
    transition: all 0.5s;
}

.jg-indexmk3 .content .contentbox_content .imgbox{
    width: 85px;
    height: 85px;
}

.jg-indexmk3 .content .contentbox_content .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.jg-indexmk3 .content .contentbox_content .title{
    max-width: 155px;
    font-family: 'Medium';
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 31px;
    margin: 60px 0px;
}

.jg-indexmk3 .content .contentbox_content.active{
    background: #30425A;
}

.jg-indexmk3 .content .contentbox_content a{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.jg-indexmk3 .content .contentbox_content a:hover{
    text-decoration: underline;
}

.jg-indexmk3 .content .contentbox_content.active .imgbox img{
    transform: translateY(-10px);
}

.jg-indexmk4{
    margin-top: 150px;
    margin-bottom: 150px;
}

.jg-indexmk4 .title{
    text-align: center;
    font-family: 'Medium';
    font-weight: 500;
    font-size: 60px;
    color: #0D314F;
    margin-bottom: 80px;
}

.jg-indexmk4 .lay1500px{
    display: flex;
    justify-content: space-between;
}

.jg-indexmk4 .lay1500px .newsbox{
    width: 32.5%;
}

.jg-indexmk4 .lay1500px .newsboxtwo{
    width: 32.5%;
}

.jg-indexmk4 .lay1500px .newsbox .imgbox{
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.jg-indexmk4 .lay1500px .newsbox .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jg-indexmk4 .lay1500px .newsbox .news_title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 20px;
    color: #0D314F;
    line-height: 30px;
    margin-top: 33px;
    margin-bottom: 18px;
    display: block;
}

.jg-indexmk4 .lay1500px .newsbox .news_content{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 16px;
    color: #647684;
    line-height: 25px;
    margin-bottom: 26px;
    display: -webkit-box; /* 必须结合的属性，将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 必须结合的属性，设置子元素的排列方式 */
    -webkit-line-clamp: 3; /* 限制显示的行数 */
    overflow: hidden; /* 隐藏超出容器高度的部分 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.jg-indexmk4 .lay1500px .newsbox .addressbox{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 16px;
    color: #647684;
    margin: 8px 0px;
}

.jg-indexmk4 .lay1500px .newsbox .addressbox img{
    margin-right: 12px;
}

.jg-indexmk4 .lay1500px .newsbox .timebox{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 16px;
    color: #647684;
    margin: 8px 0px;
}

.jg-indexmk4 .lay1500px .newsbox .timebox img{
    margin-right: 12px;
}

.jg-indexmk4 .lay1500px .newsbox .news_title:hover{
    text-decoration: underline;
}

.jg-indexmk4 .lay1500px .newsboxtwo{
    background: #0D314F;
    padding: 45px;
}

.jg-indexmk4 .lay1500px .newsboxtwo .timebox{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom: 57px;
}

.jg-indexmk4 .lay1500px .newsboxtwo .addressbox{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom: 27px;
}

.jg-indexmk4 .lay1500px .newsboxtwo .newstwo_title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 1.15;
    margin-bottom: 72px;
}

.jg-indexmk4 .lay1500px .newsboxtwo a{
    font-family: 'Bold';
    font-size: 17px;
    color: #FFFFFF;
    padding: 10px 41px;
    background: #f0f8ff00;
    border-radius: 21px;
    display: block;
    line-height: 1;
    transition: all 0.5s;
    border: 1px solid #FFFFFF;
    width: fit-content;
    margin-top: 60px;
}

.jg-indexmk4 .lay1500px .newsboxtwo a:hover{
    background: #CB0D00;
    border: 1px solid #CB0D00;
}

#col-banner .swiper-slide .img{
    position: relative;
}

#col-banner .swiper-slide .img .content{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#col-banner .swiper-slide .img .content .crumsbox{
    display: flex;
}

#col-banner .swiper-slide .img .content .crumsbox .homeimg{
    margin-right: 14px;
}

#col-banner .swiper-slide .img .content .crumsbox a{
    font-family: 'Bold';
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.5s;
}

#col-banner .swiper-slide .img .content .crumsbox span{
    font-family: 'Bold';
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin: 0px 5px;
}

#col-banner .swiper-slide .img .content .crumsbox a:hover{
    text-decoration: underline;
}

#col-banner .swiper-slide .img .content .contentbox{
    margin-top: 75px;
}

#col-banner .swiper-slide .img .content .contentbox .content_title{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 70px;
    color: #FFFFFF;
}

#col-banner .swiper-slide .img .content .contentbox .content_content{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #E4E4E4;
    line-height: 25px;
    max-width: 545px;
    margin-top: 30px;
}

.jg-propductsbox{
    text-align: center;
    font-family: 'Medium';
    font-weight: 500;
    font-size: 60px;
    color: #0D314F;
    margin-top: 150px;
    margin-bottom: 80px;
}


.jg-propductsboxgs .lay1500px{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jg-propductsboxgs .jg-propductsboxgs_content{
    background: #F4F4F4;
    padding: 25px 30px;
    width: 32.5%;
    margin-bottom: 1.5%;
    transition: all 0.5s;
}

.jg-propductsboxgs .jg-propductsboxgs_content .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 25px;
    color: #0D314F;
    margin-bottom: 0px;
    text-align: left;
}

.jg-propductsboxgs .jg-propductsboxgs_content .content{
    min-height: 50px;
    font-family: 'Medium';
    font-weight: 500;
    font-size: 16px;
    color: #0D314F;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.jg-propductsboxgs .jg-propductsboxgs_content .imgbox{
    width: 100%;
    height: 200px;
    margin-bottom: 35px;
}

.jg-propductsboxgs .jg-propductsboxgs_content .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.jg-propductsboxgs .jg-propductsboxgs_content:hover .imgbox img{
    transform: scale(1.1);
}

.jg-propductsboxgs .jg-propductsboxgs_content:hover{
    background: white;
}

.jg-propductsboxgs .jg-propductsboxgs_content a.btn{
    font-family: 'Bold';
    font-size: 17px;
    color: #CB0D00;
    padding: 10px 41px;
    background: #cb0d0000;
    border-radius: 21px;
    line-height: 1;
    transition: all 0.5s;
    border: 1px solid #CB0D00;
    width: fit-content;
    margin-top: 60px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.jg-propductsboxgs .jg-propductsboxgs_content a.btn:hover{
    color: white;
    background: #0D314F;
    border: 1px solid #0D314F;
}

.jg-propductsboxgs{
    margin-bottom: 150px;
}

.jg-propductsboxgs .jg-propductsboxgs_content .listtype{
    margin: 30px 0px 5px 0px;
    min-height: 210px;
        display: flex;
    flex-direction: column;
}

.jg-propductsboxgs .jg-propductsboxgs_content .listtype .listtypea{
    padding: 0px;
    margin: 0px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 15px;
    color: #0D314F;
    line-height: 30px;
    border: 0px;
    border-radius: 0px;
}

.jg-propductsboxgs .jg-propductsboxgs_content .listtype .listtypea svg{
    margin-right: 7px;
    transition: all 0.5s;
}

.jg-propductsboxgs .jg-propductsboxgs_content .listtype .listtypea:hover{
    text-decoration: underline;
    background: #0d314f00;
}

.jg-propductsboxgs .jg-propductsboxgs_content .listtype .listtypea:hover svg{
    transform: translateX(-5px);
}

.side-tit-bar .side-tit{
    background: #CB0D00;
    color: white;
    font-family: 'Regular';
    font-weight: 500;
    font-size: 20px;
}

.main_hd .page_title{
    font-family: 'Bold';
    font-size: 35px;
    color: #0D314F;
    line-height: 1.5;
}

.side-cate li a{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 20px;
    color: #0D314F;
}

.side-widget .cate-type-list>li>a{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #0D314F;
}

.side-cate li a:hover, .side-cate li.active>a{
    color: #CB0D00 !important;
    text-decoration: underline;
}

.items_list .product_item .item_title a{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 20px;
    color: #0D314F;
}

.items_list .product_item{
    background: #F4F4F4;
    padding: 15px;
    flex: 0 0 32%;
    max-width: 32%;
    width: 32%;
    margin: 0.6%;
}

.items_list .product_item .item_title{
    margin-top: 10px;
}

.jg-productsingle .img{
    position: relative;
}

.jg-productsingle .img .content{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jg-productsingle .img .content .crumsbox{
    display: flex;
}

.jg-productsingle .img .content .crumsbox .homeimg{
    margin-right: 14px;
}

.jg-productsingle .img .content .crumsbox a{
    font-family: 'Bold';
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.5s;
}

.jg-productsingle .img .content .crumsbox span{
    font-family: 'Bold';
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin: 0px 5px;
}

.jg-productsingle .img .content .crumsbox a:hover{
    text-decoration: underline;
}

.jg-productsingle .img .content .contentbox{
    margin-top: 200px;
}
.jg-productsingle .img .content .contentbox .content_ctitle{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 23px;
    color: #FEFEFE;
    margin-bottom: 19px;
}
.jg-productsingle .img .content .contentbox .content_title{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 70px;
    color: #FFFFFF;
}

.jg-productsingle .img .content .contentbox .content_content{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #E4E4E4;
    line-height: 25px;
    max-width: 545px;
    margin-top: 30px;
}

.jg-productsingle .img .content .contentbox a{
    font-family: 'Bold';
    font-size: 17px;
    color: #FFFFFF;
    padding: 10px 25px;
    background: #CB0D00;
    border-radius: 21px;
    display: block;
    line-height: 1;
    width: fit-content;
    margin-top: 135px;
    transition: all 0.5s;
}

.jg-productsingle .img .content .contentbox a:hover{
    background: #0D314F;
}

.jg-productsinglemk2{
    margin-top: 150px;
}

.jg-productsinglemk2 .tagsbox .tagstitle{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 25px;
    color: #0D314F;
    margin-right: 73px;
    padding-bottom: 13px;
    display: inline-flex;
    transition: all 0.5s;
}

.jg-productsinglemk2 .tagsbox .tagstitle.active{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 25px;
    color: #0D314F;
    border-bottom: 2px solid #0D314F;
}

.jg-productsinglemk2 .tagscontent .tagscontentbox{
    margin-top: 37px;
    padding-top: 37px;
    border-top: 2px solid #91A2AF;
    display: none;
}

.jg-productsinglemk2 .tagscontent .tagscontentbox.active{
    display: flex;
    flex-wrap: wrap;
}

.jg-productsinglemk2 .tagscontent .tagscontentbox *{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 17px;
    color: #0D314F;
    line-height: 1.5;
}

.jg-productsinglemk2 .tagsbox .tagstitle:hover{
    color: #CB0D00;
}

.jg-productsinglemk2 .tagscontent .tagscontentbox a{
    padding: 10px 25px;
    border: 1px solid #0D314F;
    border-radius: 25px;
    margin-right: 15px;
    transition: all 0.5s;
}

.jg-productsinglemk2 .tagscontent .tagscontentbox a:hover{
    background: #0D314F;
    color: white;
}

.jg-productsinglemk3{
    padding: 58px 46px;
    background: #F4F4F4;
    display: flex;
    margin-top: 80px;
    align-items: center;
}

.jg-productsinglemk3 .leftbox{
    width: 50%;
    position: relative;
}

.jg-productsinglemk3 .leftbox img{
    width: 100%;
    height: auto;
}

.jg-productsinglemk3 .rightbox{
    width: 50%;
    padding-left: 89px;
}

.jg-productsinglemk3 .rightbox .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 50px;
    color: #0D314F;
}

.jg-productsinglemk3 .rightbox a{
    font-family: 'Bold';
    font-size: 17px;
    color: #FFFFFF;
    padding: 10px 25px;
    background: #CB0D00;
    border-radius: 21px;
    display: block;
    line-height: 1;
    width: fit-content;
    transition: all 0.5s;
}

.jg-productsinglemk3 .rightbox a:hover{
    background: #0D314F;
}

.jg-productsinglemk3 .rightbox .content{
    margin: 32px 0px 67px;
}

.jg-productsinglemk3 .rightbox .content li{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #0D314F;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.jg-productsinglemk3 .rightbox .content li svg{
    margin-right: 14px;
}

.jg-productsinglemk4{
    margin-top: 125px;
}

.jg-productsinglemk4 .lay1500px{
    overflow: hidden;
} 

.jg-productsinglemk4 .mySwiperindeximgboxtop{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.jg-productsinglemk4 .mySwiperindeximgboxbottom{
    margin-top: 14px;
}

.jg-productsinglemk4 .mySwiperindeximgboxtop .swiper-button-next, .jg-productsinglemk4 .mySwiperindeximgboxtop .swiper-button-prev{
    opacity: 1;
    background: none;
}

.jg-productsinglemk4 .mySwiperindeximgboxtop .swiper-button-next:before,.jg-productsinglemk4 .mySwiperindeximgboxtop .swiper-button-prev:before{
    display: none;
}

.jg-productsinglemk4 .mySwiperindeximgboxbottom .swiper-slide.swiper-slide-thumb-active{
    border: 1px solid #CB0D00;
}

.jg-productsinglemk5{
    margin-top: 150px;
}

.jg-productsinglemk5 .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 60px;
    color: #0D314F;
    text-align: center;
    margin-bottom: 80px;
}

#gotoTop{
    background: #CB0D00;
}

.jg-productsinglemk5 .mk5titlebox{
    display: flex;
}

.jg-productsinglemk5 .mk5titlebox .mk5title{
    margin-right: 22px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.jg-productsinglemk5 .mk5titlebox .mk5title.active{
    border-bottom: 2px solid #0D314F;
}

.jg-productsinglemk5 .mk5contentbox{
    margin-top: 37px;
    padding-top: 37px;
    border-top: 2px solid rgb(145, 162, 175);
}

.jg-productsinglemk5 .mk5contentbox .mk5content{
    display: none;
}

.jg-productsinglemk5 .mk5contentbox .mk5content.active{
    display: block;
}

table tr td img{
    width: 100%;
}

table tr{
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
}

table tr td{
    border: 1px solid #C6C6C6;
    padding: 10px;
    font-family: 'Medium' !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #5D6973 !important;
}

table tr td *{
    font-family: 'Medium' !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #5D6973 !important;
}

/*设置偶数行颜色*/
table tr:nth-child(even){
    background: #F5F5F5 !important;
}

.jg-productsinglemk6 table{
    width: 100%;
}

.jg-productsinglemk6 .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 60px;
    color: #0D314F;
    text-align: center;
    margin-bottom: 37px;
    margin-top: 37px;
    padding-top: 37px;
    border-top: 2px solid #91A2AF;
}

.jg-productsinglemk7{
}

.jg-productsinglemk7 .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 60px;
    color: #0D314F;
    text-align: center;
    margin-bottom: 37px;
    margin-top: 37px;
    padding-top: 37px;
    border-top: 2px solid #91A2AF;
}

.jg-productsinglemk7 .content img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.jg-productsinglemk8{
    margin-top: 150px;
    margin-bottom: 120px;
}

.jg-productsinglemk8 .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 60px;
    color: #0D314F;
    text-align: center;
    margin-bottom: 80px;
}

.items_list .product_item figure:hover .item_title a,.side_product_item figcaption .item_title a:hover, .side_product_item .item-img:hover + figcaption .item_title a{
    color: #CB0D00 !important;
}

.side_product_item figcaption .item_title a{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #0D314F;
}

.blog-item .item-info .item-title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
}

.blog-item .item-info .item-title a{
    color: #CB0D00;
    transition: all 0.5s;
}

.blog-item .item-info .item-title a:hover{
    text-decoration: underline;
}

.blog-item .item-info time{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #0D314F;
    line-height: 1.5;
}

.blog-item .item-info .item-detail{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 20px;
    color: #0D314F;
    line-height: 1.5;
}

.blog-item .item-info .item-more{
    font-family: 'Medium';
    color: #CB0D00;
}

.blog-item .item-info .item-more:before, .blog-item .item-info .item-more:after{
    background-color: #CB0D00;
}

.blog-item .item-info .item-more:hover{
    background: #CB0D00;
}

.header .inner nav ul li .child a:hover{
    color: #CB0D00 !important;
    text-decoration: underline !important;
}

#header.active .mm_btn .menu_bar_item .rect{
    background: #333;
}
#col-banner .swiper-slide .img .content .crumsbox .homeimg{
    min-height: auto;
}

.jg-productsingle .img img{
    min-height: 600px;
}

.jg-productsingle .img .content .crumsbox .homeimg{
    min-height: auto;
}

.header .inner nav ul li{
    height: 110px;
}

.header .inner nav ul li>a{
    height: 110px;
}

.productchild{
    width: 100%;
    position: fixed;
    background: #f5f5f5;
    left: 0;
    top: 110px;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    height: 0;
    padding: 0px;
    overflow: hidden;
}

.productchild .lay1500px .mySwiperheaderproduct{
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 15px;
}

.productchild .lay1500px .mySwiperheaderproduct .swiper-slide a{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #0D314F;
    line-height: 1.5;
    transition: all 0.5s;
}

.productchild .lay1500px .mySwiperheaderproduct .swiper-slide img{
    margin: 25px 0px;
    transition: all 0.5s;
}

.productchild .lay1500px .mySwiperheaderproduct .swiper-slide a:hover{
    color: #CB0D00;
    text-decoration: underline;
}

.productchild .lay1500px .mySwiperheaderproduct .swiper-slide a:hover img{
    background: white !important;
}

.mySwiperheaderproduct .swiper-slide .content{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.mySwiperheaderproduct .swiper-slide .content a{
    font-weight: 400 !important;
    font-size: 16px !important;
    margin: 2.5px 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mySwiperheaderproduct .swiper-pagination-bullet{
    opacity: 1;
    background: #0D314F;
}

.mySwiperheaderproduct .swiper-pagination-bullet-active{
    background: #CB0D00;
}

@media screen and (max-width:1800px){
    .jg-productsingle .img .content .contentbox{
        margin-top: 125px;
    }
}

@media screen and (max-width:1600px){
    .jg-productsingle .img .content .contentbox .content_ctitle{
        font-size: 15px;
    }
    .jg-productsingle .img .content .contentbox .content_title{
        font-size: 35px;
    }
    .jg-productsingle .img .content .contentbox .content_content{
        font-size: 12px;
        line-height: 1.5;
    }
    .jg-productsingle .img .content .contentbox a{
        font-size: 12px;
        margin-top: 35px;
    }
}

@media screen and (max-width:1550px){
    .lay1500px,.container{
        padding: 0px 5%;
    }
}

@media screen and (max-width:1400px){
    .jg-indexmk4 .lay1500px .newsboxtwo .newstwo_title{
        font-size: 30px;
    }
}

@media screen and (max-width:1300px){
    .header .inner nav ul li{
        margin-right: 25px;
    }
    
    .header .inner nav ul li>a svg{
        margin-left: 5px !important;
    }
    
}

@media screen and (max-width:1250px){
    .jg-productsingle .img .content{
        top: 55%;
    }
}

@media screen and (max-width:1150px){
    .headerbtn{
        display: none;
    }
    .jg-indexmk3 .content .contentbox_content{
        align-items: center;
    }
    .jg-indexmk3 .content .contentbox_content .title{
        text-align: center;
    }
}

@media screen and (max-width:992px){
    .jg-productsinglemk5 .mk5titlebox{
        zoom: 0.5;
    }
    .jg-productsinglemk5 .title,.jg-productsinglemk6 .title,.jg-productsinglemk7 .title{
        font-size: 35px;
        margin-bottom: 50px;
    }
    .jg-productsinglemk4,.jg-productsinglemk5,.jg-productsinglemk6,.jg-productsinglemk7,.jg-productsinglemk8{
        margin-top: 50px;
    }
    .jg-productsinglemk3 .rightbox a{
        font-size: 12px;
    }
    .jg-productsinglemk3 .rightbox .content li{
        font-size: 12px;
        line-height: 24px;
    }
    .jg-productsinglemk3 .rightbox .content{
        margin: 20px 0px !important;
    }
    .jg-productsinglemk3 .rightbox .title{
        font-size: 35px;
    }
    .jg-productsinglemk3 .leftbox{
        width: 100%;
    }
    .jg-productsinglemk3 .rightbox{
        padding-left: 0px;
        width: 100%;
        margin-top: 15px;
    }
    .jg-productsinglemk3{
        margin-top: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 20px;
    }
    .jg-productsinglemk2 .tagscontent .tagscontentbox a{
        font-size: 12px;
        margin: 5px;
    }
    .jg-productsinglemk2{
        margin-top: 50px;
    }
    .jg-productsinglemk2 .tagscontent .tagscontentbox *{
        font-size: 12px;
        line-height: 1.5;
    }
    .jg-productsinglemk2 .tagsbox .tagstitle,.jg-productsinglemk2 .tagsbox .tagstitle.active{
        font-size: 13px;
        margin-right: 15px;
    }
    .jg-productsinglemk2 .tagsbox .tagstitle{
        display: none;
    }
    .jg-productsinglemk2 .tagsbox{
        display: flex;
    }
    .tagstitleclick {
        display: block !important;
        width: fit-content;
    }
    .jg-productsingle .img .content .crumsbox a{
        font-size: 12px;
    }
    .jg-productsingle .img .content .contentbox{
        margin-top: 75px;
    }
    .jg-productsinglemk8 .title{
        font-size: 35px;
        margin-bottom: 50px;
        padding: 0 20px;
    }
    
    .blog-item .item-img{
        max-width: 100%;
        margin-right: 0px;
    }
    
    .blog-item .item-wrap{
        display: flex;
        flex-direction: column;
    }
    
    .items_list .product_item{
        flex: 0 0 49%;
        max-width: 49%;
        width: 49%;
        margin: 0.5%;
    }
    
    .items_list .product_item .item_title a{
        font-size: 12px;
    }
    
    .jg-propductsbox{
        font-size: 35px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .jg-propductsboxgs .jg-propductsboxgs_content{
        background: #F4F4F4;
        padding: 40px;
        width: 49%;
        margin-bottom: 1.5%;
    }
    
    .jg-propductsboxgs .jg-propductsboxgs_content .listtype .listtypea{
        margin: 5px 0px;
        line-height: 1.5;
    }
    
    #col-banner .swiper-slide .img .content .crumsbox a{
        font-size: 12px;
    }
    
    #col-banner .swiper-slide .img .content .contentbox{
        margin-top: 50px;
    }
    
    #col-banner .swiper-slide .img .content .contentbox .content_title{
            font-size: 35px;
    }
    
    #col-banner .swiper-slide .img .content .contentbox .content_content{
        font-size: 12px;
    }
    
    .jg-newfooter .lay1500px .newfooterboxgs .content a img{
        margin-left: 0px !important;
        margin-right: 32px !important;
    }
    
    .jg-newfooter .lay1500px .newfooterboxgs{
        margin-bottom: 25px;
    }
    
    .jg-newfooter .lay1500px .newfooterboxgs .content a{
        margin-bottom: 20px !important;
    }
    
    .jg-newfooter .lay1500px .newfooterboxgs .title{
        font-size: 30px;
        margin-bottom: 20px ;
    }
    
    .jg-newfooter .lay1500px .newfooterboxgs .content a p{
        max-width: 100%;
    }
    
    .jg-newfooter{
        padding: 35px 0px;
    }
    
    .jg-newfooter .lay1500px{
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .jg-contentbox a{
        font-size: 12px;
    }
    
    .jg-contentbox .title{
        font-size: 35px;
        margin-bottom: 20px;
    }
    
    .jg-contentbox .content{
        text-align: center;
        padding: 0px 20px;
        font-size: 20px;
    }
    
    .jg-indexmk4 .title{
        font-size: 35px;
        margin-bottom: 50px;
    }
    
    .jg-indexmk4{
        margin: 80px 0px;
    }
    
    .jg-indexmk4 .lay1500px .newsboxtwo{
        width: 100%;
    }
    
    .jg-indexmk4 .lay1500px .newsbox{
        width: 100%;
        margin-bottom: 25px;
    }
    
    .jg-indexmk4 .lay1500px{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    
    .jg-indexmk3{
        padding: 80px 0px;
        margin-top: 50px;
    }
    
    .jg-indexmk3 .content .topbox a{
        font-size: 12px;
    }
    
    .jg-indexmk3 .content .topbox .title{
        font-size: 35px;
    }
    
    .jg-indexmk3 .content .contentbox_content .title{
        font-size: 18px;
        margin: 20px 0px;
    }
    
    .jg-indexmk3 .content .contentbox_content .imgbox{
        width: 40px;
        height: 40px;
    }
    
    .jg-indexmk3 .content .contentbox_content{
        padding: 15px;
    }
    
    .jg-indexmk3 .content .contentbox{
        flex-wrap: wrap;
    }
    
    .jg-indexmk2 .mySwiperproducts{
        padding-bottom: 50px;
    }
    
    .jg-indexmk2{
        margin-top: 65px;
    }
    
    .jg-indexmk2 .title{
        font-size: 35px;
        margin-bottom: 60px;
    }
    
    .jg-indexmk1 .leftbox{
        width: 100%;
    }
    
    .jg-indexmk1 .rightbox{
        width: 100%;
    }
    
    .jg-indexmk1 .rightbox .content{
        max-width: 100%;
    }
    
    .jg-indexmk1{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    #col-index-banner .swiper-slide .content .bannerbtn{
        margin: 0 auto;
        margin-top: 50px;
    }
    
    #col-index-banner .swiper-slide .content .title{
        text-align: center;
        font-size: 35px;
    }
    
    #scrollsidebar{
        display: none;
    }
    
    #header a.mm_btn{
        top: 25px;
    }
    
    .header .inner .index-search{
        right: 30px;
    }
}

@media screen and (max-width:500px){
    .mk5contentbox .td{
        padding: 10px;
    }
    .mk5contentbox .td img{
        width: 100%;
        height: auto;
    }
    .jg-propductsboxgs .jg-propductsboxgs_content .listtype{
        min-height: fit-content;
    }
    .jg-propductsboxgs .jg-propductsboxgs_content{
        width: 100%;
        margin-bottom: 1.5%;
    }
    .jg-indexmk4 .lay1500px .newsboxtwo .newstwo_title{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .jg-indexmk4 .lay1500px .newsboxtwo .addressbox{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .jg-indexmk4 .lay1500px .newsboxtwo .timebox{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .jg-indexmk4 .lay1500px .newsboxtwo{
        padding: 35px 15px;
    }
    .jg-indexmk3 .content .contentbox_content .title{
        font-size: 16px;
        line-height: 1.5;
    }
    .jg-indexmk3 .content .contentbox_content.active .imgbox img{
        transform: translateY(5px);
    }
    .jg-indexmk3 .content .contentbox{
        justify-content: center;
    }
    .jg-indexmk3 .content .contentbox_content{
        width: 50%;
        margin-bottom: 15px;
        border: 1px solid #34445E;
    }
    .mySwiperproducts .swiper-pagination{
        zoom: 0.75;
    }
    
    .jg-indexmk1 .rightbox .title{
        font-size: 35px;
    }
    
    .jg-indexmk1 .rightbox{
        padding: 20px;
    }
}
.header.cur .inner nav ul li>a:hover{
    color: #CB0D00 !important;
    text-decoration: underline !important;
}