@font-face {
    font-family: "hycs";
    src: url("../font/hycs.woff2") format("woff2"),
    url("../font/hycs.woff") format("woff"),
    url("../font/hycs.ttf") format("truetype"),
    url("../font/hycs.eot") format("embedded-opentype"),
    url("../font/hycs.svg") format("svg");
}

* {
    margin: 0 auto;
    padding: 0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    line-height: 1;
    color: #232320;
    overflow: hidden;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica;
}



a {
    color: inherit;
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after,
.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pr {
    position: relative;
}

.page_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hand {
    cursor: pointer;
}

.indent2em {
    text-indent: 2em;
}

.text_c {
    text-align: center;
}

.text_r {
    text-align: right;
}

.text_j {
    text-align: justify;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f36 {
    font-size: 36px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}


.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

.pb15 {
    padding-bottom: 15px;
}

.pv10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pv15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pd10 {
    padding: 10px;
}

.bold {
    font-weight: bold;
}

.lh2 {
    line-height: 2;
}

.bgfff {
    background-color: #fff;
}

.themeColor {
    color: #a3252b;
}

.themeColorLink {
    transition: .5s;
}

.themeColorLink:hover {
    color: #a3252b;
}

.wrap {
    width: 1200px;
}

#header {
    position: relative;
    z-index: 1;
}

.header_box .logo img {
    display: block;
}

.header_box .search_box {
    margin-top: 45px;
    border: #d2d2d2 1px solid;
}

.header_box .search_box input {
    width: 250px;
    padding: 11px 18px;
    border: none;
}

.header_box .search_box .btn {
    width: 59px;
    height: 38px;
    background-color: #a3252b;
    border: none;
}

.navBar {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    height: 48px;
    line-height: 48px;
}

.nav {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
}

.nav a {
    color: #333;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1;
}

.nav .s {
    float: left;
    width: 1px;
    background-color: #e5e5e5;
    height: 20px;
    margin-top: 14px;
}

.nav h3 a {
    display: block;
    font-size: 18px;
    color: #151515;
    width: 170px;
    text-align: center;
}

.nav .sub {
    display: none;
    position: absolute;
    top: 48px;
    z-index: 2;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
}

.nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}

.nav .sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.nav .sub li a:hover {
    color: #a3252b;
    /*border-bottom: 1px solid #a3252b;*/
}

.nav .block {
    height: 2px;
    width: 170px;
    background: #a3252b;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.banner {
    height: 613px;
    overflow: hidden;
    position: relative;
}

.banner .swiper-slide {
    background: no-repeat center/auto 100%;
    position: relative;
}

.banner .swiper-slide-visible .inner {
    display: block;
}

.banner .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "hycs";
    text-align: center;
    padding: 48px;
    display: none;
}

.banner .inner .text_1 {
    font-size: 40px;
    color: #a3252b;
    padding-top: 8px;
    position: relative;
    z-index: 1;
}

.banner .inner .text_2 {
    font-size: 24px;
    margin-top: 28px;
    color: #fff;
    background-color: #a3252b;
    display: inline-block;
    padding: 12px 70px;
    position: relative;
    z-index: 1;
    text-align: left;
}

.banner .inner .block {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
}

.banner .inner .block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .49);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skew(-16deg);
}

.banner .inner .frame {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.banner .inner .frame:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: rgba(255, 255, 255, .49) 6px solid;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skew(-16deg);
}

.banner .swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    opacity: .29;
    margin: 0 5px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    opacity: 1;
}

.column_box {
    padding: 20px 0;
}

.column_box.no_pd {
    padding: 0;
}

.column_box .box_tit {
    text-align: center;
}

.column_box .box_tit .tit_cn {
    font-family: "hycs";
    font-size: 24px;
    line-height: 60px;
}

.column_box .box_tit .tit_en {
    font-family: Arial;
    font-size: 18px;
    color: #a3252b;
    text-transform: uppercase;
}

.column_box.article .text {
    width: 600px;
}

.more {
    display: inline-block;
    width: 98px;
    height: 28px;

    color: #484848;
    text-align: center;
    line-height: 28px;
    position: relative;
}

