/* spec_commen start */
.marginBtm{
    margin-bottom: 20px;
}

/* banner start */
.banner img {
    width: 100%;
    height: 90px;
}
/* banner end */


/* header start */
header{
    width:100%;
    height:193px;
    background:url(/home/images/header_sd.jpg) center center no-repeat;
}
/* header end */

/* nav start */
.nav {
    width:100%;
    height:75px;
    background-color:#e70012;
}
.nav ul li{
    float: left;
    width: 12.5%;
    text-align: center;
    height: 75px;
    line-height: 75px;
    box-sizing: border-box;
}
.nav ul li:hover{
    background-color: white;
    cursor: pointer;
}
.nav ul li:hover a{
    color: #e70012;
}
.nav ul li a{
    display: block;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
/* nav end */
/* sp_titleBar start */
.sp_title_bar{
    margin-bottom: 10px;
    background-color:#fff;
}
.sp_title_bar h3{
    width: 100%;
    font-size: 24px;
    letter-spacing: 4px;
    color: #ff0109;
    border-bottom: 1px solid #e6020f;
    padding: 0 5px 5px;
    box-sizing: border-box;
    font-weight:bold;
}
/* sp_titleBar end */

/* list start */
.list>div{
    width: 490px;
    float: left;
    margin-left: 20px;
    box-sizing: border-box;
}
.list>div:first-child{
    margin-left: 0;
}
/* list end */

/* trans_list start 横向列表 例:旅游之窗 */
.trans_list .item{
    float: left;
    width: 235px;
    margin: 0 0 20px 20px;
}
.trans_list .item:nth-child(4n-3){
    margin-left: 0;
}
.trans_list .item .img_box img{
    width: 100%;
    height:100%;
    transition: all 0.8s;
}
.trans_list .item .img_box img:hover {
    transform: scale(1.2);
}
.trans_list .item .img_box{
    width: 235px;
    height:145px;
    overflow:hidden;
}
.trans_list .item .words_box{
    width: 100%;
}
.trans_list .item .words_box a{
    line-height: 25px;
    color: #2b2b2c;
}
.trans_list .item .words_box a:hover{
    text-decoration: underline;
    color: #e6020f;
}
/* trans_list end 横向列表 例:旅游之窗 */

/* spec_commen end */



/* spec_lbt start */
.spec_lbt{
    height: 350px;
    background-color: #000;
    padding: 10px 20px;
}
.spec_lbt .img_cont{
    display:block;
    position:absolute;
    left: 20px;
    top: 10px;
    width:693px;
    height: 343px;
    overflow: hidden;
    z-index:999;
}
.spec_lbt .img_cont ul{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    overflow: hidden;
}
.spec_lbt .img_cont ul li{
    float: left;
    width: 693px;
    height: 343px;
}
.spec_lbt .img_cont ul li img{
    float: left;
    width: 693px;
    height: 343px;
}
.spec_lbt .img_cont .dot_list{
    display: none;
}
.spec_lbt .sp_title{
    position: relative;
    width: 100%;
    height: 270px;
    background-color: #111; 
    text-align: right;
}
.spec_lbt .sp_title>div{
    float: right;
}
.spec_lbt .sp_title .btn{
    width: 46px;
    height: 102px;
    margin: 84px 0 0 20px;
    user-select: none;
}
.spec_lbt .sp_title .btn:hover{
    cursor: pointer;
}
.spec_lbt .sp_title .bar{
    margin-top: 84px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
}
.spec_lbt .sp_title .bar p{
    line-height: 52px;
}
.spec_lbt .sp_title .bar p:first-child{
    margin-top: 2px;
}
.spec_lbt .sp_title .bar p:last-child{
    margin-top: -5px;
}
.spec_lbt  .bf{
    position:absolute;
    right: 5px;
    bottom: 20px;
}
.spec_lbt  .bf>a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom:15px;
    z-index: 999;
}
.spec_lbt  .bf:hover .icon{
    border: 1.5px solid #e6020f;
    border-radius: 50%;
}
.spec_lbt  .bf:hover .icon .sj{
    border-bottom: 12px solid #e6020f; 
}
.spec_lbt  .bf:hover div{
    color: #e6020f;    
}
.spec_lbt  .bf>div{
    color: #11c0c3;
    float: left;
    font-size: 20px;
    letter-spacing: 1px;
}
.spec_lbt  .bf .icon{
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #11c0c3;
    margin: 2px 0 0 5px;
}
.spec_lbt .bf .icon .sj{
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: -6px;
    top: -1px;
    bottom: 0;
    margin: auto;
    border-left: 8px solid transparent;  
    border-right: 8px solid transparent;  
    border-bottom: 12px solid #11c0c3;  
    transform: rotate(80deg);
}
/* spec_lbt end */



