body {
    padding-top: 178px;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* .line1 {
   white-space: nowrap;
   overflow: hidden;
   text-emphasis: ell;

} */
.top_swiper .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  }

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_pro_info {
    display: none;
}

.daohang {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.daohang.active .header_1 {
    display: none;
    transition: all .6s;
}

.header_1 {
    height: 43px;
    line-height: 43px;
    background-color: #666666;
    overflow: hidden;
}

.header_1_ul li {
    /* float: left; */
    /* padding-right: 20px; */
    width: auto!important;
}

.header_1_ul li a img {
    margin-right: 15px;
}

.header_1_ul li a {
    font-size: 1.4rem;
    color: #ffffff;
    opacity: 0.85;
}

.header_1_fr_ul.header_1_ul li:last-child {
    padding-right: 0;
}

.header_1_fr_ul.header_1_ul li a span:nth-child(1) {
    margin-right: 15px;
}

.header_1_fr_ul.header_1_ul li:hover a span:nth-child(1) {
    color: #ffffff !important;
}

.header_2 {
    height: 85px;
    background-color: #ffffff;
    padding: 0px 0;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.header_2.active {
    height: 85px;
    padding: 0px 0;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.header_2.active .xsrx_z {
    margin-top: 0;
}

.xsrx_z {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 40px;
    color: #181818;
    margin-top: 10px;
}

.header_dh_icon .iconfont {
    font-size: 3.2rem;
    color: #ae0a15;
    position: relative;
    top: 12px;
    right: 15px;
}

/* .pc_logo {
margin-right: 28px;
} */
.top_swiper .swiper-slide {
    width: auto!important;
}

.ver_align {
    display: table;
    height: 85px;
}

.ver_align1,
.ver_align2,
.ver_align3 {
    display: table-cell;
    vertical-align: middle;
}

.ver_align1 div {
    border-left: 2px solid rgba(0, 0, 0, .71);
    padding-left: 20px;
}

.ver_align1 a:nth-child(1) {
    font-size: 3rem;
    line-height: 35px;
    color: #181818;
    font-weight: 600;
}

.ver_align1 a:nth-child(2) {
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: 24px;
    color: #ae0a15;
}

.pc_logo {
    margin-top: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.erweima {
    margin-left: 70px;
}

.header_2.active .ver_align {
    display: table;
    height: 78px;
}

.ver_align2 div {
    font-family: PingFang-SC-Heavy;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ae0a15;
}

.ver_align2 div:nth-child(2) {
    letter-spacing: 2px;
}

.ver_align3 div {
    font-size: 1.6rem;
    line-height: 24px;
    color: #181818;
}

.ver_align3 .iconfont {
    font-size: 22px;
    color: #181818;
    text-align: center;
}

.header_3 {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.header_3_center {
    width: 100%;
}

.header_3_ul {
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.header_3_ul>li {
    float: left;
    position: relative;
}

.header_3_ul>li>a {
    padding: 0px 31px;
    font-size: 1.8rem;
    line-height: 24px;
    color: #181818;
    border-right: 1px solid rgba(255, 255, 255, .39);
}

.header_3_ul>li:last-child>a {
    border: none;
}

.header_3_ul>li.active {
    position: relative;
}

.header_3_ul>li.active::before {
    content: "";
    display: block;
    height: 2px;
    background-color: #ae0a15;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}

.header_3_ul>li:hover>a,
.header_3_ul>li.active>a {
    color: #ae0a15 !important;
}

.header_3_ul>li::before {
    content: "";
    display: block;
    height: 2px;
    background-color: #ae0a15;
    width: 0;
    position: absolute;
    top: 0px;
    left: 0;
}

.header_3_ul>li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #181818;
}

.header_3_ul>li:last-child::after,
.header_3_ul>li:nth-last-child(2)::after,
.header_3_ul>li:last-child::before {
    display: none;
}

.header_3_ul>li:hover::before {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    width: 100%;
}

.header_3_ul>li .iconfont {
    text-align: right;
    padding: 0 0 0 50px;
    font-weight: 600;
    cursor: pointer;
    color: #181818;
    font-weight: normal;
    font-size: 1.8rem;
}

.pc_icon .icon-wangluo {
    font-size: 20px;
    color: #1f50ab;
}

.pc_icon a {
    font-weight: 600;
    color: #848787 !important;
}

.pc_icon a.blue {
    color: #1f50ab !important;
}

.scrll {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    bottom: 20px;
    z-index: 44;
    text-align: center;
    cursor: pointer;
}

.scrll>p {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
}

.scrll img {
    animation: myfirst 1s infinite;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.pr {
    position: relative;
}


/* 搜索 */

.sousuo {
    display: none;
}

.sousuo_con {
    z-index: 1000;
    padding-left: 100px;
    font-size: 1.25rem;
}

.sousuo_con .iconfont {
    font-size: 1.25rem;
    padding-right: 10px;
}

.sousuo_inp {
    border: none;
    background-color: transparent;
    width: 400px;
}

.sousuo_con.sousuo_con1 {
    line-height: 81.2px;
}

.sousuoactive {
    display: block;
    transition: all .6s;
}

.pcnavactive {
    background: #fff !important;
    line-height: 65px;
    height: 65px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    color: #000 !important;
    border-bottom: 1px solid rgba(181, 181, 181, .22);
}

.pcnavactive a {
    color: #000;
}

.pcnavactive.index_pcnav .logo_text_center .website_name {
    color: #000;
}

.serch_line {
    background: #ae0a15;
    width: 100%;
    height: 2px;
}

.searchbox {
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 178px;
    text-align: center;
    z-index: 999;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
    box-sizing: border-box;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;

    background: #ae0a15;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}


/* 手机导航 */

.phonenav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    background: #fff;
    line-height: 65px;
    height: 65px;
    display: none;
}

.phone_foot {
    display: none;
}


/* 菜单 */

.phone {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 10px 30px;
}

.index_a {
    display: inline-block;
}

.phone .wid {
    float: left;
}

.phone .wid>a {
    display: inline-block;
}

.color_dao .iconfont {
    color: #ba9657;
    font-size: 25px;
    margin: 0 5px;
}

.color_dao {
    line-height: 49px;
}

.color_dao .daohang_sp {
    position: relative;
    top: -7px;
    font-size: 25px;
}

.color_a {
    font-size: 25px;
    position: relative;
    top: -7px;
}

.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #eff2f6;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
    line-height: 50px;
    color: #646060;
    font-size: 20px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
    font-size: 20px;
}

.sidebar-menu__list {
    position: fixed;
    top: 79px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #cec7c7;
}

.sidebar-menu__item:first-child {
    border-top: 0
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 15px 25px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #000 !important;
}

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
    color: #6e6e6e;
}

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
}

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}

.phonenav .side-menu-trigger .iconfont {
    font-size: 30px;
}

.phonenav .ds {
    font-size: 2.6rem;
    margin-right: 20px;
}


/* 右侧导航栏 */

.rightfix {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 40px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 99;
    border: 1px solid #dee2e7;
    background: #fff;
    display: block;
}

.fix_ul li {
    font-size: 12px;
    text-align: center;
    float: none;
    position: relative;
    width: 40px;
    cursor: pointer;
    height: 40px;
    padding: 5px 0;
    background: #fff;
    margin-bottom: 0px;
    color: #ffffff;
    border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 20px;
    color: #000;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 40px;
    -o-transform: scale(0);
    position: absolute;
    color: #6a6a6a;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 5px;
    line-height: 30px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 120px;
}

.fix_ul li:hover {
    background: #e5dbdb;
}

.fix_ul li:hover {
    background: #e5dbdb;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
    color: #000;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    right: 60px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}


/* 右侧导航 */

.rightfix {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 70px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 99;
    border: 1px solid #dee2e7;
    background: #fff;
    display: block;
}

.fix_ul li {
    font-size: 12px;
    text-align: center;
    float: none;
    position: relative;
    width: 70px;
    cursor: pointer;
    height: 70px;
    padding: 0px 0;
    background: #fff;
    margin-bottom: 0px;
    color: #5e6062;
    border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 30px;
    color: #5e6062;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 60px;
    -o-transform: scale(0);
    position: absolute;
    color: #5e6062;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 5px;
    line-height: 60px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 160px;
    font-size: 1.4rem;
}

.fix_ul li:hover {
    background: #fff;
}

.fix_ul li:hover {
    background: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
    color: #5e6062;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    right: 70px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #ae0a15;
}

.right_div div {
    height: 30px;
    line-height: 30px;
}

.fix_ul li:hover div:nth-child(2),
.fix_ul li:hover i {
    color: #ae0a15;
}

.mobile-foot {
    display: none;
}

.mobile-foot {
    background-color: #ae0a15;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.mobile-foot a {
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    width: 22%;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 5px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.banner .swiper-pagination {
    bottom: 40px;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 6px;
    border-radius: 5px;
}

.banner .swiper-pagination-bullet-active {
    width: 40px;
    background-color: #fff;
}


.index_div1_top {
    background: url(../img/1.png);
    background-size: 100% 100%;
    background-position: right bottom;
}

.index_div1_top_fl {
    width: 42.8%;
}

.index_div1_top_fr {
    width: 56.2%;
    background: url(../img/2.jpg);
    background-size: 100% 100%;
    background-position: top left;
    position: absolute;
    top: 0;
    right: 0;
    /* top: 0; */
}

.div1_top_fr_title {
    font-size: 2.6rem;
    line-height: 30px;
    color: #181818;
    font-family: PingFang-SC-Heavy;
}

.div1_top_fr_yw,
.div1_top_fr_content {
    font-size: 1.4rem;
    line-height: 30px;
    color: #181818;
}

.div1_top_fr_yw {
    margin: 10px 0;
}

.div1_top_fr_content {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    padding-top: 10px;
    position: relative;
}

.div1_top_fr_content::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #c3c3c3;
}

.div1_top_fr_con {
    padding: 60px 60px 140px;
}


.ver_align1 a:nth-child(1):hover {
    color: #181818 !important;
}

.ver_align1 a:nth-child(2):hover {
    color: #ae0a15 !important;
}

.div1_top_fr_content p:nth-child(1) {
    margin-bottom: 50px;
}

.div1_bot_con {
    width: 42%;
}

.index_div1_bot {
    background-color: #ae0a15;
    padding-top: 46px;
}

.index_div1_top_fl a {
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    border: solid 1px rgba(0, 0, 0, 0.4);
    margin: 44px 0 36px;
    padding: 15px;
}

.list_about>.container>.clearfix {
    width: 70%;
    margin: 0 auto;
}

.div1_bot_title {
    font-size: 2.8rem;
    line-height: 45px;
    color: #ffffff;
}

.div1_bot_con .div1_top_fr_yw {
    color: #fff;
    margin: 15px 0 20px;
    letter-spacing: 2px;
}

.index_div2 {
    overflow: hidden;
    position: relative;
    background: url(../img/4.jpg) center/cover no-repeat;
    background-attachment: fixed;
    padding: 100px 0 145px;
}

.futitle span::before {
    background: url(../img/2.png);
    width: 86px;
    height: 13px;
    position: absolute;
    top: 7px;
    left: -100px;
    content: "";
}

.futitle span::after {
    background: url(../img/3.png);
    width: 86px;
    height: 13px;
    position: absolute;
    top: 7px;
    right: -100px;
    content: "";
}

.title {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 45px;
    color: #181818;
    font-family: PingFang-SC-Heavy;
}

.futitle {
    font-size: 2.2rem;
    line-height: 30px;
    color: #181818;
    margin-top: 10px;
}

.index_div2_container {
    width: 1556px;
    margin: 0 auto;
}

.index_div2_ul li {
    width: 267px;
    height: 267px;
    background: #ae0a15;
    transform: rotate(45deg);
    float: left;
    margin: 0 60px;
}

.ro45 {
    transform: rotate(-45deg);
}

.index_div2_ul li .index_div2_ul_ta {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
}

.index_div2 .more {
    width: 101px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ae0a15;
    border-radius: 2px;
    border: solid 1px #ffffff;
    display: table;
    margin: 0 auto;
    color: #fff;

}
.index_div2 .more:hover {
    color: #fff!important
}

.div2_title {
    font-size: 2.2rem;
    line-height: 24px;
    margin: 10px 0 0;
}

.div2_yingwen {
    font-size: 12px;
    line-height: 30px;
    margin: 0px 0 10px;
}

.index_div2_ul {
    position: relative;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.index_div2_con {
    margin-top: 150px;
}

.index_div2_con .index_div2_ul:nth-child(2) {
    /* margin: 0 20px 0 60px; */
    /* margin: 0 0px 0 60px; */
    margin-top: -58px;
}

.index_div2_ul_img li:nth-child(1) {
    background: url(../img/9.jpg);
}

.index_div2_ul_img li:nth-child(2) {
    background: url(../img/6.jpg);
}

.index_div2_ul_img li:nth-child(3) {
    background: url(../img/7.jpg);
}

.index_div2_ul_img li:nth-child(4) {
    background: url(../img/8.jpg);
}

.index_div2_ul_img li .ro45 {
    display: none;

}

.index_div2_ul_img li:hover .ro45 {
    display: block;
}

.index_div2_ul_img li:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.index_div3_con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, .7);
}

.idnex_div3_right {
    width: 40%;
    float: right;
    margin: 160px 0 0;
}

.div3_title {
    font-size: 4rem;
    font-weight: bold;
    line-height: 60px;
    color: #ffffff;
}

.div4_futitle {
    font-size: 2.2rem;
    line-height: 30px;
    color: #ffffff;
    margin: 10px 0;
}

.tr {
    text-align: right;
}

.index_div3_content {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 40px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
}

.more {
    width: 188px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #ae0a15;
    border-radius: 2px;
    font-size: 1.8rem;
    color: #ffffff;
}

.index_div3 .more {
    float: right;
}

.index_divshuzi {
    padding: 70px 0;
    background-color: #313131;
}

.index_divshuzi .swiper-slide .counter {
    font-size: 6rem;
    line-height: 70px;
    color: #ffffff;
    font-family: AkzidenzGroteskBQ-XBoldAlt;
}

.index_divshuzi .swiper-slide div:nth-child(1) {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
    line-height: 70px;
}

.index_divshuzi .swiper-slide div:nth-child(2) {
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
}

.index_divshuzi .swiper-slide {
    border-right: 1px solid rgba(255, 255, 255, .11);
}

.index_divshuzi .swiper-slide:last-child {
    border: none;
}

.div4_qiehuan_ul {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 38px 0;
}

.div4_qiehuan_ul li {
    float: left;
    font-size: 2rem;
    color: #181818;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}

.div4_qiehuan_ul li.active,
.div4_qiehuan_ul li:hover {
    background-color: #ae0a15;
    border-radius: 2px;
}

.div4_qiehuan_ul li.active a,
.div4_qiehuan_ul li:hover a {
    color: #fff !important;
}

.div4_qihuan_top_fl {
    width: 49.5%;
    margin-right: .5%;
}

.div4_qihuan_top .div4_qihuan_top_fl:nth-child(2) {
    width: 49.5%;
    margin-left: .5%;
    margin-right: 0;
}

.div4_qihuan_top_fl .fl:nth-child(1),
.div4_qihuan_top_fr .fl:nth-child(1) {
    width: 40%;
}

.div4_qihuan_top_fl .fl:nth-child(2),
.div4_qihuan_top_fr .fl:nth-child(2) {
    width: 60%;
}

.div4_qihuan_top_fl .fl:nth-child(2) {
    padding-left: 10px;
    padding-top: 35px;
}

.div4_qihuan_top_fr,
.div4_qihuan_top_fl {
    padding: 40px 30px 35px 53px;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.09);
}

.div4_title {
    font-size: 2rem;
    line-height: 41px;
    color: #181818;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.div4_content {
    font-size: 1.6rem;
    line-height: 27px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 78px;
}

.div4_qihuan_top_fl:hover,
.div4_qihuan_top_fr:hover,
.div4_qihuan_bot_ul li:hover {
    background-color: #ae0a15;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.05);
    border: solid 1px #ae0a15;
}

/* .div4_qihuan_top_fl:hover .div4_title,
.div4_qihuan_top_fr:hover .div4_title,
.div4_qihuan_top_fl:hover .div4_content,
.div4_qihuan_top_fr:hover .div4_content,
.div4_qihuan_bot_ul li:hover .div4_title,
.div4_qihuan_bot_ul li:hover .div4_content {
    color: #000;
} */
.div4_qihuan_top_fl:hover .div4_title,
.div4_qihuan_bot_ul li:hover .div4_title,
.div4_qihuan_bot_ul li:hover .div4_content,
.div4_qihuan_top_fl:hover .div4_content,
.div4_title:hover {
    color: #fff !important;
}

.div4_qihuan_bot .div4_content {
    -webkit-line-clamp: 3;


}

.div4_qihuan_top_fl img,
.div4_qihuan_bot_ul li img {
    transform: scale(1);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    overflow: hidden;
}

.div4_qihuan_top_fl:hover img,
.div4_qihuan_bot_ul li:hover img {
    transform: scale(1.1);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    overflow: hidden;
}

.div4_qihuan_bot_ul li a {
    overflow: hidden;
}

.div4_qihuan_bot_ul li {
    width: 32%;
    float: left;
    background-color: #ffffff;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.09);
    margin-left: 23px;
    padding: 30px 30px 60px;
}

.div4_qihuan_bot_ul li:nth-child(1) {
    margin-left: 0;
}

.div4_qihuan_bot_ul li .div4_title {
    margin-bottom: 10px;
}

.div4_qihuan_bot {
    margin-top: 15px;
}

.div4_qihuan .swiper-button-next,
.div4_qihuan .swiper-button-prev {
    width: 82px;
    height: 141px;
    background-color: rgba(0, 0, 0, .04);
    /* opacity: 0.04; */
    right: 10%;

}

.div4_qihuan .swiper-button-prev,
.div4_qihuan .swiper-container-rtl .swiper-button-next {
    width: 82px;
    height: 141px;
    background-color: rgba(0, 0, 0, .04);
    left: 10%;
}

.div4_qihuan .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cfcece'%2F%3E%3C%2Fsvg%3E");
}

.div4_qihuan .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cfcece'%2F%3E%3C%2Fsvg%3E");
}

.div4_qiehuan_sum .div4_qihuan {
    display: none;
}

.div4_qiehuan_sum .div4_qihuan.active {
    display: block;
}

.index_div4 {
    padding: 100px 0;
}

.idnex_div5 {
    background: url(../img/11.jpg);
    background-size: 100% 100%;
    padding: 110px 0;
}

.div5_content {
    font-size: 1.8rem;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cf {
    color: #fff !important;
}

.idnex_div5_swiper .div5_con {
    padding: 30px 50px 50px 50px;
}

.div5_con a .iconfont {
    font-size: 3.5rem;
    color: #fff;
    line-height: 40px;
    margin-right: 15px;
}


.div5_con a .fl {
    color: #fff;
    line-height: 40px;
    font-size: 2rem;
    color: #ffffff;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;

}

.idnex_div5_swiper .swiper-slide {
    border-right: 1px solid rgba(255, 255, 255, .39);
    border-bottom: 1px solid rgba(255, 255, 255, .39);
}

.idnex_div5_swiper .swiper-slide:nth-child(4),
.idnex_div5_swiper .swiper-slide:nth-child(8) {
    border-right: none;
}

.idnex_div5_swiper .swiper-slide:nth-child(5),
.idnex_div5_swiper .swiper-slide:nth-child(6),
.idnex_div5_swiper .swiper-slide:nth-child(7),
.idnex_div5_swiper .swiper-slide:nth-child(8) {
    border-bottom: none;
}

.idnex_div5_swiper .swiper-slide:hover .div5_con {
    background: rgba(255, 255, 255, .06);
}

.idnex_div5_swiper .swiper-slide:hover .div5_con a .fl:nth-child(2) {
    transform: translateX(10px);
    color: #ae0a15;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    font-weight: 600;
}

.idnex_div5_swiper {
    margin-top: 88px;
}

.index_div6_fl,
.index_div6_fr {
    width: 50%;

}

.index_div6_fl .div6_fl_con {
    background: url(../img/10.png);
    z-index: -1;
    padding: 100px 50px 0 30%;
    display: none;
}

.index_div6_fl .div6_fl_con.active {
    display: block
}

.index_div6_fl .div6_fl_con .div1_top_fr_content {
    padding: 40px 0 10px;
}

.c0 {
    color: #000;
}

.index_div6 {
    padding-top: 100px;
}

.div6_clearfix {
    margin-top: 90px;
}

.div6_fr_futitle {
    font-size: 2.6rem;
    line-height: 30px;
    color: #ffffff;
}

.div6_fr_titlecon {
    border-left: 5px solid #fff;
    padding-left: 15px;
}

.index_div6_fr_con {
    background-color: #ae0a15;
    padding: 70px 30% 133px 63px;
}

.div6_fr_ul a .fl:nth-child(1) {
    width: 70%;
    font-size: 1.8rem;
    line-height: 36px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.div6_fr_ul a .fr:nth-child(2) {
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
}

.div6_ul_li_con {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;

}

.div6_fr_ul li {
    padding: 30px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .8);
    position: relative;
}

.div6_fr_ul li.active::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 33px solid transparent;
    left: -63px;
    top: 53px;
}

.div6_fr_ul li:last-child {
    border: none;
}

.div7_sum {
    display: none;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.09);
    padding: 15px 10px;
    position: relative;
    margin-bottom: 15px;
    position: absolute;
    top: -115px;
    left: 0;
}

