@charset "UTF-8";
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p90{
    padding: 0.9rem 0;
}
.img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img p{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
a:hover .img p{
    transform: scale(1.05);
}
.linkTop{
    background: rgba(149, 59, 42, 1);
}
.linkTop a{
    display: block;
    position: relative;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 1);
    float: left;
    padding: 0 0.25rem;
}
.linkTop a::before{
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.linkTop a:last-of-type::after{
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.linkTop a:hover{
    color: #ffffff;
}
header{
    width: 100%;
    padding: 0.65rem 0;
    box-sizing: border-box;
}
header>.w1400{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 导航logo--1 */
.logo a{
    display: block;
    width: auto;
    height: auto;
}
.logo a img{
    display: block;
    width: auto;
    height: 0.5rem;
    max-width: none;
}
/* 导航 */
.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav ul>li{
    position: relative;
    margin: 0 0.08rem;
}
.nav ul>li:first-of-type {
    margin-left: 0;
}
.nav ul>li>a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: 0em;
    color: #C4663C;
    white-space: nowrap;
}
.nav ul>li:last-of-type{
    margin: 0;
    position: relative;
}
.nav ul>li:last-of-type>a{
     
}
.nav ul>li:last-of-type::before,.nav ul>li:last-of-type::after{
   
}
.nav ul>li:last-of-type::before{
    left: 0;
}
.nav ul>li:last-of-type::after{
    right: 0;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 170%;
    height: auto;
    left: -35%;
    z-index: 99;
    top: 100%;
    padding: 8px 0 12px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background: #953b2a;
}
.nav ul>li:hover ol {
    display: block;
    animation: flipInY .8s;
    -ms-animation: flipInY .8s;
}
.nav ul>li ol .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 12px;
    overflow: hidden;
}

.nav ul>li ol .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: #953b2a;
    -webkit-transform: translate(0px, 6px) rotate(45deg);
    -moz-transform: translate(0px, 6px) rotate(45deg);
    -ms-transform: translate(0px, 6px) rotate(45deg);
    -o-transform: translate(0px, 6px) rotate(45deg);
    transform: translate(0px, 6px) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    padding: 8px 5px;
    box-sizing: border-box;
}
.nav ul>li ol li a:hover{
    background: rgba(196, 102, 60, 1);
}
.nav ul>li>a:hover{
    font-weight: bold;
}
.header_m{
    display: none;
}
/* 搜索 */
.search{
    float: right;
}
.search>div{
    width: 250px;
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(196, 102, 60, 1);
    float: right;
    margin-left: 0.3rem;
}
.search .text {
    float: left;
    display: block;
    width: calc(100% - 40px);
    outline: none;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    margin: 0;
    background: transparent;
    color: #ffffff;
    box-sizing: border-box;
    border: none;
}
.search .submit {
    width: 40px;
    height: 40px;
    float: right;
    border: none;
    box-sizing: content-box;
    position:relative;
    background: url(../img/search.png) no-repeat center;
}
footer{
    padding: 0.65rem 0;
    background: rgba(248, 247, 245, 1);
}
.lxfs a,.lxfs a img{
    display: block;
    width: auto;
    height: 0.34rem;
    margin-bottom: 0.25rem;
}
.lxfs  p{
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #797979;
    line-height: 26px;
}
footer .footTit{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding: 8px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0.25rem;
}
.kstd, .yqlj{
    width: auto;
}
.yqlj ul,.kstd ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kstd ul li,.yqlj ul li{
    margin-right: 50px;
}
.yqlj ul li:last-of-type,.kstd ul li:last-of-type{
    margin-right: 0;
}
.kstd ul li a,.yqlj ul li a{
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #797979;
    line-height: 26px;
    text-align: left;
}
.kstd ul li a:hover,.yqlj ul li a:hover{
    color: #C4663C;
}
.code .footTit{
    border-bottom: none;
}
.bq p,.bq a{
    font-size: 12px;
    line-height: 0.5rem;
    text-align: center;
    background: rgba(149, 59, 42, 1);
    color: #ffffff;
}
.bq a:hover{
    color: #d4b686;
}
/* 媒体查询 */
@media only screen and (max-width: 1460px){
    .w1400{
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1040px){
    .linkTop,header{
        display: none;
    }
    .header_m{
        display: block;
    }
    .logo{
        margin-left: 0;
    }
    .m_Top{
        display: flex;
        padding: 20px;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a img{
        display: block;
        width: 100%;
        height: 44px;
    }
    .menu1 {
        width: 36px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
    }

    .menu1 span {
        float: left;
        width: 100%;
        background: #953b2a;
        transition: all 0.4s ease;
        margin-top: 10px;
        height: 2px;
    }

    .menu1 span:first-child {
        margin-top: 0;
    }

    .menu1.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .menu1.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu1.open span:nth-child(3) {
        opacity: 0;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
    .header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        background: #ffffff;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);
        margin-bottom: 40px;
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 120px);
        position: fixed;
        top: 120px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }

    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }

    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 47px;
        left: auto;
        width: 420px;
        height: calc(100% - 47px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #006151;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../img/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../img/jian2.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }

    .m_nav ul li ol>li a {
        color: #444444;
        display: block;
    }

    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #1f296b;
    }
    .m_nav .search3{
        position: absolute;
        top: 0;
        right: 0;
        width: 420px;
        border-top: 1px solid #ccc;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
    .m_nav .search3 .text::-webkit-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-moz-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-ms-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../img/search2.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav .search3 .submit::before{
        display:block;
        content:"";
        width:1px;
        height:20px;
        position:absolute;
        left: 1px;
        top:3px;
        background: #000000;
    }
    .kslj{
        background: rgba(149, 59, 42, 1);
        display: flex;
        justify-content: flex-end;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .kslj a{
        display: block;
        position: relative;
        font-family: Microsoft YaHei;
        font-size: 14px;
        font-weight: normal;
        line-height: 36px;
        letter-spacing: 0em;
        color: rgba(255, 255, 255, 1);
        padding: 0 0.25rem;
    }
    .kslj a::before{
        display: block;
        content: "";
        width: 1px;
        height: 16px;
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .kslj a:last-of-type::after{
        display: block;
        content: "";
        width: 1px;
        height: 16px;
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .kslj a:hover{
        color: #ffffff;
    }
    .w1400{
        padding: 0 20px;
    }
    .kstd{
        width: 100%;
        margin: 20px 0;
    }
    .kstd ul li{
        
margin-right: 0;
        
width: auto;
        
display: flex;
        
width: 50%;
    }

.kstd ul li a {
    width: 33%;
}

.kstd ul {
    justify-content: flex-start;
}
}
@media only screen and (max-width: 768px){
    .m_Top{
        padding: 15px;
    }
    .kslj{
        padding:0 15px;
    }
    .m_Top .logo a img{
        height: 44px;
    }
    .m_nav{
        height: calc(100% - 110px);
        top: 110px;
    }
    .menu1{
        width: 30px;
    }
    .menu1 span{
        margin-top: 8px;
    }
    .w1400{
        padding: 0 15px;
    }
    footer{
        padding: 40px 0;
    }
    .header_m{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 560px){
    .m_nav ul,.m_nav .search3{
        width: 100%;
    }
    .m_Top .logo a img{
        height: 28px;
    }
    .kslj a{
        font-size: 12px;
        padding: 0 15px;
        line-height: 30px;
    }
    .kslj{
        justify-content: center;
    }
    .m_nav{
        height: calc(100% - 88px);
        top: 88px;
    }
    .kstd, .yqlj{
        width: 100%;
        margin: 10px 0;
    }
    footer .footTit{
        margin-bottom: 10px;
    }
    .bq p, .bq a{
        line-height: 40px;
    }
    footer{
        padding: 30px 0;
    }
    .header_m{
        margin-bottom: 20px;
    }
    .kstd ul li{
        width:100%;
    }
    .yqlj ul li{
        margin-right: 0;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .yqlj ul li a{
        width:33%;
    }
}
@media only screen and (max-width: 440px){
    .m_Top{
        padding:15px 10px;
    }
    .kslj{
        padding:0 10px;
    }
}
@media only screen and (max-width: 300px){
    .yqlj ul li a, .kstd ul li a{
        font-size:10px;
    }
}