﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0 auto;
    padding: 0;
}

body {
    background-color: #FFF;
    font-size: 14px;
    color: #000;
    font-family: "Microsoft Yahei";
    line-height: 20px;
}

a, a:visited {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #2396c7;
        text-decoration: none;
    }

ul, ol, li {
    list-style: none outside none;
}

img {
    border: 0;
}

.FL {
    float: left;
    display: block;
}

.FR {
    float: right;
    display: block;
}

.divline_10 {
    height: 10px;
    line-height: 10px;
    width: auto;
    overflow: hidden;
    clear: both;
}

.divline_20 {
    height: 20px;
    line-height: 20px;
    width: auto;
    overflow: hidden;
    clear: both;
}

.divline_40 {
    height: 40px;
    line-height: 40px;
    width: auto;
    overflow: hidden;
    clear: both;
}

.M_T_z {
    margin-left: 10px;
}

.z_12 {
    font-size: 12px;
}

.z_16 {
    font-size: 16px;
}

.z_18 {
    font-size: 18px;
}

.z_24 {
    font-size: 24px;
}

.z_30 {
    font-size: 30px;
}
/*white*/
.zW {
    color: #FFF;
}

    .zW a {
        color: #FFF;
    }

        .zW a:visited {
            color: #FFF;
        }

        .zW a:hover {
            color: #F00;
        }
/*blue*/
.zL {
    color: #2396c7;
}

    .zL a {
        color: #2396c7;
    }

        .zL a:visited {
            color: #2396c7;
        }

        .zL a:hover {
            color: #F00;
        }
/*con*/
.container {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.M00 {
    width: auto;
    height: auto;
    overflow: hidden;
}
/*头部*/
#header {
    width: 100%;
    min-width: 1200px;
    height: auto;
    padding: 15px 0;
    overflow: hidden;
}

.weixin {
    cursor: pointer;
}

    .weixin .xixi {
        display: none;
    }

    .weixin:hover .xixi {
        position: absolute;
        display: block;
        right: 12%;
        top: 0;
        z-index: 9
    }
/*nav*/
#nav {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: #2396c7;
    line-height: 60px;
    overflow: hidden;
}

    #nav ul li {
        width: auto;
        height: 60px;
        padding: 0 40px;
        float: left;
    }

        #nav ul li a, #nav ul li a:visited {
            display: block;
            text-align: center;
            color: #FFF;
        }

            #nav ul li a:hover {
                background: url(../images/Menu-line.gif) repeat;
                font-weight: bold;
            }
/*search*/
.search {
    width: 32px;
    height: 30px;
    background: #2396c7 url(../images/search.gif) no-repeat center center;
    border: 0;
    cursor: pointer;
}
/*banner*/
.banner {
    width: auto;
    min-width: 1200px;
    height: 500px;
}
/*.banner img{ width: 100%; height: 100%; display:inline-block;}*/
/*footer*/
#footing {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background-color: #646668;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
}
/*cent*/
.L {
    width: 740px;
    height: auto;
    overflow: hidden;
}

.R {
    width: 420px;
    height: auto;
    overflow: hidden;
}

.BT {
    width: 100%;
    height: 36px;
    border-bottom: #d4d6d9 2px solid;
    line-height: 36px;
    overflow: hidden;
}

    .BT ul {
        width: auto;
        height: 36px;
        float: left;
    }

        .BT ul li {
            width: 110px;
            height: 36px;
            float: left;
            display: block;
            text-align: center;
            cursor: pointer;
        }

            .BT ul li.active {
                background-color: #2396c7;
                color: #FFFFFF;
            }

    .BT span a {
        float: right;
    }

.news {
    width: 740px;
    height: 240px;
}

.news-img {
    width: 320px;
    height: 240px;
}

