p {
    margin: 0;
    padding: 0;
}

#hdpc {
    background: url(../image/banner.jpg);
    background-position: top center;
    width: 100%;
    height: 695px;
    background-size: cover;
}

.topic1, .topic1 a {
    color: #ce000a;
}

.topic1 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 45px;
    height: 64px;
    line-height: 64px;
    font-weight: bold;
}

.topic1 .box {
    width: 100%;
    margin: 0px auto;
}

.topic1 span {
    position: relative;
    background-color: #fff;
    padding: 0px 40px;
    z-index: 9;
}

.topic1 .tag1 {
    left: -6px;
    bottom: 30px;
    transform: rotate(-45deg);
}

.topic1 .tag2 {
    right: -6px;
    top: 30px;
    transform: rotate(-45deg);
}

.topic1 i {
    position: absolute;
    width: 36px;
    height: 2px;
    background: #d7d7d7;
}

.topic1 .line1 {
    bottom: 20px;
    left: 0px;
}

.topic1 .line1, .topic1 .line2 {
    position: absolute;
    width: 50%;
    height: 2px;
    background: #d7d7d7;
}

.topic1 .line2 {
    top: 20px;
    right: 0px;
}

.topic1 .line1, .topic1 .line2 {
    position: absolute;
    width: 50%;
    height: 2px;
    background: #d7d7d7;
}

#bton {
    text-align: center;
}

#nav8 {
    background: #951e22;
}

#nav8 .line {
    height: 15px;
    border-right: 1px #784042 solid;
}

.bottom {
    height: 3px;
    background: url(../image/ico/navbar.png);
    background-repeat: no-repeat;
}

#nav8 .nav-bar {
    height: 50px;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

#nav8 .nav-bar > li {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 50px;
    z-index: 999;
}

#nav8 .nav-bar li:hover .flyout {
    display: block;
}

.nav-bar > li > a {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
}

#nav8 .nav-bar > li > a:hover {
    color: #faca52;
}

#nav8 .nav-bar > li ul {
    margin-bottom: 0;
}

#nav8 .nav-bar > li .flyout {
    display: none;
}

#nav8 .nav-bar > li.has-flyout.has-caret > a:first-child {
    padding-right: 40px;
    position: relative;
}

#nav8 .nav-bar > li.has-flyout.has-caret > a:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px;
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 17px;
}

#nav8 .nav-bar > li.has-flyout > a.flyout-toggle {
    border-left: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 2;
    display: block;
}

#nav8 .nav-bar > li.has-flyout.is-touch > a:first-child {
    padding-right: 55px;
}

#nav8 .nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
    border-left: 1px dashed #666666;
}

#nav8 .nav-bar > li > a:first-child {
    position: relative;
    padding: 0 64px;
    display: block;
    text-decoration: none;
}

#nav8 .nav-bar > li > input {
    margin: 0 10px;
}

#nav8 .nav-bar.vertical {
    height: auto;
    margin-top: 0;
}

#nav8 .nav-bar.vertical > li {
    border-bottom: none;
    border-right: solid 1px #333333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#nav8 .nav-bar.vertical > li .flyout {
    left: 100%;
    top: -1px;
}

#nav8 .nav-bar.vertical > li .flyout.right {
    left: auto;
    right: 100%;
}

#nav8 .nav-bar.vertical > li.active {
    border-right: solid 1px #2284a1;
}

#nav8 .nav-bar.vertical > li:last-child {
    border-bottom: solid 1px #333333;
}

#nav8 .flyout {
    overflow: hidden;
    background: #f2f2f2;
    padding: 20px;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

#nav8 .flyout p {
    line-height: 1.2;
    font-size: 13px;
}

#nav8 .flyout *:first-child {
    margin-top: 0;
}

#nav8 .flyout *:last-child {
    margin-bottom: 0;
}

#nav8 .flyout.small {
    width: 166.66667px;
}

#nav8 .flyout.large {
    width: 437.5px;
}

#nav8 .flyout.right {
    left: auto;
    right: -2px;
}

#nav8 .flyout.left {
    right: auto;
    left: -2px;
}

#nav8 .flyout.up {
    top: auto;
    bottom: 39px;
}

#nav8 ul.flyout, .nav-bar li ul {
    padding: 0;
    list-style: none;
    height: 50px;
}

#nav8 ul.flyout li, .nav-bar li ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#nav8 ul.flyout li a, #nav8 .nav-bar li ul li a {
    color: #555;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    text-decoration: none;
}

#nav8 ul.flyout li a:hover, #nav8 ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus {
    color: #333;
}

#nav8 ul.flyout li.active, .nav-bar li ul li.active {
    margin-top: 0;
    border-top: 1px solid #4d4d4d;
    border-left: 4px solid #1a1a1a;
}

