body{background: #fff;font-size: 14px;color: #333;}
header {
    border-bottom: 2px solid #0c76ba;
	background: url(/img/a_yunbg02.jpg);
	background-size: 100% 100%;
}
.container{padding-right: 0 !important;}
html body .conter_bg{padding: 10px;padding-top: 0;}
ul{margin: 0;}
.fff{background: #fff;}
.col-md-8,.col-md-4{
	padding: 0;
}
.flex{display: flex;justify-content: space-between;}
a:hover{text-decoration: none;cursor: pointer;}
p:hover{cursor: pointer;}
a:active {
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    text-decoration: none;
    cursor: pointer;
}
.container{padding-left: 0;}
.link:hover {
    color: #0c76ba;
}
.on{color:#0f5da9;}
.left,.fl{float: left;padding-right: 10px;}
.right,.fr{float: right;padding-left: 10px;}
.clear{clear: both;}

/*顶部样式*/
.nav {
    height: auto;
    background-image: none;
}

.zwyw_cont_top {
    max-width: 1170px;
    padding: 10px 0px 10px;
}

.LOGO {
    width: 30%
}

    .LOGO img {
        margin-top: 16px;
        width: 100%;
    }

.daoh{
  /* background: url(/img/a_navbg.png) 100% 100%; */
  background: #0c76ba;
  z-index: -1;   
}
.daoh ul li {
    width: 111px;
}

    .daoh ul li a {
        color: #fff;
    }

    .daoh ul li.active a {
        /*background: #b83538;*/
        color: #fff;
    }

.conter_bg .search_con {
    width: 328px !important;
    margin: 0px auto;
    padding: 20px 0;
	border-radius: 5px;
	margin-right: 10px;
}
.conter_bg .search_con .nav_tel h3{
	display: inline;
	color: #3a428a;
	font-family: cursive;
	font-weight: bold;
	font-size: 22px;
}
.conter_bg .search_con .nav_tel h3.first_aid{
	color: #f00;
}
.conter_bg .search_con .nav_tel img{margin: 3px 8px 5px 3px;padding-bottom: 3px;}
.conter_bg .search {
    width: 100%;
    border: 1px solid #3579c4;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background: #fff;
    opacity: 0.8;
	border-radius: 5px;
}

    .conter_bg .search input {
        width: 81%;
        float: left;
        height: 36px;
        line-height: 36px;
        border: none;
        background: none;
        color: #999;
        font-size: 14px;
        text-indent: 16px;
        outline: none;
    }

    .conter_bg .search .btn {
        float: right;
        border: none;
        height: 36px;
        width: 14%;
        background: #3579c4 url(../img/search.png) center center no-repeat;
        background-size: 24px;
        border-radius: 0 !important;
    }
/*nav*/
.daoh > ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.daoh > ul > li {
    display: inline-block;
    width: 14%;
    text-align: center;
    position: relative;
}

    .daoh > ul > li > a {
        line-height: 40px;
        width: 100%;
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #666;
    }

        .daoh > ul > li > a:hover {
            /* background: #b83538; */
            color: #fff;
        }

    .daoh > ul > li.active > a {
        background-image: url(/img/tit_bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: #fff;
    }
a.Navbox_selected {
    /* background: #0972b5 url(/img/a_navbg.png) center center no-repeat; */
	background: #0972b5;
	opacity:1;
    color: #fff !important;
}
.ul {
    display: flex;
	justify-content: space-around;
}
    .ul > li {
        display:inline-block;
        text-align:center;
    }

        .ul > li > a {
            color: #fff;
            font-size: 16px;
            line-height: 48px;
            display: block;
            text-align: center;
        }

        .ul > li a:hover, .cur {
            /* background-color: #b83538; */
            color: #fff;
        }
.ul2 > li > a {
    /* background-color: #b83538; */
    color: #fff;
}

.ul2 {
    position: absolute;
    /* background-color: #b83538; */
    display: none;
    z-index: 999;
    color: #fff;
    margin-top: 0;
    /* border: 1px solid #b83538; */
    border-top:0;
}

    .ul2 > li > a {
        font-size: 16px;
        display: block;
        padding: 10px 0;
        text-align: center;
        color: #fff;
    }

        .ul2 > li > a:hover {
            background: #fff !important;
            /* color: #b83538 !important; */
			color: #0972b5 !important;
            border-radius: 0 !important;
        }

    .ul2 > li {
        list-style: none;
    }

        .ul2 > li:last-child > a {
            border-bottom: none;
        }

/*底部*/
.foot{background: #0c76ba;padding:30px 0 15px 0;color:#fff;}
.foot p{text-align: center;}
/*footer img{display:block;margin:0 auto;}*/


/*分页样式调整*/
#PageNavigator_txtNewPageIndex {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: #0F5DA9 2px solid;
    color: #666;
    font-family: "微软雅黑";
    border-radius: 6px;
    text-align: center;
    padding:1px 2px;
    background:#fff;
}
.scroltit .list_link {
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height:14px;
    color: #0c76ba;
    border: #0c76ba 2px solid;
    background:#fff;
    font-family: "微软雅黑";
    border-radius: 6px;
    cursor: pointer;
}
    .scroltit .list_link:hover {
        background: #0c76ba;
        color: #fff;
    }

/*标题title &#22825;&#19979;&#36275;&#29699;&#32593;*/
.more_tit a{
	color: #666;
    cursor: pointer;
    margin-top: 8px;
}
/*滚动条自定义样式*/
.ScrollStyle {
    overflow: auto !important;
}

    .ScrollStyle::-webkit-scrollbar {
        box-sizing: border-box;
        width: 9px;
        height: 9px;
        background: #eee;
    }

    .ScrollStyle::-webkit-scrollbar-button {
        width: 9px;
        height: 0px;
    }

        .ScrollStyle::-webkit-scrollbar-button:vertical:start {
            background-position: 0 0;
        }

            .ScrollStyle::-webkit-scrollbar-button:vertical:start:hover {
                background-position: -10px 0;
            }

            .ScrollStyle::-webkit-scrollbar-button:vertical:start:active {
                background-position: -20px 0;
            }

        .ScrollStyle::-webkit-scrollbar-button:vertical:end {
            background-position: -30px 0;
        }

            .ScrollStyle::-webkit-scrollbar-button:vertical:end:hover {
                background-position: -40px 0;
            }

            .ScrollStyle::-webkit-scrollbar-button:vertical:end:active {
                background-position: -50px 0;
            }

        .ScrollStyle::-webkit-scrollbar-button:horizontal:start {
            background-position: 0 -11px;
        }

            .ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover {
                background-position: -10px -11px;
            }

            .ScrollStyle::-webkit-scrollbar-button:horizontal:start:active {
                background-position: -19px -11px;
            }

        .ScrollStyle::-webkit-scrollbar-button:horizontal:end {
            background-position: -30px -11px;
        }

            .ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover {
                background-position: -40px -11px;
            }

            .ScrollStyle::-webkit-scrollbar-button:horizontal:end:active {
                background-position: -50px -11px;
            }

    .ScrollStyle::-webkit-scrollbar-track-piece {
        background-color: rgba(0,0,0,.15);
    }

    .ScrollStyle::-webkit-scrollbar-thumb {
        border: 1px solid rgba(0,0,0,.21);
        background-color: #2d66a5;
        border-radius: 5px;
    }

        .ScrollStyle::-webkit-scrollbar-thumb:hover {
            border: 1px solid rgba(0,0,0,.21);
            background-color: #2d66a5;
        }

        .ScrollStyle::-webkit-scrollbar-thumb:active {
            background: -webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#f4f4f4));
        }

    .ScrollStyle::-webkit-scrollbar-corner {
        background-color: #f1f1f1;
    }

/* 大图轮播 */
.bgbanner{width:100%;}
.slideBox{position:relative; border:1px solid #ddd;height: 400px;margin: 15px auto;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:19px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
.slideBox .hd ul li{ float:left; margin-right:2px;  width:10px; height:10px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius:50%; margin: 0 7px; }		
.slideBox .hd ul li.on{ color:#fff; background-color:#57AFD5;}
.slideBox .bd{ position:relative;  z-index:0;width:100%;height: 100%;}
.slideBox .bd ul{height:100%;}
.slideBox .bd li{ zoom:1; vertical-align:middle; height: 100%;overflow: hidden;}
    .slideBox .bd li div.title_pic {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        z-index: 3;
        color: #ffffff;
        background-color: rgba(11,11,11,.6);
        text-align:left;
    }
    .slideBox .bd li div.title_pic {
        padding-left: 15px;
        padding-right: 30px;
        line-height: 30px;
        font-size: 14px;
        text-overflow: ellipsis;
    }
.slideBox .bd li div.title_pic h2{text-align: center;color: #333;font-weight: 500;}
.slideBox .bd li div.title_pic p{color: #666666;font-size: 16px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.slideBox .bd img{ display:block;width: 100%;height:400px;}
.bgbanner>.title_pic {
    width: 100%;
    height: 100px;
    line-height: 60px;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: -16px;
    margin-bottom:20px;
    padding:0 15px 10px 15px;
}
    .bgbanner > .title_pic h4 {
        text-align: center;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bgbanner > .title_pic p {
       line-height:24px;
       text-indent:2em;
       color:#666;
    }