a{
    text-decoration: none;color:inherit;
}
a:hover{
    text-decoration: none;
}
.color-m{color: #EB6100;}
.bg-m{background-color: #EB6100;}
.for-box-border-m>*>.box{border:1px solid #EB6100;}
.for-box-radius-s>*>.box{border-radius: 0.5rem;overflow: hidden;}
.border-radius-s{border-radius: 0.5rem;overflow: hidden;}
.col-auto{-ms-flex:auto;}
body{
    min-width: 1232px;    -webkit-font-smoothing: antialiased;
}
.header{
    position: relative;z-index: 99;
}
.in{
    width: 1232px;margin:auto;padding-left:1rem;padding-right:1rem;
}
.logo-box{height: 4.6rem;}
.logo-box>img{height: 100%;}

.banner-index{
    height:580px;background-color: #CCC;overflow: hidden;position: relative;
}
.banner-item{
    width:100%;height:100%;background-size: cover;background-position: center center;
}
.page-nums{
    position: absolute;bottom:1rem;left:0;width:100%;text-align: center;
}
.page-nums>*>*>*{width:8px;height:8px;border-radius:50%;background-color: rgba(0,0,0,0.2);}
.page-nums>*>*.active>*{background-color: #EB6100;}

.color-light{color:#b3bcc1;}
.ff-impact{font-family: Impact;}
.title-1::after{
    content:'';width:100%;flex-wrap: wrap; display:block;height:5px;background-color:#CCC;
}
.title-1{position: relative;}
.title-cursor{position: relative;}
.title-cursor::before{
    content:'';display:block;position: absolute;width:100%;background-color: #EB6100;height: 5px;bottom:-5px;
}
.title-1.thin::after{height:2px;}
.title-1.thin .title-cursor::before{height:2px;bottom:-2px;}

.footer{
    background-color: #414141;color:#898989;
}
.ft-sec-1{
    border-bottom:1px solid #4e4e4e;
}
.ft-tt{background-color: #666;color:#c2c2c2;text-align: center;padding:0.5rem 1rem;}
.ft-dd{background-color: #4e4e4e;padding:0.5rem;}
.ft-dd>*{text-indent: -3em;margin-left:3em;}
.location-icon{height:106px;}

.nav>*>*:hover{color: #EB6100;}
.nav>*>*:hover>.nav-sub{max-height: 1000px;}
.nav>*>*:hover>.nav-sub>*{transform: translateY(0);opacity: 1;}
.nav>*>*{position: relative;padding:0.5rem 0;}
.nav>*>*>.nav-sub{overflow:hidden;margin-left:-1rem;max-height:0;transition: all 0.5s;color:#333;position: absolute;top:calc(100%);width:200px;}
.nav>*>*>.nav-sub>*{
     transform: translateY(-100%); transition: all 0.5s;padding:1rem 1rem;background-color: #FFFFFF;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.1);opacity: 0;margin:1rem;
}
.nav>*>*>.nav-sub>*>*:hover{color:#EB6100;}
.nav>*>*::after{
     content:'';display: block;position: absolute;height:2px;background-color: #EB6100;width:0%;top:100%;transition: width 0.4s;
}
.nav>*>*:hover::after{
    width:100%;
}

.tabtitle{
    border:#EB6100 1px solid;display:inline-flex;border-radius: 2rem;overflow: hidden;
}
.tabtitle-list{
    display: inline-flex;
}
.tabtitle-list>*>*{
    display: block;padding:0.5rem 5rem;border-right:#EB6100 1px solid;
}
.tabtitle-list>*:last-child>*{
    border-right:none;
}
.tabtitle-list>*.active>*{
    background-color: #EB6100;color: #FFFFFF;
}

.pre-line{
    border-left:2px solid #EB6100;padding-left:1rem;
}

.btn-basic{
    background-color: #EB6100;border:#EB6100 1px solid; color:#FFFFFF;padding: 1rem 3rem;border-radius:4rem;transition: all 0.3s;
}
.btn-basic:hover{
    background-color: transparent;color:#EB6100;
}
.btn-basic.hv-white:hover{
    background-color: transparent;color:#FFF;border:#FFF 1px solid;
}

.content{
    width:100%;overflow: hidden;line-height:2;word-wrap: break-word;
}
.content img{max-width: 100%;}
.max-width{max-width: 100%;}
.bg-no-repeat{background-repeat: no-repeat;}
.banner{
    height:580px;background-position: center center;background-size: cover;
}
.nav-mobile-btn>*{
    background-color: #7E7E7E;
}
.for-box-white>*>.box{
    background-color: #FFFFFF;
}
.for-box-white-opa>*>.box{
    background-color: rgba(255,255,255,0.75);
}
.s-flex{display:unset!important;}
.m-flex{display:unset!important;}
.s-flex-middle{display:unset!important;}
.bg-color-mask{background-color: rgba(0,0,0,0.8);}
@media(max-width:1024px){
    body{min-width: auto;}
    .in{width:auto;}
    .nav-mobile-btn{display: block;}
    .nav{width: 100%;position: absolute;left:0;top:100%;background-color: #FFFFFF;box-shadow: 0rem 1rem 2rem rgba(0,0,0,0.2);margin:0;padding:1rem;}
    .nav>*>*>.nav-sub{position: static;width: 100%;}
    .nav.show{display: block;}
    .f-for-spacing-2{margin-left:-2rem;margin-bottom:-2rem;}
    .f-for-spacing-2>*{padding-left:2rem;}
}

@media (max-width: 880px){
    .m-full-w{width: 100%;}
    .banner{height:25rem;}
    .logo-box{height: 3.5rem;}
    .m-no-between{justify-content:flex-start;}
    .m-flex{display: flex!important;}
    .m-scroll-x{overflow-x: auto;}
}

@media (max-width: 600px){
    .s-full-w{width: 100%!important;}
    .tabtitle-list>*>*{padding:0.5rem 2rem;}
    .logo-box{height: 2.5rem;}
    .banner{height:14rem;}
    .banner-index{height: 14rem;}
    .s-border-right-0{border-right: 0;}
    .s-for-pd-s>*{padding:0.5rem;}
    .s-flex{display: flex!important;}
    .s-flex-middle{display: flex!important;align-items: center;}
    .page-nums{bottom:0;}
}