#Top {
    min-width: 1200px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #ebebeb;
}

#Top .main {
    width: 1200px;
    margin: 0 auto;
    color: #797979;
}

#Top .main ul {
    display: inline-block;
    width: 700px;
}

#Top .main li {
    font-size: 14px;
    padding: 0 7px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

#Top .main li:hover {
    background: rgba(255, 255, 255, 0.2);
}

#Top .main #Ttime {
    display: inline-block;
    float: right;
    margin-right: 20px;
    font-size: 14px;
}

#Top .main #Signin {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    height: 20px;
    width: 130px;
    float: right;
    color: #1e63b1;
}

#Top .main #Signin span {
    display: inline-block;
    width: 60px;
    cursor: pointer;

}

#Crumbs {
    min-width: 1200px;
    width: 100%;
    margin-bottom: 10px;
}

#Crumbs .main {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
    font-size: 0;
}

#Crumbs .main #logo {
    display: inline-block;
    width: 260px;
    height: 70px;
    vertical-align: top;
    cursor: pointer;
}


#Crumbs .main #route {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 15px;
    color: #000;
    vertical-align: top;
    margin-left: 0px;
    width: 626px;
}

#Crumbs .main #route #slogan {
    height: 70px;
}

#Crumbs .main #route .CrAdv {
    height: 50px;
    margin-top: 10px;
}

#Crumbs .main #search {
    display: inline-block;
    height: 70px;
    width: 310px;

}

#Crumbs .main #search input {
    width: 240px;
    height: 40px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px 0 0 0px;

}

#Crumbs .main #search div {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1e63b1;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}



#Head {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #1e63b1;
}

#Head .main {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

#Head .main ul {
    display: inline-block;
}

#Head .main li {
    font-size: 16px;
    padding: 0 12px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

#Head .main li:hover {
    background: rgba(255, 255, 255, 0.2);
}

#Head .main #Signin {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    height: 56px;
    width: 24px;
    float: right;
}

#Head .main .Choice::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #4f99ec;
    box-sizing: border-box;
    right: 0;
}

#Head .main li:hover::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #4f99ec;
    box-sizing: border-box;
    right: 0;
}

#Head .main #Signin span {
    display: inline-block;
    width: 60px;
    cursor: pointer;

}

