@charset "utf-8";

/* Common */
article,aside,audio,body,canvas,caption,dd,div,dl,dt,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,input,label,legend,li,mark,menu,nav,ol,p,section,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,video{margin:0;padding:0;}
article,aside,blockquote,dialog,figure,footer,header,hgroup,nav,section{display:block;}
ol,ul{list-style:none;}
img{border:0 none;vertical-align:top;}
blockquote,q{quotes:none;}
blockquote:after,blockquote:before,q:after,q:before{content:none;}
table{border-collapse:collapse;border-spacing:0;}
ins{text-decoration:underline;}
del{text-decoration:line-through;}
mark{background:0 0;}
input::-ms-clear{display:none!important;}
a{color:#af2328;text-decoration:none;-webkit-transition:color .2s ease;transition: .2s color ease;-ms-transition: color .2s ease;}
a:focus,a:hover{color:#1d1d1d;text-decoration:none;}
a,button,input,textarea{outline:0;}
html{background-color: #fff;scroll-behavior: smooth;}
body{position: relative;background:#fff;font: 14px/1.6 MiSans, 'PingFang SC', Arial, "Microsoft YaHei UI", "Microsoft YaHei", serif;}
.outer, .inner{position: relative;display: block;}
.text-truncate{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.text-two-line{display: -webkit-box;overflow: hidden;text-overflow: -o-ellipsis-lastline;text-overflow: ellipsis;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.text-three-line{display: -webkit-box;overflow: hidden;text-overflow: -o-ellipsis-lastline;text-overflow: ellipsis;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;}
.overlay{background-size: cover;background-repeat: no-repeat;background-position: center;}
.background-fit{background-size: cover;background-repeat: no-repeat;background-position: center;}


/* Header */
.header{position: relative;z-index: 99;width: 100%;background: #b64342 url(../img/header_bg.png) no-repeat;background-position: center bottom;background-size: contain;}
.header-logo{padding: 20px 0 25px}
.header-logo img{width: auto;height: 105px;max-width: 100%;}
.header-function{position: relative;width: 100%;padding-top: 36px}
.header-search{position:absolute;right: 0;max-width:280px;width: 100%;height:40px;margin-top: 16px;}
.header-search form{width:100%;height:100%}
.search-input{position:absolute;top:0;left:0;display:block;padding:0 12px;width:100%;height:100%;border:1px solid transparent;background-color:#fff;color:#111;font-size:14px;border: 1px solid #fff;line-height:40px;border-radius: 10px;-webkit-transition:.3s all ease;transition:.3s all ease;-ms-transition:.3s all ease}
.search-input::-webkit-input-placeholder{color:#666;}
.search-input:focus,.search-input:hover{color: #111;}
.search-button{position:absolute;top:0;right:0;width:40px;height:40px;border:0;background: transparent url(../img/icon/icon_search.png) no-repeat center;border-radius:10px;-webkit-transition:.3s all ease;transition:.3s all ease;-ms-transition:.3s all ease}
.search-button:hover{background-color:rgba(0,0,0,.1)}


/* Footer */
.footer{padding: 40px 0;background:#bc3c3b url(../img/footer_bg.png) no-repeat;background-position:  center bottom;background-size: cover;}
.footer-contact{padding-top: 10px;padding-left: 20px;text-align: left;}
.footer-contact h3{font-size: 16px;font-weight: bold;color: #fff;margin-bottom: 12px;}
.footer-contact p{padding: 2px 0;color: #fff;}
.footer-contact p img{margin-right: 10px;vertical-align: middle;}
.footer-copyright{padding: 8px 0;background: #8b0f13; color: #fff;text-align: center;}
.footer-link{position: relative;float: right;margin-top: 4px;padding: 0 20px;width:100%;height:36px;max-width: 280px;border: none;border-radius: 4px;background: rgba(255,255,255,.1);color: #fff;text-align: left;line-height:36px;cursor: pointer;-webkit-transition: .3s all ease;transition: .3s all ease;-ms-transition: .3s all ease;}
.footer-link-icon{float: right;margin-top:2px;margin-right:8px;font-size: 12px;-webkit-transition: .3s all ease;-moz-transition: .3s all ease;transition: .3s all ease;}
.footer-link ul{position: absolute;right:0;bottom:110%;left:0;visibility: hidden;overflow: hidden;margin:0 auto;width:100%;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.2);opacity: 0;-webkit-transition: .3s all ease;-moz-transition: .3s all ease;transition: .3s all ease;transform: translateY(20px);}
.footer-link:hover{box-shadow: 0 0 5px rgba(0,0,0,.3);}
.footer-link:hover .footer-link-icon{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);-ms-transform: translateY(180px);}
.footer-link ul{border-radius: 4px;}
.footer-link:hover ul{visibility: visible;opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);transform: translateY(0px);-ms-transform: translateY(0px);}
.footer-link li{border-bottom: 1px dashed #f1f1f1;}
.footer-link li:last-child{border-bottom: none;}
.footer-link li a{display: block;padding: 0 20px;width: 100%;color: #222;-webkit-transition: .3s all ease;-moz-transition: .3s all ease;transition: .3s all ease;}
.footer-link li a:hover{background:#999;color:#fff;}
.footer-social{display: flex;justify-content: end;}
.footer-social-item{position:relative;float:right;}
.footer-social-item i{display:block;padding:8px;width:54px;height:54px;cursor:pointer;}
.footer-social-item i svg{width:100%;height:100%;}
.img-container{position:absolute;bottom:100%;left:0;visibility:hidden;margin-left:-40px;padding:5px;background-color:#fff;opacity:0;-webkit-transition: .3s all ease;-moz-transition: .3s all ease;transition: .3s all ease;}
.footer-social-item:hover .img-container{visibility:visible;opacity:1;}
.img-container img{width:120px;height:auto;}


/* Header Nav */
.header-nav{position: relative;z-index: 99;width: 100%;background: #fff;}
.header-nav .navbar-toggle{padding: 5px 10px;color: #c34f4e;font-size: 18px}
.site-nav,.site-nav ul{width:100%;padding: 0;}
.site-nav > ul > li > a span{position: relative;z-index:10;display: block;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.site-nav > ul > li > a i{position: absolute;left: 0;right: 0;bottom: 0;height: 0;background-color: #c24d4d;background-position: center bottom;background-repeat: repeat-x;background-image: url(../img/header_nav_bg.png);border-top-left-radius: 10px;border-top-right-radius: 10px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.site-nav > ul > li:hover > a i{height: 70px}

.site-nav li{position:relative;width:9.09%}
.site-nav li a{position: relative;display:block;padding:20px 0;width:100%;font-size:18px;text-align:center;color:#bc3c3b;font-weight: bold;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.site-nav li:hover > a{background: rgba(0,0,0,.1);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.site-nav .open>a,.site-nav .open>a:focus,.site-nav .open>a:hover,.site-nav>li>a:focus,.site-nav>li>a:hover{color: #fff;}

.open .dropdown-menu{opacity: 1;visibility: visible;display: block;z-index: 10;transform: translateY(0);}
.dropdown-menu{left:-30%;padding:0;width:100%;min-width:160%;border: 0px;text-align:center;background: transparent;box-shadow: 0 6px 20px rgba(0,0,0,.3);border-radius: 10px;overflow: hidden;backdrop-filter: blur(4px);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;opacity: 0;visibility: hidden;display: block;z-index: -99;-webkit-transform: translateY(10px);-ms-transform: translateY(10px);transform: translateY(10px);}
.dropdown-menu>li{width:100%}
.dropdown-menu>li>a{display:block;padding:12px 16px;background:rgba(0,0,0,.65);color:#fff;font-size:16px;font-weight:400;text-align: center;border-radius: 0;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.dropdown-menu>li>a:hover{background: #bc3c3b;color: #fff;}