.header .nav-bg{
    opacity: .75;
}
.main a{
    text-decoration: none;
}
/*轮播S*/
#solid {
    width: 100%;
    height: 600px;
    clear: both;
    position: relative;
    overflow: hidden;
}

#solid .solid0, #solid .solid1, #solid .solid2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 600px;
    display: none;
}

#solid .solid0 {
    background: #fff;
}

#solid .solid1 {
    background: #fff;
}

#solid .solid2 {
    background: #fff;
}

#solid ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 600px;
    margin-left: -960px;
}

#solid ul li {
    display: none;
    cursor: pointer;
    text-align: center
}

#solid ul li img {
    height: 600px;
}

#solid #btt {
    width: 1160px;
    left: 0;
    bottom: 10px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -580px;
}

#solid #btt span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-align: center;
    background: #fff;
    z-index: 1000;
    cursor: pointer;
    filter: alpha(opacity=70); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.7; /*Firefox私有，透明度50%*/
    opacity: 0.7; /*其他，透明度50%*/
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#solid #btt span.on {
    background: rgb(255, 51, 71);
}

#solid ul li div {
    height: 40px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 1920px;
}

#solid ul li div p {
    width: 1160px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: normal;
    text-shadow: black 0 1px 0;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

#solid .prev, #solid .next {
    display: none;
    cursor: pointer;
    width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background: url(../images/arrow_banner.png) no-repeat;
}

#solid:hover .prev, #solid:hover .next {
    display: block;
}

#solid .prev {
    left: 20px;
}

#solid .next {
    right: 20px;
    background-position: -50px 0;
}

#solid .prev:hover {
    background-position: 0 -100px;
}

#solid .next:hover {
    background-position: -50px -100px;
}
/*轮播E*/
/*公司概况S*/
.introduce,.investment{
    padding: 60px 0 95px;
}
.introduce .title,.investment .title{
    text-align: center;
    position: relative;
    padding-bottom: 18px;
}
.introduce .title:after,.investment .title:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 33px;
    left: 564px;
}
.introduce .title:after{
    border-bottom: 6px solid #dc0e23;
}
.investment .title:after{
    border-bottom: 6px solid #fff600;
}
.introduce .title h3,.investment .title h3{
    font-size: 30px;
    font-weight: normal;
    color: #333;
}
.introduce .title h3:before,.investment .title h3:before,.introduce .title h3:after,.investment .title h3:after{
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    background-color: #d7d7d7;
    top: 20px;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));

}
.introduce .title h3:before,.investment .title h3:before{
    left: 280px;
}
.introduce .title h3:after,.investment .title h3:after{
    right: 280px;
}
.introduce .intmain{
    margin-top: 50px;
}
.introduce .intmain .int-img{
    width: 350px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.introduce .intmain .int-cont{
    width: 770px;
    margin-left: 40px;
}
.introduce .intmain .int-cont p{
    color: #666;
    font-size: 14px;
    padding: 20px 0;
    border-bottom:1px solid #ddd;
    line-height: 1.6;
}
.introduce .intmain .int-cont ul li{
    font-size: 14px;
    padding: 20px 20px 10px;
    position: relative;
}
.introduce .intmain .int-cont ul li:before{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-top: 1px solid #dc0e23;
    border-right: 1px solid #dc0e23;
    top: 28px;
    left: 6px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}
/*公司概况E*/
/*投资者关系S*/
.investment{
    background-image: url("../images/investment_bg.jpg");
}
.investment .title h3{
    color: #fff;
}
.investment .invmain{
    margin-top:40px;
}
.investment .invmain li{
    margin-right: 110px;
    text-align: center;
}
.investment .invmain li.last{
    margin-right: 0;
}
.investment .invmain li p{
    font-size: 14px;
    padding-top: 25px;
    color: #fff;
}
/*投资者关系E*/
/*公平在身边&信息披露S*/
.fair h3,.info h3{
    padding: 38px 0 38px 20px;
    font-size: 30px;
    position: relative;
}
.fair h3:before,.info h3:before{
    content: '';
    width: 6px;
    height: 26px;
    background-color: #dc0e23;
    position: absolute;
    left: 0;
    top: 47px;
}
.fair .fairmain .fairimg div{
    width: 150px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
.fair .fairmain ul{
    margin: 0 60px 0 30px;
    height: 220px;
    width: 480px;
    overflow: hidden;
    font-size: 14px;
}
.fair .fairmain ul li{
    line-height: 2;
}
.fair .fairmain ul .title{
    width: 420px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fair .fairmain ul .time{
    font-size: 12px;
    color: #999;
}
.info{
    position: relative;
    padding-left: 55px;
    margin-bottom: 60px;
}
.info:before{
    content: '';
    position: absolute;
    height: 300px;
    border: 1px solid #ddd;
    top: 38px;
    left: 0;
}
.info ul{
    height: 220px;
    overflow: hidden;
}
.info ul.last{
    margin-left: 30px;
}
.info ul li{
    width: 384px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2;
}
.info ul li .time{
    font-size: 12px;
    color: #999;
}
.info ul li .title{
    width: 320px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*公平在身边&信息披露E*/
/*品牌S*/
.brand{
    background-color: #f0f0f0;
    padding: 40px 0;
}

.brand .picScroll {
    overflow: hidden;
    position: relative;
}
.brand .picScroll .wrap{
    width: 1080px;
    margin: 0 auto;
}
.brand ul li {
    float: left;
    width: 115px;
    height: 70px;
    margin-right: 5px;
}

.brand ul li .str{
    width: 115px;
    height: 70px;
    display: block;
}
.brand ul li .str p {
    width: 115px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.brand .prev,.brand .next {
    display: block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 70px;
}
.brand .prev{
    left: 0;
    background: url(../images/icons_06.png) no-repeat;
}
.brand .next {
    right: 0;
    background: url(../images/icons_08.png) no-repeat;
}
/*品牌E*/
/*股票S*/
.stock {
    margin-bottom: 20px;
    background-color: #fff;
}
.stock img{
    width: 579px;
    margin-left: -14px;
}

.stock > ul > li.li1 {
    padding: 65px 0 15px 15px;
}
.stock > ul > li.li2 {
    padding: 65px 0 15px 0;
}

.stock > ul > li h3 {
    color: #f45454;
    font-size: 18px;
    margin-bottom: 15px;
}
/*股票E*/