.container {
    width: 87.5rem;
    max-width: 87.5rem;
}

a:hover {
    color: #cd0a17;
}

.pc_show {
    display: block;
}

.m_show {
    display: none;
}

/* 导航 */
header {
    width: 100%;
    height: 6.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 0 1.25rem 0 4.375rem;
    border-bottom: 0.0625rem solid #fff;
    color: #fff;
}

header.active {
    background: rgba(0, 0, 0, .6);
}

#mobile_header, .m_nav {
    display: none;
}

header .logo {
    display: flex;
    align-items: center;
}

header .logo_img {
    width: 3.375rem;
    margin-right: 0.625rem;
}

header .logo p {
    font-size: 2rem;
    font-weight: bold;
}

header .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .nav_link {
    position: relative;
    font-size: 1rem;
    height: 100%;
    padding: 0 1.375rem;
    display: flex;
    align-items: center;
    color: #fff;
}

header .nav_link.active::after {
    position: absolute;
    bottom: 1.875rem;
    left: 10%;
    width: 80%;
    height: 0.125rem;
    background: #fff;
    display: block;
    content: "";
}

header .lan {
    height: 100%;
}

header .lan_link {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    border-left: 0.0625rem solid #fff;
    height: 100%;
    width: 100%;
    padding: 0 3.125rem;
}

header .lan_icon {
    font-size: 1.25rem;
    margin-right: 0.625rem;
}

#m_header {
    display: none;
}

/* 首页-swiper */
.banner {
    position: relative;
    height: 40.625rem;
}

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

.banner .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner h1 {
    color: #fff;
    font-size: 3.125rem;
    font-weight: bold;
}

.banner p {
    font-size: 2.875rem;
    color: #fff;
    margin: 2rem 0 2.125rem 0;
    font-weight: lighter;
}

.banner .banner_link {
    width: 12.5rem;
    height: 3.4375rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0.0625rem solid #fff;
    padding: 0 1.875rem;
}

.banner .banner_link i {
    font-size: 1.25rem;
    font-weight: lighter;
}

.banner .banner_link span {
    font-size: 1rem;
}

.banner .swiper-pagination {
    bottom: 2.25rem;
}

.banner .swiper-pagination-bullet {
    width: 5rem;
    height: 0.25rem;
    background: #fff;
    opacity: .4;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
    opacity: 1;
}

/*首页-四大优势*/
.advs .container {
    display: flex;
    justify-content: space-between;
}

.advs .item {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.1875rem 0.625rem;
}

.advs .box {
    transition: .5s;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: 0.0625rem solid #cd0a17;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advs .iconfont {
    transition: .5s;
    color: #cd0a17;
    font-size: 3.125rem;
}

.advs .item:hover .box {
    background: #cd0a17;
}

.advs .item:hover .iconfont {
    color: #fff;
}

.advs .title {
    font-size: 1.25rem;
    color: #cd0a17;
    margin: 1.875rem 0 1.25rem 0;
}

.advs .line {
    width: 1.25rem;
    height: 0.0625rem;
    background: #cd0a17;
}

.advs .sub {
    color: #2c392a;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 1.25rem;
}

/*首页-关于*/
.deabout {
    background: #f9f9f9;
    padding: 3.4375rem 0;
}

.deabout .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deabout img {
    width: 40%;
}

.deabout .right {
    width: 55%;
}

.deabout .en {
    font-size: 1rem;
    color: #cd0a17;
}

.deabout .cn {
    font-size: 1.875rem;
    color: #1e1e1e;
    line-height: 1.5;
    font-weight: lighter;
    margin: 1.875rem 0;
}

.deabout .text {
    color: #364f59;
    line-height: 2;
    font-size: 1rem;
}

.deabout .more_about {
    transition: .5s;
    margin-top: 1.875rem;
    width: 12.5rem;
    height: 3.4375rem;
    color: #364f59;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0.0625rem solid #364f59;
    padding: 0 1.875rem;
}

.deabout .more_about i {
    font-size: 1.25rem;
    font-weight: lighter;
}

.deabout .more_about span {
    font-size: 1rem;
}

.deabout .more_about:hover {
    background: #cd0a17;
    color: #fff;
    border-color: #fff;
}

