@charset "utf-8";
   #wrap {
    width: 1200px;
    height: auto;
    margin: 30px auto;
    position: relative;
    z-index: 100;
    padding-bottom: 100px;
}
#left {
    width: 245px;
    float: left;
    border: 1px solid #fc5623;
}
.left_tit {
    height: 102px;
    line-height: 102px;
    color: #fff;
    font-size: 25px;
    background: #fc5623;
    text-align: center;
}
.left_lis li {
    list-style: none;
    line-height: 50px;
	height:50px;
}
.left_lis li:hover {
   background:#fc5623;
}
.left_lis li:hover a {
   color:#fff !important;
}

.left_lis .cur {
  background:#fc5623;
}
.left_lis .cur a {
  color:#fff !important;
}

.left_tel {
    width: 235px;
    border-top: nonne;
    background: #fff;
    padding: 4px;
}

.left_tel img {
    width: 100%;
}

.in-box2_lm {
    width: 171px;
    margin: 0 auto;
    margin-top: 15px;
    background: url(left_tel.png) left center no-repeat;
    padding-left: 48px;
    line-height: 30px;
    color: #302f2f;
    font-size: 16px;
}

.in-box2_lm span {
    font-size: 24px;
    font-weight: bolder;
    color: #ed192d;
}
.in-box2_lx {
    line-height: 30px;
    color: #333;
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
    border-top: solid 1px rgba(0,0,0,.2);
    margin-top: 10px;
    padding: 10px 0;
}

#right {
    width: 932px;
    height: auto;
    float: right;
}
#right_title {
    width: 932px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    border-bottom: solid 2px #fc5623;
}
#title_left {
    float: left;
    width: 143px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #fc5623;
}
#right_content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 32px;
    color: #393939;
    font-size: 14px;
}
#indexNews li {
    width: 98%;
    height: 45px;
    margin: 0 auto;
    text-indent: 20px;
    border-bottom: #fc5623 1px dotted;
    color: #393939;
    font-size: 14px;
    position: relative;
    background: url(icon.png) left center no-repeat;
}
#indexNews li a {
    height: 45px;
    line-height: 45px;
    display: block;
    color: #393939;
    font-size: 14px;
}
#indexNews li span {
    position: absolute;
    height: 45px;
    line-height: 45px;
    color: #393939;
    font-size: 14px;
    right: 0px;
    top: 0px;
}

