@charset "utf-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
input,
textarea,
select {
    border-radius: 0;
}
ul,
li,
ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
input,
select,
textarea {
    font-family:  'PingFang SC',-apple-system-font, BlinkMacSystemFont, 'Microsoft YaHei UI', 'Microsoft YaHei', sans-serif, Arial;
}
html {
    font-size: 14px !important;
}
html,
body {
    position: relative;
}
body {
    font-family: 'PingFang SC',-apple-system-font, BlinkMacSystemFont, 'Microsoft YaHei UI', 'Microsoft YaHei', sans-serif, Arial !important;
    min-height: 100vh;
    font-size: 14px !important;
    line-height: 1.5;
    background: #fff;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    min-width: 1260px;
    max-width: 100% !important;
}
@media screen and (max-width: 824px) {
    body {
        min-width: 100%;
    }
}
.hideNone {
    display: none;
}
.showBlock {
    display: block;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #333;
}
/*内容区域宽度设置*/
.container {
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1280px) and (min-width: 824px) {
    .container {
        min-width: 1260px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 824px) {
    .container {
        width: 100%;
        min-width: 100%;
        max-width: 640px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.container-02 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1440px) and (min-width: 1280px) {
    .container-02 {
        max-width: 1260px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 824px) {
    .container-02 {
        min-width: 1260px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 824px) {
    .container-02 {
        width: 100%;
        min-width: 100%;
        max-width: 640px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*清除浮动*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
/*图片垂直水平居中*/
.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

/* 内容样式*/
.wrap {
    background-color: #FFFFFF;
}
.header{
    position: relative; z-index: 99;
}
.banner-wrap{
text-align: center;
}
.banner-wrap .banner img{
    height: 728px;
}
.introBaner{
    height: 728px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.header .logo {
    position: absolute;
    top: 23px;
    left: 15px;
    height: 46px;
    line-height: 46px;
}
.header .logo img{
    float: left;
    margin-right: 8px;
}
.header .logo span{
    color: #FFFFFF;
    font-size: 22px;
    padding-left: 6px;
    font-weight: 400;
}
.header .nav {
    position: absolute;
    top: 34px;
    right: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.header .nav li {
    float: left;
    font-size: 14px;
    margin-left: 20px;
    width: 84px;
    text-align: center;
}
.header .nav li:first-child {
    margin-left: 0;
}
.header .nav li a {
    color: #FFFFFF;
    display: inline-block;
    line-height: 28px;
    -webkit-transition: All .3s ease-in-out;
    transition: All .3s ease-in-out;
}
.header .nav li.active{
    width: 84px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
}
.header .content{
    position: absolute;
    top: 290px;
    left: 15px;
}
.header .content .en{
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-shadow: 0px 3px 4px rgba(0,23,135,0.7);
 }
.header .content .cn{
    height: 82px;
    font-size: 72px;
    font-family: PangMenZhengDao;
    color: #FFFFFF;
    line-height: 94px;
    text-shadow: 0px 8px 9px rgba(0,23,135,0.7);
}
.header .content a{
    display: block;
    margin-top: 48px;
    width: 180px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;

    font-size: 20px;
    color: #2B74E0;
    text-align: center;
    line-height: 44px;
}

.title-max{
    text-align: center;
    font-size: 40px;
    color: #333333;
    line-height: 58px;
    font-weight: 600;
    margin-top: 90px;
    margin-bottom: 40px;
}
.jieshao .title-max{
    margin-top: 50px;
}
.jieshao-box{
    position: relative;
}
.jieshao .nr .left,.jieshao .nr .right{
    width: 50%;
    float: left;
}
.jieshao .nr .left{
    height: 400px;
    /*border: 1px solid red;*/
}
.carousel{
    position: relative;
    height: 400px;
}
.carousel span{
    position: relative;
}
.carousel .title{
    font-family: Impact;
    font-size: 72px;
    display: table;
    left: 62px;
    top: 34px;
}
.carousel .textt{
    top: -50px;
    left: 96px;
}
.carousel .carousel__item{
    position: relative;
    width: 300px;
    background:url(/zh/aboutus/images/book/icon-01.png) no-repeat center;
    color: #fff;
}
.carousel__item-body{
    width: 138px;
}

.jieshao .nr .right .title-01{
    width: 85%;
    height: 70px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    font-size: 16px;
}
.jieshao-box .heng{
    position: absolute;
    height: 1px;
    background: rgba(153,153,153,0.3);
    right: 0;
    top: 34%;
    width: 50%;
}
.jieshao .nr .right .text-01{
    margin-top: 30px;

}
.jieshao .nr .right .text-02{
    margin-top: 20px;

}
.jieshao .nr .right .text-01,.jieshao .nr .right .text-02{
    width: 85%;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.jieshao .nr .right .buy{
    display: block;
    margin-top: 70px;
    width: 180px;
    height: 44px;
    background: #2F5EFF;
    border-radius: 4px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
}

.special-list {
    border-bottom: solid 1px rgb(153 153 153 / 20%);;
}
.special-list ul{
    text-align: center;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.special-list li {
    width: 25%;
    display: inline-block;
    float: left;
    font-size: 14px;
    text-align: center;
    position: relative;
    height: 92px;
    color: #333;
    cursor: pointer;
    border-left: solid 1px rgb(153 153 153 / 20%);
}
.special-list li:first-child {
    border: 0;
}
.special-list li.active {
    background: linear-gradient(135deg, #2F82FF 0%, #2F5AFF 100%);
    color: #fff;
}
.special-list li h3 {
    padding-top: 20px;
}
.special-list-content li {
    line-height: 26px;
    padding-top: 40px;
    display: none;
    padding-bottom: 40px;
}

.special-gray-bground{
    background: #fff;
    box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.1);
}
.special-list-content li h4 {
    font-weight: 600;
    font-size: 24px;
    color: #333;
    text-align: center;
}
.special-list-content li p {
    position: relative;
    color: #5c5b5b;
    margin-left: 42px;
    margin-right: 50px;
}
.special-list-content li p:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    border-bottom: dotted 1px #C1C1C1;
    width: 98%;
}

.special-list-content li p span {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.special-list-content li p .text {
    padding-right: 5px;
    color: #666666;
    font-size: 12px;
    display: inline;
}

.special-list-content li p .date {
    float: right;
    font-family: arial;
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
    font-size: 13px;
}
.special-list-content li .zhang{
    margin-top: 24px;
    margin-bottom: 6px;
}
.special-list-content li p .font16 {
    font-size: 14px;
    font-weight: 600;
    color: #333;

}
.special-list-content li .marT30 {
    margin-top: 30px
}

.special-list-content li .marB5 {
    margin-bottom: 5px
}
.special-name,.special-cot {
    text-align: center
}

.special-name {
    font-size: 40px;
    color: #333;
    padding-top: 60px
}

.tuijian-list-content ul li{
    float: left;
    width: 33.33%;
    padding-left: 8px;
    /*box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);*/
    box-shadow: 7px 8px 30px 3px rgba(0,0,0,0.1);
}

.tuijian-list-content ul li:first-child,.tuijian-list-content ul li:nth-of-type(4){
    padding-left: 0;
}

.tuijian-list-content ul li .item{
    padding: 24px 20px 20px 20px;
    transition: all 500ms ease;
    height: 250px;
    background: #FFFFFF;
}
.tuijian-list-content ul li:nth-of-type(1) .item,.tuijian-list-content ul li:nth-of-type(2) .item,.tuijian-list-content ul li:nth-of-type(3) .item{
    height: 200px;
}
.tuijian-list-content ul li:nth-of-type(4),.tuijian-list-content ul li:nth-of-type(5),.tuijian-list-content ul li:nth-of-type(6){
    padding-top: 8px;
}
.tuijian-list-content ul li .item .name{
    color: #2F82FF;
    font-weight: 600;
    font-size: 26px;
    line-height: 37px;

}
.tuijian-list-content ul li .item .zhiwei{
    color: #333;
    font-weight: 700;
    line-height: 24px;
    font-size: 13px;
}
.tuijian-list-content ul li .item .text{
    padding-top: 10px;
    color: #666666;
    font-size: 12px;
    line-height: 20px;
}
.tuijian-list-content ul li .item:hover{
    position: relative;
    margin-top: -15px;
    background: #FFFFFF;
    box-shadow: 5px 10px 20px 0px rgba(43,117,235,0.1);
}
.shu-list {
    padding-top: 50px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.shu-list .item {
    width: 49.5%;
    min-height: 183px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.shu-list .item:first-child{
    margin-right: 8px;
}
.shu-list .item .item-img {
    display: block;
    width: auto;
    margin-left: 16px;
    margin-right: 10px;
}
.shu-list .txtbox {
    width: 60%;
    float: left;
    text-align: left;
    padding-left: 8px;
}
.shu-list .txtbox-ttit {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
}
.shu-list .txtbox-ttxt {
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.shu-list .view {
    width: 35%;
    float: left;
}
.shu-list .view a {
    width: 146px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #2F5BFF;
    color: #2F5BFF;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
}
footer{
    color: #999999;
    font-size: 12px;
    background: #F7F7F7;
}
.footer-more{
    text-align: center;

}
.footer-more img{
    padding-top: 30px;
}
.footer-text{
    position: relative;
    top: -30px;
}
.footer-text p{

    line-height: 18px;
}
.top{
    text-align: center;
    float: right;
    margin-top: -94px;
    width: 66px;
}

/*.zhubianren .item{
    animation: slide-right 1s ease forwards;
}
@keyframes slide-right {
    from {
        transform: translateX(30%);
    }
    to {
        transform: translateX(0);
    }
}*/
.zhubianren .item .img{
    width: 20%;
    float: left;
}
.zhubianren .item .text{
    float: left;
    width: 60%;
    padding-left: 60px;
}
.zhubianren .item .p-01{
    font-size: 30px;
    color: #333;
    font-weight: 500;
}
.zhubianren .item .p-02,.zhubianren .item .p-03{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}
.zhubianren .item .p-03{
    margin-top: 16px;
}
.zhubianren .item .imgh{
    float: right;
    width: 20%;
    margin-right: -148px;
}
.zhubianren .item .zimg{
    opacity: 0.3;
}
.zhubianren .line-01{
    float: left;
    width: 1px;
    height: 450px;
    background: #003C7B;
    opacity: 0.1;
    margin-left: 6%;
}
.zhubianren .line-02{
    width: 80%;
    height: 1px;
    background: #003C7B;
    opacity: 0.1;
    margin: 0 auto;
    margin-top: -40px;
}
.zhubianren .zhu-touxiang{
    text-align: center;
    position: relative;
    top: -5px;
    padding-bottom: 50px;
}
.zhubianren .zhu-touxiang img{
    cursor:pointer;
    border:1px solid transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.zhubianren .zhu-touxiang img:first-child{
    margin-right: 30px;
}
.zhubianren .zhu-touxiang img.active{
    border: 1px solid #3F9BFB;
    border-radius: 50%;
}
.header-ph,.banner-small,.ff-ph,.pm-title-01{
    display: none;
}

.zhubianjieshao-phone{
    display: none;
}

@media screen and (max-width: 1560px) and (min-width: 1440px) {
    .zhubianren .line-01{
        margin-left: 3%;
    }
    .zhubianren .line-02{
        width: 75%;
    }
    .zhubianren .item .imgh{
        margin-right: -90px;
    }
    /* .header .content{
        top: 222px;
    }
    .header .content .en{
        font-size: 26px;
        line-height: 38px;
    }
    .header .content .cn{
        font-size: 65px;
        line-height: 80px;
    } */
}
@media screen and (max-width: 1440px) and (min-width: 1280px) {
    /* .header .content {
        top: 200px;
    }
    .header .content .en{
        font-size: 24px;
        line-height: 35px;
    }
    .header .content .cn{
        font-size: 60px;
        line-height: 68px;
    } */
    .zhubianren .item .text{
        width: 50%;
    }
    .zhubianren .item .imgh{
        margin-right: -10px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 824px) {
    /* .header .content {
        top: 150px;
    }
    .header .content .en{
        font-size: 22px;
        line-height: 33px;
    }
    .header .content .cn{
        font-size: 54px;
        line-height: 66px;
    } */
    .zhubianren .item .text{
        width: 50%;
    }
    .zhubianren .item .imgh{
        margin-right: -10px;
    }
    .top{
        margin-right: -14px;
    }
    .header .nav{
        right: 15px;
    }

}
@media screen and (max-width: 1440px){
    .zhubianren .line-02{
        width: 60%;
    }
}

@media (max-width: 824px) {
    /* .header .content {
        top: 100px;
    }
    .header .content .en{
        font-size: 16px;
        line-height: 28px;
    }
    .header .content .cn{
        font-size: 40px;
        line-height: 55px;
    }
    .header .content a{
        margin-top: 10px;
    } */
    .zhubianren .item .text{
        width: 50%;
    }
    .zhubianren .item .imgh{
        margin-right: -10px;
    }
    .item-01{
        left: 30px;
    }
    .item-02{
        left: 10px;
    }
    .item-03{
        left: 6px;
    }
    .item-04{
        left: 50px;
    }
    .item-05{
        left: 30px;
    }
    .tuijian-list-content ul li .item{
        height: 324px;
    }
    .header .nav{
        right: 15px;
    }
}
@media (max-width: 767px) {
    .header-ph,.banner-small,.ff-ph,.pm-title-01{
        display: block;
    }
    .header{
        display: none;
    }
    .banner{
        display: none;
    }
    .header-ph {
        position: relative;
        z-index: 99;
    }
    .header-ph .logo {
        position: absolute;
        top: 15px;
        left: 15px;
        height: 37px;
        line-height: 37px;
    }
    .header-ph .logo img{
        float: left;
        margin-right: 8px;
        width: 48px;
    }
    .header-ph .logo span{
        color: #FFFFFF;
        font-size: 16px;
    }
    /*移动端右侧导航 start*/
    .navPhoneBtn {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        z-index: 11;
        right: 10px;
        top: 18px;
        width: 22px;
        height: 100%;
        padding-top: 19px;
        background: url(/zh/aboutus/images/book/menu.png) no-repeat center;
        background-size: 88% 85%;
    }
    .mMenu-mask {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 99;
        overflow: hidden;
        display: none;
        background-color: rgba(55, 61, 65, 0.4);
    }
    .mNavRightAside {
        position: fixed;
        z-index: 99999;
        height: 100%;
        /*height: calc(100% - 50px);*/
        width: 34%;
        right: -100%;
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        display: none;
    }
    .mNavRightAside .mDropdown-wrap {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0%;
        z-index: 99999;
        opacity: 0;
    }
    .mNavRightAside.show {
        opacity: 1;
        right: 0;
    }
    .mNavRightAside.show .mDropdown-wrap {
        opacity: 1;
    }
    .mNavRightAside.hide {
        opacity: 0;
        right: -100%;
    }
    .mNavRightAside.hide .mDropdown-wrap {
        opacity: 0;
        -webkit-animation: hideMove 0.5s;
        animation: hideMove 0.5s;
    }
    .mMenu {
        position: relative;
        top: 0;
        height: 100%;
        z-index: 99999;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: #2f2f2f;
        padding-bottom: 50px;
        color: #fff;
    }
    .mMenu a {
        color: #fff;
    }
    .mMenu dl a {
        display: block;
        height: 100%;
        color: #fff;
    }
    .mMenu .level-01 {
        display: block;
        font-size: 16px;
        color: #fff;
        position: relative;
    }
    .mMenu .level-01 a {
        display: block;
        height: 41px;
        line-height: 40px;
        padding-left: 20px;
        border-bottom: 1px #434343 solid;
        color: #fff;
    }
    .header-ph .ph-content{
        position: absolute;
        top: 118px;
        left: 15px;
    }
    .header-ph .ph-content .cn{
        font-size: 60px;
        color: #fff;
        text-shadow: 0px 3px 3px rgba(0,23,135,0.7);
    }
    .header-ph .ph-content .en{
        color: #FFFFFF;
        line-height: 25px;
        font-size: 26px;
        text-shadow: 0px 3px 3px rgba(0,23,135,0.7);
    }
    .title-max {
        margin-top: 24px;
        margin-bottom: 16px;
        font-size: 26px;
    }
    .jieshao .title-max{
        margin-top: 24px;
    }
    .mulu .title-max{
        padding-top: 24px;
    }
    .ph-title-max{
        width: 210px;
        margin-left: auto;
        margin-right: auto;
        line-height: 32px;
    }
    .jieshao .nr .left{
        height: 320px;
        overflow: hidden;
    }
    .jieshao .nr .left, .jieshao .nr .right{
        width: 100%;
        float: none;
    }
    .jieshao .nr .right .text-01, .jieshao .nr .right .text-02{
        width: 100%;
        height: auto;
        font-size: 13px;
    }
    .jieshao .nr .right .title-01{
        width: 100%;
    }
    .carousel{
        height: auto;
        left: 0px;
        margin-top: 64px;
    }

    .jieshao .nr .right .title-01{
        display: none;
    }
    .jieshao-box .heng{
        display: none;
    }
    .jieshao .nr .right .text-01{
        margin-top: 10px;
    }
    .jieshao .pm-title-01{
        display: block;
        font-weight: 400;
        color: #333;
        line-height: 22px;
        font-size: 13px;
        text-align: center;
        margin-bottom: 10px;
    }
    .jieshao .nr .right .buy{
        display: none;
    }
    .mulu-box{
        background: rgb(244 244 244 / 50%);
        padding-bottom: 24px;
    }
    .special-list-content li p{
        height: 22px;
    }
    .special-list-content li p .date{
        font-size: 10px;
    }
    .special-list-content li p:before{
        bottom: 9px;
    }

        .special-list-content li p .text{
            font-size: 10px;
            max-width: 280px;
            overflow: hidden;
            display: inline-block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .special-list{
            border-bottom: none;
        }
        .special-list li{
            width: 50%;
            border-left: none;
            border-bottom: 1px solid #F1F1F1;
        }
        .special-list li:first-child{
            border-bottom: 1px solid #F1F1F1;
        }
        .special-list li:nth-of-type(2),.special-list li:nth-of-type(4){
            border-left: 1px solid #F1F1F1;
        }
        .special-list li p{
            font-size: 10px;
        }
        .special-list-content li h4{
            font-size: 16px;
        }
        .special-list-content li p{
            margin-left: 16px;
            margin-right: 16px;
        }
        .tuijian-list-content ul li{
            width: 100%;
            float: none;
            padding-left: 0px;
            box-shadow:none;
            height: auto;
            background: rgb(244 244 244 / 50%);
            margin-top: 8px;
        }
        .tuijian-list-content ul li .item{
            background: none;
            height: auto!important;
            padding: 16px;
        }
        .tuijian-list-content ul li:first-child, .tuijian-list-content ul li:nth-of-type(4){
            padding-left: 0px;
        }
        .tuijian-list-content ul li:nth-of-type(4), .tuijian-list-content ul li:nth-of-type(5), .tuijian-list-content ul li:nth-of-type(6){
            padding-top: 0px;
        }
        .tuijian-list-content ul li .item .name{
            font-size: 16px;
        }
    .tuijian-list-content ul li .item .zhiwei{
        line-height: 16px;
    }
    .tuijian-list-content ul li .item .text{
        display: none;
    }

    .zhubianjieshao{
        display: none;

    }


    .zhubianjieshao-phone{
        display: block;
    }
    .zhubianjieshao-phone{
        background: #F9F9F9;
        margin-top: 34px;
    }
    .zhubianjieshao-phone .zhubian .title-max{
        padding-top: 24px;
    }
    .zhubianjieshao-phone .zhubianren .zhu-box .item{
        width: 100%;
    }
    .zhubianjieshao-phone .zhubianren .item .p-01{
        font-size: 16px;
    }
    .zhubianjieshao-phone .zhubianren .zhu-touxiang{
        margin-top: 20px;
        margin-bottom: 16px;
        padding-bottom: 30px;
    }
    .zhubianjieshao-phone .zhubianren .item .img{
        width: 30%;
    }
    .zhubianjieshao-phone .zhubianren .item .text{
        padding-left: 16px;
        width: 70%;
    }


    .zhubianren .zhu-touxiang .swiper-slide-thumb-active img{
        border: 1px solid #3F9BFB;
        border-radius: 50%;
    }
    .mySwiper2 .swiper-wrapper{
        -webkit-perspective: 3000;
        -webkit-backface-visibility: hidden;
        transition: all .1s;
    }
    .mySwiper2 .swiper-wrapper {
        transition-duration: 0.2s!important; /* 设置过渡时间为0.5秒 */
    }
    .img-touxiang1{
        text-align: right;
    }
    .img-touxiang2{
        text-align: left;
    }
    .zhubianren .zhu-touxiang img:first-child{
        margin-right: 20px;
    }
        .imgh{
            display: none;
        }
        .shu-list{
            padding-top: 16px;
        }
        .shu-list .item{
            width: 100%;
            min-height: auto;
        }
        .shu-list .item:nth-of-type(2){
            margin-top: 8px;
        }

        .shu-list .item .item-img{
            width: 16%;
            margin-right:0;
        }
        .shu-list .txtbox-ttit{
            font-size: 14px;
        }
        .shu-list .txtbox-ttxt{
            font-size: 10px;
        }
        .shu-list .item:first-child{
            margin-right:0px;
        }
        .shu-list .view a{
            width: 90px;
            height: 30px;
            line-height: 30px;
            font-size: 10px;
        }
        .ff{
            display: none;
        }
        .ff-ph{
            padding:10px 16px;
            display: block;
            background: #F9F9F9;
        }
        .ff-ph .f-left{
            float: left;
            padding-top: 24px;
        }
        .ff-ph .f-right{
            float: right;
        }
        .special-list-content li p:before{
            width: 97%;
        }

        footer{
            background: #FFFFFF;
        }
        .shu-list .item{
            background: #F9F9F9;
            box-shadow:none;
        }

    }
    @media screen and (max-width: 824px) {
        .mNavRightAside {
            display: block;
        }
        .mNavRightAside.show {
            display: block;
        }
    }
    @media screen and (max-width: 600px) {
        .special-list-content li p:before{
            width: 95%;
        }
      /*  .special-list-content li p.xx .date{
            top: auto;
            bottom: 0;
        }*/
}
@media screen and (max-width: 500px) {
    .header-ph .ph-content{
        top: 108px;
    }
    .header-ph .ph-content .cn{
        font-size: 48px;
    }
    .header-ph .ph-content .en{
        font-size: 21px;
    }
}
@media screen and (max-width: 450px) {

    .header-ph .ph-content .cn {
        font-size: 40px;
    }
    .header-ph .ph-content .en{
        font-size: 17px;
    }
    .shu-list .txtbox{
        padding-left: 0px;
    }
    .shu-list .view{
        width: 28%;
    }

}
@media screen and (max-width: 414px) {
    .item-01{
        left: 15%;
    }
    .item-02{
        left: 10%;
    }
    .item-03{
        left: 0%;
    }
    .item-04{
        left: 20%;
    }
    .item-05{
        left: 15%;
    }
    .shu-list .item .item-img{
        margin-left: 4px;
    }
}
@media screen and (max-width: 375px) {
    .item-01{
        left: 5%;
    }
    .item-02{
        left: 3%;
    }
    .item-03{
        left: 0%;
    }
    .item-04{
        left: 7%;
    }
    .item-05{
        left: 6%;
    }
    .header-ph .ph-content .cn {
        font-size: 34px;
    }
    .header-ph .ph-content .en{
        font-size: 15px;
    }
    .special-list-content li p .text{
        max-width: 260px;
    }
}
@media screen and (max-width: 360px) {
    .shu-list .view a{
        width: 65px;
    }
    .header-ph .ph-content .cn {
        font-size: 30px;
    }
    .header-ph .ph-content .en{
        font-size: 13px;
        line-height: 16px;
    }
}
@media screen and (max-width: 320px) {

}

