/* 头部 */
* {
    box-sizing: border-box;
    font-size: 14px;
}
.qgrmftxxw{
	color: #990000;
	font-size: 12px; 
	background: url('./../images/header_earch1.png;vpn_img') center;
    background-color: #fff; 
    padding: 2px 10px;
    margin-left: 15px;
}
.fd-public {
    background-image: url('../images/bg.png;vpn_img');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: #faf0e5;
    }

.fd-header {
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background-image: url('./../images/header_bg.png;vpn_img');
    background-size: 100% 100%;
    /* position: fixed; */
    z-index: 999;
    top: 0px;
}

.fd-header .fd-div {
    width: 1199px;
    margin: auto;
    height: 100%;
}

.fd-header .fd-div .fd-left {
    color: #fff;
    font-size: 15px;
    float: left;
}

.fd-header .fd-div .fd-left ul {
    height: 100%;
    margin: 0;
    align-items: center;
}

.fd-header .fd-div .fd-left ul li {
    float: left;
    list-style: none;
    margin-right: 12px;
    font-size: 12px;
    color: #ffffff;
    line-height: 36px;
}

.fd-header .fd-div .fd-right {
    color: gray;
    font-size: 15px;
    float: right;
}

.fd-header .fd-div .fd-right ul {
    height: 100%;
    margin: 0;
    align-items: center;
    overflow: hidden;
    padding: 8px 0px;
}

.fd-header .fd-div .fd-right ul li {
    float: left;
    list-style: none;
    margin-left: 4px;
    height: 20px;
    line-height: 20px;
}

.fd-header .fd-div .fd-right ul li .submit{
    background: transparent;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    border: none;
    cursor: pointer;
}

.fd-header .fd-div .fd-right ul .fd-dsr {
    width: 102px;
    background-image: url('./../images/header_earch.png;vpn_img');
    background-size: 100% auto;
    text-align: center;
    font-size: 12px;
    color: #990000;
    line-height:23px;
}
.fd-header .fd-div .fd-right ul li:nth-child(1) {
    width: 102px;
    background-image: url('./../images/header_earch.png;vpn_img');
    background-size: 100% auto;
    text-align: center;
    font-size: 12px;
    color: #990000;
    line-height:23px;
}

.fd-header .fd-div .fd-right ul .fd-tgsm {
    width: 88px !important;
    background: url(./../images/header_earch.png;vpn_img) no-repeat !important;
    height: 21px !important;
    background-size: 100% 100% !important;
    text-align: center;
    font-size: 12px;
    color: #990000;
    line-height: 23px;
}

.fd-header .fd-div .fd-right ul li:nth-child(2)>select {
    width: 75px;
    height: 20px;
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.fd-header .fd-div .fd-right ul li:nth-child(3)>input {
    width: 161px;
    height: 20px;
    outline: none;
    border: 0px;
    color: #999999;
    font-size: 12px;
    padding-left:7px;
}

/* logo */
.fd-header-logo {
    width: 100%;
    height: 185px;
    overflow: hidden;
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .fd-header-logo {
        width: 100%;
        height: 181px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .fd-header-logo {
        width: 100%;
        height: 181px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1920px) {
    .fd-header-logo {
        width: 100%;
        height: 224px;
        overflow: hidden;
    }

    .fd-public {
        background-image: url('../images/bg.png;vpn_img');
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 100%;
    }
}
.fd-header-logo >div {
    width: 1199px;
    margin: auto;
    height: 100%;
}

.fd-header-logo div .fd-logoOuter {
    margin-top: 80px;
    float:left;
}

.fd-logoOuterTitlt{
    font-size:36px;
    color:#fff;
}
.fd-logo-text {
  position: relative;
}
/* 中心 */
.fd-body {
    width: 100%;
    height:100%;
    min-height:674px;
}

.fd-body .fd-div {
    width: 1199px;
    margin:0 auto;
    height:100%;
    /* height:2300px; */
}

.fd-body .fd-div .fd-title {
    height: 48px;
    width: 100%;
    background-image: url('./../images/nav_bg.png;vpn_img');
    padding-top: 7px;
    position: relative;
}

.fd-body .fd-div .fd-title ul li {
    float: left;
    color: #fff;
    line-height: 40px;
    width: 110px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 2px;
    color: #f5f0e3;
    margin-left: 31px;
    text-align: center;
    position: relative;
    height: 42px;
    top: -1px;
    margin-right: 4px;
}
.fdLiActive {
    background-image: url('./../images/nav_active.png;vpn_img');
    background-size: 110px 60px;
    background-position-x: -1px;
    font-weight: bold;
}

.fd-body .fd-div .fd-title ul >a:nth-child(5)>li.fdLiActive {
    background-size: 143px 60px !important;
    background-position-x: -5px !important;
}

.fd-body .fd-div .fd-title ul >a:nth-child(5)>li.fdLiActive {
    width: 132px !important;
}

.fd-body .fd-div .fd-inner,
.fd-body .fd-div .fd-inner>div {
    width: 100%;
}

/* 底部 */
.fd-footer {
    width: 100%;
    box-sizing: border-box;
    /* position: fixed; */
    background-color: #b3372e;
    bottom: 0;
}

.fd-footer .fd-top {
    width: 100%;
    background-image: url('./../images/header_bg.png;vpn_img');
    background-size: 100% 100%;
    height: 54px;
    color: #fff;
    text-align: center;
    line-height: 54px;
}

.fd-footer .fd-top div {
    width: 1252px;
    margin: 0 auto;
}

.fd-footer .fd-bottom {
    color: #fff;
    height: 108px;
    text-align: center;
    overflow: hidden;
}

.fd-footer .fd-bottom li {
    font-size: 12px;
    line-height: 22px;
}

.fd-footer .fd-bottom li:nth-child(1) {
    margin-top: 21px;
}

.fd-logoOuter-bottom {
    float: left;
    margin-top: 73px;
    margin-left: 10px;
}
.fd-header-logo div .fd-logoOuter {
    margin-top: 80px;
    float: left;
}
.fd-logoOuterTitlt{
    font-size:36px;
    color:#fff;
    font-family: PingFangSC-Heavy;
}
.fd-logoTextOuter{
    font-size:18px;
    color:rgba(255,255,255,0.8);
    font-family: FZYBXSJW--GB1-0;
    overflow: hidden;
    float:left;
    white-space:nowrap;
}