@charset "UTF-8";

/**共用样式**/
* {
    margin: 0;
    padding: 0;
    text-shadow: none;
    color: #333;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
}

span strong,
span span,
span em,
span i {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    /*border-collapse: collapse;*/
    border-spacing: 0;
    font-size: 100%;
    outline: 0;
    border: 0;
    vertical-align: middle;
    background: transparent;
}

img {
    border: 0;
    border: none;
    vertical-align: middle;
}

a img {
    border: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul,
ol,
li {
    list-style: none;
    height: auto;
}

body {
    margin: 0 auto;
    background: #f8f8f8;
}

select {
    border: solid 1px #d2d2d2;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

input[type="text"]::-ms-clear {
    display: none;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    vertical-align: middle;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

.clear {
    *zoom: 1
}

.clear:before,
.clear:after {
    content: " ";
    display: table
}

.clear:after {
    clear: both
}

.dn {
    display: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.di {
    display: inline;
}

a {
    text-decoration: none;
    color: #333;
}

div,
p,
span,
a {
    color: inherit;
    font-size: inherit
}

span,
a {
    display: inline-block
}

/**间距**/
.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt21 {
    margin-top: 21px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt67 {
    margin-top: 67px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt8 {
    margin-top: 4px !important;
}

.mt8 {
    margin-top: 4px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt13 {
    margin-top: 13px !important;
}

.mt18 {
    margin-top: 18px !important;
}

.mt26 {
    margin-top: 26px !important;
}

.mt29 {
    margin-top: 29px !important;
}

.mt31 {
    margin-top: 31px !important;
}

.mt54 {
    margin-top: 54px !important;
}

.mt58 {
    margin-top: 58px !important;
}

.mt64 {
    margin-top: 64px !important;
}

.mt72 {
    margin-top: 72px !important;
}

.mt88 {
    margin-top: 88px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.mt117 {
    margin-top: 117px !important;
}

.mt134 {
    margin-top: 134px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb13 {
    margin-bottom: 13px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb4 {
    margin-bottom: 4px !important;
}

.mb6 {
    margin-bottom: 6px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb19 {
    margin-bottom: 9px !important;
}

.mb23 {
    margin-bottom: 23px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.ml110 {
    margin-left: 110px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml2 {
    margin-left: 2px !important;
}

.ml4 {
    margin-left: 4px !important;
}

.ml6 {
    margin-left: 6px !important;
}

.ml8 {
    margin-left: 8px !important;
}

.ml17 {
    margin-left: 17px !important;
}

.ml42 {
    margin-left: 42px !important;
}

.ml180 {
    margin-left: 180px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mr2 {
    margin-right: 2px !important;
}

.mr4 {
    margin-right: 4px !important;
}

.mr6 {
    margin-right: 6px !important;
}

.mr8 {
    margin-right: 8px !important;
}

.mr17 {
    margin-right: 17px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt2 {
    padding-top: 2px !important;
}

.pt4 {
    padding-top: 4px !important;
}

.pt6 {
    padding-top: 6px !important;
}

.pt8 {
    padding-top: 8px !important;
}

.pt14 {
    padding-top: 14px !important;
}

.pt18 {
    padding-top: 18px !important;
}

.pt26 {
    padding-top: 26px !important;
}

.pt32 {
    padding-top: 32px !important;
}

.pt42 {
    padding-top: 42px !important;
}

.pt48 {
    padding-top: 48px !important;
}

.pt64 {
    padding-top: 64px !important;
}

.pt200 {
    padding-top: 200px !important;
}

.pt215 {
    padding-top: 215px !important;
}

.pt165 {
    padding-top: 165px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb55 {
    padding-bottom: 55px;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pb2 {
    padding-bottom: 2px !important;
}

.pb4 {
    padding-bottom: 4px !important;
}

.pb6 {
    padding-bottom: 6px !important;
}

.pb8 {
    padding-bottom: 8px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.pl2 {
    padding-left: 2px !important;
}

.pl4 {
    padding-left: 4px !important;
}

.pl6 {
    padding-left: 6px !important;
}

.pl8 {
    padding-left: 8px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pr95 {
    padding-right: 95px !important;
}

/**字体**/
.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.f42 {
    font-size: 42px;
}

.f44 {
    font-size: 44px;
}

.f46 {
    font-size: 46px;
}

.f48 {
    font-size: 48px;
}

.f50 {
    font-size: 50px;
}

.f52 {
    font-size: 52px;
}

.f54 {
    font-size: 54px;
}

.f56 {
    font-size: 56px;
}

.f60 {
    font-size: 60px;
}

.f_bold {
    font-weight: bold;
}

.f_normal {
    font-weight: normal;
}

.text_c {
    text-align: center;
}

.text_r {
    text-align: right;
}

.text_l {
    text-align: left;
}

.vm {
    vertical-align: middle;
}

.vtb {
    vertical-align: text-bottom;
}

.vt {
    vertical-align: top;
}

.vn {
    vertical-align: -2px;
}

.width100 {
    width: 100%;
}

.height100 {
    height: 100%;
}

/* 定位 */
.positionR {
    position: relative;
}

.positionA {
    position: absolute;
}

.positionF {
    position: fixed;
}


/* 弹性布局 */
.flex_row_center_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.flex_row_start_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}

.flex_row_end_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}

.flex_row_center_start {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.flex_row_start_start {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.flex_row_sb_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.flex_row_sa_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
}

.flex_row_sa_start {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: start;
    -webkit-align-items: start;
}

.flex_row_sb_start {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.flex_row_end_end {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.flex_column_center_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.flex_column_start_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}

.flex_column_center_start {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.flex_column_center_end {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.flex_column_end_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}

.flex_column_start_start {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.flex_column_sb_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.flex_column_sb_start {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: start;
    -webkit-align-items: start;
}

.flex_wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

/* 新添加 */
.content_container {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.content_main {
    width: 1200px;
    margin: 0 auto;
    z-index: 999;
}

.content_main1 {
    margin: 0 auto;
}

.flex_img {
    width: 100%;
    max-width: 1920px;
}

/* 颜色 */
.cWhite {
    color: #fff;
}

.cBlack {
    color: #000;
}

.c999 {
    color: #999;
}

.c666 {
    color: #666;
}

.c333 {
    color: #333;
}

.cBlue {
    color: #2256ad
}

.borderB {
    border: solid 1px #d2d2d2;
}

.bgw {
    background-color: #fff;
}

.bggray {
    background-color: #fcfcfc;
}

.border_none {
    border: none !important;
}

/* 弹窗 */
.popup_win {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* 单行省略： */
.one_ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

/* 多行省略: */
.more_ellipsis {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner_pic {
    width: 100%;
    /*height: 310px;*/
    object-fit: cover;
}

input,
input::placeholder,
select {
    color: #999;
}

input:focus {
    outline: none !important;
    border: 1px solid #1c70e6 !important;
}

select:focus {
    outline: none !important;
}

/* 公共头部 */
.fixed_header {
    position: fixed;
    top: 0;
    max-width: 1920px;
    margin: 0 auto;
    height: 90px;
    width: 100%;
    background-color: #fff;
    z-index: 11;
}

.my_header {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    color: #000;
}

.my_header input {
    width: 266px;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    color: #999;
    padding: 0 7px;
}

.my_header input::placeholder {
    color: #999;
}

.header_search {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #063d78;
    border-radius: 4px;
    color: #fff;
    margin: 0 10px 0 5px;
    cursor: pointer;
}

.my_header ul li a {
    color: #000;
    width: 95px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    position: relative;
}

.my_header ul li a:hover {
    cursor: pointer;
}

.header_active {
    color: #063d78 !important;
}

/* .header_active::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 3px;
    width: 40px;
    background-color: #063d78;
} */

.top_blank_div {
    width: 100%;
    height: 90px;
    background-color: #fff;
}

/* 公共底部 */
footer {
    width: 100%;
    height: 548px;
    /* background-color: #4e2a6d; */
}

.footer_head {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    /* border-bottom: dotted 1px rgba(256, 256, 256, 0.3); */
    height: 68px;
    font-weight: bold;
}

.footer_middle {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    /* padding: 30px 0; */
    min-height: 217px;
    /* border-bottom: dotted 1px rgba(256, 256, 256, 0.3); */
}

.footer_middle>div {
    display: flex;
    flex-direction: column;
}

.footer_middle>div,
.footer_head a {
    width: 16.6%;
    text-align: center;
}

.footer_middle>div a {
    height: 30px;
}

.footer_btm {
    width: 100%;
    background-color: #281339;
    height: 40px;
    font-size: 14px;
}

.footer_btm_div p {
    font-size: 14px;
    line-height: 30px;
}


/* 登录弹窗 */
.login_popup {
    display: none;

}

.login_inner_div {
    width: 704px;
    height: 480px;
    background-color: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 45px;
    box-sizing: border-box;
}

.longin_line {
    border-bottom: solid 1px #dedede;
    width: 610px;
    margin: 36px 0 73px;
}

.login_input {
    width: 310px;
    height: 45px;
    border: solid 1px #dedede;
}

.login_input input {
    border: none;
    height: 100%;
    width: 30%;
    flex-grow: 1;
    color: #999;
    padding: 0 8px;
}

.login_input input::placeholder {
    color: #999;
}

.login_input_logo {
    height: 100%;
    width: 67px;
    border-right: solid 1px #dedede;
}

.login_btn {
    width: 310px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #063d78;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.login_close {
    position: absolute;
    top: 45px;
    right: 72px;
    cursor: pointer;
}


/* 公用文档内容样式 */
.normal_title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.normal_date {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
    color: #999;
    border-bottom: 1px solid #999;
}

.normal_content {
    line-height: 36px;
    letter-spacing: 1px;
    color: #666;
    /* text-indent: 32px; */
    font-size: 16px;
    width: 100%;
    position: relative;
}

.normal_content p {
    width: 100%;
    display: inline-block;
}

.normal_content span,
.normal_content strong {
    display: inline;
    white-space: pre-wrap !important;
}

.normal_content img {
    max-width: 100%;
}

/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #aeaeae;
    background-color: rgb(247, 247, 247);
    cursor: pointer;
    color: #717171;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.pagination li.active {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.09) 0%,
            rgba(255, 255, 255, 0.09) 100%),
        linear-gradient(#e9ca2c,
            #e9ca2c);
    background-blend-mode: overlay,
        normal;
    box-shadow: 0px 1px 0px 0px #ffffff, inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

.list_container {
    width: 270px;
    /* background-color: #ffffff; */
    /* border-radius: 4px; */
    /* border: solid 1px #e5e5e5; */
    padding: 35px 0 120px 45px;
}

.list_title {
    font-size: 24px;
    color: #003175;
    width: 200px;
    height: 57px;
    /* border-bottom: solid 1px #e5e5e5; */
}

.list_box>div {
    width: 200px;
    height: 80px;
    border-radius: 2px;
    /* border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5; */
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 18px;
    color: #666;
}

.list_box>div img {
    margin-right: 20px;
}

.list_active {
    color: #6e4493;
    position: relative;
}

.list_active::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url('/web/templates/images/public/aboutus-icon2.png') no-repeat;
    width: 16px;
    height: 16px;
}

.detail_container {
    width: 920px;
    min-height: 700px;
    /* background-color: #ffffff; */
    /* border: solid 1px #e5e5e5; */
    margin-left: 10px;
    padding: 0 20px 40px 20px;
}

.list_item {
    cursor: pointer;
    padding-left: 20px;
    font-size: 20px;
}

.list_item:hover {
    color: #6e4493;
    cursor: pointer;
}

.list_item::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 32px;
    background-color: #6e4493;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.download {
    font-size: 24px;
    color: #6e4493;
    text-decoration: underline;
    cursor: pointer;
    margin: 50px 0;
}

.active_item_container {
    width: 100%;
    min-height: 560px;
}

.active_item {
    width: 100%;
    height: 216px;
    border-bottom: 2px solid #103595;
}

.active_item img {
    width: 244px;
    height: 144px;
    margin-right: 10px;
}

.active_item_right {
    width: 50%;
    flex-grow: 1;
}

.active_item_title {
    font-size: 20px;
    color: #000000;
    width: 100%;
    margin-bottom: 20px;
}

.active_item_title:hover {
    color: #103595;
}

.active_item_content {
    margin-top: 12px;
    line-height: 30px;
    height: 60px;
}

.active_item_content,
.active_item_content span,
.active_item_content p {
    font-size: 16px !important;
    color: #666;
}

/* 服务内容 */
.service_item {
    width: 430px;
    height: 340px;
    margin-bottom: 30px;
    border: solid 1px #e5e5e5;
}

.service_item a:hover {
    color: #113f7e;
}

.service_item_title {
    width: 100%;
    padding-left: 20px;
    height: 80px;
    line-height: 80px;
}

.detail_right_title {
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.img_div {
    width: 100%;
    height: 260px;
}

.img_div a,
.img_div img {
    width: 100%;
    height: 100%;
}

/* 会员风采 */
.vip_item {
    width: 430px;
    height: 440px;
    border: solid 1px #e5e5e5;
    margin-bottom: 20px;
}

.vip_item a:hover,
.service_item a:hover {
    color: #113f7e;
}

.img_div {
    width: 100%;
    height: 260px;
}

.img_div a,
.img_div img {
    width: 100%;
    height: 100%;
}

.vip_detail_div {
    margin: 18px 0 0 20px;
    width: 380px;
}

.vip_item_time {
    width: 83px;
    height: 80px;
    border-right: solid 1px #e5e5e5;
}

.vip_detail_right {
    width: 30%;
    flex-grow: 1;
    margin-left: 20px;
}

.detail_right_title {
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.detail_right_detail {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 27px;
    height: 50px;
}

.read_more {
    width: 380px;
    height: 48px;
    margin: 33px 0 0 17px;
    border-top: solid 1px #e5e5e5;
}

/* 服务内容 */
.service_item {
    width: 430px;
    height: 340px;
    margin-bottom: 30px;
    border: solid 1px #e5e5e5;
}

.service_item_title {
    width: 100%;
    padding-left: 20px;
    height: 80px;
    line-height: 80px;
}

/* 简报 */
.report_item,
.down_item {
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    height: 75px;
    box-sizing: border-box;
    padding-right: 25px;
}

.login-name {
    color: #063d78;
    margin-right: 5px;
}


/* 新增头部样式 2022/07/14 */
.fixed_header {
    height: 150px;
}

.top_blank_div {
    height: 150px;
}

.my_header {
    flex-direction: column;
    width: 100%;
}

.my_header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 1200px;
    height: 98px;
}

.my_header-call {
    display: flex;
    align-items: center;
    margin-right: 70px;
}

.my_header-call>img {
    width: 28px;
    height: 28px;
    margin-right: 7px;
}

.my_header-call>a {
    font-size: 24px;
    color: #6e4493;
    font-weight: bold;
}

.my_header ul {
    background-color: #6e4493;
    width: 100%;
    height: 62px;
}

.my_header ul li a {
    font-size: 16px;
    color: #fff;
    height: 62px;
    width: 133px;
    line-height: 62px;
}

.header_active {
    color: #fff !important;
    background-color: #64378d;
    box-shadow: 0px 0px 11px 4px rgba(36, 6, 53, 0.3);
}

#login-info {
    color: #6e4493;
    font-size: 14px;
    font-weight: bold;
}

/* 底部 */
.new-footer-top {
    background: url('/web/templates/images/index/home-back3.png') no-repeat;
    background-size: 100% 100%;
    height: 258px;
}

.new-footer-top .new-footer-content {
    min-width: 1200px;
    height: 258px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    padding-left: 150px;
    align-items: center;
}

.new-footer-top .new-footer-content .code {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 90px;
}

.new-footer-top .new-footer-content .code-apply>a{
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s;
}

.new-footer-top .new-footer-content .code-apply>a:hover img{
    transform: scale(1.04);
    transition: all 0.2s;
}

.new-footer-top .new-footer-content .code>img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.new-footer-top .new-footer-content .code>p,
.new-footer-top .new-footer-content .code-apply>a p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.new-footer-top .new-footer-content .new-footer-call {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-left: 30px;
}

.new-footer-top .new-footer-content .new-footer-call p {
    margin-bottom: 6px;
}

/* 新增内页背景样式 */
.new-content-bg {
    background: linear-gradient(to right,
            #f4f4f4 0%,
            #f4f4f4 32%,
            #fff 40%,
            #fff 150%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.new-content-bg::after {
    position: absolute;
    content: '';
    width: 32%;
    height: 718px;
    bottom: -20px;
    left: 0;
    background: url('/web/templates/images/public/home-back1.png') no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.new-content-bg1 {
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.new-content-bg1::after {
    position: absolute;
    content: '';
    width: 18%;
    height: 734px;
    bottom: -36px;
    right: 7px;
    background: url(/web/templates/images/public/home-back2.png) no-repeat;
    background-size: 100%;
    z-index: -1;
}





/* S 商会荣誉 */
.honor-box {
    display: flex;
    flex-wrap: wrap;
}

.honor-box .honor-list {
    width: 230px;
    margin-bottom: 40px;
    transition: all 0.2s;
}

.honor-box .honor-list:hover {
    cursor: pointer;
}

.honor-box .honor-list:hover P {
    color: #6e4493;
    font-weight: bold;
    transition: all 0.2s;
}

.honor-box .honor-list:not(:nth-of-type(3n)) {
    margin-right: 70px;
}

.honor-box .honor-list>img {
    width: 100%;
}

.honor-box .honor-list>p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 17px;
}

/* E 商会荣誉 */

/* S 联系我们 */

.application-nav {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.application-nav>img {
    width: 22px;
    height: 20px;
    margin-right: 10px;
}

.application-nav p {
    font-size: 20px;
    color: #333;
}

/* E 联系我们 */

/* S 上一页/下一页 */
.page-box {
    border-top: 1px solid #eee;
    box-sizing: border-box;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-box .page-flex {
    display: flex;
    flex-direction: column;
}

.page-box .page-flex .page-up {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.page-box .page-flex .page-down {
    display: flex;
    align-items: center;
}

.page-box .page-flex .page-up span:hover,
.page-box .page-flex .page-down span:hover {
    color: #6e4493;
}

.page-box .page-flex .page-up span,
.page-box .page-flex .page-down span {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-box .page-flex .page-up span:nth-child(1),
.page-box .page-flex .page-down span:nth-child(1) {
    color: #b93033;
    flex-shrink: 0;
}

.page-box .page-back {
    margin-left: 30px;
}

.page-box .page-back a {
    border: 1px solid #b93033;
    border-radius: 6px;
    font-size: 18px;
    color: #b93033;
    width: 138px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-box .page-back a>img {
    width: 14px;
    height: 16px;
    margin-right: 11px;
}

/* E 上一页/下一页 */

input:focus {
    outline: none !important;
    border: none !important;
}

/* S 二级菜单 */
.tab-nav {
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    background-color: rgba(110, 68, 147, .7);
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.nav a:hover .tab-nav {
    display: block;
}

.tab-nav>span {
    width: 133px;
    height: 62px;
    border-bottom: 1px solid #6e4493;
    line-height: 62px;
    text-align: center;
    color: #fff;
}

.tab-nav>span:hover {
    cursor: pointer;
    background-color: #4d296c;
}

.tab-nav>span:nth-of-type(1) {
    background-color: #4d296c;
    padding-top: 7px;
    box-shadow: 5px 0px 5px 0px rgba(44, 9, 75, 0.28);
}

.tab-nav-icon {
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* E 二级菜单 */

/* S 分页样式修改 */
.pagination-prev,
.pagination-next {
    border: 1px solid #666666;
    font-size: 16px;
    color: #333 !important;
    box-sizing: border-box;
    padding: 11px 24px;
    line-height: 1;
}

.pagination-prev {
    margin-right: 14px !important;
}

.pagination-next {
    margin-left: 0 !important;
}

.pagination-btn {
    padding: 0 !important;
    color: #333333 !important;
    font-size: 16px;
    border: 1px solid #666666;
    width: 40px;
    height: 36px;
    line-height: 36px;
    border-radius: 0 !important;
    margin-right: 15px !important;
}

.pagination-current {
    background-color: #b93033;
    color: #fff !important;
    border: 1px solid #b93033 !important;
}

/* E 分页样式修改 */
.text {
    margin-bottom: 34px;
}

.my_header ul li:hover {
    transition: all .2s;
}

.my_header ul li:hover .tab-nav {
    display: block !important;
}

.hy-details-content .hy-details-guide span:hover {
    cursor: pointer;
}