.div7_title {
    font-size: 1.8rem;
    line-height: 24px;
    color: #181818;
}

.div7_con {
    font-size: 1.4rem;
    line-height: 24px;
    color: #666666;
}

.div7_sum::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 10px 10px 0px;
    border-style: solid;
    border-color: #f1f1f1 transparent transparent;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.05);


}



.index_div7 .swiper-slide:hover .div7_sum {
    display: block;
}

.index_div7_swiper {
    padding: 40px 0 60px;
    margin-bottom: 30px;
}

.index_div7 {
    padding-top: 60px;
}

.index_div7 .swiper-pagination-bullet {
    background-color: #ae0a15;
    opacity: 0.3;
}

.index_div7 .swiper-pagination-bullet-active {
    opacity: 1;
}

.footer_top_ul li {
    float: left;
    width: 25%;
}

.footer_top {
    padding: 57px 0 40px;
}

.index_div3_content div {
    display: none;
}

footer {
    background-color: #313131;
    border-bottom: 1px solid #313131;
}

.footer_title {
    font-size: 2.2rem;
    margin-bottom: 15px;
    line-height: 45px;
    color: #ffffff;
}

.footer_top_ul li a {
    font-size: 1.6rem;
    line-height: 30px;
    color: #ffffff;
    display: block;
}

