.container {
    margin: 20px auto;
    overflow: hidden;
}

/* Ã¥Â¤Â´Ã¦ÂÂ¡ */
.headline {
    position: relative;
    height: 85px;
    background: #f0f0f0;
    margin-bottom: 20px;
    overflow: hidden;
}

.headline .headline-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url(../images/headline_close.png) no-repeat;
}

.headline-tit {
    float: left;
    width: 154px;
    height: 85px;
    background: url(../images/headline_tit.png) no-repeat;
}

.headline-txt {
    margin-left: 154px;
    padding-top: 10px;
    text-align: center;
}

.headline-txt h2 {
    font-size: 26px;
    line-height: 36px;
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headline-txt a {
    color: #20588c;
}

.headline-txt p {
    font-size: 16px;
    line-height: 30px;
    color: #20588c;
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Ã¥â€ºÂ¾Ã§â€°â€¡Ã¦â€“Â°Ã©â€”Â» */
.slider_pic {
    height: 380px;
    width: 1200px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.slider_pic .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 1;
}

.slider_pic .hd li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #99a6a7;
    margin-left: 5px;
}

.slider_pic .hd li.on {
    background: #fff;
}

.slider_pic .bd {
    position: relative;
    height: 380px;
    z-index: 0;
}

.slider_pic .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slider_pic .bd li a {
    display: block;
    width: 1200px;
    height: 380px;
    position: relative;
}

.slider_pic .bd li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cf000000, endColorstr=#cf000000);
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    text-indent: 20px;
}

.slider_pic .bd li a:hover p {
    color: #256092;
}

.slider_pic .bd img {
    display: block;
    width: 1200px;
    height: 380px;
}

/* Ã¤ÂºÂ§Ã¤Â¸Å¡Ã¥Ââ€˜Ã¥Â±â€¢ */
.industry {
    height: 96px;
    background: #f1f1f1;
    margin-top: 20px;
    overflow: hidden;
}

.industry-tit {
    float: left;
    width: 45px;
    height: 76px;
    background: #0157b3;
    padding: 20px 24px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
}

.industry-item {
    margin-left: 93px;
}

.industry-item li {
    float: left;
    width: 123px;
    height: 96px;
}

.industry-item li a {
    display: block;
    width: 100%;
    height: 86px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #666;
    transition: all .3s;
}

.industry-item li.active a,
.industry-item li a:hover {
    background: #0157b3;
    color: #fff;
}

.industry-item li a:hover {
    transition: all .3s;
}

.industry-item li i {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/industry_icon.png) no-repeat 0 0;
    vertical-align: middle;
    transition: all .3s;
    margin: 0 auto;
}

.industry-item li .industry-icon02 {
    background-position: 0 -50px;
}

.industry-item li .industry-icon03 {
    background-position: 0 -100px;
}

.industry-item li .industry-icon04 {
    background-position: 0 -150px;
}

.industry-item li .industry-icon05 {
    background-position: 0 -200px;
}

.industry-item li .industry-icon06 {
    background-position: 0 -250px;
}

.industry-item li .industry-icon07 {
    background-position: 0 -300px;
}

.industry-item li .industry-icon08 {
    background-position: 0 -350px;
}

.industry-item li .industry-icon09 {
    background-position: 0 -400px;
}

.industry-item li a:hover .industry-icon01 {
    background-position: -50px 0;
}

.industry-item li a:hover .industry-icon02 {
    background-position: -50px -50px;
}

.industry-item li a:hover .industry-icon03 {
    background-position: -50px -100px;
}

.industry-item li a:hover .industry-icon04 {
    background-position: -50px -150px;
}

.industry-item li a:hover .industry-icon05 {
    background-position: -50px -200px;
}

.industry-item li a:hover .industry-icon06 {
    background-position: -50px -250px;
}

.industry-item li a:hover .industry-icon07 {
    background-position: -50px -300px;
}

.industry-item li a:hover .industry-icon08 {
    background-position: -50px -350px;
}

.industry-item li a:hover .industry-icon09 {
    background-position: -50px -400px;
}

/* Ã¦â€“Â°Ã¥Å’ÂºÃ¨Â¦ÂÃ©â€”Â» */
.news {
    float: left;
    width: 710px;
    height: 260px;
    margin-top: 20px;
}

.notice {
    float: right;
    width: 390px;
    height: 260px;
    margin-top: 20px;
}

.notice .list ul li a {
    max-width: 100%;
}

/* Ã¤Â¸â€œÃ©Â¢ËœÃ¤Â¸â€œÃ¦Â Â */
.special {
    height: 135px;
    background: url(../images/special_bg.png) center center no-repeat;
}

