@charset "UTF-8";

/* yui3 reset.css */

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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

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: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.mt25 {
    margin-top: 25px;
}

/* footer */
.ewb-footer {
    background: #fff;
}

.footer-chosen {
    padding: 15px 0 15px 0;
}

.footer-list {
    float: left;
    width: 20%;
}

.select1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}


/* 外表 */
.chosen-container-single .chosen-single {
    height: 20px;
    line-height: 20px;
    border: none;
    padding-left: 0;
    text-align: center;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* 文字 */
.chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 14px;
    color: #666;
}


/* 下拉框符号 */
.chosen-container-single .chosen-single div {
    width: 30px;
    border-right: 2px solid #b7c4d1;
}

.chosen-container-single .chosen-single div b {
    background: url("../images/icon_down.png") center center no-repeat;
}


/* 选项 */
.chosen-container .chosen-drop {
    bottom: 21px;
    background-color: #eef3f8;
    border: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container .chosen-results li {
    text-align: center;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/icon_up.png") center center no-repeat;
}

.chosen-container * {
    box-sizing: inherit;
}

.chosen-container-single .chosen-single {
    background-color: #eef3f8;
}

/* 下划线 */
.footer-line {
    border-bottom: 1px solid #e9e9e9;
}


.footer-cont {
    position: relative;
    padding: 18px 0 26px 0;
}

.footer-cont>p {
    line-height: 33px;
    color: #666;
}

.footer-cont>p a {
    color: #666;
}

.footer-map>span {
    margin: 0 9px;
}

.footer-copyright>span,
.footer-ab>a {
    margin-right: 35px;
    color: #666;
}

.footerlink {
    background-color: #eef3f8;
}

.footer-zc {
    position: absolute;
    width: 107px;
    height: 51px;
    top: 40px;
    right: 0;
    background: url("../images/icon_zc.png") center center no-repeat;
}

.footer-dzjg {
    position: absolute;
    width: 50px;
    height: 62px;
    top: 30px;
    right: 128px;
    background: url("../images/icon_dzjg.png") center center no-repeat;
}


/* pad */
@media (max-width:979px) {

    /* footer */
    .footer-dzjg {
        right: 110px;
    }
}



/* phone */
@media (max-width:767px) {

    /* footer */
    .footer-list {
        width: 100%;
        margin-top: 10px;
    }

    .footer-list:first-child {
        margin-top: 0;
    }

    .footer-cont>p {
        line-height: 25px;
    }

    .footer-copyright>span,
    .footer-ab>a {
        display: block;
        margin-right: 0;
    }

    .footer-cont {
        padding: 7px 0 70px 0;
        text-align: center;
    }

    .footer-dzjg {
        top: auto;
        bottom: 5px;
        left: 80px;
    }

    .footer-zc {
        top: auto;
        bottom: 5px;
        right: 80px;
    }

}

/* 子页面公用样式 */
.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

/* phone */
@media (max-width:767px) {
    .mt40 {
        margin-top: 25px;
    }
}

/* 子页面当前位置 */
.em-location {
    min-height: 50px;
    background-color: #f5f8fc;
    line-height: 24px;
    font-size: 16px;
    color: #999999;
    padding-top: 13px;
    padding-bottom: 13px;
}

.em-location span {
    display: inline-block;
    padding-left: 27px;
    background: url("../images/icon_location.png") left center no-repeat;
    font-size: 16px;
    color: #333333;
}

.em-location a {
    font-size: 16px;
    color: #333333;
}

/* .em-location a:hover, */
.em-location .em-cur {
    color: #4a83d2;
}

/* 子页面头部 */
#header {
    height: 230px;
}

.top {
    min-height: 41px;
    padding: 7px 0;
    line-height: 26px;
    border-bottom: 1px solid #d3dbe6;
}

.top-l {
    float: left;
    margin-left: -24px;
}

.top-r {
    float: right;
    margin-right: -24px;
}

.top-item>li {
    position: relative;
    float: left;
    padding: 0 24px;
}

.top-item>li>a {
    color: #333;
}

.top-item>li:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -5.5px;
    left: 0;
    width: 1px;
    height: 11px;
    background-color: #d3dbe6;
}

.top-item>li:first-child:before {
    display: none;
}

/* pad */
@media (max-width:979px) {
    #header {
        height: auto;
    }

    .top-l,
    .top-r {
        width: 100%;
    }

    .top-r {
        float: left;
        margin-left: -24px;
    }
}


/* logo */
.logo {
    padding: 26px 0;
}

