/* main style */

body {
    background-color: #eee;
}


/* banner */


/*全屏自适应轮播样式*/

.banner-main {
    width: 100%;
    height: 600px;
    position: relative;
}

.banner-main-img {
    height: 600px;
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
}

.banner-main-img li {
    width: 100%;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-main-img li img {
    width: 1920px;
    height: 600px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.ui-controls ul {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.ui-controls ul li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border: 2px solid #ddd;
    background: #eee;
    /*border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.9);
	background: rgba(0, 0, 0, 0.5);*/
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ui-controls ul li:hover {
    border: 2px solid #ccc;
    background: #999;
    /*border: 2px solid rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.6);*/
}

.ui-controls ul .current {
    border: 2px solid #ccc;
    background: #999;
    /*border: 2px solid rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.6);*/
}

.ui-controls .ui-prev {
    width: 41px;
    height: 69px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -35px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/icon-slides.png") no-repeat -84px 50%;
    z-index: 999;
    cursor: pointer;
}

.ui-controls .ui-next {
    width: 41px;
    height: 69px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -35px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/icon-slides.png") no-repeat -125px 50%;
    z-index: 999;
    cursor: pointer;
}

.ui-controls .ui-prev:hover {
    background-position-x: 0px;
}

.ui-controls .ui-next:hover {
    background-position-x: -42px;
}


/*固定大小样式*/

.lunbo01 {
    width: 100%;
}

.banner-main-img01 {
    height: 311px;
    width: 100%;
    margin: 15px;
    overflow: hidden;
}

.banner-main-img01 li {
    width: auto;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-main-img01 li img {
    width: 100%;
    height: 311px;
    margin: 15px;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}

.ui-controls01 ul {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.ui-controls01 ul li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border: 2px solid #ddd;
    background: #eee;
    /*ie8以上css*/
    /*border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.9);	*/
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ui-controls01 ul li:hover {
    border: 2px solid #ccc;
    background: #999;
    /*border: 2px solid rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.6);*/
}

.ui-controls01 ul .current {
    border: 2px solid #ccc;
    background: #999;
    /*border: 2px solid rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.6);*/
}

.ui-controls01 .ui-prev01 {
    width: 41px;
    height: 69px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -35px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/icon-slides.png") no-repeat -84px 50%;
    z-index: 999;
    cursor: pointer;
}

.ui-controls01 .ui-next01 {
    width: 41px;
    height: 69px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -35px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/icon-slides.png") no-repeat -125px 50%;
    z-index: 999;
    cursor: pointer;
}

.ui-controls01 .ui-prev01:hover {
    background-position-x: 0px;
}

.ui-controls01 .ui-next01:hover {
    background-position-x: -42px;
}


/* news_1 */

#news_1 {
    margin: 20px auto 0;
}

#news_1 section:nth-of-type(1) {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    height: 383px;
    padding: 0;
}

#news_1 section:nth-of-type(2) {
    height: 383px;
    padding: 0;
}

#news_1 .n1 {
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
}

#news_1 section:nth-of-type(1) ul.n1_list {
    margin-top: 12px;
}

#news_1 section:nth-of-type(1) ul.n1_list li {
    float: left;
    width: 100%;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    background-image: url("../images/line_bg.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news_1 section:nth-of-type(1) ul.n1_list li a {
    padding-left: 15px;
    background-image: url("../images/ico_2.jpg");
    background-position: left center;
    background-repeat: no-repeat;
}

#news_1 section:nth-of-type(2) ul {
    width: 100%;
}

#news_1 section:nth-of-type(2) ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

#news_1 section:nth-of-type(2) ul li a {
    margin: 0 auto;
    display: block;
    width: 117px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #014682;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
}

#news_1 section:nth-of-type(2) ul li a:hover,
#news_1 section:nth-of-type(2) ul li a:active {
    background-color: #0579cb;
}

#AD_img {
    width: 100%;
    height: 222px;
    background-image: url("../images/pic_1.png");
    background-position: top center;
    background-repeat: no-repeat;
}


/* news_2 */

#news_2 {
    margin: 20px auto 0;
}

#news_2 section {
    padding: 0;
}

#news_2 section div.news_kuang6 {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 0 15px 10px;
}

#news_2 section:nth-of-type(1) div.news_kuang6 {
    margin-right: 10px;
}

#news_2 section:nth-of-type(2) div.news_kuang6 {
    margin-left: 10px;
}

.n2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}

.n2_list_top {
    padding: 10px 0 0;
    border-bottom: 1px solid #eee;
}

.n2_list_top div {
    margin-top: -10px;
    padding: 0;
}

.n2_list_top div:nth-of-type(2) {
    padding-left: 15px;
}

.n2_list_top img {
    width: 100%;
    height: 105px;
    margin-top: 15px;
}

.n2_list_top h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n2_list_top p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 25px;
    margin-top: 15px;
}

.n2_list_down {
    padding: 0;
}

.n2_list_down ul li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background-image: url("../images/line_bg35.png");
    background-repeat: repeat-x;
    background-position: left top;
}

.n2_list_down ul li:hover,
.n2_list_down ul li:active {
    background-color: #fafafa;
}

.n2_list_down ul li a {
    float: left;
    display: block;
    width: 85%;
    padding-left: 15px;
    background-image: url("../images/ico_3.png");
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.n2_list_down ul li:hover a,
.n2_list_down ul li:hover a {
    color: #0579cb;
}

.n2_list_down ul li span {
    float: right;
    color: #666;
}


/* news_3 */

#news_3 {
    margin-top: 20px;
}

#news_3 .container {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 0;
}

#news_3 .n2_list_down ul li a {
    width: 80%;
}