#nav8 ul.flyout li.active a, #nav8 .nav-bar li ul li.active a {
    background: #4d4d4d;
    border: none;
    color: #fff;
    height: auto;
    margin: 0;
    position: static;
    top: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

#nav8 .nav-bottom {
    height: 50px;
    background: #1463b0;
    margin: -170px auto 0 auto;
}


#layout1 .list li {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: url(../image/ico/dot1.png) no-repeat left 20px;
    overflow: hidden;
}

#layout1 .list2 li {
    padding: 9px 0 9px 18px;
    height: 70px;
    border-bottom: dotted 1px #ababab;
    background: url(../image/ico/dot1.png) no-repeat left 33px;
}

#layout1 .list2 li span {
    display: table;
    height: 50px;
}

#layout1 .list2 li a {
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16px;
}


#layout1 #title .box {
    padding: 25px 25px 25px 95px;
    text-align: center;
}

#layout1 #title h2 {
    font-size: 45px;
    height: 50px;
    line-height: 50px;
}

#layout1 #title h2 a {
    color: #ce000a;
}

#layout1 #title p {
    line-height: 20px;
    height: 20px;
    color: #a5a4a4;
    font-size: 16px;
}

#layout1 .huandeng .focus {
    height: 450px;
    position: relative;
}

#layout1 .huandeng {
    height: 450px;
}

#layout1 .huandeng .focus p {
    position: absolute;
    left: 30px;
    bottom: 0px;
    z-index: 9;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    max-width: 550px;
}

#layout1 .huandeng .focus .shadow {
    position: absolute;
    width: 100%;
    height: 81px;
    background: url(../image/ico/ly1-shadow.png);
    left: 0px;
    bottom: 0px;
}

#layout1 .huandeng .focus .tab1 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    height: 8px;
    z-index: 999;
}

#layout1 .huandeng .focus .tab1 li {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 14px;
    background: #fff;
    margin-right: 8px;
    cursor: pointer;
}

#layout1 .huandeng .focus .tab1 .current {
    width: 50px;
}

#layout1 .photo2 img {
    width: 100%;
    height: 100%;
}

#layout1 .fw a {
    color: #fff;
    font-size: 20px;
}

#layout1 .title h2 {
    font-size: 26px;
    margin-top: 20px;
}

#layout1 .list li {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    background: url(../image/ico/li1.png) no-repeat left 15px;
    overflow: hidden;
}


#layout1 .more {
    display: block;
    margin: 20px auto 0px auto;
    width: 210px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #d2d2d2;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
}

#layout2 {
    background: #eee;
    margin-top: 50px;
    height: 962px;
}
#layout2 .title0,
#layout3 .title0{
    margin: 50px auto;
}
#layout2 .box {
    background: #FFFFFF;
    padding: 15px;
}

#layout2 .more {
    text-align: center;
}

#layout3 {
    background-image: url(../image/bg-ly3.jpg);
    height: 1180px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#layout3 .div_hot_hdbj_title {
    width: 95%;
    margin: 0 auto;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 25px 50px;
    text-indent: 2em;
}

.gonggao-box {
    border: 1px solid #eee;
    border-top: none;
    width: 95%;
    margin: 0 auto 40px;
}

.gonggao-box-li {
    display: flex;
    border-bottom: 1px solid #eee;
}

.gonggao-box-li:last-child {
    border-bottom: none;
}

.gonggao-box-li .left {
    width: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.gonggao-box-li .left.bg-color {
    background: #fffaee;
}

.gonggao-box-li .left .icon {
    position: relative;
    display: block;
    font-style: unset;
    margin-right: 5px;
    width: 46px;
    height: 42px;
    display: flex;
    align-items: center;
}

.gonggao-box-li .left .icon a {
    position: absolute;
    /* bottom: 8px; */
    right: 12px;
}

.gonggao-box-li .right {
    width: 980px;
    border-left: 1px solid #eee;
    box-sizing: border-box;
    padding: 25px 35px;
    line-height: 28px;
}

.gonggao-box-li .right p {
    margin: 10px 0;
}

#layout4 li {
    text-align: center;
}

#layout4 img {

}


