.logo,
.banner {
    height: 224px;
}

nav {
    width: 100%;
    height: 60px;
    background: #d00009;
}

.navlist {
    margin: 0px auto;
    width: 1180px;
}

.navlist li {
    padding: 0px 20px;
    display: block;
    ;
    float: left;
}

.navlist li a {
    font-size: 24px;
    line-height: 56px;
    color: #fff;
}

.navlist li a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
}

.g-main-panel-body {
    width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.g-main-panel-body:before,
.g-main-panel-body:after {
    content: " ";
    display: table
}

.g-main-panel-body:after {
    clear: both
}

.g-main-panel-body.g-main-first-screen {
    margin-top: 40px
}

.g-main-panel-body .g-main-well {
    width: 840px
}

.g-main-first-screen {
    height: 350px;
    /*overflow: hidden*/
}

.focus-container {
    position: relative;
    overflow: hidden;
}

.left-panel .pic-list {
    width: 360px;
    height: 148px
}

.left-panel .pic-list ul {
    width: 372px;
    margin-right: -12px;
}

.left-panel .pic-list ul li {
    width: 174px;
    height: 148px;
    margin-right: 12px;
    float: left;
}

.left-panel .pic-list .pic {
    display: block;
    width: 100%;
    height: 116px;
    overflow: hidden
}

.left-panel .pic-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all, .7s;
    -moz-transition: all, .7s;
    -ms-transition: all, .7s;
    -o-transition: all, .7s;
    transition: all, .7s
}

.left-panel .pic-list .pic img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all, .7s;
    -moz-transition: all, .7s;
    -ms-transition: all, .7s;
    -o-transition: all, .7s;
    transition: all, .7s
}

.left-panel .pic-list .font {
    width: 100%;
    height: 20px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.left-panel .pic-list .font a {
    color: #333
}

.left-panel .pic-list .font a:hover {
    color: #a80000
}

.left-panel .focus-container {
    width: 360px;
    height: 180px;
    margin-bottom: 12px;
}

.left-panel .focus-wrapper {
    height: 180px
}

.left-panel .focus-slide {
    width: 360px;
    height: 180px;
    float: left;
}

.left-panel .focus-slide.current .focus-tips {
    display: block
}

.left-panel .focus-slide a,
.left-panel .focus-slide img {
    display: block;
    width: 100%;
    height: 100%
}

.left-panel .focus-slide img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all, .7s;
    -moz-transition: all, .7s;
    -ms-transition: all, .7s;
    -o-transition: all, .7s;
    transition: all, .7s
}

.left-panel .focus-slide img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all, .7s;
    -moz-transition: all, .7s;
    -ms-transition: all, .7s;
    -o-transition: all, .7s;
    transition: all, .7s
}

.left-panel .focus-slide .focus-tips {
    display: none;
    position: absolute;
    left: 0;
    bottom: 28px;
    z-index: 2;
    font-size: 18px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 360px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff
}

.left-panel .focus-slide .focus-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 360px;
    height: 75px;
    background: url(../img/bg_index_focus_shadow.png) no-repeat left top
}

.left-panel .focus-next,
.left-panel .focus-prev {
    width: 35px;
    height: 60px
}

.left-panel .focus-prev {
    background: url(../img/bg_index_focus_prev.png) no-repeat left top;
    left: 0;
}

.left-panel .focus-next {
    background: url(../img/bg_index_focus_next.png) no-repeat left top;
    right: 0;
}

.focus-next,
.focus-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}

