
.courousel{
    width: 100%;
    height: 500px;
    /*background-color: pink;*/
    /*!*background: url(../static/images/banner_1920x780.jpg) no-repeat center;*!*/
    /*!*background-size: 100%;*!*/

}
.service{
    margin: 10px 0;
}
.service>li{
    width: 300px;
    float: left;
    padding: 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-right: 20px;
    text-align: center;
    /*box-shadow: -5px -5px 20px #ccb297 inset;*/
}
.service>li:nth-child(4){
    margin-right: 0;
}
.service .ico{
    margin-bottom: 10px;
    text-align: center;
}
.service .ico img{
    width: 42px;
    height: 42px;
    display: inline-block;
}
/*.service .sjfw{*/
    /*background: url(../static/images/ic_shejifuwu_42x42.png)*/
/*}*/
/*.service .zgfw{*/
    /*background: url(../static/images/ic_zhiguan_42x42.png)*/
/*}*/
/*.service .gybz{*/
    /*background: url(../static/images/ic_gongyi_42x42.png)*/
/*}*/
/*.service .qgbz{*/
    /*background: url(../static/images/ic_baozhang_42x42.png)*/
/*}*/
.service .tit{
    font-size: 14px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.service .cont{
    font: 14px/2 "微软雅黑";
    color:#999999;
}
.prodShow{
    margin-bottom: 20px;
    overflow: hidden;
}
.prodShow>li{
    float: left;
    width: 25%;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.prodShow>li p.dec{
    color: #cda155;
    font-size: 14px;
    transition: display .3s;
}
.prodShow>li img.normal{
    width: 100%;
    margin-bottom: 5px;
}

.prodShow>li>.prod-li-cover{
    position: absolute;
    left: 0;
    top: 0;
    background-color:rgba(0,0,0,.5);
    z-index: 999;
    text-align: center;
    display: none;
    color: #fff;
    font-size: 20px;
}
.prod-li-cover:hover{
    cursor: pointer;
}
.prod-li-cover-item{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.prod-li-cover-item > p{
    width: 100%;
}
.prod-li-cover-item > p:last-of-type{
    margin-top: 10px;
}
.zh-partner{
    width: 100%;
    /*height: 500px;*/
    background: url(../static/images/pic_zizhi_1920x680.jpg) no-repeat center;
}

.zh-partner .bx{
    background-color: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
}
.zh-partner .zizhi{
    border-bottom: 1px solid #dedad3;
    padding:15px 0;
}
.zh-partner li{
    margin:20px 0;
    text-align: center;
}
.zh-partner li.tit{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.zh-partner li span.line{
    width: 50px;
    height: 1px;
    background-color: #9c968b;
    display: inline-block;
}
.zh-partner li.eng{
     color: #9c968b;
}
.zh-partner li.btn button{
    height: 36px;
    width: 100px;
    text-align: center;
    background-color: #c8a164;
    color: #fff;
}
.zh-partner li.btn .more{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(./../static/images/ic_gengduo_10x10.png) no-repeat;
}
.partnerLogo{
    width: calc(100% - 125px);
}
/*.partnerLogo img{*/
    /*padding: 20px;*/
    /*max-width: 100px;*/
    /*max-height: 40px;*/
    /*height: 120px;*/
    /*box-sizing: border-box;*/
/*}*/
/*大轮播*/
.banner-courousel {
    width: 100%;
    height: 100%;
}
.banner-courousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next{
    color:#eeeeee;
}
.swiper-button-prev{
    color:#eeeeee;
}
.banner-words{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    /*display: flex;*/
    /*justify-content:center;*/
    /*align-items:Center;*/
    text-align: center;
    left: 0;
    top: 0;
}
.banner-words p{
    color: #fff;
    /*margin-top:30px;*/
    padding: 5px;
    font-size:26px;
    line-height: normal;
}
.banner-words p.banner-words-title{
    font-size: 40px;
}
.banner-words p.eng-words{
    font-size: 18px;
    color: #eae6e6;
}
.banner-words-container{
    margin-top: 200px;
}
.zizhi-courousel{
    width:790px;margin: 0 auto;
}
.zizhi-courousel .swiper-slide{
    text-align: center;
}
.zizhi-courousel .swiper-slide img{
    max-width: 150px;
    max-height: 120px;
    box-sizing: border-box;
}
.zizhi-courousel .zizhi-title{
    color: #333333;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

/*动画*/
@keyframes biger {
    0%{transform:scale(1.0)}
    100%{transform:scale(1.3)}
}
.prodShow img{
    position: relative;
}
.prodShow li:hover{animation:0.3s linear biger;animation-fill-mode : forwards;z-index: 10;cursor: pointer}

.partner-pic li{
    width: calc((100% - 60px)/6);
    float: left;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    text-align: center;
}
.partner-pic li:nth-child(7n){
    margin-right: 0px;
}
.partner-pic li img{
    max-width: 100%;
    max-height:100%;
}
/**
banner轮播的箭头
 */
.navigation-img{
    position: absolute;
    top: 50%;
    z-index: 100;
}
.navigation-img{
    margin-top: -43px;
}
.navigation-img.nav-right{
    right: 60px;
}
.navigation-img.nav-left{
    left: 60px;
}
.navigation-img img{
    padding: 20px 0;
}
.navigation-img img:hover{
    background-color: #afadad73;
}
