body {
    max-width: 2560px;
    margin: 0 auto;
    letter-spacing: 1px;
    background: url("../img/bg_fix.jpg") top center repeat fixed;
    background-size: cover;
}
.toggle-btn {
    position: fixed;
    top: 50%;
    right: -20px;
    z-index: 999;
    border: 0;
    background-color: #C81C36;
    padding: 0.25rem 0.5rem 0.5rem;
    transition: right 0.3s ease;
    transform: translate(0, -50%) rotate(-90deg);
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.toggle-btn.active {
    right: 200px;

}
.toggle-btn:hover {
    background-color: #ff602d;
    color: #fff;
}
.menu {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    right: -220px;
    height: 393px;
    width: 220px;
    background: url('../img/menu_bg.png') no-repeat top center;
    transition: right 0.3s ease;
    z-index: 999;
    background-size: 100%;
    box-shadow: #414443 0 0 10px;
}

.menu.active {
    right: 0;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 48px;
    align-items: center;
    font-weight: bold;
}
.menu ul li a {
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    color: #07655C;
    transition: color 0.3s;
    font-size: 21px;
}
.menu ul li a svg {
    height: 1rem;
    margin-right: 10px;
}
.menu ul li a:hover {
    color: #fff;
    background-color: #C81C36;
}
@media (min-width:992px){

}
.section1 {
    background-image: url('../img/banner_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    background-size: cover;
}
.section .wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.section .condition {
    font-weight: bold;
    font-size: 1.25rem;
}
.section1 .banner {
    width: 100%;
}
.section1 .btn_group {
    position: absolute;
    width: 74%;
    top: 87.5%;
    left: 11.2%;
}
.section1 .btn_group a {
    display: inline-block;
    padding: 0 2px;
    vertical-align: top;
}
.section1 .btn_group a:nth-child(1) {
    width: 27.23%;
}
.section1 .btn_group a:nth-child(2) {
    width: 31.75%;
}
.section1 .btn_group a:nth-child(3) {
    width: 35.36%;
}
.section1 .btn_group img {
    max-width: 100%;
}
@media (min-width:650px){
    .section1 .btn_group {
        top: 89%;
    }
}
@media (min-width:1200px){
    .section1 .btn_group {
        left: 11.2%;
    }
}
.section2{
    padding-bottom:30px;
}
.section2 .wrapper {
    padding-top: 2rem;
}
.section3 {
    background: url('../img/page_bg.png') no-repeat top center;
    background-size: 100%;
}
.section3 .wrapper {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}
.section4 {padding-top: 2rem;}
.section2 .up {
    background:
        url('../img/section2_up_bg.png') no-repeat top center,
        url('../img/section2_up_bg2.jpg') no-repeat bottom center;
    background-size: auto 697px, 100% 60%;
}
.section3 .up {
    background:
        url('../img/section3_up_bg1.png') no-repeat top center,
        url('../img/section3_up_bg2.png') no-repeat bottom center;
    background-size: auto 189px, 100% calc(100% - 189px);
    padding: 0 30px 2rem;
}
.section4 .up {
    background:
        url('../img/section4_up_bg1.png') no-repeat top center,
        url('../img/section4_up_bg2.png') no-repeat bottom center;
    background-size: auto 689px, 100% 60%;
}
.section2 .up h1 {
    color: #FFF9E9;
    padding-top: 1rem;
    margin-bottom: 7rem;
    font-weight: 600;
    letter-spacing: 3px;
}
.section3 .up h1 {
    margin-bottom: 7rem;
    position: relative;
    top: -10px;
    font-weight: bold;
}
.section4 .up h1 {
    color: #FFF9E9;
    margin-bottom: 7rem;
    position: relative;
    top: -10px;
    font-weight: bold;
}
.section3 .safe_kind > div {
    border-width: 4px;
    border-style: solid;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.section3 .safe_kind > div:nth-child(1) {
    border-color: #C81C36;
}
.section3 .safe_kind > div:nth-child(2) {
    border-color: #ff602d;
}
.section3 .safe_kind > div:nth-child(3) {
    border-color: #24786B;
}
.section3 .safe_kind p {
    margin-bottom: 0;
    text-align: left;
    font-size: 1.25rem;
}
.section2 .safe_kind p,
.section4 .safe_kind p {
    color: #000;
    position: absolute;
    top: 39%;
    width: 100%;
    font-size: 1.25em;
    line-height: 25px;
    font-weight: bold;
}
.section2 .down {
    background:
        url('../img/section2_down_bg1.png') no-repeat top center,
        url('../img/section2_down_bg3.png') no-repeat bottom center,
        url('../img/section2_down_bg2.png') repeat-y center center;
    background-size: auto 68px, auto 409px, auto auto;
}
.section3 .down {
    background:
        url('../img/section3_down_bg1.png') no-repeat top center,
        url('../img/section3_down_bg3.png') no-repeat bottom center,
        url('../img/section3_down_bg2.png') repeat-y center center;
    background-size: auto 60px, auto 438px, auto auto;
    margin-top: -2px;
}
.section4 .down {
    background:
        url('../img/section4_down_bg1.png') no-repeat top center,
        url('../img/section4_down_bg2.png') repeat-y center center;
    background-size: auto 70px, auto auto;
}
.section2 .down img,
.section3 .down img,
.section4 .down img {
    max-width: 100%;
}
.section2 .down h3,
.section3 .down h3,
.section4 .down h3 {
    padding-top: 1rem;
    margin-bottom: 1rem;
}
.section2 .down p,
.section3 .down p {
    color: #333;
}
.section4 .down p {
    color: #fff;
}
.section2 .down small,
.section3 .down small,
.section4 .down small {
    font-size: 1rem;
    font-weight: normal;
}
.section2 .remarks,
.section3 .remarks,
.section4 .remarks {
    padding: 1.5rem 0 7.3rem;
    background: url('../img/section2_down_bg4.png') no-repeat top center;
}
.section4 .award {
    width: 80%;    
}
@media (min-width:768px){
    .section2 .down p{
        color: #fff;
    }
    .section3 .safe_kind > div {
        flex-direction: row;
    }
    .section3 .safe_kind p {
        margin-left: 20px;
        margin-top: 7px;
    }
}

.section5 {
    background: url('../img/section5_up_bg.jpg') no-repeat top center,
        url('../img/section5_bottom_bg.jpg') no-repeat bottom center,
        url('../img/section5_middle_bg.jpg') repeat-y center;
    background-size: auto 176px, auto 528px, 100% auto;
    padding: 9rem 15px 3rem;
    margin-top: -50px;
}
.section5 .divider {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
}
.section5 .wrapper > h3 > img {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
}
.section5 .c_card {
    border: 1px solid #333;
    height: 100%;
}
.section5 .c_card .head {
    background-color: #24776B;
    color: #fff9e9;
    padding: 7px;
    font-size: 1.25rem;
    font-weight: bold;
}
.section5 .c_card .content {
    text-align: left;
    padding: 10px;
    line-height: 25px;
}
.section5 .safe_kind button {
    padding: 10px 20%;
}
@media (min-width:1200px){
}


/*new*/
.banner_title{
   width: 590px;
   position:absolute;
   left:315px;
   top:112px;
}
.banner_title img{
   width: 590px;
}
h4{
   font-size: 1.5rem;
   font-weight:bold;
   line-height:33px;
   color:#fff;
}
.section5 h4{
   color:#000;
   font-size: 2rem;
}
.section3 h4{color:#000;}
.text-danger{font-weight:bold;}
.section4 .mb-4 {
    margin-bottom: 1rem !important;
    margin-top:0.1rem;
}
.h5, h5 {
    font-size: 1.25rem;
    font-weight: bold;
}
.mx-3 {font-weight:bold;}
a{
    color:#c81c35;
    text-decoration:underline;
}
a:hover{
    color:#ff602d;
    cursor:pointer;
}
.set6 {
    background: url(../img/set6.png) no-repeat top center;
    background-size: 100%;
    padding:150px 0;
    margin-top:-5px;
}
.award_wrap{
    background-color:#fff;
    padding: 0 0 10px 0;
    margin: 0 2%;
    border:#000 solid 3px;
}
ul{
    line-height: 30px;
}
.set6 .mb-4{ color:#fff9e9!important;}
.table>:not(caption)>*>* {
   background: none;
   color:#fff9e9;
   font-size:20px;
   text-align:center;
   border:thin #fff9e9 solid;
}
th {
    background-color: #ff602d!important;
}
.set7_title{
   margin-top: 100px;
}
.wrapper_page3{
    font-weight:bold;
    color:#fff9e9;
    text-align: left;
     line-height: 30px;
}
.copyright{
    background-size: cover;
    float: left;
    width: 100%;
    padding: 50px 0 70px 0;
    font-size: 1rem;
    color:#fff9e9;
    text-align:center;
}
.set6_bottom{
    background: url(../img/set6_bottom.png) no-repeat bottom center;
    background-size: 100%;
    width:100%;
    height:30px;
}
.section1{display:block;width: 100%;}
.header{display:none;}
.phone_wrap{display:none;}
.pad_wrap{display:none;}
@media (min-width: 320px) and (max-width: 1199px) {
.section .wrapper {
    width: 96%;
}
.section4 .up {
    background: url(../img/bg3.png) no-repeat top center, url(../img/section4_up_bg2.png) no-repeat bottom center;
    background-size: 100%;
}    
.section1{display:none;}
.header{display:block;} 
.logo{width:60%;margin-left: 55%;background-color: #fff9e9;}
.section2 .up h1 {margin-bottom: 5rem;}
.section2 .down h3,
.section3 .down h3,
.section4 .down h3 {
    padding-top: 1rem;
    margin-bottom: 1rem;
    font-size:2rem
}
.section4 h4{
   color:#fff9e9;
}    
.section2 .remarks,
.section3 .remarks,
.section4 .remarks {
    padding: 1.5rem 0 5.8rem 0;
    background: url('../img/section2_down_bg4_phone.png') no-repeat top center;
    background-size: 110%;
    margin-top: -5px;
}
.section3 .up {
    padding: 0 10px;
}
.section3 {
    background-size: 350%;
    background-position:top left;
    background-repeat: repeat;
}
.section3 .wrapper {
    padding-top: 5rem;
    padding-bottom: 2rem;
}
.px-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.sect4_award{
    border: #fff9e9 10px solid;
}
.section4 {padding-top: 3rem;}  
.mx-3 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.set6 {
    background: url(../img/set6.png) repeat left top;
    background-size: cover;
    padding: 60px 0 150px 0;
    margin-top:-5px;
}
.set6_bottom{
display:none;
}     
.header{display:block;background-color: #fff9e9;width: 100%;} 
.section .condition {
    padding:0 2.5%;
    /* float: left; */
}
.section5 {
    background:
        url('../img/section5_up_bg.jpg') no-repeat top center,
        url('../img/section5_bottom_bg.jpg') no-repeat bottom center,
        url('../img/section5_middle_bg.jpg') repeat-y center;
}    
}
@media (min-width: 320px) and (max-width: 600px) {
.section1{display:none;} 
.phone_wrap{display:block;width:100%;margin-top: -35px;}
.phone_wrap img{width:100%;}
.pad_wrap{display:none;}    
 h1 {
    font-size: 1.5rem;
}
h4{
   color:#000;
   font-size: 1.5rem!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}    
.copyright{
    padding: 0px 2% 40px 2%;
    font-size: 15px;
}
.section2 .up {
    background: url('../img/bg2.png') no-repeat center 20px;
    background-size: 100%;
}
.section4 .up h1 {
    margin-bottom: 5rem;
}
.set7_title{
   margin-top: 60px;
}
.section2 .down h3,
.section3 .down h3,
.section4 .down h3 {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    font-size:1.5rem;
}
.section5 .divider {
    margin-top: -15px;
} 
.mt-4 {
    margin-top: 0.5rem !important;
}
ul{
    line-height: 28px;
    margin-left: -10px;
}    
}
@media (min-width: 601px) and (max-width: 1199px) {
.section1{display: none;}
.header{display:block;}
.phone_wrap{display:none;}
.pad_wrap{display:block;width: 100%;margin-top: -35px;} 
.pad_wrap img{width: 100%;}
.section2 .up {
    background: url('../img/bg2.png') no-repeat top center;
    background-size: 100%;
}
.section2 .up h1 {margin-bottom: 10rem;}
.section2 .remarks,
.section3 .remarks {
    padding: 1.5rem 0 3rem 0;
    background-size: 100%;
}
section4 .remarks {
    padding: 1.5rem 0 3rem 0;
    background-size: 100%;
}    
.logo{width:80%;margin-left: 0;background-color: #fff9e9;} 
.col-lg-4{width:33.33%;}
.section2 .down p,
 {color: #fff;}
.section3 {
    background-size: cover;
    background-position:top left;
    background-repeat: repeat;
}
.mb-md-0{
    width:50%;
}
.section4 .up h1 {
    top: 20px;
}
.section4 .condition {
    margin-top: 60px;
    float: left;
}
.set6 {
    background: url(../img/set6.png) repeat  top;
    padding: 105px 0 120px 0;
}
.col-md-3 {
    width: 50%;
}
ul{
    line-height: 30px;
    margin-left: -10px;
}
.section3 .wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
}    
}
    
/*card*/
.card-left{
  width: 235px;
  height: 235px;
  position:absolute;
  top:300px;
  left:13px;
}
.card-right{
  width: 235px;
  height: 235px;
  position:absolute;
  top:300px;
  right:12px;
}
.card-wrap{
  width: 100%;
  height: 235px;
  position:relative;
}
.card{
  position:absolute;
  width:100%;
  height:100%;
  transform-style:preserve-3d;
  transition:1s all ease;
}
.card:hover{
  transform:rotateY(180deg);
}
/*front card*/
.card-front,.card-front2{
  position:absolute;
  width:100%;
  height:100%;
  backface-visibility:hidden;
  background:url(../img/head_award1.png) center center no-repeat;
  background-size:100%;
}
.card-front2{
  background:url(../img/head_award2.png) center center no-repeat;
}
/*back card*/
.card-back{
  position:absolute;
  width:100%;
  height:100%;
  backface-visibility:hidden;
  background:url(../img/award_bg.png) center center;
  transform:rotateY(180deg);
}