﻿@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
            margin: 0;
            padding: 0;
            font: 12px Arial, Helvetica, sans-serif;
           
            box-sizing: border-box;
            font-family: "microsoft yahei";
        }
        em {
            font-style: normal;
        }
        table {
            width: 100%;
            border: 0;
            border-collapse: collapse;
            border-spacing: 0;

        }
        a {
            text-decoration: none;
            color: #333;
            font-size: 14px;
        }
        fieldset, img {
            border: 0;
        }
        address, caption, cite, code, dfn, em, strong, th, var {
            font-style: normal;
            font-weight: normal;
        }
        ul, ol, li, dt, dd {
            list-style: none;
        }

        h1, h2, h3, h4, h5, h6 {
            font-size: 100%;
            font-weight: normal;
        }
        q:before, q:after {
            content: '';
        }

        sup {
            vertical-align: text-top;
        }
        sub {
            vertical-align: text-bottom;
        }
        input, textarea, select {
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
            font-size: 100%;
        }
        legend {
            color: #5E5E5E;
        }
        strong {
            font-weight: bold;
        }
        .clearfix {
            display: block;
            zoom: 1;
        }
        .clearfix:after {
            content: " ";
            display: block;
            font-size: 0;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        .clear {
            clear: both;
            height: 0;
            overflow: hidden;
        }
        .fl {
            float: left;
        }
        .fr {
            float: right;
        }
		
body#second_bg{background:url(../images/second_bg.jpg) no-repeat center top; width:100%; min-height:300px;}	

.chapter-head{
    width:100%;
    height:407px;
    background: url(../images/second_bg.jpg) top center no-repeat;
}
.chapter-with{
    position: relative;
    width: 1200px;
    margin: auto;
}
.chapter-head .sjd_b{
    display: block;
    padding-top: 98px;
    margin: auto;
}
.m_lead{
    width:100%;
    background: #e7fff4;
    height: 168px;
    margin-bottom: 38px;
}
.m_lead h1{
	padding-top: 20px;
}
.m_lead h1 a{
    display: block;
    color: #086c75;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    margin:0 auto 10px 0;
}
.m_lead p {
    text-indent: 2em;
	line-height: 26px;
	font-size: 16px;
	color: #666666;
}

.m_lead p a{
    font-size: 16px;
    color: #666666;
    
}

.main{width:1100px; margin:0 auto;}
.box_gg{background:url(../images/gg_bg.jpg) no-repeat top center/100% 100%;margin-top: 20px;}

.news{width:620px;}
.news h1{height:53px; line-height:50px;text-indent:20px;font-size:24px;color:#fff;font-weight: bolder;margin-bottom: 5px;background:url(../images/tit_bg1.png) no-repeat top left/auto 100%;}
.news p{line-height:30px; margin-bottom:20px;}
.news li{border-bottom: 1px dotted #d3cfcb;font-size: 18px;line-height:56px;}
.news li a{font-size: 18px;}
.news li:last-child{border-bottom:none;}


.box_dcdt{background: #fff;padding:15px;}
.box_dcdt .currCls{font-size: 14px;padding:0 0 15px 0;}


.newsCon, .listNews {
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}
.listNews h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 9px 0;
}

.listNews h2 a{font-size: 18px;}
.listNews h2 a:hover{
    color: #0c5199;
    cursor: pointer;
}
.leftNews .listNews:last-child{
    border-bottom:none;
}
.newsCon2 .news_text {
    font-size: 14px;
    padding-top: 2px;
}


.subwrap{width:1040px; margin:0 auto; margin-top:370px;}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}