@font-face {
    font-family: TianShiBaoDiaoTiJian;   
    src:
        url('../fonts/田氏保钓体简.TTF');
}

.ludeRoot{
    width: 100%;
    background: white;
}

.gdPadding{
    box-sizing: border-box;
    padding-left: 9%;
    padding-right: 9%;
}

.innerPadding{
    box-sizing: border-box;
    padding-left: 12%;
    padding-right: 12%;
}

.mainPadding{
    box-sizing: border-box;
    padding-left: 15%;
    /*padding-right: 15%;*/
}

/* pc nav开始 */
.navPc{
    width: 100%;
    height: 135px;
    position: sticky;
    top: 0;
    z-index: 9;
}

.npBox{
    width: 100%;
    height: 35px;
    background: #C7001A;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mailbox{
    border-left: 1px solid #E48591;
    border-right: 1px solid #E48591;
}

.mutiFun{
    border-left: 1px solid #E48591;
    border-right: 1px solid #E48591;
    display: flex;
    align-items: center;
}

.funItem a{
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #FE9D9D;
}

.funItem a img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.mutiFun .funItem:nth-child(1), .mutiFun .funItem:nth-child(2){
    border-right: 1px solid #E48591;
}

.funItem #form{
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.funItem .inp01{
    width: 0;
    height: 25px;
    border: none;
    outline: none;
    margin-right: 5px;
    box-sizing: border-box;
    background: none;
    transition: all .8s;
    color: #E48591;
}

.funItem .inp01::placeholder{
    color: #E48591;
}

.funItem #form:hover .inp01{
    padding: 0 10px;
    width: 180px;
    border-bottom: 1px solid #E48591;
}


.nvBox{
    width: 100%;
    height: 100px;
    background: white;
    box-sizing: border-box;
    padding: 0 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nvBox .logo img{
    width: 324px;
    height: auto;
}

.navList_pc{
    width: calc(100% - 324px);
    box-sizing: border-box;
    padding-left: 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navItem_pc a{
    display: block;
    min-width: 80px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 18px;
    color: #000000;
}

.activeNav_pc a{
    font-weight: bold;
    color: #C7001A;
    border-bottom: 3px solid #C7001A;
}

.navItem_pc a:hover{
    font-weight: bold;
    color: #C7001A;
}
/* pc nav结束 */

/* mo nav开始 */
#navMo{
    display: none;   
}

.simpleNav{
    width: 100%;
    height: 43px;
}

.fixedNav{
    width: 100%;
    height: 43px;
    background: #C7011A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 10;
}

.simpleNav .logo img{
    width: 158px;
    height: auto;
}

.simpleNav .navIcon img{
    width: 27px;
    height: auto;
}

#closeNav{
    display: none;
}

#navList_mo{
    display: none;
}

