/* reset */
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
div,
pre,
body,
code,
form,
input,
legend,
button,
figure,
fieldset,
textarea,
blockquote {
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: content-box;
}

th,
td {
    vertical-align: middle;
}

html {
    font-size: 14px;
    overflow-y: auto;
    height: 100%;
}

html,
body {
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

input,
select,
textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

body {
    font-family: "Arial", "PingFang SC", "Helvetica Neue", Helvetica, sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
    background: #fff;
    min-width: 1300px;
}

img {
    border: none;
    -webkit-appearance: none;
}

textarea {
    resize: none
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    outline: none
}

a {
    text-decoration: none;
    color: #333;
}

ol,
ul {
    list-style: none;
}

input {
    background: #fff;
}

button,
input[type='submit'],
input[type='button'] {
    cursor: pointer
}

input::-moz-focus-inner {
    padding: 0;
    border: 0
}

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

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

template {
    display: none
}

img {
    vertical-align: middle;
}

em,
i {
    font-style: normal
}

/*360下字体*/
html.cye-enabled.cye-lm body {
    font-family: "Arial", "PingFang SC", "Helvetica Neue", Helvetica, sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
}

/* common */
.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}

.aCur {
    color: #fff;
    padding: 0 5px;
    background: #2c73ac;
    line-height: 23px;
    font-size: 13px;
    margin-top: 8px;
}

/* 选中状态 */
/* 清除浮动 cl 、clearfix  */
.cl:after,
.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}

/* 外填充 */
.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml80 {
    margin-left: 80px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr80 {
    margin-right: 80px;
}

/* 内填充 */
.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p40 {
    padding: 40px;
}

.p50 {
    padding: 50px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt80 {
    padding-top: 80px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl80 {
    padding-left: 80px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr80 {
    padding-right: 80px;
}

/* 宽度 */
.wrap {
    width: 100%
}

.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

* {
    box-sizing: border-box !important;
}

/* 网页头部样式 */
.top {
    width: 100%;
    height: auto;
}

.top_main {
    width: 1200px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: block;
}

.nav {
    width: 606px;
}

.nav>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav>ul>li {
    position: relative;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #333333;
}

.nav>ul>li.on>a {
    font-weight: 600;
    padding-bottom: 22px;
    border-bottom: 2px solid #e3030e;
}

.nav>ul>li>a:hover {
    font-weight: 600;
    padding-bottom: 22px;
    border-bottom: 2px solid #e3030e;
}

.subnav {
    width: 141px;
    height: auto;
    z-index: 9999 !important;
    position: absolute;
    background-color: #fff;
    top: 80px !important;
    left: -34px;
    overflow: hidden !important;
}

.subnav .ul-2 li {
    height: 52px;
    line-height: 57px;
}

.subnav .ul-2 li a {
    text-align: center;
    display: block;
    box-sizing: border-box !important;
    font-size: 16px;
    transition: background-color, color 200ms;
}

.subnav .ul-2 li a:hover {
    background-color: #dba56a;
    color: #fff;
}

/* 网站底部样式 */
.footer {
    width: 100%;
    height: 461px;
    background-color: #C60104;
    padding-top: 85px;
    position: relative;
}

.footer .ft_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .ft_cont .item {
    width: auto;
    height: auto;
}

.footer .ft_cont .item .item_tit a {
    font-family: AlibabaPuHuiTi-Bold;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}

.footer .ft_cont .item .item_list {
    margin-top: 22px;
    position: relative;
    left: 3px;
}

.footer .ft_cont .item .item_list ul li {
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 43px;
}

.footer .ft_cont .item .item_list ul li a {
    font-size: 16px;
    color: #fff;
}

.footer .ft_cont .item.lxwm {
    width: 350px;
    height: auto;
}

.footer .ft_cont .item.lxwm .item_list ul li.gsdz div {
    line-height: 26px;
    float: right;
    width: 269px;
    position: relative;
    top: 10px;
}

.footer .ft_cont .item.lxwm .item_list ul li.gsdz span {
    float: left;
}

.footer .copyright {
    width: 100%;
    height: 53px;
    background-color: #b20003;
    line-height: 53px;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.copyright .cor_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.copyright .cor_cont .lf span:nth-child(3) {
    margin-left: 60px;
    color: #fff;
}

.copyright .cor_cont .lf a {
    /* margin-left: 60px; */
    color: #fff;
    margin-right: 100px;
}
.copyright .cor_cont .rt{
    margin-left: 100px;
}
.copyright .cor_cont .rt a {
    color: #fff;
}


/* 二级页面面包屑和二级导航 */
/* html{scroll-behavior: smooth;} */
.banner_cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -46px;
}

.banner_cont .line {
    width: 60px;
    height: 6px;
    background: #FFFFFF;
    margin-top: 10px;
}

.banner_cont .innerTxt {
    font-size: 58px;
    color: #fff;
}

/* 头部样式结束 */

.crumb_box {
    width: 100%;
    height: 72px;
    background-color: #F6F8FA;
    line-height: 72px;
}

.crumb_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}

.crumb_cont .er_nav ul li {
    float: left;
}

.crumb_cont .er_nav ul li:not(:nth-child(-n+1)) {
    margin-left: 50px;
}

.crumb_cont .er_nav ul li a {
    font-size: 17px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.crumb_cont .er_nav ul li.on a {
    padding-bottom: 20px;
    border-bottom: 4px solid #E50113;
    font-weight: 700;
}

.crumb_cont .er_nav ul li a:hover {
    padding-bottom: 20px;
    border-bottom: 4px solid #E50113;
    font-weight: 700;
}

.crumb_cont .crumb a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
}

/* 面包屑样式结束 */

/* 搜索样式 */
.search {
    width: 194px;
    height: 46px;
    border: 1px solid #CDCDCD;
    border-radius: 23px;
}

.search .search_form {
    width: 100%;
    height: 100%;
    position: relative;
}

.search_form input[type="text"] {
    width: 100%;
    height: 100%;
    border-radius: 23px;
    border: none;
    padding-left: 15px;
    font-size: 16px;
}

.search_form input[type="button"] {
    width: 22px;
    height: 22px;
    background: url(../img/search_btn.png) no-repeat center;
    background-size: cover;
    position: absolute;
    border: none;
    right: 14px;
    top: 12px;
}