@charset "utf-8";
/* CSS Document */

/*清除默认样式*/
body, div, dl, dt, dd, ul, ol, nl, li, h1, h2, h3, h4, h5, h6, p, span, a, b, strong, object, iframe, label,
img, select, form, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time,
mark, audio, video {
    margin: 0;
    padding: 0
}

body {
    font-size: 12px;
    font-family: '微软雅黑';
    background-color: #F4F6FA;
    min-height: calc(100vh - 100px);
}

a {
    text-decoration: none;
    color: #222;
}

.headerBox {
    width: 100%;
    min-width: 1200px;
    height: 120px;
    background-color: #fff;
}

.h-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.h-logo {
    width: 544px;
    height: 53px;
    padding-top: 32px;
    float: left;
}

.h-right {
    float: right;
    margin-top: 45px;
    text-align: right;
    height: 30px;
    width: 250px;
}

.h-right > form {
    width: 200px;
    float: left;
}

.h-right > form > input {
    width: 160px;
    height: 100%;
    vertical-align: middle;
    border: 1px solid #BEBEBE;
    padding-left: 5px;
}

.h-right > form > img {
    width: 40px;
    height: 100%;
    vertical-align: middle;
}

.h-right > .h-right-a {
    width: 30px;
    height: 100%;
    float: right;
}

.h-right > .h-right-a > .h-right-a-div {
    width: 30px;
    height: 26px;
    color: #c42141;
    font-size: 18px;
    border-bottom: 3px solid #c42141;
    margin-top: 1px;
    text-align: center;
}

.navBox {
    width: 100%;
    min-width: 1200px;
    height: 46px;
    background-color: #c42141;
}

.nav-list {
    width: 1200px;
    height: 46px;
    margin: 0 auto;
}

.nav-list > ul li {
    float: left;
    padding: 0 24px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    list-style: none;
}

.nav-list > ul li a {
    color: #fff;
    font-size: 16px;
}

.nav-list .nav_on {
    background-color: #007975;
}

.home-banner {
    width: 100%;
    min-width: 1200px;
    height: 280px;
    position: relative;
}

.home-banner > img {
    width: 100%;
}

