* {
    padding: 0;
    margin: 0;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
    line-height: 1.6;
}

body {
    font-family: Arial, Helvetica, sans-serif, "microsoft yahei";
    color: #5c5a5a;
    background: #ffffff;
    font-size: 20px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th {
    background: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ul,
li,
ol {
    list-style: none;
}

em,
b,
i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
    width: auto;
    max-width: 100%;
}
a img {
    border: none;
}

input,
textarea,
select,
a {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

textarea {
    resize: none;
    overflow: auto;
}

aside,
article,
footer,
header,
nav,
section
  {
    display: block;
    height: auto;
    overflow: hidden;
}

:root {
    --fontAColor: #c3001e;
    --basicAcolor: #5c5a5a;
}

a {
    color: var(--basicAcolor);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 1.8;
}

.disFlex {
    display: -moz-box;
    /*firefox*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Safari*/
    display: -webkit-flex;
    /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.disFlexBlock {}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.left,
.right {
    width: 50%;
}

.main { 
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative; 
}

.nav {
    min-width: 1400px;
    height: 9rem;
    color: rgb(253, 253, 253);
    text-align: center;
    font-size: 36px;
    align-items: center;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial; 
    /* box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px; */
    z-index: 99;
    border-bottom: 1.5rem #c90507 solid;
    background: #ffffff;
}

.nav .disFlex {
    max-width: 1400px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: space-around;
}

.nav li {
    display: flex;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    align-items: center;
    height: 9rem;
    position: relative;
}

.nav a {
    display: block; 
    text-align: center;
    /* line-height: 9rem; */
    padding-top: 0px;
    padding-right: 1rem;
    padding-bottom: 0px;
    padding-left: 1rem;
}

.nav.swiper {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: calc(100% - 2em);
    padding-top: 0px; 
    padding-bottom: 0px;
    padding-left: 1em;
    padding-right: 1em;
    
}

.nav.swiper .disFlex {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.nav.swiper a,
.nav.swiper span {
    font-size: 18px;
    font-weight: bold;
}

.nav.swiper a {
    padding-top: 0px;
    padding-right: 1rem;
    padding-bottom: 0px;
    padding-left: 1rem;
}

/* .nav.swiper ul {
    width: calc(100vw - 6rem);
} */

.nav.swiper ul li {
    width: auto;
    height: auto;
}

.nav.swiper .swiper-button-next,
.nav.swiper .swiper-button-prev {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(199, 8, 14);
}

.container {
     width: 1400px;
    height: auto; 
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100px;
}

.mod { 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;  padding-bottom: 4rem;
}

.leftBox {
    width: calc(50% - 4rem);
    flex-shrink: 0;
    min-height: 100px;
}

.rightBox {
    width: calc(50% - 4rem); 
    min-height: 100px;
}

.thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.thumb p {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 20px;
}

.text-text a p {
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgb(90, 89, 89);
}

.img-text {
    align-items: stretch;
}

.img-text .thumb {
    width: 21.4rem;
    height: 12rem;
    flex-shrink: 0;
    margin-right: 2.5rem;
}

.img-text .text-text {
    width: auto;
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ul.ul-listy li { 
    list-style-position: inside;
    padding-top: 1rem;
    padding-right: 0px;
    padding-bottom: 1rem;
    padding-left: 0px;
    list-style-type: disc;
}

ul.ul-listy li::marker {
    color: var(--basicAcolor);
    font-size: 0.5em;
}

 
.adTwo{
    justify-content: space-between;
}
.adTwo a {
    display: inline-flex;
    width: calc(50% - 15px);
    height: auto;
}

.adTwo a img {
    display: block;
    width: 100%;
    height: auto;
}

.titleIconMore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    /*! border-bottom-color: rgb(230, 230, 231); */
    /*! padding-bottom: 1.5rem; */
    /*! padding-top: 1.5rem; */
    padding-left: 6rem;
    position: relative;
    border-bottom: 2px #e3e9ed solid;
    align-items: stretch;
    margin-bottom: 4rem;
}

.titleIconMore img {
    margin-right: 10px;
}

.titleIconMore a {
    color: var(--basicAcolor);
    float: right; 
    display: flex;
    align-items: center;
    font-size: 24px;
    
}

.titleIconMore span {
    font-size: 33px;
    font-weight: bold;
    border-bottom: 4px solid rgb(228, 87, 31);
    height: 100%;
    display: block;
    padding: 1rem 0;
    margin-bottom: -4px;
}

.titleIconMore span::before {
    content: " ";
    display: block;
    width: 5rem;
    height: 4.6rem;
    background-image: url("icon.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    
}
.flexImgFourths{
    margin: 7rem auto 6rem auto;
}
.flexImgFourths a {
    display: block;
    flex-shrink: 0;
    width: calc(25% - 1.5rem);
}
.flexImgFourths a img{
    width: 100%;
    height: auto;
}
.footer {
    padding-top: 0px;
    padding-right: 2rem;
    padding-bottom: 0px;
    padding-left: 2rem;
    text-align: center;
    font-size: 18px;
    padding-bottom: 8rem;
}

.footer p {
    line-height: 2.5;
}
.header{
  
    color: #ffffff;
    
}
.header svg{
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 10px;
}
.header .code{  background: #d02b29;
   
    font-size: 16px;
    padding: 1rem 0;
}
.header .code .container{
    margin: 0 auto;
    display: flex;
    justify-content: right;text-align: right;
}
.header .code .container div{
    display: flex;
    margin: 0 5px;
}
.logo img{
    max-height: 18.7rem;
    margin: 7rem 0 5rem;
}
 .mod-01{
    padding-top: 7rem;
 }
 .mod-01 .flexBox{
    margin-bottom: 10rem;
    align-items: start;
}
.mod-01 .leftBox{
    width: 780px;
    margin-right: 3.5rem;
    align-items: top;
}
.mod-01 .leftBox ul{
    margin-top: 5rem;
    display: flex;
    justify-content: space-around; 
    text-align: center;
    align-items: center;
    font-weight: 500;
}
.mod-01 .leftBox ul li img{
    height: 4.3rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.mod-01 .swiper{
    width:780px;
    height: 439px;
}
.mod-01 .swiper .thumb p{
    padding-right: 10rem;
}
.mod-01 .swiper .swiper-pagination {
   width: 10rem;
   right: 0;
   left: auto;
}
.mod-01 .swiper .swiper-pagination span{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
}
.mod-01 .swiper .swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 1;
}
.mod-01 .swiper span.swiper-pagination-bullet-active{
    width: 1rem;
    height: 1rem;
    background-color: #be0406;
}

.mod .text-text{
    border-bottom: 2px #e4571f solid;
    padding-bottom: 3rem;
    margin-bottom: 1rem;
}
.mod .text-text strong{
    font-size: 30px;
}
.mod .text-text p{
    font-size: 18px;
    padding-top: 1rem;
}
.mod-02 .flexBox{
    gap: 3rem;
}
.mod-02 .thumb{
    width: 420px;
    height: 236px;
    flex-shrink: 0;
}
 
.mod-04 .thumb {
    width: calc((100% - 6rem) / 4);
    height: calc(((100% - 6rem) / 4) * 9 / 16);
    aspect-ratio: 16 / 9;    
}
.nav.swiper .btn.swiper-button-next, .nav.swiper .btn.swiper-button-prev{
    background: #ffffff;
    width: 1em;
}
.swiper-button-next.btn{
    right: 0;
}
.swiper-button-prev.btn{
     left: 0;
}
.btn::after{
    font-size: 0.5em;
}
@media screen and (max-width: 1400px) {
    body{
        font-size: 18px;
    }
.container{
    width: auto;
}
.mod .text-text strong{
    font-size: 28px;
}
.nav{min-width: 100%;
    font-size: 30px;
    height: auto;
    margin-left:auto;
    margin-right:auto; 
}
.nav li{
    height: auto;
}
.nav,.nav .disFlex{
    max-width: none;
    width: calc(100% - 2em);
}
.mod-01 .leftBox{
     width: calc(78vw * 0.7);
}
.swiper-box,.mod-01 .swiper{
    width: calc(78vw * 0.7);
    height: calc(78vw * 0.7 * 9 / 16);
}
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 768px) {
     
      .mod-01 .leftBox,.mod-01 .rightBox,.leftBox,.rightBox{
        width: 100%;
    }
     .mod-01 .leftBox{
     width: calc(100vw - 4rem);
}
 
    .flexBox{
        display: block;
    }
    .nav {
        min-width: calc(100% - 2em);
        overflow: hidden;
        font-size: 22px;
        
    }

    body,.mod .text-text strong{
        font-size: 18px;
    }
    .container{
        width: auto;
        margin: 0 2rem;
    }
    .logo{
        width: 80%;
    }
   .mod-01 .leftBox{
    width: 100%;
   }
    .mod-01 .leftBox .swiper-box,.mod-01 .leftBox .swiper{
          width: 100%;
          height: auto;
        aspect-ratio: 16 / 9;
        margin-right: 0;
    }
    .thumb p,.mod-01 .leftBox ul,.mod .text-text p,.titleIconMore a{
        font-size: 16px;
    }
    .mod-01 .leftBox ul{
        flex-wrap: wrap;
        padding-bottom: 3rem;
    }
    .mod-01 .leftBox ul li{
        width: 50%;  
        padding-bottom: 3rem;
    }
    .mod .text-text p{
        font-weight: normal;
    }
    .titleIconMore span{
        font-size: 20px;
    }
    .mod-02 .thumb{

        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin-bottom: 3rem;
    }
    .mod-03 .leftBox{
        padding-bottom: 3rem;
    }
    .mod-04 .flexBox{
        display: flex;
        flex-wrap: wrap;
    }
    .mod-04 .thumb{
        width: calc((100% - 2rem) / 2);
        margin-bottom: 3rem;
    }
    .mod-04 .thumb p{
        position: relative;
        margin-top: 2rem;
        background: none;
        color: var(--basicAcolor);
    }
    .footer{
        font-size: 12px;
    }
    
}
@media screen and (max-width:480px) {}