
.root{
    width: 100%;
    min-width: 340px;
    height: auto;
    font-size: 18px;
    font-family: "微软雅黑";
}

.fix-width{
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

/* 头部开始 */
.header{
    width: 100%;
    height: 115px;
    background: url(../images/pc/index_top_bg.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.header .fix-width{
    height: inherit;

}

.header-nav{

}

.header-nav li a{
    font-size: 16px;
    color: white;
}

.header-nav span{
    display: block;
    color: rgba(255, 255, 255, .4);
    margin: 0 8px;
}

.login-enter img{
    margin-right: 5px;
}

.search-all{
    position: relative;
}

.search-all input{
    width: 153px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    border: none;
    outline: none;

    font-size: 16px;
    color: #908F8F;
    padding-left: 50px;
}

.search-all input::placeholder{
    font-size: 16px;
    color: #908F8F;
}

.search-all .begin{
    width: 20px;
    height: 20px;
    background: url(../images/pc/index_tu2.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.header-tools{
    display: none;
}

.header-menu{
    margin-left: 20px;
}

.header-menu img:nth-child(2){
    display: none;
}

/* 头部结束 */

/* 手机端菜单部分开始 */
.navMo{
    width: 100%;
    background: white;
    height: auto;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 18px;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 99;
}

.navMo > ul{
    max-width: 600px;
    margin: 0 auto;
}

.firstNavMo > li{
    width: 100%;
    min-height: 4.1em;
    border-bottom: 1px solid #D9DEEA;
}

.firstNavMo > li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 4.1em;
    font-size: 1.2em;
    color: #333333;
}

.firstNavMo > li > a > .arrow-icon{
    display: flex;
    align-items: center;
}

.arrow-icon img{
    width: 1.8em;
}

.arrow-icon img:nth-child(2){
    display: none;
}

.secondNavMo{
    display: none;
}

.secondNavMo > li > a{
    line-height: 3em;
    padding-left: 2em;
    font-size: 1.1em;
    color: #333333;
}

/* 手机端菜单部分结束 */

/* PC端导航开始 */
.navPc{
    width: 100%;
    height: 55px;
    background: #F4F2E5;
}

.firstNavPc > li{
    width: 10%;
    position: relative;
}

.firstNavPc > li > a{
    display: block;
    width: 100%;
    font-size: 17px;
    color: #707078;
    line-height: 55px;
    text-align: center;
}

/* 当前所在位置 */
.firstNavPc > li >.active-firstNav{
    background: linear-gradient(0deg, #C12602, #EE4225);
    color: white;
    font-weight: bold;
}

.secondNavPc{
    display: none;
    height: auto;
    background: #9B0A0E;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
    box-sizing: border-box;
    /*padding: 10px;*/

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 99;
}

.secondNavPc > li{
    width: 120px;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}

.secondNavPc > li > a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 30px;
    text-align: center;
}

.secondNavPc > li > a:hover{
    background: rgba(231, 61, 32, 0.63);
}

.secondNavPc > li > .thirdNavPc{
    position: absolute;
    top: 0;
    left: 100%;
}

.thirdNavPc{
    display: none;
    background: #9B0A0E;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
    box-sizing: border-box;
    /*padding: 10px;*/
}

.thirdNavPc > li{
    width: 180px;
    box-sizing: border-box;
    padding: 5px;
}

.thirdNavPc > li > a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 30px;
    text-align: center;
}

.thirdNavPc > li > a:hover{
    background: rgba(231, 61, 32, 0.63);
}

.firstNavPc  a.activePCNav{
    background: linear-gradient(0deg, #C12602, #EE4225) !important;
    color: white !important;
    font-weight: bold !important;
}

/* PC端导航结束 */


/* 友情链接部分开始 */
.links{
    min-height: 58px;
    background: #F4F2E5;
}

.links-title{
    flex-shrink: 0;
    font-size: 18px;
    color: #821316;
    line-height: 58px;
    margin-right: 20px;
}

.links ul{
    flex-wrap: wrap;
    padding-top: 12px;
}

.links ul a{
    line-height: 38px;
    font-size: 14px;
    color: #1B1919;
    margin-right: 20px;
}

.links ul a:hover{
    color: #821316;
}

/* 友情链接部分结束 */

/* footer部分开始 */
.footer{
    min-height: 105px;
    background: #821316;
    box-sizing: border-box;
    padding: 20px 0;
}

.footer ul{
    flex-wrap: wrap;
}

.footer li{
    margin: 0 15px;
}

.footer li, .footer li a{
    flex-shrink: 0;
    font-size: 14px;
    color: white;
    line-height: 30px;
}

/* footer部分结束 */

/* banner部分开始 */
.banner img{
    width: 100%;
    height: auto;
}
/* banner部分结束 */

/* 分页开始 */
.sm-paging{
    font-size: 18px;
    margin: 30px 0 50px;
}

.sm-paging > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sm-paging > ul > li{
    margin: 5px;
}

.sm-paging > ul > li > span, .sm-paging > ul > li > a{
    display: block;
    width: 45px;
    height: 44px;
    background: #F4F3F3;
    border-radius: 2px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #666666;
}

.sm-paging > ul > li.active span{
    background: #821316;
    color: white;
}

.sm-paging > ul > li > span:hover, .sm-paging > ul > li > a:hover{
    background: #821316;
    color: white;
}

.sm-prev, .sm-next, .sm-pages a{
    display: block;
    width: 2.4em;
    height: 2.4em;
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 2.4em;
    background: #F4F3F3;
    border-radius: 2px;
    transition: all 1s;
}

.sm-pages a{
    margin: 0 2px;
}

.sm-prev{
    margin-right: 20px;
}

.sm-prev img, .sm-next img{
    width: 15px;
    height: 15px;
}

.sm-prev img:nth-child(2), .sm-next img:nth-child(2){
    display: none;
}

.sm-prev:hover{
    background: #821316;
}

.sm-prev:hover img:first-child{
    display: none;
}

.sm-prev:hover img:nth-child(2){
    display: block;
    margin-top: 13px;
    margin-left: 13px;
}

.sm-next:hover{
    background: #821316;
}

.sm-next:hover img:first-child{
    display: none;
}

.sm-next:hover img:nth-child(2){
    display: block;
    margin-top: 13px;
    margin-left: 13px;
}

.sm-next{
    margin-left: 20px;
}

.sm-pages a:hover{
    background: #821316;
    color: white;
}
/* 分页结束 */

/* 正文公共部分开始 */
.main{
    margin-top: 15px;
}

.mainL{
    width: 215px;
    height: auto;
}

.mainR{
    width: calc(100% - 215px);
    box-sizing: border-box;
    padding-left: 2%;
    font-size: 18px;
}

.inner-title{
    width: 100%;
    height: 81px;
    background: url(../images/pc/ny_leftnav_tu1.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 30px;
}

.inner-title h3{
    font-size: 24px;
    color: white;
}

.inner-title img{
    display: none;
    width: 44px;
    height: 44px;
}

.firstMenuPc{
    width: 100%;
    height: auto;
    background: url(../images/pc/ny_leftnav_tu2.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-left: 3px;
    padding-bottom: 200px;
}

.firstMenuPc > li > a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}

.firstMenuPc > li > a:hover{
    background: #F4F2E5;
    color: #C62905;
    font-weight: bold;
}

.firstMenuPc > li > .menuPcActive{
    background: #F4F2E5;
    color: #C62905;
    font-weight: bold;
}

.menuPcActive::after{
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/pc/ny_leftnav_tu3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.sub-title h3{
    font-size: 1em;
    color: #1B1919;
    line-height: 2.7em;
    font-weight: 400;
}

.small-address p, .small-address p a{
    font-size: 0.8em;
    color: #ACA9A9;
}

.small-address img{
    margin-right: 0.27em;
}

.small-address p a:last-child{
    color: #9B0A0E;
}
.sub-title{
    border-bottom: 1px solid #821316;
    margin: 20px 0;
}

.changeBox{
    padding-bottom: 50px;
}

/* 正文公共部分结束 */



/* 响应式处理开始 */
@media screen and (max-width: 1199px) {
    .header{
        padding: 0 30px;
    }

    .biaoyu{
        display: none;
    }
}

@media screen and (max-width: 998px) {
    .header{
        height: 95px;
    }

    .navMo{
        top: 95px;
    }

    .header-nav{
        display: none;
    }

    .header-tools{
        display: flex;
    }

    .navPc{
        display: none;
    }

    .links{
        display: none;
    }
    
    /* 内页正文公告部分 */
    .main{
        box-sizing: border-box;
        padding: 0 2%;
        display: block;
    }

    .mainL{
        width: 100%;
        font-size: 18px;
        flex-shrink: 0;
    }

    .mainR{
        width: 100%;
        padding-left: 0;
        font-size: 24px;
    }

    .inner-title{
        height: 4em;
    }

    .inner-title h3{
        font-size: 1.3em;
    }

    .inner-title img{
        display: block;
        width: 2.4em;
        height: 2.4em;
    }

    .firstMenuPc{
        display: none;
        background: url(../images/mo/mo_index_tu6.png) no-repeat;
        background-size: 100% 100%;
        padding: 10px 3% 0;
    }

    .firstMenuPc > li > a{
        font-size: 1.2em;
        height: 3em;
        line-height: 3em;
        border-bottom: 1px solid rgba(208,215,227,0.5500);
        box-sizing: border-box;
        padding-left: 0;
    }

    .menuPcActive::after{
        width: 0.6em;
        height: 0.6em;
        right: 0;
    }

    .firstMenuPc > li > .menuPcActive{
        background: none;
    }

    .firstMenuPc > li > a:hover{
        background: none;
    }
    
}

@media screen and (max-width: 650px) {
    .header{
        padding: 0 20px;
    }
}

@media screen and (max-width: 550px) {
    .header{
        height: 80px;
    }

    .header{
        padding: 0 10px;
    }

    .website-logo img{
        width: 300px;
    }

    .header-tools img{
        width: 45px;
    }

    .header-menu{
        margin-left: 8px;
    }

    .navMo{
        font-size: 16px;
        top: 80px;
    }

    .mainL{
        font-size: 16px;
    }

    .mainR{
        font-size: 22px;
    }

    .small-address{
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .header{
        height: 70px;
    }

    .website-logo img{
        width: 280px;
    }

    .header-tools img{
        width: 38px;
    }

    .navMo{
        font-size: 15px;
        top: 70px;
    }

    .sm-paging{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 420px) {
    .header{
        padding: 0 8px;
    }

    .header{
        height: 60px;
    }

    .website-logo img{
        width: 240px;
    }

    .header-tools img{
        width: 35px;
    }

    .navMo{
        font-size: 14px;
        top: 60px;
    }

    .mainL{
        font-size: 14px;
    }

    .mainR{
        font-size: 20px;
    }
}

@media screen and (max-width: 380px) {
    .header{
        height: 55px;
    }

    .navMo{
        top: 55px;
    }

    .website-logo img{
        width: 225px;
    }

    .header-tools img{
        width: 33px;
    }

    .mainL{
        font-size: 13px;
    }

    .mainR{
        font-size: 18px;
    }
}

/* 响应式处理结束 */
