@charset "UTF-8";
.w250{
    width: 280px;
}
.flex{
    display: flex;
}
.flex-end{
    justify-content: flex-end;
}
.space-around{
    justify-content: space-around;
}
.space-between{
    justify-content: space-between;
}
.bg-blue{
    background: #9dd4ca;
    position: relative;
    top: -9px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.container{
    max-width: 1200px;
    margin: auto;
}
.introduce-header img{
    width: 100%;
}
.introduce-header{
    position: relative;
}
.introduce-header-text{
    position: absolute;
    right: 110px;
    bottom: 23px;

}
.introduce-header-text h3{
    margin: 0px;
    font-size: 29px;
}
.introduce-header-text h4{
    padding: 0px;
    margin: 0px;
    padding-top: 13px;
    text-align: center;
    max-width: 100%;
    font-size: 21px;
}
.introduce-header-text p{
    margin: 0px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}
.introduce-header-text p:first-child{
    padding-top: 6px;
}
.introduce-header-text span{
    position: absolute;
    top: 1px;
    left: 0px;
}
.introduce-content-img{
    padding-left:70px;
    padding-right: 70px;
}
.introduce-content-text{
    width: 77%;
}
.introduce-content-text h5{
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.introduce-content-text ul{
    padding-left: 0px;
    list-style: none;
    margin-top: 3px;
}
.introduce-content-text ul li{
    font-size: 18px;
}
.introduce-footer p{
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-right ul{
    padding-left: 0px;
    list-style: none;
}
.footer-right h2 span{
    font-size: 16px;
    font-weight: 400;
}
.mb-intro-header{
    display: none;
}
.big-title{
    position: absolute;
    top: 25%;
    right: 0px;
    width: 85%;
    z-index: -1;
    text-align: right;
}
.big-title-red{
    font-weight: bold;
    font-size: 66px;
    color: #FFFFFF;
    background: #e60013;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.big-title-orange{
    margin: 0px;
    background: #f39800;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    padding-left: 30%;
    line-height: 44px;
    padding-top: 13px;
    padding-bottom: 5px;
}
.mb-question-text{
    display: none;
}

.footer-left,
.footer-right {
	margin-bottom: 20px;
}




.m5 {  margin: 5px !important;  }
.m7 {  margin: 7px !important;  }
.m10 {  margin: 10px !important;  }
.m13 {  margin: 13px !important;  }
.m15 {  margin: 15px !important;  }
.m17 {  margin: 17px !important;  }
.m20 {  margin: 20px !important;  }
.m23 {  margin: 23px !important;  }
.m25 {  margin: 25px !important;  }

.mt5 {  margin-top: 5px !important;  }
.mt7 {  margin-top: 7px !important;  }
.mt10 {  margin-top: 10px !important;  }
.mt13 {  margin-top: 13px !important;  }
.mt15 {  margin-top: 15px !important;  }
.mt17 {  margin-top: 17px !important;  }
.mt20 {  margin-top: 20px !important;  }
.mt23 {  margin-top: 23px !important;  }
.mt25 {  margin-top: 25px !important;  }

.mb5 {  margin-bottom: 5px !important;  }
.mb7 {  margin-bottom: 7px !important;  }
.mb10 {  margin-bottom: 10px !important;  }
.mb13 {  margin-bottom: 13px !important;  }
.mb15 {  margin-bottom: 15px !important;  }
.mb17 {  margin-bottom: 17px !important;  }
.mb20 {  margin-bottom: 20px !important;  }
.mb23 {  margin-bottom: 23px !important;  }
.mb25 {  margin-bottom: 25px !important;  }

.mr5 {  margin-right: 5px !important;  }
.mr7 {  margin-right: 7px !important;  }
.mr10 {  margin-right: 10px !important;  }
.mr13 {  margin-right: 13px !important;  }
.mr15 {  margin-right: 15px !important;  }
.mr17 {  margin-right: 17px !important;  }
.mr20 {  margin-right: 20px !important;  }
.mr23 {  margin-right: 23px !important;  }
.mr25 {  margin-right: 25px !important;  }

.ml0 {  margin-left: 0 !important;;  }
.ml3 {  margin-left: 3px !important;  }
.ml5 {  margin-left: 5px !important;  }
.ml7 {  margin-left: 7px !important;  }
.ml10 {  margin-left: 10px !important;  }
.ml13 {  margin-left: 13px !important;  }
.ml15 {  margin-left: 15px !important;  }
.ml17 {  margin-left: 17px !important;  }
.ml20 {  margin-left: 20px !important;  }
.ml23 {  margin-left: 23px !important;  }
.ml25 {  margin-left: 25px !important;  }

.p5 {  padding: 5px !important;  }
.p7 {  padding: 7px !important;  }
.p10 {  padding: 10px !important;  }
.p13 {  padding: 13px !important;  }
.p15 {  padding: 15px !important;  }
.p17 {  padding: 17px !important;  }
.p20 {  padding: 20px !important;  }
.p23 {  padding: 23px !important;  }
.p25 {  padding: 25px !important;  }

.pt5 {  padding-top: 5px !important;  }
.pt7 {  padding-top: 7px !important;  }
.pt10 {  padding-top: 10px !important;  }
.pt13 {  padding-top: 13px !important;  }
.pt15 {  padding-top: 15px !important;  }
.pt17 {  padding-top: 17px !important;  }
.pt20 {  padding-top: 20px !important;  }
.pt23 {  padding-top: 23px !important;  }
.pt25 {  padding-top: 25px !important;  }

.pb5 {  padding-bottom: 5px !important;  }
.pb7 {  padding-bottom: 7px !important;  }
.pb10 {  padding-bottom: 10px !important;  }
.pb13 {  padding-bottom: 13px !important;  }
.pb15 {  padding-bottom: 15px !important;  }
.pb17 {  padding-bottom: 17px !important;  }
.pb20 {  padding-bottom: 20px !important;  }
.pb23 {  padding-bottom: 23px !important;  }
.pb25 {  padding-bottom: 25px !important;  }

.pr5 {  padding-right: 5px !important;  }
.pr7 {  padding-right: 7px !important;  }
.pr10 {  padding-right: 10px !important;  }
.pr13 {  padding-right: 13px !important;  }
.pr15 {  padding-right: 15px !important;  }
.pr17 {  padding-right: 17px !important;  }
.pr20 {  padding-right: 20px !important;  }
.pr23 {  padding-right: 23px !important;  }
.pr25 {  padding-right: 25px !important;  }

.pl5 {  padding-left: 5px !important;  }
.pl7 {  padding-left: 7px !important;  }
.pl10 {  padding-left: 10px !important;  }
.pl13 {  padding-left: 13px !important;  }
.pl15 {  padding-left: 15px !important;  }
.pl17 {  padding-left: 17px !important;  }
.pl20 {  padding-left: 20px !important;  }
.pl23 {  padding-left: 23px !important;  }
.pl25 {  padding-left: 25px !important;  }

@media (max-width: 1200px){
    .big-title-red {
        font-size: 56px;
    }
    .big-title-orange {
        font-size: 24px;
    }
    .introduce-header-text h3 {
        font-size: 20px;
    }
    .introduce-header-text h4 {
        max-width: 89%;
        font-size: 16px;
    }
    .introduce-header-text {
        right: 6%;
    }
    .introduce-content-img{
       display: none;
    }
    .introduce-content .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mb-question-text{
        display: block;
        margin: 0px;
        color: #fff;
        font-size: 28px;
        padding-top: 13px;
        padding-bottom: 10px;
    }
    .mb-space-around{
        -webkit-justify-content: space-around; /* Safari */
        justify-content:         space-around;
    }
    .flex{
        display: block;
    }
    .footer-left img{
        width: 100%;
        max-width: 382px;
    }
}
@media (max-width: 1000px){
    .mb-intro-header{
        display: block;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .introduce-header-text p {
        font-size: 10px;
        display: none;
    }
    .mb-intro-header p{
        margin: 0px;
    }
    .big-title-red {
        font-size: 36px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .big-title-orange {
        font-size: 18px;
        line-height: 28px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .introduce-header-text {
        bottom: 60px;
    }
    .introduce-header-text h3 {
        font-size: 16px;
    }
    .introduce-header-text h4 {
        font-size: 16px;
    }
    .introduce-header-text {
        right: 2%;
    }
}
@media (max-width: 750px){
    .introduce-header-text h3 {
        font-size: 12px;
    }
    .introduce-header-text h4 {
        font-size: 11px;
        padding-top: 2px;
        max-width: 100%;
    }
}
@media (max-width: 600px){
    .big-title-red {
        font-size: 21px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .big-title-orange {
        font-size: 12px;
        line-height: 17px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}
@media (max-width: 480px){
    .big-title-red {
        font-size: 16px;
    }
    .introduce-header-text {
        right: 0%;
        top: 162px;
    }
    .mb-question-text{
        font-size: 19px;
    }
    .introduce-header {
        /*margin-bottom: 50px;*/
    }
    .mb-space-around{
        -webkit-justify-content: space-around; /* Safari */
        justify-content:         space-around;
    }
    .flex{
        display: block;
    }
    .footer-left img{
        width: 100%;
        display: none;
    }
    .introduce-header-text {
        width: 201px;
    }
    .introduce-content-text{
        display: inline-block;
        width: 100%;
    }
    .introduce-content-text h5.mb {
        margin-top: 0px;
    }
    .introduce-content-text ul {
    	margin-top: 20px;
    }
    .introduce-content-text ul li {
        font-size: 14px;
        line-height: 21px;
    }
    .introduce-footer p {
        font-size: 14px;
    }
    .footer-left{
        margin-top: 30px;
    }
    .footer-right h2{
        font-size: 14px;
        margin: 0px;
    }
    .footer-right ul{
        margin: 0px;
    }
    .introduce-content-text h5{
        font-size: 14px;
    }
    .mb-flex{
        display: flex;
    }
    .mb-w100{
        width: 100%;
    }
    .mb-pb10{
        padding-bottom: 10px;
    }
}
@media (max-width: 375px){
    .big-title-orange {
        font-size: 10px;
    }
    .introduce-header-text {
        width: 186px;
    }
    .introduce-header-text {
        right: -2px;
        top: 149px;
    }
    .mb-intro-header {
        margin-top: 11px;
    }
    .mb-question-text {
        font-size: 17px;
    }
}
@media (max-width: 360px){
    .introduce-header-text {
        width: 175px;
    }
    .introduce-header-text h3 {
        font-size: 11px;
    }
    .mb-question-text {
        font-size: 16px;
    }
}
@media (max-width: 320px){
    .introduce-header-text {
        width: 175px;
    }
    .big-title-orange {
        font-size: 9px;
        line-height: 15px;
    }
    .introduce-header-text {
        top: 126px;
    }
    .introduce-header-text {
        width: 161px;
    }
    .mb-question-text {
        font-size: 14px;
    }
    .footer-right ul li{
        font-size: 13px;
    }
}