.more:hover {
    border: none;
}

.more:hover:before,
.more:hover:after {
    border-color: #a3252b;
    height: 100%;
    width: 100%;
    animation: fullbox .5s;
}

.more:before,
.more:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    border: #484848 1px solid;
    border-width: 0;
    border-width: 1px 0 0 1px;
}

.more:after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    border-width: 0 1px 1px 0;
}

@keyframes fullbox {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}

.more.red {
    /*border-color: #a3252b;*/
    background-color: #a3252b;
    color: #fff;
}

.product_bg {
    background: url("../images/product_bg.jpg") no-repeat center/cover;
}

.product_list {
    margin: 20px -10px;
}

.product_list li {
    float: left;
    padding: 10px;
    width: 33.33%;
    box-sizing: border-box;
}

.product_list li .item:hover {
    box-shadow: 0 0 10px 1px #a3252b;
}

.product_list li .item {
    width: 100%;
    position: relative;
    transition: .5s;
    overflow: hidden;
    height: 320px;
}

.main .product_list {
    position: relative;
    top: -10px;
    margin-bottom: 0;
}

.main .product_list li .item {
    height: 250px;
}

.product_list li .item:hover img {
    transform: scale(1.2);
}

.product_list li .item img {
    width: 100%;
    height: 100%;
    transition: .8s;
}

.product_list li .item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #818081;
    color: #fff;
    font-size: 16px;
}

.case_list {
    padding: 20px 0 0;
    overflow: hidden;
}

.case_list_swiper {
    height: 296px;
}

.case_list .swiper-slide {
    width: 33.33%;
    margin-bottom: 20px;
}

.case_list .case_item {
    width: 285px;
    border: #eeeeee 1px solid;
    transition: .5s;
}

.case_list .case_item:hover {
    box-shadow: 0 0 10px 1px #a3252b;
}

.case_list .case_item .thumb {
    overflow: hidden;
}

.case_list .case_item img {
    width: 100%;
    height: 100%;
    transition: .8s;
}

.case_list .case_item:hover img {
    transform: scale(1.2);
}

.case_list .case_item .thumb {
    height: 218px;
}

.case_list .case_item .title {
    line-height: 25px;
    height: 50px;
    padding: 13px 25px;
    text-align: center;
}

.case_list .page * {
    vertical-align: middle;
}

.case_list .swiper-pagination {
    position: initial;
}


.case_list .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #eee;
    margin: 0 5px;
}

.case_list .swiper-visible-switch {
    background-color: #828080;
}

.case_list .swiper-active-switch {
    background-color: #232020;
}

.case_list .swiper-button-disabled {
    cursor: not-allowed;
    opacity: .3;
}

.main .news_list {
    position: relative;
    top: -20px;
}

.main .news_list li {
    border-bottom-style: dashed;
}

.news_list li {
    overflow: hidden;
    padding: 20px;
    border-bottom: #e5e5e5 1px solid;
    cursor: pointer;
    transition: .8s;
}

.news_list li:hover {
    box-shadow: 0 0 10px 1px #a3252b;
}



.news_list li:not(:last-child) {
    /*padding-top: 20px;*/
}

.news_list li .thumb {
    float: left;
    width: 120px;
    height: 100px;
    margin-right: 20px;
}

.news_list li .date {
    float: left;
    width: 80px;
    background-color: #e9e9e9;
    text-align: center;
    margin-right: 20px;
    padding: 20px 0;
    transition: .5s;
}

.news_list li .date .day {
    display: inline-block;
    border-top: #757575 1px solid;
}

.news_list li .date+.text {
    padding-top: 20px;
}

.news_list li:hover .date {
    background-color: #a3252b;
    color: #fff;
}

.news_list li:hover .date .day {
    border-top-color: #fff;
}

.news_list li .thumb img {
    width: 100%;
    height: 100%;
}

.news_list li .text {
    color: #484848;
    line-height: 24px;
}



.news_list li .text .cont {
    display: block;
    max-height: 48px;
    overflow: hidden;
}

