#allmap img{max-width:none}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, img, div {
    margin: 0;
    padding: 0;
    outline: none;
}
li {
    list-style: none;
}
a:hover {
    text-decoration: none;
}
*{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /**-moz-user-select: none; user-select: none;*/
}

div.allever ul li.childBlank {
    background: none;
    border: 0;
    box-shadow: 0 0 0 0 #fff;
    
}

    div.allever ul li.childBlank:hover {
        background: none;
        border: 0;
        box-shadow: 0 0 0 0 #fff;
        margin: 0;
        padding: 0;
    }


body, button, input, select, textarea, p {
    font: 16px 'Microsoft YaHei',arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

input:focus, textarea:focus {
    outline: none;
}

legend {
    color: #000;
}

em {
    font-style: normal;
}

fieldset, img, span {
    border: 0;
}

article, aside, figcaption, figure, footer, header, nav, section, summary {
    display: block
}

textarea {
    resize: none;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {	
	
	-webkit-transition: margin 500ms ease;
	-moz-transition: margin 500ms ease;
	-ms-transition: margin 500ms ease;
	-o-transition: margin 500ms ease;
	transition: margin 500ms ease;
   
	min-width: 1200px;	
}
#container-fluid .lyrow, #container-fluid .box {
    box-sizing: border-box;
}

.children-navs {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 80px;
    transition: 0.5s;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.children-navs ul {
    width: 100%;
    text-align:center;
}

.children-navs ul li {
    display:inline-block;
    position: relative;
    line-height: 80px;
    transition: .6s;
    min-width: 120px;
    text-align: center;
}

.children-navs ul li a {
    display: block;
    color: #555;
    font-size: 18px;
    transition: .3s;
    position: relative;
    z-index: 3;
}

.children-navs ul li:after {
    content: '';
    height: 3px;
    width: 0;
    background: #0ca944;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: .4s;
    z-index: 2;
}

.children-navs ul li:before {
    content: '';
    height: 3px;
    width: 0;
    background: #0ca944;
    position: absolute;
    bottom: 0px;
    right: 0;
    transition: .4s;
    z-index: 2;
}

.children-navs ul li.active a {
    color: #0ca944;
}

.children-navs ul li.active:after, .children-navs ul li.active:before {
    width: 50%;
    background: #0ca944;
}

.children-navs ul li:hover:after, .children-navs ul li:hover:before {
    width: 50%;
}

    .children-navs ul li:hover a {
        color: #0ca944;
        
    }
    /*.children-navs ul li > a:hover {
        background: #3e5395;
    }*/
    .children-navs1 {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: 60px;
        transition: 0.5s;
    }

.children-navs1 ul {
    width: 100%;
    display: block;
    text-align:center;
}

.children-navs1 ul li {
    display:inline-block;
    position: relative;
    line-height: 60px;
    transition: .6s;
    min-width: 120px;
    text-align: center;
    margin-right: 20px;
}

.children-navs1 ul li a {
    display: block;
    color: #555;
    font-size: 18px;
    transition: .3s;
    position: relative;
    z-index: 3;
}

.children-navs1 ul li:after {
    /*content: '';
    height: 100%;
    width: 0;
    background: #3e5395;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    bottom: 0;*/
    transition: .4s;
    z-index: 2;
}

    .children-navs1 ul li:hover:after {
        width: 100%;
        
    }

.children-navs1 ul li.active {
    background: #3e5395;
}

.children-navs1 ul li.active a {
    color: #fff;
}

    .children-navs1 ul li:hover a {
        color: #fff;
        background: #3e5395;
    }
.children-navs2 {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #c6000b;
    width: 100%;
}

.children-navs2 ul {
    margin: 0 auto;
    overflow: hidden;
    text-align:center;
}

.children-navs2 li {
    display:inline-block;
    text-align: center;
    padding: 0 2px;
    box-sizing: border-box;
    position: relative;
}

.children-navs2 li a {
    font-size: 18px;
    line-height: 60px;
    padding: 0 40px;
    color: #fff;
    display:block;
}

    .children-navs2 li a:hover {
        color: #fff;
        /*background: #3e5395;*/
    }

    .children-navs2 li::after {
        content: '';
        position: absolute;
        left: 18px;
        top: 50%;
        margin-top: -2px;
        transition: all 1s;
        display: none;
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff;
        width: 8px;
        height: 8px;
    }

.children-navs2 li::before {
    content: '';    	
	-webkit-transform-origin:0 100%;
	-moz-transform-origin:0 100%;
	-o-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	transform-origin:0 100%;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background:#fff;    
    width: 8px;
    height: 8px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -2px;
    transition: all 1s;
    display: none;
}

.children-navs2 li:hover:after, .children-navs2 li:hover:before {
    display: block;
}

.children-navs2 .active:after, .children-navs2 .active:before {
    display: block;
}

.children-navs2 .active a {
    color: #fff;
}


.wz_all {
    width: 100%;
}

.wz_main {
    width: 1200px;
    margin: 0 auto;
}

.wz_main .wz_news_ny li a {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.wz_main .wz_news_ny li {
    width: 100%;
    transition: .5s;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.wz_main .wz_news_ny li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wz_main .wz_news_ny li .img_box {
    width: 30%;
    height: 250px;
    float: left;
    overflow: hidden;
}

.wz_main .wz_news_ny li .img_box img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.wz_main .wz_news_ny li:hover .img_box img {
    transform: scale(1.2);
}

.wz_main .wz_news_ny li .text {
    width: 65%;
    float: right;
}

.wz_main .wz_news_ny li .text h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden;
    /*内容超出后隐藏*/
    text-overflow: ellipsis;
    /* 超出内容显示为省略号*/
    white-space: nowrap;
    /*文本不进行换行*/
    transition: 1s;
    color: #999;
}

.wz_main .wz_news_ny li:hover .text h2 {
    color: #1a1a1a;
}

.wz_main .wz_news_ny li .text time {
    color: #999;
    display: block;
    margin: 10px 0 15px 0;
    transition: 1s;
}

.wz_main .wz_news_ny li:hover .text time {
    color: #666;
}

.wz_main .wz_news_ny li .text time i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
}

.wz_main .wz_news_ny li .text p {
    padding-right: 5%;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
    color: #999;
    transition: 1s;
}

.wz_main .wz_news_ny li:hover .text p {
    color: #333;
}

.wz_main .wz_news_ny li .text span {
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px 10px;
    transition: 1s;
    color: #999;
}

.wz_main .wz_news_ny li:hover .text span {
    border: 1px solid #c6000b;
    border-radius: 10px;
    color: #333;
}

.wz_main .wz_con_page {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.wz_main .wz_page_list {
    display: inline-block;
}

.wz_main .wz_page_list li {
    display: inline;
    float: left;
    color: #333;
}

.wz_main .wz_page_list li:nth-child(3),
.wz_main .wz_page_list li:last-child {
    margin: 0 10px;
    line-height: 30px;
}

.wz_main .wz_page_list li a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    color: #333;
    border: 1px solid #666;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    margin: 0 5px;
    transition: .5s;
}

.wz_main .wz_page_list li a:hover {
    background: #666;
    color: #FFFFFF;
    border: 1px solid #666;
}

.f-pageone.fenye {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.f-pageone.fenye li {
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    border: 1px solid #333;
    margin:0 10px;
}

.f-pageone.fenye li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.f-pageone.fenye li a:hover {
    color: #d50100;
}

.f-pageone.fenye li:hover {
    border: 1px solid #d50100;
}

.newcontent {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
    overflow-y: auto;
}

.newcontent h2 {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}

.newcontent h3 {
    text-align: center;
    color: #666;
    margin: 20px 0;
}

    .newcontent h3 span {
        display: inline;
        margin: 0 20px;
    }

    .newcontent h3 a {
        display: inline;
        color: #0f75bc;
    }

.newcontent p {
    font-size: 16px;
    line-height: 25px;
    text-indent: 2em;
}

    .newcontent p img {
        max-width: 100%;
        margin: 10px 0;
    }

.newcontent .content {
    padding-bottom: 20px;
}

.newnext {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

    .newnext p {
        display: inline-block;
        float: left;
    }

        .newnext p:last-child {
            float: right;
        }

.newcontent a {
    text-decoration: none;
}

.picture1 {
    width: 100%;
    overflow: hidden;
}

.picture1 .picture1-cont {
    width: 1200px;
    margin: 10px auto;
}

.picture1 .picture1-cont > ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
    .picture1 .picture1-cont > ul:after {
        content: "";
        width: 23%;
        display: block;
        height: 0;
    }
.picture1 .picture1-cont > ul li {
    float: left;
    width: 23%;
    overflow: hidden;
}

.picture1 .picture1-cont > ul a {
    display: block;
    overflow: hidden;
}

.picture1 .picture1-cont > ul li div {
    color: #333;
    font-size: 16px;
    text-align: center;
    margin: 10px 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picture1 .picture1-cont > ul li a img {
    width: 100%;
    height: 210px;
    font-size: 16px;
    transition: 1s;
    overflow: hidden;
}

.picture1 .picture1-cont > ul li img:hover {
    transform: scale(1.1);
}