ul.n3_ul {
    margin-top: 18px;
}

ul.n3_ul li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background-image: url("../images/line_bg35.png");
    background-repeat: repeat-x;
    background-position: left top;
    margin-top: 2px;
}

ul.n3_ul li:hover,
ul.n3_ul li:active {
    background-color: #fafafa;
}

ul.n3_ul li a {
    float: left;
    display: block;
    width: 80%;
    padding-left: 15px;
    background-image: url("../images/ico_3.png");
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

ul.n3_ul li:hover a,
ul.n3_ul li:hover a {
    color: #0579cb;
}

ul.n3_ul li span {
    float: right;
    color: #666;
}

.n3_section {
    padding: 0px 30px 0px 0px;
}

.n3 {
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.n3_txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
    height: 278px;
}

.n3_txt p {
    text-indent: 2em;
}

.content {
    width: 1122px;
    height: 300px;
    overflow: hidden;
    margin: 10px auto 20px;
    float: left;
}

.content2,
.content3 {
    width: 554px;
    height: 178px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 10px;
}

.content ul {
    width: 100%;
    height: 300px;
}

.content ul li {
    float: left;
    width: 180px;
    height: 300px;
    display: block;
    margin-right: 7px;
}

.content ul li img {
    width: 180px;
    height: 190px;
}

.content ul li h5 {
    text-align: center;
}

.content ul li h5 a {
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
}

.content ul li p {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
}


/* #news_4 */

#news_4 {
    margin: 20px auto 0;
}

#news_4 section {
    padding: 0;
}

#news_4 section div.news_kuang6 {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 0 15px 10px;
}

#news_4 section:nth-of-type(1) div.news_kuang6 {
    margin-right: 10px;
}

#news_4 section:nth-of-type(2) div.news_kuang6 {
    margin-left: 10px;
}


/* #news_5 */

#news_5 {
    margin-top: 20px;
}

#news_5 .container {
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

#news_5 ul.n5_pic_li {
    width: 100%;
    height: 178px;
}

#news_5 ul.n5_pic_li li {
    width: 138.5px;
    height: auto;
    float: left;
    padding: 5px;
}

#news_5 ul.n5_pic_li li img {
    border-radius: 50%;
    width: 128.5px;
    height: 128.5px;
}

#news_5 ul.n5_pic_li li h5 {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* links_div */

#links_div {
    margin-top: 20px;
}

#links_div .container {
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

#links_div .container .row {
    text-align: center;
}

#links_div .container .row div {
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
    width: 22%;
    margin: 10px 1%;
    display: inline-block;
}

#links_div .container .row i {
    display: block;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#links_div .container .row div img {
    width: 100%;
    height: 68px;
}

@media screen and (max-width: 1199px) {
    /* header css  */
    #news_1 section:nth-of-type(1) {
        height: 726px;
    }
    .banner-main-img01 li {
        width: 950px;
    }
    .ui-controls01 .ui-next01 {
        right: 18px;
    }
    /* news_2 css  */
    #news_2 section:nth-of-type(1) div.news_kuang6,
    #news_4 section:nth-of-type(1) div.news_kuang6 {
        margin-right: 0px;
    }
    #news_2 section:nth-of-type(2) div.news_kuang6,
    #news_4 section:nth-of-type(2) div.news_kuang6 {
        margin-left: 0px;
    }
    #news_2 section div.news_kuang6,
    #news_4 section div.news_kuang6 {
        margin-bottom: 20px;
    }
    /* news_3 css  */
    #news_3,
    #news_5 {
        margin-top: 0;
    }
    .content {
        width: 935px;
    }
    .content2,
    .content3 {
        width: 831px;
        margin: 0 auto;
    }
    #news_5 section:nth-of-type(1) {
        margin: 0 auto 15px;
    }
    #links_div .container .row div img {
        height: 58px;
    }
}

@media screen and (max-width: 991px) {
    /* news_1 css  */
    .banner-main-img01 li {
        width: 730px;
    }
    .ui-controls01 .ui-next01 {
        right: 18px;
    }
    .content {
        width: 718px;
    }
    .content ul li {
        width: 172.5px;
    }
    .content ul li img {
        width: 172.5px;
    }
    .content2,
    .content3 {
        width: 692.5px;
    }
    #news_5 ul.n5_pic_li li h5 {
        font-size: 14px;
    }
    #links_div .container .row div img {
        height: 45px;
    }
}

@media screen and (max-width: 767px) {
    /* banner css  */
    .banner-main {
        height: 240px;
    }
    .banner-main-img {
        height: 240px;
    }
    .banner-main-img li img {
        width: 768px;
        height: 240px;
        margin-left: -384px;
    }
    #news_1 section:nth-of-type(1) {
        height: auto;
    }
    #news_1 section:nth-of-type(1) div:nth-of-type(2) {
        display: none;
    }
    #news_1 section:nth-of-type(2) {
        margin-top: 15px;
        height: auto;
    }
    #news_1 section:nth-of-type(2) ul li a {
        width: 95%;
    }
    #AD_img {
        display: none;
    }
    #news_2 {
        margin-top: 0;
    }
    .n2_list_down ul li span {
        display: none;
    }
    .content {
        width: 100%;
    }
    .content ul li {
        width: 49%;
        height: 300px;
        margin-right: 1%;
    }
    .content ul li img {
        width: 100%;
        height: 180px;
    }
    #news_5 {
        padding: 0;
    }
    .content2,
    .content3 {
        width: 277px;
    }
    #links_div {
        padding: 0;
    }
    #links_div .container .row div {
        width: 45%;
        margin: 10px 1%;
    }
    #links_div .container .row div img {
        height: 50px;
    }
}