.special-slide {
    height: 135px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.special-slide .bd {
    position: relative;
    height: 135px;
    z-index: 0;
    width: 1000px;
    margin: 0 auto;
}

.special-slide .bd li {
    zoom: 1;
    vertical-align: middle;
}

.special-slide .bd li h3 {
    line-height: 36px;
    height: 36px;
    text-align: center;
    padding-top: 8px;
}

.special-slide .bd li h3 a {
    color: #2f73b2;
    font-size: 20px;
    font-weight: bold;
}

.special-slide .bd li h3 a:hover {
    color: #1B64B4;
}

.special-slide .bd li p {
    line-height: 22px;
    height: 22px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.special-slide .bd li p a {
    color: #666666;
    font-size: 14px;
}

.special-slide .bd li p a:hover {
    color: #3C8BD4;
}

.special-slide .bd li a.more {
    display: block;
    width: 116px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #6699cc;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
}

.special-slide .bd li a.more:hover {
    background: #1272d1;
}

.special-slide .prev,
.special-slide .next {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -23px;
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/special_prev.png) center center no-repeat;
}

.special-slide .next {
    left: auto;
    right: 5px;
    background-image: url(../images/special_next.png);
}

.special-slide .prev:hover,
.special-slide .next:hover {
    transform: rotate(360deg) scale(1.1);
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1);
    -o-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
}

.special-slide .special-more {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 30px;
    background: #85c8e9;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 0 0 3px 3px;
}

.special-slide .special-more:hover {
    background: #0157b3;
}


.special-slide .prev,
.special-slide .next,
.xxgkfbpt_list li a i,
.zwfw .zwfw_info .fw_list li a i,
.dczj i,
.dczj,
.zwfw .zrrbs,
.topic_slider .bd ul li a img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

/* Ã¤Â¿Â¡Ã¦ÂÂ¯Ã¥â€¦Â¬Ã¥Â¼â‚¬ */
.xxgk {
    height: 340px;
    padding: 0;
}

.xxgk-tit {
    float: left;
    width: 120px;
}

.xxgk-tit li {
    float: left;
    width: 120px;
}

.xxgk-tit li a {
    display: block;
    width: 100%;
    height: 93px;
    background: #dfdfdf;
    padding-top: 20px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border-top: 1px solid #fff;
}

.xxgk-tit li:first-child a {
    height: 92px;
    border-top: 0;
}

.xxgk-tit li.on a {
    background: #fff;
    font-weight: bold;
    color: #0157b3;
}

.xxgk-tit li i {
    display: block;
    width: 40px;
    height: 40px;
    background: no-repeat center center;
    margin: 0 auto 10px;
}

.xxgk-tit li .xxgk-icon01 {
    background-image: url(../images/index_xxgk_icon01.png);
}

.xxgk-tit li .xxgk-icon02 {
    background-image: url(../images/index_xxgk_icon02.png);
}

.xxgk-tit li .xxgk-icon03 {
    background-image: url(../images/index_xxgk_icon03.png);
}

.xxgk-main {
    margin-left: 120px;
    padding: 20px;
    overflow: hidden;
}

.xxgk-main .xxgk-item {
    display: none;
}

.xxgk-main .xxgk-item:first-child {
    display: block;
}

.xxgk-main .xxgk-title {
    position: relative;
    height: 28px;
}

.xxgk-main .xxgk-title h4 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 142px;
    height: 28px;
    background: #fff;
    margin-left: -71px;
}

.xxgk-main .xxgk-title h4 a {
    display: block;
    width: 122px;
    height: 28px;
    border-radius: 10px;
    background: #0157b3;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    margin: 0 auto;
}

.xxgk-main .xxgk-title span {
    position: absolute;
    top: 50%;
    background: #dfdfdf;
    width: 100%;
    height: 1px;
}

/* Ã¤Â¿Â¡Ã¦ÂÂ¯Ã¥â€¦Â¬Ã¥Â¼â‚¬Ã¥Ë†â€¡Ã¦ÂÂ¢Ã¥â€ â€¦Ã¥Â®Â¹ */
.xxgk-left,
.xxgk-center {
    float: left;
    width: 360px;
}

.xxgk-search-bar {
    border: 1px solid #d2d2d2;
    width: 358px;
    height: 35px;
    margin-top: 20px;
    overflow: hidden;
}

.xxgk-search-bar h5 {
    float: left;
    width: 104px;
    border-right: 1px solid #d2d2d2;
    background: url(../images/xxgk-jt.png) no-repeat 80px center;
    text-indent: 13px;
    color: #0a7dec;
    line-height: 35px;
}

