@charset "utf-8";
/*@font-face {*/
    /*font-family: "nomal";src: url(../images/nomal.TTF);*/
/*}*/

/* 首页滚动广告 */
.home-slide{
    width: 100%;
    min-width: 1200px;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.home-slide .prev,
.home-slide .next{
    display: none;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    z-index: 99;
    background: url("../images/index-ico.png") no-repeat;
}
.home-slide .prev{
    left: 5%;
    margin-top: -23px;
    background-position: -42px 0;
}
.home-slide .next{
    right: 5%;
    margin-top: -23px;
    background-position: -42px -46px;
}
.home-slide .prev:hover{
    background-position: -42px -92px;
}
.home-slide .next:hover{
    background-position: -42px -138px;
}
.home-slide .container-bd{
    width: 1920px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.home-slide .container-bd > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 600px;
    vertical-align: middle;
    text-align: center;
}
.home-slide .container-bd > ul > li > a img{
    vertical-align: middle;
}
.home-slide .container-hd{
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 20px;
    z-index:99;
    text-align: center;
}
.home-slide .container-hd > ul{
    height: 3px;
}
.home-slide .container-hd > ul > li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #999;
}
.home-slide .container-hd > ul > li.on{
    background-color: #fff;
}

/*视频*/
.video-wrap{
    width: 100%;
    padding-top: 52px;
    height: 810px;
    background: url("../images/video-bg.jpg") no-repeat center;
}
h3.title{
    font-size: 32px;
    color: #333333;
    text-align: center;
    /*font-family: nomal;*/
}
p.tips{
    color: #666666;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}
.video-box{
    width: 900px;
    height: 546px;
    margin: 65px auto 0;
}
.video-con{
    width: 900px;
    height: 546px;
}

/*十年*/
.ten-years-wrap{
    width: 100%;
    height: 596px;
    padding-top: 82px;
    background: url("../images/throught-bg.jpg") no-repeat center;
}
.years-con{
    width: 100%;
    height: 510px;
    background: url("../images/throught-bg02.jpg.png") no-repeat center center;
}
.years-con ul{
   padding-top: 80px;
}
.years-con li{
    float: left;
    width: 224px;
    height: 66px;
    margin-left: 54px;
}
.years-con li.fir-item{
    margin-left: 254px;
}
.years-con li.sec-item{
    margin-left: 146px;
}
.years-con li.thir-item{
    margin-left: 128px;
}
.years-con li.forth-item{
    margin:230px 0 0 84px;
}
.years-con li.fifth-item{
    margin:230px 0 0 134px;
}
.years-con li.sixth-item{
    margin:230px 0 0 138px;
}
.years-con li .tit{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
}
.years-con li .con{
    font-size: 13px;
    color: #333333;
    line-height: 20px;
}

/*十年积累*/
.gain-wrap{
    width: 100%;
    height:680px;
    padding-top: 87px;
}
.gain-wrap .gain-con{
    width: 1260px;
}
.gain-wrap ul{
    width: 1200px;
    padding: 0 30px;
    height:640px;
    overflow: hidden;
}
.gain-wrap li{
    float: left;
    width: 296px;
    height:470px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(197, 197, 197, 0.5);
    margin:80px 2px 90px;
    transition: margin .3s linear,box-shadow .3s linear;
}
.gain-wrap li:hover{
    box-shadow: 0px 15px 15px 0px rgba(197, 197, 197, 0.5);
    margin:60px 2px 1110px;
}
.gain-wrap li>a{
    display: block;
    width: 296px;
    height: 470px;
}
.gain-wrap li img{
    width: 297px;
    height:300px;
}
.gain-wrap li .tit{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding-top: 16px;
}
.gain-wrap li p{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding-top: 14px;
}
.gain-wrap li .btn{
    display: block;
    width: 130px;
    height: 32px;
    margin: 30px auto 0;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    transition: box-shadow .3s linear;
}
.gain-wrap li .btn.btn01{
    background-color: #03D7C6;
}
.gain-wrap li:hover .btn.btn01{
    box-shadow: 0px 3px 15px 0px rgba(3, 215, 198, 0.44);
}
.gain-wrap li .btn.btn02{
    background-color: #008fff;
}
.gain-wrap li:hover .btn.btn02{
    box-shadow: 0px 3px 15px 0px rgba(0, 143, 255, 0.44);
}
.gain-wrap li .btn.btn03{
    background-color: #ffa41b;
}
.gain-wrap li:hover .btn.btn03{
    box-shadow: 0px 3px 15px 0px rgba(255, 164, 27, 0.44);
}
.gain-wrap li .btn.btn04{
    background-color: #ca5dae;
}
.gain-wrap li:hover .btn.btn04{
    box-shadow: 0px 3px 15px 0px rgba(202, 93, 174, 0.44);
}

/*相册*/
.photo-wrap{
    width: 100%;
    height:620px;
    padding-top: 80px;
    background: url("../images/photo-bg.jpg") no-repeat center center;
}
.photo-wrap h3.title{
    color: #ffffff;
}
.photo-con{
    width: 100%;
    height: 388px;
    overflow: hidden;
    margin-top: 75px;
}
.photo-wrap ul{
    width: 1168px;
    margin:0 auto;
}
.photo-wrap li{
    float: left;
    width: 280px;
    height:186px;
    margin:0 16px 16px 0;
}
.photo-wrap li:nth-of-type(4n){
    margin-right: 0;
}
.photo-wrap li img{
    display: block;
    width: 280px;
    height:186px;
}

/*用户分享与评论*/
.share-wrap{
    width: 100%;
    padding-top: 85px;
    background: url("../images/share-bg.jpg") no-repeat center top;
}
.share-wrap .share-con{
    border-radius: 20px;
    width: 1130px;
    padding: 24px 35px;
}
.share-con li {
    padding: 24px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.share-con li>div {
    float: left;
}
.share-con li>div.header-pic {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.share-con li>div {
    float: left;
}
.share-con li>div.txt {
    width: 960px;
    padding-left: 30px;
}
.share-con li>div.txt p.user-info {
    font-size: 14px;
    color: #be7001;
}
.share-con li p.user-info .username {
    float: left;
    width: 110px;
    line-height: 18px;
    padding-right: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.share-con li>div.txt p.user-info {
    font-size: 14px;
    color: #333333;
}
.share-con li p.share-words {
    font-size: 13px;
    color: #666666;
    line-height: 22px;
    /*height: 44px;*/
    /* overflow: hidden; */
}
.share-con li>div.msg {
    width: 70px;
    text-align: right;
    font-size: 14px;
    color: #999999;
}
.share-con .msg {
    width: 100%;
    margin-top: 15px;
}
.share-con .page {
    padding: 40px 0;
    text-align: center;
}

.share-con .page {
    padding: 40px 0;
    text-align: center;
}
.share-con .page span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ededed;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    margin: 0 5px;
    cursor: pointer;
}
.share-con .page span:hover {
    border: 1px solid #e5001c;
}
.share-wrap .page span.on {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 0;
    background-color: #e5001c;
    color: #ffffff;
}
.share-con .page span.page-first, .share-wrap .page span.page-last {
    width: 66px;
}
.share-con li p.share-words .more-words {
    font-size: 13px;
    color: #333333;
    cursor: pointer;
}
.share-con li p.share-words .more-words em {
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 2px;
    vertical-align: middle;
    background: url(../images/arrow-down.png) no-repeat;
}
.share-con li p.share-words .more-words em {
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 2px;
    vertical-align: middle;
    background: url(../images/arrow-down.png) no-repeat;
}
.share-con li p.share-words .more-words em.on {
    background: url(../images/arrow-up.png) no-repeat;
}
.share-con textarea {
    width: 1092px;
    height: 98px;
    padding: 10px 18px;
    border: 1px solid #CAC8C8;
    background-color: #ffffff;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.share-con .msg {
    width: 100%;
    margin-top: 15px;
}
.share-con .msg .share-btn {
    float: right;
    color: #ffffff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #e5001c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.share-con textarea::-webkit-input-placeholder {
    color: #999999;
}
.share-con textarea:-moz-placeholder {
     color: #999999;
}
.share-con textarea::-moz-placeholder {
      color: #999999;
}
.share-con textarea::-ms-input-placeholder {
      color: #999999;
}