.h_banner_content {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.body_content {
    width: 100%;
    height: 100%;
    background-color: #F4F6FA;
}

.banner_box {
    width: 1200px;
    height: 380px;
    margin: 25px auto 0 auto;
}

.layui-carousel-ind ul {
    float: right;
    margin-right: 15px;
}

.b_left {
    width: 755px !important;
    height: 380px !important;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    float: left;
}

.b_list {
    width: 100%;
    height: 100%;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.b_li {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.b_li > img {
    width: 100%;
    height: 100%;
}

.b_li .banner_bottom {
    width: 100%;
    height: 46px;
    background: #c42141;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 46px;
    text-indent: 20px;
    font-size: 14px;
}

.b_li .banner_bottom a {
    color: #fff;
}

.banner_btnBox {
    width: 200px;
    height: 46px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    text-align: center;
    line-height: 46px;
}

.raduis_btn {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.b_right {
    width: 425px;
    height: 380PX;
    float: left;
    background: #fff;
}

.b_r_title {
    width: 96%;
    height: 40px;
    margin: 0 2%;
}

.b_r_title_name {
    line-height: 40px;
    border-bottom: 2px solid #c42141;
    font-size: 16px;
    font-weight: bold;
    color: #c42141;
    padding-bottom: 7px;
}

.moreBtn {
    float: right;
    margin-right: 15px;
    text-decoration: none;
    color: #c42141;
    font-size: 12px;
    margin-top: 15px;
}

.moreBtn > a {
    color: #c42141;
}

.b_right_list {
    width: 96%;
    height: 340px;
    margin: 0 2%;
}

.b_right_list > ul {
    padding: 0;
    margin: 0;
}

.b_right_list > ul > li {
    width: 100%;
    height: 37px;
    line-height: 37px;
    list-style: none;
    border-top: 1px dashed #EBEBEB;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #DCDCDC;
    border-radius: 50%;
    margin-right: 8px;
}

.img_entrance {
    width: 1200px;
    height: 85px;
    margin: 25px auto 0 auto;
}

.img_entrance > div {
    width: 590px;
    height: 85px;
    float: left;
}

.img_entrance > div img {
    width: 590px;
    height: 85px;
}

.img_entrance > div:nth-child(1) {
    margin-right: 20px;
}

.new_box {
    width: 1200px;
    height: 480px;
    margin: 25px auto 0 auto;
}

.new_box > div {
    float: left;
}

.new_left {
    width: 755px;
    height: 480px;
    background-color: #fff;
}

.news_list {
    width: 96%;
    height: 480px;
    margin: 0 2%;
}

.news_list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news_list > ul > li {
    width: 100%;
    height: 82px;
    border-top: 1px dashed #EBEBEB;
    padding: 12px 0;
}

.news_list > ul > li {
    display: flex;
}

.news_list > ul > li > div:nth-child(1) > img {
    width: 120px;
    height: 82px;
}

.new_info {
    height: 102px;
    margin-left: 12px;
}

p {
    margin: 0;
    padding: 0;
}

.new_info > .news_title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 500;
}

.news_des {
    width: 100%;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #434343;
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
}

.label_box {
    margin-top: 5px;
}

.label_box > span {
    padding: 1px 10px;
    background-color: #E8EDF3;
    margin-right: 6px;
    color: #3480EB;
    font-size: 14px;
    border-radius: 2px;
}

.new_right {
    width: 425px;
    height: 550px;
    background-color: #fff;
    margin-left: 20px;
}

.news_right_list {
    height: 180px;
}

.news_right_list > ul > li {
    height: 44px;
    line-height: 44px;
}

.news_date {
    float: right;
    color: #939393;
}

.news_img_entrance {
    width: 96%;
    height: 135px;
    margin: 20px 2% 0 2%;
}

.news_img_entrance img {
    width: 100%;
    height: 100%;
}

.member_box, .member_left, .member_right {
    height: 480px;
}

.member_right > .b_r_title {
    border-bottom: 1px dashed #EBEBEB
}

.member_list {
    height: 440px;
}

.member_list > ul > li {
    width: 100%;
    height: 82px;
    border-top: 1px dashed #EBEBEB;
    padding: 12px 0;
}

.member_list > ul > li > div:nth-child(1) > img {
    width: 120px;
    height: 82px;
}

.member_right > .news_right_list > ul > li {
    border-top: none;
    border-bottom: 1px dashed #EBEBEB;
}

.policy_box {
    width: 1200px;
    height: 460px;
    margin: 25px auto 0 auto;
}

.policy_box > div {
    float: left;
    background-color: #fff;
}

.policy_left {
    width: 755px;
    height: 100%;
}

.p_l_title {
    border-bottom: 1px dashed #EBEBEB;
}

.policy_tabContent {
    width: 96%;
    height: 420px;
    margin: 0 2%;
}

.policy_tabContent > div {
    float: left;
}

.policy_tab {
    width: 60px;
    height: 100%;
    margin-right: 20px;
}

.policy_tab > div {
    width: 100%;
    height: 192px;
    background: #E5F8F7;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #c42141;
    cursor: pointer;
}

.policy_tab .on {
    background: #c42141;
    color: #fff;
}

.policy_tab > div:nth-child(1) {
    margin-top: 13px;
}

.policy_tab_list {
    width: 644px;
    height: 100%;
    position: relative;
}

.policy_tab_list > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: none;
}

.policy_tab_list > div > ul {
    padding: 0;
    margin: 0;
}

.policy_tab_list > div > ul > li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    list-style: none;
    border-bottom: 1px dashed #EBEBEB;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.policy_tab_list .policy_tab_list_on {
    display: block;
}

.policy_tab > .policy_on {
    background: #3480EB;
    color: #fff;
}

.policy_right {
    width: 425px;
    height: 100%;
    margin-left: 20px;
}

.policy_right_list {
    width: 96%;
    height: 385px;
    margin: 0 2%;
}

.policy_right_list > ul {
    padding: 0;
    margin: 0;
}

.policy_right_list > ul > li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    list-style: none;
    border-bottom: 1px dashed #EBEBEB;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_high_label {
    color: #222;
    font-weight: 400;
}

