/*about样式*/
/*导航*/
.page-wrap{
    padding-top: 30px;
}
.page-wrap-left{
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    margin-right: 0;
}
.page-position{
    padding: 0;
    padding-left: 30px;
    background:url(../images/house.jpg) no-repeat left center;
    color: #666666;
    font: 400 15px/58px "Microsoft yahei";
}
.xypg-left-con{
    border: none;
}
.xypg-left-box{
    margin-bottom: 0;
}
.page-left-ny{
    border-bottom: 1px solid #e0e0e0;
}
.about-sort li {
    margin: 0;
    /* display: flex;
    flex-wrap: wrap; */
}

.about-sort>li {
    /*width: 140px;*/
    min-width: 140px;
    border: none;
    position: relative;
    text-align: center;
    float: left;
    transition: all .5s ease;
    padding: 0 20px;
}
.about-sort>li + li::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d2d2d2;
    top: 0;
    left: 0;
}
.about-sort>li::after {
    width: 100px;
    content: "";
    background: url(../images/tround.png) no-repeat center bottom;
    height: 14px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
}

tround.png .about-sort>li .first-nav-btn {
    display: none;
}

.about-sort>li>a {
    padding: 0;
    line-height: 58px;
    text-align: center;
    transition: all .5s ease;
    position: relative;
    z-index: 99;
    color: #333;
    font-size: 17px;
    display: block;
}

.about-sort>li.clicked::after {
    opacity: 1;
}

.about-sort>li.clicked>a {
    color: #fff;
    background-color: #0d4da1;
}
.about-sort>li:hover{
    color: #fff;
    background-color: #0d4da1;
}
.about-sort>li:hover>a{
    color: #fff;
}
.about-sort>li:hover::after {
    opacity: 1;
}
.about-sort>li.clicked{
    color: #fff;
    background-color: #0d4da1;
}
.about-sort>li.clicked a {
    color: #fff;
    background-color: #0d4da1;
}

.about-sort>li.linshi {
    /*width: 140px;*/
    border: none;
    position: relative;
    text-align: center;
    float: left;
    transition: all .5s ease;
    padding: 0 20px;
}

.about-sort>li::after {
    width: 100px;
    content: "";
    background: url(../images/tround.png) no-repeat center bottom;
    height: 14px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
}


@media (max-width:768px) {
    .about-sort>li{
        float: none;
        width: 100%;
    }
    .about-sort>li>a{
        line-height: 52px;
    }
    .about-sort>li.linshi::after{
        opacity: 0 !important;
        display: none;
    }
    
    .about-sort>li:hover::after{
        display: none;
        opacity: 0;
    }
}
/*about内页结束*/

