html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
i,b {
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', sans-serif;
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

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

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

/*clearfix*/
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
/*float*/
.fl {
    float: left
}

.fr {
    float: right
}
/*text align*/
.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*bx*/
.bx {
    width: 1200px;
    margin: 0 auto;
}

/*head begin*/
    .head {
        color: #fff;
        height: 400px;
        margin-bottom: 20px;
        background: url(/globalimages/mzjdlj20180919-headbanner.png) no-repeat center top;
    }
    .head .organ {
        padding-left: 250px;
    }
    .head .head-main-con {
        width: 910px;
        font-size: 30px;
        font-family: "SimSun";
        margin-top: 150px;
        text-align: center;
    }
    .head-main-con p {
        margin-bottom: 5px;
    }
/*head end*/

/*news begin*/
    .news {
        margin-bottom: 20px;
    }
    .news .news-slide {
        width: 488px;
        overflow: hidden;
        position: relative;
    }
    .slide-img ul {
        width: 1000%;
    }
    .slide-img li {
        float: left;
        width: 488px;
    }
    .slide-img a,
    .slide-img img {
        display: block;
        width: 100%;
    }
    .slide-bot {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 44px;
        background: rgba(0,0,0,.5);
    }
    .slide-bot .slide-title {
        margin-left: 15px;
    }
    .slide-bot .slide-title a {
        color: #fff;
        display: none;
        font-size: 16px;
        line-height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .slide-bot .slide-dot {
        margin-top: 18px;
        margin-right: 10px;
    }
    .slide-dot li {
        width: 8px;
        height: 8px;
        float: left;
        margin: 0 5px;
        cursor: pointer;
        background: #000;
        border-radius: 50%;
        background: url(/globalimages/mzjdlj20180919-dot01.png) no-repeat center \9;
    }
    .slide-dot li.current {
        background: #1ba489;
        background: url(/globalimages/mzjdlj20180919-dotcurrent01.png) no-repeat center \9;
    }
    .news .news-con {
        width: 692px;
    }
    .news-con .title,
    .top-news,
    .list-con li {
        border-bottom: 1px solid #d9d9d9;
    }
    .top-news a {
        display: block;
    }
    .top-news a:hover,
    .top-news a:hover p,
    .list-con li a:hover {
        color: #1ba489;
    }
    .top-news h2 {
        font-size: 20px;
        line-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .top-news p {
        color: #666;
        line-height: 20px;
        margin-bottom: 10px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .top-news span {
        color: #e08b1e;
        display: block;
        margin-bottom: 8px;
    }
    .list-con li {
        zoom: 1;
    }
    .list-con li:after {
        content: ".";
        width: 0;
        height: 0;
        visibility: hidden;
        display: block;
        clear: both;
        overflow:hidden;
    }
    .list-con li a {
        display: block;
        width: 80%;
        float: left;
        line-height: 43px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .list-con li span {
        float: right;
        display: block;
        color: #999;
        line-height: 43px;
    }
/*news end*/

/*title begin*/
    .title h3 {
        color: #1ba489;
        font-size: 18px;
        font-weight: 700;
        line-height: 33px;
    }
    .title a {
        color: #999;
        line-height: 33px;
    }
    .title a:hover {
        color: #1ba489;
    }
    .title i {
        display: block;
        width: 21px;
        height: 21px;
        margin-right: 5px;
        margin-top: 6px;
        background: url(/globalimages/mzjdlj20180919-titleico.png) no-repeat;
    }
    .news-con i {
        -ms-background-position-x: -28px;
        background-position-x: -28px;
    }
    .act-l .title i {
        -ms-background-position-x: -58px;
        background-position-x: -58px;
    }
    .act-r .title i {
        -ms-background-position-x: -86px;
        background-position-x: -86px;
    }
/*title end*/


/*act begin*/
    .act {
        margin-bottom: 20px;
    }
    .act-l {
        width: 488px;
    }
    .act-tab ul {
        border-bottom: 1px solid #1ba489;
    }
    .act-tab li {
        float: left;
        color: #999;
        width: 122px;
        cursor: pointer;
        font-size: 16px;
        background: #eee;
        line-height: 38px;
        text-align: center;
        border-right: 1px solid #fff;
        border-radius: 5px 5px 0 0;
    }
    .act-tab li.no-br {
        border-right: none;
    }
    .act-tab li.current {
        color: #fff;
        font-weight: 700;
        background: #1ba489;
    }
    .tab-con > div {
        display: none
    }
    .tab-con li a {
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #d9d9d9;
    }
    .tab-con li.no-bb a {
        border-bottom: none;
    }
    .tab-con li a:hover h3 {
        color: #1ba489;
    }
    .tab-con li h3 {
        font-size: 18px;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .tab-con li span {
        margin-right: 5px;
        color: #999;
    }
    .tab-con > div > a {
        display: block;
        width: 100%;
        color: #999;
        text-align: center;
        line-height: 40px;
        background: #f5f5f5;
    }
    .tab-con > div > a:hover {
        color: #fff;
        background: #1ba489;
    }
    .act-r {
        width: 692px;
        overflow: hidden;
    }
    .act-r .act-dot li {
        float: left;
        width: 8px;
        height: 8px;
        margin: 0 2px;
        cursor: pointer;
        margin-top: 12px;
        border-radius: 50%;
        background: #e8e8e8;
        background: url(/globalimages/mzjdlj20180919-dot02.png) no-repeat center \9;
    }
    .act-r .act-dot li.current {
        background: #e08b1e;
        background: url(/globalimages/mzjdlj20180919-dotcurrent02.png) no-repeat center \9;
    }
    .act-slider a {
        display: block;
        width: 337px;
        height: 197px;
        margin-bottom: 18px;
    }
    .act-slider a img {
        display: block;
    }
    .act-slider {
        width: 1000%;
    }
    .act-slider > div {
        margin-right: 18px;
        float: left;
    }
/*act end*/

/*footer begin*/
    .footer-top p {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-bot > div {
        margin-top: 50px;
        width: 10%;
    }
    .footer-bot .bot-m {
        width: 80%;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .bot-m > div {
        margin-bottom: 5px;
        text-align: center;
    }
    .bot-m span {
        display: block;
        margin-bottom: 5px;
    }
    .bot-m > div a {
        margin: 0 5px;
    }
/*footer end*/