/*首页-产品分类*/
.default_pdtcate .container {
    padding: 3.125rem 0;
    display: flex;
    align-items: center;
}

.default_pdtcate .left {
    width: 30%;
}

.default_pdtcate .en {
    font-size: 1rem;
    color: #cd0a17;
    margin-bottom: 1.25rem;
}

.default_pdtcate .cn {
    font-size: 2.25rem;
    color: #1e1e1e;
}

.default_pdtcate .right {
    width: 50%;
    line-height: 1.5;
}

.default_pdtcate .list {
    display: flex;
    justify-content: space-between;
}

.default_pdtcate .list .item {
    width: 24%;
    height: 42.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.default_pdtcate .list .box {
    margin-bottom: 3.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.default_pdtcate .list .pic {
    transition: .5s;
    width: 14.875rem;
    height: 14.875rem;
    border-radius: 50%;
    border: 0.0625rem solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.default_pdtcate .list img {
    width: 13.9375rem;
    height: 13.9375rem;
    border-radius: 50%;
}

.default_pdtcate .list p {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin-top: 1.25rem;
}

.default_pdtcate .list .item:hover .pic {
    background: rgba(255, 255, 255, .5);
    transform: scale(1.1);
}

/* 首页-关于 */
.about {
    height: 28.125rem;
}

.about .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.about .left {
    width: 33%;
    height: 100%;
}

.about .center {
    width: 34%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #cd0a17;
    color: #fff;
}

.about h2 {
    font-size: 2.5rem;
}

.about p {
    font-size: 1.125rem;
    line-height: 2;
    margin: 2.5rem 0 3.75rem 0;
    text-align: center;
}

.about .more {
    width: 12.5rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cd0a17;
    font-size: 1.125rem;
    background: #fff;
}

.about .right {
    width: 33%;
    height: 100%;
}

/*首页-解决方案*/
.solution .container {
    padding: 5rem;
    display: flex;
    position: relative;
    height: 46.875rem;
    width: 87.5%;
    max-width: 87.5%;
}

.solution .left {
    height: 100%;
    width: 50%;
    background: #ededed;
    padding: 5.625rem 5rem;
    padding-right: 21.875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solution .left .en {
    font-size: 1rem;
    color: #cd0a17;
    margin-bottom: 1rem;
}

.solution .left .cn {
    font-size: 2.25rem;
    color: #1e1e1e;
    font-weight: lighter;
}

.solution .middle {
    display: none;
}

.solution .middle.active {
    display: block;
}

.solution .middle .title {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 1.5625rem;
}

.solution .middle .sub {
    font-size: 1rem;
    color: #364f59;
    line-height: 1.5;
}

.solution .bottom {
    width: 12.5rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid #cd0a17;
    color: #cd0a17;
}

.solution .bottom i {
    font-size: 1.875rem;
    margin-right: 1.25rem;
}

.solution .bottom span {
    font-size: 1rem;
}

.solution .bottom:hover {
    background: #fff;
}

.solution .right {
    position: relative;
    padding: 2.5rem 5rem;
    padding-left: 21.875rem;
    height: 100%;
    width: 50%;
    background: url(../images/solution_right_bg.jpg) center center/cover no-repeat;
}

.solution .right .box {
    height: 100%;
    width: 100%;
    border-right: 0.0625rem dashed #fff;
}

.solution .right .box_top {
    height: 28.75rem;
    width: 50%;
    position: absolute;
    right: 4.0625rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solution .right .line {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.solution .right .txt {
    color: #fff;
}

.solution .right .cn {
    font-size: 1.5rem;
}

.solution .right .en {
    font-size: 0.875rem;
    margin-top: 0.625rem;
}

.solution .right .circle {
    background: #af000c;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid #fff;
}

.solution .right .inner {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
}

.solution .right .line.active .inner {
    background: #fff;
}

.solution .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.solution .pic .img {
    width: 34.75rem;
    height: 34.75rem;
    border: 0.0625rem solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution .pic .pic_img {
    width: 33.3125rem;
    height: 33.3125rem;
    border-radius: 50%;
    display: none;
}

.solution .pic_img.active {
    display: block;
}

/*首页-新闻*/
.de_news {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.875rem;
}

.de_news .en {
    color: #cd0a17;
    font-size: 1rem;
    margin-bottom: 0.625rem;
}

.de_news .cn {
    color: #1e1e1e;
    font-size: 2.25rem;
}

.de_news .pics {
    width: 100%;
    margin-top: 0.625rem;
}

.de_news .item {
    color: #333;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, .3);
}

.de_news .item:hover {
    color: #333;
}

.de_news .pic {
    width: 100%;
    height: 17.5rem;
}

.de_news .texts {
    padding: 1.875rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.de_news .title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
}

.de_news .time {
    color: #435661;
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
}

.de_news .sub {
    color: #435661;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
}

.de_news .btns {
    border: 0.0625rem solid #435661;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 2.75rem;
}

.de_news .btns span {
    color: #435661;
    font-size: 1rem;
    margin-right: 1.25rem;
}

.de_news .btns i {
    color: #435661;
    font-size: 1.125rem;
}

#news_swiper {
    width: 100%;
    height: 40.625rem;
}

#news_swiper .swiper-slide {
    opacity: .5;
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

#news_swiper .swiper-slide-active, #news_swiper .swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
}

.swiper-button-prev {
    left: 31%;
}

.swiper-button-next {
    right: 31%;
}

.swiper-button-prev:after {
    color: #999;
    font-size: 1.5625rem;
}

.swiper-button-next:after {
    color: #999;
    font-size: 1.5625rem;
}

/* 首页-底部 */
.footer1 {
    background: #f8f8f8;
    padding: 2.5rem 0;
}

.footer1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer1 .left {
    width: 30%;
}

.footer1 .center {
    width: 50%;
}

.footer1 .right {
    width: 10%;
}

.footer1 .left .title {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 1.5rem;
}

.footer1 .left .inputs {
    padding: 0 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
    height: 3.75rem;
    border: 0.0625rem solid #cd0a17;
    background: #fff;
    display: flex;
    align-items: center;
}

.footer1 .left span {
    color: #cd0a17;
    font-size: 1.125rem;
    margin-right: 0.3125rem;
}

.footer1 .left input {
    font-size: 1rem;
    flex: 1;
    color: #666;
    border: 0;
    outline: 0;
}

.footer1 .left .btn {
    cursor: pointer;
    width: 100%;
    height: 3.75rem;
    background: #cd0a17;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
}

.footer1 .center .title {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 1.75rem;
}

.footer1 .center .item {
    display: flex;
    align-items: center;
    height: 4.375rem;
}

.footer1 .center .icon {
    width: 3.75rem;
}

.footer1 .center .iconfont {
    color: #cd0a17;
    border: 0.0625rem solid #cd0a17;
    border-radius: 50%;
    padding: 0.3125rem;
    font-size: 1.5625rem;
}

.footer1 .center .txts {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    flex: 1;
}

.footer1 .right img {
    width: 100%;
}

.footer1 .right p {
    font-size: 1rem;
    text-align: center;
    margin-top: 0.625rem;
}

.footer2 {
    background: #3f413f;
}

.footer2 .container {
    display: flex;
    align-items: center;
    height: 4.6875rem;
    font-size: 1rem;
    color: #fff;
    justify-content: space-between;
}

.footer2 .right {
    display: flex;
    align-items: center;
}

.footer2 span {
    display: flex;
    align-items: center;
    margin-left: 0.625rem;
}

.footer2 a {
    color: #fff;
    display: flex;
    align-items: center;
}

/* 关于页面 */
.top_banner {
    margin-top: 6.25rem;
    width: 100%;
}

.top_banner_img {
    width: 100%;
    vertical-align: bottom;
}

.top_nav {
    width: 100%;
    background: #f9f9f9;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_nav .top_nav_icon {
    width: 0.6875rem;
    height: 1.0625rem;
    margin-right: 0.625rem;
}

.top_nav span, .top_nav a {
    font-size: 1rem;
    color: #555;
}

.top_nav a:hover {
    color: #cd0a17;
}

.top_nav .container {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.about_content {
    font-size: 1rem;
    line-height: 2;
}

.about_content p {
    text-indent: 0em;
}

.about_intro_title {
    font-size: 1.875rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.875rem;
    line-height: 1.5;
}

.about_intro {
    padding: 3.125rem 0 1.875rem 0;
}

.about_content .title {
    width: 100%;
    line-height: 2.8125rem;
    font-size: 1rem;
    font-weight: bold;
    float: left;
    border-bottom: 0.0625rem dashed #ff8c05;
    margin-bottom: 0.9375rem;
}

.about_content .title2 {
    margin-top: 1.875rem;
}

.about_content img {
    width: auto;
    max-width: 100%;
    margin-top:30px;
}

.about_content .box {
    /*overflow: hidden;*/
    /*width:100%;*/
    /*aspect-ratio: 1500/1129;*/
}

.about_content img {
    transition: .5s;
    width: 100%;
}

/*.about_content .box:hover img {*/
/*    transform: scale(1.1);*/
/*}*/

/* 产品列表页 */
.products_block {
    width: 100%;
    padding: 3.125rem 0;
}

.products_block .products_cate_link {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 1.875rem 0;
    border-bottom: 0.0625rem solid #dedede;
    display: block;
    margin-right: 2.5rem;
}

.products_block .products_cate_link.active, .products_block .products_cate_link:hover {
    color: #cd0a17;
}

.products_block .products_cate_link_top {
    padding-top: 0;
    font-size: 1.375rem;
}

.products_block .products_list {
    border-top: 0.125rem solid #aac1b4;
    padding-top: 1.25rem;
}

.products_block .products_list .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.products_block .search_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.1875rem;
}

.products_block .search_box {
    width: 100%;
    height: 2.5rem;
    border: 0.0625rem solid #aac1b4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products_block input {
    width: 96%;
    height: 100%;
    font-size: 0.875rem;
    color: #454545;
    padding: 0.625rem;
    border: none;
    outline: none;
}

.products_block i.iconfont {
    color: #cd0a17;
    font-size: 6.25rem;
    font-size: 1.5rem;
    margin-right: 0.625rem;
    cursor: pointer;
}

.products_block form {
    width: 100%;
}

.products_block .product_link {
    margin-bottom: 1.25rem;
}

.products_block .img_block {
    border: 0.0625rem solid #ccc;
    overflow: hidden;
}

.products_block .img_block img {
    width: 100%;
    transition: .5s;
}

.products_block .img_block:hover img {
    transform: scale(1.1);
}

.products_block .product_title {
    font-size: 1rem;
    text-align: center;
    padding: 1.25rem 0;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1.875rem;
}

.pagination li {
    width: 2.8125rem;
    height: 2.8125rem;
    border: 0.0625rem solid #666;
    background: #fff;
    margin: 0 0.4375rem;
}

.pagination li span, .pagination li a {
    font-size: 1rem;
    color: #666;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li.active {
    background: #cd0a17;
}

.pagination li.active span, .pagination li.active a {
    color: #fff;
}

/* 产品详情页 */
#productview_top_nav .container {
    overflow: hidden;
    margin-right: 6.25rem;
}

.product_details {
    padding-top: 3.75rem;
}

.product_details .product_cover {
    width: 100%;
}

.product_details .title {
    font-size: 1.75rem;
    color: #222;
    padding: 3.125rem 0 1.875rem 0;
    border-bottom: 0.0625rem solid #d9d9d9;
}

.product_details .cate {
    font-size: 1.125rem;
    color: #222;
    padding: 1.875rem 0 3.75rem 0;
}

.product_details .num {
    color: #cd0a17;
    font-size: 3.375rem;
    font-weight: bold;
}

.product_details .btns {
    display: flex;
}

.product_details .productview_btn1 i, .product_details .productview_btn2 i {
    font-size: 1.875rem;
    margin-right: 0.625rem;
}

.product_details .productview_btn1 {
    width: 13.75rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid #cd0a17;
    color: #cd0a17;
    font-size: 1.125rem;
    margin-right: 3.125rem;
}

.product_details .productview_btn2 {
    width: 13.75rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid #cd0a17;
    color: #fff;
    background: #cd0a17;
    font-size: 1.125rem;
}

.product_details .contents {
    border-top: 0.0625rem solid #d9d9d9;
    margin-top: 4.375rem;
    margin-bottom: 5.625rem;
}

.product_details .contents .title {
    font-size: 1.25rem;
    color: #454545;
    padding-bottom: 0.9375rem;
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 0;
    font-weight: bold;
}

.product_details .contents .productview_detail {
    width: 70%;
    margin-left: 15%;
    margin-top: 2.5rem;
}

.product_details .contents .others {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.product_details .contents .other_btn {
    color: #222;
    font-size: 1rem;
    padding: 0.9375rem 2.1875rem;
    border: 0.0625rem solid #d9d9d9;
}

.product_details .contents img {
    max-width: 100%;
}

.product_details .left {
    padding-right: 0;
}

.product_details .mySwiper {
    width: 100%;
    overflow: hidden;
}

.product_details .mySwiper img {
    width: 100%;
    border: 0.0625rem solid #ddd;
}

.product_details .swiper-button-next, .product_details .swiper-button-prev {
    color: #cd0a17;
}

.product_details #swiper-button-prev1 {
    left: 1.25rem;
}

.product_details #swiper-button-next1:after, .product_details #swiper-button-prev1:after {
    font-size: 2.25rem;
}

.product_details .bottom {
    display: flex;
}

.product_details #mySwiper2, .product_details #mySwiper3 {
    width: 25rem;
}

.product_details #swiper-button-next2:after, .product_details #swiper-button-prev2:after, .product_details #swiper-button-next3:after, .product_details #swiper-button-prev3:after {
    font-size: 1.5rem;
}

.product_details .right {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_details .param {
    line-height: 2;
    margin: 1.25rem 0;
}

.product_details .top {
    padding-left: 5%;
}

.product_details .bottom p {
    display: flex;
}

.product_details .contents .xx {
    font-size: 1rem;
    line-height: 1.5;
}

.product_details .contents .xx img {
    width: 100% !important;
}

/* 公司设备 */
.techs {
    padding: 3.125rem 0;
}

.techs .tech_pic {
    margin-bottom: 1.25rem;
}

.techs .tech_pic .box {
    overflow: hidden;
}

.techs .tech_pic img {
    transition: .5s;
    width: 100%;
}

.techs .tech_pic .box:hover img {
    transform: scale(1.1);
}

.techs .tech_pic p {
    text-align: center;
    margin-top: 0.625rem;
}

/* 新闻列表 */
.news_block {
    width: 100%;
    padding: 3.125rem 0;
}

.news_block .row {
    background: #f9f9f9;
    padding: 1.5625rem 4.375rem 1.5625rem 1.25rem;
    margin-bottom: 2.3125rem;
}

.news_block .row:hover {
    background: #fff;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
}

.news_block .news_cover {
    width: 100%;
    height: 16.25rem;
}

.news_block h3 {
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 1.25rem;
}

.news_block .sub {
    font-size: 1rem;
    color: #333;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.875rem;
}

.news_block .time {
    font-size: 1rem;
    color: #999;
    margin-bottom: 1.875rem;
}

.news_block .news_more {
    color: #222;
    font-size: 1rem;
}

#pc_time_block {
    padding-left: 6.25rem;
}

/* 新闻详情 */
.newsviews {
    padding: 3.125rem 0;
}

.newsviews .titles {
    border-bottom: 0.0625rem solid #f0f0f0;
}

.newsviews .titles h2 {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 1.25rem;
    text-align: center;
    line-height: 1.5;
}

.newsviews .info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.newsviews .info p {
    margin: 0 2.5rem;
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 1.25rem;
}

.newsviews .view_num {
    margin-right: 0.9375rem;
}

.newsviews .contents {
    padding: 3.125rem 10rem 5rem 10rem;
    border-bottom: 0.0625rem solid #f0f0f0;
    font-size: 1rem;
    line-height: 2;
    color: #666;
}

.newsviews .contents p, .newsviews .contents * {
    font-size: 1rem !important;
    color: #666;
    line-height: 2;
    text-align: left;
}

.newsviews .contents img {
    max-width: 100%;
}

.newsviews .contents span {
    font-size: 1rem !important;
}

.newsviews .others {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsviews .btns {
    padding: 2.5rem 0;
    max-width: 80%;
}

.newsviews .btn_prev {
    font-size: 1rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex-grow: 0;
    margin-bottom: 1.25rem;
}

.newsviews .btn_prev span {
    font-size: 1rem;
    color: #999;
}

.newsviews .btn_prev a {
    font-size: 1rem;
    color: #999;
}

.return_btn {
    width: 10rem;
    height: 3.125rem;
    background: #cd0a17;
    color: #fff;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.return_btn:hover {
    color: #fff;
}

/* 在线留言 */
.forms {
    background: #fff;
    padding: 3.125rem 0;
}

.forms .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.forms h2 {
    font-size: 1.75rem;
    color: #cd0a17;
    width: 100%;
    text-align: center;
    margin-bottom: 3.125rem;
}

.forms .one_line_div {
    padding: 0.625rem;
    width: 48%;
    height: 3.75rem;
    border: 0.0625rem solid #e1e1e1;
    position: relative;
    margin-bottom: 2.5rem;
}

.forms .one_line {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    font-size: 1rem;
    border: none;
    outline: none;
    color: #666;
    resize: none;
}

.forms .more_lines_div {
    width: 100%;
    padding: 0.625rem;
    position: relative;
    height: 17.5rem;
    border: 0.0625rem solid #e1e1e1;
    margin-bottom: 2.5rem;
}

.forms .more_lines {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
    font-size: 1rem;
    border: none;
    outline: none;
    color: #666;
    resize: none;
    line-height: 1.5;
}

.forms .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.forms .code {
    width: 20.625rem;
    height: 3.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem;
    border: 0.0625rem solid #e1e1e1;
}

.forms .code_input {
    width: 70%;
    color: #666;
    font-size: 1.125rem;
    border: none;
    outline: none;
}

.forms .code_img {
    width: 30%;
    height: 100%;
}

.forms .submit_btn {
    width: 21.25rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    color: #fff;
    background: #cd0a17;
    font-size: 1rem;
    border: none;
}

.forms label {
    font-size: 0.875rem;
    color: #999;
    position: absolute;
    left: 0.625rem;
    top: 0.625rem;
    z-index: 2;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 1rem;
}

/* 联系我们 */
.contacts_info {
    padding: 3.125rem 0 1.25rem 0;
}

.contacts_info h2 {
    font-size: 1.75rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.875rem;
}

.contacts_info .infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contacts_info .info {
    display: flex;
    align-items: center;
    width: 46%;
    margin-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #ccc;
    padding: 1.25rem 0;
}

.contacts_info .info i {
    font-size: 1.25rem;
    margin-right: 0.625rem;
}

.contacts_info .info p {
    font-size: 1rem;
    line-height: 1.5;
}

#dituContent {
    height: 37.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.contacts_map {
    padding-bottom: 3.125rem;
}

/*在线客服悬浮链接*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 30%;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: flex;
    width: 5rem;
    height: 5rem;
    background: rgba(0, 0, 0, .4);
    margin-bottom: 0.5rem;
    cursor: pointer;
    outline: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.suspension .a.active, .suspension .a:hover {
    background: #cd0a17;
}

.suspension .a i {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 1.625rem;
    margin-bottom: 0.875rem;
}

.suspension .a span {
    font-size: 0.875rem;
    color: #fff;
}

.suspension .d {
    display: none;
    width: 10rem;
    background: #cd0a17;
    position: absolute;
    right: 4.25rem;
    color: var(--white);
    box-shadow: 0rem 0.125rem 0.3125rem 0rem rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 0.5rem;
    height: 0.75rem;
    font-family: "iconfont";
    font-size: 1.5rem;
    font-style: normal;
    color: #cd0a17;
    right: 0rem;
    top: 0.9375rem;
}

.suspension .d-qrcode {
    top: 12.0625rem;
    right: 5.3125rem;
}

.suspension .d .inner-box {
    padding: 0.3125rem 0.625rem 0.3125rem;
    min-height: 4.25rem;
}

.suspension .d-qrcode {
    text-align: center;
}

.suspension .d-qrcode .inner-box {
    padding: 0.625rem;
}

.suspension .d-qrcode p {
    font-size: 0.875rem;
}

.suspension .inner_erweima {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.suspension .inner_erweima img {
    max-width: 8.125rem;
}