* {
    padding: 0;
    margin: 0;
}

html, body {
    font-family: "微软雅黑", "宋体", arial;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
}

ul, li, dl, dt {
    list-style: none;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

.warp {
    clear: both;
}

.cotainer {
    width: 1200px;
    margin: 0 auto;
}

.content {
    background: #FFFFFF;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}

.round {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

/*top*/
.top {
    z-index: 99;
    position: relative;
}

.top .cotainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    position: relative;
    top: 10px;
}

.top_note {
    position: absolute;
    right: 0px;
    top: 10px;
}

.top_note .phone {
    float: left;
    padding-right: 15px;
    color: #9b9b9b;
}

.top_note a {
    float: left;
    padding: 0px 8px;
    margin-top: 3px;
    border-right: 1px solid #666666;
    line-height: 13px;
    color: #9b9b9b !important;
}

.top_note a:hover {
    color: #004C92 !important;
}

.top_menu {
    float: left;
    height: 40px;
    line-height: 41px;
    margin-top: 77px;
}

.top_menu ul {
}

.top_menu ul li {
    float: left;
    padding: 0px 20px;
    font-size: 16px;
    position: relative;
}

.top_menu ul li a {
    color: #000000 !important;
}

.top_menu ul li:hover, .top_menu ul li.select {
    background: #004c92;
}

.top_menu ul li:hover a, .top_menu ul li.select a {
    color: #FFFFFF !important;
}

.top_menu .menu_hover {
    position: absolute;
    left: 0px;
    top: 40px;
    display: none;
    width: 440px;
    height: 190px;
    background: #004c92;
    color: #FFFFFF;
    border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    -ms-border-radius: 0px 0px 7px 7px;
}

.top_menu .menu_hover dl {
    float: left;
    overflow: hidden;
    padding: 10px 0px 10px 20px;
    height: 170px;
    width: 200px;
}

.top_menu .menu_hover dl dt {
    font-size: 13px;
    width: 48%;
    float: left;
}

.top_menu .menu_hover dl dt:hover {
    text-decoration: underline;
}

.top_menu .menu_hover img {
    float: right;
    display: block;
    padding: 20px 20px 20px 0px;
}

.search {
    margin-top: 30px;
    font-size: 13px;
}

.search .search_txt {
    border: 1px solid #dadada;
    height: 25px;
    padding: 3px 10px 0 15px;
    line-height: 32px;
    outline: none;
    width: 140px;
    float: left;
    border-right: none;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
}

.search .search_btn {
    color: #FFFFFF;
    border: 1px solid #dadada;
    background: #008940;
    padding: 0px 10px;
    height: 32px;
    outline: none;
    line-height: 32px;
    *line-height: 27px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
}

/* banner */
.banner {
    position: relative;
}

.banner123 {
    position: relative;
}

.slideBox {
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .bd {
    position: relative;
    height: 100%;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 15%;
    height: 100%;
    background: url(../image/prev.png) center center no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
}

.slideBox .next {
    left: auto;
    right: 0;
    background: url(../image/next.png) center center no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


.center_img {
    position: absolute;
    left: 50%;
    margin-left: -360px;
    top: 170px;
}

.banner_bot {
    position: absolute;
    bottom: 10px;
    width: 1180px;
    margin-left: -590px;
    left: 50%;
    z-index: 10;
    height: 35px;
    line-height: 35px;
}

.banner_bot .bot1 {
    position: relative;
    width: 33%;
    float: left;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
    margin-right: 0.333%;
    cursor: pointer;
}

.banner_bot .bot1 .bot_tit {
    position: absolute;
    text-indent: 2em;
    width: 100%;
    overflow: hidden;
    background: url(../image/banner_bot_bg.png);
}

.banner_bot .bot1 .bot_mian img {
    width: 118px;
    height: 143px;
    display: block;
    float: left;
    padding: 20px 0 0 10px;
}

.banner_bot .bot1 .bot_tit a {
    width: 90%;
    display: block;
    float: left;
    height: 35px;
    color: #FFFFFF !important;
}

.banner_bot .bot1 .bot_tit i {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 14px;
    height: 15px;
    background: url(../image/icon1.png) 0px 0px no-repeat;
}

.banner_bot .bot1 .bot_tit i.on {
    animation: icon 0.5s forwards;
    -webkit-animation: icon 0.5s forwards;
    -moz-animation: icon 0.5s forwards;
    -o-animation: icon 0.5s forwards;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    transform-origin: 30% 30%;
    -webkit-transform-origin: 30% 30%;
    -moz-transform-origin: 30% 30%;
    -o-transform-origin: 30% 30%;
    -ms-transform-origin: 30% 30%;
}

.banner_bot .bot1 .bot_tit i.on1 {
    animation: icon1 0.5s forwards;
    -webkit-animation: icon1 0.5s forwards;
    -moz-animation: icon1 0.5s forwards;
    -o-animation: icon1 0.5s forwards;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    transform-origin: 30% 30%;
    -webkit-transform-origin: 30% 30%;
    -moz-transform-origin: 30% 30%;
    -o-transform-origin: 30% 30%;
    -ms-transform-origin: 30% 30%;
}

.banner_bot .bot1 .bot_mian {
    display: none;
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: 35px;
    left: 0px;
    overflow: hidden;
    background: url(../image/banner_bot_bg.png);
}

.banner_bot .bot1 .blank {
    width: 100%;
    height: 3px;
    background: url(../image/banner_bot_bg.png);
}

.banner_bot .bot1 .bot_mian .text {
    float: left;
    display: inline;
    width: 240px;
    *width: 240px;
    height: 150px;
    overflow: hidden;
    padding: 15px 0 0 20px;
    line-height: 25px;
    font-size: 13px;
}

.banner_bot .bot1 .bot_mian .text a {
    color: #FFFFFF !important;
}

.banner_bot .bot1 .bot_mian .text a:hover {
    color: #FFFFFF !important;
    text-decoration: underline;
}

.banner_bot .bot1 .bot_mian .text .year_li {
    background: #FFFFFF;
    text-align: center;
    float: left;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    margin: 8px 11px 0px 0;
    font-size: 16px;
}

.banner_bot .bot1 .bot_mian .text .on {
    border: 1px solid #ffb400 !important;
}

.banner_bot .bot1 .bot_mian .text .year_li span {
    color: #ffb400;
    font-size: 24px;
    float: left;
}

.banner_bot .bot1 .bot_mian .text .year_li a {
    color: #000000 !important;
}

.banner_bot .bot1 .bot_mian .logo_ul {
    max-height: 160px;
    overflow-x: hidden;
    margin-top: 10px;
    height: 160px;
    margin-left: 40px;
}

.banner_bot .bot1 .bot_mian .logo_ul {
    overflow: hidden;
}

.banner_bot .bot1 .bot_mian .logo_ul li {
    float: left;
    position: relative;
}

.banner_bot .bot1 .bot_mian .logo_ul li img {
    display: block;
    width: 133px;
    height: 57px;
}

@keyframes icon {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-90deg);
    }
}

@-moz-keyframes icon {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-90deg);
    }
}