.focus-pagination {
    position: absolute;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.focus-pagination a {
    display: inline-block
}

.left-panel .focus-pagination {
    bottom: 10px;
    z-index: 2;
    height: 6px;
    overflow: hidden;
    line-height: 6px
}

.left-panel .focus-pagination a {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    overflow: hidden;
    line-height: 6px;
    background-color: #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.left-panel .focus-pagination a.focus-pagination-active {
    background-color: #ff9500
}

.g-main-pic-font {
    width: 360px;
    margin-right: 40px;
}



.g-main-list {
    width: 420px
}

.left-panel .main-list-wrap li {
    width: 100%;
    margin-top: 17px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.left-panel .main-list-wrap li.bold {
    margin-top: -6px;
    height: 36px;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    overflow: hidden;
}

.left-panel .main-list-wrap li.bold a {
    color: #1c1c1c;
}

.left-panel .main-list-wrap li.bold a:hover {
     text-decoration: none;
     color:#d00009;
}

.left-panel .main-list-wrap2 li {
    width: 100%;
    margin-top: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.left-panel .main-list-wrap2 li.bold {
    margin-top: -6px;
    height: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    overflow: hidden;
}

.left-panel .main-list-wrap2 li.bold a {
    color: #1c1c1c
}

/* .left-panel .main-list-wrap li.bold a:hover { color: #910b11} */
.left-panel .main-list-wrap li.last {
    margin-bottom: 38px
}

.aside-panel {
    float: right;
    width: 300px;
    /* height: 100%;  */
    margin-top: 12px;
    border: 1px solid #e5e5e5;
}

.side1-title {
    position: relative;
    margin-top: -12px;
    text-align: center;
    line-height: 22px
}

.side1-title span {
    display: inline-block;
    padding-left: 20px;
    background: url(../img/ico_asidel1_yuan.png) left center no-repeat #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    color: #000
}

.side1-title em {
    padding-right: 20px;
    background: url(../img/ico_asidel1_yuan.png) right center no-repeat #fff;
    font-style: normal;
    color: #d00009;
    font-size: 24px;
}

.side1-title a {
    position: absolute;
    right: 0;
    top: 0;
    margin: 2px 12px 0 0;
    padding: 0 6px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.side1-list {
    padding: 16px 10px 25px 15px;
}

.side1-list li {
    font-size: 0
}

.side1-list li:before,
.side1-list li:after {
    content: " ";
    display: table
}

.side1-list li:after {
    clear: both
}

.side1-list li a {
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    color: #333;
    width: 210px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.side1-list li a:hover {
    color: #a80000
}

.side1-list li span {
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 38px;
    color: #999
}

.section-panel {
    float: left;
    width: 360px;
    height: 100%;
    margin-top: 12px;
    border-top: 1px solid #e5e5e5;
    margin-right: 40px;
}

.side3-list {
    margin-top: -10px;
    padding: 0px 10px 10px 15px;
}

.side3-list li {
    width: 260px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.side3-list a {
    font-size: 16px;
    line-height: 34px;
    color: #333
}

.side3-list a:hover {
    color: #a80000
}

.side4-panel .pic { 
    width: 270px;
    height: 170px; 
    overflow: hidden;
    margin:15px;
}

.side4-panel .pic img {
    width: 100%;
    height: 100%;    
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all, .7s;
    -moz-transition: all, .7s;
    -ms-transition: all, .7s;
    -o-transition: all, .7s;
    transition: all, .7s
}
.side4-panel .pic img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all, .7s;
    -moz-transition: all, .7s;
    -ms-transition: all, .7s;
    -o-transition: all, .7s;
    transition: all, .7s
}

.side4-panel dl,.side4-panel dt {
    overflow: hidden;
    height: 80px
}

.side4-panel dl {
    width: 260px;
    padding: 0 0 15px;
    margin: 0 15px 15px;
    border-bottom: 1px solid #eee
}

.side4-panel dl.border-none {
    border: 0 none
}

.side-more-data-item.border-none {
    border: 0 none;
    margin-bottom: 0
}

.side4-panel dt {
    float: left;
    width: 120px
}

.side4-panel dt img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all, .7s;
    -moz-transition: all, .7s;
    -ms-transition: all, .7s;
    -o-transition: all, .7s;
    transition: all, .7s
}

.side4-panel dt img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all, .7s;
    -moz-transition: all, .7s;
    -ms-transition: all, .7s;
    -o-transition: all, .7s;
    transition: all, .7s
}

.side4-panel dd {
    overflow: hidden;
    float: right;
    width: 128px;
    height: 40px;
    padding-left: 12px;
    line-height: 22px
}

.side4-panel dd a {
    font-size: 16px;
    line-height: 20px;
    color: #333
}

.side4-panel dd a:hover {
    color: #a80000
}

.other-main-title {
    height: 60px;
    margin-bottom: 30px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
}
.other-main-title:before,.other-main-title:after {
    content: " ";
    display: table
}

.other-main-title:after {
    clear: both
}

.other-main-title .title-text {
    float: left;
    font-size: 26px;
    text-indent: 10px;
    color: #1c1c1c
}

.other-main-title .sub-nav {
    float: right
}

.other-main-title .sub-nav .sub-nav-text {
    position: relative;
    top: 5px;
    float: left;
    margin: 0 12px;
    font-weight: 400;
    color: #999
}

.other-main-title .sub-nav .sub-nav-text:hover {
    color: #a80000
}

.other-main-title .sub-nav .sub-nav-text:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -18px;
    width: 2px;
    height: 2px;
    background-color: #ccc
}

.other-main-title .sub-nav .sub-nav-text.last {
    margin-right: 0
}

.other-main-title .sub-nav .sub-nav-text.last:after {
    background: 0 0
}

.other-main {
    overflow: hidden;
    width:420px;
}

.other-main .g-main-pic-font .main-list-wrap {
    margin-top: 13px
}

.other-main .main-list-wrap li {
    position: relative;
    height: 22px;
    margin-top: 15px;
    line-height: 22px;
    text-indent: 12px
}

.other-main .main-list-wrap li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.other-main .main-list-wrap li.bold {
    height: 26px;
    margin-top: -4px;
    line-height: 26px;
    font-size: 18px
}

.other-main .main-list-wrap li.bold a {
    color: #1c1c1c
}

.other-main .main-list-wrap li.last {
    margin-bottom: 28px;
    width: 100%;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.other-main .main-list-wrap li a {
    color: #333
}

.other-main .main-list-wrap li a:hover {
    color: #a80000
}

.side4-list {
    padding: 5px 10px 20px 15px;
}

.side4-list li {
    width: 260px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.side4-list a {
    font-size: 16px;
    line-height: 38px;
    color: #333
}

.side4-list a:hover {
    color: #a80000
}

.picbox {height: 300px; position: relative; width: 1180px;}
.ppic { position: absolute; }
#ppic1 { left: 0; top: 0; height: 300px; width: 310px;}
#ppic2 { left: 330px; top: 0; height: 140px; width:220px}
#ppic3 { bottom: 0; left: 330px;  height: 140px;width:220px}
#ppic4 { left: 570px; top: 0; height: 140px;width:220px}
#ppic5 { bottom: 0; left: 570px; height: 140px;width:220px}
#ppic6 { top: 0; right: 0; height: 300px; width: 370px;}

.hshadow { position: absolute;  width: 100%; background:rgba(0,0,0,0.7); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000); bottom: 0; left: 0;  display: block; height: 40px; opacity: 0.7; }
.hstxt { bottom: 0; left: 0; line-height: 40px;  position: absolute;  width: 100%; text-align: center; }
.hstxt a { color: #fff;}

.footer {width: 100%; min-width: 1280px;padding-bottom: 10px; border-top: 1px solid #e1e1e1;padding-top: 40px; }

.ft-1{width: 150px;}
.ft-1 ul{width: auto;}
.ft-1 ul li{font-size: 14px;margin-bottom: 16px;width: 150px;text-align: center;}
.ft-1 ul li a{color: #929292;}
.ft-1 ul li:first-child a{font-size: 18px;color: #929292;margin-bottom: 28px;font-weight: 600;}

.ft-2{width: 820px;border-right: 1px solid #e1e1e1;border-left: 1px solid #e1e1e1; height: 225px; font-size: 14px;}
.ft-2 p{width: auto;text-align: center; color: #929292;margin-bottom: 10px;}
.ft-2 p img{ margin-right:5px;float: left;}

.ft-3{ width: 300px; text-align: center;}
.ft-3 ul li{font-size: 14px;margin-bottom: 16px;width:150px;text-align: center; float: left;}
.ft-3 ul li a{color: #929292;}
.ft-3 ul li:first-child a{font-size: 18px;color: #929292;margin-bottom: 28px;font-weight: 600;}
.ft-3 ul li p{width: 140px; text-align: center;}
.ft-3 img{margin-top: 10px;}