.ma .fl:nth-child(2) {

    color: #fff;
    margin: 60px 0 0px 15px;
}

.ma {
    margin-top: 15px;
}

.footer_bot {
    height: 67px;
    line-height: 67px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    font-size: 1.6rem;
    color: #ffffff;
}

.footer_bot a {
    color: #fff !important;
}

.footer_bot a {
    color: #fff;
}

.index_div3_img1 {
    display: none;
}

.index_div3_img {
    display: block;
}

.pgone_show {
    display: none;
}

.index_div4 .swiper-pagination {
    display: none;
}

.ban .ban-zi {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    color: #181818;
    width: 80%;
    text-align: center;
}

.ban .ban-zi .zi1 {
    font-size: 5.2rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 5px #0c0c0c52;
}

.ban .ban-zi .zi2 {
    font-size: 2rem;
    color: #fff;
    text-shadow: 3px 3px 5px #0c0c0c52;
}

.ban .ban-zi .zi2 a {
    color: #fff;
}

.liuyan-top {
    background-color: #f6f6f6;
    padding: 60px 0 100px;
}

.liuyan-top .liu-div .fl {
    position: relative;
    margin-top: -150px;
    width: 41%;
    background: #ffffff;
    padding: 66px 50px 55px;
}

.liuyan-top .liu-div .fl .liu-yao {
    margin-top: 26px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #181818;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.26);
}

.liuyan-top .liu-div .fr {
    width: 50%;
}

.liuyan-top .tubiao-ul {
    margin-top: 35px;
}