.league_box {
    width: 1200px;
    height: 420px;
    margin: 25px auto 0 auto;
}

.league_box > div {
    float: left;
}

.lea_left {
    width: 755px;
    height: 420px;
    background: #fff;
}

.lea_left_list {
    width: 100%;
    height: 380px;
}

.lea_left_list > div {
    float: left;
    width: 96%;
    margin: 0 2%;
}

.lea_left_list > div > ul {
    margin: 0;
    padding: 0;
}

.lea_left_list > div > ul > li {
    width: 49%;
    height: 45px;
    margin-right: 1%;
    float: left;
    line-height: 45px;
    list-style: none;
    border-bottom: 1px dashed #EBEBEB;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lea_right {
    width: 425px;
    height: 100%;
    background: #fff;
    margin-left: 20px;
}

.lea_right_list {
    height: 380px;
}

.business_box {
    width: 1200px;
    /*height: 430px;*/
    margin: 25px auto 0 auto;
}

.business_box > div {
    float: left;
    background: #fff;
}

.bus_left {
    width: 1200px !important;
    height: 120px !important;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    float: left;
}

/*.bus_left {*/
/*    width: 1200px;*/
/*    height: 100%;*/

/*}*/

.bus_left > .b_r_title {
    border-bottom: 1px dashed #EBEBEB;
}

.bus_list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bus_list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 8px;
}

.bus_list > ul > li {
    width: 161px;
    height: 102px;
    margin: 8px;
    float: left;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 47, 101, 0.07);
}

.bus_list > ul > li a {
    width: 100%;
    height: 100%;
}

.bus_list > ul > li img {
    margin-left: 20.5px;
    margin-top: 21px;
    width: 120px;
    height: 60px;
}

.bus_right {
    width: 425px;
    height: 100%;
    margin-left: 20px;
}

.friendship_link {
    clear: both;
    width: 1200px;
    height: 150px;
    margin: 25px auto;
    background: #fff;
}

.friendship_link > .b_r_title {
    border-bottom: 1px dashed #EBEBEB;
}

.link_box {
    width: 96%;
    height: 110px;
    margin: 0 2%;
}

.link_box > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.link_box > ul > li {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #5D5D5D;
    margin-top: 20px;
}

.link_box > ul > li:not(:last-child) {
    border-right: 1px solid #ACACAC;
}

.activitySlider {
    /*width: 96% !important;*/
    /*height: 370px !important;*/
    margin: 10px 2%;
}

.footerBox {
    clear: both;
    width: 100%;
    min-width: 1200px;
    height: 130px;
    background-color: #ffffff;
}

.footerBox div {
    clear: both;
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.footerBox div p {
    margin-top: 20px;
    color: rgb(14, 10, 10);
}

.nav_on {
    background-color: #4881F8;
}

/* 联盟动态top部分 */
.alliance_list {
    width: 96%;
    margin: 0 2%;
    border-bottom: 1px dashed #ebebeb;
}

.alliance_list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.alliance_list > ul > li {
    width: 100%;
    height: 85px;
    border-top: 1px dashed #ebebeb;
    padding: 12px 0;
}

.alliance_list > ul > li {
    display: flex;
}

.alliance_list > ul > li > div:nth-child(1) > img {
    width: 120px;
    height: 85px;
}

.alliance_info {
    height: 85px;
    margin-left: 12px;
}

.alliance_info > .alliance_title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 500;
}

.alliance_des {
    width: 100%;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #434343;
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
}

.searchBox {
    list-style: none;
    margin-top: 10px;
    overflow: hidden;
}

.searchBox li {
    overflow: hidden;
}

.searchBox .li_l {
    width: 100px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.searchBox .li_r {
    width: 665px;
    padding: 16px 0 16px 23px;
    font-size: 14px;
    line-height: 30px;
}

.searchBox .li_r a.on {
    color: #c42141;
}

.searchBox .li_r a {
    margin: 0 24px 0 0;
    color: #000;
    display: inline-block;
}

.searchBox .hide {
    display: none;
}

.fl {
    float: left;
}