@charset "UTF-8";
.banner-wrap{
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.banner-main{
    position: absolute;
    width: 1920px;
    height: 400px;
    top: 0px;
    left: 50%;
    transform:translateX(-960px);
    -ms-transform:translateX(-960px); 	/* IE 9 */
    -moz-transform:translateX(-960px); 	/* Firefox */
    -webkit-transform:translateX(-960px); /* Safari 和 Chrome */
    -o-transform:translateX(-960px);
    text-align: center;
}
.banner-main-box{
    position: relative;
}
.banner-tab{
    width: 400px;
    height: 309px;
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    top: 46px;
}
.banner-tab .layui-tab{
    margin: 0;
}
.banner-tab-title{
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    padding: 18px 0px 16px 0px;
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.banner-tab-title >li{
    color: #666666;
    line-height: 14px;
    font-size: 14px;
    float: left;
    padding: 0px 10px;
    border-right: 2px solid #E5E5E5;
    position: relative;
}
.banner-tab-title .currentItem{
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:bold;
    color:#207ad6;
}
.banner-tab-title >li>p{
    position: absolute;
    width:30px;
    left:50%;
    top: 26px;
    height:4px;
    /*background:#207ad6;*/
    border-radius:4px 4px 0px 0px;
    transform:translateX(-15px);
    -ms-transform:translateX(-15px); 	/* IE 9 */
    -moz-transform:translateX(-15px); 	/* Firefox */
    -webkit-transform:translateX(-15px); /* Safari 和 Chrome */
    -o-transform:translateX(-15px);
}
.underline{
    position: absolute;
    width:30px;
    left:0%;
    top: 44px;
    height:4px;
    transition: all .2s;
    background:#207ad6;
    border-radius:4px 4px 0px 0px;
}
.banner-tab-title >li:nth-last-of-type(1){
    border-right: 0px;
}
.banner-tab-item-wrap{
    padding: 30px 83px 30px;
}
.banner-tab-item-content{
    text-align: center;
    width:234px;
    height:200px;
    line-height: 12px;
    background:rgba(32,122,214,.1);
}
.banner-tab-item-content>li{
    display: none;
}
.banner-tab-item-wrap .banner-tab-item-content .isBlock{
    display: block;
}

.banner-tab-date{
    text-align: center;
    padding-top: 40px;
    color: #666666;
    font-size: 14px;
}
.contentBg{
    margin: 15px auto;
    width: 260px;
    height: 200px;
    background:rgba(32,122,214,.1);
}
.banner-tab-main{
    padding-top: 17px;
    font-size:30px;
    font-weight:bold;
    color:#333333;
    text-align: center;
    line-height:30px;
}
.banner-tab-btn,.banner-tab-btn2{
    margin: 20px auto 0px;
    width:108px;
    height:36px;
    background:#207ad6;
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:400;
    color:#ffffff;
    line-height: 36px;
    text-align: center;
}
.banner-tab-prev,.banner-tab-next{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #EEEEEE;
    position: absolute;
    top: 52%;
}
.banner-tab-prev,.banner-tab-next{
    text-align: center;
    line-height: 20px;
    /*background-image: url("../img/arrow.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position:center;*/
}
.banner-tab-prev:hover,.banner-tab-next:hover{
    border: 1px solid #207ad6;
    color: #207ad6;
}
.banner-tab-prev{
    left: 43px;
}
.banner-tab-next{
    right: 43px;
}
.list-mian{
    width: 100%;
}
.list-mian:nth-of-type(odd){ background-color: #ffffff}
.list-mian:nth-of-type(even){ background-color: #f5f5f5}
.list-box{
    width: 1220px;
    padding-top: 29px;
}

.list-wrap{
    padding: 30px 0px 60px;
    width: 1200px;
    /*overflow-x: hidden;*/
    margin: 0 auto;
}
.list-title{
    width: 100%;
    box-sizing: border-box;
    border-left: 4px solid #207AD6;
}
.list-title>span{
    display: inline-block;
    padding-left: 10px;
    line-height: 24px;
    font-size:24px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:bold;
    color:#333333;
}
.list-box li{
    float: left;
    width: 285px;
    height: 346px;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 29px 20px 9px;
    background-color: #FFFFFF;
    box-shadow:0px 0px 10px 0px rgba(221,221,221,0.5);
}
.list-box li:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    -webkit-transform: translate3d(0, -2px, 0) !important;
    -moz-transform: translate3d(0, -2px, 0) !important;
    -ms-transform: translate3d(0, -2px, 0) !important;
    -o-transform: translate3d(0, -2px, 0) !important;
    transform: translate3d(0, -2px, 0) !important;
}
.listBtn{
    float: right;
}
.listBtn >div{
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border: 1px solid #EEEEEE;
    display: inline-block;
    text-align: center;
    margin-left: 16px;
    background-color: #FFFFFF;
}
.listBtn>.btnDisabled{
    background-color: #f5f5f5;
    color: #e1e1e1;
    cursor:not-allowed;
}
.listBtn >div:hover{
    border: 1px solid #207AD6;
    color: #207ad6;
}
.listBtn >.btnDisabled:hover{
    border: 1px solid #EEEEEE;
    background-color: #f5f5f5;
    color: #e1e1e1;
    cursor:not-allowed;
}
.list-item-title{
    font-size:18px;
    font-weight:bold;
    color:#333333;
    line-height:14px;
    padding-bottom: 12px;
}
.tableList{
    line-height: 34px;
    height: 34px;
}

.tableList>td:nth-of-type(1){
    vertical-align: top;
    text-align: right;
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height: 34px;
}
.tableList>td:nth-of-type(2){
    width: 120px;
    vertical-align: top;
    text-align: left;
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:400;
    color:#333333;
    line-height: 34px;
}
.tableInnerBox{
    padding: 5px 0px;
    /*height: 30px;*/
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-line{
    overflow: hidden;
    box-sizing: border-box;
    height: 247px;
    padding-bottom: 32px;
    border-bottom:1px solid #eeeeee;
}
.btn-box{
    width: 100%;
    text-align: right;
    padding-top: 9px;
}
.table-tab-btn,.table-tab-btn2{
    width:110px;
    height:28px;
    background:#207ad6;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF;
}
.banner-tab .purch-tab{
    margin-top: 0px!important;
}
.table-tab-btn:hover,.banner-tab-btn:hover,.banner-tab-btn2:hover{
    background-color: #1995ff;
}
.table-tab-btn2:hover,.banner-tab-btn:hover,.banner-tab-btn2:hover{
    background-color: #1995ff;
}
.table-span{
    font-size:16px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:bold;
    color:rgba(255,109,0,1);
    line-height:14px;
}
.linkAlert{
    cursor: pointer;
}
.list-mian .tableList>td{
    display: inline-block;
    width:50%;
}
.list-item-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
    padding-bottom:8px;
}
.text-title{
    width: 95px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}