.liuyan-top .tubiao-ul li {
    font-size: 1.8rem;
    line-height: 42px;
    letter-spacing: 0px;
    color: #181818;
}

.liu-bot {
    padding: 60px 0;
}

.liu-bot .message {
    margin-top: 50px;
    font-size: 1.6rem;
}

.liu-bot .message .mess-ul li {
    width: 48%;
    float: left;
    margin-bottom: 30px;
}

.liu-bot .message .mess-ul li:nth-child(even) {
    float: right;
}

.liu-bot .message .mess-ul li input {
    height: 60px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.4);
    padding-left: 23px;
}

.liu-bot .message .mess-ul li input::placeholder {
    font-size: 18px;
    letter-spacing: 1px;
    color: #666666;
}

.liu-bot .message .mess-ul li:last-child {
    width: 100%;
}

.liu-bot .message .mess-ul li textarea {
    width: 100%;
    height: 257px;
    padding: 20px;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.4);
}

.liu-bot .message .mess-ul li textarea::placeholder {
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #666666;
}

.liu-bot .message button {
    background: #fff;
    border: none;
}

.liu-bot .message button span {
    display: inline-block;
    width: 148px;
    height: 45px;
    background-color: #ae0a15;
    border-radius: 2px;
    line-height: 45px;
    font-size: 14px;
    color: #ffffff;
}

.head {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 1px;
    color: #181818;
}


.newiss-xing .title {
    color: #000000;
    font-size: 3rem;
    padding: 15px 0;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.newiss-xing .title::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    bottom: -1px;
    background: #ae0a15;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
}

.newiss-xing .dade {
    color: #6b6b6b;
    font-size: 1.6rem;
    margin: 30px 0 40px;
}

.newiss-xing .dade span {
    display: inline-block;
    margin: 0 0.625rem;
}

.newiss-xing .nei {
    color: #6b6b6b;
    font-size: 1.6rem;
    line-height: 35px;
}

.xinwens-div .bshare-custom {
    display: inline-block;
}

.xinwens-div .xing-bots {
    margin: 3.75rem 0;
    padding: 1.875rem 0;
    border-top: 1px solid #dfdfdf;
    line-height: 35px;
    font-size: 1.6rem;
}

.xinwens-div .xing-bots .fl {
    width: 70%;
}

.xinwens-div .shang a {
    color: #6b6b6b;
    font-size: 1.6rem;
}

.xinwens-div .shang a:hover {
    color: #ae0a15;
}

.xing-bots .more1 a {
    display: block;
    color: #898989;
    border-radius: 1.25rem;
    border: 1px solid #f2f2f2;
    padding: 0px 1.25rem;
}

.xing-bots .more1 a:hover {
    background: #ae0a15;
    color: #fff !important;
}

.xinwens-div {
    padding-top: 40px;
}

.xinwen {
    padding-bottom: 70px;
}

.xinwen .xinwenw-ul {
    margin: 70px 0 60px;
}

.xinwen .index-new .index-new-div {
    margin: 50px 0 0px;
}

.xinwen .index-new {
    padding: 0;
}

.xinwenw-ul li {
    padding: 65px 10px 30px;
    border-bottom: 1px solid #cccccc;
}

.xinwenw-ul li:first-child {
    padding-top: 0;
}

.xinwenw-ul li .top-tltle .fl {
    width: 70%;
}

.xinwenw-ul li .top-tltle .fl a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 24px;
    color: #181818;
}

.xinwenw-ul li .top-tltle .fl a:hover {
    color: #ae0a15 !important;
}

.xinwenw-ul li .top-tltle .fr {
    text-align: right;
    font-size: 16px;
    width: 30%;
    line-height: 24px;
}

.xinwenw-ul li .zhans {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 24px;
    margin-top: 15px;
    color: #666666;
}

.index-new {
    padding: 80px 0 70px;
}

.index-new .index-new-div {
    margin: 50px 0;
}

.index-new .index-new-div .right {
    width: 48%;
}

.index-new .index-new-div .left {
    width: 48%;
}

.index-new .index-new-div .left .new-cons {
    margin-top: 30px;
}

.index-new .index-new-div .left .new-cons .data {
    width: 16%;
    text-align: center;
    border-right: 1px solid #cbcbcb;
}

.index-new .index-new-div .left .new-cons .data .ren {
    font-size: 4.8rem;
    /* font-weight: bold; */
    color: #ae0a15;
    line-height: 1;
}

.xinwenw-ul li:hover .top-tltle .fl a {
    color: #ae0a15;
}

.index-new .index-new-div .left .new-cons .data .nian {
    font-size: 1.6rem;
    color: #666666;
}

.index-new .index-new-div .left .new-cons>.fr {
    width: 80%;
}

.index-new .index-new-div .left .new-cons>.fr .title {
    font-size: 1.8rem;
    line-height: 30px;
    color: #ae0a15;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* .index-new .index-new-div .left .new-cons>.fr .title a {
    color: #ae0a15;
} */