/* list_fzsd start */
.spec_fzsd .list_box{
    width: 490px;
    height:270px;
    overflow:hidden;
}
.spec_fzsd .list>div a img{
    width: 100%;
    height:100%;
    transition: all 0.8s;
}
.spec_fzsd .list>div a img:hover {
    transform: scale(1.2);
}
.spec_fzsd .list>div p{
    line-height: 35px;
}
.spec_fzsd .list>div p a{
    color: #2b2b2c;
}
.spec_fzsd .list>div p a:hover{
    text-decoration: underline;
    color: #e6020f;
}
/* list_fzsd end */

/* spec_lyzc start */
/*.spec_lyzc .container{
    max-height: 210px;
}*/
.spec_lyzc .trans_list>div a img{
    width: 100%;
    height:100%;
    transition: all 0.8s;
}
.spec_lyzc .trans_list>div a img:hover {
    transform: scale(1.2);
}
.spec_lyzc .trans_list .item .img_box{
    width: 235px;
    height:145px;
    overflow:hidden;
}
.spec_lyzc .trans_list>div p{
    line-height: 35px;
}
.spec_fzsd .trans_list>div p a{
    color: #2b2b2c;
}
/* spec_lyzc end */

/* spec_shgj start */

.spec_shgj .list>div:first-child a img{
    width: 100%;
    height:100%;
    transition: all 0.8s;
}
.spec_shgj .list>div:first-child a img:hover {
    transform: scale(1.2);
}

.spec_shgj .list .list_left .img_box{
    width: 490px;
    height:340px;
    overflow:hidden;
}

.spec_shgj .list>div:first-child p{
    line-height: 35px;
}
.spec_shgj .list>div:first-child p a{
    color: #2b2b2c;
}
.spec_shgj .list>div:first-child p a:hover{
    text-decoration: underline;
    color: #e6020f;
}
.spec_shgj .list_right .item{
    float: left;
    width: 235px;
}
.spec_shgj .list_right .item .img_box a img{
    width: 100%;
    height:100%;
    transition: all 0.8s;
}
.spec_shgj .list_right .item a img:hover {
    transform: scale(1.2);
}

.spec_shgj .list_right .item .img_box{
    width: 235px;
    height:145px;
    overflow:hidden;
}

.spec_shgj .list_right .item:nth-child(2n-1){
    margin: 0 20px 0 0;
}

.spec_shgj .list_right .item .words_box{
    line-height: 25px;
}
.spec_shgj .list_right .item .words_box a{
    color: #2b2b2c;
}
.spec_shgj .list_right .item .words_box a:hover{
    color: #e6020f;
    text-decoration: underline;
}
 /* footer start */
 footer{
    overflow: hidden;
    padding:20px;
    text-align: center;
    line-height:25px;
}
footer a{
    padding:0 6px 0 6px;
}
footer a:hover{
    color: #e70012;
}
/* footer end */
/* spec_shgj end */

.layui-icon-play {
    position:relative;
    display: block;
    left: 44%;
    top: -60%;
    transition: all 0.3s;
    color: white;
    display: block;
    z-index:1000;
    font-size: 30px;
}
.layui-icon {
    font-family: layui-icon!important;
    font-size:30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.line{height:2px;line-height:2px;background-color:#e6020f}