.logo-img {
    float: left;
    height: 89px;
    color: #cf2539;
    padding-left: 97px;
    margin-left: -4px;
    background: url('../images/logo.png') no-repeat left center;
}

.logo-img>h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-top: 14px;
}

.logo-img>span {
    display: block;
    font-size: 18px;
    padding-top: 10px;
}

.search-box {
    float: right;
    width: 420px;
    height: 50px;
    padding: 2px;
    margin-top: 16px;
    border-radius: 50px;
    border: 1px solid #d5dee6;
    background-color: #fff;
    overflow: hidden;
}

.search-input {
    position: relative;
    z-index: 1;
    margin-right: 80px;
    padding-left: 20px;
    height: 44px;
}

.search-input .input-placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    height: 44px;
    line-height: 44px;
    color: #999;
    z-index: -1;
    font-size: 18px;
    cursor: text;
}

.search-input .input-box {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: 0 0;
}

.search-btn {
    width: 80px;
    height: 44px;
    border-radius: 22px;
    border: 0;
    background: url('../images/search_icon.png') center center no-repeat #2f77db;
    outline: 0;
    cursor: pointer;
}


/* pad */
@media (max-width:979px) {
    .logo-img>h3 {
        letter-spacing: -4px;
    }

    .search-box {
        width: 300px;
    }
}



