body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN,微软雅黑, serif;
}
.p{
    width: 1000px;
    margin: 0 auto;
}
ul{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: #000000;
}

img{
    width: 100%;
    height: 100%;
    border: none;
}

div{
    box-sizing: border-box;
    overflow: hidden;
}

.clear{
    clear: both;
}

.more{
    width: 46px;
    height: 18px;
    line-height: 18px;
    background: #F44F44;
    font-size: 12px;
    text-align: center;
    float: right;
    margin-top: 15px;
}

.more a{
    color: #FFFFFF;
}

.p2{
    background: url("../image/bg.png") no-repeat top center;
    /*background-size: cover;*/
}

.p3-title{
    margin-top: 73px;
}

.p3 .headline{
    min-height: 55px;
    line-height: 55px;
    margin-top: 30px;
    text-align: center;
    font-size: 31px;
    font-weight: bold;
}

.p3 .headline a{
    color: #E61D15;
}

.p3 ul{
    margin-top: 20px;
    height: 120px;
}

.p3 ul.list1 li{
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    width: 490px;
    margin-left: 0;
    list-style-position: inside;
    padding-left: 10px;
    box-sizing: border-box;
    background: #F1F1F1;
}

.p3 ul.list1 li + li{
    margin-left: 20px;
}

.p3 ul.list1 li:nth-child(3){
    margin-left: 0;
}

.p4-title{
    margin-top: 40px;
}

.p4{
    margin-top: 30px;
}

.p4 .left{
    float: left;
    width: 495px;
    height: 278px;
}

.p4 .right{
    width: 460px;
    float: right;
}

.p4 .right .title{
    height: 64px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    margin-top: 13px;
}

.p4 .right .sub-title{
    height: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}

.p4 .right .title a{
    color: #333333;
}

.p4 .right .description{
    margin-top: 13px;
    height: 72px;
    font-size: 14px;
    color: #999990;
    line-height: 24px;
}

.p4 .right .description a{
    color: #E70000;
}

.p4 .right .list1{
    margin-top: 13px;
    font-weight: normal;
    height: 102px;
}

.p4 .right .list1 li{
    width: 440px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
}

.p4 .right .list1 li span{
    display: inline-block;
    float: right;
    height: 34px;
    line-height: 34px;
    color: #999999;
}

.p5-title{
    margin-top: 95px;
}

.p5{
    background: none;
}

.p4.p5 .left{
    float: right;
    height: auto;
}

.p4.p5 .right{
    float: left;
}

.p6-title{
    margin-top: 69px;
}

.p6{
    width: 998px;
    height: 295px;
    border: 7px #FF6E34 solid;
    background-color: #FFFFFF;
    box-sizing: content-box;
    margin-top: -21px;
}

/*轮播样式ʽ*/
.poster_box {
    overflow: hidden;
    margin-top: 14px;
}

.poster_box li{
    list-style: none;
}
.poster_box h2 {
    font-size: 30px;
    color: #015293;
    font-weight: bold;
    text-align: center;
}
.poster_box h3 {
    font-size: 16px;
    color: #015293;
    margin: 10px 0 35px;
    text-align: center;
}
.poster-main {
    position: relative;
    width: 100%;
    height: 340px!important;
    margin-left: auto;
    margin-right: auto;
}
.poster-main img {
    display: block;
    box-shadow: 0px 0px 10px #222222;
    -webkit-box-shadow: 0px 0px 10px #222222;
}

.poster-main a, .poster-main img {
    display: block;
    width: 100%;
    height: 100%;
}
.poster-main img {}
.poster-main .poster-list {
    width: 1000px;
    height: 500px;
}
.poster-main .poster-list .poster-item {
    width: 200px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}
.poster-main .poster-list .poster-item .item {
    position: relative;
    width: 100%;
    height: 100%
}
.poster-main .poster-btn {
    position: absolute;
    top: 124px;
    cursor: pointer;
    opacity: 0.4;
}
.poster-main .poster-prev-btn {
    left: 0;
    background: #000000 url(../image/left-button.png) no-repeat center center;
}

.poster-main .poster-prev-btn:hover {
    left: 0;
    background: #E70000 url(../image/left-button.png) no-repeat center center;
}
.poster-main .poster-next-btn {
    right: 0;
    background: #000000 url(../image/right-button.png) no-repeat center center;
}

.poster-main .poster-next-btn:hover {
    right: 0;
    background: #E70000 url(../image/right-button.png) no-repeat center center;
}
.poster-item-title {
    background:rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
    filter:Alpha(opacity=80); background:#2a2a2a;

    color: #FFF;
    width: 100%;
    height: 52px;
    line-height: 52px;
    position: absolute;
    bottom: 0;
    text-indent: 29px
}
.lunbo_btn {
    height: 15px;
    width: 100%;
    margin: 0px auto;

    position: absolute;
    z-index: 3;
    text-align: center; bottom: 2px
}
.lunbo_btn li {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #b4b5b7;
    border-radius: 50%;
    margin: 0px 2px;
    cursor: pointer;
}
.lunbo_btn li.poster-btn-active {
    background-color: #0b518a;
}

.p7-title{
    margin-top: 33px;
}

.p7{
    width: 1000px;
    border: 4px #FF6E34 solid;
    background-color: #FFFFFF;
    padding: 9px 15px 15px;
    margin-top: 30px;
    box-sizing: border-box;
}

.p7 ul.list1 li{
    width: 470px;
    height: 50px;
    line-height: 50px;
    background: #F1F1F1;
    float: left;
    list-style-position: inside;
    margin-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-left: 0;
}

.p7 ul.list1 li:nth-child(2n){
    margin-left: 20px;
}

.foot{
    height: 168px;
    color: #FFFFFF;
}

.foot .row1{
    margin-top: 26px;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    font-weight: bold;
}

.foot .infos{
    margin-top: 13px;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
}

.foot .infos .link span{
    padding: 0 12px;
}

.foot .infos a{
    color: #FFFFFF;
}

.foot .infos p{
    margin: 0;
}

ul.list1 li{
    width: 100%;
    height: 34px;
    line-height: 34px;
    float: left;
    font-size: 14px;
    color: #E70000;
    margin-left: 18px;
}