.index-new .index-new-div .left .new-cons>.fr .yaos {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-new .xinwen-ul li {
    padding: 33px 70px 45px 24px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
}

.index-new .xinwen-ul li:last-child {
    margin-bottom: 0;
}

.index-new .xinwen-ul li .abiao {
    line-height: 24px;
    color: #181818;
    font-size: 1.125rem;
    overflow: hidden;
}

.index-new .xinwen-ul li .abiao span:nth-child(1) {
    width: 64px;
    height: 24px;
    background-color: #ae0a15;
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.index-new .xinwen-ul li .abiao span:nth-child(3) {
    float: right;
    font-size: 24px;
    text-align: right;
}

.list_articel_top_ul.xinwen-ul li {
    padding: 33px 00px 40px 0px;
}

.list_articel_top_ul.xinwen-ul li .abiao {
    margin-bottom: 10px;
}


.index-new .xinwen-ul li .abiao a {
    display: inline-block;
    width: 70%;
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #181818;
    float: left;
    margin-left: 20px;
    font-weight: bold;
}

.index-new .xinwen-ul li .zhen {
    font-size: 14px;
    margin-top: 5px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-new .xinwen-ul li .ion {
    right: 0;
    top: 10%;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
}

.index-new .xinwen-ul li .ion i {
    color: #332f2f;
    font-size: 2.5rem;
}

.index-new .xinwen-ul li:hover .abiao a {
    color: #ae0a15;
}

.index-new .xinwen-ul li:hover .ion {
    right: 10px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
}

.index-new .xinwen-ul li:hover .ion i {
    color: #ae0a15;
}

/* 产品列表 */

.list_pro_ul {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;

}

.list_pro_ul li {
    float: left;
    padding: 0 25px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 40px;
}

.list_pro .container>div {
    /* border-bottom: 1px solid #cccccc; */
}

.list_pro_ul li a {
    color: #aaa;
}

.list_pro_ul li.active,
.list_pro_ul li:hover {
    background-color: #ae0a15;
}

.list_pro_ul li.active a,
.list_pro_ul li:hover a {
    color: #fff !important;
}

.neiye_erji {
    height: 83px;
    line-height: 83px;
    background-color: #eeeeee;
    overflow: hidden;
}

.neiye_erji .fl span:nth-child(1) {
    font-size: 2.8rem;
    color: #000000;
}

.neiye_erji .fl span:nth-child(2) {
    font-size: 1.4rem;
    color: #9e9e9e;
}

.neiye_erji .fr {
    font-size: 14px;
    color: #999999;
}

.list_pro_sum .list_pro_list:nth-child(odd) .fl,
.list_pro_sum .list_pro_list:nth-child(even) .fl {
    width: 60%;
    padding: 10% 0px 0;
}

.list_pro_sum .list_pro_list:nth-child(odd) .fr,
.list_pro_sum .list_pro_list:nth-child(even) .fr {
    width: 40%;
}

.list_pro_sum .list_pro_list:nth-child(even) .fr {
    float: left;
}

.list_pro_sum .list_pro_list:nth-child(even) .fl {
    float: right;
    padding: 10% 0 0 50px;
}

.list_pro_sum .list_pro_list:nth-child(even) .fl .list_pro_list_title,
.list_pro_sum .list_pro_list:nth-child(even) .fl .list_pro_con {
    color: #fff;
}

.list_pro_sum .list_pro_list:nth-child(even) .fl .list_pro_list_more {
    border-color: #fff;
    color: #fff !important;
}

.list_pro_list_title {
    font-size: 2.8rem;
    line-height: 36px;
    color: #000000;
}

.list_pro_con {
    font-size: 1.4rem;
    line-height: 24px;
    color: #666666;
    margin: 20px 0 40px;
}

.list_pro_list_more {
    width: 95px;
    height: 26px;
    line-height: 24px;
    border-radius: 12px;
    border: solid 1px #ae0a15;
    display: block;
    text-align: center;
    color: #ae0a15 !important;

}

.list_pro_list_more:hover {
    background-color: #ae0a15;
    color: #fff !important;
}

.list_pro_sum .list_pro_list:nth-child(even) {
    overflow: hidden;
    position: relative;
    background: url(../img/16.jpg) center/cover no-repeat;
    background-attachment: fixed;
}

.list_pro_sum .list_pro_list:nth-child(odd) .fl {
    padding: 10% 50px 0 0;
}

.list_pro_sum .list_pro_list {
    padding: 45px 0;
}

.neiye_erji_pro {
    line-height: 50px;
    /* height: 56px; */
    border-bottom: 1px solid #cccccc;
    margin: 20px 0;
}

.neiye_erji_pro_ul {
    justify-content: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.neiye_erji_pro_ul li {
    float: left;
    padding: 0 25px;
    font-size: 1.6rem;
}

.neiye_erji_pro_ul li.active,
.neiye_erji_pro_ul li:hover {
    background-color: #ae0a15;

}

.neiye_erji_pro_ul li.active a,
.neiye_erji_pro_ul li:hover a {
    color: #fff !important;
}


.neiye_erji_pro {
    line-height: 50px;
    /* height: 56px; */
    border-bottom: 1px solid #cccccc;
    margin: 20px 0;
}

.neiye_erji_pro_ul {
    justify-content: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.neiye_erji_pro_ul li {
    float: left;
    padding: 0 25px;
    font-size: 1.6rem;
}

.neiye_erji_pro_ul li.active,
.neiye_erji_pro_ul li:hover {
    background-color: #ae0a15;

}

.neiye_erji_pro_ul li.active a,
.neiye_erji_pro_ul li:hover a {
    color: #fff !important;
}

.list_about .index_dvi1_con {
    background-color: #fff;
    padding: 15px 0 30px;
}


.list_about {
    padding: 0px 0 60px;
}

.index_dvi1_con {
    background-color: #fff;
    padding: 60px 0;
    font-size: 1.6rem;
    line-height: 32px;
    color: #333333;
}

.list_case_a {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 30px;
    color: #181818;
    transform: translateX(0px);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    padding-left: 15px;
}

.list_case_title span {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    height: 30px;
    background-color: #ae0a15;
    border-radius: 4px;
    width: 94px;
    float: left;
}

.list_case_content {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.list_case_ul li .fl {
    width: 20%;
}

.list_case_ul li .fr {
    width: 80%;
    padding-left: 30px;
}

.list_case_ul li {
    background-color: #f7f7f7;
    padding: 28px;
    margin-bottom: 20px;
}

.list_case_title {
    padding: 25px 0 20px;
}

.list_case_ul li:hover .list_case_a {
    transform: translateX(20px);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    color: #ae0a15;
}

.list_case_ul li:hover img {
    transform: scale(1.1);
}

.list_case_ul li .list_case_a:hover {
    color: #ae0a15 !important;
}

/* 公司荣誉 */
.list_honor li {
    margin: 0 0 48px 33px;
    width: 31.4%;
    float: left;
    border: 1px solid #eee;
}

.list_honor {
    margin: 20px 0 60px;
}

.list_honor li .lsit_pro_fr_ul_title {
    display: none;
}

/* .index_div2_con {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 98px;
} */

.list_pro_fr_ul li:nth-child(3n+1) {
    margin-left: 0;
}

.list_pro_fr_ul li a:nth-child(1) {
    box-shadow: 0px 0px 18px 1px rgba(177, 178, 180, 0.17);
    border: solid 1px #d2d2d2;
}

.list_pro_fr_ul li:hover .lsit_pro_fr_ul_title {
    background-color: #ae0a15;
    color: #ffffff;
}

.lsit_pro_fr_ul_title {
    height: 61px;
    line-height: 61px;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
    font-size: 1.8rem;
    color: #181818;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.article_shagnxia {
    padding-top: 20px;
    font-size: 1.8rem;
    border-top: 1px solid #eee;
    line-height: 34px;
}

.artice_ypt {
    margin: 80px 0;
}

.list_case {
    margin-bottom: 70px;
}

.list_case .list_case_ul {
    margin-bottom: 40px;
}

.article_pro_qh {
    /* margin: 70px 0 40px; */

    line-height: 50px;
    margin: 70px auto 0;
    display: table;
    /* padding-bottom: 10px; */
}

.article_ypt_div {
    border-bottom: 1px solid rgba(1, 1, 1, .17);
}
.artice_ypt  .title {
    margin-bottom: 40px;
}
.article_div_qh {
    padding: 40px 0;
}

.article_pro_qh li {
    padding: 0 30px;
    font-size: 2rem;
    color: #181818;
    position: relative;
    float: left;
    cursor: pointer;
}

.article_pro_qh li.active {
    background: #ae0a15;
    color: #fff;
}
.article_pro_qh li.active a {
    color: #fff !important;
}
.article_pro_qh li a {
    color: #181818;
}

.article_pro_qh li:hover a,
.article_pro_qh li.active a {
    color: #0c9fb1;
}

/* .article_pro_qh li.active::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #0c9fb1;
    border: solid 3px #b5b5b5;
    border-radius: 50%;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
} */

.article_div_qh>div {
    font-size: 1.8rem;
    line-height: 36px;
    display: none;
    color: #181818;
}

.article_div_qh>div.active {
    display: block;
}


/* 产品 */



.list_pro_fl {
    width: 21.5%;
    background-color: #ffffff;


}

.list_pro_fl>ul {
    border: solid 1px rgba(0, 0, 0, 0.12);
}

.list_pro_fl.active {
    position: fixed;
    top: 80px;
    width: auto;
}

.list_pro_fr {
    width: 75.4%;
    margin-left: 3.1%;
}

.list_pro_ul_fl_ul {
    display: none;
}

.list_pro_ul_fl_ul li {
    line-height: 36px;
    font-size: 1.6rem;
    color: #8a8a8a;
}

.list_pro_ul_fl_ul li.active a {
    color: #ae0a15;
}

.list_pro_fl_ul li .clearfix {
    line-height: 57px;
    height: 57px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    padding: 0 20px;

}

.list_pro_fl_ul>div>li.active {
    background: #ae0a15;
}

.list_pro_fl_ul>div>li.active>div>a,
.list_pro_fl_ul>div>li.active:hover>div>a {
    color: #fff !important;
}

.list_pro_fl_ul>li>.clearfix {
    padding: 0 25px;
}

.list_pro_fl_ul>li.active>.clearfix {
    background-color: #ae0a15;
    color: #fff;
}

.list_pro_fl_ul li.active .list_pro_fl_ul>li.active .clearfix {
    color: #ae0a15;
}

.list_pro_fl_ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);

}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.list_pro_fl_ul>li.active .list_pro_ul_fl_ul {
    display: block;
}

.list_pro_ul_fl_ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_pro_ul_fl_ul {
    padding: 0 25px 20px;
}

.list_pro_fr_ul li {
    margin: 0 0 48px 24px;
    float: left;
    width: 31.4%;
    /* border: solid 1px #d2d3d4; */
    box-shadow: -1px 0px 9px #eee;
    position: relative;
}

.list_pro_fr_ul li a img {
    width: 282px;
    height: 282px;
}

.list_pro_fr_ul li:nth-child(3n+1) {
    margin-left: 0;
}

.list_pro_fr_ul li a:nth-child(1) {
    border-radius: 4px 4px 0px 0px;
}

.lsit_pro_fr_ul_title {
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
    font-size: 1.6rem;
    color: #181818;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    border-top: 1px solid #d2d3d4;
}

.list_honor li:hover .lsit_pro_fr_ul_title {
    background: #ae0a15;
    color: #fff;
}

.list_pro_fr_ul li:hover .lsit_pro_fr_ul_title,
.lsit_pro_fr_ul_title:hover {
    color: #fff !important;
}

.lsit_pro_fr_ul_title:hover {
    color: #fff !important;
}

.list_pro_fr_ul li:hover img {
    transform: scale(1.1);
}

.list_pro_fr_ul li img {
    padding: 25px;
}

.list_pro {
    margin: 70px 0;
}

.article_image .gallery-thumbs {
    height: 770px;
}

.article_image .gallery-thumbs img,
.article_image .gallery-thumbs .siper-slide {
    width: 100% !important;
}

.header_3_ul>li .er-ul {
    transition: 400ms ease-in-out;
    transform: scale(0);
    opacity: 0;
    top: 96%;
    display: block;
}

.header_3_ul>li:hover .er-ul {
    transform: scale(1);
    opacity: 1;
}

.er-ul {
    position: absolute;
    width: 160px;
    left: -9px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 100%;
    z-index: 999;
    background: #fff;
    padding: 10px 0;
}

.mb70 {
    margin-bottom: 70px !important;
}



.er-ul li {
    line-height: 32px;
    width: 100%;
    display: block;
    float: none;
}

.er-ul li a {
    color: #000;
    font-size: 1.4rem;
    display: block;
    text-align: left;
    background: #fff;
    color: #3d3e3f;
    text-align: center;
}

/* .bott_li_div a:hover, */
.er-ul li:hover a {
    color: #0c9fb1;
}

.proxq_lb .gallery-thumbs {
    height: 570px;
}

.proxq_lb .gallery-thumbs .swiper-slide>div {
    height: 180px;
    width: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    display: table;
    /* border: 1px solid #ae0a15; */
}

.proxq_lb .swiper-button-next,
.proxq_lb .swiper-button-prev {
    background: none;
    height: 40px;
    line-height: 40px;
    width: 119px;
    opacity: 1;
    background: #d6d6d6;
}

.proxq_lb .swiper-button-next .iconfont,
.proxq_lb .swiper-button-prev .iconfont {
    font-size: 1.375rem;
    font-weight: bold;
}

.proxq_lb .swiper-button-next span,
.proxq_lb .swiper-button-prev span {
    /* height: 40px; */
    width: 100%;
    background: #ebebeb;
    display: inline-block;
    color: #fff;
    /* line-height: 40px; */
    text-align: center;
}

.proxq_lb .swiper-button-next {
    top: 22px;
    right: 0;
}

.proxq_lb .swiper-button-prev {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
}

.proxq_lb .gallery-thumbs .swiper-slide {
    border: 1px solid #c9c9c9;
    height: 180px !important;
    overflow: hidden;
}
.proxq_lb .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #ae0a15;
}
.article_pro_syq_ul {
    border-bottom: 1px solid #ddd;
    margin: 60px 0 40px;
}

.article_pro_syq_ul li {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    font-size: 1.6rem;
    cursor: pointer;
}

.article_pro_syq_ul li.active {
    background: #ae0a15;
    color: #fff;
}

.article_ypt_qiehuan_ul>div {
    display: none;
    font-size: 1.6rem;
    line-height: 30px;
}

.article_ypt_qiehuan_ul>div.active {
    display: block;
}

.list_honor li:nth-child(3n+1) {
    margin-left: 0;
}

.list_case_title .list_case_a {
    width: 80%;
}

.artice_ypt img.w100 {
    width: auto;
}

.index-new .xinwen-ul li:nth-child(1) {
    padding-top: 0;
}

.index_div1_container {
    width: 1080px;
    margin: 0 auto;
}

.list_search li>a.over img {
    height: 300px;
    object-fit: cover;
}











@media (max-width:1600px) {
    .div1_top_fr_con {
        padding: 60px 60px 140px;
    }


    .div1_top_fr_content p:nth-child(1) {
        margin-bottom: 60px;
    }

    .index_div2_container {
        width: 1300px;
    }

    .index_div2_ul li {
        width: 200px;
        height: 200px;
    }

    .ro45 img {
        width: 20%;
    }

    .div2_title {
        font-size: 2rem;
    }

    .index_div2_ul_img li:nth-child(4),
    .index_div2_ul_img li:nth-child(1),
    .index_div2_ul_img li:nth-child(2),
    .index_div2_ul_img li:nth-child(3) {
        background-size: 100% 100%;
    }

    .div2_yingwen {
        line-height: 17px;
    }

    .index_div2_con .index_div2_ul:nth-child(2) {
        margin-top: -32px;
    }

    .div4_qihuan .swiper-button-next,
    .div4_qihuan .swiper-button-prev {

        right: 5%;
    }

    .div4_qihuan .swiper-button-prev,
    .div4_qihuan .swiper-container-rtl .swiper-button-next {

        left: 5%;
    }

    /* .div1_top_fr_con {
        padding: 45px 40px 186px;
    } */
}

@media (max-width: 1440px) {

    body,
    html {
        font-size: 9px;
    }

    .div1_top_fr_con {
        padding: 60px 60px 140px;
    }

    .index_div2 {
        padding: 60px 0 105px;
    }

    .idnex_div3_right {
        margin: 100px 0 0;
    }

    .index_div4,
    .idnex_div5 {
        padding: 60px 0;
    }

    .div4_qihuan_bot_ul li {
        margin-left: 22px;
    }

    .idnex_div5_swiper {
        margin-top: 60px;
    }

    .index_div6 {
        padding-top: 60px;
    }

    .div6_clearfix {
        margin-top: 60px;
    }

    .index_div6_fr_con {
        padding: 40px 20% 63px 63px;
    }

    .index_div6_fl .div6_fl_con {
        padding: 60px 50px 0 20%;
    }

    .index_div2_con {
        margin-top: 100px;
    }

    .div4_qiehuan_ul {
        margin: 40px 0 38px 0;
    }

    .title {
        font-size: 3rem;
    }

    .futitle {
        font-size: 2rem;
    }

    .header_3_ul li>a {
        font-size: 1.8rem;
        padding: 0 40px;
    }

    .er-ul li a {
        padding: 0 10px;
        font-size: 1.6rem;
    }

    .list_case {
        margin-bottom: 60px;
    }

    .ban .ban-zi .zi1 {
        font-size: 4.2rem;
    }

    .mb70 {
        margin-bottom: 60px !important;
    }

    .artice_ypt {
        margin: 60px 0;
    }

    .article_pro_qh {
        margin: 60px auto 0;
    }

    .list_pro_fr_ul li a img {
        width: 267px;
        height: 267px;
    }

    .list_pro {
        margin: 60px 0;
    }

    .article_pro_syq_ul {
        margin: 45px 0 40px;
    }

    .xinwen .index-new .index-new-div {
        margin: 35px 0 0px;
    }

    .xinwen {
        padding-bottom: 50px;
    }

    .index_div7 {
        padding-top: 45px;
    }

    /* .index_div1_container {
        width: 1080px;
    } */

    .div1_top_fr_content p:nth-child(1) {
        margin-bottom: 50px;
    }

    .div1_top_fr_yw,
    .div1_top_fr_content {
        font-size: 1.6rem;
    }
}

@media (max-width: 1366px) {
    .div1_bot_title {
        font-size: 2.6rem;
    }

    .index_div2_container {
        width: 1100px;
    }

    .index_div2_ul li {
        width: 150px;
        height: 150px;
    }

    .div2_yingwen {
        display: none;
    }

    .div2_title {
        font-size: 1.8rem;
        margin: 6px 0;
    }

    .index_div2 .more {
        width: 90px;
    }

    .div3_title {
        font-size: 3rem;
    }

    .more {
        width: 145px;
        height: 50px;
        line-height: 50px;
    }

    .index_divshuzi .swiper-slide .counter {
        font-size: 5rem;
    }

    .index_divshuzi {
        padding: 45px 0;
    }

    .idnex_div5_swiper .div5_con {
        padding: 30px 25px 30px 25px;
    }

    .ban .ban-zi .zi1 {
        font-size: 3.2rem
    }
}

@media (max-width: 1200px) {
    .header_1_ul li {
        padding-right: 8px;
    }

    .header_1_ul li a img {
        margin-right: 6px;
    }

    .header_3_ul li a {
        padding: 0px 28px;

    }

    /* .div1_top_fr_content p:nth-child(1) {
        margin-bottom: 20px;
    } */

    .idnex_div3_right {
        margin: 60px 0 0;
        width: 46%;
    }

    .div4_qihuan_bot_ul li {
        margin-left: 18px;
    }

    .div4_qihuan .swiper-button-next,
    .div4_qihuan .swiper-button-prev {
        width: 40px;
    }

    .div6_fr_ul li {
        padding: 15px 0;
    }

    .index_div6_fl .div6_fl_con .div1_top_fr_content {
        padding: 15px 0 20px;
    }
    .div1_top_fr_title {
        font-size: 2rem;
    }
    .index_div2_container {
        width: 990px;
    }

    .index_div2_ul li {
        width: 127px;
        height: 127px;
    }

    .div2_title {
        font-size: 1.4rem;
        margin: 2px 0;
    }

    .index_div2 .more {
        width: 78px;
    }

    .div6_fr_ul li.active::before {
        top: 32px;
    }

    .liuyan-top .liu-div .fl {
        width: 46%;
    }

    .liuyan-top .liu-div .fl {
        padding: 30px;
        margin-top: -100px;
    }

    .liuyan-top .tubiao-ul li {
        font-size: 16px;
        line-height: 37px;
    }

    .liu-bot .message .mess-ul li input {
        height: 51px;
    }

    .liu-bot .message .mess-ul li textarea {
        height: 200px;
    }

    .list_case_ul li {
        padding: 15px;
        margin-bottom: 15px;
    }

    .list_case_title {
        padding: 15px 0 15px;
    }

    .list_honor li {
        margin: 0 0 30px 27px;
    }

    .list_pro_fr_ul li a img {
        width: 220px;
        height: 220px;
    }

    .list_pro_fr_ul li {
        margin: 0px 0 30px 20px;
    }

    .proxq_lb .gallery-thumbs {
        height: 480px;
    }

    .proxq_lb .gallery-thumbs .swiper-slide {
        height: 150px !important;

    }

    .proxq_lb .gallery-thumbs .swiper-slide img {
        width: 75%;
    }

    .index-new .xinwen-ul li {
        padding: 15px 15px 25px 0px;
    }


    .div4_qiehuan_ul li {
        font-size: 1.8rem;
        padding: 0 15px;
    }
    .div1_top_fr_con {
        padding: 60px 30px 140px;
    }
    .index_div1_container {
        width: 900px;
    }
    .div1_top_fr_yw, .div1_top_fr_content {
        font-size: 1.4rem;
        line-height: 26px;
    }
}


@media (max-width:1024px) {


    .searchbox {
        top: 65px;
    }

    .searchs .sertext,
    .serbtn {
        height: 45px;
        line-height: 45px;
    }

    .list_case {
        margin-bottom: 45px;
    }

    .mb70 {
        margin-bottom: 45px !important;
    }

    .title {
        font-size: 2.6rem;
    }

    .artice_ypt {
        margin: 45px 0;
    }

    .article_pro_qh {
        margin: 45px auto 0;
    }

    .list_pro {
        margin: 45px 0;
    }

    .xinwen {
        padding-bottom: 35px;
    }
}

@media (max-width: 990px) {
    body {
        padding-top: 65px !important;
    }

    .daohang {
        display: none;
    }


    .phonenav {
        display: block;
        border-bottom: 1px solid #eee;
    }

    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .rightfix {
        display: none;
    }

    .div1_top_fr_con {
        padding: 30px 15px 65px;
    }

    .div1_bot_title {
        font-size: 2.2rem;
    }

    .div1_top_fr_yw,
    .div1_top_fr_content {
        font-size: 1.4rem;
        line-height: 24px;
    }

    .div1_bot_con img {
        width: 50%;
    }

    .index_div2 {
        padding: 45px 0 60px;
    }

    /* .index_div2_ul li {
        transform: rotate(0deg);
        margin: 0 15px;
    }

    .ro45 {
        transform: rotate(0deg);
    } */

    .index_div2_ul li {
        width: 120px;
        height: 120px;
    }

    .index_div2_ul li {
        margin: 0 30px;
    }

    .index_div2_con .index_div2_ul:nth-child(2) {
        margin-top: -10px;
    }

    .index_div2_con {
        margin-top: 40px;
    }

    .index_div2_container {
        width: 750px;
    }

    .div3_title {
        font-size: 2.2rem;
    }

    .div4_futitle {
        font-size: 1.8rem;
        margin: 0px 0;
    }

    .idnex_div3_right {
        width: 70%;
    }

    .more {
        font-size: 1.6rem;
    }

    .index_divshuzi .swiper-slide .counter {
        font-size: 4rem;
        line-height: 55px;
    }

    .index_divshuzi .swiper-slide div:nth-child(1) {
        line-height: 55px;
    }

    .index_div4,
    .idnex_div5 {
        padding: 45px 0;
    }

    .div4_qiehuan_ul li {
        font-size: 1.8rem;
        padding: 0 9px;
    }

    .div4_qihuan_top_fr,
    .div4_qihuan_top_fl {
        padding: 20px 15px 20px 20px;
    }

    .div4_qihuan_top_fl .fl:nth-child(2),
    .div4_qihuan_top_fr .fl:nth-child(2) {
        padding-left: 15px;
    }

    .div4_qihuan_bot_ul li {
        margin-left: 14px;
    }

    .div4_qihuan_bot_ul li {
        padding: 15px 15px 30px;
    }

    .div4_qihuan .swiper-button-next,
    .div4_qihuan .swiper-button-prev {
        background-size: 16px 20px;
    }

    .idnex_div5_swiper .div5_con {
        padding: 15px 15px 20px 15px;
    }

    .idnex_div5_swiper {
        margin-top: 40px;
    }

    .div5_content {
        font-size: 1.6rem;
        line-height: 26px;
    }

    .div6_clearfix {
        margin-top: 35px;
    }

    .index_div6_fr_con {
        padding: 40px 18% 30px 30px;
    }

    .index_div6_fl .div6_fl_con {
        padding: 30px 25px 0 20%;
    }

    .footer_top {
        padding: 40px 0 40px;
    }

    .div6_fr_ul li.active::before {
        border-top: 20px solid transparent;
        border-left: 22px solid #fff;
        border-bottom: 20px solid transparent;
        left: -30px;
    }

    .neiye_erji_pro_ul li {
        width: 25%;
        text-align: center;
    }

    .list_case_title {
        padding: 5px 0;
    }

    .ban .ban-zi .zi1 {
        font-size: 2.6rem
    }

    .list_honor li {
        margin: 0 0 20px 20px;
    }

    .list_honor li {
        width: 48%;
        margin: 0 0 15px 0;
    }

    .list_honor li:nth-child(odd) {
        margin-right: 2%;
    }

    .list_honor li:nth-child(even) {
        margin-left: 2%;
    }

    .lsit_pro_fr_ul_title {
        height: 48px;
        line-height: 48px;
    }

    .list_pro_fr_ul li a img {
        width: 168px;
        height: 168px;
    }

    .list_pro_fr_ul li {
        margin: 0px 0 15px 15px;
    }

    .list_pro_fl_ul li .clearfix {
        font-size: 1.6rem;

    }

    .list_pro_fl_ul>li>.clearfix {
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
    }

    .list_pro_fl {
        width: 100%;
        display: none;
    }

    .list_pro_fr {
        width: 100%;
        margin-left: 0;
    }

    .proxq_lb .gallery-thumbs .swiper-slide {
        height: auto !important;
    }

    .proxq_lb .gallery-thumbs .swiper-slide>div {
        height: auto;
        width: auto;

    }

    .proxq_lb .gallery-thumbs {
        height: auto;
    }

    .index-new .xinwen-ul li {
        padding: 5px 15px 15px 0px;
    }

    .xinwenw-ul li {
        padding: 20px 0;
    }
    .index_div1_container {
        width: 740px;
    }
    .div1_bot_title {
        font-size: 2.1rem;
    }
    .index_div1_bot {
        padding-top: 20px;
    }.div1_top_fr_content p:nth-child(1) {
        margin-bottom: 19px;
    }
    .index_div2 .more {
        height: 23px;
    line-height: 23px;
    width: 68px;
    }
    .div4_qiehuan_ul {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .index_div1_container {
        width: 100%;
        padding: 0 15px;
    }

    .list_pro_fl {
        display: none;
    }

    .list_pro_fr {
        width: 100%;
        margin-left: 0;
    }

    .title {
        font-size: 2.2rem;
    }

    .mb70 {
        margin-bottom: 25px !important;
    }

    .mobile-foot {
        display: block;
    }

    .index_div2_container {
        width: 100%;
    }

    .index_div1_top_fl {
        width: 100%;

    }

    .index_div1_top_fl a {
        margin: 25px 0 15px 0;
    }

    .index_div1_top_fr {
        width: 100%;
        position: static;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .index_div1_bot {
        display: none;
    }

    .index_div2 {
        padding: 20px 0 15px;
    }

    .index_div2_con {
        display: none;
    }

    .idnex_div3_right {
        width: 100%;
        margin-top: 20px;
    }

    footer {
        display: none;
    }

    .index_div1_top_fr {
        background-size: cover;
    }

    .div4_qiehuan_ul {
        flex-wrap: wrap;
    }

    .div4_qiehuan_ul li {
        font-size: 1.8rem;
        height: 44px;
        line-height: 44px;
    }

    .index_div6_fl,
    .index_div6_fr {
        width: 100%;
    }

    .index_div6_fl .div6_fl_con {
        padding: 20px 15px 0 15px;
    }

    .div1_top_fr_title {
        font-size: 2.2rem;
    }

    .index_div6_fl .div6_fl_con .div1_top_fr_content {
        padding: 15px 0 20px;
    }

    .index_div6_fr_con {
        padding: 15px 15px 15px 15px;
    }

    .index_div3_img1 {
        display: block;
    }

    .index_div3_img {
        display: none;
    }

    .index_div3_content {
        margin: 15px 0;
    }

    .index_div3_content {
        -webkit-line-clamp: 3;
    }

    .index_divshuzi {
        padding: 30px 0 15px;
    }

    .index_shuzi_swiper {
        padding: 0 0 40px 0;
    }

    .index_shuzi_swiper .swiper-pagination-bullet-active {
        background-color: #fff;
    }

    .futitle span::after {
        top: 1px;
        right: -93px;
    }

    .futitle span::before {
        top: 1px;
        left: -100px;
    }

    .futitle {
        font-size: 1.4rem;
    }

    .div4_qiehuan_ul li {
        padding: 0 9px;
    }

    .div4_qiehuan_ul {
        margin: 25px 0 15px 0;
    }

    .div4_qihuan_bot {
        display: none;
    }

    .div4_qihuan .swiper-button-next,
    .div4_qihuan .swiper-button-prev {
        display: none;
    }

    .div4_qihuan_top_fl {
        width: 100%;
        margin-right: 0;
    }

    .div4_qihuan_top_fr {
        width: 100%;
        margin-left: 0%;
        margin-top: 10px;
    }

    .div4_qihuan_swiper {
        padding: 0 0 40px 0;
    }

    .index_div4,
    .idnex_div5 {
        padding: 25px 0;
    }

    .index_div4 {
        padding: 25px 0 10px;
    }

    .div4_qihuan_swiper .swiper-pagination-bullet-active {
        background: #ae0a15;
    }

    .idnex_div5_swiper {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .idnex_div5_swiper .swiper-pagination-bullet {
        opacity: 1;
        background: #fff;
    }

    .idnex_div5_swiper .swiper-pagination-bullet-active {
        background: #ae0a15;
    }

    .index_div6 {
        padding-top: 25px;
    }

    .div6_clearfix {
        margin-top: 20px;
    }

    .index_div7_swiper {
        padding: 25px 0 40px;
        margin-bottom: 0px;
    }

    .index_div7 {
        margin-bottom: 20px;
    }

    body {
        padding-bottom: 51px;
    }

    .index_div7_swiper .swiper-slide {
        position: static;
    }

    .ypt_swiper {
        margin-top: 25px;
    }

    .ypt_swiper .swiper-wrapper {
        padding: 0px 0 40px 0;
    }

    .ypt_swiper .swiper-slide {
        background: #ae0a15;
        padding: 20px 10px;
    }

    .div2_title {
        font-size: 1.6rem;
        color: #fff;
        margin: 10px 0;
        text-align: center;
    }

    .ro45 img {
        width: 40%;
    }

    .ypt_swiper .swiper-pagination-bullet-active {
        background: #ae0a15;
    }

    .div6_fr_futitle {
        font-size: 2.2rem;
    }

    .div6_fr_titlecon img {
        display: none;
    }

    .pgone_show {
        display: block;
    }

    .div6_fr_ul li.active::before {
        border-top: 10px solid transparent;
        border-left: 12px solid #fff;
        border-bottom: 10px solid transparent;
        left: -15px;
        top: 45px;
    }

    .list_case_ul li .fl {
        width: 100%;
    }

    .list_case_ul li .fr {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }

    .neiye_erji_pro_ul li {
        padding: 0 5px;
    }

    .ban .ban-zi .zi1 {
        font-size: 2.2rem
    }

    .ban .ban-zi .zi2 {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .colos-ban img {
        height: 180px;
        object-fit: cover;
    }

    .neiye_erji_pro_ul li a {
        display: block;
    }

    .div4_qihuan_top .div4_qihuan_top_fl:nth-child(2) {
        width: 100%;
        margin-top: 8px;
        margin-left: 0;
    }

    .artice_ypt {
        margin: 25px 0;
    }

    .article_pro_qh li {
        font-size: 1.8rem;
        width: 33.3%;
        padding: 0 5px;
        text-align: center;
        line-height: 45px;
        height: 45px;
    }

    .article_div_qh {
        padding: 15px 0;
    }

    .article_pro_qh {
        margin: 45px auto 0;
    }

    .article_div_qh>div {
        font-size: 1.6rem;
        line-height: 26px;
    }

    .article_shagnxia {
        font-size: 1.6rem;
        line-height: 30px;
    }

    .list_pro {
        margin: 25px 0;
    }

    .list_pro_fr_ul li {
        width: 48%;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .list_pro_fr_ul li:nth-child(odd) {
        margin-right: 2%;
    }

    .list_pro_fr_ul li:nth-child(even) {
        margin-left: 2%;
    }

    .proxq_lb .gallery-thumbs .swiper-slide>div {
        height: auto;
        width: auto;

    }

    .article_pro_syq_ul {
        margin: 25px 0;
    }

    .index-new .index-new-div .left {
        width: 100%;
    }

    .index-new .index-new-div .right {
        width: 100%;
        margin-top: 25px;
        padding: 0 15px;
    }

    .xinwen .index-new .index-new-div {
        margin: 0px 0 0px;
    }

    .xinwenw-ul,
    .xinwen #page {
        padding: 0 15px;
    }

    .xinwenw-ul li {
        padding: 15px 0;
    }

    .xinwenw-ul li .zhans {
        margin-top: 10px;
    }

    .xinwen .xinwenw-ul {
        margin-bottom: 25px;
    }

    .xinwen {
        padding-bottom: 25px;
    }

    .xinwens-div {
        /* padding-top: 25px; */
        padding: 25px 15px 0;
    }

    .newiss-xing .title {
        font-size: 2.2rem;
        line-height: 30px;
    }

    .newiss-xing .nei {
        line-height: 30px;
    }

    .xinwens-div .xing-bots .fl {
        width: 100%;
    }

    .xinwens-div .xing-bots .fr {
        display: none;
    }

    .xinwens-div .xing-bots {
        margin: 20px 0;
        padding-top: 15px;
    }
      .index_div2_ul li {
        transform: rotate(0deg);
        margin: 0 15px;
    }

    .ro45 {
        transform: rotate(0deg);
    }
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
    width: auto;
    margin-bottom: 8px;
}

#page li:hover {
    border: 1px solid #ae0a15;
}

#page li:hover a {
    color: #ae0a15
}

#page li a {
    color: #666
}

#page li.active {
    border: 1px solid #ae0a15;
    background-color: #ae0a15;
    color: #FFFFFF
}

#page li.active a {
    color: #fff
}

#page .thisclass {
    background-color: #ae0a15;
    color: #FFFFFF
}