/* phone */
@media (max-width:767px) {
    .logo-img {
        margin-left: 6px;
        float: none;
    }

    .logo-img>h3 {
        font-size: 30px;
    }

    .search-box {
        float: none;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* nav */
.nav {
    background-color: #ffffff;
}

.nav-items>li {
    float: left;
    height: 48px;
    line-height: 48px;
    width: 16.666%;
    text-align: center;
    vertical-align: top;
}

.nav-items>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

.nav-items>li>a.cur,
.nav-items>li>a:hover {
    color: #fff;
    background-color: #215eb1;
}

/* phone */
@media (max-width:767px) {
    .nav-items>li {
        width: 33.333%;
    }
}

/* 分页 */
/*分页*/
.pager,
.em-pager {
    text-align: center;
}

.m-pagination-page>li>a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    border: solid 1px #d9d9d9;
    font-size: 14px;
    color: #666666;
}

.m-pagination-page>li {
    margin-right: 10px;
}

.m-pagination-group>button,
.m-pagination-group>input {
    height: 40px;
    box-sizing: border-box;
    width: 50px;
}

.m-pagination-group>button {
    width: 40px;
}

.m-pagination-jump,
.m-pagination-group {
    width: 90px;
}

.m-pagination-jump {
    margin-left: 36px;
}

.m-pagination-info {
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    margin-left: -136px;
}

.m-pagination-page>li.active>a {
    background-color: #4a83d2;
}

.m-pagination-size>select {
    height: 40px;
    width: 80px;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
}

.m-pagination-page {
    padding-right: 0;
}

.m-pagination-group>input {
    -webkit-user-select: text !important;
    -webkit-appearance: none;
    border-radius: 0;
}

/* 垂直菜单 */
.tree-hd {
    height: 60px;
    line-height: 60px;
    background-color: #215eb1;
}

.tree-hd>h3 {
    font-size: 22px;
    color: #fff;
    padding-left: 58px;
    background: url('../images/tree_icon.png') no-repeat 20px center;
}

.wb-tree {
    padding-top: 10px;
}

.wb-tree-items {
    margin-top: 10px;
}

.wb-tree-node {
    background: #fff;
    background-color: #d5e7f7;
}

.wb-tree-tt {
    display: block;
    height: 68px;
}

.tt-icon {
    float: left;
    width: 38px;
    height: 38px;
    margin: 15px 0 0 7px;
    background-repeat: no-repeat;
    background-position: center center;
}

.tt-icon.icon1 {
    background-image: url('../images/menu1.png');
}

.tt-icon.icon2 {
    background-image: url('../images/menu2.png');
}

.tt-icon.icon3 {
    background-image: url('../images/menu3.png');
}

.tt-icon.icon4 {
    background-image: url('../images/menu4.png');
}

.tt-icon.icon5 {
    background-image: url('../images/menu5.png');
}

.tt-icon.icon6 {
    background-image: url('../images/menu6.png');
}


.tt-p {
    height: 68px;
    line-height: 68px;
    font-size: 17px;
    font-weight: bold;
    color: #4a83d2;
    margin: 0 36px 0 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-spc .tt-p {
    margin-right: 0;
}

.tt-show {
    float: right;
    display: none;
    width: 14px;
    height: 14px;
    margin: 29px 16px 0 0;
    background: url("../images/icon_zk.png") center center no-repeat;
}

.wb-tree-items.hasChild .tt-show {
    display: block;
}

.wb-tree-node:hover,
.wb-tree-items.current .wb-tree-node {
    background-color: #4a83d2;
}

.wb-tree-node:hover .tt-p,
.wb-tree-items.current .tt-p {
    color: #fff;
}

.wb-tree-node:hover .icon1,
.wb-tree-items.current .icon1 {
    background-image: url('../images/menu1h.png');
}

.wb-tree-node:hover .icon2,
.wb-tree-items.current .icon2 {
    background-image: url('../images/menu2h.png');
}

.wb-tree-node:hover .icon3,
.wb-tree-items.current .icon3 {
    background-image: url('../images/menu3h.png');
}

.wb-tree-node:hover .icon4,
.wb-tree-items.current .icon4 {
    background-image: url('../images/menu4h.png');
}

.wb-tree-node:hover .tt-show,
.wb-tree-items.current .tt-show {
    background-image: url("../images/icon_sq.png");
}

.wb-tree-sub {
    padding: 10px 0 25px 0;
    background: #f5fafc;
}

.wb-sub-node {
    padding: 0 20px 0 45px;
}

.wb-sub-arr,
.wb-four-arr {
    float: right;
    width: 10px;
    height: 5px;
    margin: 15px 0 0 0;
    display: none;
    cursor: pointer;
    background: url("../images/sub_arr_down.png") no-repeat;
}

.wb-tree-item.hasChild .wb-sub-arr {
    display: block;
}

.wb-tree-item.hasChild.current .wb-sub-arr,
.wb-four-item.hasChild.current .wb-four-arr {
    background-image: url("../images/sub_arr_downh.png");
}

.wb-four-item.hasChild .wb-four-arr {
    display: block;
}

.wb-four-node {
    padding-right: 20px;
}

.wb-sub-node a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.wb-sub-node:hover a {
    color: #1466b8;
}

.wb-tree-item.current .wb-sub-node a {
    font-weight: bold;
    color: #2064c0;
}

.wb-three-sub a {
    display: block;
    padding: 0 20px 0 83px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
    line-height: 32px;
    background: url('../images/dian.png') 72px center no-repeat;
}

.wb-four-sub a {
    background: none !important;
    padding-left: 93px;
}


.wb-three-sub a:hover,
.wb-three-sub a.current {
    color: #1466b8;
    background-image: url('../images/dianh.png');
}

.wb-tree-sub,
.wb-three-subs,
.wb-four-subs {
    display: none;
}

.wb-tree-items.current .wb-tree-sub {
    display: block;
}

.wb-tree-item.current .wb-three-subs {
    display: block;
}

.wb-four-item.current .wb-four-subs {
    display: block;
}

/* 20200710修改 */
/* 思源黑体 */
@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

.footer-list {
    border-right: 2px solid #b7c4d1;
    padding-right: 10px;
    font-family: "SourceHanSansCN";
    width: 25%;
}

.footer-chosen {
    margin-left: -65px;
}

.link-txt {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-left: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/icon_down.png") right center no-repeat;
    cursor: pointer;
}

.footer-list.on .link-txt {
    background-image: url("../images/icon_up.png");
}

.link-box {
    background: #eef3f8;
}

.link-content {
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
    display: none;
}

.link-result {
    margin-left: -65px;
}

.link-node {
    float: left;
    width: 16.66%;
}

.link-node>a {
    display: block;
    margin-left: 65px;
    color: #666;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
    .footerlink {
        display: none;
    }
}

/*20201116*/
.news-title2{
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
}

.news-title2>a {
    display: inline-block !important;
    padding-right: 55px;
    position: relative;
    max-width: 100%;
}

.label{
    position: absolute;
    right: 0;
    top: 11px;
    width: 34px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    background-color: #dc0320;
}

/*20201210页面灰化*/
.gray2 {
    filter: grayscale(100%);/*火狐*/
    -webkit-filter:grayscale(100%);/*chrome*/
    filter:gray; /*IE7-9*/
}

/*20210603 ipv6*/
.ipv6{
    display: block;
    width: 108px;
    height: 42px;
    line-height: 42px;
    background: url("../images/ipv6_h.png") right center no-repeat;
}

/*.ipv6:hover{
    background: url("../images/ipv6_h.png") right center no-repeat;
}*/