.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.fhtsico{vertical-align: -.125em;fill: currentColor;color: #ffffff;width: 3rem;height: 3rem;background-size: 3rem 3rem;padding: 0.5rem;}
.fhtsimg{pointer-events: none;}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
/*PCmenu*/
.main-container {width: 1320px;margin-left: auto;margin-right: auto;*zoom: 1;}
.main-container:before,.main-container:after {display: table;content: "";}
.main-container:after {clear: both;}
.menu {
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.01);
    -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.01);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.01);
}
.menu ul,li,img {margin: 0;padding: 0;}
.menu a {cursor: pointer;color: #666;text-decoration: none;}
.menu a:hover {color: #dc3545;text-decoration: none;}
.menu .navbar-default {border: none;}
.menu .navbar-nav {font-size: 18px;}
.menu-content {width: 1320px;margin-left: auto;margin-right: auto;*zoom: 1;}
.menu-content:before,.menu-content:after {display: table;content: "";}
.menu-content:after {clear: both;}
.menu-content .navbar-collapse {padding: 0;}
.menu .menu-list-content {
    font-size: 20px;
    font-weight: normal;
    _background: #f8f9fa;
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.menu .menu-list-content .menu-down {position: relative;}
.menu .menu-list-content .menu-list {float: none;margin: 0;}
.menu .menu-list-content .menu-list > li {
    float: left;
    display: inline;
    position: relative;
    width: 118px;
    text-align: center;
    margin-right: 0;
}
.menu .menu-list-content .menu-list > li:first-child {width: 90px;}
.menu .menu-list-content .menu-list > li:last-child {width: 120px;}
.menu .menu-list-content .menu-list > li.open > a {color: #dc3545;background: none;}
.menu .menu-list-content .menu-list > li.open > a:focus {color: #dc3545;background: none;}
.menu .menu-list-content .menu-list > li.chose {
    background: #fefefe;
    cursor: pointer;
    border-top: 2px solid #dc3545;
}
.menu .menu-list-content .menu-list > li.active {width: 256px;}
.menu .menu-list-content .menu-list > li.active > a {background: none;}
.menu .menu-list-content .menu-list > li.active > a:hover {background: none;}
.menu .menu-list-content .menu-list > li.active:hover {
    height: 80px;
    background: none;
    border-top: 0px solid;
}
.menu .menu-list-content .menu-list > li > a {
    color: #333333;
    display: inline-block;
    padding: 0;
    width: 100%;
    line-height: 80px;
}
.menu .menu-list-content .menu-list > li > a:hover {color: #dc3545;text-decoration: none;background: none;}
.menu .menu-list-content .menu-list > li > a:focus {background: none;}
.menu .menu-list-content .menu-list > li.couple {position: relative;}
.menu .menu-list-content .menu-list > li.couple > a {width: 30%;}
.menu .menu-list-content .menu-list > li.couple > a:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    width: 2px;
    height: 18px;
    background-color: #fefefe;
    margin-right: -3px;
}
.menu .menu-list-content .menu-list > li.couple > a:last-child:after {content: "";width: 0px;}
.menu .menu-list-content .menu-list > li.couple > a:hover {text-decoration: underline;}
.menu .menu-list-content .menu-list > li.chose > a:after, .menu .menu-list-content .menu-list > li.couple:hover > a:after {background-color: #dc3545;}
.menu .menu-list-content .menu-list > li:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fefefe;
    cursor: pointer;
    color: #dc3545;
    height: 80px;
    border-top: 2px solid #dc3545;
}
.menu .menu-list-content .menu-list > li:hover > a {color: #dc3545;background: none;}
.menu .menu-hd {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 3;
    background: #fefefe;
    font-size: 16px;
}
.menu .menu-hd .menu-down-cont {
    width: 100%;
    margin: 0;
    background: #fefefe;
    position: absolute;
    top: 0px;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.menu .menu-hd .menu-dropdown {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 27px 0;
    *zoom: 1;
    overflow-x: auto;
}
.menu .menu-hd .menu-dropdown:before,
.menu .menu-hd .menu-dropdown:after {display: table;content: "";}
.menu .menu-hd .menu-dropdown:after {clear: both;}
.menu .menu-hd .menu-dropdown li {float: right;display: inline;border-left: 1px solid #e4e4e4;}
.menu .menu-hd .menu-dropdown li:last-child {border-left: none;}
.menu .menu-hd .menu-dropdown li a {display: block;line-height: 30px;}
.menu .menu-hd .menu-dropdown li h3 {color: #333333;font-size: 18px;font-weight: 700;padding-bottom: 7px;}
.menu .menu-hd .menu-dropdown li h3 a {color: #333333;}
.menu .menu-hd .menu-dropdown li h3 a:hover {color: #333333;text-decoration: none;}
.menu .menu-hd .menu-dropdown li .dr-list {float: left;display: inline;}
.menu .menu-hd .menu-dropdown .domain-register {float: right;display: inline;*zoom: 1;}
.menu .menu-hd .menu-dropdown .domain-register:before,
.menu .menu-hd .menu-dropdown .domain-register:after {display: table;content: "";}
.menu .menu-hd .menu-dropdown .domain-register:after {clear: both;}
.menu .menu-hd .menu-dropdown .domain-register li.reg-question {padding-left: 30px;}
.menu .menu-hd .menu-dropdown .domain-register li.domain-service {padding: 0 6px 0 20px;}
.menu .menu-hd .menu-dropdown .domain-register li.domain-service .dr-list {padding-right: 24px;}
.menu .menu-hd .menu-dropdown .domain-register li.top-domain {padding: 0 34px 0 24px;}
.menu .menu-hd .menu-dropdown .domain-register li.china-domain {padding: 0 0 0 22px;}
.menu .menu-hd .menu-dropdown .domain-register li.china-domain .dr-list {padding-right: 20px;}
.menu .menu-hd .menu-dropdown .domain-register li.intern-domain {padding: 0 0 0 27px;}
.menu .menu-hd .menu-dropdown .domain-register li.intern-domain .dr-list {padding-right: 27px;}
.menu .menu-hd .menu-dropdown .menu-advert {width: 240px;float: right;display: inline;margin-left: 30px;}
.menu .menu-hd .menu-dropdown .menu-advert img {width: 100%;height: 150px;max-width: 240px;}
.menu .menu-hd .menu-dropdown .menu-domain-list {*zoom: 1;}
.menu .menu-hd .menu-dropdown .menu-domain-list:before,
.menu .menu-hd .menu-dropdown .menu-domain-list:after {display: table;content: "";}
.menu .menu-hd .menu-dropdown .menu-domain-list:after {clear: both;}
.menu .menu-hd .menu-dropdown .menu-domain-list li {padding-left: 30px;}
.menu .menu-hd .menu-dropdown .menu-domain-list li.domain-bid-list {padding-right: 30px;}
.menu .menu-hd .menu-dropdown .menu-domain-list li.ykj-list .dr-list {padding-right: 30px;}
.navbar-default .navbar-collapse {background: #dc3545;}
.open > .dropdown-menu {display: none;}


.container-fluid .navbar-brand img{width: 9.9rem;}
.text-gray-dark{font-size: 1.1rem;font-weight: 450;line-height: 0rem;margin: 0.6rem 0 0.99rem 0;}
.pb-3{font-size: 0.9rem;font-weight: 400;text-align: justify;}
.pb-3 span{line-height: 1.35rem;}
.feature-icon {width: 5rem;height: 5rem;border-radius: .75rem;margin: 3rem auto;}
footer a{text-decoration: none; color: #575a5e;}
footer a:hover{text-decoration: none; color: #dc3545;}
footer .list-unstyled a{text-decoration: none; color: #575a5e;}
footer .list-unstyled a:hover{text-decoration: none; color: #dc3545;}
.govc{background-image: url(/assets/images/govc.png); background-repeat: no-repeat;background-size: contain;padding-left: 1.45rem;}
.govd{background-image: url(/assets/images/govd.png); background-repeat: no-repeat;background-size: contain;padding-left: 1.45rem;}
.text-Viola{color:#1e2e9c;}
.text-succes{color:#008f70;}
.bg-Viola{background-image: linear-gradient(to right, #7d83f6 , #d682e1);}
.bg-Violet{background-image: linear-gradient(to right, #d094fb , #b894fb);}
.bg-purple {background-color: #712cf9;}
.bg-Borland {background-color: #4344f3;}
.bg-Warning {background-color: #f9c000;}
.bg-Orange {background-color: #f54e00;}
.bg-Wechat {background-color: #44ae64;}

.btn-Feimeite{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#712cf9;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd;}	

.btn-Wechat{--bs-btn-color:#fff;--bs-btn-bg:#44ae64;--bs-btn-border-color:#44ae64;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754;}	

.btn-Orange{--bs-btn-color:#fff;--bs-btn-bg:#f54e00;--bs-btn-border-color:#f54e00;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#ef2800;--bs-btn-hover-border-color:#ef2800;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#ef2800;--bs-btn-active-border-color:#ef2800;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#ef2800;--bs-btn-disabled-border-color:#ef2800;}

.btn-Phoenix{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#bb2d3b;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#bb2d3b;--bs-btn-active-border-color:#bb2d3b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#bb2d3b;--bs-btn-disabled-border-color:#bb2d3b;}

/* feimeite banner */
@media all and (min-width: 991.98px) {
	.flexslider{max-height: 30rem;}
	.slides .lik {height: 30rem;}
	.flexslider .slides .PC1{background:#0052d9 url(//fhts.cn/assets/images/PC1.jpg) 50% 0 no-repeat;}
	.flexslider .slides .PC2{background:#2aae67 url(//fhts.cn/assets/images/PC2.jpg) 50% 0 no-repeat;}
	.flexslider .slides .PC3{background:#95b5fe url(//fhts.cn/assets/images/PC3.jpg) 50% 0 no-repeat;}
	.flexslider .slides .PC4{background:#22beff url(//fhts.cn/assets/images/PC4.jpg) 50% 0 no-repeat;}
	.flexslider .slides .PC5{background:#ff9200 url(//fhts.cn/assets/images/PC5.jpg) 50% 0 no-repeat;}
	.flexslider .slides .PC6{background:#fcf2fb url(//fhts.cn/assets/images/PC6.jpg) 50% 0 no-repeat;}
	.flexslider .slides .PC7{background:#e2def9 url(//fhts.cn/assets/images/PC7.jpg) 50% 0 no-repeat;}
	.flexslider .slides .PC8{background:#c4e7ff url(//fhts.cn/assets/images/PC8.jpg) 50% 0 no-repeat;}
} 
@media all and (max-width: 991.98px) {
	.flexslider{margin-top: 56px;}
	.slides .lik {padding: 37.5%;}
	.flexslider .slides .PC1{background:#104bc9 url(//fhts.cn/assets/images/MOA.jpg) no-repeat; background-size: 100% 100%;}
	.flexslider .slides .PC2{background:#ff9101 url(//fhts.cn/assets/images/MOB.jpg) no-repeat; background-size: 100% 100%;}
	.flexslider .slides .PC3{background:#06b259 url(//fhts.cn/assets/images/MOC.jpg) no-repeat; background-size: 100% 100%;}
	.flexslider .slides .PC4{background:#95b5fe url(//fhts.cn/assets/images/MOD.jpg) no-repeat; background-size: 100% 100%;}
	.flexslider .slides .PC5{background:#d4e3f8 url(//fhts.cn/assets/images/MOE.jpg) no-repeat; background-size: 100% 100%;}
	.flexslider .slides .PC6{background:#e4ecff url(//fhts.cn/assets/images/MOF.jpg) no-repeat; background-size: 100% 100%;}
	.flexslider .slides .PC7{background:#1910b4 url(//fhts.cn/assets/images/MOG.jpg) no-repeat; background-size: 100% 100%;}
	.flexslider .slides .PC8{background:#5e141e url(//fhts.cn/assets/images/MOH.jpg) no-repeat; background-size: 100% 100%;}
}

.slides {position: relative; z-index: 1;background:#0052d9;}
.slides li{display: inline-block;}
.flexslider {position: relative; overflow: hidden; background: url(/assets/images/loading.gif) 50% no-repeat;}
.flexslider ul {padding:0;}
.flex-control-nav { position: absolute; bottom:-0.35rem; z-index: 2; width: 100%; text-align: center;padding-right: 2rem;}
.flex-control-nav li { display: inline-block; width: 0.8rem; height:0.8rem; margin:0.3rem; zoom: 1;}
.flex-control-nav a { display: inline-block; width: 0.8rem; height: 0.8rem; line-height: 10rem; overflow: hidden; background: url(/assets/images/dot.svg) right 0 no-repeat;background-size: 1.8rem; cursor: pointer;}
.flex-control-nav .flex-active {background-position: 0;}