.box {
    width: 320px;
    height: 240px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.box-1 ul {
}

    .box-1 ul li {
        width: 320px;
        height: 240px;
        position: relative;
        overflow: hidden;
    }

        .box-1 ul li img {
            display: block;
            width: 320px;
            height: 240px;
        }

        .box-1 ul li h2 {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 40px;
            width: 250px;
            background: rgba(0,0,0,.4);
            text-indent: 10px;
            padding-right: 500px;
            font-size: 15px;
            line-height: 40px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-weight: normal;
            color: ghostwhite;
        }

.box-2 {
    position: absolute;
    right: 10px;
    bottom: 14px;
}

    .box-2 ul li {
        float: left;
        width: 12px;
        height: 12px;
        overflow: hidden;
        margin: 0 5px;
        border-radius: 50%;
        background: rgba(255,255,255,0.4);
        text-indent: 100px;
        cursor: pointer;
    }

    .box-2 ul .on {
        background: rgba(161,31,22,0.9);
    }

.box-3 span {
    position: absolute;
    color: white;
    background: rgba(0,0,0,.3);
    width: 30px;
    height: 50px;
    top: 50%;
    line-height: 50px;
    font-size: 40px;
    margin-top: -30px;
    text-align: center;
    cursor: pointer;
}

.box-3 .prev {
    left: 0px;
}

.box-3 .next {
    right: 0px;
}

.box-3 span::selection {
    background: transparent;
}

.box-3 span:hover {
    background: rgba(0,0,0,.8);
}

.news-nr {
    width: 400px;
    height: 240px;
}

    .news-nr ul li {
        width: 400px;
        height: 34px;
        line-height: 34px;
    }

.onetitle {
    width: 70%;
}

.onedate {
    width: 30%;
    text-align: right;
}

.seu {
    width: 420px;
    height: 130px;
}

.seu-nr {
    width: 420px;
    height: 102px;
    padding-top: 8px;
}

    .seu-nr ul li {
        width: 420px;
        height: 34px;
        line-height: 34px;
    }

.picc a:hover {
    width: 208px;
    height: 90px;
    display: block;
    border: #2396c7 1px solid;
    border-radius: 3px;
}

.aside {
    width: 355px;
    height: auto;
    display: block;
    overflow: hidden;
}

.aside-T {
    width: 355px;
    height: 170px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 170px;
}

.aside-bg1 {
    background: url("../images/2-1.jpg") no-repeat;
}

.aside-bg2 {
    background: url("../images/2-2.jpg") no-repeat;
}

.aside2 {
    width: 226px;
    height: auto;
    display: block;
    overflow: hidden;
}

.aside2-T {
    width: 226px;
    height: 200px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 195px;
}

.aside2-MTL {
    margin: 0 30px;
}

.aside-bg3 {
    background: url("../images/2-3.jpg") no-repeat;
}

.aside-bg4 {
    background: url("../images/2-4.jpg") no-repeat;
}

.aside ul li {
    width: 355px;
    height: 30px;
    background: url("../images/arrow.jpg") no-repeat left center;
    padding-left: 16px;
    line-height: 30px;
}

.aside2 ul li {
    width: 355px;
    height: 30px;
    background: url("../images/arrow.jpg") no-repeat left center;
    padding-left: 16px;
    line-height: 30px;
}

.yg {
    width: 130px;
    height: 170px;
    display: block;
}

.yg-nr {
    width: 270px;
    height: 170px;
    text-indent: 2em;
    display: block;
    overflow: hidden;
    line-height: 28px;
}

.cont {
    width: 100%;
    min-width: 1200px;
    height: 235px;
    padding: 40px 0;
    background: url("../images/link-bg.gif") repeat top;
    overflow: hidden;
}

.map {
    width: 610px;
    height: auto;
    display: block;
    overflow: hidden;
}

.link {
    width: 550px;
    height: auto;
    display: block;
    overflow: hidden;
}

.linkbt ul li {
    width: 110px;
    height: 36px;
    float: left;
    margin: 0 10px;
    border: #2396c7 1px solid;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

    .linkbt ul li a:hover {
        width: 110px;
        height: 36px;
        background-color: #2396c7;
        color: #FFFFFF;
        display: block;
        overflow: hidden;
    }

.linkactive {
    background-color: #2396c7;
    color: #FFFFFF;
}

.linknr ul li {
    width: 243px;
    height: 35px;
    border: #CCCCCC 1px solid;
    padding: 5px;
    margin: 5px 10px;
    float: left;
    line-height: 35px;
    overflow: hidden;
}

    .linknr ul li img {
        vertical-align: middle;
    }
/*List页面*/
.List_L {
    width: 234px;
    height: auto;
    background-color: #deeff7;
    overflow: hidden;
}

.List_R {
    width: 950px;
    height: auto;
    overflow: hidden;
}

.List_L00 {
    width: 204px;
    height: 60px;
    background-color: #2396c7;
    padding: 0 15px;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
}

.List_L01 {
    width: 234px;
    height: auto;
    overflow: hidden;
}

.List_L02 {
    width: 165px;
    height: 50px;
    background: url(../images/List_arrow.gif) no-repeat left center;
    padding-left: 29px;
    margin: 0 20px;
    line-height: 50px;
    overflow: hidden;
}

.List_R00 {
    width: auto;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.List_R01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
}

.List_R02 {
    width: 950px;
    height: 40px;
    border-bottom: #333 1px dotted;
    line-height: 40px;
    overflow: hidden;
}

.List_R02_L {
    width: 850px;
    height: 40px;
}

.List_R02_R {
    width: 100px;
    height: 40px;
    text-align: right;
}

.List_R03 {
    width: 227px;
    height: 174px;
    margin: 5px;
    overflow: hidden;
}

.List_R03_T {
    width: 223px;
    height: 150px;
    padding: 1px;
    border: #CCC 1px solid;
}

.List_R03_B {
    width: 227px;
    height: 20px;
    text-align: center;
}

.info {
    width: auto;
    height: 30px;
    background-color: #2396c7;
    padding: 0 20px;
    line-height: 30px;
    overflow: hidden;
}

.info-line {
    border: #CCCCCC 1px dashed;
    background-color: #F1F1F1;
    line-height: 35px;
    color: #2396c7;
}

.List_L03 {
    width: 155px;
    height: 30px;
    background: url(../images/List_icon.gif) no-repeat left center;
    padding-left: 10px;
    margin: 0 20px 0 49px;
    border-bottom: #CCC 1px dashed;
    line-height: 30px;
    overflow: hidden;
}


.aside-bg4 {
    background: url("../images/2-4.jpg") no-repeat;
}

.aside-bg5 {
    background: url("../images/2-5.jpg") no-repeat;
}

.List_R04 {
    width: 950px;
    height: auto;
    border-bottom: #CCC 1px solid;
    line-height: 30px;
    overflow: hidden;
}

.List_R05 {
    width: auto;
    height: 30px;
    padding: 0 20px;
    background-color: #0060aa;
    overflow: hidden;
}

.BannerPic {
    width: 1920px;
    height: 500px;
}

.PF {
    width: 228px;
    height: 140px;
}

.NewPic {
    width: 320px;
    height: 240px;
}

.YQLJPic {
    width: 19px;
    height: 20px;
}

.imgSi {
    width: 223px;
    height: 150px;
}