.xxgk-search-bar .text {
    float: left;
    border: 0;
    width: 198px;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    outline: none;
    cursor: text;
}

.xxgk-search-bar .btn {
    float: right;
    width: 35px;
    height: 35px;
    border: 0;
    background: url(../images/search.png) no-repeat center center;
    cursor: pointer;
    outline: none;
}

.xxgk-center {
    margin-left: 30px;
}

.xxgk-center .list {
    height: 180px;
    overflow: hidden;
}

.xxgk-center .xxgk-banner {
    width: 360px;
    height: 74px;
    margin-top: 13px;
}

.xxgk-center .xxgk-banner img {
    display: block;
    width: 100%;
    height: 100%;
}

.xxgk-right {
    float: right;
}

.xxgk-right li {
    width: 258px;
    height: 42px;
    margin-bottom: 10px;
}

.xxgk-right li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
}

.xxgk-right li a:hover {
    background: #0157b3;
    color: #fff;
}

.xxgk-left .list li a,
.xxgk-center .list li a {
    max-width: 100%;
}

.zwfw-left {
    float: left;
    width: 605px;
}

.zwfw-right {
    float: right;
    width: 410px;
}

.zwfw-left .bszn-list {
    width: 293px;
    margin-top: 20px;
}

.zwfw-left .bszn-list h5 {
    background: #f1f1f1;
    line-height: 30px;
    text-align: center;
}

.zwfw-left .bszn-list ul {
    margin-top: 10px;
    overflow: hidden;
}

.zwfw-left .bszn-list ul li {
    float: left;
    width: 33.3333%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.zwfw-left .bmfw-list {
    width: 100%;
}

.zwfw-left .bmfw-list ul li {
    width: auto;
    margin-right: 20px;
}

.zwfw-right .rdfw-list li {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 35px;
}

.zwfw-right .rdfw-list li a {
    display: block;
    background: no-repeat center top;
    padding-top: 75px;
    line-height: 1;
}

.zwfw-right .rdfw-list li.rdfw-icon01 a {
    background-image: url(../images/index_rdfw01.png);
}

.zwfw-right .rdfw-list li.rdfw-icon02 a {
    background-image: url(../images/index_rdfw02.png);
}

.zwfw-right .rdfw-list li.rdfw-icon03 a {
    background-image: url(../images/index_rdfw03.png);
}

.zwfw-right .rdfw-list li.rdfw-icon04 a {
    background-image: url(../images/index_rdfw04.png);
}

.zwfw-right .rdfw-list li.rdfw-icon05 a {
    background-image: url(../images/index_rdfw05.png);
}

.zwfw-right .rdfw-list li.rdfw-icon06 a {
    background-image: url(../images/index_rdfw06.png);
}

.zwfw-right .rdfw-list li.rdfw-icon07 a {
    background-image: url(../images/index_rdfw07.png);
}

.zwfw-right .rdfw-list li.rdfw-icon08 a {
    background-image: url(../images/index_rdfw08.png);
}

.zwfw-right .rdfw-list li.rdfw-icon01 a:hover {
    background-image: url(../images/index_rdfw09.png);
}

.zwfw-right .rdfw-list li.rdfw-icon02 a:hover {
    background-image: url(../images/index_rdfw10.png);
}

.zwfw-right .rdfw-list li.rdfw-icon03 a:hover {
    background-image: url(../images/index_rdfw11.png);
}

.zwfw-right .rdfw-list li.rdfw-icon04 a:hover {
    background-image: url(../images/index_rdfw12.png);
}

.zwfw-right .rdfw-list li.rdfw-icon05 a:hover {
    background-image: url(../images/index_rdfw13.png);
}

.zwfw-right .rdfw-list li.rdfw-icon06 a:hover {
    background-image: url(../images/index_rdfw14.png);
}

.zwfw-right .rdfw-list li.rdfw-icon07 a:hover {
    background-image: url(../images/index_rdfw15.png);
}

.zwfw-right .rdfw-list li.rdfw-icon08 a:hover {
    background-image: url(../images/index_rdfw16.png);
}

.hdjl-left {
    float: left;
    width: 380px;
}

/* .wsdc-title {
    height: 44px;
    overflow: hidden;
}

.wsdc-title li {
    float: left;
    width: 134px;
    height: 36px;
    background: #f1f1f1;
}

.wsdc-title li a {
    display: block;
    width: 134px;
    height: 44px;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}

.wsdc-title li.on a {
    background: url(../images/index_wsdc_title.png);
    color: #fff;
} */


.hdjl-left .list li a {
    max-width: 75%;
}

.wyxx {
    float: right;
    width: 120px;
    overflow: hidden;
}

.wyxx li {
    padding: 6px 0;
    text-align: center;
}

.wyxx li i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 0;
}

