@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1450px; !important
    }
}

.mt-default{
    margin-top: 80px;
}
.header-three.sticky-header .header-navigation{
    /*background-color: rgba(0,0,0,.3);*/
    background-color: rgba(255,255,255,1);
}
.about {
    padding: 80px 0px 80px;
    background-color: #f7f7f7;
}

.about .category-box {
    margin-top: 30px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 11px 25px 0px rgba(244, 244, 244, 0.2);
    box-shadow: 0px 11px 25px 0px rgba(244, 244, 244, 0.2);
}

.about .category-box .title {
    padding: 25px 15px 25px;
    font-size: 20px;
    font-weight: bold;
}

.about .category-box .thumb {
    padding: 0 15px;
    border-radius: 10px;
    overflow: hidden;
}

.about .category-box .thumb a img {
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.about .category-box .content {
    padding: 25px 15px 30px;
}
.about .category-box .content p{
    text-indent: 2em;
    line-height: 3em;
    height: 12em;
    overflow: hidden;
    position: relative;
}
.about .category-box .content a{
    position: absolute;
    bottom: .66em;
    right: 0;
    padding: 0 10px;
    background-color: #b0bfd9;
    border-radius: 25px;
    text-indent: 0;
    color: #fff;
}

.about .category-box:hover .thumb > a > img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}


.dynamics{
    padding: 80px 0px 80px;
}
.dynamics .dy-banner{
    position: relative;
}
.dynamics .dy-banner .dy-img p{
    position: absolute;
    bottom: 7px;
    left: 0;
    background: rgba(0,0,0,.8);
    height: 50px;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
}
.dynamics .dy-list{
    padding: 0 15px;
}
.dynamics .dy-list li{
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
}
.dynamics .dy-list li a{
    color: #4A5159;
    display: inline-block;
    width: 82%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.dynamics .dy-list li a i{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: 3px;
    margin-right: 5px;
    border-radius: 100%;
    background-color: #007bff;
}
.dynamics .dy-list .more{
    display: inline-block;
    background-color: #4A5159;
    color: #fff;
    padding: 5px 25px;
}

/*
.dynamics .dy2-list{
    padding: 0 15px;
}
.dynamics .dy2-list li{
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
}
.dynamics .dy2-list li a{
    color: #4A5159;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.dynamics .dy2-list li a i{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-bottom: 3px;
    margin-right: 5px;
    border-radius: 100%;
    background-color: #007bff;
}
.dynamics .dy2-list .more{
    display: inline-block;
    background-color: #4A5159;
    color: #fff;
    padding: 5px 25px;
}
*/

.dynamics .margintop1{
    margin-top: 30px;
}
.dynamics .margintop{
    margin-top: 30px;
}



.dynamics .dy-banner .owl-dots{
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 10px;
    right: 0px;
}
.dynamics .dy-banner .owl-dot{
    width: 25px;
}
.dynamics .dy-banner .owl-dot span{
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
}
.dynamics .dy-banner .owl-dot.active span{
    background-color: #547af8;
    border: 2px solid #fff;
}

.join {
    padding: 80px 0px 80px;
    background-color: #f7f7f7;
}
.join .content{
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    height: 285px;
    overflow: hidden;
}
.join .content .job{
    height: 8.8em;
    overflow: hidden;
    margin-bottom: 0.75rem
}
.join .content .job .item{
    line-height: 2.2em;
}
.join .content .list{

}
.join .content .list a{
    display: block;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    color: #4A5159;
}
.join .content .list a span{
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #b0bfd9;
    color: #fff;
}

.container-jsnow {
    padding-top: 80px
}
.container-jsnow > .head-tit-img-box {
    overflow: hidden
}

.container-jsnow > .head-tit-img-box .tit-img {
    animation-name: smalltobig;
    animation-duration: 7s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: linear;
    animation-fill-mode: forwards
}
.container-jsnow .title{
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    padding: 20px 0;
    color: #000;
    letter-spacing: 4px;
}

.submenu .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    width: 200px;
    padding: 0.5rem 0 0 1rem;
    margin: 1px 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}


@media (max-width: 991px) {
    .bannner.three .heroarea .single{
        background-position:center !important;
        width: 100vw;
        height: 30vh !important;
        min-height:auto !important;
    }
    .bannner.three .heroarea .single h1{
        font-size: 1rem !important;
        line-height: 2.4;
        position: static !important;
    }
    
    .dynamics{
    padding: 30px 0px 10px;
    }
    .bannner{
        margin-top: 72px;
    }
    
    .section-head h2.title{
        font-size: 26px;
    }
    .about {
    padding: 20px 0px 10px;
    background-color: #f7f7f7;
    }
    .dynamics .margintop{
    margin-top: 0px;
    }
    .dynamics .margintop1{
    margin-top: 8px;
    }
    .dynamics .hangye{
    margin-top: 19px;
    }
    .about .category-box{
        margin-top: 0;
    }
    .about .category-box .title{
        padding: 5px 15px 5px;
    }
    .join {
    padding: 20px 0px 10px;
    background-color: #f7f7f7;
    }
    .join .content{
        margin-top: 0;
    }
    .mt-default{
        margin-top: 20px;
    }
    
    
.submenu .dropdown-menu {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        background: #051c35;
        width: 250px;
        padding: 0.5rem 1rem 0.5rem 2rem;
        margin: 0 0 0 -1rem;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        list-style: none;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0.25rem;
    }    
    
}



@keyframes smalltobig {
    0% {
        transform: scaleX(1) scaleY(1)
    }
    to {
        transform: scaleX(1.1) scaleY(1.1)
    }
}



.Jsnow-content .title{
    padding: 1.5rem 0;
    font-size: 2rem;
    letter-spacing: 2px;
}

.Jsnow-content {
    max-width: 1110px !important; /*图片最佳宽度1080px*/
}
.Jsnow-content img{
    max-width: 100%;
    height: auto !important;
}
.Jsnow-content .content{
    padding-bottom: 1.5rem;
    line-height: 2;
    font-family: "Microsoft YaHei" !important;
}
.Jsnow-content p{
    margin-bottom: 1.5rem;
    font-family: "Microsoft YaHei" !important;
}
.Jsnow-content p span{
    display: inline;
    font-family: "Microsoft YaHei" !important;
}

/*分页*/
.pagination {
    padding-top: 30px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.pagination a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777777;
    text-align: center;
    line-height: 3.57;
    border-radius: 4px;
    background-color: white;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0px 3px 0px;
    border: none;
}
.pagination span{
    position: relative;
    display: block;
    color: #ffffff;
    background: #547af8;
    font-size: 14px;
    text-align: center;
    line-height: 3.57;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0px 3px 0px;
    border: none;
    z-index: 3;
}



