@charset "UTF-8";
* {
    font-family: "微软雅黑", "Microsoft YaHei" !important;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
th,
td,
dl,
dd,
form,
fieldset,
legend,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
    display: block;
}

a {
    transition: 0.6s;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

body {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 1px;
    position: relative;
    font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体" !important;
}

@media only screen and (min-width: 1024px) {
    body {
        min-width: 1200px;
    }
}

table {
    border-collapse: collapse;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

mark {
    background-color: inherit;
}

abbr[title] {
    border-bottom: 1px dotted;
}

ol,
dl,
dt,
dd,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

em {
    font-style: normal;
}

img {
    border: 0;
    display: block;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix::after {
    display: block;
    overflow: hidden;
    clear: both;
    width: 0;
    height: 0;
    content: '';
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: font_type1;
    src: url(../fonts/NUN.TTF);
}

@font-face {
    font-family: font_type2_regular;
    src: url(../fonts/SourceHanSerifCN-Regular.ttf), url(../fonts/SourceHanSerifCN-Regular.ttf);
}

@font-face {
    font-family: font_type2_light;
    src: url(../fonts/SourceHanSerifCN-Light.ttf), url(../fonts/SourceHanSerifCN-Light.ttf);
}

.word_content {
    box-sizing: border-box;
    font-size: 14px;
    color: #545353;
}

.word_content img {
    max-width: 100%;
    display: inline-block;
    height: auto !important;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

@media only screen and (max-width: 3840px) {
    .center {
        width: 1200px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    .center {
        width: 768px;
        padding: 0 2%;
    }
}

@media only screen and (max-width: 768px) {
    .center {
        width: 100%;
    }
}

.center2 {
    width: 1460px;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
    .center2 {
        width: 1200px;
        padding-left: 2%;
    }
}

@media only screen and (max-width: 1024px) {
    .center2 {
        width: 768px;
        padding: 0 2%;
    }
}

@media only screen and (max-width: 768px) {
    .center2 {
        width: 100%;
    }
}

.center3 {
    width: 100%;
    padding-left: 2%;
}

@media only screen and (max-width: 1024px) {
    .center3 {
        width: 768px;
        max-width: 100%;
        margin: 0 auto;
        padding-right: 2%;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes beat {
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.not_result {
    dipslay: block;
    text-align: center;
}

.pub_banner {
    position: relative;
    height: 584px;
}

.pub_banner .swiper-container {
    height: 100%;
}

.pub_banner .swiper-container .swiper-wrapper {
    height: 100%;
}

.pub_banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
}

.pub_banner .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 100%;
}

.pub_banner .swiper-container .swiper-wrapper .swiper-slide figure div {
    width: 100%;
    height: 100%;
}

.pub_banner .swiper-container .swiper-wrapper .swiper-slide figure div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pub_banner .swiper-container .swiper-wrapper .swiper-slide figure figcaption {
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -650px;
}

.pub_banner .swiper-container .swiper-wrapper .swiper-slide figure figcaption hr {
    width: 60px;
    height: 5px;
    background: #fff;
    border: none;
    margin-right: auto;
    margin-left: 0;
}

.pub_banner .swiper-container .swiper-wrapper .swiper-slide figure figcaption h4 {
    text-transform: uppercase;
    text-align: left;
    font-size: 36px;
    color: #ffffff;
    line-height: 100%;
    display: block;
    font-weight: bold;
    margin: 10px 0 6px 0;
}

.pub_banner .swiper-container .swiper-wrapper .swiper-slide figure figcaption span {
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    color: #ffffff;
    line-height: 140%;
    display: block;
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
    .pub_banner {
        padding-top: 60px;
        height: 210px;
    }
    .pub_banner .swiper-container {
        height: 100%;
    }
    .pub_banner .swiper-container .swiper-wrapper {
        height: 100%;
    }
    .pub_banner .swiper-container .swiper-wrapper .swiper-slide {
        height: 100%;
    }
    .pub_banner .swiper-container .swiper-wrapper .swiper-slide figure {
        height: 100%;
    }
    .pub_banner .swiper-container .swiper-wrapper .swiper-slide figure figcaption {
        display: none;
        text-align: center;
        transform: translateY(-50%);
        position: absolute;
        width: 270px;
        margin-left: -135px;
    }
    .pub_banner .swiper-container .swiper-wrapper .swiper-slide figure figcaption hr {
        margin: 0 auto;
        height: 2px;
    }
    .pub_banner .swiper-container .swiper-wrapper .swiper-slide figure figcaption span {
        font-size: 1.375rem;
        margin: 0;
        text-align: center;
    }
    .pub_banner .swiper-container .swiper-wrapper .swiper-slide figure figcaption h4 {
        font-size: 1.375rem;
        text-align: center;
        padding: 8px 48px;
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 3840px) {
    .join_banner {
        height: 810px;
    }
}

.join_banner .swiper-container .swiper-pagination {
    bottom: 50px;
    position: relative;
}

.join_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #FFFFFF;
    transition: 0.6s;
}

.join_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #BB2F26;
}

.ind_banner {
    position: relative;
    height: 730px;
}

.ind_banner .swiper-container {
    width: 100%;
    height: 100%;
}

.ind_banner .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.ind_banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.ind_banner .swiper-container .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.ind_banner .swiper-container .swiper-wrapper .swiper-slide a figure {
    position: relative;
    width: 100%;
    height: 100%;
}

.ind_banner .swiper-container .swiper-wrapper .swiper-slide a figure div {
    width: 100%;
    height: 100%;
}

.ind_banner .swiper-container .swiper-wrapper .swiper-slide a figure div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_banner .swiper-container .swiper-wrapper .swiper-slide a figure figcaption {
    position: absolute;
    bottom: 90px;
    left: 2%;
    width: 990px;
}

.ind_banner .swiper-container .swiper-wrapper .swiper-slide a figure figcaption span {
    text-align: left;
    font-size: 90px;
    color: #fff;
    line-height: 100%;
    display: block;
    margin-bottom: 10px;
    font-family: font_type1 !important;
}

.ind_banner .swiper-container .swiper-wrapper .swiper-slide a figure figcaption p {
    text-align: left;
    font-size: 40px;
    color: #ffffff;
    line-height: 100%;
    display: block;
}

.ind_banner .swiper-container .swiper-pagination {
    position: absolute;
    left: 3%;
    width: auto;
    bottom: 10px;
}

.ind_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 2px;
    height: 10px;
    transition: 0.6s;
    margin: 0 13px;
    border-radius: 0;
    opacity: 1;
    background: #fff;
}

.ind_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    height: 20px;
    background: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .ind_banner {
        height: auto;
        padding: 0;
    }
    .ind_banner .swiper-container .swiper-wrapper .swiper-slide a {
        background-position: center center !important;
        background: red;
    }
    .ind_banner .swiper-container .swiper-wrapper .swiper-slide a figure {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ind_banner .swiper-container .swiper-wrapper .swiper-slide a figure figcaption {
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto;
    }
    .ind_banner .swiper-container .swiper-wrapper .swiper-slide a figure figcaption span {
        font-size: 3rem;
        text-align: center;
    }
    .ind_banner .swiper-container .swiper-wrapper .swiper-slide a figure figcaption p {
        font-size: 2rem;
        text-align: center;
    }
}

.three_nav {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #58C5FF;
}

.three_nav li {
    display: inline-block;
    padding: 16px 0;
}

.three_nav li a {
    text-align: center;
    font-size: 16px;
    color: #3d3d3d;
    line-height: 100%;
    display: block;
    padding: 0 30px;
    border-right: 1px solid #BFBFBF;
}

.three_nav li a:hover {
    color: #BB2F26;
}

.three_nav li:last-child a {
    border-right: none;
}

.three_nav .active a {
    color: #BB2F26;
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
    .three_nav {
        text-align: center;
        width: 100%;
    }
    .three_nav li {
        width: auto;
        float: unset;
        transition: 0.6s;
        padding: 2% 0;
        display: inline-block;
        margin: 2px;
    }
    .three_nav li a {
        line-height: 2rem;
        color: #BB2F26;
        padding: 2px 6px;
        border: 1px solid #BB2F26 !important;
        border-radius: 4px;
    }
    .three_nav li a:hover {
        color: #fff;
        background: #BB2F26;
    }
    .three_nav .active a {
        color: #fff;
        background: #BB2F26;
    }
}

.bdsharebuttonbox a {
    float: none !important;
    vertical-align: middle;
    font-size: 16px !important;
    width: 32px !important;
    display: inline-block;
    height: 32px !important;
    background-position: unset !important;
    margin: 0 4px !important;
    padding: 0 !important;
}

.bdsharebuttonbox a:hover {
    filter: brightness(1.2);
}

.bdsharebuttonbox .bds_more {
    font-family: 'font_type2_regular';
    background: none !important;
    line-height: 32px !important;
    width: auto !important;
    font-size: 18px;
    color: #515050;
}

.bdsharebuttonbox .bds_weixin {
    background-image: url("../img/share_ico1.png") !important;
}

.bdsharebuttonbox .bds_tsina {
    background-image: url("../img/share_ico2.png") !important;
}

.bdsharebuttonbox .bds_qzone {
    background-image: url("../img/share_ico3.png") !important;
}

.bdsharebuttonbox .bds_tqq {
    background-image: url("../img/share_ico4.png") !important;
}

.bdsharebuttonbox .bds_renren {
    background-image: url("../img/share_ico5.png") !important;
}

.layout {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.pub_header {
    width: 100%;
    z-index: 1;
}

.pub_header .top {
    z-index: 3;
    position: fixed;
    width: 100%;
    transition: 0.6s;
    border-bottom: 1px solid transparent;
}

.pub_header .top .t_header {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
}

.pub_header .top .t_header .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pub_header .top .t_header .left .t_logo {
    display: block;
    height: 48px;
    overflow: hidden;
}

.pub_header .top .t_header .left .t_logo img {
    position: relative;
    transition: 0.6s;
}

.pub_header .top .t_header .left nav ul li {
    padding: 31px 0;
    position: relative;
    float: left;
    margin: 0 15px;
    transition: 0.6s;
}

.pub_header .top .t_header .left nav ul li em {
    display: block;
}

.pub_header .top .t_header .left nav ul li em a {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 180%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: SimSun;
}

.pub_header .top .t_header .left nav ul li em a:hover {
    color: #BB2F26;
}

.pub_header .top .t_header .left nav ul li em a i {
    display: inline-block;
    margin-left: 4px;
}

.pub_header .top .t_header .left nav ul li dl {
    transform: scale(0);
    transition: 0.6s;
    min-width: 160px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 0;
    border-radius: 6px;
    background: #fff;
}

.pub_header .top .t_header .left nav ul li dl dd {
    margin-bottom: 10px;
}

.pub_header .top .t_header .left nav ul li dl dd a {
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 180%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: SimSun;
}

.pub_header .top .t_header .left nav ul li dl dd a:hover {
    color: #BB2F26;
}

.pub_header .top .t_header .left nav ul li dl dd:last-child {
    margin-bottom: 0;
}

.pub_header .top .t_header .left nav ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
}

.pub_header .top .t_header .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pub_header .top.type2 {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.pub_header .top.type2 .t_header {
    height: 60px;
}

.pub_header .top.type2 .t_header .left .t_logo img {
    top: -48px;
}

.pub_header .top.type2 .t_header .left nav ul li em a {
    color: #000;
}

.pub_header .top.type2 .t_header .left nav ul li em a:hover {
    color: #BB2F26;
}

.pub_header .nav_btn {
    transition: 0.6s;
    z-index: 3;
    border: 1px solid #fff;
    padding: 4px;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.pub_header .nav_btn span {
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    transition: .2s ease;
}

.pub_header .nav_btn span:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 22px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    transition: transform .2s ease, top .2s ease;
}

.pub_header .nav_btn span:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 22px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #fff;
    transition: transform .2s ease, top .2s ease;
}

.pub_header .nav_btn_open {
    background: #BB2F26;
    border: 1px solid #BB2F26;
}

.pub_header .nav_btn_open span {
    width: 0;
    background: #fff !important;
}

.pub_header .nav_btn_open span:before {
    top: 0;
    transform: rotate(45deg);
    background: #fff;
}

.pub_header .nav_btn_open span:after {
    top: 0;
    transform: rotate(-45deg);
    background: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 1370px) {
    .pub_header .top .center nav ul li {
        padding-left: 4px;
        padding-right: 4px;
    }
    .pub_header .top .center .t_right {
        display: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 3840px) {
    .pub_header .nav_btn {
        display: none;
    }
    .pub_header .nav_btn:hover {
        background: #BB2F26;
        border: 1px solid #BB2F26;
    }
    .pub_header .pc-nav-box {
        padding: 100px 0 0 0;
        z-index: 10;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        right: -230px;
        top: 0;
        width: 230px;
        height: 100%;
        transition: 0.6s;
    }
    .pub_header .pc-nav-box .search-btn {
        display: none;
    }
    .pub_header .pc-nav-box .sup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 106px;
        position: fixed;
        top: 34px;
        right: 2%;
        transition: 0.6s;
    }
    .pub_header .pc-nav-box .sup .t_lang {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        font-family: Arial;
        z-index: 11;
        position: relative;
    }
    .pub_header .pc-nav-box .sup .t_lang a:hover {
        color: #BB2F26;
    }
    .pub_header .pc-nav-box .sup .t_lang span {
        transition: 0.6s;
    }
    .pub_header .pc-nav-box .sup .t_lang.white {
        color: #fff !important;
    }
    .pub_header .pc-nav-box .pub_search {
        position: relative;
        margin-left: 10px;
        z-index: 11;
        position: relative;
    }
    .pub_header .pc-nav-box .pub_search input {
        border: none;
        height: 30px;
        transition: 0.6s;
        width: 0;
        overflow: hidden;
        position: absolute;
        top: 4px;
        right: -5px;
        border-radius: 20px;
        padding: 0;
    }
    .pub_header .pc-nav-box .pub_search button {
        z-index: 2;
        position: relative;
        margin-top: 7px;
        cursor: pointer;
        border: none;
        width: 23px;
        height: 21px;
        background: url("../img/search_ico.png") no-repeat center top;
    }
    .pub_header .pc-nav-box .pub_search:hover input {
        width: 150px;
        padding: 0 10px;
        border: 1px solid #ccc;
    }
    .pub_header .pc-nav-box .pub_search:hover button {
        background-position: bottom;
    }
    .pub_header .pc-nav-box .pc-menu-nav {
        padding: 30px 30px 0 50px;
        height: 100%;
        border-top: 1px solid transparent;
    }
    .pub_header .pc-nav-box .pc-menu-nav .menu {
        overflow: hidden;
        width: 135px;
        height: 240px;
        display: block;
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: block;
        padding: 80px 50px 80px 110px;
        font-size: 16px;
        word-wrap: break-word;
        width: 185px;
        text-align: center;
        cursor: pointer;
        line-height: 20px;
        transition: all .3s ease .2s;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-family: Arial;
        letter-spacing: .155em;
    }
    .pub_header .pc-nav-box .pc-menu-nav .menu:after {
        content: '';
        position: absolute;
        right: 64px;
        top: 50%;
        margin-top: -4px;
        width: 1px;
        height: 54px;
        margin-top: 48px;
        background: #fff;
        transition: 0.6s;
        transform: translateX(50%);
    }
    .pub_header .pc-nav-box .pc-menu-nav .hide_logo {
        display: none;
    }
    .pub_header .pc-nav-box .pc-menu-nav .menu.hidden {
        height: 0;
        opacity: 0;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul {
        height: 100%;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li {
        margin-bottom: 5px;
        transform: translate3d(30px, 0, 0);
        opacity: 0;
        transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
        transition-delay: 0s;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li h6 {
        font-weight: normal;
        margin-bottom: 10px;
        text-align: right;
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        font-size: 16px;
        color: #505050;
        font-weight: bold;
        letter-spacing: 1px;
        transition: .3s;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li h6 a {
        text-align: right;
        font-size: 16px;
        color: #ffffff;
        line-height: 180%;
        display: inline-block;
        text-transform: uppercase;
        font-family: SimSun;
        cursor: default;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li h6 span {
        text-align: left;
        font-size: 18px;
        color: #8d8d8d;
        line-height: 180%;
        display: block;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li dl {
        display: block !important;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li dl dd {
        margin-bottom: 0;
        text-align: right;
        line-height: 100%;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li dl dd a {
        text-align: right;
        font-size: 13px;
        color: #ffffff;
        line-height: 180%;
        display: inline-block;
        text-transform: lowercase;
        position: relative;
        font-family: SimSun;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li dl dd a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        background: #fff;
        bottom: 0;
        right: 0;
        transition: 0.6s;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li dl dd a i {
        position: absolute;
        transition: 0.6s;
        position: absolute;
        left: -10px;
        top: 5px;
        opacity: 0;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li dl dd a:hover {
        color: #BB2F26;
        margin-left: 10px;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li dl dd a:hover i {
        opacity: 1;
        color: #BB2F26;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li dl dd a:hover:after {
        width: 100%;
        background: #BB2F26;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li dl dd:last-child {
        margin-bottom: 0;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li .mobile-second-nav {
        padding-left: 30px;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li:nth-of-type(1) h6 {
        cursor: pointer;
    }
    .pub_header .pc-nav-box .pc-menu-nav ul li:nth-of-type(1) h6 a:hover {
        color: #BB2F26;
    }
    .pub_header .pc-nav-box.type2 {
        background: transparent !important;
        padding: 60px 0 0 0;
    }
    .pub_header .pc-nav-box.type2 .menu {
        color: #505050;
    }
    .pub_header .pc-nav-box.type2 .menu:after {
        background: #505050;
    }
    .pub_header .pc-nav-box.type2 .t_lang {
        color: #1E1F1F;
        font-weight: bold;
    }
    .pub_header .pc-nav-box.type2 .sup {
        top: 13px;
    }
    .pub_header .pc-nav-box.type2 .pub_search button {
        background-position: bottom;
    }
    .pub_header .pc-nav-box.type2 .pc-menu-nav {
        border-top: 1px solid #ccc;
    }
    .pub_header .pc-nav-box.type2 .pc-menu-nav ul li h6 a {
        color: #505050;
    }
    .pub_header .pc-nav-box.type2 .pc-menu-nav ul li dl dd a {
        color: #828282;
        text-transform: lowercase;
    }
    .pub_header .pc-nav-box.type2 .pc-menu-nav ul li dl dd a:hover {
        color: #BB2F26;
    }
    .pub_header .pc-nav-box-show {
        right: 0;
    }
    .pub_header .pc-nav-box-show .pc-menu-nav .menu {
        opacity: 0;
        z-index: -1;
        transition: all .3s ease;
    }
    .pub_header .pc-nav-box-show .pc-menu-nav ul li {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        transition-delay: 1s;
    }
    .pub_header .pc-nav-box-show .pc-menu-nav ul li:nth-of-type(1) {
        transition-delay: .2s;
    }
    .pub_header .pc-nav-box-show .pc-menu-nav ul li:nth-of-type(2) {
        transition-delay: .3s;
    }
    .pub_header .pc-nav-box-show .pc-menu-nav ul li:nth-of-type(3) {
        transition-delay: .4s;
    }
    .pub_header .pc-nav-box-show .pc-menu-nav ul li:nth-of-type(4) {
        transition-delay: .5s;
    }
    .pub_header .pc-nav-box-show .pc-menu-nav ul li:nth-of-type(5) {
        transition-delay: .6s;
    }
    .pub_header .pc-nav-box-show .pc-menu-nav ul li:nth-of-type(6) {
        transition-delay: .7s;
    }
    .pub_header .pc-nav-box-show .pc-menu-nav ul li:nth-of-type(7) {
        transition-delay: .8s;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .pub_header {
        background: transparent;
    }
    .pub_header .top {
        position: fixed;
        z-index: 999;
        width: 100%;
    }
    .pub_header .top .nav .pub_search {
        display: none;
    }
    .pub_header .top .nav nav {
        display: none;
    }
    .pub_header .top .t_header {
        padding: 7px 2%;
        height: 50px;
        background: transparent;
    }
    .pub_header .top .t_header .left {
        width: 100%;
    }
    .pub_header .top .t_header .left .t_logo {
        height: 32px;
        margin: 0 auto;
    }
    .pub_header .top .t_header .left .t_logo img {
        height: 62px;
        top: -31px !important;
        object-fit: cover;
    }
    .pub_header .top .t_header .right {
        display: block;
    }
    .pub_header .top .t_header .right .nav_btn {
        border: 1px solid transparent;
        z-index: 4;
        transition: 0.6s;
        float: none;
        left: 2%;
        top: 5px;
        position: absolute;
    }
    .pub_header .top .t_header .right .nav_btn span {
        background: #fff;
    }
    .pub_header .top .t_header .right .nav_btn span:before {
        background: #fff;
    }
    .pub_header .top .t_header .right .nav_btn span:after {
        background: #fff;
    }
    .pub_header .top .t_header .right .nav_btn_open {
        left: 87%;
        background: transparent;
    }
    .pub_header .top .t_header .right .nav_btn_open span:before {
        background: #BB2F26;
    }
    .pub_header .top .t_header .right .nav_btn_open span:after {
        background: #BB2F26;
    }
    .pub_header .top .t_header .right .pub_search {
        display: none;
    }
    .pub_header .top .t_header .t_qrc {
        display: none;
    }
    .pub_header .type2 .t_header .right .nav_btn {
        border: 1px solid transparent;
    }
    .pub_header .type2 .t_header .right .nav_btn span {
        background: #000;
    }
    .pub_header .type2 .t_header .right .nav_btn span:before {
        background: #000;
    }
    .pub_header .type2 .t_header .right .nav_btn span:after {
        background: #000;
    }
    .pub_header .type2 .t_header .right .nav_btn_open span:before {
        background: #BB2F26;
    }
    .pub_header .type2 .t_header .right .nav_btn_open span:after {
        background: #BB2F26;
    }
    .pub_header .type2 .mobile-nav-box {
        z-index: 3;
    }
    .pub_header .type2 .mobile-nav-box .sup .t_lang a {
        color: #000;
    }
    .pub_header .mobile-nav-box {
        transition: 0.6s;
        height: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
    }
    .pub_header .mobile-nav-box .t_lang {
        position: fixed;
        top: 11px;
        right: 11px;
    }
    .pub_header .mobile-nav-box .t_lang span {
        display: none;
    }
    .pub_header .mobile-nav-box .t_lang .hide {
        display: none;
    }
    .pub_header .mobile-nav-box .t_lang a {
        font-size: 18px;
        color: #fff;
    }
    .pub_header .mobile-nav-box .pub_search {
        display: none;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav {
        height: 100%;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav .menu {
        display: none;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav .hide_logo {
        display: block;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav .hide_logo img {
        margin: 0 auto 0 auto;
        padding: 8px 0;
        max-width: 180px;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul {
        padding: 6% 0 0 0;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul li {
        position: relative;
        padding: 0 2% 0 0;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul li .tit {
        text-align: left;
        font-size: 16px;
        color: #000;
        line-height: 180%;
        display: block;
        border-bottom: 1px solid #f2f2f2;
        padding-left: 30px;
        font-weight: normal;
        font-family: SimSun;
        position: relative;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul li .tit a {
        height: 34px;
        line-height: 34px;
        display: block;
        text-transform: lowercase;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul li .tit:before {
        content: "";
        position: absolute;
        top: 17px;
        left: 8px;
        width: 10px;
        height: 10px;
        margin-top: -6px;
        border: 1px solid #505050;
        border-radius: 50%;
        transition: .3s;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav {
        display: none;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd {
        padding-left: 35px;
        border-bottom: 1px solid #f2f2f2;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd a {
        display: block;
        font-family: SimSun;
        height: 34px;
        line-height: 34px;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul li .chose:before {
        background: #404040;
    }
    .pub_header .mobile-nav-box-show {
        left: 0;
    }
    .pub_header .mobile-nav-box-show .sup .t_lang {
        display: none;
    }
}

@media only screen and (min-height: 0px) and (max-height: 740px) {
    .pub_header .top .t_header {
        height: 60px;
    }
    .pub_header .mobile-nav-box .sup {
        top: 13px;
    }
    .pub_header .mobile-nav-box.type2 {
        padding: 60px 0 0 0;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav {
        padding: 10px 30px 0 50px;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul li h6 a {
        line-height: 110%;
    }
    .pub_header .mobile-nav-box .mobile-menu-nav ul li dl dd a {
        line-height: 160%;
    }
}

.not_result_back {
    border-bottom: 1px solid #407fb2;
    color: #407fb2;
}

.not_result_back:hover {
    color: #e77817;
    border-bottom: 1px solid #e77817;
}

.page_content {
    padding: 40px 250px 40px 2%;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .page_content {
        padding-top: 6%;
        padding-bottom: 6%;
        padding-right: 2%;
        min-height: unset;
    }
}

.fenye {
    padding: 1% 0;
    margin: 25px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fenye ul {
    width: 116px;
}

.fenye ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 9px;
    line-height: 30px;
    background: #b6b6b7;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: .3s;
}

.fenye ul li:hover a,
.fenye ul li.active a {
    color: #fff;
    background: #BB2F26;
}

.fenye ul li a {
    display: block;
    border-radius: 5px;
}

.fenye ul .fenye-p,
.fenye ul .fenye-n {
    font-size: 16px;
}

.fenye select {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #5a5a5a;
}

.more1 {
    border-radius: 8px;
    display: inline-block;
    padding: 0 45px;
    background: #F6F6F6;
    border: 2px solid #636363;
}

.more1 i {
    width: 24px;
    transition: 0.6s;
    display: inline-block;
    height: 12px;
    background: url("../img/more1_ico.png") no-repeat;
    background-position: center right;
}

.more1:hover {
    background: #636363;
}

.more1:hover i {
    background-position: center left;
}

.more2 {
    display: inline-block;
    border: 2px solid #636363;
    padding: 4px 20px;
    font-family: font_type2_light;
}

.more2 i {
    width: 24px;
    margin-left: 64px;
    transition: 0.6s;
    display: inline-block;
    height: 12px;
    background: url("../img/more1_ico.png") no-repeat;
    background-position: center right;
}

.more2:hover {
    background: #636363;
    color: #fff;
}

.more2:hover i {
    background-position: center left;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .more2 {
        padding: 0 14px;
    }
    .more2 i {
        margin-left: 20px;
    }
}

.btn {
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
    padding: 0 26px;
    background: #F6F6F6;
    border: 2px solid #636363;
}

.btn:hover {
    background: #636363;
    color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .btn {
        font-size: 14px;
        padding: 0 16px;
    }
}

.tit1 span {
    text-align: center;
    font-size: 24px;
    color: #212121;
    line-height: 120%;
    display: block;
    text-transform: uppercase;
    font-family: 'font_type1';
}

.tit1 h5 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #212121;
    line-height: 180%;
    display: block;
    font-family: 'font_type2_light';
}

.tit1 p {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 180%;
    display: block;
}

.tit1 hr {
    width: 2px;
    height: 40px;
    background: #BB2F26;
    border: none;
    margin-right: auto;
    margin-left: 0;
    margin: 30px 0 30px 0;
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
    .tit1 span {
        font-size: 2rem;
    }
    .tit1 h5 {
        font-size: 1.375rem;
    }
    .tit1 p {
        font-size: 1.1rem;
    }
}

.pro_hd {
    text-align: center;
    margin-top: 30px;
}

.pro_hd li {
    margin: 2px 8px;
    display: inline-block;
}

.pro_hd li .btn {
    font-family: SimSun;
}

.pro_hd .active .btn {
    background: #636363;
    color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .pro_hd {
        margin-top: 4%;
    }
    .pro_hd li .btn {
        font-size: 1.1rem;
        padding: 0 4px;
        min-width: 120px;
    }
}

.ind_main {
    overflow: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .ind_main {
        padding-right: 0;
    }
}

.ind_pn1 {
    padding-top: 180px;
    padding-left: 2%;
    padding-right: 230px;
    background: url("../img/ind_pn1_bg.jpg") no-repeat;
    background-size: 100% auto;
    background-position: bottom right;
}

.ind_pn1 .center3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 2%;
}

.ind_pn1 .center3 .left {
    width: 300px;
    flex-shrink: 0;
}

.ind_pn1 .center3 .left .tit1 span {
    text-align: left;
    font-size: 24px;
}

.ind_pn1 .center3 .left .tit1 h5 {
    text-align: left;
    font-size: 18px;
}

.ind_pn1 .center3 .left .tit1 p {
    text-align: left;
}

.ind_pn1 .center3 .left ul {
    margin-left: 30px;
}

.ind_pn1 .center3 .left ul li {
    min-width: 110px;
}

.ind_pn1 .center3 .left ul li a {
    font-weight: bold;
    font-family: SimSun;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #323333;
    line-height: 160%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ind_pn1 .center3 .left ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
    transition: 0.6s;
}

.ind_pn1 .center3 .left ul li a:hover {
    color: #BB2F26;
}

.ind_pn1 .center3 .left ul li a:hover:after {
    width: 100%;
    background: #BB2F26;
}

.ind_pn1 .center3 .right {
    width: 780px;
    position: relative;
    margin-right: 60px;
}

.ind_pn1 .center3 .right .swiper-container1 {
    padding-bottom: 45px;
}

.ind_pn1 .center3 .right .swiper-container1 .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
}

.ind_pn1 .center3 .right .swiper-container1 .swiper-wrapper .swiper-slide div {
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    padding: 43% 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.ind_pn1 .center3 .right .swiper-container1 .swiper-wrapper .swiper-slide div img {
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_pn1 .center3 .right .swiper-container1 .swiper-button-prev i,
.ind_pn1 .center3 .right .swiper-container1 .swiper-button-next i {
    font-size: 40px !important;
    color: #3F3A38;
    text-shadow: 1px 1px 0 #fff;
    transition: 0.6s;
}

.ind_pn1 .center3 .right .swiper-container1 .swiper-button-prev i:hover,
.ind_pn1 .center3 .right .swiper-container1 .swiper-button-next i:hover {
    color: #BB2F26;
}

.ind_pn1 .center3 .right .swiper-container1 .swiper-button-next {
    right: 0;
    background: none;
    bottom: 0;
    top: auto;
    width: 30px;
    background: none;
}

.ind_pn1 .center3 .right .swiper-container1 .swiper-button-prev {
    width: 30px;
    background: none;
    right: 46px;
    left: auto;
    bottom: 0;
    top: auto;
}

.ind_pn1 .center3 .right .swiper-container2 {
    position: absolute;
    top: 30%;
    left: -160px;
    width: 300px;
}

.ind_pn1 .center3 .right .swiper-container2 .swiper-wrapper .swiper-slide figure figcaption span {
    text-shadow: 1px 1px 1px #fff;
    text-align: left;
    font-size: 24px;
    color: #212121;
    line-height: 120%;
    display: block;
    text-transform: capitalize;
    font-family: font_type1;
}

.ind_pn1 .center3 .right .swiper-container2 .swiper-wrapper .swiper-slide figure figcaption p {
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    color: #515050;
    line-height: 180%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: SimSun;
}

.ind_pn1 .center3 .right:after {
    position: absolute;
    content: "";
    width: 96px;
    height: 385px;
    background: url("../img/ind_pn1_effect1.png") no-repeat;
    top: 110px;
    right: -140px;
}

@media only screen and (min-width: 0px) and (max-width: 1500px) {
    .ind_pn1 {
        padding-top: 100px;
    }
    .ind_pn1 .center3 .left {
        margin-right: 0;
    }
    .ind_pn1 .center3 .right {
        width: 500px;
    }
    .ind_pn1 .center3 .right .swiper-container2 {
        top: 38%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .ind_pn1 {
        padding-top: 6%;
        padding-bottom: 6%;
        background: none;
        padding-left: 0;
        padding-right: 0;
    }
    .ind_pn1 .center3 {
        display: block;
    }
    .ind_pn1 .center3 .left {
        width: 100%;
        margin-right: 0;
    }
    .ind_pn1 .center3 .left .tit1 span {
        text-align: center;
        font-size: 1.375rem;
    }
    .ind_pn1 .center3 .left .tit1 h5 {
        text-align: center;
        font-size: 1.375rem;
    }
    .ind_pn1 .center3 .left .tit1 p {
        text-align: center;
    }
    .ind_pn1 .center3 .left .tit1 hr {
        display: none;
    }
    .ind_pn1 .center3 .left ul {
        margin: 0;
        text-align: center;
    }
    .ind_pn1 .center3 .left ul li {
        display: inline-block;
        margin: 2px 2px;
        padding: 2px 4px;
        border-radius: 6px;
    }
    .ind_pn1 .center3 .left ul li a {
        font-size: 1.1rem;
        background: #F6F6F6;
        text-align: center;
        display: block;
        border-radius: 8px;
        padding: 4px 8px;
        border: 1px solid #ccc;
    }
    .ind_pn1 .center3 .left ul li a:hover {
        color: #fff;
        background: #BB2F26;
        border: 1px solid #BB2F26;
    }
    .ind_pn1 .center3 .left ul li a:hover:after {
        display: none;
    }
    .ind_pn1 .center3 .right {
        width: 100%;
    }
    .ind_pn1 .center3 .right .swiper-container1 {
        padding-bottom: 0;
    }
    .ind_pn1 .center3 .right .swiper-container1 .swiper-button-prev {
        height: 60px;
        right: auto;
        margin-top: -32px;
        left: 5px;
        width: auto;
        top: 50%;
    }
    .ind_pn1 .center3 .right .swiper-container1 .swiper-button-prev i {
        font-size: 60px;
    }
    .ind_pn1 .center3 .right .swiper-container1 .swiper-button-next {
        height: 60px;
        top: 50%;
        margin-top: -32px;
        right: 5px;
        left: auto;
        width: auto;
    }
    .ind_pn1 .center3 .right .swiper-container1 .swiper-button-next i {
        font-size: 60px;
    }
    .ind_pn1 .center3 .right .swiper-container2 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .ind_pn1 .center3 .right .swiper-container2 .swiper-wrapper .swiper-slide figure figcaption {
        text-align: center;
        margin-top: 3%;
    }
    .ind_pn1 .center3 .right .swiper-container2 .swiper-wrapper .swiper-slide figure figcaption span {
        font-size: 1.375rem;
        text-align: center;
    }
    .ind_pn1 .center3 .right .swiper-container2 .swiper-wrapper .swiper-slide figure figcaption p {
        margin-bottom: 0;
        font-size: 1.375rem;
        text-align: center;
    }
    .ind_pn1 .center3 .right .swiper-container2 .swiper-wrapper .swiper-slide figure figcaption .more1 {
        margin-top: 3%;
    }
}

.ind_pn2 {
    padding-top: 120px;
    padding-bottom: 100px;
    padding-left: 2%;
    padding-right: 230px;
}

.ind_pn2 .center2 .sup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 166px;
}

.ind_pn2 .center2 .sup .left p {
    text-align: left;
    font-size: 14px;
    color: #515050;
    line-height: 180%;
    display: block;
    font-family: font_type2_regular;
}

.ind_pn2 .center2 .sup hr {
    width: 2px;
    height: 57px;
    background: #CB5F58;
    border: none;
    margin-right: auto;
    margin-left: auto;
}

.ind_pn2 .center2 .sup .right span {
    line-height: 100%;
}

.ind_pn2 .center2 .sup .right h5 {
    text-align: right;
}

.ind_pn2 .center2 .panel1 {
    position: relative;
    margin-bottom: 60px;
}

.ind_pn2 .center2 .panel1 div {
    position: relative;
    width: 660px;
    height: 660px;
    margin: 0 0 0 auto;
}

.ind_pn2 .center2 .panel1 div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_pn2 .center2 .panel1 div:after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #EDE2DE;
    top: -60px;
    left: -60px;
}

.ind_pn2 .center2 .panel1 figcaption {
    position: absolute;
    top: 120px;
    text-align: right;
    right: 820px;
    width: 500px;
}

.ind_pn2 .center2 .panel1 figcaption span {
    text-align: right;
    font-size: 18px;
    color: #212121;
    line-height: 180%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: font_type1;
}

.ind_pn2 .center2 .panel1 figcaption p {
    margin-bottom: 70px;
    text-align: right;
    font-size: 18px;
    color: #515050;
    line-height: 140%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: SimSun;
}

.ind_pn2 .center2 .panel1 figcaption:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #CB615A;
    right: -130px;
    top: 49px;
}

.ind_pn2 .center2 .panel2 {
    position: relative;
}

.ind_pn2 .center2 .panel2 div {
    position: relative;
    width: 660px;
    height: 660px;
    margin: 0 auto 0 0;
}

.ind_pn2 .center2 .panel2 div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_pn2 .center2 .panel2 div:after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #EDE2DE;
    top: 60px;
    left: 60px;
}

.ind_pn2 .center2 .panel2 figcaption {
    position: absolute;
    top: 120px;
    text-align: left;
    left: 820px;
    width: 500px;
}

.ind_pn2 .center2 .panel2 figcaption span {
    text-align: left;
    font-size: 18px;
    color: #212121;
    line-height: 180%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: font_type1;
}

.ind_pn2 .center2 .panel2 figcaption p {
    margin-bottom: 70px;
    text-align: left;
    font-size: 18px;
    color: #515050;
    line-height: 140%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: SimSun;
}

.ind_pn2 .center2 .panel2 figcaption:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #CB615A;
    left: -130px;
    top: 49px;
}

@media only screen and (min-width: 0px) and (max-width: 1500px) {
    .ind_pn2 {
        padding-top: 80px;
    }
    .ind_pn2 .center2 .sup {
        margin-bottom: 100px;
    }
    .ind_pn2 .center2 .panel1 {
        margin-bottom: 60px;
    }
    .ind_pn2 .center2 .panel1 div {
        width: 400px;
        height: 400px;
    }
    .ind_pn2 .center2 .panel1 figcaption {
        right: 500px;
    }
    .ind_pn2 .center2 .panel2 div {
        width: 400px;
        height: 400px;
    }
    .ind_pn2 .center2 .panel2 figcaption {
        left: 500px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .ind_pn2 {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-right: 0;
    }
    .ind_pn2 .center2 .sup {
        margin-bottom: 4%;
        flex-direction: column-reverse;
    }
    .ind_pn2 .center2 .sup .left p {
        font-size: 1.1rem;
    }
    .ind_pn2 .center2 .sup hr {
        display: none;
    }
    .ind_pn2 .center2 .sup .right {
        margin-bottom: 2%;
    }
    .ind_pn2 .center2 .sup .right h5 {
        text-align: center;
    }
    .ind_pn2 .center2 .panel1 {
        margin-bottom: 3%;
        display: flex;
        flex-direction: column;
    }
    .ind_pn2 .center2 .panel1 div {
        width: 100%;
        height: 100%;
        padding: 40% 0;
    }
    .ind_pn2 .center2 .panel1 div img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ind_pn2 .center2 .panel1 div:after {
        display: none;
    }
    .ind_pn2 .center2 .panel1 figcaption {
        order: -1;
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 14px;
        width: 100%;
        text-align: center;
    }
    .ind_pn2 .center2 .panel1 figcaption span {
        font-size: 1.375rem;
        margin-bottom: 1%;
        line-height: 100%;
        text-align: center;
    }
    .ind_pn2 .center2 .panel1 figcaption p {
        font-size: 1.1rem;
        text-align: center;
        line-height: 100%;
        margin-bottom: 8px;
    }
    .ind_pn2 .center2 .panel1 figcaption:after {
        display: none;
    }
    .ind_pn2 .center2 .panel2 {
        display: flex;
        flex-direction: column;
    }
    .ind_pn2 .center2 .panel2 div {
        width: 100%;
        height: 100%;
        padding: 40% 0;
    }
    .ind_pn2 .center2 .panel2 div img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ind_pn2 .center2 .panel2 div:after {
        display: none;
    }
    .ind_pn2 .center2 .panel2 figcaption {
        order: -1;
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 14px;
        width: 100%;
        text-align: center;
    }
    .ind_pn2 .center2 .panel2 figcaption span {
        font-size: 1.375rem;
        margin-bottom: 1%;
        line-height: 100%;
        text-align: center;
    }
    .ind_pn2 .center2 .panel2 figcaption p {
        font-size: 1.1rem;
        text-align: center;
        line-height: 100%;
        margin-bottom: 8px;
    }
    .ind_pn2 .center2 .panel2 figcaption:after {
        display: none;
    }
}

.ind_pn3 {
    padding-bottom: 100px;
    padding-right: 230px;
    padding-left: 2%;
}

.ind_pn3 .center2 figure {
    position: relative;
    margin-left: 130px;
}

.ind_pn3 .center2 figure div {
    width: 1170px;
    height: 580px;
    position: relative;
}

.ind_pn3 .center2 figure div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.ind_pn3 .center2 figure div:after {
    position: absolute;
    content: "";
    width: 360px;
    height: 170px;
    background: #CEAF80;
    right: -30px;
    bottom: -30px;
    z-index: -1;
}

.ind_pn3 .center2 figure figcaption {
    position: absolute;
    top: 140px;
    left: -130px;
    z-index: 2;
}

.ind_pn3 .center2 figure figcaption span {
    text-align: left;
    text-shadow: 1px 1px 0 #fff;
}

.ind_pn3 .center2 figure figcaption h5 {
    text-align: left;
}

.ind_pn3 .center2 figure figcaption .more2 {
    margin-top: 50px;
    font-family: font_type2_regular;
}

@media only screen and (min-width: 0px) and (max-width: 1500px) {
    .ind_pn3 .center2 figure div {
        width: 100%;
        padding-right: 30px;
        padding: 26% 0;
        height: auto;
    }
    .ind_pn3 .center2 figure div img {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 30px;
    }
    .ind_pn3 .center2 figure div:after {
        right: 0;
    }
    .ind_pn3 .center2 figure figcaption {
        top: 28%;
    }
    .ind_pn3 .center2 figure figcaption hr {
        margin: 10px 0 10px 0;
    }
    .ind_pn3 .center2 figure figcaption .more2 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .ind_pn3 {
        padding-bottom: 4%;
        padding-right: 0;
    }
    .ind_pn3 .center2 figure {
        margin-left: 0;
    }
    .ind_pn3 .center2 figure div {
        width: 100%;
        height: auto;
    }
    .ind_pn3 .center2 figure div img {
        padding: 0;
    }
    .ind_pn3 .center2 figure div:after {
        display: none;
    }
    .ind_pn3 .center2 figure figcaption {
        position: relative;
        text-align: center;
        top: 0;
        left: 0;
        margin-bottom: 4%;
    }
    .ind_pn3 .center2 figure figcaption h5 {
        text-align: center;
    }
    .ind_pn3 .center2 figure figcaption span {
        text-align: center;
    }
    .ind_pn3 .center2 figure figcaption hr {
        display: none;
        margin: 2% 0;
    }
    .ind_pn3 .center2 figure figcaption .more2 {
        margin-top: 2%;
    }
}

.h_bottom_holder {
    padding-right: 230px;
}

.h_bottom_holder section {
    margin-bottom: -130px;
    width: 100%;
    height: 140px;
    background: #E8EEF4;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .h_bottom_holder {
        padding-right: 0;
    }
}

.ind_pn4 {
    padding-right: 230px;
    background: #E8EEF4;
    padding-top: 65px;
    padding-bottom: 50px;
}

.ind_pn4 .center .tit1 h5 {
    font-weight: normal;
    font-family: font_type2_regular;
}

.ind_pn4 .center .swiper-container {
    margin-top: 30px;
    margin-bottom: 20px;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide div {
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    padding: 34% 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide div img {
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption {
    background: #fff;
    text-align: center;
    padding: 30px 20px;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption time {
    transition: 0.6s;
    text-align: center;
    font-size: 16px;
    color: #6f6f6f;
    line-height: 180%;
    display: block;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption h5 {
    transition: 0.6s;
    text-align: center;
    font-size: 16px;
    color: #1f2020;
    line-height: 140%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption hr {
    width: 60px;
    height: 2px;
    background: #BB2F26;
    border: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 14px;
    margin-bottom: 14px;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption p {
    transition: 0.6s;
    text-align: center;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 140%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 58.8px;
    height: 67.2px;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption span {
    transition: 0.6s;
    margin-top: 30px;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a:hover figure figcaption time {
    color: #BB2F26;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a:hover figure figcaption h5 {
    color: #BB2F26;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a:hover figure figcaption p {
    color: #BB2F26;
}

.ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a:hover figure figcaption span {
    background: #636363;
    color: #fff;
}

.ind_pn4 .center .swiper-pagination {
    margin-top: 34px;
}

.ind_pn4 .center .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    transition: 0.6s;
}

.ind_pn4 .center .swiper-pagination .swiper-pagination-bullet:hover {
    background: #BB2F26;
    opacity: 1;
}

.ind_pn4 .center .swiper-pagination .swiper-pagination-bullet-active {
    background: #BB2F26;
}

@media only screen and (min-width: 0px) and (max-width: 1500px) {
    .ind_pn4 .center {
        padding: 0 2%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .ind_pn4 {
        padding-top: 4%;
        padding-bottom: 4%;
        padding-right: 0;
    }
    .ind_pn4 .center .swiper-container {
        margin-bottom: 0;
        margin-top: 4%;
    }
    .ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption {
        padding: 3% 2%;
    }
    .ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption time {
        font-size: 1.1rem;
        line-height: 100%;
    }
    .ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption h5 {
        font-size: 1.375rem;
        margin-bottom: 6px;
    }
    .ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption hr {
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption p {
        text-align: center;
        font-size: 14px;
        color: #6f6f6f;
        line-height: 140%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 58.8px;
    }
    .ind_pn4 .center .swiper-container .swiper-wrapper .swiper-slide a figure figcaption span {
        margin-top: 4%;
    }
    .ind_pn4 .center .swiper-pagination {
        margin-top: 4%;
    }
}

.pub_footer {
    border-top: 2px solid #BB2F26;
}

.pub_footer .f_content {
    background: #F6F6F6;
    padding-right: 250px;
    padding-left: 2%;
}

.pub_footer .f_content .panel1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #E3E3E3;
}

.pub_footer .f_content .panel1 .f_logo {
    display: block;
}

.pub_footer .f_content .panel1 .right {
    width: 156px;
}

.pub_footer .f_content .panel1 .right .f_share {
    text-align: center;
    margin: 0 0 10px 0;
}

.pub_footer .f_content .panel1 .right .f_share li {
    float: left;
}

.pub_footer .f_content .panel1 .right .f_share li a {
    display: block;
    width: 31px;
    height: 31px;
    margin: 0 3px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pub_footer .f_content .panel1 .right .f_share li a:hover {
    filter: brightness(1.1);
}

.pub_footer .f_content .panel1 .right .f_share li:nth-of-type(1) a {
    background: url("../img/share_ico1.png") no-repeat;
}

.pub_footer .f_content .panel1 .right .f_share li:nth-of-type(2) a {
    background: url("../img/share_ico2.png") no-repeat;
}

.pub_footer .f_content .panel1 .right .f_share li:nth-of-type(3) a {
    background: url("../img/share_ico3.png") no-repeat;
}

.pub_footer .f_content .panel1 .right .f_share li:nth-of-type(4) a {
    background: url("../img/share_ico4.png") no-repeat;
}

.pub_footer .f_content .panel1 .right .f_share:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
}

.pub_footer .f_content .panel1 .right .f_link {
    background: #BBBBBB;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #fff;
    height: 28px;
    line-height: 28px;
    width: 100%;
}

.pub_footer .f_content .panel1 .right .f_link i {
    display: inline-block;
    margin-left: 10px;
}

.pub_footer .f_content .panel1 .right .f_link ul {
    position: absolute;
    bottom: 28px;
    overflow: hidden;
    display: none;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
}

.pub_footer .f_content .panel1 .right .f_link ul li {
    border-bottom: 1px solid #ccc;
}

.pub_footer .f_content .panel1 .right .f_link ul li a {
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #BBBBBB;
    line-height: 190%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pub_footer .f_content .panel1 .right .f_link ul li a:hover {
    color: #BB2F26;
}

.pub_footer .f_content .panel1 .right .f_link ul li:last-child {
    border-bottom: none;
}

.pub_footer .f_content .panel2 {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pub_footer .f_content .panel2 .f_nav {
    width: 100%;
    width: 800px;
}

.pub_footer .f_content .panel2 .f_nav>li {
    width: 14.167%;
    margin: 3% 3% 0 0;
    position: relative;
    float: left;
}

.pub_footer .f_content .panel2 .f_nav>li:nth-of-type(6n) {
    margin-right: 0;
}

.pub_footer .f_content .panel2 .f_nav>li:nth-child(-n+6) {
    margin-top: 0;
}

.pub_footer .f_content .panel2 .f_nav:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
}

.pub_footer .f_content .panel2 .f_nav li em {
    margin-bottom: 10px;
    position: relative;
    display: block;
    text-transform: uppercase;
}

.pub_footer .f_content .panel2 .f_nav li em a {
    text-align: left;
    font-size: 16px;
    color: #2a2b2b;
    line-height: 150%;
    display: inline-block;
}

.pub_footer .f_content .panel2 .f_nav li em a:hover {
    color: #BB2F26;
}

.pub_footer .f_content .panel2 .f_nav li em:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    background: #CC625C;
    left: -12px;
    top: 4px;
}

.pub_footer .f_content .panel2 .f_nav li dl dd {
    display: block;
    line-height: 100%;
}

.pub_footer .f_content .panel2 .f_nav li dl dd a {
    text-align: left;
    font-size: 14px;
    color: #6d6c6b;
    line-height: 180%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: lowercase;
}

.pub_footer .f_content .panel2 .f_nav li dl dd a:hover {
    color: #BB2F26;
}

.pub_footer .f_content .panel2 .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
}

.pub_footer .f_content .panel2 .right .f_qrc div {
    width: 108px;
    height: 108px;
}

.pub_footer .f_content .panel2 .right .f_qrc div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pub_footer .f_content .panel2 .right .f_qrc p {
    text-align: center;
    font-size: 14px;
    color: #6d6c6b;
    line-height: 180%;
    display: block;
    margin-top: 10px;
    font-family: font_type2_regular;
}

.pub_footer .f_bottom {
    background: #EDEDEC;
    padding: 50px 0;
    padding-right: 230px;
    padding-left: 2%;
}

.pub_footer .f_bottom .center p {
    text-align: center;
    font-size: 14px;
    color: #656565;
    line-height: 180%;
    display: block;
}

.pub_footer .f_bottom .center p a:hover {
    color: #BB2F26;
}

.pub_footer .f_bottom .center img {
    margin: 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .pub_footer .f_content .panel1 {
        display: none;
    }
    .pub_footer .f_content .panel2 {
        padding: 2% 0;
        display: none;
    }
    .pub_footer .f_bottom {
        padding: 2% 0;
    }
    .pub_footer .f_bottom .center p {
        font-size: 1.1rem;
    }
}

.fullView {
    color: #636363;
    border-radius: 7px;
    display: inline-block;
    margin-top: 30px;
    padding: 4px 10px;
    background: #F5F5F5;
    font-size: 14px;
    border: 2px solid #727272;
}

.fullView:hover {
    background: #646464;
    color: #fff;
}

.item_ul div {
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    padding: 50% 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.item_ul div img {
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_ul li a {
    display: block;
}

.item_ul li a figure div img {
    transition: 1.5s;
}

.item_ul li a figure figcaption {
    margin-top: 10px;
}

.item_ul li a figure figcaption span {
    font-family: font_type1;
    transition: 0.6s;
    text-align: center;
    font-size: 14px;
    color: #212121;
    line-height: 140%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_ul li a figure figcaption p {
    font-family: SimSun;
    transition: 0.6s;
    text-align: center;
    font-size: 14px;
    color: #515050;
    line-height: 120%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_ul li a:hover figure div img {
    transform: scale(1.1);
}

.item_ul li a:hover figure figcaption span {
    color: #BB2F26;
}

.item_ul li a:hover figure figcaption p {
    color: #BB2F26;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .item_ul li a figure figcaption {
        margin-top: 4px;
    }
    .item_ul li a figure figcaption span {
        font-size: 1.375rem;
        line-height: 160%;
    }
    .item_ul li a figure figcaption p {
        font-size: 1.375rem;
    }
}

@media only screen and (min-width: 640px) and (max-width: 3840px) {
    .item_ul {
        width: 100%;
    }
    .item_ul>li {
        width: 32%;
        margin: 2% 2% 0 0;
        position: relative;
        float: left;
    }
    .item_ul>li:nth-of-type(3n) {
        margin-right: 0;
    }
    .item_ul>li:nth-child(-n+3) {
        margin-top: 0;
    }
    .item_ul:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
}

@media only screen and (min-width: 450px) and (max-width: 640px) {
    .item_ul {
        width: 100%;
    }
    .item_ul>li {
        width: 49%;
        margin: 2% 2% 0 0;
        position: relative;
        float: left;
    }
    .item_ul>li:nth-of-type(2n) {
        margin-right: 0;
    }
    .item_ul>li:nth-child(-n+2) {
        margin-top: 0;
    }
    .item_ul:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .item_ul {
        width: 100%;
    }
    .item_ul>li {
        width: 100%;
        margin: 5% 0 0 0;
        position: relative;
    }
    .item_ul>li:nth-of-type(1n) {
        margin-right: 0;
    }
    .item_ul>li:nth-of-type(1) {
        margin-top: 0;
    }
    .item_ul:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
}

.item_ul2 div {
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    padding: 50% 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.item_ul2 div img {
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_ul2 li a {
    display: block;
}

.item_ul2 li a figure div img {
    transition: 1.5s;
}

.item_ul2 li a figure figcaption {
    margin-top: 6px;
}

.item_ul2 li a figure figcaption span {
    font-family: font_type1;
    transition: 0.6s;
    text-align: center;
    font-size: 16px;
    color: #212121;
    line-height: 180%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_ul2 li a figure figcaption p {
    font-family: SimSun;
    transition: 0.6s;
    text-align: center;
    font-size: 14px;
    color: #515050;
    line-height: 120%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_ul2 li a:hover figure div img {
    transform: scale(1.1);
}

.item_ul2 li a:hover figure figcaption span {
    color: #BB2F26;
}

.item_ul2 li a:hover figure figcaption p {
    color: #BB2F26;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .item_ul2 li a figure figcaption {
        margin-top: 4px;
    }
    .item_ul2 li a figure figcaption span {
        font-size: 24px;
    }
    .item_ul2 li a figure figcaption p {
        font-size: 1.1rem;
    }
}

.h_bottom {
    padding: 130px 230px 30px 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h_bottom .pub_tit span {
    text-align: left;
    font-size: 24px;
    color: #202121;
    line-height: 160%;
    display: block;
    text-transform: uppercase;
    font-family: font_type1;
}

.h_bottom .pub_tit h2 {
    text-align: left;
    font-size: 18px;
    color: #212121;
    line-height: 120%;
    display: block;
}

.h_bottom .right {
    text-align: right;
}

.h_bottom .right .location {
    font-family: SimSun;
    font-size: 14px;
}

.h_bottom .right .location a:hover {
    color: #BB2F26;
}

.h_bottom .right .select_para {
    margin-top: 20px;
}

.h_bottom .right .select_para section {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: #F2F2F2;
}

.h_bottom .right .select_para section select {
    cursor: pointer;
    z-index: 2;
    position: relative;
    text-indent: 10px;
    width: 236px;
    vertical-align: top;
    background: transparent;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #6C6C6C;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
    outline: 0;
}

.h_bottom .right .select_para section:after {
    background: #fff;
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    background: #fff url("../img/select_para_ico.png") no-repeat;
    right: 2px;
    top: 2px;
    border-left: 2px solid #646363;
}

.h_bottom .right .select_para .input {
    text-indent: 10px;
    vertical-align: top;
    padding: 0 8px;
    transition: 0.6s;
    background: #F2F2F2;
    height: 38px;
    line-height: 34px;
    border: 2px solid #6C6C6C;
    width: 240px;
    vertical-align: top;
    padding: 0;
    background: #F2F2F2;
    height: 38px;
    line-height: 38px;
    border: 2px solid #6C6C6C;
}

.h_bottom .right .select_para .submit {
    cursor: pointer;
    vertical-align: top;
    padding: 0 8px;
    transition: 0.6s;
    background: #F2F2F2;
    height: 38px;
    line-height: 34px;
    border: 2px solid #6C6C6C;
}

.h_bottom .right .select_para .submit:hover {
    background: #6C6C6C;
    color: #fff;
}

@media only screen and (min-height: 0px) and (max-height: 740px) {
    .h_bottom {
        padding: 86px 230px 30px 2%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1500px) {
    .h_bottom .right .select_para section select {
        width: 200px;
    }
    .h_bottom .right .select_para .input {
        width: 200px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .h_bottom {
        display: block;
        padding: 70px 2% 2% 2%;
        height: auto;
    }
    .h_bottom .pub_tit {
        margin-bottom: 4%;
    }
    .h_bottom .pub_tit span {
        font-size: 2rem;
        text-align: center;
    }
    .h_bottom .pub_tit h2 {
        font-size: 1.375rem;
        text-align: center;
    }
    .h_bottom .right .location {
        text-align: left;
    }
    .h_bottom .right .location span {
        font-size: 1.1rem;
    }
    .h_bottom .right .location a {
        font-size: 1.1rem;
    }
    .h_bottom .right .select_para {
        text-align: left;
        margin-top: 4px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    .h_bottom .right .select_para section {
        width: 100%;
        margin-bottom: 2px;
    }
    .h_bottom .right .select_para section select {
        width: 100%;
    }
    .h_bottom .right .select_para .input {
        width: 100%;
        margin-bottom: 2px;
    }
    .h_bottom .right .select_para .submit {
        width: 100%;
        background: #6C6C6C;
        color: #fff;
    }
}

.three_select {
    padding: 0 230px 0 0;
}

.three_select section ul {
    overflow: hidden;
    min-height: 50px;
    background: #E8EEF4;
    border-bottom: 1px solid #FEFFFF;
    padding: 6px 0 6px 120px;
    position: relative;
}

.three_select section ul .first {
    text-align: center;
    font-size: 16px;
    color: #656565;
    line-height: 180%;
    display: block;
    position: absolute;
    top: 5px;
    left: 60px;
}

.three_select section ul li {
    display: inline-block;
    margin: 5px 7px 5px 7px;
}

.three_select section ul li a {
    text-align: center;
    font-size: 14px;
    color: #7f8080;
    line-height: 180%;
    display: block;
    position: relative;
    font-family: font_type2_regular;
    text-transform: lowercase;
}

.three_select section ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #BB2F26;
    left: 50%;
    bottom: -2px;
    transition: 0.6s;
}

.three_select section ul li a:hover {
    color: #BB2F26;
}

.three_select section ul li a:hover:after {
    width: 40px;
    margin-left: -20px;
}

.three_select section ul .last {
    display: none;
    text-align: center;
    background: #BB2F26;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
}

.three_select section ul .last i {
    color: #fff;
    text-align: center;
    transition: 0.6s;
    font-size: 20px !important;
    line-height: 30px !important;
}

.three_select section ul .active a {
    color: #BB2F26;
}

.three_select section ul .active a:after {
    width: 40px;
    margin-left: -20px;
}

.three_select section .active {
    height: auto;
}

.three_select section .active .last i {
    transform: rotate(180deg);
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .three_select {
        padding: 0;
        margin-bottom: 0;
    }
    .three_select section {
        padding: 2% 1%;
    }
    .three_select section ul {
        padding: 6px 30px 6px 54px;
        height: 41px;
        min-height: 41px;
    }
    .three_select section ul .first {
        top: 6px;
        left: 4px;
        font-size: 14px;
    }
    .three_select section ul li {
        margin: 0 4px;
    }
    .three_select section ul li a {
        font-size: 14px;
    }
    .three_select section ul .last {
        display: block;
    }
}

.pub_main {
    padding: 80px 230px 80px 2%;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .pub_main {
        padding: 4% 0;
    }
}

.pro_view .tit {
    margin-bottom: 40px;
}

.pro_view .tit span {
    text-align: left;
    font-size: 24px;
    color: #202121;
    line-height: 180%;
    display: block;
    font-family: font_type1;
    text-transform: uppercase;
}

.pro_view .tit h5 {
    text-align: left;
    font-size: 18px;
    color: #212121;
    line-height: 100%;
    display: block;
    font-family: font_type2_light;
}

.pro_view .panel1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro_view .panel1 .left {
    width: 500px;
}

.pro_view .panel1 .left .sup {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.pro_view .panel1 .left .sup h1 {
    text-align: left;
    font-size: 22px;
    color: #212121;
    line-height: 120%;
    display: block;
    font-family: font_type1;
}

.pro_view .panel1 .left .sup .qrc {
    position: relative;
    margin-left: 20px;
}

.pro_view .panel1 .left .sup .qrc i {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    background: url("../img/qrc_ico.jpg") no-repeat;
}

.pro_view .panel1 .left .sup .qrc div {
    border: 1px solid #ccc;
    transform: scale(0);
    transition: 0.6s;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -60px;
    top: 40px;
}

.pro_view .panel1 .left .sup .qrc div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro_view .panel1 .left .sup .qrc div canvas {
    width: 100%;
    height: 100%;
}

.pro_view .panel1 .left .sup .qrc:hover div {
    transform: scale(1);
}

.pro_view .panel1 .left .summary1 {
    margin-bottom: 80px;
    text-align: left;
    font-size: 16px;
    color: #515050;
    line-height: 140%;
    display: block;
    font-family: SimSun;
}

.pro_view .panel1 .left .summary2 {
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin: 40px 0 30px 0;
    text-align: left;
    font-size: 16px;
    color: #515050;
    line-height: 140%;
    display: block;
    font-family: SimSun;
}

.pro_view .panel1 .left .bdsharebuttonbox {
    margin-bottom: 40px;
}

.pro_view .panel1 .left .para {
    text-align: left;
    font-size: 16px;
    color: #515050;
    line-height: 180%;
    display: block;
    font-family: SimSun;
}

.pro_view .panel1 .left .gallery-thumbs .swiper-wrapper .swiper-slide div {
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    padding: 50% 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.pro_view .panel1 .left .gallery-thumbs .swiper-wrapper .swiper-slide div img {
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_view .panel1 .left .gallery-thumbs .swiper-wrapper .swiper-slide a {
    display: block;
}

.pro_view .panel1 .left .gallery-thumbs .swiper-wrapper .swiper-slide a figure div {
    border: 1px solid #ccc;
    transition: 0.6s;
}

.pro_view .panel1 .left .gallery-thumbs .swiper-wrapper .swiper-slide a:hover figure div {
    border: 1px solid #BB2F26;
}

.pro_view .panel1 .left .gallery-thumbs .swiper-wrapper .active a figure div {
    border: 1px solid #BB2F26;
}

.pro_view .panel1 .gallery-top {
    width: 500px;
    position: relative;
    margin-right: 60px;
}

.pro_view .panel1 .gallery-top .swiper-container .swiper-wrapper .swiper-slide div {
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    padding: 50% 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.pro_view .panel1 .gallery-top .swiper-container .swiper-wrapper .swiper-slide div img {
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_view .panel1 .gallery-top .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
}

.pro_view .panel1 .gallery-top .swiper-container .swiper-wrapper .swiper-slide a figure div img {
    transition: 2s;
}

.pro_view .panel1 .gallery-top:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #EDE2DE;
    top: 60px;
    left: 60px;
}

.pro_view .panel2,
.pro_view .panel3 {
    margin-top: 60px;
}

.pro_view .panel2 .swiper-container .swiper-wrapper .swiper-slide,
.pro_view .panel3 .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
}

.pro_view .panel2 .swiper-container .swiper-wrapper .swiper-slide div,
.pro_view .panel3 .swiper-container .swiper-wrapper .swiper-slide div {
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    padding: 50% 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.pro_view .panel2 .swiper-container .swiper-wrapper .swiper-slide div img,
.pro_view .panel3 .swiper-container .swiper-wrapper .swiper-slide div img {
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_view .panel2 .swiper-container .swiper-wrapper .swiper-slide a,
.pro_view .panel3 .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
}

.pro_view .panel2 .swiper-container .swiper-wrapper .swiper-slide a:after,
.pro_view .panel3 .swiper-container .swiper-wrapper .swiper-slide a:after {
    content: "";
    position: absolute;
    left: -400px;
    top: 0;
    width: 200px;
    height: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    transition: 0s;
}

.pro_view .panel2 .swiper-container .swiper-wrapper .swiper-slide a:hover:after,
.pro_view .panel3 .swiper-container .swiper-wrapper .swiper-slide a:hover:after {
    left: 400px;
    width: 200px;
    transition: .8s;
}

.pro_view .panel2 .swiper-pagination .swiper-pagination-bullet,
.pro_view .panel3 .swiper-pagination .swiper-pagination-bullet {
    transition: 0.6s;
    opacity: 1;
    background: #bcbcbc;
}

.pro_view .panel2 .swiper-pagination .swiper-pagination-bullet:hover,
.pro_view .panel3 .swiper-pagination .swiper-pagination-bullet:hover {
    background: #BB2F26;
}

.pro_view .panel2 .swiper-pagination .swiper-pagination-bullet-active,
.pro_view .panel3 .swiper-pagination .swiper-pagination-bullet-active {
    background: #BB2F26;
}

.pro_view .panel2 .swiper-pagination {
    display: inline-block;
}

@media only screen and (min-width: 0px) and (max-width: 1500px) {
    .pro_view .panel1 .left .sup {
        margin-bottom: 20px;
    }
    .pro_view .panel1 .left .summary1 {
        margin-bottom: 20px;
    }
    .pro_view .panel1 .left .summary2 {
        padding-top: 20px;
        margin: 20px 0 15px 0;
    }
    .pro_view .panel1 .left .bdsharebuttonbox {
        margin-bottom: 20px;
    }
    .pro_view .panel1 .gallery-top {
        width: 400px;
        margin-right: 30px;
    }
    .pro_view .panel1 .gallery-top:after {
        top: 30px;
        left: 30px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .pro_view .tit {
        margin-bottom: 4%;
    }
    .pro_view .tit span {
        font-size: 24px;
    }
    .pro_view .tit h5 {
        font-size: 1.375rem;
    }
    .pro_view .panel1 {
        display: block;
    }
    .pro_view .panel1 .left {
        width: 100%;
    }
    .pro_view .panel1 .left .sup {
        margin-bottom: 2%;
    }
    .pro_view .panel1 .left .sup h1 {
        font-size: 30px;
    }
    .pro_view .panel1 .left .sup .qrc {
        display: none;
    }
    .pro_view .panel1 .left .summary1 {
        margin-bottom: 2%;
        font-size: 1.1rem;
    }
    .pro_view .panel1 .left .summary2 {
        margin-top: 2%;
        padding-top: 2%;
        margin-bottom: 4%;
        font-size: 1.1rem;
    }
    .pro_view .panel1 .left .para {
        font-size: 1.1rem;
    }
    .pro_view .panel1 .left .bdsharebuttonbox {
        font-size: 1.375rem;
        margin-bottom: 14px;
    }
    .pro_view .panel1 .left .gallery-thumbs {
        margin: 0 auto;
        max-width: 400px;
    }
    .pro_view .panel1 .gallery-top {
        width: 400px;
        max-width: 100%;
        margin: 2% auto 0 auto;
    }
    .pro_view .panel1 .gallery-top:after {
        display: none;
    }
    .pro_view .panel2 {
        margin-top: 4%;
    }
    .pro_view .panel2 .swiper-pagination {
        display: block;
    }
    .pro_view .panel3 {
        margin-top: 4%;
    }
}

.case_ul li div {
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    padding: 43% 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.case_ul li div img {
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_ul li a {
    display: block;
}

.case_ul li a figure div img {
    transition: 2s;
}

.case_ul li a figure figcaption h5 {
    transition: 0.6s;
    text-align: center;
    font-size: 14px;
    color: #515050;
    line-height: 180%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case_ul li a:hover figure div img {
    transform: scale(1.1);
}

.case_ul li a:hover figure figcaption h5 {
    color: #BB2F26;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .case_ul li a figure figcaption h5 {
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 640px) and (max-width: 3840px) {
    .case_ul {
        width: 100%;
    }
    .case_ul>li {
        width: 32.667%;
        margin: 1% 1% 0 0;
        position: relative;
        float: left;
    }
    .case_ul>li:nth-of-type(3n) {
        margin-right: 0;
    }
    .case_ul>li:nth-child(-n+3) {
        margin-top: 0;
    }
    .case_ul:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
}

@media only screen and (min-width: 450px) and (max-width: 640px) {
    .case_ul {
        width: 100%;
    }
    .case_ul>li {
        width: 49.5%;
        margin: 1% 1% 0 0;
        position: relative;
        float: left;
    }
    .case_ul>li:nth-of-type(2n) {
        margin-right: 0;
    }
    .case_ul>li:nth-child(-n+2) {
        margin-top: 0;
    }
    .case_ul:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .case_ul {
        width: 100%;
    }
    .case_ul>li {
        width: 100%;
        margin: 4% 0 0 0;
        position: relative;
    }
    .case_ul>li:nth-of-type(1n) {
        margin-right: 0;
    }
    .case_ul>li:nth-of-type(1) {
        margin-top: 0;
    }
    .case_ul:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
}

.white_bg {
    background: #fff;
    padding: 16px;
}

.news_ul li div {
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    padding: 34% 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.news_ul li div img {
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_ul li a {
    display: block;
}

.news_ul li a figure figcaption {
    padding: 10px 6px;
    text-align: center;
}

.news_ul li a figure figcaption time {
    transition: 0.6s;
    text-align: center;
    font-size: 12px;
    color: #6f6f6f;
    line-height: 180%;
    display: block;
}

.news_ul li a figure figcaption hr {
    margin-top: 10px;
    margin-bottom: 16px;
    transition: 0.6s;
    width: 60px;
    height: 2px;
    background: #BB2F26;
    border: none;
    margin-right: auto;
    margin-left: auto;
}

.news_ul li a figure figcaption h5 {
    margin-bottom: 10px;
    transition: 0.6s;
    text-align: center;
    font-size: 16px;
    color: #1f2020;
    line-height: 140%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_ul li a figure figcaption p {
    transition: 0.6s;
    text-align: center;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 140%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 58.8px;
    height: 67.2px;
}

.news_ul li a figure figcaption span {
    border: 2px solid #636363;
    margin-top: 14px;
    display: inline-block;
    border-radius: 6px;
    font-size: 12px;
    padding: 2px 20px;
    background: #F5F5F5;
    text-transform: uppercase;
    color: #636363;
}

.news_ul li a:hover {
    background: #BB2F26;
}

.news_ul li a:hover figure figcaption time {
    color: #fff;
}

.news_ul li a:hover figure figcaption hr {
    background: #fff;
}

.news_ul li a:hover figure figcaption h5 {
    color: #fff;
}

.news_ul li a:hover figure figcaption p {
    color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .news_ul li a figure figcaption time {
        font-size: 1.1rem;
    }
    .news_ul li a figure figcaption hr {
        margin-bottom: 2%;
        margin-top: 2%;
    }
    .news_ul li a figure figcaption h5 {
        font-size: 1.375rem;
    }
    .news_ul li a figure figcaption p {
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 3840px) {
    .news_ul {
        width: 100%;
    }
    .news_ul>li {
        width: 22.75%;
        margin: 3% 3% 0 0;
        position: relative;
        float: left;
    }
    .news_ul>li:nth-of-type(4n) {
        margin-right: 0;
    }
    .news_ul>li:nth-child(-n+4) {
        margin-top: 0;
    }
    .news_ul:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .news_ul {
        width: 100%;
    }
    .news_ul>li {
        width: 31.333%;
        margin: 3% 3% 0 0;
        position: relative;
        float: left;
    }
    .news_ul>li:nth-of-type(3n) {
        margin-right: 0;
    }
    .news_ul>li:nth-child(-n+3) {
        margin-top: 0;
    }
    .news_ul:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
}

@media only screen and (min-width: 450px) and (max-width: 640px) {
    .news_ul {
        width: 100%;
    }
    .news_ul>li {
        width: 48.5%;
        margin: 3% 3% 0 0;
        position: relative;
        float: left;
    }
    .news_ul>li:nth-of-type(2n) {
        margin-right: 0;
    }
    .news_ul>li:nth-child(-n+2) {
        margin-top: 0;
    }
    .news_ul:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .news_ul {
        width: 100%;
    }
    .news_ul>li {
        width: 100%;
        margin: 4% 0 0 0;
        position: relative;
    }
    .news_ul>li:nth-of-type(1n) {
        margin-right: 0;
    }
    .news_ul>li:nth-of-type(1) {
        margin-top: 0;
    }
    .news_ul:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
    }
}

.contact h2 {
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 180%;
    display: block;
}

.contact p {
    text-align: center;
    font-size: 14px;
    color: #747474;
    line-height: 160%;
    display: block;
}

.contact .panel2 p {
    text-align: left;
    font-size: center;
    color: #515050;
    line-height: 180%;
    display: block;
    font-family: font_type2_regular;
}

.contact #map {
    margin-top: 15px;
}

.contact #map #allmap {
    width: 100%;
    height: 430px;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .contact .panel2 p {
        font-size: 1.1rem;
    }
}

.news_view .panel1 {
    background: #fff;
    padding: 40px 40px 10px 40px;
}

.news_view .panel1 h1 {
    text-align: left;
    font-size: 16px;
    color: #030000;
    line-height: 140%;
    display: block;
    font-family: SimSun;
}

.news_view .panel1 .bar {
    text-align: left;
    font-size: 14px;
    color: #515050;
    line-height: 180%;
    display: block;
    margin: 4px 0 4px 0;
    font-family: SimSun;
}

.news_view .panel1 .bdsharebuttonbox {
    text-align: left;
    font-size: 14px;
    color: #515050;
    line-height: 180%;
    display: block;
    font-family: font_type2_regular;
}

.news_view .panel1 .bdsharebuttonbox .bds_more {
    margin-left: 0 !important;
    color: #515050;
    font-size: 16px !important;
}

.news_view .panel1 .word_content {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.news_view .panel1 .word_content p {
    font-size: 16px !important;
}

.news_view .panel1 .word_content p span {
    font-size: 16px !important;
}

.news_view .panel1 .word_content p strong {
    font-size: 16px !important;
}

.news_view .panel1 .more1 i {
    margin-left: 8px;
}

.news_view .panel2 .swiper-container {
    padding-left: 60px;
}

.news_view .panel2 .swiper-pagination {
    display: none;
}

.news_view .panel3 .swiper-container {
    padding-left: 60px;
}

.news_view .panel3 .swiper-pagination {
    display: none;
}

.news_view .tit {
    margin-bottom: 30px;
    margin-top: 50px;
}

.news_view .tit span {
    padding: 70px 0 0 60px;
    text-transform: uppercase;
    background: #E8EEF4;
    text-align: left;
    font-size: 24px;
    color: #202121;
    line-height: 130%;
    display: block;
    font-family: font_type1;
}

.news_view .tit h4 {
    padding-left: 60px;
    text-align: left;
    font-size: 18px;
    color: #212121;
    line-height: 140%;
    display: block;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .news_view .panel1 {
        padding: 4% 2%;
    }
    .news_view .panel1 h1 {
        font-size: 1.375rem;
    }
    .news_view .panel1 .bar {
        font-size: 1.1rem;
    }
    .news_view .panel1 .bdsharebuttonbox a {
        font-size: 1.375rem !important;
    }
    .news_view .panel1 .bdsharebuttonbox .bds_more {
        font-size: 14px !important;
    }
    .news_view .panel1 .word_content {
        padding: 3% 0;
        margin: 3% 0;
    }
    .news_view .panel1 .word_content p {
        font-size: 1.1rem !important;
    }
    .news_view .panel1 .word_content p span {
        font-size: 1.1rem !important;
    }
    .news_view .panel1 .word_content p strong {
        font-size: 1.1rem !important;
    }
    .news_view .panel2 {
        padding-left: 0;
    }
    .news_view .panel2 .swiper-container {
        padding: 0 2%;
    }
    .news_view .panel2 .swiper-pagination {
        display: block;
    }
    .news_view .panel3 .swiper-container {
        padding: 0 2%;
    }
    .news_view .panel3 .swiper-pagination {
        display: block;
    }
    .news_view .tit {
        margin-top: 8%;
        margin-bottom: 5%;
    }
    .news_view .tit span {
        font-size: 2rem;
        padding: 20px 0 6px 20px;
    }
    .news_view .tit h4 {
        font-size: 1.375rem;
        padding-left: 20px;
    }
}

.news_pg {
    margin-bottom: 30px;
}

.news_pg li a {
    text-align: left;
    font-size: 16px;
    color: #515050;
    line-height: 140%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_pg li a:hover {
    color: #BB2F26;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .news_pg {
        margin-bottom: 4%;
    }
    .news_pg li a {
        font-size: 1.1rem;
    }
}

.pg {
    margin-top: 60px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pg .left {
    text-align: left;
    font-size: 72px;
    color: #212121;
    line-height: 180%;
    display: block;
    font-family: font_type1;
}

.pg .left span {
    font-size: 60px;
}

.pg_num {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
}

.pg_num li {
    float: left;
}

.pg_num li a,
.pg_num>li>span {
    display: block;
    border-radius: 4px;
    background-color: #CCCCCC;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
}

.pg_num li:first-child a {
    margin-right: 10px;
    width: 70px;
}

.pg_num li:last-child a {
    margin-left: 10px;
    width: 70px;
}

.pg_num li a:hover {
    transition: 0.7s;
    background-color: #c1121a;
    color: #fff;
}

.pg_num .on a {
    background-color: #c1121a;
    cursor: default;
    color: #fff;
}

.fenye {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.fenye .left {
    text-align: left;
    font-size: 24px;
    color: #212121;
    line-height: 60%;
    display: block;
    font-family: font_type1;
}

.fenye .left span {
    font-size: 24px;
}

.fenye .right {
    width: 250px;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .fenye {
        margin-top: 4%;
        justify-content: space-around;
    }
    .fenye .left {
        display: none;
    }
    .fenye .right {
        text-align: center;
    }
}

.fenye ul {
    width: 116px;
}

.fenye ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0px 9px;
    line-height: 30px;
    background: #b6b6b7;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: 0.6s;
}

.fenye ul li:hover a,
.fenye ul li.active a {
    color: #fff;
    background: #BB2F26;
}

.fenye ul li a {
    display: block;
    border-radius: 5px;
}

.fenye ul .fenye-p,
.fenye ul .fenye-n {
    font-size: 16px;
}

.fenye select {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #5a5a5a;
}

.msg_form table {
    color: #252421;
    font-size: 14px;
    line-height: 25px;
}

.msg_form tr>th {
    text-align: right;
    font-weight: normal;
}

.msg_form tr>td {
    padding: 3px 0px;
    height: 30px;
}

.msg_form tr>td>input {
    text-indent: 5px;
    height: 16px;
    background-color: transparent;
    color: #757575;
    border: 1px solid #757575;
    padding: 6px 0px;
}

.msg_form tr>td>textarea {
    text-indent: 5px;
    background-color: transparent;
    color: #757575;
    border: 1px solid #757575;
    resize: none;
}

.msg_form tr img {
    display: inline-block;
    height: 30px;
    vertical-align: bottom;
}

.msg_form tr span {
    color: red;
}

.msg_form .verify_code input {
    transition: 0.6s;
    background: #747675;
    color: #fff;
    cursor: pointer;
    line-height: 26px;
    height: 35px;
    width: 94px;
    border: 0;
    line-height: 0;
}

.msg_form .verify_code input:hover {
    background: #C32B31;
}

.details1_content .summary {
    width: 425px;
    background: #fff;
}

.details1_content .summary h6 {
    text-indent: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #373737;
    letter-spacing: 2px;
    border-top: 10px solid #4ac6c4;
    height: 55px;
    line-height: 45px;
}

.details1_content .summary h6 span {
    color: #4ac6c4;
    letter-spacing: 2px;
}

.details1_content .summary #pro_view_from section {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details1_content .summary #pro_view_from section input {
    height: 30px;
    vertical-align: middle;
    text-indent: 10px;
}

.details1_content .summary #pro_view_from section select {
    height: 30px;
}

.details1_content .summary #pro_view_from section:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: flex-start;
}

.details1_content .summary #pro_view_from section:nth-of-type(1) p {
    margin-right: 14px;
}

.details1_content .summary #pro_view_from section:nth-of-type(1) p span {
    margin-left: 6px;
}

.details1_content .summary #pro_view_from section:nth-of-type(1) p input {
    width: 118px;
    text-indent: 5px;
}

.details1_content .summary #pro_view_from section:nth-of-type(1) select {
    margin-right: 14px;
    width: 140px;
}

.details1_content .summary #pro_view_from section:nth-of-type(1) #total {
    height: 30px;
    line-height: 30px;
    margin: 0;
    display: none;
}

.details1_content .summary #pro_view_from section:nth-of-type(1) #total span {
    font-size: 14px;
    color: #ff0707;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.details1_content .summary #pro_view_from section:nth-of-type(2) select {
    width: 49.5%;
}

.details1_content .summary #pro_view_from section:nth-of-type(3) input {
    width: 182px;
}

.details1_content .summary #pro_view_from section:nth-of-type(3) .submit {
    text-indent: 0;
    border: none;
    width: 50px;
    background: #4ac6c4;
    color: #fff;
    cursor: pointer;
}

.details1_content .summary #pro_view_from section:last-child {
    margin-bottom: 0;
}

.details1_content .content {
    min-height: 70px;
    margin: 14px 0 20px 0;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 180%;
    display: block;
}

.msg_form>input {
    float: left;
    text-indent: 10px;
    width: 33%;
    height: 40px;
    margin-right: 0.5%;
    background: #f6f6f6;
    font-size: 14px;
    color: #bdbdbd;
    border: 1px solid transparent;
    transition: .6s;
    margin-top: 10px;
}

.msg_form input:nth-of-type(3n+3) {
    margin-right: 0px;
}

.msg_form input:focus {
    border: 1px solid #BB2F26;
    outline: none;
    transition: 0.6s;
}

.msg_form .formCon {
    resize: none;
    width: 100%;
    height: 170px;
    margin-top: 15px;
    background: #f6f6f6;
    padding-top: 8px;
    text-indent: 10px;
    font-size: 14px;
    color: #bdbdbd;
    border: 1px solid transparent;
    transition: .6s;
    letter-spacing: 1px;
}

.msg_form .formCon:focus {
    border: 1px solid #BB2F26;
    outline: none;
    transition: 0.6s;
}

.msg_form .form_btn {
    padding-top: 40px;
}

.msg_form .form_btn input {
    text-indent: 0;
    width: 188px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.msg_form .form_btn .form_submit {
    color: #fff;
    background: #BB2F26;
    border: 0;
}

.msg_form .form_btn .form_submit_default {
    background: #d1d1d1;
    color: #fff;
}

.msg_form .form_btn .form_reset {
    border: 0;
    background: #d1d1d1;
    color: #fff;
}

.msg_form .ver_code {
    border-bottom: 0 !important;
    margin-top: 20px;
}

.msg_form .ver_code>p {
    display: inline-block;
    font-size: 14px;
}

.msg_form .ver_code .code-box {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    width: 300px;
    height: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    background: rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 5px;
    outline: none;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

.msg_form .ver_code .code-box p,
.msg_form .ver_code .code-box span {
    margin-top: 0 !important;
    color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.msg_form .ver_code .code-box span {
    width: 40px;
    font-family: "宋体" !important;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
}

.msg_form .formCity {
    width: 100%;
    margin-right: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    .msg_form input {
        width: 100%;
        height: 40px;
    }
    .msg_form .formCon {
        padding-top: 8px;
    }
    .msg_form .code-box {
        width: 240px !important;
    }
    .msg_form .ver_code {
        margin-top: 10px;
    }
    .msg_form .formCon {
        height: 116px;
    }
    .msg_form .form_btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
    }
    .msg_form .form_btn input {
        width: 100px;
        height: 35px;
    }
}


/*==network-box==*/

.cityList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px #ccc;
}

.cityList-l {
    position: relative;
    width: 25%;
    height: 30px;
    margin-left: 30px;
    border: 1px solid #dcdcdc;
}

.cityList-l input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 5px;
    border: none;
    outline: none;
    line-height: 28px;
    font-size: 14px;
    color: #d7d7d7;
    transition: .3s;
}

.cityList-l input:focus {
    box-shadow: 0 0 10px #ccc;
}

.cityList-l button {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: none;
    outline: none;
    background: transparent;
    line-height: 28px;
    font-size: 14px;
    color: #d7d7d7;
    text-align: center;
    cursor: pointer;
}

.cityList-r {
    width: 56.8%;
}

.cityList-r form {
    display: inline-block;
    width: 32.33%;
}

.cityList-r form select {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    border: none;
    border-left: 1px solid #eee;
    outline: none;
    font-size: 14px;
    color: #656565;
    cursor: pointer;
    background: #F7F7F7;
}

.networkMap {
    float: left;
    width: 66%;
    height: 500px;
}

.networkMap #allmap {
    height: 100% !important;
}

.mapChose {
    float: right;
    box-sizing: border-box;
    width: 34%;
    height: 500px;
    overflow: hidden;
    padding: 0 8px 0 0;
}

.mapChose .swiper-slide {
    position: relative;
    height: 90px;
    padding-left: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: .3s;
}

.mapChose .swiper-slide div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #B91F22;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    float: left;
    margin-right: 10px;
}

.mapChose .swiper-slide div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mapChose .swiper-slide:hover,
.mapChose .swiper-slide.active {
    background: #ffffff;
}

.mapChose .swiper-slide i {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #e76f30;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-style: normal;
}

.mapChose .swiper-slide h6 {
    height: 24px;
    overflow: hidden;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    color: #2c2c2c;
}

.mapChose .swiper-slide p {
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #a4a4a4;
}

.mapChose .swiper-scrollbar {
    width: 10px;
}

.network-box {
    border: 1px solid #ccc;
}

.mapChose .swiper-scrollbar-drag {
    background: #e76f30;
}

@media screen and (max-width: 991px) {
    .network-box {
        width: 95%;
        margin: 30px auto;
    }
    .networkMap {
        display: none;
    }
    .mapChose {
        float: none;
        width: 100%;
        height: 310px;
        overflow: hidden;
        padding: 0 20px 0 0;
        margin-top: 15px;
    }
    .mapChose .swiper-slide {
        padding-top: 10px;
    }
    .mapChose .swiper-slide i {
        top: 10px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

@media screen and (max-width: 767px) {
    .cityList {
        box-sizing: border-box;
        display: block;
        box-shadow: none;
    }
    .cityList-l {
        width: 100%;
        height: 38px;
        margin: 10px 0;
    }
    .cityList-r {
        width: 100%;
    }
    .cityList-r form {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .cityList-r form select {
        height: 38px;
        padding: 0 10px;
        border: 1px solid #eee;
    }
}

.president {
    margin: 25px 0;
}

.president img {
    float: left;
    width: 260px;
    margin-right: 20px;
}

.president p {
    line-height: 28px;
    font-size: 14px;
    color: #414141;
    text-indent: 2em;
}

.not_result_back {
    border-bottom: 1px solid #407fb2;
    color: #407fb2;
}

.not_result_back:hover {
    color: #e77817;
    border-bottom: 1px solid #e77817;
}

.feedback {
    background: #FFFFFF;
}

.feedback .left {
    width: 632px;
    float: left;
    padding: 50px 0 50px 40px;
}

.feedback .left .feedback_form h5 {
    text-align: left;
    font-size: 30px;
    color: #222222;
    line-height: 120%;
    display: block;
    margin-bottom: 15px;
}

.feedback .left .feedback_form h5 span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 18px;
}

.feedback .left .feedback_form .tr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding: 13px 0;
}

.feedback .left .feedback_form .tr:nth-of-type(1) {
    border-bottom: none;
}

.feedback .left .feedback_form .tr:nth-of-type(1) .td {
    width: 48%;
    float: left;
    border-bottom: 1px solid #ccc;
}

.feedback .left .feedback_form .tr:nth-of-type(1) .td:nth-of-type(1) {
    margin-right: 4%;
}

.feedback .left .feedback_form .tr:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.feedback .left .feedback_form .tr:nth-of-type(4) {
    padding-bottom: 4px;
}

.feedback .left .feedback_form .tr .td {
    text-align: center;
    font-size: 18px;
    color: #222222;
    line-height: 180%;
    display: block;
}

.feedback .left .feedback_form .tr span {
    text-align: left;
    font-size: 18px;
    color: #222222;
    line-height: 180%;
    display: inline-block;
}

.feedback .left .feedback_form .tr input {
    text-indent: 7px;
    font-size: 18px;
    border: none;
    width: 188px;
}

.feedback .left .feedback_form .tr select {
    border: none;
    width: 150px;
}

.feedback .left .feedback_form .tr textarea {
    width: 390px;
    border: none;
    resize: none;
    text-indent: 4px;
    vertical-align: middle;
}

.feedback .left .feedback_form .tr .submit {
    cursor: pointer;
    transition: 0.6s;
    padding: 6px 0;
    border: 0;
    background: #E67015;
    width: 238px;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-indent: 0;
    margin-right: 10px;
}

.feedback .left .feedback_form .tr .submit:hover {
    background: #DA251D;
}

.feedback .left .feedback_form .tr .reset {
    cursor: pointer;
    transition: 0.6s;
    padding: 6px 0;
    border: 0;
    background: #D1D1D1;
    width: 238px;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-indent: 0;
    margin-right: 10px;
}

.feedback .left .feedback_form .tr .reset:hover {
    background: #DA251D;
}

.feedback .right {
    width: 568px;
    float: left;
}

.feedback .right img {
    margin: 0 0 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .feedback .left {
        width: auto;
        float: none;
        padding: 2%;
    }
    .feedback .left .feedback_form h5 em {
        display: none;
    }
    .feedback .left .feedback_form h5 span {
        margin-top: 2%;
        display: none;
    }
    .feedback .left .feedback_form .tr {
        padding: 1% 0;
        margin-bottom: 1%;
    }
    .feedback .left .feedback_form .tr .submit {
        width: auto;
        padding: 5px 15px;
        font-size: 14px;
    }
    .feedback .left .feedback_form .tr .reset {
        width: auto;
        padding: 5px 15px;
        font-size: 14px;
    }
    .feedback .left .feedback_form h5 {
        font-size: 1.375rem;
        text-align: center;
    }
    .feedback .right {
        display: none;
        width: auto;
        float: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    .feedback {
        background: transparent;
    }
    .feedback .left .feedback_form .tr {
        border-bottom: none !important;
    }
    .feedback .left .feedback_form .tr .td {
        width: 100% !important;
        text-align: left;
        margin: 0 0 2% 0 !important;
        border-bottom: none !important;
    }
    .feedback .left .feedback_form .tr .td input {
        padding: 4px 3px;
        width: 100%;
        background: #fff;
    }
    .feedback .left .feedback_form .tr select {
        width: 100%;
        padding: 6px 0;
        margin: 4px 0;
        background: #fff;
    }
    .feedback .left .feedback_form .tr span {
        font-size: 14px !important;
        display: block;
    }
    .feedback .left .feedback_form .tr textarea {
        width: 100%;
        height: 80px;
        background: #fff;
    }
}

.ind_pn1 .swiper-container-horizontal>.swiper-pagination-bullets,
.ind_pn1 .swiper-pagination-custom,
.ind_pn1 .swiper-pagination-fraction {
    width: 100%;
    position: absolute;
    bottom: 50px;
}


/*# sourceMappingURL=style.css.map */