/*header*/
.headerWrap{
    margin-bottom: -90px;
}
.header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000000000;
    width: 100%;
    height:73px;
    text-align: center;
}
.navSms{
    display: none;
}
.header .search input{
    /* border-bottom: 0 none;
    border-left: 0 none;
    border-top: 0 none;
    border-width: 0 4px 0 0; */
    border:none;
    width:404px;
    line-height: 40px;
    height: 40px;
}
.search a.searchBtn{
	width:106px;
}
/*nav*/
.nav{
    position: absolute;
    width: 100%;
    min-height: 26px;
    top: 69px;
    left: 0;
    z-index: 1000000000;
}
.nav .nav_wrap{
    background-color: transparent;
}
.slider_wrap{
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1000000;
    width: 1460px;
    height: 100px;
    padding: 8px 8px 0;
    margin-left: -738px;
    background: rgba(255,255,255,.15);
}
.slider_inner{
    position: relative;
    display: block;
    bottom: 0;
    height: 100px;
    background: -webkit-linear-gradient(bottom,rgba(255,255,255,1),rgba(255,255,255,.75));
    background: linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,.75));
    -webkit-backdrop-filter: saturate(120%) blur(5px);
    transform: translateZ(0);
    backface-visibility: hidden;
}
/* banner */
#slideContainer{overflow:hidden;}
ul#slidesImgs li {display: none; cursor:pointer;overflow:hidden;}
ul#slidesImgs li img{width:100%;height:100%}
.slidebar {position: absolute;left: 50%;top: 50%;text-align: right;margin-left: -730px;height: 0}
.slidebar ul{
    display: inline-block;
    filter:alpha(Opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
}
.slidebar li {
    width:215px;
    border:none;
}
.slidebar li a{
	display:block;
	height:37px;
    line-height:37px;
	background:#fff;
    cursor:pointer;
    padding:0 15px;
    font-size:14px;
    text-align: left;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#222;
}
.slidebar li.on a{
	background-color:#FF920B;
	color: #fff;
}
ul#slidesImgs li.block{display:block}
/*contents*/
.contents{
    z-index: 200000000;
    margin-bottom: 30px;
}
.contentsFirst{
    float: left;
}
.contentsFirst li{
    width: 465px;
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: normal;
    color: #999;
}
.contentsFirst li a{
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contentsFirst li a img{
    width: 465px;
    height: 360px;
}
.contentsFirst li a .tag{
    position: absolute;
    right: 5px;
    top: 6px;
    color: #fff;
    background: #FA5058;
    font-size: 14px;
    padding: 1px 3px;
    border-radius: 2px;
}
.contentsSecond li a .tag{
    right: 4px;
    top: 5px;
}
.contentsLiBot {
    position: absolute;
    bottom: 0;
    _bottom: -1px;
    left: 0;
    right: 0;
    padding: 8px 10px 5px;
    width: auto;
    _width: 100%;
    _padding: 0;
    height: 48px;
    line-height: 26px;
    cursor: pointer;
    letter-spacing: normal;
    font-size: 12px;
    background: -webkit-linear-gradient(bottom,rgba(45,45,45,.9),rgba(45,45,45,0));
    background: linear-gradient(to top,rgba(45,45,45,.9),rgba(45,45,45,0));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000',endColorstr='#ff000000');
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contentsLiBot .tit{
    color: #fff;
    margin-top: 5px;
}
.contentsLiBot .titDown{
    color: #ccc;
    font-size: 14px;
}
.contentsSecond{
    margin-left: 480px;
}
.contentsSecond li a{
    position: relative;
    display: block;
}
/*专家视点*/
.teacherWrap li{
    width: 144px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 5px 13px;
    padding: 5px;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: normal;
    color: #999;
}
.teacherWrap li img{
    width: 144px;
    height: 144px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}
.teacherWrap li:hover img{
    border: 2px solid #FF920B;
}
.teacherWrap li .introduce{
    text-align: center;
}
.teacherWrap li .introduce p{
    font-size: 18px;
    line-height: 30px;
}
.teacherWrap li .introduce div{
    font-size: 14px;
    color: grey;
}


@media (max-width: 1599px){
    .slidebar {
        margin-left: -610px
    }
    .slider_wrap{
        width: 1220px;
        height: 100px;
        margin-left: -618px;
    }
    .slider_inner{
        height: 100px;
    }
    .contentsSecond li:nth-child(7),
    .contentsSecond li:nth-child(8){
        display: none;
    }
    .teacherWrap li{
        width: 113px;
    }
    .teacherWrap li img{
        width: 113px;
        height: 113px;
    }
}
@media (max-width: 1317px){
    .slider_wrap{
        display: none;
    }
    .headerWrap{
        margin-bottom: 20px;
    }
}
@media (max-width: 1279px){
	.header .search input {
        width: 202px;
    }
    .slidebar {
        margin-left: -490px
    }
    .contentsSecond li:nth-child(5),
    .contentsSecond li:nth-child(6){
        display: none;
    }
    .teacherWrap li{
        width: 84px;
    }
    .teacherWrap li img{
        width: 84px;
        height: 84px;
    }
}