/*手机版样式*/
@media only screen and (max-width: 640px) {

    #hdph {
        background: url(../image/mobile/banner.jpg);
        background-position: top center;
        background-size: 100%;
        width: 100%;
        height: 259px;
    }
    #bton img{
        width: 100%;
    }
    #layout1 #title .box {
        padding: 0;
    }
    #layout1 #title h2 {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }
    #layout2 {
        background: #eee;
        margin-top: 50px;
        height: 1271px;
    }
    #layout3 {
        height: 2088px;
    }
    .gonggao-box-li .left {
        width: 365px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .am-slider-t1 {
        margin: 0 0 20px;
        background-color: #fff;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15); /* Direction Nav */ /* Pause/Play */ /* Control Nav */
    }

    .am-slider-t1 .am-viewport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .loading .am-slider-t1 .am-viewport {
        max-height: 300px;
    }

    .am-slider-t1 .carousel li {
        margin-right: 5px;
    }

    .am-slider-t1 .am-direction-nav a {
        top: 50%;
        margin: -18px 0 0;
        overflow: hidden;
        opacity: 0.45;
    }

    .am-slider-t1 .am-direction-nav .am-prev {
        left: 10px;
        background: url(../image/ico/ly30-arrow1.png);
        position: absolute;
        width: 10px;
        height: 26px;
        bottom: 9px;
        cursor: pointer;
        z-index: 100;
    }

    .am-slider-t1 .am-direction-nav .am-next {
        right: 10px;
        text-align: right;
        background: url(../image/ico/ly30-arrow2.png);
        position: absolute;
        width: 10px;
        height: 26px;
        bottom: 9px;
        cursor: pointer;
        z-index: 100;
    }

    .am-slider-t1 .am-direction-nav .am-disabled {
        opacity: 0 !important;
        cursor: default;
    }

    .am-slider-t1:hover .am-prev {
        opacity: 0.7;
        left: 10px;
    }

    .am-slider-t1:hover .am-prev:hover {
        opacity: 1;
    }

    .am-slider-t1:hover .am-next {
        opacity: 0.7;
        right: 10px;
    }

    .am-slider-t1:hover .am-next:hover {
        opacity: 1;
    }

    .am-slider-t1 .am-pauseplay a {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 5px;
        left: 10px;
        opacity: 0.8;
        z-index: 10;
        overflow: hidden;
        cursor: pointer;
        color: #000;
    }

    .am-slider-t1 .am-pauseplay a::before {
        font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif; /*font-weight:normal;// 2  font-style:normal;// 2  vertical-align:baseline;// 3  line-height:1;// 4*/
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        font-size: 20px;
        display: inline-block;
        content: "\f04c";
    }

    .am-slider-t1 .am-pauseplay a:hover {
        opacity: 1;
    }

    .am-slider-t1 .am-pauseplay a.am-play::before {
        content: "\f04b";
    }

    .am-slider-t1 .am-slider-desc {
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        bottom: 0;
        padding: 10px;
        width: 100%;
        color: #fff;
    }

    .am-slider-t1 .am-control-nav {
        width: 100%;
        position: absolute;
        bottom: 18px;
        text-align: right;
        right: 15px;
    }

    .am-slider-t1 .am-control-nav li {
        margin: 0 6px;
        display: inline-block;
    }

    .am-slider-t1 .am-slides a {
        color: #fff;
    }

    .am-slider-t1 .am-control-nav li a {
        width: 10px;
        height: 10px;
        display: block;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        text-indent: -9999px;
        border-radius: 20px; /*    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);*/
        border: 1px solid #fff;
        border-radius: 50%;
    }

    .am-slider-t1 .am-control-nav li a:hover {
        background-color: #333;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .am-slider-t1 .am-control-nav li a.am-active {
        background-color: #fff;
        cursor: default;
        border: 1px solid #fff;
    }

    .am-slider-t1 .am-control-thumbs {
        margin: 5px 0 0;
        position: static;
        overflow: hidden;
    }

    .am-slider-t1 .am-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .am-slider-t1 .am-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

    .am-slider-t1 .am-control-thumbs img:hover {
        opacity: 1;
    }

    .am-slider-t1 .am-control-thumbs .am-active {
        opacity: 1;
        cursor: default;
    }

    .am-slider-t1 .am-control-thumbs i {
        position: absolute;
    }


    .am-list > li {
        border-width: 0px 0;
    }

    .sj_title {
        margin: 25px 0px;
        background: none;
        font-size: 1.4em;
        color: #000;
        border-left: 4px solid #e60012;
        line-height: 1em;
        height: 1em;
        padding-left: 5%;
    }

    #sj_layout1 .show01 {
        height: 188px;
    }

    #sj_layout1 .show01 .box {
        border: 0px solid #ececec !important;
        width: 100% !important;
        padding: 15px !important;
        text-align: left !important;
        background: none !important;
        min-height: 25px !important;
        position: relative !important;
    }

    #sj_layout1 .show01 h2 {
        font-size: 1.4em;
        line-height: 1.4em;
        max-height: 2.8em;
        margin-bottom: 3%;
    }

    .sj_more {
        float: right;
        font-size: 1.5rem;
    }

    .sj_more a {
        color: #ababab;
    }

    #sj_layout2 {
        margin: 25px 5px 0px 5px;
    }

    #sj_layout2 li {
        padding: 1%;
    }

    #sj_layout2 p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #sj_layout3 li {
        padding-left: 20px;
        background: url(../image/ico/li1.png) no-repeat left 20px;
    }

    #sj_layout3 h3 a {
        font-size: 1.8rem;
    }
}