@charset "utf-8";

/*iphone手机的input的样式问题*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;

}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*css初始值*/
* {
    box-sizing: border-box;
}

body {
    background: #FFFFFF;
    margin: 0px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
    list-style-type: none;
    outline: none;
}

img {
    border: 0;
}

input,
select {
    border: 0;
}

a:link {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:visited {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

div:focus {
    outline: none !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px
}

fieldset,
img {
    border: 0;
    max-width: 100%;
}

cite,
em,
s,
i,
b {
    font-style: normal
}

input,
button,
textarea,
select {
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;

}

button:focus {
    outline: unset;
}

bu
a,
input,
textarea {
    text-decoration: none;
    outline: 0;
    resize: none;
}

li,
img,
label,
input {
    vertical-align: middle
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.toast {
    display: none;
    position: fixed;
    padding: 9px 15px;
    background-color: #333;
    z-index: 8000;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.ovHide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ovHide2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovHide3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ovHide4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ovHide5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.bx-content {
    width: 1200px;
    margin: 0 auto;
}

.flex-box {
    display: flex;
    align-items: center;
}

.flex-start {
    align-items: flex-start;
}
.flex-wrap{
    flex-wrap: wrap;
}
.around-box {
    justify-content: space-around;
}

.between-box {
    justify-content: space-between;
}

/*
    头部样式
*/

.header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header {
    background-color: #ffffff;
    min-width: max-content;
}

.logo {
    width: 283px;
}

.logo img {
    width: 100%;
}

.header .header-nav {
    margin-left: 100px;
    display: flex;
    justify-content: flex-start;
}

.header .header-nav ul {
    display: flex;
    justify-content: flex-start;
}

.header .header-nav ul li {
    width: max-content;
    height: 40px;
    position: relative;
}


.header .header-nav ul li a {
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
}

.header .header-nav ul li.active > a {
    width: 158px;
    color: #ffffff;
    background: url("../images/navBgc.png") no-repeat;
    background-size: 100% 100%;
}

.header .header-nav ul li .childrenList {
    width: 120px;
    display: none;
    z-index: 1000;
    position: relative;
    background-color: rgba(0, 113, 189, .8);
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 4px;
}

.header .header-nav ul li.active .childrenList {
    width: 137px;
    background-color: #0071bd;
    border-radius: 0;
}

.header .header-nav ul li.active .childrenList a {
    font-size: 14px;
}

.header .header-nav ul li .childrenList a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .header-nav ul li .childrenList a:hover {
    color: #000000;
    font-weight: bold;
}





/*
    底部
*/

.footer {
    width: 100%;
    height: 113px;
    background-color: #0c4da2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
    margin-top: 50px;
}

.footer div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer div a {
    font-size: 12px;
    color: #ffffff;
}

.footer div span {
    font-size: 12px;
    color: #ffffff;
    margin: 0 10px;
}

.footer p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.footer p a {
    font-size: 12px;
    color: #ffffff;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    display: none;
}

.page-box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.pager {
    max-width: 800px;
    text-align: center;
    margin: 20px 0;
    display: inline-block
}

.pager a {
    cursor: pointer
}

.pager a, .pager span {
    width: 37px;
    height: 36px;
    border: 1px solid #ebebeb;
    margin-left: -1px;
    color: #666666;
    display: inline-block;
    line-height: 34px;
    float: left;
    font-size: 12px;
    text-decoration: none;
    margin: 0 4px;
    border-radius: 4px;
}

.pager a:hover, .pager span:hover {
    border-color: #0c4da2;
    color: #0c4da2;
    position: relative;
    z-index: 1
}

.pager span.current {
    background-color: #0c4da2;
    color: #fff;
    border-color: #ebebeb;
    position: relative;
    z-index: 1
}

.pager .pg-prev, .pager .pg-next {
    background: #fff url(../images/page_bg.jpg) 8px 7px no-repeat
}

/*.pager .pg-first:hover, .pager .pg-prev:hover, .pager .pg-next:hover, .pager .pg-last:hover {*/
/*    background: #fff url(../icon/page_bg_hover.jpg) 8px 7px no-repeat*/
/*}*/

.pager .pg-prev, .pager .pg-prev:hover {
    background-position: 3px -24px
}

.pager .pg-next, .pager .pg-next:hover {
    background-position: -27px -24px
}

.pager .pg-last, .pager .pg-last:hover {
    background-position: -21px 7px
}

/*.pager .pg-prev[disabled=true], .pager .pg-prev[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

/*.pager .pg-next[disabled=true], .pager .pg-next[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

.pager .pg-prev[disabled=true], .pager .pg-next[disabled=true] {
    border-color: #eee
}

.pager span.els {
    border-color: transparent
}

.pagerHtmlWrap {
    width: 800px;
    margin: 30px auto
}

.pagerHtmlWrap .cc_cells {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    border-bottom: 1px #ccc solid
}

.pagerHtmlWrap .cc_cells a {
    color: #454545;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none
}

.pagerHtmlWrap .cc_cells a span {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 0
}
.huiy {
    width: 100%;
    background-color: #FFFFFF;
    margin: 20px 0;
    padding: 20px;
}

.bd-tit {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 50px;
}

.bd-tit b {
    width: 6px;
    height: 30px;
    background: #0071bd;
    border-radius: 3px;
    margin-right: 10px;
}

.bd-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #0071bd;
    padding-bottom: 30px;
}

.bd-list p {
    width: 580px;
    padding-bottom: 25px;
    font-size: 16px;
    color: #777373;
}

.bd-list p b {
    color: #0071bd;
    margin-right: 5px;
}

.bd-content {
    width: 100%;
    padding: 50px 0;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    min-height: 600px;
}

.gbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.glist {
    width: 270px;
    margin-right: 25px;

}

.glist a {
    display: block;
    width: 270px;
    min-height: 56px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glist a.active {
    background-color: #1a80e5;
    color: #ffffff;
}

.gcontent {
    flex: 1;
    width: 0;
    border: 1px solid #e3e3e3;
    padding: 20px;
    min-height: 600px;

}

.banner img {
    width: 100%;
}
