.main{

}

.foucebox {position:relative;width:1280px;height:540px;overflow:hidden;margin:20px auto;}
.foucebox .bd { position:relative; float:left;width:960px;height:540px;overflow:hidden;}
.foucebox .bd img {width:960px;height:540px;}
.foucebox .hd {position:relative; width:310px; float:right; padding-right:4px; z-index:1; }
.foucebox .hd ul { position:relative; width:310px; overflow:hidden;   }
.foucebox .hd li { height:174px;overflow:hidden;border:1px solid #fff;margin-bottom: 5px;}
.foucebox .hd img {width:310px;height:174px; display:block;  }
.foucebox .hd .on {border:1px solid #f00;}


/*广告*/
.gg_box{
    height: 90px;
    margin-bottom: 10px;
}
.gg_box a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.gg_box a img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*三联广告*/
.sanlian_ad {
	margin-bottom:20px;
	display: flex;
}
.sanlian_ad img {
	width:420px;
	height:80px;
} 
.sanlian_ad a:first-child{
	margin-right:10px;
}
.sanlian_ad a:last-child{
	margin-left:10px;
}
.successlunbo {
    background: #001c34;
    width: 1280px;
}
/* sildes css begin */

.control {
    width: 992px;
    height: 558px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.change li {
    width: 992px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.change li .imgWrap {
    display: table-cell;
    width: 992px;
    height: 558px;
    vertical-align: middle;
    cursor: pointer;
}

.change li img {
    width:  100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden
}
/* 描述部分 */

.change li .textDesc {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
}

.change li .opacity {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.change li .title {
    padding: 10px 15px 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 22px;
}

.change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

/*.ssprev,*/
/*.ssnext {*/
/*    width: 34px;*/
/*    height: 73px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    color: #FFF;*/
/*    font-size: 14px;*/
/*    z-index: 9;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*    outline: none*/
/*}*/

/*.ssprev span,*/
/*.ssnext span {*/
/*    display: none;*/
/*}*/
/*.ssprev {*/
/*    left: 0;*/
/*    background: url('../img/left_arrow4.png') no-repeat;*/
/*}*/
/*.ssnext {*/
/*    right: 0;*/
/*    background: url('../img/right_arrow4.png') no-repeat;*/
/*}*/

/* 缩图部分 */
.thumbWrap {
    width: 288px;
    height: 558px;
    position: absolute;
    right: 0;
    top: 0;
    background: #001c34;
    overflow: hidden;
    box-sizing: border-box;
}

.thumbWrap .thumbCont {
    height: 500px;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
    width: 260px;
}
.thumbWrap ul li {
    height: 170px;
    overflow: hidden;
    padding-bottom: 9px;
    text-align: center;
    width: 260px;
    box-sizing: border-box;
}
.thumbWrap ul li div {
    display: table-cell;
    width: 260px;
    height: 165px;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
}
.thumbWrap ul li img {
    width: 258px;
    height: 145px;
    vertical-align: middle;
    overflow: hidden;
    /*border: 1px solid #00a0e9;*/
}
.thumbWrap ul li.cur {}
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 100px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url('../img/top_arrow.png') no-repeat center center;
}
.thumbNext {
    left: 50%;
    transform: translateX(-50%);
    bottom:0;
    background: url('../img/bottom_arrow.png') no-repeat center center;
}

/*模块*/
.title{
    padding: 0 45px;
    height: 50px;
    box-sizing: border-box;
}
.title a{
    display: inline-block;
    width: 100%;
    height: 60px;
    color: #004988;
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
}
.title a img{
    width: 35px;
	height:35px;
    float:left;
	margin-top: 10px;
    margin-right: 5px;
}
.module{
    width: 1370px;
    margin: 0 auto;
}
.box_lunbo{
    margin-bottom: 20px;
}
.lunbo_box_con{
    height: 314px;
    background-size: contain;
}
.lunbo_box_con .bd{
    position: relative;
    padding: 0 45px;
}
.lunbo_box_con .bd li{
    position: relative;
    float: left;
    width: 305px;
    margin: 15px 20px 15px 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    transition: .2s ease;
}
.lunbo_box_con .picScroll_left .bd .pic_item .img_box{
    position: relative;
    font-size: 0;
    width: 305px;
    height: 200px;
    overflow: hidden;
}
.lunbo_box_con .picScroll_left .bd .pic_item .img_box img{
    width: 305px;
    height: 200px;
}

.lunbo_box_con .picScroll_left .bd .pic_item:hover img{
    transform: scale(1.05);
    transition: 0.2s;
}
.lunbo_box_con .picScroll_left .bd .pic_item .img_box span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 27px;
    height: 35px;
    background: url("../img/video_icon.png") no-repeat center center;
}
.lunbo_box_con .picScroll_left .bd .pic_item .des{
    width: 305px;
    padding:0 10px;
    box-sizing: border-box;
    height: 94px;
    background: #fff;
}
.lunbo_box_con .picScroll_left .bd .pic_item .des p{
    font-size: 16px;
    height: 50px;
    line-height: 60px;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.lunbo_box_con .picScroll_left .bd .pic_item .des span{
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #999;
}
.lunbo_box_con .picScroll_left .bd .pic_item:hover .des{
    background: #001c34;
}
.lunbo_box_con .picScroll_left .bd .pic_item:hover .des p{
    color: #fff;
}
.lunbo_box_con .bd .prev,
.lunbo_box_con .bd .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 45px;
    height: 314px;
    background:#f6f6f6 url("../img/left_arrow5.png") left center no-repeat;
}
.lunbo_box_con .bd .prev{
    left: 0;
}
.lunbo_box_con .bd .next{
    background: #f6f6f6 url(../img/right_arrow5.png) right center no-repeat;
    right:0;
}
/*微视频*/
.wsp_box{
    height: 390px;
    background-size: contain;
    margin-bottom: 20px;
}
.wsp_box .title{
    height: 60px;
}
.wsp_box_con .bd{
    position: relative;
    padding: 0 45px;
}
.wsp_box_con .bd li{
    position: relative;
    float: left;
    width: 188px;
    margin: 15px 30px 15px 0;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    height: 280px;
    transition: .2s ease;
}
.wsp_box_con .bd li .img_box img{
    width: 188px;
    height: 280px;
}
.wsp_box_con .bd li:hover img{
    transform: scale(1.05);
    transition: 0.2s;
}
.wsp_box_con .bd .prev,
.wsp_box_con .bd .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 45px;
    height: 310px;
    background:#f6f6f6 url("../img/left_arrow5.png") left center no-repeat;
}
.wsp_box_con .bd .prev{
    left: 0;
}
.wsp_box_con .bd .next{
    background: #f6f6f6 url(../img/right_arrow5.png) right center no-repeat;
    right:0;
}