.navList_mo{
    width: 100%;
    height: calc(100vh - 43px);
    overflow-y: scroll;
    background: url(../images/mo/mo_nav_bg.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 10px;
    position: fixed;
    top: 43px;
    left: 0;
    right: 0;
    z-index: 99;
}

.navItem_mo a{
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(217,222,234,0.2);
    box-sizing: border-box;
    padding: 0 3%;
}

.navItem_mo a h3{
    font-size: 16px;
    color: #B6BAC2;
    font-weight: 400;
}

.navItem_mo a img{
    width: 27px;
    height: 27px;
}

.navItem_mo a img:nth-child(3){
    display: none;
}

.activeNav_mo a{
    background: rgba(255,255,255,0.15);
}

.activeNav_mo a h3{
    color: white;
}

.activeNav_mo a img:nth-child(3){
    display: block;
}

.activeNav_mo a img:nth-child(2){
    display: none;
}
/* mo nav结束 */

/* scrollTop开始 */
.scrollTop{
    display: none;
    width: 56px;
    height: 56px;
    background: #90949A;
    border-radius: 5px;
    position: fixed;
    right: 2%;
    bottom: 30%;
    z-index: 9;
    transition: all .2s;
}

.scrollTop:hover{
    background: #bdc2c7;
}
/* scrollTop结束 */

/* footer开始 */
.footer{
    width: 100%;
    height: auto;
    background: url(../images/pc/index/footer_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.footerTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-top: 50px;
    padding-bottom: 50px;
}

.ftopLeft img{
    width: 380px;
    height: auto;
}

.ftopCenter{
    display: flex;

}

.fContact:first-child{
    margin-right: 30px;
}

.iContact{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #919499;
    box-sizing: border-box;
    padding: 8px 0;
}

.iContact img{
    width: 34px;
    height: 34px;
    margin-right: 5px;
}

.iContact a{
    color: #919499;
}

.iContact strong a{
    color: white;
}

.ftopRight{
    display: flex;
}

.qrcode img{
    width: 104px;
    height: 104px;
}

.scanCode{
    width: 104px;
    height: 104px;
    background: url(../images/pc/index/footer_tu7.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #8A8B8D;
    line-height: 30px;
    margin-left: 10px;
}

.footerBottom, .footerBottom a{
    font-size: 16px;
    color: #8A8B8D;
    line-height: 60px;
    text-align: center;
}

.footerBottom p{
    display: inline-block;
}
/* footer结束 */

/* ldTitle开始 */
.ldTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
}

.ldBg{
    font-size: 64px;
    font-weight: bold;
    color: rgba(206, 205, 205, 0.24);
    margin-top: -20px;
}

.ldTitle h3{
    color: #222F8F;
    font-size: 38px;
    font-family: TianShiBaoDiaoTiJian;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 0;
}

.ldTitle a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 145px;
    height: 38px;
    border: 1px solid #414C66;
    box-sizing: border-box;
    padding: 0 10px;
    transition: all .5s;
}

.ldTitle a p{
    font-size: 16px;
    color: #B9C0C6;
}

.ldTitle a img{
    width: 14px;
}

.ldTitle a:hover{
    background: rgba(255, 255, 255, .2);
}

@media screen and (max-width: 998px){
    .ldTitle{
        justify-content: center;
    }

    .ldTitle h3{
        left: 50%;
        transform: translateX(-50%);
        bottom: 5px;
    }
}

@media screen and (max-width: 540px){
    .ldBg{
        font-size: 33px;
        margin-top: 0;
    }

    .ldTitle h3{
        font-size: 21px;
    }

    .ldTitle{
        margin-bottom: 20px;
    }
}

/* ldTitle结束 */

/* 内页banner开始 */
.banner{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.banner::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.banner > img{
    width: 100%;
    height: auto;
    min-height: 280px;
    vertical-align: middle;
}

@media screen and (max-width: 780px){
    .banner > img{
        transform: scale(1.8, 1.5);
    }
}

@media screen and (max-width: 540px){
    .banner > img{
        transform: scale(3, 1.5);
    }
}

@media screen and (max-width: 400px){
    .banner > img{
        transform: scale(4, 1.5);
    }
}
/* 内页banner结束 */

/*  main 开始  */
.mainBox{
    
}

.innerTitle{
    border-bottom: 68px solid white;
    margin-top: -253px;
    position: relative;
    z-index: 9;
}

.innerTitle h3{
    font-size: 48px;
    color: white;
    font-weight: 400;
    margin-bottom: 40px;
}

.subTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subList{
    display: flex;
    align-items: center;
}

.subItem{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 90px;
    background: rgba(255,255,255,0.15);
    margin-right: 3px;

    font-size: 20px;
    color: white;
    transition: all 1s;
}

.subItem img{
    width: 44px;
    height: 44px;
    margin-right: 5px;
}

.subItem img:nth-child(2){
    display: none;
}

.activeSub{
    font-size: 20px;
    font-weight: bold;
    color: #E40000;
    background: white;
}

.subItem:hover img:first-child{
    display: none;
}

.subItem:hover img:nth-child(2){
    display: block;
}

.subItem:hover{
    font-size: 20px;
    font-weight: bold;
    color: #E40000;
    background: white;
}

.activeSub img:first-child{
    display: none;
}

.activeSub img:nth-child(2){
    display: block;
}

.innerNav{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: white;
    line-height: 50px;
}

.innerNav img{
    width: 20px;
    height: 20px;
}

.innerNav span{
    margin: 0 3px;
}

.innerNav a{
    display: inline-block;
    margin: 0 3px;
    color: white;
}

.mainWrap{
    background: url(../images/pc/inner/ny_all_bg.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 50px 0;
}

.cbTitle{
    display: flex;
    align-items: flex-end;
    position: relative;
}

.cbLeft .cbBg{
    font-size: 50px;
    color: rgba(210, 219, 233, 0.4);
    margin-top: -20px;
}

.cbLeft .title{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cbTitle .cbRight{
    width: calc(100% - 350px);
}

.cbRight img{
    width: 100%;
    height: auto;
}

.changeBox{
    box-sizing: border-box;
    padding: 60px 0 150px;
}
/*  main 结束  */

/* 分页开始 */
.ldPage{
    margin-top: 55px;
}

.ldPage .pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ldPage li span, .ldPage li a{
    display: block;
    width: 66px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #ABAFB6;
    line-height: 36px;
    text-align: center;
    margin: 0 9px;
    transition: all .5s;
    font-size: 16px;
    color: #ABAFB6;
}

.ldPage li.active span, .ldPage li.active a{
    background: #222F8F;
    color: white;
}

.ldPage li span:hover, .ldPage li a:hover{
    background: #222F8F;
    color: white;
}

@media screen and (max-width: 768px){
    .ldPage .pagination li{
        display: none;
    }
    
    .ldPage .pagination li:first-child, .ldPage .pagination li:last-child{
        display: block;
    }
}

@media screen and (max-width: 540px){
    .ldPage li span, .ldPage li a{
        width: 40px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }

    .ldPage{
        margin-top: 24px;
    }
}
/* 分页结束 */













/* 响应式处理开始 */
@media screen and (max-width: 1600px) {
    .navList_pc{
        padding-left: 10%;
    }
    .ftopRight{
        display: none;
    }
    
    .innerNav{
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    .navList_pc{
        padding-left: 5%;
    }

    .gdPadding{
        padding-left:5%;
        padding-right:5%;
    }

    .innerPadding{
        padding-left:7%;
        padding-right:7%;
    }

    .mainPadding{
        padding-left:10%;
        padding-right:10%;
    }
    
}

@media screen and (max-width: 1270px) {
    .gdPadding{
        padding-left:3%;
        padding-right:3%;
    }

    .innerPadding{
        padding-left:5%;
        padding-right:5%;
    }

    .mainPadding{
        padding-left:5%;
        padding-right:5%;
    }

    .navItem_pc a{
        font-size: 16px;
    }

    .nvBox .logo img{
        width: 280px;
    }
    
    .navList_pc{
        width: calc(100% - 280px);
    }

    .footerTop{
        display: none;
    }

    .footerBottom{
        padding: 10px 0;
    }

    .footerBottom p{
        display: block;
    }

    .footerBottom, .footerBottom a{
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 998px){
    #navPc{
        display: none;
    }

    #navMo{
        display: block;
    }

    .innerTitle h3{
        font-size: 28px;
    }

    .innerTitle{
        margin-top: -122px;
        border-bottom: none;
    }

    .subList{
        width: 100%;
    }

    .subItem{
        width: 33%;
        margin-right: 0.5%;
        height: 50px;
        font-size: 16px;
    }

    .subItem:hover{
        font-size: 16px;
    }

    .subItem:last-child{
        margin-right: 0;
    }

    .subItem img{
        width: 22px;
        height: 22px;
    }

    .cbLeft .cbBg{
        font-size: 35px;
    }

    .cbLeft .title{
        font-size: 22px;
    }
}

@media screen and (max-width: 540px){
    .innerPadding{
        padding-left:3%;
        padding-right:3%;
    }

    .mainPadding{
        padding-left:3%;
        padding-right:3%;
    }

    .mainBox > .innerPadding{
        padding: 0;
    }

    .innerTitle{
        margin-top: -117px;
    }

    .innerTitle h3{
        font-size: 24px;
        box-sizing: border-box;
        padding-left: 16px;
        margin-bottom: 20px;
    }

    .subItem:last-child{
        margin-right: 0;
    }

    .subItem:hover{
        font-size: 14px;
    }

    .subItem{
        height: 70px;
        flex-direction: column;
        font-size: 14px;
    }

    .subItem img{
        margin-right: 0;
        margin-bottom: 5px;
    }

    .cbLeft .cbBg{
        font-size: 25px;
        font-weight: bold;
    }

    .cbLeft .title{
        font-size: 14px;
        font-weight: bold;
    }

    .mainWrap{
        padding: 30px 0 50px;
    }

    .changeBox{
        padding: 30px 0 0;
    }

    .scrollTop{
        width: 46px;
        height: 46px;
    }

    .scrollTop img{
        width: 18px;
        height: 18px;
    }
    
}
/* 响应式处理结束 */