.Reddot {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #f00;
    height: 14px;
    font-style: normal;
    line-height: 14px;
    width: 24px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    margin-left: -16px;
    margin-top: 5px;
}
/* shipin */
.shipin{
    position: relative;
    width: 100%;
    height: 673px;
}
.shipin .mask-layer{
    z-index: 120;
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 673px;
    background:rgba(0, 0, 0, 0.6);
}
.shipin .underlying{
    position: relative;
    z-index:1;
    width: 1200px;
    height: 673px;
    margin: 0 auto;
    
}
.shipin .underlying div img{
    width: 1200px;
    height: 673px;
}
.shipin .underlying div .left{
    width: 72px;
    height: 673px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right,#fff, rgba(0,0,0,0)); /* 标准的语法 */
}
.shipin .underlying div .right{
    width: 72px;
    height: 673px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left,#fff, rgba(0,0,0,0)); /* 标准的语法 */
}
.bofang{
    z-index: 120;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -478px;
    position: relative;
}
.bofang p{
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.bofang .iconfont{
    margin-bottom: 138px;
}
.bofang p span{
    padding: 2px 10px;
}
.bofang p .kuang{
    border: 1px solid #fff;
    border-radius: 3px;
}
/* center */
.center{
    width: 1200px;
    margin: 10px auto;
}
.center .tab{
    border-bottom: 2px solid #dddddd; 
    font-size: 16px;
    height: 42px;
    line-height: 50px;
}
.center .tab li{
    position: relative;
    bottom: -2px;
    float: left;
}
.center .tab li a{
    padding: 15px 20px;
    color: #000;
}
.center .tab .action a{
    padding: 15px 35px;
    border-bottom: 4px solid #2771c3;
    color: #2771c3;
}
.center .huan{
    margin-top: 20px;
    display: none;
}
.center .qiehuan{
    display: block;
}
.center .huan .huan-conter:hover h5{
    color: #1e63b1;
}
.center .huan .huan-conter{
    position: relative;
    width: 278px;
  height: 339px;
    margin-bottom: 24px;
    float: left;
    margin-right: 20px;
    border: 1px solid #cccccc;
}
.st-listwra{overflow:hidden}
  .j-st-listwra{height:auto}
  .clearfix:before,
.clearfix:after {
    content: "";
    display: table; 
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.center .huan .huan-conter:nth-child(4n+4){
    margin-right: 0;
}
.center .huan .huan-conter .zhiyao{
    width: 252px;
    position: absolute;
   
    left: 14px;

    font-size: 12px;
    margin-top:-2px;
}
.center .huan .huan-conter .zhiyao i{
    font-style:normal;
    color: #999999;
}
.center .huan .huan-conter .zhiyao span{
    position: absolute;
    right: 0;
    color: #fff;
    padding: 2px 8px;
    background-color: #ff5100;
}
.center .huan .huan-conter .zhiyao1 span{
    position: absolute;
    right: 0;
    color: #fff;
    padding: 2px 8px;
    background-color: #004eff !important;
}
.center .huan .huan-conter img{
    width: 278px;
    height: 184px;
  object-fit: cover;
}
.center .huan .huan-conter .img{
    position: relative;
}
.center .huan .huan-conter .img span{
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
}
.center .huan .huan-conter h5{
    font-size: 14px;
    width: 252px;
    margin: 10px auto;
  height:30px;
}
.center .huan .huan-conter .wenzi{
    font-size: 12px;
    width: 252px;
    color: #555555;
    line-height: 25px;
    margin: 10px auto;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}
.center .huan .more{
    display: inline-block;
    width: 1200px;
    margin: 20px auto;
    background-color: #e8e8e8;
    text-align: center;
    height: 72px;
    line-height: 72px;
}




#Friendship {
    width: 100%;
    margin-top: 40px;
    background: #ebebeb;
}


#Friendship .main {
    width: 1200px;
    margin: 0 auto;
    height: auto;

}
#Friendship .main .Tii{
    display: inline-block;
    margin:20px 0;
}
#Friendship .main .Tii i{
    display: inline-block;
    color: #6d6d6d !important;
    font-size: 22px;
    font-style:normal;
    width: 200px;
    text-align: center;
    line-height: 70px;
    height: 70px;
    cursor: pointer;
}

#Friendship .main .Tii .action {
    color: #000 !important;
}

#Friendship .main #cooper,
#Friendship .main #mechanism,
#Friendship .main #supervise,
#Friendship .main #frien{
    margin-left:56px;
    display: none;
}



#Friendship .main #cooper li,
#Friendship .main #mechanism li,
#Friendship .main #supervise li,
#Friendship .main #frien li{
    color:#545454;
    font-size: 16px;
    display: inline-block;
    margin:0 30px 0 0;

}



#Friendship .main #cooper{
    display: inline-block;
}


#Footer{
    margin-top:0px;
 
}
#Bigpicture {
    width: 100%;
    height: 670px;
    position: relative;
}
#Bigpicture::before {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 100%;
    height: 670px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.85) 80%, rgba(0, 0, 0, 1) 100%);
}
#Bigpicture .main {
    width: 1200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 670px;
}
 .video-wra .video-js {
            width: 100%!important;
            height:670px!important;
        }
        .video-wra{
            width:100%;
            position: absolute;
            top: 0;
        }
        .video-wra .video-js .vjs-big-play-button{
            top:43%;
            width:90px;
            height:90px;
            line-height: 78px;
            border-radius:48px;
            border:7px solid #fff;
            background: none;
        }
        .video-wra .video-js .vjs-icon-placeholder{
            font-size: 60px;
        }
        #Bigpicture .main .Ti h5 a{
            color: #fff;}
#Bigpicture .main .Ti {
    text-align: center;
    position: absolute;
    z-index: 9999;
    color: #fff;
    margin-top: 470px;
    width: 800px;
}
#Bigpicture .main .Ti h5{
    font-size: 28px;
    width: 1200px;
    text-align: center;

}
#Bigpicture .main .Ti p {
    width: 1200px;
    font-size: 22px;
    margin-top: 25px;
    position: relative;
}
#Bigpicture .main .Ti p span{
    font-size: 20px;
    padding: 0 20px;
}
#Bigpicture .main .Ti p span i{
    font-style:normal;
    padding: 5px 19px;
    border: 1px solid #fff;
    border-radius: 5px;
}