﻿

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 200;
  src: local('Hind Light'), local('Hind-Light'), url('/font/Hind-Light.woff') format('woff'), url('font/Hind-Light.ttf') format('ttf'), url('font/Hind-Light.svg') format('svg'), url('font/Hind-Light.woff2') format('woff2');
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {font-family: '思源黑体', 'Hind', 'Source Sans Pro', sans-serif;font-weight: 100;color: #666;background-color: #fff;font-size: 16px;line-height: 24px;hyphens: auto;overflow-wrap: break-word;}
html, body {width:100%; padding:0; margin:0;}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

h1,h2,h3,h4,h5,h6 {font-weight: 100;color: #111;line-height: 1.2;}

p {margin: 0 0 20px;}

a {color: #fff;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
a:hover,
a:focus {text-decoration: none;color:#EC495E;}

button {border: none;outline: 0;}
ul li{list-style: none;}
input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea, .form-control, select {
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
	height: 43px;
    margin: 10px 0;
    outline: medium none;
    padding: 10px;
    transition: border-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    width: 100%;
	background-color: transparent;
    border: 2px solid #777;
}

/* --Line-- */
hr.line { margin: 15px auto; padding: 0; max-width: 90px;border: 0; border-top: solid 5px #ddd;text-align: center;}

/* --Progress-- */
.progress{background-color: rgba(0, 0, 0, .3); height: 15px;box-shadow: none;}
.progress-bar{box-shadow: none;line-height: 15px;}
.progress-bar-light{background-color: #f2f2f2; color: #262626;}
.progress-bar-yellow {background-color: #333856;}
.progress-bar-dark {background-color: #262626;}

/* --no-gutter-- */
.no-gutter::after, .no-gutter::before {content: " ";display: table;}
.no-gutter::after {clear: both;}
.no-gutter{margin: 0 !important;}
.no-gutter > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/* --Socials-nav-- */
.social-link{text-align: center;}
.social-link li{}
.social-link li a{height: 37px; width: 37px;border-radius: 50%;display:block;color: #333;font-size: 19px;padding-top: 6px;border: 1px solid #333;}
.social-link li a:hover{background: #333856;color: #000;border: 1px solid #333856;}

/* --Page-- */
body.index-page {}
body.single-page #page-content{ width:80%;}
body.sub-page {}
body.sub-page header.main-header{min-height: 330px;}
body.sub-page .header-text {padding: 70px 0;}
body.sub-page .header-text img{max-height: 200px;}
body.sub-page footer{border-top: 1px solid #ccc;}
/* ---------------------------------------------------------------------------- */
/* -------------------------------Header-Styles-------------------------------- */
/* ---------------------------------------------------------------------------- */
header.main-header{background-size: cover;background: url(../images/showcase_bg.jpg) no-repeat center center;min-height: 620px;position: relative;padding-top: 80px;}
header.main-header:after{background: rgba(0, 0, 0, .5);height: 100%;width: 100%;position:absolute;content: "";right: 0;top: 0;left: 0;bottom: 0;}

.logo{position: relative;z-index: 1;max-width: 400px;}
.logo img{}

/* Header Styles */
.header-text {color: #fff;padding: 50px 0 0;text-shadow: 1px 2px 2px #000;position:relative;z-index: 1;}


.header-text-inner{}
.header-text img{max-height: 300px;}

.header-text h1{ text-align:left; margin: 0 0 30px;padding-bottom: 30px;text-transform: uppercase;color: #fff;font-weight: 200;font-size: 30px;letter-spacing: 3px; line-height: 1.2;border-bottom: 2px solid #fff;}
.header-text p{ text-align:left; margin-bottom: 50px;font-size: 14px;font-weight: 300;text-transform: uppercase;letter-spacing: 2.3px;}

.header-text .btn-header{border:none;padding: 10px 50px 10px 20px;margin-right: 7px;border-radius: 0;background: transparent; color: #fff;text-shadow: none;border: 1px solid #fff;font-size: 15px; letter-spacing: 2.3px;font-weight: 600;position: relative; overflow: hidden}
.header-text .btn-header:after{content: "\f178";position:absolute;top: 5px; right: 10px;font-family: FontAwesome;width: 36px; height: 10px;font-size: 23px}
.header-text .btn-header:hover{background: #fff; color: #000;}

@media(max-width:767px){
	.logo{text-align: center;margin: auto;}
	header.main-header{text-align: center;}
	.header-text {padding: 80px 0;}
	.header-text-inner{text-align: center;float: none;padding: 20px;border-right: none;}
	body.single-page #page-content{ width:95%;}
}
@media(max-width:500px){
	header.main-header{padding-top: 50px;}
	.header-text {padding: 40px 0;}
	.header-text h1{font-size: 33px;}
	.header-text p{font-size: 12px;}
	body.single-page #page-content{ width:100%;}
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Content-------------------------------- */
/* ---------------------------------------------------------------------------- */
#page-content{}
#page-content a{ color:#666666;}
#page-content a:hover,
#page-content a:focus {text-decoration: none;color:#EC495E;}

/* ---HomePage--- */
.box-content {}

.box-content.box-style-0{background-image: url(../images/patftern-white2.png); background-color: #fff;}
.box-content.box-style-1{background: url(../images/pattern-white.png) center center;background-size: cover; background-color: #fff;}
.box-content.box-style-2{background-image: url(../images/home-6.png);background-position: 80% top;background-repeat: no-repeat;background-color: #F8F9F1;}
.box-content.box-style-3{background: url(../images/ep_naturalblack.png) fixed center center;color:#fff;}

/* ---Heading--- */
.heading{margin-bottom: 60px;position:relative;}
.heading h2{font-weight: 400;font-size: 60px;letter-spacing: 0px;line-height: 50px;text-transform: uppercase;}
.heading:after{position: absolute; content: "";width: 40px;height: 4px;background: #333856;left: 0;bottom: -30px;}
.box-text.dark-style .heading:after{background: #fff;}
.box-text .t-right .heading:after{left: calc(100% - 40px); }
@media(max-width:767px){
	.heading h2{font-size: 67px;line-height: 57px;}
	.heading:after{display: none;}
}

@media(max-width:500px){
	.heading h2{font-size: 49px;line-height: 42px;}
}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Main Nav---------------------------------- */
/* ---------------------------------------------------------------------------- */
.nav-item{display: block;position: relative;margin: auto;overflow: hidden;height: 400px;cursor:pointer}
.nav-item-inner{display: block;width: 100%;height: 100%;z-index: 3;}
.nav-item h3.sub-title,
.nav-item .nav-item-detail{position: absolute;left: 7%;width: 91%;}

.nav-item-image{position: relative;background-position: center center;background-size: cover;height: 100%;width: 100%;z-index: 1;}
.nav-item-image:before{position: absolute; content: ""; width: 100%; height: 100%;background-color: rgba(36, 41, 67, 0.25);}
.nav-item-image:after{position: absolute; content: ""; width: 100%; height: 100%;opacity: 0.9;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.nav-item-image.gradient-1:after{background: #ec8d81;}
.nav-item-image.gradient-2:after{background: #ECAF92;}
.nav-item-image.gradient-3:after{background: #8ea9e8;}
.nav-item-image.gradient-4:after{background: #A071A7;}
.nav-item-image.gradient-5:after{background: #8CB18F;}
.nav-item-image.gradient-6:after{background: #9CC8D3;}

.nav-item:hover .nav-item-image:after{opacity: 0}

.nav-item h3.sub-title,
.nav-item h2.title{color: #fff;font-family: "Montserrat",'微软雅黑',sans-serif;}

.nav-item h3.sub-title{font-weight: 600; font-size: 55px;margin: 0;top: 13%;z-index: 3; text-shadow: 2px 2px 5px #333;}
.nav-item .nav-item-detail{bottom: 13%;z-index: 3;}
.nav-item .nav-item-detail p{margin: 0;color: #eee;font-size: 14px;}
.nav-item h2.title{font-weight: 500;margin: 0 0 10px;font-size: 35px;font-style: italic; text-shadow: 2px 2px 5px #333;}

@media(max-width:967px){
	.nav-item{border: none; height: 200px;}
}

@media(max-width:767px){
	.nav-item{border: none; height: 200px;}
}

@media(max-width:500px){
	.nav-item{border: none; height: 200px;}
	.nav-item h3.sub-title{font-size: 34px; font-weight:600}
	.nav-item h2.title{font-size: 26px; font-weight:200}
	.nav-item .nav-item-detail p{font-size: 13px;}
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 1---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-1 {}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 2---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-2 {}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 3---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-3 {}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 4---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-4 {}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Box 5---------------------------------- */
/* ---------------------------------------------------------------------------- */
.box-content.box-5 {}



/* ---Article--- */
article.single-post{padding-bottom: 0;}

article{background: #ffffff; color: #3F3F3F; margin: 30px 0;border-bottom: 1px solid #e1e1e1;padding-bottom: 30px;}
article:last-child{border-bottom: none;}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article .post-thumbnail-wrap {text-align: center;width: 100%;margin-bottom: 10px;}
article .post-thumbnail-wrap img {}
article h2.entry-title{font-size: 30px;margin: 20px 0 10px;font-weight: 300;}
article h2.entry-title a{color: #131313;}
article h2.entry-title a:hover{color: #555}

article .entry-header{margin-bottom: 20px;}
article.single-post .entry-header{margin-bottom: 40px;}
article.single-post .entry-header h1.entry-title{font-size: 30px;line-height: 30px;letter-spacing: 2px;font-weight: 600;margin: 0;text-transform: uppercase;margin-bottom: 20px;line-height: 1.1}
article.single-post .entry-header h1.entry-title a {color: #575756;margin: 0;}
article .entry-title-blog a:hover {color: #628d7c;}

article .entry-header .entry-meta{color: #777;font-size: 13px;}
article .entry-header .entry-meta .subtitle{ font-size:1.4em;}
article .entry-header .entry-meta a {color: #777;}
article .entry-header .entry-meta a:hover {color: #EC495E;}

article .entry-content{margin-top: 30px;}
article.single-post .entry-content{ padding: 20px 0;}

article .entry-content p{color: #686868;}
article .entry-content blockquote {border-left: 3px solid #1c7791;margin: 0 20px;font-style: italic;color: #666;padding-left: 20px; font-size:0.8em;}
article .entry-content ol {text-align: justify;margin: 30px 20px;list-style-type: circle;}
article .entry-content ol li{ margin-bottom:15px;}
article .entry-content img{ margin-top:5px; margin-bottom:5px;}

.comments-are {padding:30px 20px; position: relative;}
.comments-are{border-top: 1px solid #e1e1e1;margin: 50px 0 ;}
.comments-are textarea {height:170px;}

@media(max-width:767px){
	article.single-post .entry-content{ padding: 20px 80px;}
}

@media(max-width:500px){
	article.single-post .entry-content{ padding: 10px 10px;font-size: 14px;}
	article .entry-content p{}
	article .entry-content blockquote {margin: 0;padding-left: 10px;}
	article .entry-content ol {margin: 10px 0;}
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Footer---------------------------------- */
/* ---------------------------------------------------------------------------- */
footer{color: #666;}
footer ul {padding: 0;margin-top: 10px;}
footer a {color: #666;}
footer a:hover {color: #333856;}

footer .wrap-footer{}

footer .bottom-footer{text-align:center;background-color: #fff;padding: 30px 0 10px;}

footer .quicklinks{}
footer .quicklinks li{position: relative;padding-right: 20px;margin-right: 7px;}
footer .quicklinks li:last-child{padding-right: 0;margin-right: 0;}
footer .quicklinks li:last-child:after{display: none;}
footer .quicklinks li:after{position: absolute;bottom: 10px;right: 0;content: ""; height: 5px; width: 5px; background-color: #333856;}

footer .contact-info{position:relative}

footer .contact-info .show-info-link{display:inline-block;position:absolute;top:-50px;left:0;right:0;margin:0 auto;padding-left:25px;padding-right:25px;width:200px;height:50px;text-align:center;color:#111;background:#fff;opacity:0;visibility:hidden;-webkit-transition:opacity 0.5s, visibility 0.6s, top 0.5s;transition:opacity 0.5s, visibility 0.6s, top 0.5s;z-index:999}
footer .contact-info .show-info-link:hover{background:#ececec}
footer .contact-info .show-info-link:focus{text-decoration:none !important;border-bottom:none}

footer .contact-info .show-info-link i{display:inline-block;padding-top:18px;padding-right:15px;}

footer .contact-info .info-open{top:0;opacity:1;visibility:visible}
footer .contact-info .contact-info-wrapper{position:absolute;margin-bottom:0;padding:150px 60px 0 90px;top:0;left:0;width:100%;height:100%;background:rgba(15, 15, 15, 0.90);-webkit-transition:opacity 0.5s, visibility 0.6s;transition:opacity 0.5s, visibility 0.6s}
footer .contact-info .contact-info-wrapper ul{list-style:none;padding:0;margin:0;width:50%;float:left}
footer .contact-info .contact-info-wrapper ul li{display:block;margin-bottom:30px;padding:7px 0 7px 20px;border-left:1px solid #666}
footer .contact-info .contact-info-wrapper ul li .adr-heading{display:block;color:#ececec;font-size: 16px;}
footer .contact-info .contact-info-wrapper ul li .adr-info{font-size:20px;letter-spacing:1.5px;text-transform:uppercase;color:#888;}
footer .contact-info .contact-info-wrapper .show-map{display:block;position:absolute;bottom:100px;color:#ececec}
footer .contact-info .contact-info-wrapper .show-map i{display:inline-block;padding-top:18px;padding-right:15px; font-size: 22px;}
footer .contact-info .contact-info-wrapper .show-map:hover{color:#999}
footer .contact-info .contact-info-wrapper .show-map:focus{text-decoration:none}
footer .map-open{opacity:0;visibility:hidden}
/* .footer-contact .contact-form{padding:70px;} */
footer .contact-form .heading{}
footer .contact-form .form-group label {font-size: 13px;text-transform: uppercase;font-weight: 700;letter-spacing: 2px;color: #111;}

@media(max-width:767px){
	footer .contact-info .contact-info-wrapper ul {display: block;width: 100%;}
}

@media(max-width:500px){
	footer .contact-info .contact-info-wrapper {padding:100px 30px 0 60px;}
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Button---------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {border-radius: 0;outline: none;text-decoration: none;text-transform: uppercase;font-weight: bold;box-shadow: none;border: none;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.btn:focus,
.btn.active, 
.btn:active {background-image: none;box-shadow: none;outline: 0 none;}

.btn-skin {padding: 12px 24px;color: #111;border: 2px solid #111;font-size: 16px; letter-spacing: 2.3px;font-weight: 700;background: #fff;}
.btn-skin i.fa{padding-left: 5px;}
.btn-skin:hover, .btn-skin:focus {color: #fff;background-color: #111;}

@media(max-width:500px){
	.btn-skin {padding: 8px 20px;font-size: 14px; letter-spacing: 1.5px;}
}

/* ---------------------------------------------------------------------------- */
/* -----------------------------Overview-aside-nav----------------------------- */
/* ---------------------------------------------------------------------------- */
#overview-aside-nav {position: fixed;top: 50%;right: 6px;margin-top: -11.6875em;-webkit-user-select: none;-moz-user-select: none;user-select: none;z-index:999;}
#overview-aside-nav ul {list-style: none;display: block}
#overview-aside-nav ul li {position: relative;width: 20px;height: 20px;padding: 7px;margin-bottom: 5px;cursor: pointer;-webkit-transition: all 0.1s ease;-moz-transition: all 0.1s ease;-o-transition: all 0.1s ease;transition: all 0.1s ease}
#overview-aside-nav ul li div {width: 6px;height: 17px;overflow: hidden;margin-left: auto;background: #C8C8C8;-webkit-border-radius: 8px;-moz-border-radius: 8px;-ms-border-radius: 8px;-o-border-radius: 8px;border-radius: 8px;-webkit-transition: all 0.1s ease;-moz-transition: all 0.1s ease;-o-transition: all 0.1s ease;transition: all 0.1s ease;box-shadow: inset 0 0 1px #777}
#overview-aside-nav ul li b {display: none;position: absolute;top: 50%;margin-top: -6px;right: 24px;white-space: nowrap;font-size: 12px;color: #333856;font-weight: 600;}
#overview-aside-nav ul li:hover b {display: block !important;-webkit-animation: fadein 0.3s ease-out;-moz-animation: fadein 0.3s ease-out;-ms-animation: fadein 0.3s ease-out;-o-animation: fadein 0.3s ease-out;animation: fadein 0.3s ease-out}
#overview-aside-nav ul li:hover div {background: #333856}
#overview-aside-nav ul li.on {height: 37px !important}
#overview-aside-nav ul li.on div {background: #333856;height: 30px !important}

#b2top {position: fixed;right: 10px;bottom: 20px;border: 2px solid #333856;padding: 10px;cursor: pointer;z-index:999;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Success---------------------------------- */
/* ---------------------------------------------------------------------------- */
.success{height: 500px;width: 100%;text-transform: uppercase;}
.success-insite {position: relative;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.success span.fail{font-size: 50px; color: red;display: block;line-height: 55px;}
.success span.success{font-size: 50px; color: blue;display: block;line-height: 55px;}
.success .btn-skin{margin-top: 50px}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Margin------------------------------------ */
/* ---------------------------------------------------------------------------- */
.m-top10 { margin-top: 10px;}
.m-top15 { margin-top: 15px;}
.m-top20 { margin-top: 20px;}
.m-top30 { margin-top: 30px;}
.m-top50 { margin-top: 50px;}
.m-top80 { margin-top: 100px;}
.m-top100 { margin-top: 80px;}
.m-top120 { margin-top: 120px;}

.m-bot10 { margin-bottom: 10px;}
.m-bot15 { margin-bottom: 15px;}
.m-bot20 { margin-bottom: 20px;}
.m-bot30 { margin-bottom: 30px;}
.m-bot50 { margin-bottom: 50px;}
.m-bot80 { margin-bottom: 80px;}
.m-bot120 { margin-bottom: 120px;}

.pd-exlarge-xs{padding: 100px 90px;}
.pd-large-xs{padding: 80px 70px;}
.pd-medium-xs{padding: 60px 50px;}
.pd-small-xs{padding: 40px 0;}

@media only screen and (min-width: 768px) {
    .pd-exlarge-sm{padding: 100px 90px;}
	.pd-large-sm{padding: 80px 70px;}
	.pd-medium-sm{padding: 60px 50px;}
	.pd-small-sm{padding: 40px 30px;}
}
@media only screen and (min-width: 992px) {
    .pd-exlarge-md{padding: 100px 90px;}
	.pd-large-md{padding: 80px 70px;}
	.pd-medium-md{padding: 60px 50px;}
	.pd-small-md{padding: 40px 30px;}
}
@media only screen and (min-width: 1200px) {
    .pd-exlarge-lg{padding: 100px 90px;}
	.pd-large-lg{padding: 0 30px;}
	.pd-medium-lg{padding: 60px 50px;}
	.pd-small-lg{padding: 40px 30px;}
}



/*20260601*/
.navbar-brand{
    width: 9.375rem;display: block;height: 66px;
    background: url(https://www.mfgchn.com/tpl/default/static/images/logo.svg) no-repeat 100% 100%;
    background-size: 100%;
}
.wl_mobile{
    display: none;
}
@media (max-width: 991.98px){
    .navbar-brand{
        width: 8.91rem;
    }
    .home-service-form{
        display: none;
    }
    .wl_mobile{
        display: block;
    }
    footer .contect p {
        white-space: normal;
    }
}



@media (min-width: 768px) {
    .office-header-navbar{
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .office-header-nav{
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .office-header-navbar{
        max-width: 960px;
    }
    .office-header-nav .navbar-toggler {
        display: none;
            color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
    }
    .office-header-nav .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .office-header-nav .offcanvas-header {
        display: none;
    }
    .office-header-nav .navbar-nav {
        flex-direction: row;
    }
    .office-header-nav .navbar-nav .dropdown-menu {
        position: absolute;
    }
}
@media (min-width: 1200px) {
    .office-header-navbar{
        max-width: 1140px;
    }
    .office-header-navbar-brand h2 {
        font-size: 2rem;
    }
}
@media (min-width: 1400px) {
    .office-header-navbar{
        max-width: 1320px;
    }
}

.w-100 {
    width: 100% !important;
}

.office-header{
    
}
.office-header-nav{
    
    flex-wrap: nowrap;
    justify-content: flex-start;
    --bs-bg-opacity: 1;
    background-color: #ffffff !important;
}
.office-header-navbar{
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
        position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
}
.office-header-navbar-brand{
        padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
        width: 150px;
    display: block;
    height: 66px;
    background: url(/tpl/default/static/images/logo.svg) no-repeat 100% 100%;
    background-size: 100%;
    color: rgba(0, 0, 0, .9);
}
.office-header-navbar-tel{
    font-weight: bold;font-size: 1.375rem;display: none;
}
.office-header-navbar-tel .img-fluid {
    max-width: 100%;
    height: auto;
    margin: auto;
}
.office-header-navbar .navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}
.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.lg {
    font-size: 1.25rem;
}
.office-header-navbar .navbar-nav {
    display: flex;
    justify-content: space-around;
    padding: 0 8%;
}
.office-header-navbar .navbar-nav .nav-item {
    height: 126px;
    line-height: 126px;
    overflow: visible;
}
.office-header-navbar .navbar-nav .nav-item .nav-link {
        display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    padding: 0;
    font-weight: 500;
    color: #000000;
    font-family: Knockout1, Helvetica Neu, SimHei, Microsoft YaHei, PingFang SC, sans-serif !important;
    font-size: 20px;
    line-height: 126px;
}
.office-header-navbar .dropdown-menu {
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-radius: 0;
    padding: 0;
    line-height: 34px;
}
.dropdown-menu.show {
    display: block;
}
.office-header-navbar .dropdown-menu li {
    text-align: center;
    padding: 0;
}
.office-header-navbar .dropdown-item {
    display: block;
    width: 100%;
    padding: 4px 16px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 34px;
    font-size: 16px;
}
.office-header-navbar .dropdown-item.active,.office-header-navbar .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}
.office-header-navbar .dropdown-menu li .active, .office-header-navbar .dropdown-menu li .active:hover, .office-header-navbar .dropdown-menu li a:active {
    color: white;
    background-color: #aa2325;
}
.office-header-navbar .xl {
    font-size: 22px;
}
.office-header-navbar .tel {
    flex-shrink: 0;
    font-weight: bold;
    color: #aa2325;
    align-items: center;
    display: flex;
    font-family:nowrap;
}
.office-header-navbar .img-fluid {
    max-width: 100%;
    height: auto;
    margin: auto;
}
.office-header-navbar .tel img {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.office-header-navbar .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
        color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
}
.office-header-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.office-header-navbar .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.office-header-navbar .offcanvas-backdrop.show {
    opacity: .5;
}
.office-header-navbar .offcanvas.show {
    transform: none;
}
.office-header-navbar .offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}
@media (min-width: 992px) {
    .office-header-nav .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.office-header-navbar .offcanvas-header .btn-close {
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    padding: 8px 8px;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/16px auto no-repeat;
    border: 0;
    border-radius: 4px;
    opacity: .5
    padding: 8px;
    margin-top: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
}
.office-header-navbar .dropdown-item:focus, .office-header-navbar .dropdown-item:hover, .office-header-navbar .dropdown-item:active {
    color: white;
    background-color: #aa2325;
    font-family: Knockout1, Helvetica Neu, SimHei, Microsoft YaHei, PingFang SC, sans-serif !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (max-width: 991.98px) {
    html{font-size:16px;}
    .office-header-navbar {
        flex-wrap: nowrap;
    }
    .office-header-navbar-brand{
        width: 8.91rem;
        margin-right: 0;
    }
    .office-header-navbar-tel {
        color: #8c1106;
        display: flex;
    }
    .office-header-navbar-tel img {
        margin-right: 0.3125rem;
    }
    .office-header-navbar .offcanvas-body {
        padding: 0 1rem;
        
    }
    .office-header-navbar .navbar-nav {
        padding: 0;
        margin: 0;
    }
    .office-header-navbar .navbar-nav .nav-item {
        height: auto;
        line-height: 2.5;
        transition: all 0.3s;
        width: 100%;
    }
    .office-header-navbar .navbar-nav .dropdown-menu {
        overflow: hidden;
        position: relative;
        transform: none;
        left: auto;
        background-color: #f4f1f4;
        transition: all 0.3s;
        width: 100%;
        box-shadow:unset;
    }
    .office-header-navbar .navbar-nav .dropdown-menu {
        overflow: hidden;
        position: relative !important;
        transform: none !important;
        left: auto;
        background-color: #f4f1f4;
        transition: all 0.3s;
    }
    .office-header-navbar .navbar-nav .dropdown-menu li {
        line-height: 2.2;
    }
    .office-header-navbar .navbar-nav .dropdown-menu li a.active {
        background-color: #f4f1f4;
        color: #aa2325;
    }
    .office-header-navbar .tel {
        position: fixed;
        bottom: 1.875rem;
        left: 0;
        right: 0;
        text-align: center;
        justify-content: center;
    }
    .office-header-navbar .navbar-nav .nav-item .nav-link{
        line-height: 2.5;
    }
}
@media (max-width: 767.98px) {
    
    body {
        padding-top:73px;
    }
    body > .container{
        padding-top:0px;
    }
    .office-header-navbar-brand div {
        font-size: 0.875rem;
      }
      .office-header-navbar-tel {
        font-size: 0.875rem;
      }
      .office-header-navbar-tel img {
        height: 0.875rem;
      }
    .office-header-navbar .tel {
        flex-shrink: 0;
        font-weight: bold;
        color: #aa2325;
        align-items: center;
        display: block;
    }
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}

.wrap-body {
    margin-top: 126px;
}
@media (max-width: 991.98px) {
.wrap-body {
    margin-top: 0px;
}
}







.wrap {
    flex-wrap: wrap;
}
.flex {
    display: flex;
    align-items: center;
}
.row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mt10 {
    margin-top: 10px;
}
.sm {
    font-size: 14px;
}
.white {
    color: #ffffff;
}
footer {
  padding: 0.625rem 0 4.0625rem;
  background-color: #302d31;
  width: 100%;
}
footer .footer-box {
  width: 75%;
  margin: 0 auto;
}
footer .contect img {
  max-width: 100%;
  
}
footer .contect p {
  white-space: nowrap;
}
footer .contect p span {
  margin-right: 1.5rem;
}
footer .contect p span:last-child {
  margin-right: 0;
}
footer .footer-city ul {
  list-style: none;
  margin: 0 -0.625rem;
  padding: 0;
}
footer .footer-city ul li {
  padding: 0 0.625rem;
  position: relative;
}
footer .footer-city ul li::after {
  position: absolute;
  content: '';
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.625rem;
  background-color: white;
}
footer .footer-city ul li:last-child::after {
  display: none;
}
footer .footer-city .img-box .item {
  margin-right: 0.8125rem;
}
footer .footer-city .img-box .item:last-child {
  margin-right: 0;
}
footer .footer-city .img-box img {
  width: 2.5rem;
  height: 2.5rem;
}

@media (min-width: 576px) {
    
footer .container,footer .container-sm {
        max-width: 540px;
}
}

@media (min-width: 768px) {
    
footer .container,footer .container-md,footer .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    
footer .container,footer .container-lg,footer .container-md,footer .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    
footer .container,footer .container-lg,footer .container-md,footer .container-sm,footer .container-xl {
        max-width: 1140px;
    }

    footer .footer-box {
        width: 75%;
    }
}

@media (min-width: 1400px) {
footer .container,footer .container-lg,footer .container-md,footer .container-sm,footer .container-xl,footer .container-xxl {
        max-width: 1320px;
    }
}

@media (max-width: 767.98px) {
    footer .contect p span {
        display: inline-block;
        color: #fff;
      }
      footer .contect img {
        margin: 0 auto;
      }
      footer .footer-box {
        width: 100%;
      }
      footer .footer-city ul {
        margin: 0 -0.3125rem;
      }
      footer .footer-city ul li {
        padding: 0 0.3125rem;
      }
      footer .footer-box {
    width: 100%;
  }
    
}
@media (max-width: 991.98px) {
    footer .contect p {
        white-space: normal;
    }
}

