/*公共样式*/
body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
}

div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all 0.25s linear;
}

a:hover {
    color: #fa7b1e !important;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

.xp_fl {
    float: left;
}

.xp_fr {
    float: right;
}

.clear_both_margin_top20 {
    clear: both;
    margin-top: 20px;
}

.clear_both_margin_top30 {
    clear: both;
    margin-top: 30px;
}

.clear_both_margin_top50 {
    clear: both;
    margin-top: 50px;
}

#xp_header_bg {
    width: 100%;
    height: auto;
    background: url(../images/xp_header_bg.jpg) no-repeat center top;
    overflow: hidden;
}

.xp_header_container {
    margin: 0 auto;
    width: 1100px;
    overflow: hidden;
    padding-bottom: 50px;
}

.xp_header_container dl {
    padding-top: 70px;
    width: 600px;
    float: right;
}

.xp_header_container dl dt {
    width: 100%;
    height: auto;
}

.xp_header_container dl dt img {
    width: 100%;
}

.xp_header_container dl dd {
    font-weight: bold;
    height: 100px;
    background: linear-gradient(50deg, #ffcccc 0%, #ff9966 100%);
    margin-top: 15px;
    border-radius: 5px;
}

.xp_header_container dl > dd:first-of-type b {
    display: inline-block;
    padding-top: 7px;
}

.xp_header_container dl > dd:last-of-type b {
    line-height: 100px;
}

.xp_header_container dl dd b {
    font-size: 34px;
}

.xp_header_container dl dd a {
    font-size: 28px;
    color: #990000;
}

.xp_header_container dl dd span {
    margin: 25px 20px 0 30px;
    border-radius: 50%;
    display: block;
    border: 2px solid #990000;
    width: 50px;
    height: 50px;
    float: left;
}

.xp_header_container dl dd span::before {
    content: '';
    position: relative;
    display: block;
    top: 5px;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent transparent #990000;
}

.xp_header_container_two {
    clear: both;
    width: 100%;
    height: 100px;
}

.xp_header_container_two_bg {
    width: 100%;
    height: 100%;
}

.xp_header_two_left {
    width: calc(50% - 550px);
    height: 100px;
    float: left;
    background-color: #00457E;
}

.xp_header_two_con {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
}

.xp_header_logo {
    padding-top: 20px;
    float: left;
    width: 380px;
    height: 80px;
    background-color: #00457E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xp_header_logo img {
    height: 70px;
}

.xp_header_logo_line {
    float: left;
    width: 120px;
    height: 100px;
    background-color: #00457E;
    clip-path: path('M 0 0 C 70 0, 50 100, 120 100 L 0 105 L 0 0 Z');
}

.xp_header_logo_btn {
    padding-top: 15px;
    float: left;
    width: 600px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.xp_header_logo_btn a {
    color: #f0f0f0;
    font-size: 16px;
}

.xp_search_container {
    width: 400px;
    height: 40px;
}

.xp_search_wrap {
    width: 100%;
    height: 100%;
    border: 1px solid #00457E;
    box-sizing: border-box;
}

.xp_search_form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.xp_search_input {
    color: #ffffff;
    font-size: 16px;
    width: 80%;
    height: 100%;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
}

.xp_search_input::placeholder {
    color: #ffffff;
    font-size: 16px;
}

.xp_search_btn {
    font-size: 20px;
    width: 20%;
    height: 100%;
    border: none;
    background-color: #00457E;
    color: #f0f0f0;
    cursor: pointer;
}

#xp_nav {
    margin-bottom: 10px;
    padding-top: 20px;
    width: 100%;
    height: auto;
    background: #00457E;
    border-bottom: 4px solid #003366;
}

#xp_nav > ul.xp_menu {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#xp_nav > ul.xp_menu > li.xp_menu_item {
    line-height: 60px;
    position: relative;
}

#xp_nav > ul.xp_menu > li.xp_menu_item > a {
    position: relative;
    display: block;
    color: #ffffff;
    height: 70px;
    font-size: 16px;
    font-weight: bold;
}

#xp_nav > ul.xp_menu > li.xp_menu_item > a:hover {
    color: #ffffff !important;
}

#xp_nav > ul.xp_menu > li.xp_menu_item:hover > a::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    bottom: -4px;
    background-color: #ffffff;
}

.xp_nav_active {
    font-weight: bold;
}

a.xp_nav_active::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    bottom: -4px;
    background-color: #ffffff;
}

.xp_submenu {
    width: 110px;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 96px;
    background: #add5ee;
    z-index: 100;
    text-align: center;
}

.xp_submenu.xp_left15 {
    left: -15px;
}

.xp_submenu.xp_left35 {
    left: -35px;
}

.xp_submenu::before {
    top: -28px;
    left: 40px;
    position: absolute;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #add5ee transparent;
}

.xp_submenu::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    top: -27px;
    background-color: #ffffff;
}

.xp_submenu li {
    border-bottom: 1px solid #c0d9ee;
}

.xp_submenu li a {
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #003f9b;
}

#xp_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.xp_wrap_w100 {
    width: 100%;
}

.xp_wrap_w1100 {
    width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
}

.xp_wrap2_w1100 {
    width: 1100px;
    margin: 0 auto;
}

.xp_title_h1 {
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    font-weight: bold;
    color: #00457E;
}

