﻿
.banner{
    margin-top: -10px;
}
.banner .dis{
    display: none;
}
.banner-img{
    margin-top: 0px;
}
.banner .banner-sekui{
    width: 184px;
    margin: 0 auto;
    margin-top: -50px;
    padding-bottom: 27px;
}
.banner .banner-sekui div{
    background-color: #fff;
    display: inline-block;
    padding: 4px 40px;
    margin: 5px;
    border-radius: 20px;
}
.banner .banner-sekui .banner-dian{
    background-color: #0063c5;
}
@media(max-width: 1200px){
.banner{
    margin-top: 50px;
}
    .banner .banner-sekui{    ;
        margin-top: -20px;
        width: 104px;
        padding-bottom: 0px;
    }
    .banner .banner-sekui div{
        padding: 2px 20px;
    }
}




/*��Ʒ����*/
.mud-lg-b{
    width: 100%;
    background-color: #eee;
}
.mud-lg .right-1{
    float: right;
}
.mud-lg .left-1{
    padding:50px 15px;
}
.mud-lg .left-1 hr{
    background-color: #000;
    width: 40%;
    height: 1px;
}
.mud-lg .left-1 h4,.mud-lg .left-1 h1{
    font-weight: 800;
}
.mud-lg .left-1 h1{
    padding-bottom: 5px;
}
.mud-lg .left-1 h4{
    padding-top: 10px;
    padding-bottom: 15px;
}
.mud-lg .left-1 div{
    padding: 10px 30px;
    display: inline-block;
    background-color: #111;
    margin-top: 20px;
    transition:all 0.5s linear 0s;
}
.mud-lg .left-1 div a{
    color:#fff;
}
.mud-lg .left-1 div:hover{
    background-color: #0063c5;
}
.mud-lg svg image{
    padding: 0;
    margin: 0;
}
.mud-lg .left-1 div:hover a{
    color:#fff;
}
.mud-lc{
    width: 100%;
    background-color: #111;
    background-image:url('../images/gylc.png');
    background-repeat: repeat;
    padding-bottom: 90px;
    padding-top:90px;
    color:#fff;
}
.mud-lc h2{
    font-weight: 800;
    padding-bottom: 20px;
}
.mud-lc p{
    padding-bottom: 20px;
}
.mud-lc .gdcd{
    padding-top: 30px;
}
.mud-lc .gdcd .stro{
    font-weight:600;
}
.mud-lc .gdcd .col-sm-2{
    transition:all 1s linear 0s;
    margin-bottom: 15px;
}
.mud-lc .gdcd .col-sm-2:hover{
    color: #78c8ff;
    font-size: 1.1em;
}
.mud-lc .gdcd .col-sm-2:hover .iconfont{
    font-size: 45px;
}
.mud-lc .gdcd .col-sm-2:hover .h5{
    font-weight: 600;
}
.mud-lc .gdcd .iconfont{
    font-size: 40px;
}
.mud-lc .gdcd h5{
    font-size: 20px;
}
@media(max-width: 768px){
    .clear{
        clear: both;
    }
}

.mud-lx{
    width: 100%;
    background-color: #222;
    color: #777;
}
.mud-lx h2{
    font-size: 24px;
    padding-top:15px;
    padding-bottom: 5px;
}
.mud-lx h4{
    font-size: 14px;
    margin-bottom: 29px;
}
.mud-lx .mud-lx-but{
    float: right;
    padding: 8px 30px;
    border: 1px solid #777;
    color:#777;
    transition:all 1s linear 0s;
    margin-top: 45px;
}

.mud-lx .mud-lx-but:hover{
    background-color: #fff;
    color: #000000;
    border: 1px solid #000;
}


/*��������*/

.mud-new{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ededed;
    width: 100%;
}
.mud-new .container{
    padding-top: 50px;
}
.mud-new h2 span{
    color:#0063c5
}
.mud-new h4{
    font-weight: 800;
    color:#111;
}
.mud-new .hr{
    background-color: #0063c5;
    height: 2px;
    width: 100px;
    margin-top: 5px;
    margin-bottom: 10px;
    transition:all 1s linear 0s
}
.mud-new .new-yu a{
    padding-top: 0px;
    color: #00376f;
}

.mud-new .col-sm-6:hover .hr{
    width: 100%;
}
.mud-new p{
    color:#777
}
.mud-new .new-sekuai{
    margin: 0 auto;
    padding-top: 30px;
    width: 164px;
}
.mud-new .new-sekuai div{
    background-color: #777;
    width: 50px;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 15px;
}
.mud-new .col-sm-6:nth-of-type(2),.mud-new .col-sm-6:nth-of-type(4){
    display: none;
}

.mud-new .new-sekuai .new-dian{
    background-color: #0063c5;
}
@media(max-width: 1200px){
    .mud-new .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mud-new .col-sm-6{
        margin-bottom: 40px;
    }
    .mud-about{
        background-image:url('../images/about-index11.jpg');
    }
}

/*��ϵ����*/

.mud-about{
    background-image: url('../images/about-index.jpg');
    background-repeat: no-repeat;
    background-size: 50%, cover;
    background-position: right;
    padding-top: 80px;
    padding-bottom: 120px;
}
.mud-about h2{
    font-weight: 800;
}
.mud-about hr{
    width: 35%;
    height: 2px;
    background-color: #555;
}
.mud-about .about-mian{
    text-indent: 2em;
    line-height: 1.8;
}
.mud-about .mud-about-but{
    float: left;
    padding: 8px 30px;
    border: 1px solid #777;
    color:#fff;
    transition:all 1s linear 0s;
    margin-top: 45px;
    background-color: #111;
}

.mud-about .mud-about-but:hover{
    background-color: #fff;
    color: #000000;
    border: 1px solid  #000;
}
@media(max-width: 768px){
    .mud-about{
        background-image:url('../images/about-index11.jpg');
    }
    .mud-lx .mud-lx-but{
        margin-top: 0;
        margin-bottom:20px;
    }
    .mud-about{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mud-about .container{
        padding: 0;
    }
    .mud-about .mud-about-but{
        margin-top: 15px;
        margin-bottom: 15px;;
    }
}