/*公共样式*/
.wrap{
    width: 100%;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
}
.container{
    width: 1280px;
    margin: 0 auto;
}
/*主体*/
.header{
    width: 100%;
    height: 90px;
    background-color: #25282d;
}
.header .logo{
    width: 163px;
    height: 49px;
    margin-top: 17px;
}
.header .logo img{
    width: 163px;
    height: 49px;
}
.header .nav-list{
    margin-top: 37px;
}
.header .nav-list .active a{
    color: #e13d17;
}
.header .nav-list li{
    margin-right: 58px;
}
.header .nav-list li a{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #ffffff;
}
.header .nav-list li:hover a{
   color: #e13d17;
}
.banner{
    width: 100%;
    height: 649px;
    position: relative;
}
.banner .item-list li{
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.banner .item-list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.banner .item-list .item1{
    background-image: url('../img/1920x649-01.jpg');
}
.banner .item-list .item2{
    background-image: url("../img/1920x649-02.jpg");
}
.banner .item-list .item3{
    background-image:  url("../img/1920x649-03.jpg");
}
.banner .item-list .item4{
    background-image: url("../img/sm.JPG");
}
.banner .item-change{
    width: 1280px;
    height: 80px;
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translate3d(-50%,0,0);
}
.banner .item-change .cg-page{
    width: 80px;
    height: 80px;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
}
.banner .item-change .cg-prve{
    left: 0;
}
.banner .item-change .cg-next{
    right: 0;
}  
.banner .item-change .cg-page i{
    width: 15px;
    height: 27px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url('../img/sprite_01.png');
    background-repeat: no-repeat;
}
.banner .item-change .cg-prve i{
    background-position: -95px -98px;
}
.banner .item-change .cg-next i{
    background-position: -115px -98px;
}
.banner .item-change .line{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 362px;
    height: 1px;
    background-color: rgba(0, 0, 0, 1) !important;
}
.banner .item-change .cg-list{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    
}
.banner .item-change .cg-list .active{
    background-color: #e13d17;
}
.banner .item-change .cg-list li{
    width: 20px;
    height: 20px;
    background-color: #25282d;
    border:1px solid #000000;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin: 0 47px;

}
.section{
    padding:55px 0 66px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.section .head-box{
    display: table;
    margin:0 auto 66px auto;
}
.section .head-box img{
    float: left;
    opacity: 0;
}
.animate .head-box img{
    -webkit-animation: slideIn 2s;
    animation: slideIn 2s;
    opacity: 1;
}
.section .head-box .title{
    float: left;
    text-align: center;
    color: #999999;
}
.section .head-box .title h3{
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
}
.section .head-box .title span{
   width: 154px;
   height: 2px;
   background-color: #e13d17;
   margin: 13px auto 16px auto;
   display: block;
}
.who .con .item-list{
    display: table;
    margin:0 auto;
}
.who .con .item-list li{
    width: 96px;
    height: 88px;
    margin: 0 106px;
    padding-top: 68px;
    color: #999999;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: auto auto;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.who .con .item-list li:hover{
    color: #e13d17;
}
.who .con .item-list .item1{
   background-image: url('../img/img (11).png');
}
.who .con .item-list .item2{
    background-image: url('../img/img1 (3).png');
 }
 .who .con .item-list .item3{
    background-image: url('../img/img1 (4).png');
 }
 .who .con .item-list .item4{
    background-image: url('../img/img1 (2).png');
 }
 .who .con .item-list .item1:hover{
    background-image: url('../img/img1 (1).png');
 }
 .who .con .item-list .item2:hover{
     background-image: url('../img/img (9).png');
  }
  .who .con .item-list .item3:hover{
     background-image: url('../img/img (10).png');
  }
  .who .con .item-list .item4:hover{
     background-image: url('../img/img (7).png');
  }
  .who .con-info {
    margin-top:65px;
  }
  .who .con .con-info .txt{
    text-align: center;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
  }
  .who .con .con-info .more a{
      width: 125px;
      height: 37px;
      line-height: 37px;
      text-align: center;
      border-radius: 37px;
      color: #f15733;
      border:1px solid #f15733;
      display: inline-block;
      margin-right: 55px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
  }
  .who .con .con-info .more a:hover{
    color: #ffffff;
    background-color: #f15733;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
  .who .con .con-info .more{
    text-align: center;
    margin-top: 42px;
}
.culture{
    width: 100%;
    height: 630px;
    background:url('../img/culture.jpg') no-repeat;
    background-position: 50% 50%;
}
.culture .head-box .title{
    color: #ffffff;
} 
.culture .head-box .title h3{
    color: #ffffff;
} 
.culture .con .item-list{
    display: table;
    margin:  0 auto;
}
.culture .con .item-list li{
    width: 150px;
    height: 235px;
    text-align: center;
    color: #ffffff;
    margin:0 85px;
    font-size: 28px;
    cursor: default;
    position: relative;
}
.culture .con .item-list li:hover .info{
    display: block;
}
.culture .con .item-list li img{
    margin-bottom: 20px;
}
.culture .con .item-list .info{
    width: 210px;
    height: 130px;
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(61,64,67,0.5);
    font-size: 12px;
    position: absolute;
    left: 50%;
    bottom: -130px;
    transform: translateX(-50%);
    display: none;
    text-align: left;
    line-height: 20px;
}
.culture .con .item-list .info:after{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent rgba(61,64,67,0.5) transparent;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}
.share .con{
    position: relative;
}
.share .con .list-box{
    width: 990px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.share .con .list-box .item-list{
    position: absolute;
    width: 5000px;
}
.share .con .list-box .item-list li{
    width: 990px;
    height: 250px;

}
.share .con .list-box .item-list .img-box{
    height: 100%;
    width: 340px;
    margin-right: 84px;
    float:left;
}
.share .con .list-box .item-list img{
    height: 100%;
    width: 340px;
}
.share .con .list-box .item-list .item-info{
    height: 100%;
    width: 566px;
    float:left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
}
.share .con .list-box .item-list .item-info h5{
    color: #333333;
    font-size: 22px;
    font-weight: 400;
}
.share .con .list-box .item-list .item-info .position{
    color: #e13d17;
    margin: 19px 0 37px 0;
    font-size: 16px;
}
.share .con .list-box .item-list .item-info .position span{
    margin-left: 20px;
}
.share .con .list-box .item-list .item-info .text{
    color: #333333;
    line-height: 30px;
}
.share .con .change-page .cg-page{
    width: 36px;
    height: 65px;
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}
.share .con .change-page .cg-page i{
    width: 36px;
    height: 65px;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-image: url("../img/sprite_01.png");
    background-repeat: no-repeat;
}
.share .con .change-page .cg-prve{
    left: 0;
}
.share .con .change-page .cg-next{
    right: 0;
}
.share .con .change-page .cg-prve i{
    background-position: 0 0;
}
.share .con .change-page .cg-next i{
    background-position: -50px -80px;
}
.share .con .change-page .activeP i{
    background-position: 0 -79px;
}
.share .con .change-page .activeN i{
    background-position: -50px 0;
}

.dynamic{
    width: 100%;
    height: 750px;
    background:url('../img/culture.jpg') no-repeat;
    background-position: 50% 50%;
}
.dynamic .head-box .title{
    color: #ffffff;
} 
.dynamic .head-box .title h3{
    color: #ffffff;
} 
.dynamic .con .con-left{
    width: 639px;
    height: 404px;
    float: left;
    overflow: hidden;
    position:relative;
}
.dynamic .con .con-left .img-list li{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.dynamic .con .con-left .change-list{
   position: absolute;
   bottom: 23px;
   right: 43px;
}
.dynamic .con .con-left .change-list li{
    width: 16px;
    height: 16px;
    margin-left: 14px;
    background-color: #25282d;
}
.dynamic .con .con-left .change-list .active{
    background-color: #f15733;
}
.dynamic .con .con-left .img-list img{
    width: 639px;
    height: 100%;
}
.dynamic .con .con-right{
    width: 640px;
    height: 404px;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    padding-left: 50px;
    padding-top: 28px;
    padding-right: 78px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.dynamic .con .con-right .con-rigth-head a{
    font-size: 22px;
    color: #e13d17;
    line-height: 30px;
}
.dynamic .con .con-right .con-rigth-head .more{
    width: 46px;
    height: 48px;
    background:url('../img/more.jpg') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    cursor:pointer;
}
.dynamic .con .con-right .line{
    width: 100%;
    height: 1px;
    margin: 15px 0 20px 0;
    background-color: #484848;
}
.dynamic .con .con-right .news-box{
    width: 100%;
}
.dynamic .con .con-right .news-box p{
    width: 100%;
    height: 24px;
    background-color: #484848;
    line-height: 24px;
    font-size: 14px;
}
.dynamic .con .con-right .news-box p a{
    color: #ffffff;
}
.dynamic .con .con-right .news-box .recommend{
    width: 40px;
    height: 100%;
    display: inline-block;
    background-color: #e13d17;
    text-align: center;
    color: #ffffff;
    margin-right: 14px;
    position: relative;
}
.dynamic .con .con-right .news-box .recommend:after{
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent  transparent transparent #e13d17;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.dynamic .con .con-right .news-box .news-list{
    margin-top: 14px;
}
.dynamic .con .con-right .news-box .news-list li{
    line-height: 28px;
    font-size: 12px;
    list-style: disc;
    height: 28px;
    list-style-position: inside;
    color: #999999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dynamic .con .con-right .news-box .news-list .time{
   float:right;
}
.dynamic .con .con-right .news-box .news-list li a{
    color: #999999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dynamic .con .con-right .news-box .news-list li a:hover{
    color: #000000;
}
.dynamic .con .con-right .news-box .news-list li:hover{
    color: #000000;
}
.dynamic .con .con-right .new-box-hide{
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.footer{
    padding: 30px 0;
    background-color: #f5f5f5;
    text-align: center;
    width: 100%;
}
.footer .nav-list a,.footer .nav-list span{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #000000;
} 
.footer .nav-list span{
    line-height: 20px;
    margin: 0 14px;
    vertical-align: middle;
} 
.footer .logo{
    display: inline-block;
    width: 152px;
    height: 46px;
    margin: 12px auto;
} 
.footer p{
    line-height: 26px;
    color: #000000;
    font-size: 12px;
} 
.backTop{
    width: 36px;
    height: 105px;
    background-color: #e13d17;
    text-align: center;
    color: #ffffff;
    display: none;
    font-size: 12px;
    background: url('../img/backtop.jpg') no-repeat;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;

}
.backTop .txt{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e46447;
    padding: 34px 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



@keyframes slideIn{
    from{
        opacity: 0;
        -webkit-transform: translate3d(-350%,0,0);
        transform: translate3d(-350%,0,0);
    }
    to{
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}