.clear_both_margin_top {
    clear: both;
    margin-top: 10px;
}

.xp_position {
    padding-top: 20px;
    height: 30px;
    color: #00457E;
}

.xp_position a {
    color: #00457E;
}

.xp_more_con {
    color: #ffffff;
    float: right;
    padding: 3px 10px;
    background: #00457E;
}

.xp_more_con_nobg {
    color: #4b99c1;
    float: right;
    font-size: 16px;
    padding: 3px 23px;
    background: none;
}

.xp_more_con_nobg2 {
    color: #cc0000;
    float: right;
    font-size: 16px;
    padding: 3px 10px;
    background: none;
}

.xp_more_position {
    position: relative;
    top: -20px;
    height: 30px;
}

.xp_channel_banner {
    height: 150px;
}

.xp_channel_banner img {
    width: 1100px;
    height: 100%;
    object-fit: cover;
}

.xp_subnav {
    height: 52px;
    line-height: 50px;
    font-size: 16px;
    border-top: 5px solid #00457E;
    background: linear-gradient(to bottom, #f5fdff 0%, #e7f3fe 100%);
}

.xp_subnav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.xp_subnav ul li {
    text-align: center;
    width: 100%;
    border: 1px solid #d3deed;
}

.xp_subnav ul li a {
    font-weight: bold;
    color: #00457E;
}

.xp_subnav ul li:hover {
    background: #00457E;
}

.xp_subnav ul li:hover a {
    color: #ffffff !important;;
}

.xp_right {
    width: 300px;
    height: auto;
    overflow: hidden;
    float: right;
}

.headernews {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.headernews dl {
    float: left;
    line-height: 60px;
}

.headernews dl dt {
    float: left;
    width: 80px;
    font-weight: bold;
}

.headernews dl dd {
    float: left;
    width: 1020px;
    overflow: hidden;
    height: 60px;
}

.headernews dl dd .headerscroll {
    width: 2800px;
    position: relative;
}

.headernews dl dd a {
    padding-left: 12px;
    margin-right: 14px;
    float: left;
    color: #666666;
    width: auto;
    height: 60px;
    overflow: hidden;
    background: url(../images/xp_dian_bg.png) no-repeat 0px 26px
}

footer .clearfix {
    zoom: 1;
}

footer .clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}


footer .xp_links_bg {
    border-top: 2px solid #dddddd;
    background: #f9f9f9;
    overflow: hidden;
    height: auto;
}

footer .xp_links {
    padding-top: 40px;
    padding-bottom: 20px;
    height: auto;
}

footer .xp_links_item {
    clear: both;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

footer .xp_links_item .name {
    float: left;
    height: auto;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    width: 145px;
}


footer .xp_links_item .links {
    width: 935px;
    float: right;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .xp_links_item .links span {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
}
/* 单独给第1个 .links 的最后一个 span 设宽度 */
footer .xp_links_item .links-1 > span:last-child {
    margin-right: 756px;
}
/* 单独给第2个 */
footer .xp_links_item  .links-2 > span:last-child {
    margin-right: 709px;
}
/* 单独给第3个 */
footer .xp_links_item  .links-3 > span:last-child {
    margin-right: 178px;
}



footer .footer-bottom {
    background: #00457E;
    height: auto;
    overflow: hidden;
}

footer .footer-bottom .footer-logo {
    width: 339px;
    padding-top: 25px;
    text-align: center;
    margin-left: 138px;
}
footer .footer-bottom .footer-logo img {
    width: 206px;
    margin-top: 29px;
    height: auto;
}

footer .footer-bottom .footermian {
    width: 526px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-left: 19px;
}

footer .footer-bottom .footermian .footer-link {
    padding-top: 25px;
    height: 40px;
    color: #fff;
}

footer .footer-bottom .footermian .footer-link a {
    color: #fff;
    font-weight: bold;
}

footer .footer-bottom .footermian .footer-link span {
    margin: 0 14px;
}

footer .footer-bottom .footermian p {
    color: #fff;
    font-size: 12px;
    height: 22px;
    line-height: 18px;
    font-weight: bold;
}

footer .footer-bottom .footer-right {
    width: 170px;
    color: #fff;
    padding-top: 40px;
    text-align: center;
    font-weight: bold;
}

footer .footer-bottom .footer-right img {
    margin-bottom: 20px;
    font-size: 12px;
}

footer .footer-bottom .footer-right p a {
    font-size: 14px;
    color: #fff;
}

.xp_gotop {
    position: fixed;
    display: none;
    z-index: 9999;
    right: 20px;
    bottom: 0;
    background: url(../images/xp_gotop.png) no-repeat 0 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

/****二维码start*******/
.r24-qr {
    position: absolute;
    top: 647px;
    /*	left: calc(50% + 570px);*/
    right: 20px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
}

.r24-qr-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.r24-qr-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px;
    padding: 5px 0;
    width: 120px;
    background-color: #f7f7f7;
}

.r24-qr-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.r24-qr-img {
    width: 100px;
    height: 100px;
    margin: 5px 0;
    background-color: white;
}

.r24-qr-tips {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    color: #333;
}

.r24-qr-close {
    position: relative;
    top: -7px;
    font-weight: bold;
    width: 100%;
    text-align: right;
}

.r24-qr-close a {
    color: #00457E;
}

/****二维码end*********/
