
/*pc端样式*/
.w1200{
    width: 1200px;
    margin:0 auto
}


.logo_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:5px 0;
}
.logo_top .logo{
    font-size:36px;
    color:#054f7d;
}
.logo_top .small_tit p{
    font-size: 30px;
    color:#054f7d;
}
.logo_top .small_tit span{
    font-size: 12px;
    color:#054f7d;
}


.topNav{
    display: flex;
    align-items: center;
    background: #054f7d;
    width: 100%;
}
.topNav .nav ul{
    display: flex;
    justify-content: space-between;
}
.topNav .nav ul li{
    width: calc(10% - 2px);
    text-align: center;
    /*padding:10px 0;*/
    font-size: 18px;
    position: relative;
}
.topNav .nav ul li a{
    color:#fff;
}
.topNav .nav ul li a{
    display: block;
    padding:10px 0;
    cursor: pointer;
}
.topNav .nav ul li a p:last-child{
    font-size: 16px;
    padding-top: 6px;
}
.topNav .nav ul li.active,.topNav .nav ul li:hover{
    background: #ffffff66;
    color:#fff;
}
.topNav .nav ul li.active a,.topNav .nav ul li a:hover{
    color:#fff!important;
}


.topNav .nav ul li ul{
    display: none;
    position: absolute;
    left:0;
    background: #fff;
    box-shadow: 2px 2px 10px #eee;
    z-index: 99;
    width: 140px;
    padding:10px 0;
}
.topNav .nav ul li:hover ul{
    display: block;
}
.topNav .nav ul li ul li{
    width: 100%;
    padding:0;
}
.topNav .nav ul li ul li a{
    display: block;
    line-height: 45px;
    color: #000;
    padding:0;
}
.topNav .nav ul li ul li a:hover{
    color:#fff;
    background: #0b97ff;
}







.banner #test1 div{
    text-align: center;
}
.banner #test1 div img{
    width: 100%;
    min-height: 100%;
}
/*头部结束*/


/*关于我们*/
.about{
    display: flex;
    align-items: center;
    padding:40px 0;
}
.about .info{
    width: calc(100% - 490px);
    height: 513px;
    padding-right: 40px;
    background: url("../images/gray.jpg") no-repeat right center;
}
.about .info h2{
    font-size: 28px;
    color:#bfbfbf;
    padding-top: 60px;
}
.about .info .tit{
    font-size: 48px;
    color:#333333;
    padding:20px 0 40px;
}
.about .info .cont{
    display: flex;
}
.about .info .cont .cont_info{
    width: 415px;
    padding-left:20px;
    font-size: 14px;
    color:#79797a;
    line-height: 30px;
}
/*标题*/
.big_tit1{
    text-align: center;
}
.big_tit1 h2{
    font-size: 42px;
    font-weight: bold;
    color:#fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.big_tit1 h2:after{
    content: '';
    display: flex;
    width: 50px;
    background: #fff;
    height: 5px;
    margin-left: 30px;
}
.big_tit1 h2:before{
    content: '';
    display: flex;
    width: 50px;
    background: #fff;
    height: 5px;
    margin-right: 30px;
}
.big_tit1 h3{
    font-size: 32px;
    color:#ffffff99
}



.big_tit{
    color: #054f7d;
    border-bottom: 1px solid #eee;
    line-height: 47px;
    height: 50px;
    margin-bottom: 10px;
}
.big_tit h2{
    display: inline-block;

    border-bottom: 3px solid #054f7d;
}
.big_tit small{
    font-size: 16px;
}


