/*
* @Author: Administrator
* @Date:   2017-07-20
* @Last Modified by:   Administrator
* @Last Modified time: 2017-08-23
*/
.header{
    height: 100px;
    background-color: #fff;
    border-bottom: solid 5px #f99e15;
}
.header .inner{
    width: 1200px;
    margin: 0 auto;
}
.header .logo{
    margin-top: 10px;
    float: left;
}
.header .sublogo{
    float: left;
    margin-top: 30px;
    font-size: 28px;
    color: #f99e15;
    margin-left: 30px;
}
.container{
    background-color: #000;
}
.container .inner{
    width: 1200px;
    margin: 0 auto;
}
.main-pics{
    float: left;
    padding: 0;
    position: relative;
    width: 830px;
    text-align: center;
}
.main-pics .btn-left{
    padding: 10px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -40px;
    width: 23px;
    height: 80px;
    background: url(../img/liaoyang/left.png) center center no-repeat;
    cursor: pointer;
    z-index: 9;
}
.main-pics .btn-right{
    padding: 10px;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -40px;
    width: 23px;
    height: 80px;
    background: url(../img/liaoyang/right.png) center center no-repeat;
    cursor: pointer;
    z-index: 9;
}
.main-pics .btn-left:hover,.main-pics .btn-right:hover{
    background-color: #252525;
}


.main-pics .scroll-wrap{
    margin: 0 auto;
    width: 794px;
    height: 585px;
    text-align: center;
    overflow:hidden;
}
.main-pics .scroll-wrap .scroll-box{
    position: relative;
    width: 2000px;
    height: 100%;
}
.main-pics .image-wrap{
    float: left;
    width: 794px;
    height: 585px;
    height: 100%;
}

.main-pics .image-wrap img{
    height: 100%;
    width: 100%;
}

.sidebar-nav{
    float: right;
    width: 330px;
    height: 584px;
    overflow-y: auto;
    background-color: #152023;
}

.sidebar-nav::-webkit-scrollbar{
    width: 8px;
}
/*定义滚动条的轨道，内阴影及圆角*/
.sidebar-nav::-webkit-scrollbar-track{
    border-radius: 5px;
    background-color: #999;
}
/*定义滑块，内阴影及圆角*/
.sidebar-nav::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #555;
}

.sidebar-nav>ul>li{
    border-bottom: solid 1px #5b5d5d;

}
.sidebar-nav ul ul{
    display: none;
}
.sidebar-nav a{
    padding: 10px 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.sidebar-nav .item ul{
    background-color: #f99e15;
}

.sidebar-nav .item .name{
    background-color: #f4dd15;
}
.sidebar-nav .item a{
    color: #000;
}
.sidebar-nav .item ul{
    display: block;
}
.sidebar-nav li li a:hover .i-l,.sidebar-nav li li.current .i-l{
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top:solid 8px transparent; 
    border-bottom:solid 8px transparent; 
    border-left:solid 12px #000; 
    vertical-align: top;
}
.sidebar-nav li li a:hover .i-r,.sidebar-nav li li.current .i-r{
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top:solid 8px transparent; 
    border-bottom:solid 8px transparent; 
    border-right:solid 12px #000; 
    vertical-align: top;
}


.bottomframe{
    width:100%;
    border-top:3px solid #c1332f;
    background:#fff url(../images/main_bg.gif) left top repeat;
    text-align:center;
    font-size:14px;
}
.bottomframe .bqsy{
  padding-top:50px;
    background:url(../images/bottombg.png) center top no-repeat;
    width:1200px;
    margin:0 auto;
  height: 131px;
}
#imgConac {
    width: 50px;
}