@charset "UTF-8";
.banner{
    position: relative;
}
.heads{
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    z-index: 999;
}
.shu{
    position: absolute;
    width: 26px;
    height: 80px;
    bottom:0;
    left: 50%;
    margin-left: -13px;
    z-index: 999;
}
#banner>.swiper-pagination-bullets{
    bottom:120px;
}
.banner .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
    width: 26px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 7px;
}
.banner .swiper-pagination-bullet-active{
    background-color: #F5C41E;
}
.padd50{
    padding: 50px 0;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
@font-face {
    font-family: SketchRockwell;
    src: url("../fonts/时尚中黑简体_6.TTF");
}
/*关于我们0*/
.about{
   padding: 80px 70px;
}
.about_lf{
    float: left;
    width: 465px;
    position: relative;
    height: 100%;
    min-height: 400px;
}
.about_inner{
    position: absolute;
    border: 3px solid #E79B00;
    padding: 50px 60px 120px 45px;
    left: 0;
    top:90px;
}
.about_inner h2{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.about_inner  b{
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #E79B00;
    margin:15px 0;
}
.about_inner  h5{
    color: #666666;
    font-size: 26px;
    margin-bottom: 40px;
}
.about_inner  p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.about_rt{
    margin-left: 490px;
}
.about_rt img{
   width: 100%;
}
.system{
    background-color: #F5F5F5;
    padding: 140px 0 120px;
}
.tit_rt{
    text-align: right;
}
.title h1{
     font-size: 28px;
     font-weight: bold;
     color: #333333;
 }
.title b{
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #E79B00;
    margin:15px 0;
}
.title h4{
    color: #666666;
    font-size: 26px;
    margin-bottom: 40px;
}
.system_list ul li{
    float: left;
    width: 25%;
    padding: 0 5px;
}
.system_list ul li a{
    display: block;
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.system_img{
    overflow: hidden;
}
.system_img img{
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.system_text{
    padding: 45px 20px;
    background-color: #fff;
    text-align: center;
}
.system_text h4{
    color: #333333;
    font-weight: bold;
    height: 40px;
    text-align: left;
    line-height: 20px;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 10px;
 }
.system_text p{
    color: #666666;
    font-size:16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.system_list ul li a:hover .system_text h4{
    color: #E79B00;
}
.system_list ul li a:hover .system_text p{
    color: #E79B00;
}
.system_list ul li a:hover .system_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.expert_top_img{
    float: left;
    width: 600px;
    position: relative;
}
.ex_img{
    position: absolute;
    top:-40px;
}
.expert_top_text{
    margin-left: 660px;
    padding-top: 60px;
}
.expert_list{
    padding: 110px 0 110px 0;
}
.expert_list ul li{
    float: left;
    width: 25%;
    padding: 0 10px;
}
.expert_list ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.expert_img img{
    width: 100%;
}
.expert_hide{
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E79B00;
    padding-top: 20px;
    padding-left: 30px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.expert_list ul li a:hover .expert_hide{
    top:40%;
}
.expert_hide h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.expert_hide p{
    font-size: 16px;
    line-height:30px;
}
.new{
    background-color: #F4F4F4;
    padding: 80px 0;
}
.new_list ul li{
    float: left;
    width: 25%;
    padding: 0 10px;
}
.new_list ul li a{
    display: block;
    background-color: #fff;
    padding: 20px;
}
.new_img img{
    width: 100%;
}
.new_text h4{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 15px 0;
}
.new_text p{
    font-size: 16px;
    color: #999999;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.n_date{
    position: relative;
}
.n_date em{
    font-size: 50px;
    color: #8D8D8E;
}
.n_date span{
    display: inline-block;
    background-color: #fff;
    padding: 1px 3px;
    position: absolute;
    bottom: 12px;
    left: 28px;
    color: #626262;
}
.new_list ul li:hover .new_text h4{
    color: #E79B00;
}
.new_list ul li:hover .n_date em{
     color: #E79B00;
 }
.new_list ul li:hover .n_date span{
    color: #E79B00;
}
#new>.swiper-pagination-bullets{
       bottom: 0;
    top: 0;
    text-align: right;
    z-index: 10;
    height: 30px;
}
#new .swiper-pagination-bullet{
    width: 25px;
    height: 5px;
    background-color: #BCBCBC;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
}
#new .swiper-pagination-bullet-active{
    background-color: #E79B00;
}
.new_list{
    padding-top: 60px;
}
.new .title h4{
    margin-bottom: 0;
}
.cooperative{
    padding: 80px 0;
}
.cooperative_list ul li{
    float: left;
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.cooperative_list ul li a{
    display: block;
    border: 1px solid #E2E2E2;
    overflow: hidden;
}
.cooperative_list ul li  img{
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.cooperative_list ul li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.m_banner{
    display: none;
}

.xiang_more{
    margin-top: 30px;
    text-align: center;
}
.xiang_more a{
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #E79B00;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .about_rt{
        width: 460px;
    }
    .about_rt img{
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .about_lf {
        float: none;
        width:100%;
        min-height: 400px;
        position: static;
        margin-bottom: 40px;
    }
    .about_inner{
        position: static;
    }
    .about_rt {
        margin-left: 0;
        width: 100%;
    }
    .expert_top_img {
       display: none;
    }
    .expert_top_text {
        margin-left:0;
        padding-top: 60px;
    }
    .expert_hide h4 {
        font-size: 14px;
    }
    .expert_hide p {
        font-size: 12px;
        line-height: 20px;
    }
    .expert_hide {
        padding-top:30px;
    }
    .expert_list {
        padding:40px 0 40px 0;
    }
}
@media screen and (max-width: 768px) {
    .m_banner{
        display: block;
    }
    .mo_banner{
        display:none;
    }
    .about {
        padding: 40px 10px;
    }
    .about_inner h2 {
        font-size: 20px;
    }
    .about_inner h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about_inner {
        padding: 20px 20px 40px 20px;
    }
    .system {
        background-color: #F5F5F5;
        padding: 30px 0 30px;
    }
    .title h1 {
        font-size: 20px;
    }
    .title h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .system_list ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .system_text {
        padding: 25px 0;
    }
    .system_text h4 {
        font-size: 16px;
    padding: 0 10px;
    }
    .system_text p{
        font-size: 14px;
    }
    .expert_list ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .new_list ul li {
        float: left;
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .new_list ul li a {
        padding:10px;
    }
    .new_text h4{
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        margin: 10px 0
    }
    .new_text p{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .new{
        padding: 20px 0;
    }
    .cooperative {
        padding: 20px 0;
    }
    .cooperative_list ul li {
        width: 33.33%;
    }
#banner>.swiper-pagination-bullets{
bottom: 10px;
}
.expert_hide {
    padding-top: 14px;
    top: auto;
    bottom: 0px;
    height: 40px;
}
.expert_list ul li a:hover .expert_hide{
    top:auto;
}
    .xiang_more a{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}


