/*-----------------[初始化]--------------*/

* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
}

body {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    font-family: "微软雅黑", "Microsoft Yahei", "PingFangSC-Regular", "PingFang Regular", sans-self;
    background: url("../images/pagebg.png") repeat;
}

a {
    color: #333;
    text-decoration: none;
}


/* a:hover {
    color: #2b478c;
} */

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

a,
a img,
.ani {
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

ul,
ol {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
}

* {
    outline: none;
}

input {
    border: none;
    background: none;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}


/*布局*/

.container {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}


/*******************************
  -------[=头部]-------
********************************/


/* 顶部 */

.top {
    height: 40px;
    background-color: #fff;
}

.top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-left {
    line-height: 40px;
    font-size: 16px;
}

.top-left span {
    padding-left: 20px;
    color: #010100;
    vertical-align: baseline;
}

.top-left>a {
    color: #295ebe;
    vertical-align: baseline;
}

.top-left span a {
    color: #010100;
    vertical-align: baseline;
}

.top-right {
    display: flex;
    align-items: center;
    /* padding: 10px 0; */
}

.top .top-search {
    width: 248px;
    height: 31px;
    border: 1px solid #dedfe1;
    border-radius: 3px;
    position: relative;
}

.top .top-search input {
    width: 214px;
    text-indent: 10px;
    color: #c6c4c9;
    line-height: 28px;
}

.top .top-search input::-webkit-input-placeholder {
    color: #c1c4cc;
}

.top .top-search input::-moz-placeholder {
    color: #c1c4cc;
}

.top .top-search input:-ms-input-placeholder {
    color: #c1c4cc;
}

.top .top-search input::-ms-input-placeholder {
    color: #c1c4cc;
}

.top .top-search input::placeholder {
    color: #c1c4cc;
}

.top .top-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 30px;
    background: url("../images/icon-so-on.png") no-repeat center;
    border: 0;
}


/* .top .top-search button.iconfont.icon-sousuo {
    background: none;
} */

.top-searchadvanced {
    width: 80px;
    text-align: center;
    color: #2b60ae;
}

.nav-sel {
    float: right;
    margin-left: 15px;
    padding: 0 9px;
}

.form-so select {
    border: 1px solid #fff;
    padding: 0 10px;
    width: 100%;
    color: #ccc;
    margin-bottom: 15px;
    height: 32px;
    background-color: transparent;
    background-color: #fff;
}

.form-so .text {
    border: 1px solid #d3d3d3;
    flex-grow: 1;
    background-color: #fff;
    padding: 0 15px;
    color: #333;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #fff;
}

.form-so .submit {
    border: none;
    flex-shrink: 0;
    width: 80px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    margin-left: 10px;
}

.form-so .iptbox {
    display: flex;
}


/*******************************
    -------[=导航]-------
********************************/

.menuBtn {
    display: block;
    /* display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999999; */
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    position: relative;
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #b01901;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn.open {}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    width: 30px;
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.mo-nav {
    position: fixed;
    top: 0;
    left: -282px;
    bottom: 0;
    padding: 10px 0;
    width: 252px;
    background: #C41818;
    padding: 30px 15px;
    z-index: 150;
    font-size: 14px;
    overflow-y: auto;
    font-family: "微软雅黑";
    transition: 0.3s;
    z-index: 100;
}

.mo-nav.on {
    left: 0;
}

.mo-nav li {
    margin: 5px 0;
}

.mo-nav li a {
    padding-left: 20px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.mo-nav dl {
    margin-bottom: 0;
    display: none;
    background: none;
}

.mo-nav dd a {
    font-size: 13px;
    line-height: 40px;
    padding-left: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B30301
}

.mo-nav dd .con {
    display: none;
}

.mo-nav dd .con a {
    padding-left: 80px;
}

.mo-login {
    text-align: center;
    color: #fff;
}

.mo-login a {
    display: inline-block;
    color: #fff;
    line-height: 42px;
    padding: 0 15px;
}

.mo-top,
.mo-login,
.mo-search {
    display: none;
}


/*******************************
  -------[=banner]-------
*******************************/


/*******************************
  -------[=底部]-------
********************************/

.footer {
    margin-top: 39px;
    padding: 17px 0 22px;
    border-top: 8px solid #960303;
}

.fd-logo {
    float: left;
    margin: 5px 25px 0 60px;
}

.footer .txt {
    overflow: hidden;
}

.footer .txt p {
    font-family: "宋体";
    line-height: 24px;
    margin: 0;
}
.footer .txt p  a{color: #666;}