.footer {
    background-color: #2a2628;
    color: #fff;
    padding-top: 40px;
    line-height: 2;
}

.foot_nav dl {
    float: left;
    padding: 0 14px;
    text-align: center;
}

.foot_nav dl dt {
    font-size: 16px;
}


.side_tools {
    width: 130px;
    background-color: #3b3939;
    color: #fff;
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateX(100%);
    transition: .5s;
    z-index: 1;
}

.side_tools:hover {
    transform: translateX(0);
}

.side_tools .online_service {
    position: absolute;
    right: 100%;
    top: 90px;
    width: 40px;
    height: 140px;
    background: url("../images/online_service.png") no-repeat;
}

.side_tools p {
    padding: 10px;
    line-height: 24px;
}

.side_tools .backtop {
    background-color: #232020;
    text-align: center;
    padding: 10px 0;
    display: none;
}


.column_banner {
    height: 400px;
    background: no-repeat center/auto 100%;
    position: relative;
}

.curmbs {
    background-color: #e9e9e9;
    line-height: 40px;
}

.curmbs a,
.curmbs span {
    margin: 0 5px;
}

.left_side {
    width: 220px;
}

.left_side .hd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #a3252b;
    position: relative;
}

.left_side .hd:before,
.left_side .hd:after {
    content: "";
    position: absolute;
    border-left: transparent 6.5px solid;
    border-right: transparent 6.5px solid;
    border-bottom: #8a1e23 6.5px solid;
    top: 100%;
}

.left_side .hd:before {
    left: 0;
    transform: rotate(45deg) translateY(-2px);
}

.left_side .hd:after {
    right: 0;
    transform: rotate(-45deg) translateY(-2px);
}

.left_side .menu {
    margin: 0 10px;
    border: #d2d2d2 1px solid;
    border-top: none;
    padding-bottom: 10px;
}

.left_side .menu li {
    text-align: center;
    line-height: 50px;
}

.left_side .menu li.act a {
    display: inline-block;
    color: #a3252b;
    border-bottom: #a3252b 2px solid;
    padding: 0 10px;
}

.main {
    margin-left: 240px;
    min-height:500px;
}

.content {
    text-align: justify;
    line-height: 30px;
}

.content p {
    margin-bottom: 5px;
}

.content * {
    max-width: 100% !important;
    height: auto !important;
}

.ad img {
    width: 100%;
}

.pagination {
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    min-width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border: #c5c4c4 1px solid;
    color: #c5c4c4;
    vertical-align: middle;
}

.pagination a.act,
.pagination span.act {
    color: #484848;
}

.pagination a.prev,
.pagination span.prev {
    background: url("../images/pagination_arr_left.png") no-repeat center;
}

.pagination a.next,
.pagination span.next {
    background: url("../images/pagination_arr_right.png") no-repeat center;
}

.product_detail .preview_box {
    width: 450px;
    margin-right: 20px;
}

.product_detail .preview_box .big_img img {
    width: 100%;
    box-sizing: border-box;
    border: #d2d2d2 1px solid;
}

.product_detail .preview_box .thumb_list {
    margin: 0 -5px;
}

.product_detail .preview_box .thumb_list li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 5px;
}

.product_detail .preview_box .thumb_list li img {
    width: 100%;
    box-sizing: border-box;
    border: #d2d2d2 1px solid;
    cursor: pointer;
    height: 100px;
}

.product_detail .preview_box .thumb_list li.act img {
    border-color: #a3252b;
}

.product_detail .info {
    padding: 20px 0;
    line-height: 1.6;
}

.product_detail .info .gray1 {
    color: #484848;
}

.product_detail .info .gray2 {
    color: #757575;
}

.product_detail .tab_trigger {
    background-color: #e9e9e9;
    line-height: 40px;
}

.product_detail .tab_trigger span {
    display: inline-block;
    width: 100px;
    text-align: center;
    cursor: pointer;
    transition: .5s;
}

.product_detail .tab_trigger span.act {
    background-color: #a3252b;
    color: #fff;
}

.product_detail .tab_panel .content:not(:first-child) {
    display: none;
}
.search_page{
    min-height: 500px;
}