/*head*/
.common-w {
    width: 1158px;
    min-width: 1158px;
    margin: 0 auto;
}

#logo a {
    display: inline-block;
    height: 66px;
}

.logo-w a:nth-of-type(1) {
    background: url("../images/pc/index-logo_01.png") no-repeat center;
}
.logo-w a:nth-of-type(2) {
    background: url(../images/pc/logo.png) no-repeat center;
    background-size: 82%;
}
#header h1 {
    margin: 0 50px 0 6px;
    width: 282px;
    font-weight: 400;
    padding-left: 40px;
}
#header h1 span:first-child {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #e80000;
    letter-spacing: 2px;
}
#logo .heardpadt{
    padding-top: 11px;
    background: url("../images/pc/mianmian.png") no-repeat 0px center;
}
#logo .headw{
    width:14em;
}
#header h1 span:last-child {
    display: block;
    color: #893900;
    font-size: 13px;
    text-indent: 2px;
}
#header .titleSF{
    height: 66px;
    line-height: 66px;
    color: #eb2100;
    font-weight: bold;
    text-align: center;
}
#banner h5 {
    width: 100%;
    min-width: 1158px;
    height: 44px;
}

.banner-span {
    width: 10%;
    height: 100%;
}

.banner-span a {
    display: inline-block;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    font-weight: bold;
}

.banner-img {
    width: 100%;
    min-width: 1158px;
    height: 600px;
    background: url(../images/pc/banner.gif) no-repeat 5px 0px;
    background-size: cover;
}

.banner-img a, .banner-p a {
    display: inline-block;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    box-shadow: 1px 1px 1.5px #333333;
}
.index-title{
    display: inline-block;
    width:1029px;
    height:300px;
    background: url("../images/pc/index-title.png") no-repeat center;
}
.banner-img a {
    width: 185px;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    color: #e65722;
}
.mt152{
    margin-top: 142px;
}
.banner-p {
    width: 100%;
    min-width: 1158px;
    padding: 21px 0;
    margin-top: -28px;
}

.banner-p a {
    width: 154px;
    height: 48px;
    background: #ccffe5;
    line-height: 48px;
    font-size: 20px;
    margin-right: 54px;
    letter-spacing: 5px;
}

.banner-p .blue {
    background: #00ccff;
    color: #fff;
}

.banner-p a:hover {
    background: #00ccff;
    color: #fff;
}
/*footer*/
#addfooter{
    padding-top:40px;
    background: #e7fefe;
}
#footer{
    width: 100%;
    height:230px;
    background: #0b6ec1;
}
#footer a{
    display: inline-block;
    padding-top: 46px;
    color: #fff;
    font-size: 24px;
}
.pad5{
    padding-right: 5px;
}
.none{
    display:none;
}
.mt50 {
    margin-top: 50px;
}