/*about专题页*/
.zty-xp-about1{
    padding: 35px 0;
}
.zty-about-tt{
    position: relative;
    color: #0d4da1;
    font: 600 34px/35px "Microsoft yahei";
    padding-left: 28px;
}
.zty-about-tt::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 5px;
    height: 35px;
    background-color: #ee1d23;
}
.zty-about-tt span{
    color: #000000;
}
.zty-about-tt a.zty-about-a1{
    position: absolute;
    top: 0;
    right: 0;
    font: 400 16px/35px "Microsoft yahei";
    color: #333;
}
.zty-about-tt a.zty-about-a1:hover{
    color: #0d4da1;
}
.zty-xp-about-text{
    margin-top: 47px;
}
.zty-xp-about-text p{
    font: 400 17px/40px "Microsoft yahei";
}
.zty-xp-honer1{
    position: relative;
}
.zty-xp-honer1 img{
    max-width: 100%;
    height: auto;
}
.zty-xp-honer1 .zty-xp-honer-con{
    position: absolute;
    width: 1460px;
    margin-left: -730px;
    left: 50%;
    top: 77px;
}
.zty-xp-tuanjian{
    padding: 77px 0 5px;
}
.zty-xp-tuanjian-list{
    margin-top: 70px;
}
.zty-xp-tuanjian-list li{
    overflow: hidden;
    width: calc(33.33% - 17.333px);
    float: left;
    margin-bottom: 26px;
}
.zty-xp-tuanjian-list li:nth-child(3n - 1){
    margin-left: 26px;
    margin-right: 26px;
}
.zty-xp-tuanjian-list li .img{
    overflow: hidden;
    position: relative;
}
.zty-xp-tuanjian-list li .img img{
    transition: all 0.8s;
    max-width: 100%;
}
.zty-xp-tuanjian-list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
@media (max-width:1500px) {
    .zty-xp-honer1 .zty-xp-honer-con{
        width: 1260px;
        margin-left: -630px;
    }
}
@media (max-width:1300px) {
    .zty-xp-honer1 .zty-xp-honer-con{
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .zty-about-tt{
        margin-left: 15px;
    }
}
@media (max-width:768px) {
    .zty-xp-honer1 .zty-xp-honer-con{
        top: 30px;
    }
    .zty-about-tt{
        font: 600 25px/25px "Microsoft yahei";
        padding-left: 20px;
    }
    
    .zty-xp-about1 .zty-about-tt{
        margin-left: 0;
    }
    .zty-xp-tuanjian .zty-about-tt{
        margin-left: 0;
    }
    .zty-about-tt::before{
        height: 25px;
    }
    .zty-xp-about-text{
        margin-top: 20px;
    }
    .zty-xp-about-text p{
        font: 400 15px/28px "Microsoft yahei";
    }
    .zty-xp-tuanjian-list{
        margin-top: 30px;
    }
    .zty-xp-tuanjian-list li{
        width: calc(33.33% - 4px);
    }
    .zty-xp-tuanjian-list li:nth-child(3n - 1){
        margin-left: 6px;
        margin-right: 6px;
    }
}


/*内页联系我们---专题页*/
.nycont {
    font-weight: 600;
    font-weight: 600;
    font-size: 34px;
    position: relative;
    line-height: 35px;
    text-indent: 24px;
    margin-top: 30px;
}

.nycont:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 74px;
    background: #ce1817;
    top: 0;
    left: 0;
}

.nycont p {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    padding-top: 10px;
}
.nycont-list{
    margin-top: 7vh;
    display: flex;
    justify-content: space-between;
}
.nycont-list li{
    list-style-type: none;
    width: 25%;
    padding: 35px;
    background-color: #fafafa;
    text-align: center;
}
.nycont-list li:nth-child(2n){
    background-color: #f4f4f4;
}
.nycont-list li h3{
    color: #666666;
    font: 400 16px/52px "Microsoft yahei";
}
.nycont-list li p{
    color: #333333;
    font: 400 16px/26px "Microsoft yahei";
}
.nycont-map{
    margin-top: 66px;
}
.nycont-message{
    text-align: center;
    margin-top: 5vh;
}
.nycont-message-h{
    color: #333333;
    font: 600 34px/60px "Microsoft yahei";
    margin-bottom: 5vh;
}
.form-group-border{
    border: 1px solid #eee;
    padding: 8px;
}
.form-control{
    height: 32px;
    padding: 0;
}
.form-group-border .form-control{
    border: none;
    box-shadow: none;
    font: 400 14px/32px "Microsoft yahei";
}
.nycont-message #message-form #checkcode{
    width: 50%;
    height: 34px;
}
.nycont-message #message-form #content{
    border: 1px solid #eee;
    box-shadow: none;
    padding: 10px;
    font: 400 14px/32px "Microsoft yahei";
}
.nycont-message .btn-primary{
    background-color: #d12928;
    border-color: #d12928;
    font: 400 14px/60px "Microsoft yahei";
    height: 60px;
    margin-top: 5vh;
}
.nycont-message .btn-danger{
    background-color: #b9b9b9;
    border-color: #b9b9b9;
    font: 400 14px/60px "Microsoft yahei";
    height: 60px;
    margin-top: 5vh;
}
.form-group-border1{
    display: flex;
    justify-content: space-between;
}

@media (max-width:1200px) {
    .nycont{
        font-size: 28px;
    }
}
@media (max-width:767px) {
    .nycont{
        font-size: 22px;
    }
    .nycont p{
        font:400 16px/30px "Microsoft yahei";
    }
    .nycont-list{
        display: block;
    }
    .nycont-list li{
        width: 100%;
        padding: 10px;
    }
    .nycont-list li h3{
        font: 400 16px/40px "Microsoft yahei";
    }
    .nycont-message-h{
        font: 600 22px/40px "Microsoft yahei";
    }
}