.pub_area{
    background: url("../images/index_bg.jpg") no-repeat center center;
    background-size: 100% auto;
    padding:30px 0;
}
.pub_area .p_area{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.pub_area .p_area .p_header{
    background: #054f7d;
    padding:35px;
}
.pub_area .p_area .p_header .items{
    display: flex;
    color:#fff;
    padding:60px 0 20px;
}
.pub_area .p_area .p_header .items .item{
    width: 25%;
    text-align: center;
}
.pub_area .p_area .p_header .items .item h2{
    padding:20px 0;
}
.pub_area .p_area .content{
    background: #fff;
    display: flex;
}
.pub_area .p_area .content .info{
    padding:60px;
}
.pub_area .p_area .content .info p{
    line-height: 35px;
    color:#aaa;
    padding-bottom: 10px;
}
.pub_area .p_area .content .info a{
    font-size: 18px;
}














/*出版案例*/
.case_out{
    margin-bottom: 40px;
    padding:30px;
}
.case .case_tit{
    color: #054f7d;
    border-bottom: 1px solid #eee;
    line-height: 47px;
    height: 50px;
    margin-bottom: 10px;
}
.case .case_tit h2{
    display: inline-block;

    border-bottom: 3px solid #054f7d;
}
.case .case_tit small{
    font-size: 16px;
}
.case .case_list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.case .case_list .item{
    width: calc(25% - 35px);
    margin-right: 17px;
    margin-bottom: 20px;
    padding:10px;
    border:1px solid #eee;
    box-shadow: 1px 1px 10px #aaaaaa44;
}
.case .case_list .item:nth-child(4n+4){
    margin-right: 0;
}
.case .case_list .item .img img{
    width: 100%;
}
.case .case_list .item .title{
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case .case_list .item .title span{
    font-size: 14px;
}
.newsDetail{
    padding:30px 0 ;
}
.newsDetail .cTit{
    border-bottom: 1px dotted #aaa;
    margin-bottom: 20px;
}
.newsDetail h2{
    font-size: 28px;
    line-height: 35px;
}
.newsDetail .cTit .num{
    line-height: 30px;
    padding:10px 0;
    color:#aaa;
}
.newsDetail .detail{
    line-height: 35px;
}
.newsDetail .preNext{
    display: flex;
    justify-content: space-between;
    border-top: 1px dotted #eee;
    margin-top:50px;
    line-height: 50px;
}
.newsDetail .preNext a:hover{
    color:#054f7d;
}
    /*尾部开始*/
.footer{
    background: #333;
    padding:40px 0;
}
.footer .footer_cont{

    color:#fff;
}
.footer .footer_cont div{
    padding:0 10px;
    line-height: 35px;
}
.footer .footer_cont

.banner{
    margin-bottom: 20px;
}
.banner img{
    width: 100%;
}


.formConteInfo .des{
    text-align: center;
}
.formConteInfo .des h2{
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color:#054f7d;
}
.formConteInfo .des .short{
    color:#aaa;
}
.formConteInfo .inputList{
    display: flex;
    justify-content: center;
    padding:30px 0;
}
.formConteInfo .inputList .item{
    display: flex;
    align-items: center;
}
.search_btn{
    display: flex;
    justify-content: center;
}
.search_btn button{
    width: 360px;
}
.search_over{
    text-align: center;
    padding:30px 0;
}
.search_over h2{
    line-height: 50px;
}
    /*案例列表页面*/
.position{
    padding:10px 0 0;
    border-bottom:1px solid #aaaaaa;
    line-height: 35px;
    position: relative;
    padding-left: 10px;
}
.position:before{
    content: '';
    width: 4px;
    height: 20px;
    border-radius: 10px;
    background: #054f7d;
    top:17px;
    left:0;
    position: absolute;
}
.position a:hover{
    color:#054f7d;
}
.contInfo .newsList{
    display: flex;
    flex-wrap: wrap;
    padding:20px 0;
}
.contInfo .newsList .item{
    width: calc(25% - 15px);
    margin-right: 20px;
}
.contInfo .newsList .item:nth-child(4n+4){
    margin-right: 0px;
}
.contInfo .newsList .item .img,.contInfo .newsList .item .img img{
    width: 100%;
    border-radius: 5px;
}
.contInfo .newsList .item .title{
    text-align: center;
    padding:10px 0;
    font-size: 18px;
}
.contInfo .newsList .item .title span{
    font-size: 14px;
    color:#aaa;
}


.contInfo .detail{
    padding:20px 0 25px;
}
.aboutDetail{
    padding:30px 0;
}
.aboutDetail .numbers{
    background: #f6f6f6;
    margin:20px 0;
    display: flex;
    padding:30px;
}
.aboutDetail .numbers .item{
    width: 33.33%;
    text-align: center;
}
.aboutDetail .numbers .item:nth-child(2){
    border-left:1px dotted #aaa;
    border-right:1px dotted #aaa;
}
.aboutDetail .numbers .item .num{
    font-size: 48px;
    color:#054f7d;
}
.aboutDetail .numbers .item .small{
    padding-top:8px;
    font-size: 20px;
}
.aboutDetail .numbers .item .small span{
    font-size: 18px;
    color:#aaa;
}
.intro{
    border-bottom: 1px dotted #aaa;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.intro .intro_info h2{
    line-height: 55px;
    color: #054f7d;
}
.intro .intro_info{
    color:#999;
    line-height: 35px;
}


.link_us .links{
    display: flex;
    align-items: center;
}
.link_us .links .item{
    width: calc(25% - 15px);
    margin-right: 20px;
    overflow: hidden;
    padding:50px 0 30px
}
.link_us .links .item:nth-child(4n+4){
    margin-right: 0;
}
.link_us .links .item img{
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s;
}
.link_us .links .item:hover img{
    transform: scale(1.2);
}


.contact{
    padding:30px 0;
}
.contact .detail{
    line-height: 45px;
    font-size: 24px;
    color:#999;
}
.contact .formConte{
    padding:50px 0;
}
.contact .formConte .inputList{
    display: flex;

}
.contact .formConte .inputList .layui-form-item{
    width: 33.33%;
}

.pageList{
    padding-bottom: 20px;
}
.pageList ul{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
}
.pageList ul li{
    width:45px;
    background:#eee;
    text-align: center;
    border-radius: 10px;
    margin:0 6px;
}
.pageList ul li a{
    display: block;
}
.pageList ul li.active,.pageList ul li:hover{
    background: #054f7d;
    color: #fff;
}
.pageList ul li:hover a{
    color:#fff;
}
.pageList ul li.disabled,.pageList ul li.disabled:hover{
    background: #eee;
    color:#999;
}


.qsList .item{
    display: flex;
    margin-bottom: 25px;
}
.qsList .item .time{
    background: #eee;
    width: 90px;
    height: 90px;
    text-align: center;
}
.qsList .item .time h3{
    line-height: 40px;
    font-size: 36px;
    padding-top:10px;
}
.qsList .item .time  p{
    color:#999;
}
.qsList .item .title{
    width: calc(100% - 110px);
    padding-left:20px;
}

.qsList .item .title p{
    font-size: 24px;
    line-height: 40px;
}
.qsList .item .title .des{
    height: 50px;
    line-height: 25px;
    color:#aaa;
    font-size: 14px;
}







.caseDetail{
    padding:40px 0;
}
.caseDetail .top{
    display: flex;
}
.caseDetail .top img{
    width: 350px;
    height: 350px;
}
.caseDetail .top .bookInfo{
    width: calc(100% - 420px);
    padding-left:70px;
}
.caseDetail .top .bookInfo h2{
    line-height: 60px;
    border-bottom:1px dotted #aaa;
    margin-bottom: 10px;
}
.caseDetail .top .bookInfo .otherInfo{
    line-height: 35px;
}
.caseDetail .bottom{
    padding:30px 0;
}
.caseDetail .bottom .tit{
    font-size: 24px;
    border-bottom: 1px solid #054f7d;
}
.caseDetail .bottom .tit span{
    display: inline-block;
    line-height: 45px;
    background: #054f7d;
    color:#fff;
    padding:0 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.caseDetail .bottom .caseInfo{
    padding:20px 0;
    line-height: 35px;
    font-size: 16px;
}