@-webkit-keyframes icon {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-90deg);
    }
}

@-ms-keyframes icon {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-90deg);
    }
}

@keyframes icon1 {
    from {
        transform: rotate(-90deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@-moz-keyframes icon1 {
    from {
        transform: rotate(-90deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes icon1 {
    from {
        transform: rotate(-90deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@-ms-keyframes icon1 {
    from {
        transform: rotate(-90deg);
    }
    to {
        transform: rotate(0deg);
    }
}

/*main_box*/
.main_box {
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}

.box1 {
    width: 38%;
    float: left;
    padding: 0px 1%;
}

.box2 {
    width: 356px;
    float: left;
    padding: 0px 1%;
}


.box1 .title, .box2 .title {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
}

.box1 .title .span1, .box2 .title .span1, .box3 .title .span1 {
    font-weight: 500;
    float: left;
    padding: 0px 25px;
    background: #ffffff;
    display: block;
    position: relative;
}

.box1 .title .span1 a, .box2 .title .span1 a, .box3 .title .span1 a {
    color: #000000 !important;
}

.box1 .title .span1 i, .box2 .title .span1 i, .box3 .title .span1 i {
    position: absolute;
    left: 3px;
    top: 3px;
    *top: 12px;
}

.box1 .title .span2, .box2 .title .span2, .box3 .title .span2 {
    padding-left: 30px;
    float: right;
    font-size: 13px;
    padding-right: 10px;
}

.box1 .title .span2 a, .box2 .title .span2 a, .box3 .title .span2 a {
    color: #9d9d9d !important;
}

.box1 .ul_tit, .box2 .ul_tit {
    overflow: hidden;
    border: 1px solid #DDDDDD;
    border-width: 1px 0px 1px 0px;
    height: 30px;
    line-height: 30px;
}

.box1 .ul_tit a, .box2 .ul_tit a {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #DDDDDD;
    color: #000000 !important;
}

.box1 .ul_tit a:hover, .box1 .ul_tit a.on {
    background: #008940;
    color: #FFFFFF !important;
}

.box2 .ul_tit a:hover, .box2 .ul_tit a.on {
    background: #68b92e;
    color: #FFFFFF !important;
}

.box1 ul {
    padding: 14px 2%;
    width: 96%;
    float: left;
    overflow: hidden;
    display: none;
}

.box1 ul .ul_img {
    float: left;
    width: 166px;
    height: 166px;
    margin-right: 10px;
}

.box1 ul .ul_list {
    width: 59%;
    float: left;
}

.box1 ul .ul_list li .a2 {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #666666 !important;
}

.box1 ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: relative;
    float: left;
    font-size: 13px;
}

.box1 ul li:hover,
.box1 ul li a:hover {
    color: #004C92 !important;
}

.box1 ul li .a1 {
    width: 70%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #666666 !important;
}

.box1 ul li b {
    width: 3px;
    height: 3px;
    background: #666666;
    position: absolute;
    content: '';
    top: 14px;
    left: 1px;
}

.box1 ul li b:hover {
    color: #004C92 !important;
}

.box1 ul li span {
    float: right;
    color: #666666 !important;
}

.box1 ul li span a {
    color: #666666 !important;
}

.box2_img {
    padding: 10px 0;
    overflow: hidden;
    display: none;
}

.box2_img img {
    display: block;
    padding-right: 8px;
    float: left;
}


/* 本例子css */
.box3 {
    width: 25%;
    float: left;
}

.box3 .title {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
}

.box3 ul .ul_list {
    width: 100%;
    float: left;
    padding-top: 2px;
}

.box3 ul .ul_list li .a2 {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #666666 !important;
}

.box3 ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: relative;
    float: left;
    font-size: 13px;
}

.box3 ul li:hover,
.box3 ul li a:hover {
    color: #004C92 !important;
}

.box3 ul li .a1 {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #666666 !important;
}

.box3 ul li span {
    float: right;
    color: #666666 !important;
}

.box3 ul li span a {
    color: #666666 !important;
}

.picScroll-left {
    width: 100%;
    position: relative;
}

.picScroll-left .prev {
    background: url(http://anpusw.com/images/slider-arrow.png) -170px 0px no-repeat;
    display: block;
    position: absolute;
    left: -15px;
    top: 40%;
    width: 30px;
    height: 40px;
    float: right;
    cursor: pointer;
}

.picScroll-left .next {
    background: url(http://anpusw.com/images/slider-arrow.png) -50px 0px no-repeat;
    display: block;
    position: absolute;
    right: -15px;
    top: 40%;
    width: 30px;
    height: 40px;
    float: right;
    cursor: pointer;
}

.picScroll-left .bd {
    overflow: hidden;
    width: 216px;
    margin: 0px auto 0 auto;
    padding-top: 20px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 200px;
    height: 130px;
    display: block;
}

.picScroll-left .bd ul li a {
    color: #000000 !important;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
    font-size: 14px;
}


/*footer*/
.footer {
    background: #e9e9e9;
    border-bottom: 8px solid #008940;
    overflow: hidden;
}

.footer img {
    display: block;
    float: left;
}

.footer .txt {
    float: right;
    overflow: hidden;
    width: 50%;
    padding: 15px 0;
}

.footer .txt ul {
    overflow: hidden;
    float: right;
    padding: 10px 0;
    display: block;
}

.footer .txt ul li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #666666;
}

.footer .txt ul li:last-child {
    border-right: none;
}

.footer .txt ul li a {
    color: #6d6d6d !important;
    font-size: 14px;
}

.footer .txt ul li:hover a {
    color: #333333 !important;
    text-decoration: underline;
}

.footer .txt p {
	display: flex;
    line-height: 25px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    color: #6d6d6d !important;
	

}

.footer .txt p a {
    color: #6d6d6d !important;
}


.content_center {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 1180px;
}

.content_center .child_tit {
    background: #f2f2f2;
    font-size: 15px;
}

.content_center .child_tit ul {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 2px solid #004C92;
}

.content_center .child_tit ul li {
    padding: 20px 30px;
    float: left;
}

/*child*/
.child_box {
    position: relative;
    overflow: hidden;
}

.child_box .box_list {
    background: #FFFFFF;
    float: left;
    width: 225px;
    border: 1px solid #dfdfdf;
    margin: 20px 10px 0px 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.child_box .box_list .tit {
    font-size: 16px;
    background: #008940;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 10px 12px 10px;
    position: relative;
}

.child_box .box_list ul li {
    color: #008940;
    padding: 10px 0px;
    margin: 10px auto;
    width: 80%;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #dfdfdf;
}

.child_box .box_list ul li a {
    color: #008940;
}

.child_box .box_list ul li:hover, .child_box .box_list ul li.on {
    border: 1px solid #008940;
    color: #008940;
}

.child_box .box_list ul img {
    display: block;
    margin: 10px auto;
}

.child_box .box_right {
    width: 950px;
    float: right;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.child_box .box_right .top {
    width: 100%;
    overflow: hidden;
    padding-top: 0px;
}

.child_box .box_right ul {
    overflow: hidden;
}

.child_box .box_right ul li {
    float: left;
    overflow: hidden;
    margin: 0 4px 10px 4px;
}

.child_box .box_right ul li img {
    display: block;
    width: 225px;
    height: 225px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}

.child_box .box_right ul li p {
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
}

.child_box .box_right .contact {
    padding: 30px 0;
}

.child_box .box_right .contact .txt {
    position: relative;
    height: 50px;
}

.child_box .box_right .contact .txt p {
    position: absolute;
    top: 0px;
}

.child_box .box_right .list_main2 {
    margin: 0px;
    font-size: 15px;
    min-height: 300px;
}

.child_box .box_right .list_main2 .ul_list2 {
    overflow: hidden;
}

.child_box .box_right .list_main2 .ul_list2 li {
    width: 98%;
    padding-right: 2%;
    height: 25px;
    line-height: 25px;
    position: relative;
    float: left;
    font-size: 15px;
}

.child_box .box_right .list_main2 .ul_list2 li:hover,
.child_box .box_right .list_main2 .ul_list2 li a:hover {
    color: #004c92 !important;
}

.child_box .box_right .list_main2 .ul_list2 li .a1 {
    width: 85%;
    padding-left: 2%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #666666 !important;
}

.child_box .box_right .list_main2 .ul_list2 li b {
    width: 5px;
    height: 5px;
    background: #666666;
    position: absolute;
    content: '';
    top: 10px;
    left: 5px;
}

.child_box .box_right .list_main2 .ul_list2 li b:hover {
    color: #004c92 !important;
}

.child_box .box_right .list_main2 .ul_list2 li i {
    width: 45px;
    height: 16px;
    position: absolute;
    top: 0px;
    background: url(http://anpusw.com/images/child/icon_tit.png) no-repeat;
}

.child_box .box_right .list_main2 .ul_list2 li span {
    float: right;
    font-size: 15px;
    color: #666666 !important;
}

/*zp*/
.child_box .tit_min {
    width: 1180px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 15px;
}

.child_box .tit_min a {
    color: #000000 !important;
}

.child_box .child_tit {
    background: #f2f2f2;
    font-size: 15px;
}

.child_box .child_tit ul {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 2px solid #008940;
}

.child_box .child_tit ul li {
    padding: 20px 30px;
    float: left;
}

.child_box .child_tit ul li a {
    color: #000000;
}

.child_box .child_tit ul li.on {
    background: #008940;
    color: #FFFFFF;
}

.child_box .child_tit ul li.on a {
    color: #FFFFFF;
}

.child_box .zp_main {
    margin: 15px;
    font-size: 15px;
}

.child_box .zp_main .box_warp {
    min-height: 100px;
}

.child_box .zp_main h3 {
    font-weight: normal;
    background: #F2F2F2;
    height: 56px;
    line-height: 56px;
    position: relative;
    border: solid 1px #dfdfdf;
    border-bottom: none;
}

.child_box .zp_main h3 span {
    background: #ffae00;
    color: #FFFFFF;
    font-size: 40px;
    padding: 0 15px;
    float: left;
    margin-right: 10px;
}

.child_box .zp_main h3 b {
    width: 5px;
    height: 35px;
    line-height: 35px;
    background: #004C92;
    margin: 8px 10px 0 10px;
    display: inline-block;
    float: left;
}

.child_box .zp_main h3 a {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #FFFFFF !important;
    background: #004C92;
    font-size: 13px;
    padding: 0px 10px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.child_box .zp_main .ul_list {
    border: 1px solid #DFDFDF;
    border-width: 0px 1px 1px 1px;
    padding: 20px 40px;
    overflow: hidden;
    min-height: 150px;
}

.child_box .zp_main .ul_list li {
    width: 31%;
    padding-right: 2%;
    height: 35px;
    line-height: 35px;
    position: relative;
    float: left;
    font-size: 14px;
}

.child_box .zp_main .ul_list .contact {
    width: 45%;
    padding-right: 2%;
    height: 35px;
    line-height: 35px;
    position: relative;
    float: left;
    font-size: 14px;
    color: #5b5b5b;
}

.child_box .zp_main .ul_list .contact a {
    color: #5b5b5b;
}

.child_box .zp_main .ul_list li:hover,
.child_box .zp_main .ul_list li a:hover {
    color: #004c92 !important;
}

.child_box .zp_main .ul_list li .a1 {
    max-width: 85%;
    padding-left: 5%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #666666 !important;
}

.child_box .zp_main .ul_list li b {
    width: 5px;
    height: 5px;
    background: #666666;
    position: absolute;
    content: '';
    top: 15px;
    left: 5px;
}

.child_box .zp_main h3 i {
    width: 70px;
    height: 50px;
    background: url(http://anpusw.com/images/gyls.png) no-repeat;
    display: inline-block;
    float: left;
}

.child_box .zp_main .ul_list li b:hover {
    color: #004c92 !important;
}

.child_box .zp_main .ul_list li i {
    width: 45px;
    height: 16px;
    position: absolute;
    top: 0px;
    background: url(http://anpusw.com/images/child/icon_tit.png) no-repeat;
}

.child_box .zp_main .yqlj_box {
    text-indent: 2em;
    line-height: 25px;
    padding: 20px 0;
    margin-bottom: 100px;
    border: 1px solid #d7d7d7;
    border-top: none;
    overflow: hidden;
}

.child_box .zp_main .yqlj_box > div {
    float: left;
    text-align: center;
    text-indent: 0em;
    margin: 19px 5px;
}

.child_box .zp_main .yqlj_box > div a {
    color: #393939;
}

.child_box .zp_main .yqlj_box > div > p {
    width: 276px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.child_box .zp_main .yqlj_box > div p:hover {
    text-decoration: underline;
}

.child_box .zp_main .zhaoping {
    padding: 15px 20px;
    border: 1px solid #dfdfdf;
    border-top: 0px;
}

.child_box .zp_main .zhaoping font {
    color: #7a7979;
}

.child_box .zp_main .zhaoping font i {
    color: #000000;
    font-style: normal;
    padding-right: 30px;
}

.child_box .zp_main .zhaoping .top {
    overflow: hidden;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
}

.child_box .zp_main .zhaoping .top .li_txt {
    float: left;
    width: 17%;
    text-align: center;
}

.child_box .zp_main .zhaoping .top .li_txt span {
    color: #0072C5;
    font-size: 16px;
}

.child_box .zp_main .zhaoping .top .li_txt p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.child_box .zp_main .zhaoping .bot {
    overflow: hidden;
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
}

.child_box .zp_main .zhaoping .bot .left {
    float: left;
    width: 75%;
}

.child_box .zp_main .zhaoping .bot .left p {
}

.child_box .zp_main .zhaoping .bot .right {
    float: left;
    width: 25%;
}

.child_box .zp_main .zhaoping .bot .right a {
    border: 1px solid #0994f5;
    padding: 5px 20px;
    margin: 15px 0px 0px 50px;
    background: #eff7ff;
    color: #09a9f8;
    display: inline-block;
}


/*list*/
.child_box .list_main {
    padding: 25px 0;
    font-size: 15px;
}

.child_box .list_main .box_warp {
    padding-bottom: 20px;
    overflow: hidden;
}

.child_box .list_main .box_warp h3 {
    background: #F2F2F2;
    color: #004C92;
    font-size: 16px;
}

.child_box .list_main .box_warp h3 span {
    padding: 0 30px;
    background: #e6e6e6;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.child_box .list_main .box_warp p {
    text-indent: 2em;
    line-height: 25px;
    width: 95%;
    margin: 10px auto;
}

.child_box .list_main .box_warp .child_list8 {
    width: 95%;
    margin: 20px 0;
    line-height: 30px;
}

.child_box .list_main .box_warp .child_list8 .tit {
    font-weight: bold;
    line-height: 35px;
    font-size: 16px;
    color: #5b5b5b;
}

.child_box .list_main .box_warp .child_list8 i {
    display: inline-block;
    float: left;
    font-style: normal;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 300;
    background: #f23b3b;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.child_box .list_main .box_warp .p1 {
    position: relative;
    padding-left: 50px;
    line-height: 30px;
}

.child_box .list_main .box_warp .p1 i {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 30px;
    top: 12px;
    *top: 8px;
    background: #004C92;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.child_box .list_main .box_warp .list4_ul {
    overflow: hidden;
    width: 90%;
    margin: 0px auto;
}

.child_box .list_main .box_warp .list4_ul li {
    float: left;
    width: 50%;
    overflow: hidden;
    margin: 10px 0;
}

.child_box .list_main .box_warp .list4_ul li span {
    padding: 10px 30px;
    display: inline-block;
    color: #FFFFFF;
    margin-right: 20px;
}

.child_box .list_main .year_box {
    overflow: hidden;
    padding: 10px 0;
}

.child_box .list_main .year_box .box_li {
    border: 1px solid #DFDFDF;
    text-align: center;
    float: left;
    padding: 0 45px;
    height: 45px;
    line-height: 45px;
    margin: 10px 15px 10px 0;
    font-size: 16px;
}

.child_box .list_main .year_box .on {
    border: 1px solid #ffb400 !important;
}

.child_box .list_main .year_box .box_li span {
    color: #ffb400;
    font-size: 24px;
    float: left;
}

.child_box .list_main .year_box .box_li a {
    color: #000000 !important;
}

.child_box .list_main .box_list6 {
    overflow: hidden;
    width: 95%;
    float: right;
}

.child_box .list_main .box_list6 li {
    width: 50%;
    *width: 49.5%;
    float: left;
    overflow: hidden;
    margin: 30px 0;
}

.child_box .list_main .box_list6 li img {
    width: 231px;
    height: 174px;
    float: left;
}

.child_box .list_main .box_list6 li .right {
    width: 53%;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}

.child_box .list_main .box_list6 li .right span {
    width: 100px;
    font-size: 22px;
    padding: 5px 10px;
    color: #FFFFFF;
    display: inline-block;
}

.child_box .list_main .box_list6 li .right p {
    line-height: 25px;
    padding: 10px 0;
}

.child_box .zp_main .time_line {
    float: left;
    margin-left: 50px;
    width: 62%;
}

.child_box .zp_main .time_line .l1 {
    border-left: 2px solid #004C92;
    min-height: 45px;
    position: relative;
}

.child_box .zp_main .time_line .l1 i {
    position: absolute;
    width: 20px;
    height: 20px;
    font-style: normal;
    text-align: center;
    background: #004C92;
    color: #FFFFFF;
    left: -11px;
    top: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.child_box .zp_main .time_line .l1 span {
    color: #004C92;
    padding: 0px 20px 0px 30px;
    float: left;
}

.child_box .zp_main .time_line .l1 p {
    float: left;
    width: 80%;
    height: 45px;
    overflow: hidden;
    line-height: 22px;
}


.search_main {
    overflow: hidden;
}

.search_main .ul_list {
    width: 70%;
    float: left;
    padding: 5px 0;
    overflow: hidden;
    min-height: 500px;
}

.search_main .ul_list .news_img {
    float: left;
    display: block;
    margin-right: 15px;
    width: 115px;
    height: 88px;
}

.search_main .ul_list .news_warp .p1 {
    width: 80%;
    line-height: 25px;
    overflow: hidden;
    float: left;
    padding-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #9b9b9b;
}

.search_main .ul_list .news_warp a {
    font-size: 16px;
    color: #004C92;
}

.search_main .ul_list .news_warp .a1 {
    width: 85% !important;
}

.search_main .ul_list .txt .h1 {
    font-size: 16px;
    padding: 4px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search_main .ul_list .txt p {
    line-height: 22px;
    text-indent: 2em;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.search_main .ul_list li {
    width: 97%;
    padding: 15px 0 15px 3%;
    position: relative;
    float: left;
    font-size: 15px;
    color: #313131;
    border-bottom: 1px dashed #dfdfdf;
    overflow: hidden;
}

.search_main .ul_list li:last-child {
    border-bottom: none;
}

.search_main .ul_list li a:hover, .search_main .ul_list li:hover span {
    color: #00458e !important;
}

.search_main .ul_list li .a1 {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.search_main .ul_list li a {
    color: #313131 !important;
}

.search_main .ul_list li b {
    width: 3px;
    height: 3px;
    background: #666666;
    position: absolute;
    content: '';
    top: 23px;
    left: 10px;
}

.search_main .ul_list li span {
    float: right;
}

.search_main .ul_list li p {
    float: left;
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.search_main .right_list {
    width: 25%;
    float: left;
    margin: 20px 0 0 5%;
    background: #f2f2f2;
    padding-bottom: 50px;
}

.search_main .right_list .tit {
    margin: 0 20px;
    padding: 20px 0 10px 0;
    font-size: 16px;
    color: #676767;
    border-bottom: 1px solid #d4d4d4;
}

.search_main .right_list .tit span {
    width: 30px;
    height: 30px;
    float: left;
    display: inline-block;
    background: url(http://anpusw.com/images/child/child_icon3.png) no-repeat;
}

.search_main .right_list ul {
    padding: 10px 25px;
}

.search_main .right_list ul li {
    color: #1d1d1d;
    padding: 7px 0 7px 3%;
    position: relative;
    width: 97%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search_main .right_list ul li a {
    color: #1d1d1d;
}

.search_main .right_list ul li i {
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #000000;
    left: 0px;
    top: 15px;
}

.search_max {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 70px;
    display: inline-block;
    margin-bottom: 20px;
}

.search_max .left {
    float: left;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    background: #FFFFFF;
}

.search_max .left span {
    height: 38px;
    width: 50px;
    display: inline-block;
    float: left;
    background: url(http://anpusw.com/images/child/child_icon2.png) 15px 10px no-repeat;
}

.search_max .ipt1 {
    outline: none;
    float: left;
    border: none;
    height: 38px;
    line-height: 38px;
    width: 550px;
    font-size: 15px;
}

.search_max .ipt2 {
    float: left;
    background: #00458E;
    border: 1px solid #00458E;
    color: #FFFFFF;
    outline: none;
    border: none;
    height: 38px;
    padding: 0 20px;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.pags {
    text-align: center;
    clear: both;
    font-size: 14px;
}

.pags a {
    background: none repeat scroll 0 0 #F0F4F5;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    color: #686868;
    padding: 3px 6px;
    margin: 0 5px;
}

.pags a.active, .pags a:visited {
    color: #CC0000;
    font-weight: bold;
    font-size: 14px;
}


/*info*/
.content14 {
    font-family: "微软雅黑", "宋体", arial;
    font-size: 14px;
    line-height: 28px;
    color: #55524c;
}

.content14 a {
    font-family: "微软雅黑", "宋体", arial;
    font-size: 14px;
    line-height: 28px;
    color: #55524c;
}

.content14 a:hover {
    font-family: "微软雅黑", "宋体", arial;
    font-size: 14px;
    line-height: 28px;
    color: #55524c;
}

.content14 a:active {
    font-family: "微软雅黑", "宋体", arial;
    font-size: 14px;
    line-height: 28px;
    color: #55524c;
}

.content14 a:visited {
    font-family: "微软雅黑", "宋体", arial;
    font-size: 14px;
    line-height: 28px;
    color: #55524c;
}

.style_Title {
    color: #000000;
    font-size: 20px;
}

/*info*/


.vido {
    width: 315px;
    height: 206px;
    margin-top: 5px;
}


.hpro {
    float: left;
    display: inline;
    width: 356px;
    height: auto;
    overflow: hidden;
}

.body {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.hpro .body {
    text-align: center;

}

.hvideo {
    float: left;
    display: inline;

    height: auto;
    overflow: hidden;
}


/* tagscloud */

#tagscloud {
    width: 303px;
    height: 180px;
    position: relative;
    font-size: 12px;
    color: #333;
    margin: 20px auto 0;
    text-align: center;
}

#tagscloud a {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #333;
    font-family: Arial;
    text-decoration: none;
    margin: 0 10px 15px 0;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 3px;
}

#tagscloud a.tagc1 {
}

#tagscloud a.tagc2 {
}

#tagscloud a.tagc5 {
}

#tagscloud a:hover {
}


.yellow {
    height: 10px;
    width: 10px;
    border: 1px solid #333;
    background-color: #f9f6af;
}

.gray {
    height: 10px;
    width: 10px;
    border: 1px solid #333;
    background-color: #c5cac5;
}

.green {
    height: 10px;
    width: 10px;
    border: 1px solid #333;
    background-color: #dcf2e3;
}

.purple {
    height: 10px;
    width: 10px;
    border: 1px solid #333;
    background-color: #f9c8ef;
}

.white {
    height: 10px;
    width: 10px;
    border: 1px solid #333;
    background-color: #ffffff;
}


.feng_tt {
    width: 1180px;
    height: 35px;
    margin-top: 15px;
}

.qc_title {
    width: 1180px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #008940;
}

.feng_ys {
    width: 1180px;
    height: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #CCC;
    text-align: center;
}

.feng_db {
    color: #55524c;
    font-size: 14px;
    line-height: 28px;
    float: right;
}

#feng_zt {
    line-height: 28px;
    padding: 10px;
}

#feng_zt img {
    width: 710px;
}

.feng_line {
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 20px;
    border-bottom: 1px solid #008940;
    color: #008940;
    margin-top: 20px;
}

.feng_style {
    width: 850px;
    height: 300px;
    margin: 0 auto;
}

.feng_style img {
    width: 300px;
    height: 300px;
    float: left;
    border: 1px solid #CCC;
}

.feng_pr {
    width: 500px;
    height: 300px;
    float: right;
}

.pro-txt {
    font-size: 18px;
    line-height: 56px;
    margin-bottom: 10px;
}

.pro-txt b {
    color: #2f9361;
}

.A-xunjia {
    display: block;
    width: 110px;
    height: 30px;
    background: url(../image/qq.png) 0 0 no-repeat;
}


.feng_con {
    line-height: 25px;
}


.button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 0.25em 0.6em 0.3em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.red {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#A51715));
    background: -moz-linear-gradient(top, #ed1c24, #A51715);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.red:hover {
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top, #c9151b, #a11115);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
    color: #fff;
}

.red:active {
    color: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top, #aa1317, #ed1c24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

.cor_bs, .cor_bs:hover {
    color: #ffffff;
}

.keBody {
    background: url(../image/bodyBg.jpg) repeat #333;
}

.keTitle {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-family: '微软雅黑';
    color: #FFF;
    text-align: center;
    background: url(../image/bodyBg3.jpg) repeat-x bottom left;
    font-weight: normal
}

.kePublic {
    background: #FFF;
    padding-top: 20px;
}

.keBottom {
    color: #FFF;
    padding-top: 25px;
    line-height: 28px;
    text-align: center;
    font-family: '微软雅黑';
    background: url(../image/bodyBg2.jpg) repeat-x top left;
    padding-bottom: 25px
}

.keTxtP {
    font-size: 16px;
    color: #ffffff;
}

.keUrl {
    color: #FFF;
    font-size: 30px;
}

.keUrl:hover {
    text-decoration: underline;
    color: #FFF;
}

.mKeBanner, .mKeBanner div {
    text-align: center;
}

/*科e互联特效基本框架CSS结束，应用特效时，以上样式可删除*/
/* 效果CSS开始 */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

body {
    font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}

#container {
    margin-left: 60px;
    width: 665px;
}

#mylist td {
    line-height: 21px;
}

#mylist td.one {
    width: 50px;
}

/* 效果CSS结束 */
#code {
    border-radius: 3px;
    border: 1px solid #008940;
    height: 25px;
    line-height: 25px;
    padding: 0px 5px;
}

.index_search {
    height: 45px;
    margin: 0 auto;
    width: 1166px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #008940;
    margin-top: 15px;
    line-height: 45px;
    border-radius: 5px;
}

.index_search .index_search_submit {
    height: 25px;
    line-height: 25px;
    width: 75px;
    border: none;
    background: #4caf50;
    border-radius: 3px;
    color: white;
}

.index_search form {
    display: flex;
    justify-content: space-around;
}


/* -------------------------------分页样式-------------------------------- */
.fenye {
    text-align: center;
    margin-top: 15px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
    margin: 0 1px 5px 1px !important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: white;
    text-decoration: none;
    background-color: #008940;
    border: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: black;
    cursor: default;
    background-color: white;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #008940;
    color: white;
}

/*补充样式*/
.newsfile02 {
    padding: 20px 0px;
    min-height: 100px;
    font-size: 16px;
    line-height: 2;
}