.wyxx li img {
    display: inline-block;
    vertical-align: middle;
    transform: rotateY(0);
    transition: all .3s;
}

.wyxx li:hover img {
    transform: rotateY(360deg);
    transition: all 1s;
}

.hdjl-right {
    float: left;
    width: 492px;
    margin-left: 20px;
}


.xj-head {
    height: 36px;
    background: #f1f1f1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.xj-list li {
    padding: 0 5px;
    overflow: hidden;
}

.xj-head p,
.xj-list li p {
    float: left;
    line-height: 39px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xj-head p,
.xj-list li p.col01 {
    font-size: 16px;
}

.xj-head p.col01,
.xj-list li p.col01 {
    width: 60%;
}

.xj-head p.col02,
.xj-list li p.col02 {
    width: 18%;
}

.xj-head p.col03,
.xj-list li p.col03 {
    width: 22%;
}

.xj-list li p a {
    float: left;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media only screen and (max-width: 1199px) {
    .container {
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
    }

    .headline {
        height: auto;
        margin-bottom: 0;
        padding: 10px;
    }

    .headline-tit,
    .headline .headline-close {
        display: none;
    }

    .headline-txt h2 {
        font-size: 20px;
    }

    .headline-txt p {
        margin-top: 10px;
        white-space: pre-wrap;
        line-height: 18px;
    }

    .headline-txt {
        margin: 0;
        padding: 0;
    }

    .slider_pic {
        margin-top: 10px;
    }

    .slider_pic,
    .slider_pic .bd,
    .slider_pic .bd li a,
    .slider_pic .bd img {
        width: 100%;
        height: 280px;
    }

    .special,
    .special-slide,
    .special-slide .bd {
        height: auto;
    }

    .special {
        background-size: 100% 100%;
    }

    .special-slide .bd {
        width: 100%;
        padding: 20px 40px;
        box-sizing: border-box;
    }

    .special-slide .bd .tempWrap {
        width: 100% !important;
    }

    .special-slide .bd li p {
        white-space: pre-wrap;
        height: auto;
    }

    .special-slide .prev,
    .special-slide .next {
        width: 30px;
        height: 30px;
        z-index: 9;
        background-size: cover;
    }

    .news,
    .notice {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .industry {
        height: auto;
        margin-top: 10px;
    }

    .industry-tit {
        float: none;
        width: 100%;
        height: auto;
        font-size: 18px;
        line-height: 40px;
        padding: 0;
        text-align: center;
    }

    .industry-item {
        margin-left: 0;
        overflow: hidden;
    }

    .industry-item li {
        width: calc(100% / 3);
    }

    .xxgk {
        height: auto;
    }

    .xxgk-tit li {
        float: left;
        width: calc(100% / 3);
    }

    .xxgk-tit li a {
        border-top: 0;
        height: 70px !important;
        padding: 10px 0;
    }

    .xxgk-main {
        margin-left: 0;
        padding: 10px;
    }

    .xxgk-left,
    .xxgk-center,
    .xxgk-right,
    .xxgk-tit,
    .xxgk-search-bar,
    .zwfw-left,
    .zwfw-right,
    .zwfw-left .bszn-list,
    .hdjl-left,
    .hdjl-right {
        width: 100%;
    }

    .xxgk-search-bar .text {
        width: calc(100% - 105px);
        box-sizing: border-box;
    }

    .xxgk-center {
        margin-left: 0;
    }

    .xxgk-center .xxgk-banner {
        margin: 0 auto;
    }

    .xxgk-right li {
        float: left;
        width: calc(100% / 2 - 5px);
        margin: 5px 5px 0 0;
    }

    .hdjl-right  {
        margin-left: 0;
    }
    .wyxx {
         width: 100%;
     }

     .wyxx li { 
        float: left; 
        margin: 0;
        width: 20%;
     }
}

@media only screen and (max-width: 480px) {

    .slider_pic,
    .slider_pic .bd,
    .slider_pic .bd li a,
    .slider_pic .bd img {
        height: 220px;
    }

    .news .title ul,
    .notice .title ul {
        width: 100%;
    }

    .news .title ul li {
        width: 25%;
        padding: 0;
        text-align: center;
    }

    .notice .title ul li {
        width: calc(100% / 3);
        padding: 0;
        text-align: center;
    }

    .list li a {
        max-width: 72%;
    }

    .xxgk-center .xxgk-banner {
        width: 100%;
        height: auto;
    }

    .xxgk-right li {
        width: 100%;
        margin-right: 0;
    }
}