:root
{
    --swiper-theme-color: #c9182d;
}
.maodian
{
    position: relative;
    top: 0;
}
.cpzy
{
    display: flex;
    align-items: center;
}
.cpzy a
{
    font-size: 1rem;
    color: #fff;
    background: #c9182d;
    line-height: 3rem;
    padding: 0 1rem;
    border-radius: 5px;
}
.cpzy a img
{
    width: 1.4375rem;
}
.china
{
    margin: 0 1.5rem;
}
.china a
{
    font-size: 1.25rem;
    font-family: 'gilroy_bold';
    color: #c9182d;
    cursor: pointer;
    transition: .4s;
}
.china
{
    display: flex;
    align-items: center;
}
.china a span
{
    font-size: 1rem;
}
.anchorBL
{
    display: none;
}
.w1720
{
    margin: 0 5.2vw;
}
.w1400
{
    margin: 0 13.54vw;
}
.header_box_phone
{
    background: #fff;
    padding: 10px 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    transition: .5s;
    display: none;
    border-bottom: 1px solid #f5f5f5;
}
.header_box_phone .header_main
{
    margin: 0 5.25vw;
}
.header_box_phone .header_main .logo img
{
    height: 50px;
}
.header_box_phone .header_main .shouS
{
    display: flex;
    align-items: center;
    margin-right: 2rem;
}
.header_box_phone .header_main .header_menu
{
    display: flex;
    align-items: center;
}
.header_box_phone .header_main .header_menu span
{
    position: relative;
    display: inline-block;
    width: 32px;
    height: 3px;
    background-color: #999;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}
.header_box_phone .header_main .header_menu span::before
{
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    border-radius: 2px;
    top: -10px;
    background-color: #999;
    -webkit-transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    -ms-transition-duration: .3s,.3s;
    -o-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    -moz-transition-delay: .3s,0s;
    -ms-transition-delay: .3s,0s;
    -o-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
}
.header_box_phone .header_main .header_menu span::after
{
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    border-radius: 2px;
    bottom: -10px;
    background-color: #999;
    -webkit-transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    -ms-transition-duration: .3s,.3s;
    -o-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    -moz-transition-delay: .3s,0s;
    -ms-transition-delay: .3s,0s;
    -o-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
}
.header_box_phone .header_main .act span
{
    background: none;
}
.header_box_phone .header_main .act span::before
{
    transform: rotate(45deg);
    top: 0;
}
.header_box_phone .header_main .act span::after
{
    bottom: 0;
    transform: rotate(-45deg);
}
.mob_header.active
{
    top: 71px;
    height: calc(100% - 71px);
}
.mob_header
{
    position: fixed;
    left: 0;
    width: 100%;
    top: 117px;
    height: calc(100% - 117px);
    background: #fff;
    z-index: 7;
    display: none;
}
.mob_header .mob_top
{
    width: 90%;
    margin: auto;
}
.mob_header .mob_top .btn
{
    line-height: 50px;
}
.mob_header .mob_top .btn span
{
    font-size: 26px;
    color: #666;
}
.mob_header .bob_nav
{
    margin: 50px 2vw 0 3vw;
    padding-bottom: 50px;
    padding-right: 1vw;
    height: calc(100% - 150px);
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}
.mob_header .bob_nav .nav_item
{
    border-bottom: 1px solid #eee;
}
.mob_header .bob_nav .nav_item>a
{
    line-height: 55px;
    font-size: 16px;
    width: 100%;
}
.mob_header .bob_nav .nav_item>a span
{
    color: #000;
}
.mob_header .bob_nav .nav_item>a i
{
    color: #999;
    transition: .4s;
    display: inline-block;
}
.mob_header .bob_nav .nav_item .act i
{
    transform: rotate(45deg);
}
.mob_header .bob_nav .nav_item .nav_select
{
    display: none;
}
.mob_header .bob_nav .nav_item .nav_select .select_item
{
    border-top: 1px dashed #eee;
}
.mob_header .bob_nav .nav_item .nav_select .select_item>a
{
    width: 100%;
    color: #666;
    line-height: 50px;
    font-size: 15px;
    box-sizing: border-box;
}
.mob_header .bob_nav .nav_item .nav_select .select_item>a i
{
    color: #999;
    transition: .4s;
    display: inline-block;
}
.mob_header .bob_nav .nav_item .nav_select .select_item ul
{
    display: none;
}
.mob_header .bob_nav .nav_item .nav_select .select_item ul li
{
    border-bottom: 1px dashed #ddd;
}
.mob_header .bob_nav .nav_item .nav_select .select_item ul li a
{
    display: block;
    width: 100%;
    color: #999;
    line-height: 50px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #f5f5f5;
}
.searchBox
{
    position: fixed;
    width: 100%;
    background: #f6f6f6;
    z-index: 5;
    left: 0;
    top: 117px;
    padding: 3.4375rem 0;
    transition: all .5s;
    display: none;
}
.searchBox .boxMain input[type='text']
{
    background: #fff;
    display: block;
    height: 3.125rem;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 0 1rem;
    width: 18rem;
    border: 0;
}
.searchBox .boxMain a input
{
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    border: 0;
    cursor: pointer;
    background: #c9182d url(../image/search1.png) no-repeat 50% 50%;
}
.searchBox.active
{
    top: 71px;
}
.searchBoxOn
{
    display: flex;
}
.header_box
{
    position: fixed;
    transition: .4s;
    z-index: 5;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.1));
}
.header_box .header_head .box
{
    line-height: 40px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.header_box .header_head .box .left
{
    font-size: 14px;
    color: #fff;
}
.header_box .header_head .box .right .phone
{
    font-size: 14px;
    font-family: 'gilroy_bold';
    color: #fff;
    margin-right: 3.4rem;
}
.header_box .header_head .box .right .phone img
{
    position: relative;
    top: -1px;
    transition: .4s;
    -webkit-animation: bounce-up 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite;
}
.header_box .header_head .box .right .company
{
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    padding: 0 1.25rem;
    transition: .4s;
    position: relative;
    right: -1.25rem;
}
.header_box .header_head .box .right .company span
{
    font-size: 12px;
    transition: .4s;
    display: inline-block;
}
.header_box .header_head .box .right .company img
{
    transition: .4s;
    vertical-align: text-top;
}
.header_box .header_head .box .right .active
{
    background: #fff;
    color: #000;
}
.header_box .header_head .box .right .active span
{
    color: #000;
    transform: rotate(180deg);
}
.header_box .header_head .box .right .active img
{
    filter: invert(.7);
}
.header_box .header_head .box1
{
    display: none;
    padding: 0 0 2.5rem 0;
    background: #f7f7f7;
    box-sizing: border-box;
}
.header_box .header_head .box1 .list
{
    padding: 2rem 0 1rem;
}
.header_box .header_head .box1 .list .item
{
    width: 20%;
    box-sizing: border-box;
    padding-right: 2rem;
    margin-top: 1.5rem;
}
.header_box .header_head .box1 .list .item a
{
    display: inline-block;
    font-size: 15px;
}
.header_box .header_head .box1 .list .item a div
{
    transition: .4s;
    color: #000;
    line-height: 1.875rem;
}
.header_box .header_head .box1 .list .item a p
{
    margin-top: 6px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.header_box .header_head .box1 .list .item a:hover div
{
    color: #c9182d;
}
.header_box .header_head .active
{
    position: initial;
}
.header_box.active
{
    top: -62px;
}
.header_box.check .header_head
{
    background: #333;
}
.header_nav_box
{
    height: 62px;
    transition: .4s;
    z-index: 3;
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 3;
    background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.02));
}
.header_nav
{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;/* background: #fff; */
    transition: .4s;
    z-index: 3;
}
.header_nav .box .boxLeft
{
    padding: 16px 0;
}
.header_nav .box .boxLeft a img
{
    height: 30px;
}
.header_nav .box .boxLeft a .img2
{
    display: none;
}
.header_nav_box.on .box .boxLeft a .img1
{
    display: none;
}
.header_nav_box.on .box .boxLeft a .img2
{
    display: block;
}
.header_nav .box .boxCen
{
    transition: .4s;
}
.header_nav .box .boxCen .item
{
    padding: 0 2.1875rem;
}
.header_nav .box .boxCen .item>a
{
    display: block;
    line-height: 62px;
    font-size: 18px;/* font-weight: bold; */
    color: #fff;
    transition: .4s;
    position: relative;
}
.header_nav .box .boxCen .item>a:hover
{
    color: #c9182d;
}
.header_nav .box .boxCen .item>a::after
{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
}
.header_nav .box .boxCen .item .main
{
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    min-height: 30px;
    padding: 3.5rem 0;
    background: rgba(255,255,255,.95);
    box-shadow: 0 2px 10px #f7f7f7;
}
@media screen and (min-width: 1024px)
{
    .header_nav .box .boxCen .item .main .list>div
    {/* padding: 0 8.125rem; *//* text-align: center; *//* width: 20%;
	  border-right: 1px solid #ddd;
	  margin-bottom: 2rem;
	  box-sizing: border-box;
	  padding-left: 6.25rem;
	  box-sizing: border-box; */
        padding: 0 8.125rem;
        border-right: 1px solid #ddd;
    }
}
.header_nav .box .boxCen .item .main .list>div:last-child
{
    border: 0;
}
.header_nav .box .boxCen .item .main .list p a
{
    font-size: 18px;
    color: #000;/* font-weight: bold; */
    transition: .4s;
}
.header_nav .box .boxCen .item .main .list p a:hover
{
    color: #c9182d;
}
.header_nav .box .boxCen .item .main .list ul
{
    margin-top: 1.5625rem;
}
.header_nav .box .boxCen .item .main .list ul li
{
    line-height: 40px;
}
.header_nav .box .boxCen .item .main .list ul li a
{
    font-size: 17px;
    color: #666;
    transition: .4s;
}
.header_nav .box .boxCen .item .main .list ul li a:hover
{
    color: #c9182d;
}
.header_nav .box .boxCen .item:hover .main
{
    display: block;
}
.header_nav .box .boxCen .active a
{
    color: #c9182d;
}
.header_nav .box .boxCen .active a::after
{
    background: #c9182d;
}
.header_nav .box .boxCen.on
{
    transform: scale(0);
}
.header_nav .box .boxRight
{
    position: relative;
}
.header_nav .box .boxRight .language
{
    position: relative;
}
.header_nav .box .boxRight .language p
{
    font-size: 18px;
    font-family: 'gilroy_bold';
    color: #c9182d;
    line-height: 62px;
    cursor: pointer;
    transition: .4s;
}
.header_nav .box .boxRight .language p span
{
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}
.header_nav .box .boxRight .language p:hover
{
    transform: scale(1.1);
}
.header_nav .box .boxRight .language .on span
{
    transform: rotate(180deg);
}
.header_nav .box .boxRight .language ul
{
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.5);
    z-index: 2;
    width: 150%;
    display: none;
}
.header_nav .box .boxRight .language ul li a
{
    display: block;
    font-size: 18px;
    font-weight: 'gilroy_bold';
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: .4s;
}
.header_nav .box .boxRight .language ul li a:hover
{
    color: #c9182d;
}
.header_nav .box .boxRight .language ul li .active
{
    color: #c9182d;
}
.header_nav .box .boxRight .search
{
    margin-left: 3rem;
}
.header_nav .box .boxRight .search>p
{
    line-height: 62px;
}
.header_nav .box .boxRight .search>p img
{
    cursor: pointer;
    transition: .3s;
}
.header_nav .box .boxRight .search>p img:hover
{
    transform: scale(1.1);
}
.header_nav .box .boxRight .biaodan
{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background: #fff;
    transform-origin: right center;
    transition: .4s;
    padding: 0 1rem;
}
.header_nav .box .boxRight .biaodan.on
{
    transform: translateY(-50%) scale(1);
}
.header_nav .box .boxRight .form_box
{
    display: flex;
}
.header_nav .box .boxRight .form_box .text
{
    position: relative;
    display: flex;
    align-items: center;
}
.header_nav .box .boxRight .form_box .text>input
{
    width: 280px;
    height: 38px;
    padding: 0 20px;
    border: 1px solid #ddd;
}
.header_nav .box .boxRight .form_box .text p
{
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    right: 20px;
    background: #fff;
    padding-left: 1rem;
}
.header_nav .box .boxRight .form_box .text p input
{
    display: none;
}
.header_nav .box .boxRight .form_box .text p img
{
    cursor: pointer;
}
.header_nav .box .boxRight .form_box .button
{
    line-height: 50px;
    padding-left: 1rem;
    cursor: pointer;
}
.header_nav .box .boxRight .form_box .button span
{
    font-size: 26px;
    transition: .4s;
    font-weight: bold;
    color: #999;
}
.header_nav .box .boxRight .form_box .button span:hover
{
    color: #c9182d;
}
.header_nav_box.check .header_nav .box .boxCen .item>a
{
    color: #000;
}
.header_nav_box.on
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.header_nav_box.on .header_nav .box .boxCen .item>a
{
    color: #000;
}
.header_nav_box.active
{
    top: -62px;
}
.index_banner .box
{
    position: relative;
}
.index_banner .box .banner .item
{
    position: relative;
}
.index_banner .box .banner .item .img img
{
    width: 100%;/* height: 100vh;
  object-fit: cover; */
}
.index_banner .box .banner .item .main
{
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    padding: 0 5.2vw;
    box-sizing: border-box;
}
.index_banner .box .banner .item .main .content1
{
    font-size: 3.5rem;
    color: #152b4f;
}
.index_banner .box .banner .item .main .content2
{
    margin-top: 4.25rem;
}
.index_banner .box .mouse
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.75rem;
    z-index: 1;
    cursor: pointer;
    animation: down 2s infinite linear;
}
.index_banner .box .button
{
    position: absolute;
    right: 5.2vw;
    bottom: 3.75rem;
    z-index: 1;
}
.index_banner .box .button p
{
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #a1aebf;
    transition: .4s;
    cursor: pointer;
    color: #152b4f;
}
.index_banner .box .button p span
{
    color: #fff;
}
.index_banner .box .button p:hover
{
    border: 1px solid #c9182d;
    background: #c9182d;
}
.index_banner .box .page
{
    position: absolute;
    left: 5.2vw;
    bottom: 3.75rem;
    z-index: 1;
}
.index_banner .box .page>div
{
    position: relative;
}
.index_banner .box .page>div .swiper-pagination
{
    position: initial;
}
.index_banner .swiper-pagination-bullet
{
    background: none;
    opacity: 1;
    margin: 0 30px 0 0;
    width: auto;
    height: auto;
    position: relative;
    outline: none;
    vertical-align: middle;
    opacity: .7;
}
.index_banner .swiper-pagination-bullet:last-child
{
    width: 18px;
    overflow: hidden;
    margin-right: 0;
}
.index_banner .swiper-pagination-bullet span
{
    background: none;
    display: block;
    border-radius: 0%;
    font-size: 14px;
    font-family: 'gilroy_bold';
    color: #fff;
}
.index_banner .swiper-pagination-bullet i
{
    background: #fff;
    height: 2px;
    width: 0;
    position: absolute;
    top: 7px;
    left: 22px;
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}
.index_banner .swiper-pagination-bullet-active span, .index_banner .swiper-pagination-bullet:hover span
{
    margin-top: 0;
    margin-left: 0;
    position: relative;
    z-index: 1;
}
.index_banner .swiper-pagination-bullet-active
{
    margin-right: 74px;
    opacity: 1;
}
.index_banner .swiper-pagination-bullet-active i
{
    animation: middle 6s linear;
}
@keyframes first
{
    0%
    {
        transform: scaleX(.5);
        left: 0;
    }/*091*/
    100%
    {
        transform: scaleX(1);
        left: 4px;
    }/*0915*/
}
@keyframes last
{
    0%
    {
        transform: scaleX(.7);
        left: -10px;
    }/*1090*/
    20%
    {
        transform: scaleX(.3);
        left: 4px;
    }/*090*/
    100%
    {
        transform: scaleX(.3);
        left: 0;
    }/*090*/
}
@keyframes middle
{
    0%
    {
        width: 0;
    }
    100%
    {
        width: 58px;
    }
}
@keyframes down
{
    0%
    {
        bottom: 3.75rem;
        opacity: 0;
    }
    20%
    {
        opacity: .7;
    }
    100%
    {
        bottom: 1rem;
        opacity: 0;
    }
}
.p98
{
    padding-top: 6.125rem;
}
.p98_
{
    padding-bottom: 6.125rem;
}
.index_title .box .left
{
    font-size: 3rem;
}
.index_title .box .biaoti
{
    font-size: 1.25rem;
    color: #666;
    margin-top: .75rem;
}
.index_link a
{
    font-size: 1rem;
    display: block;
    width: 10rem;
    line-height: 3.4375rem;
    color: #fff;
    background: #c9182d;
    text-align: center;
    position: relative;
}
.index_link a img
{
    margin-left: .625rem;
    position: relative;
    transition: .4s;
    right: 0;
}
.index_link a:hover img
{
    right: -1rem;
}
.index_link p
{
    font-size: 1rem;
    display: block;
    width: 10rem;
    line-height: 3.4375rem;
    color: #fff;
    background: #c9182d;
    text-align: center;
    position: relative;
}
.index_link p img
{
    margin-left: .625rem;
    position: relative;
    transition: .4s;
    right: 0;
}
.index_link p:hover img
{
    right: -1rem;
}
.m60
{
    margin-top: 3.75rem;
}
.index_product .box .item
{
    width: 24.25%;
    box-sizing: border-box;
    padding: 6.5rem 3.75rem 8.25rem;
    box-shadow: 0 0 1rem #f2f2f2;
    transition: .4s;
    position: relative;
}
.index_product .box .item .a .content1 img
{
    height: 5.25rem;
}
.index_product .box .item .a .content2
{
    font-size: 1.875rem;
    color: #000;
    margin-top: 3.5rem;
    transition: .4s;
}
.index_product .box .item .a .content3
{
    margin: 1.375rem 0;
}
.index_product .box .item .a .content3 span
{
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #eee;
}
.index_product .box .item .a .content4
{
    font-size: 1rem;
    color: #555;
    line-height: 2.125rem;
    height: 6.375rem;
}
.index_product .box .item .a .content5
{
    margin-top: 3.75rem;
    font-size: 1rem;
    color: #c9182d;
    font-family: 'gilroy_bold';
    line-height: 1.25rem;
}
.index_product .box .item .a .content5 i
{
    font-weight: bold;
    position: relative;
    top: 1px;
}
.index_product .box .item .posi
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
}
.index_product .box .item .posi .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_product .box .item .posi .posi_main
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    box-sizing: border-box;
    padding: 0 3.75rem;
    background: rgba(0,0,0,.65);
}
.index_product .box .item .posi .posi_main .content2
{
    font-size: 1.875rem;
    color: #fff;
    margin-top: 4.5rem;
    transition: .4s;
}
.index_product .box .item .posi .posi_main .content3
{
    margin: 1.375rem 0;
}
.index_product .box .item .posi .posi_main .content3 span
{
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #c9182d;
}
.index_product .box .item .posi .posi_main .content4
{
    font-size: 1rem;
    color: #fff;
    line-height: 2.125rem;
    height: 6.375rem;
}
.index_product .box .item .posi .posi_main .content5
{
    margin-top: 2.5rem;
    font-size: 1rem;
    color: #fff;
    font-family: 'gilroy_bold';
    line-height: 1.25rem;
}
.index_product .box .item .posi .posi_main .content5 a
{
    color: #fff;
}
.index_product .box .item .posi .posi_main .content6
{
    margin-top: 3.625rem;
    padding-top: 2.8125rem;
    border-top: 1px solid rgba(255,255,255,.2);
}
.index_product .box .item .posi .posi_main .content6 .item_
{
    width: 50%;
    font-size: 1rem;
    margin-bottom: 1.75rem;
    color: #fff;
}
.index_product .box .item .posi .posi_main .content6 .item_ a
{
    color: #fff;
}
.index_product .box .item .posi .posi_main .content6 .item_ img
{
    margin-right: .625rem;
    vertical-align: middle;
}
.index_product .box .item:hover
{
    box-shadow: 0 0 1rem #ddd;
}
.index_product .box .item:hover .posi
{
    opacity: 1;
}
.index_application
{
    position: relative;
    padding-bottom: 4.375rem;
}
.index_application .img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index_application .img img
{
    width: 100%;
    transition: .3s;
    height: 100%;
    object-fit: cover;
}
.index_application .title
{
    font-size: 3rem;
    color: #fff;
    position: relative;
    z-index: 1;
}
.index_application .box
{
    position: relative;
    z-index: 1;
}
.index_application .box .list
{
    margin-top: 7.125rem;
    width: 42.5rem;
}
.index_application .box .list .item .content1
{
    font-size: 2.375rem;
    color: #fff;
}
.index_application .box .list .item .content2
{
    margin: 1.5625rem 0;
}
.index_application .box .list .item .content2 span
{
    display: inline-block;
    width: 48px;
    height: 2px;
    background: #fff;
}
.index_application .box .list .item .content3
{
    font-size: 1rem;
    line-height: 2.25rem;
    color: #fff;
    height: 6.75rem;
}
.index_application .box .list .item .content4
{
    margin-top: 4.5rem;
}
.index_application .box .list .active
{
    display: block;
}
.index_application .box .list_togg
{
    margin-top: 10rem;
}
.index_application .box .list_togg .item
{
    text-align: center;
    cursor: pointer;
    position: relative;
}
.index_application .box .list_togg .item::after
{
    content: '';
    position: absolute;
    top: 28px;
    left: 80px;
    width: 200px;
    height: 1px;
    background: #fff;
    opacity: .2;
}
.index_application .box .list_togg .item .top
{
    margin: auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.index_application .box .list_togg .item .top img
{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: .4s;
}
.index_application .box .list_togg .item .bot
{
    margin-top: .5rem;
    font-size: 1rem;
    transition: .4s;
    color: #fff;
}
.index_application .box .list_togg .item:hover .bot
{
    font-weight: bold;
}
.index_application .box .list_togg .swiper-slide:last-child .item::after
{
    opacity: 0;
}
.index_application .box .list_togg .swiper-slide-thumb-active .item .top
{
    background: rgba(0,0,0,.3);
}
.index_application .box .list_togg .swiper-slide-thumb-active .item .top img
{
    transform: scale(.8);
}
.index_service>.box .boxLeft
{
    width: 35rem;
    box-sizing: border-box;
    padding-right: 12.25rem;
    position: relative;
}
.index_service>.box .boxLeft .content1
{
    margin-top: 8rem;
    font-size: 2.25rem;
    color: #333;
}
.index_service>.box .boxLeft .content2 span
{
    display: inline-block;
    width: 3rem;
    height: 2px;
    background: #c9182d;
    margin: 1.5rem 0 1rem;
}
.index_service>.box .boxLeft .content3
{
    font-size: 1.125rem;
    color: #666;
    line-height: 2.25rem;
}
.index_service>.box .boxLeft .content4
{
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_service>.box .boxRight
{
    width: calc(100% - 35rem);
}
.index_service>.box .boxRight .item
{
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 4rem 3.125rem;
    position: relative;
}
.index_service>.box .boxRight .item a
{
    display: block;
}
.index_service>.box .boxRight .item a .main
{
    z-index: 2;
    position: relative;
}
.index_service>.box .boxRight .item a .main .left
{
    width: 5.25rem;
}
.index_service>.box .boxRight .item a .main .left img
{
    width: 100%;
    margin-top: .5rem;
    transition: .4s;
}
.index_service>.box .boxRight .item a .main .left .img2
{
    display: none;
}
.index_service>.box .boxRight .item a .main .right
{
    width: calc(100% - 5.25rem);
    box-sizing: border-box;
    padding-left: 2.8125rem;
}
.index_service>.box .boxRight .item a .main .right .content1
{
    font-size: 1.5rem;
    color: #000;
    transition: .4s;
}
.index_service>.box .boxRight .item a .main .right .content2
{
    margin-top: 1rem;
    font-size: 1rem;
    color: #666;
    line-height: 2.125rem;
    transition: .4s;
}
.index_service>.box .boxRight .item a .main .right .content3
{
    margin-top: 2.5rem;
    font-size: 1rem;
    font-family: 'gilroy_bold';
    color: #c9182d;
    transition: .4s;
}
.index_service>.box .boxRight .item a .img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
}
.index_service>.box .boxRight .item a .img img
{
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1280px)
{
    .index_service>.box .boxRight .item:hover a .main .left .img1
    {
        display: none;
    }
    .index_service>.box .boxRight .item:hover a .main .left .img2
    {
        display: inline-block;
        filter: grayscale(1) brightness(500%);
    }
    .index_service>.box .boxRight .item:hover a .main .right .content1
    {
        color: #fff;
    }
    .index_service>.box .boxRight .item:hover a .main .right .content2
    {
        color: #fff;
    }
    .index_service>.box .boxRight .item:hover a .main .right .content3
    {
        color: #fff;
    }
    .index_service>.box .boxRight .item:hover a .img
    {
        opacity: 1;
    }
}
.index_about .box
{
    position: relative;
}
.index_about .box .img
{
    overflow: hidden;
}
.index_about .box .img img
{
    width: 100%;
    transition: 4s;
}
.index_about .box .main
{
    position: absolute;
    top: 5.875rem;
    left: 0;
    text-align: center;
    width: 100%;
}
.index_about .box .main .content1
{
    font-size: 3rem;
    color: #fff;
}
.index_about .box .main .content2
{
    font-size: 1rem;
    color: #fff;
    line-height: 2.25rem;
    width: 55.625rem;
    margin: 1.5625rem auto 0;
    text-shadow: 0 8px 1.25rem rgba(0,0,0,.5);
}
.index_about .box .main .content3
{
    margin: 3.75rem 0 0;
    text-align: center;
}
.index_about .box .main .content3 a
{
    margin: auto;
}
.index_about:hover .box .img img
{
    transform: scale(1.1);
}
.index_news>.box .boxleft
{
    box-sizing: border-box;
    width: 32rem;
    padding-left: 5.2vw;
    position: relative;
}
.index_news>.box .boxleft .content1
{
    margin-top: 12.25rem;
}
.index_news>.box .boxleft .content1 ul li
{
    margin-bottom: 2rem;
}
.index_news>.box .boxleft .content1 ul li a
{
    padding-bottom: .625rem;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    transition: .4s;
    border-bottom: 1px solid #fff;
}
.index_news>.box .boxleft .content1 ul li a:hover
{
    color: #c9182d;
}
.index_news>.box .boxleft .content1 ul .active a
{
    color: #c9182d;
    border-bottom: 1px solid #c9182d;
}
.index_news>.box .boxleft .content2
{
    position: absolute;
    left: 5.2vw;
    bottom: 0;
}
.index_news>.box .boxRight
{
    width: calc(100% - 32rem);
    box-sizing: border-box;
    position: relative;
}
.index_news>.box .boxRight .banner .swiper-slide
{
    width: 28rem;
}
.index_news>.box .boxRight .banner .item
{
    transition: .4s;
}
.index_news>.box .boxRight .banner .item:nth-child(3n)
{
    margin-right: 0;
}
.index_news>.box .boxRight .banner .item a
{
    display: block;
}
.index_news>.box .boxRight .banner .item a .content1
{
    overflow: hidden;
    border-radius: 5px;
}
.index_news>.box .boxRight .banner .item a .content1 img
{
    width: 100%;
    transition: .4s;
}
.index_news>.box .boxRight .banner .item a .content2
{
    padding: 2.1875rem 0 0;
}
.index_news>.box .boxRight .banner .item a .content3
{
    font-size: 1rem;
    color: #999;
    font-family: 'gilroy_regular';
}
.index_news>.box .boxRight .banner .item a .content3 img
{
    margin-right: .625rem;
    vertical-align: middle;
}
.index_news>.box .boxRight .banner .item a .content4
{
    font-size: 1.375rem;
    color: #000;
    margin: 1.25rem 0;
    transition: .4s;
}
.index_news>.box .boxRight .banner .item a .content5
{
    font-size: 1rem;
    color: #888;
    line-height: 2rem;
    height: 4rem;
}
.index_news>.box .boxRight .banner .item a .content6
{
    margin-top: 3rem;
    font-size: 1rem;
    color: #c9182d;
    font-family: 'gilroy_bold';
}
.index_news>.box .boxRight .banner .item a .content6 span
{
    position: relative;
    top: 2px;
}
.index_news>.box .boxRight .banner .item:hover a .content1 img
{
    transform: scale(1.1);
}
.index_news>.box .boxRight .banner .item:hover a .content4
{
    color: #c9182d;
}
.index_news>.box .boxRight .page
{
    margin-top: 4.625rem;
    position: relative;
    height: 1px;
    width: calc(100% - 5.2vw);
}
.index_news>.box .boxRight .page .swiper-pagination-progressbar
{
    width: 100%;
    height: 100%;
}
.index_news>.box .boxRight .button
{
    position: absolute;
    bottom: -25px;
    left: 12.5rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    line-height: 50px;
    box-shadow: 0 0 1rem #fdeff0;
}
.index_news>.box .boxRight .button p
{
    flex: 1;
    text-align: center;
    cursor: pointer;
}
.index_news>.box .boxRight .button p span
{
    color: #999;
    transition: .4s;
    cursor: pointer;
}
.index_news>.box .boxRight .button p span:hover
{
    color: #c9182d;
}
.index_footer
{
    background: #efefef;
    padding: 5.625rem 0 0;
}
.index_footer .box .boxTop .nav .item
{
    margin-right: 11.25rem;
}
.index_footer .box .boxTop .nav .item h5
{
    font-size: 1.125rem;
    color: #333;
    font-weight: bold;
}
.index_footer .box .boxTop .nav .item ul
{
    margin-top: 1rem;
}
.index_footer .box .boxTop .nav .item ul li a
{
    font-size: 1rem;
    color: #666;
    line-height: 2.875rem;
}
.index_footer .box .boxTop .information>div
{
    margin-bottom: 2.625rem;
}
.index_footer .box .boxTop .information>div h5
{
    font-size: 1.125rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 1.2rem;
}
.index_footer .box .boxTop .information>div p
{
    font-size: 1.625rem;
    color: #c9182d;
    font-family: 'gilroy_bold';
}
.index_footer .box .boxTop .information>div p img
{
    margin-right: .3125rem;
    height: 2.5rem;
}
.index_footer .box .boxTop .information>div div p
{
    position: relative;
    margin-right: .3125rem;
}
.index_footer .box .boxTop .information>div div p>img
{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.index_footer .box .boxTop .information>div div p:hover>img
{
    display: block;
}
.index_footer .box .boxTop .ewm p
{
    font-size: .875rem;
    color: #666;
    text-align: center;
    margin-left: 1.25rem;
}
.index_footer .box .boxTop .ewm p img
{
    margin-bottom: .5rem;
    width: 8.1875rem;
}
.index_footer .box .boxBot
{
    border-top: 1px solid #ddd;
    margin-top: 4.375rem;
    padding: 3.375rem 0;
}
.index_footer .box .boxBot .left
{
    font-size: 1rem;
    color: #999;
    line-height: 1.5rem;
}
.index_footer .box .boxBot .left a
{
    color: #999;
}
.index_footer .box .boxBot .right
{
    font-size: 1rem;
    color: #999;
    line-height: 1.5rem;
}
.index_footer .box .boxBot .right a
{
    color: #999;
}
.index_fixed
{
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: 3.5rem;
    display: none;
}
.index_fixed .kefu
{
    background: #c9182d;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.index_fixed .kefu a
{
    display: block;
    width: 50px;
    padding: 14px 0;
}
.index_fixed .item
{
    margin-top: 5px;
    width: 50px;
    padding: 14px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    position: relative;
    cursor: pointer;
}
.index_fixed .item>img
{
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.index_fixed .item span
{
    position: absolute;
    right: 55px;
    top: 50%;
    display: block;
    border: 5px solid transparent;
    border-left-color: #fff;
    transform: translateY(-50%);
    display: none;
}
.index_fixed .item:hover>img
{
    display: block;
}
.index_fixed .item:hover span
{
    display: block;
}
.rn_barend
{
    background: #f8f8f8;
}
.rn_barend .box
{
    font-size: 1rem;
    color: #666;
    line-height: 4.875rem;
}
.rn_barend .box a
{
    color: #666;
}
.rn_barend .box i
{
    font-size: 1rem;
}
.rn_barend .box a img
{
    position: relative;
    margin-right: .625rem;
    top: -3px;
}
.rn_barend .box span
{
    color: #c9182d;
}
.rn_barend1
{
    background: none;
    border-bottom: 1px solid #eee;
}
.rn_product
{
    position: relative;
}
.rn_product .box .boxLeft
{
    width: 27rem;
}
.rn_product .box .boxLeft article
{
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    max-height: 84vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.rn_product .box .boxLeft article::-webkit-scrollbar
{
    width: 1px;
    height: 2px;
}
.rn_product .box .boxLeft article::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    background: rgba(201,24,25,.2);
}
.rn_product .box .boxLeft article::-webkit-scrollbar-track
{
    border-radius: 2px;
    background: #f9f9f9;
}
.rn_product .box .boxLeft .item .boxTop
{
    border-bottom: 1px solid #eee;
    line-height: 4.375rem;
    cursor: pointer;
    transition: .4s;
}
.rn_product .box .boxLeft .item .boxTop .left
{
    font-size: 1.375rem;
    color: #000;
    font-weight: bold;
    transition: .4s;
}
.rn_product .box .boxLeft .item .boxTop .right span
{
    display: inline-block;
    width: 1rem;
    height: 2px;
    background: #aaa;
    position: relative;
    transition: .4s;
}
.rn_product .box .boxLeft .item .boxTop .right span::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    transform: rotate(90deg);
    transition: .4s;
}
.rn_product .box .boxLeft .item .boxTop:hover .left
{
    color: #c9182d;
}
.rn_product .box .boxLeft .item .boxTop:hover .right span
{
    background: #c9182d;
}
.rn_product .box .boxLeft .item .boxTop:hover .right span::after
{
    background: #c9182d;
}
.rn_product .box .boxLeft .item .boxBot
{
    display: none;
}
.rn_product .box .boxLeft .item .boxBot ul
{
    padding: 1.5rem 0;
}
.rn_product .box .boxLeft .item .boxBot ul li
{
    line-height: 3.125rem;
}
.rn_product .box .boxLeft .item .boxBot ul li a
{
    font-size: 1.125rem;
    color: #666;
    display: inline-block;
    transition: .4s;
}
.rn_product .box .boxLeft .item .boxBot ul li a span
{
    transition: .4s;
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 1.25rem;
    vertical-align: middle;
}
.rn_product .box .boxLeft .item .boxBot ul li:hover a
{
    color: #c9182d;
}
.rn_product .box .boxLeft .item .boxBot ul li:hover a span
{
    background: #c9182d;
}
.rn_product .box .boxLeft .item .boxBot ul .active a
{
    color: #c9182d;
}
.rn_product .box .boxLeft .item .boxBot ul .active a span
{
    background: #c9182d;
}
.rn_product .box .boxLeft .on .boxTop .left
{
    color: #c9182d;
}
.rn_product .box .boxLeft .on .boxTop .right span
{
    background: #c9182d;
}
.rn_product .box .boxLeft .on .boxTop .right span::after
{
    background: #c9182d;
    transform: rotate(0);
}
.rn_product .box .boxLeft .on .boxBot
{
    display: block;
}
.rn_product .box .boxRight
{
    width: calc(100% - 27rem);
    box-sizing: border-box;
    padding-left: 4.375rem;
}
.rn_product .box .boxRight .artice
{
    padding: 3.75rem;
    border: 1px solid #eee;
    border-top: 0;
}
.rn_product .box .boxRight .artice h5
{
    font-size: 1.875rem;
    font-weight: bold;
}
.rn_product .box .boxRight .artice div
{
    margin-top: 1rem;
    font-size: 1.125rem;
    color: #666;
    line-height: 2.25rem;
}
.rn_product .box .boxRight .list
{
    margin-bottom: 4.375rem;
}
.rn_product .box .boxRight .list .item
{
    width: 33.333%;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.rn_product .box .boxRight .list .item a
{
    display: block;
    text-align: center;
    padding: 4.375rem 0 11.875rem;
    position: relative;
}
.rn_product .box .boxRight .list .item a .content1
{
    height: 13.75rem;
    width: 100%;
}
.rn_product .box .boxRight .list .item a .content1 img
{
    max-width: 100%;
    max-height: 100%;
    transition: .4s;
}
.rn_product .box .boxRight .list .item a .content2
{
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    transition: .4s;
}
.rn_product .box .boxRight .list .item a .content2 h5
{
    font-size: 1.5rem;
    font-family: 'gilroy_bold';
    color: #000;
    transition: .4s;
}
.rn_product .box .boxRight .list .item a .content2 h6
{
    font-size: 1rem;
    color: #888;
    margin-top: .75rem;
}
.rn_product .box .boxRight .list .item a .content2 p
{
    margin-top: 1.625rem;
    font-family: 'gilroy_bold';
    font-size: 1rem;
    color: #c9182d;
    opacity: 0;
    transition: .4s;
}
.rn_product .box .boxRight .list .item:hover a .content1 img
{
    transform: scale(.9);
}
.rn_product .box .boxRight .list .item:hover a .content2
{
    bottom: 4.5rem;
}
.rn_product .box .boxRight .list .item:hover a .content2 h5
{
    color: #c9182d;
}
.rn_product .box .boxRight .list .item:hover a .content2 p
{
    opacity: 1;
}
.index_page .page .yeshu .button p
{
    background: #e0e0e0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: .4s;
}
.index_page .page .yeshu .button p a
{
    color: #fff;
    display: block;
}
.index_page .page .yeshu .button p:hover
{
    background: #c9182d;
}
.index_page .page .yeshu .number
{
    margin: 0 .8rem;
}
.index_page .page .yeshu .number a
{
    padding: 0 1.25rem;
    display: inline-block;
    line-height: 40px;
    color: #000;
    font-family: 'gilroy_bold';
}
.index_page .page .yeshu .number a:hover
{
    color: #c9182d;
}
.index_page .page .yeshu .number .active
{
    color: #c9182d;
}
.index_page .page .tiaozhuan
{
    margin-left: 2.125rem;
}
.index_page .page .tiaozhuan .flexBetween
{
    font-size: 1.125rem;
    color: #122133;
    line-height: 40px;
}
.index_page .page .tiaozhuan .flexBetween input[type='text']
{
    display: inline-block;
    border: 0;
    width: 32px;
    text-align: center;
    border-bottom: 1px solid #000;
}
.index_page .page .tiaozhuan .flexBetween input[type='submit']
{
    display: inline-block;
    border: 0;
    width: 84px;
    text-align: center;
    height: 40px;
    background: #c9182d;
    color: #fff;
    cursor: pointer;
    margin-left: 2.125rem;
}
.pro_nav
{
    background: #f8f8f8;
    padding: 2rem 0;
    position: relative;
    transition: .4s;
}
.pro_nav.on
{
    position: sticky;
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 3;
}
.pro_nav.active
{
    top: -200px;
}
.pro_nav .box .main
{
    position: relative;
}
.pro_nav .box .main .button p
{
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.pro_nav .box .main .button p span
{
    font-size: 1.5rem;
    color: #999;
    cursor: pointer;
}
.pro_nav .box .main .button p span:hover
{
    color: #c9182d;
}
.pro_nav .box .main .button .prev
{
    left: 0;
}
.pro_nav .box .main .button .next
{
    right: 0;
}
.pro_nav .box .main .banner
{
    width: 100%;
}
.pro_nav .box .main .swiper-slide
{
    width: 7.5rem;
}
.pro_nav .box .main .item a
{
    display: block;
    text-align: center;
}
.pro_nav .box .main .item a .top
{
    height: 5.625rem;
    display: flex;
    align-items: center;
}
.pro_nav .box .main .item a .top img
{
    margin: auto;
    max-height: 100%;
}
.pro_nav .box .main .item a .bot
{
    margin-top: 1.125rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
}
.pro_nav .box .main .active a .bot
{
    color: #c9182d;
}
.index_link1 a
{
    font-size: 1rem;
    display: block;
    width: 10rem;
    line-height: 3.4375rem;
    color: #fff;
    background: #c9182d;
    text-align: center;
    position: relative;
}
.index_link1 a img
{
    position: relative;
    transition: .4s;
    max-height: 1.125rem;
}
.index_link1 a::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c9182d;
    transition: .4s;
}
.index_link1 a span
{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.index_link1 a:hover::after
{
    transform: scaleX(1.2);
}
.pro_info1 .box
{
    text-align: center;
}
.pro_info1 .box h5
{
    font-size: 3rem;
}
.pro_info1 .box h6
{
    font-size: 1.5rem;
    line-height: 2.625rem;
    padding: 0 6.25rem;
    margin: 2rem 0 0;
}
.pro_info1 .box .link
{
    margin-top: 3.125rem;
}
.pro_info1 .box .img
{
    margin-top: 5.625rem;
    text-align: center;
}
.pro_info1 .box .img img
{
    max-width: 100%;
}
.pro_info2
{
    position: relative;
}
.pro_info2 .img img
{
    width: 100%;
}
.pro_info2 .main
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pro_info2 .main .box
{
    position: relative;
    z-index: 2;
    height: 100%;
}
.pro_info2 .main .box .boxleft
{
    width: 50%;
    height: 100%;
    display: flex;/* align-items: center; */
}
.pro_info2 .main .box .boxleft img
{/* position: absolute;
  left: 0;
  bottom: 0; */
    max-width: 100%;/* width: 30.5rem; */
}
.pro_info2 .main .box .boxRight
{
    width: 50%;
    display: flex;
    align-items: center;
}
.pro_info2 .main .box .boxRight .content1
{
    font-size: 3rem;
    color: #fff;/* margin-top: 17.5rem; */
}
.pro_info2 .main .box .boxRight .content2
{
    color: #fff;
    opacity: .8;
    font-size: 1.375rem;
    line-height: 2.625rem;
    margin-top: 1.875rem;
}
.pro_info2 .main .box .boxRight .content3
{
    margin-top: 4.375rem;
}
.pro_info2 .main .box .boxRight .content3 p
{
    margin-bottom: 1.5625rem;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.375rem;
    position: relative;
    padding-left: 2rem;
}
.pro_info2 .main .box .boxRight .content3 p span
{
    margin-right: 1.75rem;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c9182d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .75rem;
}
.pro_info3
{
    background: #efefef;
    padding: 17rem 0 12rem;
}
.pro_info3 .box .boxLeft
{
    width: 47%;
    text-align: justify;
    display: flex;
    align-items: center;
}
.pro_info3 .box .boxLeft .content1
{
    font-size: 3rem;
}
.pro_info3 .box .boxLeft .content2
{
    opacity: .8;
    font-size: 1.375rem;
    line-height: 2.625rem;
    margin-top: 1.875rem;
    padding-right: 7.1875rem;
    text-align: justify;
}
.pro_info3 .box .boxLeft .content3
{
    margin-top: 4.375rem;
}
.pro_info3 .box .boxLeft .content3 p
{
    margin-bottom: 1.5625rem;
    font-size: 1.5rem;
    line-height: 2.375rem;
    position: relative;
    padding-left: 2rem;
}
.pro_info3 .box .boxLeft .content3 p span
{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c9182d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .75rem;
}
.pro_info3 .box .boxRight
{
    width: 50%;
    display: flex;
    align-items: center;
}
.pro_info3 .box .boxRight img
{
    max-width: 100%;
}
.pro_info4 .box
{
    padding-top: 7.5rem;/* padding-bottom: 5rem; */
}
.pro_info4 .box .boxLeft
{
    width: 50%;
    display: flex;
    align-items: center;
}
.pro_info4 .box .boxLeft .content1
{
    font-size: 3rem;
}
.pro_info4 .box .boxLeft .content2
{
    opacity: .8;
    font-size: 1.375rem;
    line-height: 2.625rem;
    margin-top: 1.875rem;
    padding-right: 7.1875rem;
    text-align: justify;
}
.pro_info4 .box .boxLeft .content3
{
    margin-top: 4.375rem;
}
.pro_info4 .box .boxLeft .content3 p
{
    margin-bottom: 1.5625rem;
    font-size: 1.5rem;
    line-height: 2.375rem;
    position: relative;
    padding-left: 2rem;
}
.pro_info4 .box .boxLeft .content3 p span
{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c9182d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .75rem;
}
.pro_info4 .box .boxRight
{
    box-sizing: border-box;/* padding-left: 10.25rem; */
    width: 50%;
    display: flex;
    align-items: center;
}
.pro_info4 .box .boxRight img
{
    margin-top: 2.1875rem;
    max-width: 100%;
}
.pro_info6 .box .boxLeft
{
    width: 43%;
}
.pro_info6 .box .boxLeft .content1
{
    font-size: 3rem;
    font-family: 'gilroy_bold';
}
.pro_info6 .box .boxLeft .xian
{
    margin-top: 1rem;
}
.pro_info6 .box .boxLeft .xian span
{
    display: inline-block;
    width: 3rem;
    height: 2px;
    background: #c9182d;
}
.pro_info6 .box .boxLeft .content2
{
    margin-top: 1.625rem;
    margin-right: 6rem;
}
.pro_info6 .box .boxLeft .content2 p
{
    position: relative;
    font-size: 1.0625rem;
    color: #666;
    line-height: 1.875rem;
    padding-left: 1.875rem;/* text-transform: uppercase; */
    margin: 0 0 1rem;
}
.pro_info6 .box .boxLeft .content2 p span
{
    position: absolute;
    top: .75rem;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e5e5e5;
    display: none;
}
.pro_info6 .box .boxLeft .content3
{
    margin-top: 4rem;
}
.pro_info6 .box .boxRight
{
    width: 57%;
    box-sizing: border-box;
}
.pro_info6 .box .boxRight .banner
{
    width: 80%;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
}
.pro_info6 .box .boxRight .banner .swiper-slide
{
    display: flex;
    align-items: center;
    height: 40.125rem;
}
.pro_info6 .box .boxRight .banner .swiper-slide img
{
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}
.pro_info6 .box .boxRight .banner1
{
    width: 18%;
}
.pro_info6 .box .boxRight .banner1 .swiper-container
{
    height: 40.125rem;
}
.pro_info6 .box .boxRight .banner1 .swiper-slide
{
    height: 8.125rem;
    box-sizing: border-box;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pro_info6 .box .boxRight .banner1 img
{
    max-width: 76%;
    max-height: 76%;
    margin: auto;
}
.pro_info6 .box .boxRight .banner1 .swiper-slide-thumb-active
{
    border: 1px solid #c9182d;
}
.lpkButton p
{
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.lpkButton p span
{
    font-size: 1.6rem;
    color: #999;
    cursor: pointer;
}
.lpkButton p span:hover
{
    color: #c9182d;
}
.lpkButton .prev
{
    left: 2.25rem;
}
.lpkButton .next
{
    right: 2.25rem;
}
.pro_toggle
{
    margin-top: 3.75rem;
}
.pro_toggle .box .item
{
    width: 25%;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 4.875rem;
    background: #f8f8f8;
    text-align: center;
    transition: .4s;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    cursor: pointer;
}
.pro_toggle .box .item:last-child
{
    border-right: 0;
}
.pro_toggle .box .item:hover
{
    background: #c9182d;
    color: #fff;
}
.pro_toggle .box .active
{
    background: #c9182d;
    color: #fff;
}
.pro_toggle_main .box
{
    box-sizing: border-box;
}
.pro_toggle_main .box .list
{
    display: none;
}
.pro_toggle_main .box .list1
{
    padding: 0 3.75rem 5rem;
}
.pro_toggle_main .box .list1 .item
{
    margin-top: 6.125rem;
}
.pro_toggle_main .box .list1 .item h5
{
    font-size: 1.25rem;
    font-weight: bold;
}
.pro_toggle_main .box .list1 .item p
{
    text-align: center;
    margin-top: 2.875rem;
}
.pro_toggle_main .box .list1 .item p img
{
    max-width: 100%;
}
.pro_toggle_main .box .list1 .item .p1
{
    margin-top: 4.5rem;
    text-align: left;
}
.pro_toggle_main .box .list2
{
    padding: 0 3.75rem;
}
.pro_toggle_main .box .list2 .table .item
{
    border-bottom: 1px solid #eee;
    padding: 3.5rem 0;
}
.pro_toggle_main .box .list2 .table .item:last-child
{
    border: 0;
}
.pro_toggle_main .box .list2 .table .item .left
{
    font-size: 1.25rem;
    font-weight: bold;
    width: 16rem;
    box-sizing: border-box;
    line-height: 3rem;
}
.pro_toggle_main .box .list2 .table .item .right
{
    width: calc(100% - 16rem);
}
.pro_toggle_main .box .list2 .table .item .right ul li
{
    line-height: 3rem;
}
.pro_toggle_main .box .list2 .table .item .right ul li .h5
{
    width: 12.5rem;
    font-size: 1rem;
    font-weight: bold;
}
.pro_toggle_main .box .list2 .table .item .right ul li .text
{
    width: calc(100% - 12.5rem);
    font-size: 1rem;
    color: #666;
}
.pro_toggle_main .box .list3 .item_list
{
    padding-bottom: 5rem;
}
.pro_toggle_main .box .list3 .item_list .item
{
    width: 48.5%;
    border: 1px solid #eee;
    margin-bottom: 1.875rem;
}
.pro_toggle_main .box .list3 .item_list .item a
{
    padding: 1.75rem 2.8125rem 2rem;
}
.pro_toggle_main .box .list3 .item_list .item a .left h5
{
    font-size: 1.5rem;
    color: #333;
}
.pro_toggle_main .box .list3 .item_list .item a .left p
{
    font-size: 1rem;
    color: #999;
    margin-top: .625rem;
}
.pro_toggle_main .box .list3 .item_list .item a .right
{
    margin-top: .42rem;
}
.pro_toggle_main .box .list3 .item_list .item a .right p
{
    font-size: 1rem;
    color: #c9182d;
    line-height: 2.875rem;
    width: 8.75rem;
    text-align: center;
    border: 1px solid #c9182d;
    transition: .4s;
}
.pro_toggle_main .box .list3 .item_list .item a .right p .img2
{
    display: none;
}
.pro_toggle_main .box .list3 .item_list .item a:hover .right p
{
    background: #c9182d;
    color: #fff;
}
.pro_toggle_main .box .list3 .item_list .item a:hover .right p .img1
{
    display: none;
}
.pro_toggle_main .box .list3 .item_list .item a:hover .right p .img2
{
    display: inline-block;
}
.pro_toggle_main .box .list4 .item_box
{
    padding: 6.125rem 0;
}
.pro_toggle_main .box .list4 .item_box .item
{
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.pro_toggle_main .box .list4 .item_box .item a
{
    display: block;
    text-align: center;
    padding: 4.375rem 0 11.875rem;
    position: relative;
}
.pro_toggle_main .box .list4 .item_box .item a .content1
{
    height: 13.75rem;
    width: 100%;
}
.pro_toggle_main .box .list4 .item_box .item a .content1 img
{
    max-width: 100%;
    max-height: 100%;
    transition: .4s;
}
.pro_toggle_main .box .list4 .item_box .item a .content2
{
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    transition: .4s;
}
.pro_toggle_main .box .list4 .item_box .item a .content2 h5
{
    font-size: 1.5rem;
    font-family: 'gilroy_bold';
    color: #000;
    transition: .4s;
}
.pro_toggle_main .box .list4 .item_box .item a .content2 h6
{
    font-size: 1rem;
    color: #888;
    margin-top: .75rem;
}
.pro_toggle_main .box .list4 .item_box .item a .content2 p
{
    margin-top: 1.625rem;
    font-family: 'gilroy_bold';
    font-size: 1rem;
    color: #c9182d;
    opacity: 0;
    transition: .4s;
}
.pro_toggle_main .box .list4 .item_box .item:hover a .content1 img
{
    transform: scale(.9);
}
.pro_toggle_main .box .list4 .item_box .item:hover a .content2
{
    bottom: 4.5rem;
}
.pro_toggle_main .box .list4 .item_box .item:hover a .content2 h5
{
    color: #c9182d;
}
.pro_toggle_main .box .list4 .item_box .item:hover a .content2 p
{
    opacity: 1;
}
.pro_toggle_main .box .active
{
    display: block;
}
.rn_banner
{
    position: relative;
    z-index: -1;
}
.rn_banner .img img
{
    width: 100%;
    height: 37.5rem;
    object-fit: cover;
}
.rn_banner .img video
{
    width: 100%;
    height: 37.5rem;
    object-fit: cover;
}
.rn_banner .box
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.rn_banner .box div
{
    width: 100%;
    text-align: center;
}
.rn_banner .box h5
{
    font-size: 3.25rem;
    color: #fff;
    width: 100%;
}
.rn_banner .box p
{
    font-size: 1.5rem;
    color: #fff;
    margin-top: 1.375rem;
}
.rn_two_nav
{
    background: #f8f8f8;
}
.rn_two_nav .box .banner .swiper-slide
{
    width: 6.875rem;
    text-align: center;
}
.rn_two_nav .box .banner .swiper-slide a
{
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
    line-height: 4.75rem;
}
.rn_two_nav .box .banner .active a
{
    color: #c9182d;
    border-bottom: 2px solid #c9182d;
}
.rn_case .box .list .item
{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.rn_case .box .list .item:nth-child(3n)
{
    margin-right: 0;
}
.rn_case .box .list .item a
{
    display: block;
    position: relative;
}
.rn_case .box .list .item a .img
{
    position: relative;
    overflow: hidden;
}
.rn_case .box .list .item a .img img
{
    width: 100%;
    transition: .4s;
}
.rn_case .box .list .item a .img::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));
}
.rn_case .box .list .item a .text
{
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 0 3rem;
    transition: .4s;
}
.rn_case .box .list .item a .text h5
{
    font-size: 1.5rem;
    color: #fff;
}
.rn_case .box .list .item a .text h6
{
    font-size: 1rem;
    color: #fff;
    margin-top: 1.125rem;
}
.rn_case .box .list .item a .text p
{
    margin-top: 1.875rem;
    font-size: 1rem;
    font-family: 'gilroy_bold';
    color: #fff;
    line-height: 1.25rem;
    opacity: 0;
    transition: .4s;
}
.rn_case .box .list .item:hover a .img img
{
    transform: scale(1.1);
}
.rn_case .box .list .item:hover a .text
{
    bottom: 2.8125rem;
}
.rn_case .box .list .item:hover a .text p
{
    opacity: 1;
}
.rn_case .index_page
{
    margin-top: 5rem;
}
.rn_title
{
    background: #f8f8f8;
}
.rn_title .box .boxleft
{
    line-height: 5rem;
}
.rn_title .box .boxleft ul li
{
    margin-right: 5.75rem;
}
.rn_title .box .boxleft ul li a
{
    font-size: 1.125rem;
    color: #000;
    display: block;
    font-weight: bold;
}
.rn_title .box .boxleft ul .active a
{
    color: #c9182d;
    border-bottom: 2px solid #c9182d;
}
.rn_title .box .boxRight
{
    font-size: 1rem;
    color: #666;
    line-height: 4.875rem;
}
.rn_title .box .boxRight a
{
    color: #666;
}
.rn_title .box .boxRight i
{
    font-size: 1rem;
}
.rn_title .box .boxRight a img
{
    position: relative;
    margin-right: .625rem;
    top: -3px;
}
.rn_title .box .boxRight span
{
    color: #c9182d;
}
.rn_case_info>.box .boxLeft
{
    width: 50%;
}
.rn_case_info>.box .boxLeft .content1 span
{
    display: inline-block;
    width: 3rem;
    height: 2px;
    background: #c9182d;
    margin-top: 1.5rem;
}
.rn_case_info>.box .boxLeft .content2
{
    margin-top: 2rem;
    font-size: 1.0625rem;
    color: #666;
    line-height: 2.375rem;
}
.rn_case_info>.box .boxLeft .content3
{
    margin-top: 3rem;
}
.rn_case_info>.box .boxLeft .content3 .item
{
    padding: 0 5rem;
    border-right: 1px solid #ddd;
}
.rn_case_info>.box .boxLeft .content3 .item:last-child
{
    border: 0;
}
.rn_case_info>.box .boxLeft .content3 .item:first-child
{
    padding-left: 0;
}
.rn_case_info>.box .boxLeft .content3 .item div
{
    font-size: 1.125rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.rn_case_info>.box .boxLeft .content3 .item div:last-child
{
    margin-bottom: 0;
}
.rn_case_info>.box .boxLeft .content4
{
    margin-top: 4.875rem;
}
.rn_case_info>.box .boxLeft .content4 .item
{
    margin-right: 1.625rem;
}
.rn_case_info>.box .boxLeft .content4 .item a
{
    display: block;
    font-size: 1rem;
    color: #c9182d;
    font-weight: bold;
    width: 10.375rem;
    text-align: center;
    line-height: 3.25rem;
    border: 1px solid #c9182d;
    transition: .3s;
}
.rn_case_info>.box .boxLeft .content4 .item a img
{
    margin-right: .3125rem;
}
.rn_case_info>.box .boxLeft .content4 .item a .img2
{
    display: none;
}
.rn_case_info>.box .boxLeft .content4 .item a:hover
{
    background: #c9182d;
    color: #fff;
}
.rn_case_info>.box .boxLeft .content4 .item a:hover .img1
{
    display: none;
}
.rn_case_info>.box .boxLeft .content4 .item a:hover .img2
{
    display: inline-block;
}
.rn_case_info>.box .boxRight
{
    width: 43%;
}
.rn_case_info>.box .boxRight p
{
    overflow: hidden;
}
.rn_case_info>.box .boxRight p img
{
    width: 100%;
    transition: .4s;
}
.rn_case_info>.box .boxRight p:hover img
{
    transform: scale(1.1);
}
.case_three
{
    background: #f8f8f8;
}
.case_three .box .item
{
    background: #fff;
    width: 32%;
    box-sizing: border-box;
    padding: 4.375rem 4.375rem 3rem 4.375rem;
}
.case_three .box .item .content1 img
{
    height: 4.375rem;
}
.case_three .box .item .content2
{
    font-size: 1.75rem;
    color: #000;
    margin: 1.5rem 0;
}
.case_three .box .item .content3
{
    font-size: 1rem;
    line-height: 2.25rem;
}
.case_fangAn .box .boxleft
{
    width: 50%;
}
.case_fangAn .box .boxleft img
{
    width: 100%;
}
.case_fangAn .box .boxRight
{
    width: 50%;
    padding-top: 2rem;
}
.case_fangAn .box .boxRight table
{
    width: 100%;
}
.case_fangAn .box .boxRight table th
{
    background: #c9182d;
    color: #fff;
    height: 4.875rem;
    box-sizing: border-box;
    width: 20%;
    padding: 0 1rem;
    font-size: 1.125rem;
    border: 1px solid #eee;
}
.case_fangAn .box .boxRight table th:nth-child(2)
{
    width: 30%;
}
.case_fangAn .box .boxRight table th:nth-child(3)
{
    width: 8%;
}
.case_fangAn .box .boxRight table th:nth-child(4)
{
    width: 22%;
}
.case_fangAn .box .boxRight table td
{
    width: 12%;
    padding: 0 1.375rem;
    font-size: 1.125rem;
    height: 4.875rem;
    border: 1px solid #eee;
}
.case_fangAn .box .boxRight table td:nth-child(4)
{
    font-size: 1rem;
}
.case_fangAn .box .boxRight table td a
{
    font-size: 1rem;
    color: #c9182d;
}
.case_fangAn .box .boxRight table td a span
{
    font-size: 1rem;
}
.rn_case1
{
    background: #f8f8f8;
}
.download_box
{
    position: relative;
}
.download_box .box .boxLeft
{
    width: 23rem;
}
.download_box .box .boxLeft article
{
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    max-height: 84vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.download_box .box .boxLeft .item
{
    border-bottom: 1px solid #eee;
}
.download_box .box .boxLeft .item .title
{
    cursor: pointer;
}
.download_box .box .boxLeft .item .title .left
{
    font-size: 1.375rem;
    line-height: 4.375rem;
    color: #000;
}
.download_box .box .boxLeft .item .title .right
{
    display: flex;
    align-items: center;
}
.download_box .box .boxLeft .item .title .right span
{
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #aaa;
    position: relative;
    transition: .4s;
}
.download_box .box .boxLeft .item .title .right span::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    transform: rotate(90deg);
    transition: .4s;
}
.download_box .box .boxLeft .item .title .right.on span::after
{
    transform: rotate(0deg);
}
.download_box .box .boxLeft .item .item_select
{
    display: none;
}
.download_box .box .boxLeft .item .item_select .title_select
{
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 0 1.25rem;
    cursor: pointer;
}
.download_box .box .boxLeft .item .item_select_box.active .title_select .left
{
    color: #c9182d;
}
.download_box .box .boxLeft .item .item_select_box.active .title_select .right span
{
    background: #c9182d;
}
.download_box .box .boxLeft .item .item_select_box.active .title_select .right span::after
{
    background: #c9182d;
}
.download_box .box .boxLeft .item .item_select .title_select .left
{
    font-size: 1.125rem;
    line-height: 4.375rem;
}
.download_box .box .boxLeft .item .item_select .title_select .right
{
    display: flex;
    align-items: center;
}
.download_box .box .boxLeft .item .item_select .title_select .right span
{
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #aaa;
    position: relative;
    transition: .4s;
}
.download_box .box .boxLeft .item .item_select .title_select .right span::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    transform: rotate(90deg);
    transition: .4s;
}
.download_box .box .boxLeft .item .item_select .title_select .right.on span::after
{
    transform: rotate(0deg);
}
.download_box .box .boxLeft .item .item_select ul
{
    display: none;
    box-sizing: border-box;
    padding: 1.25rem 1.25rem;
}
.download_box .box .boxLeft .item .item_select ul li
{
    line-height: 3.125rem;
}
.download_box .box .boxLeft .item .item_select ul li a
{
    display: block;
    font-size: 1.125rem;
    color: #666;
    display: inline-block;
    transition: .4s;
}
.download_box .box .boxLeft .item .item_select ul li a span
{
    transition: .4s;
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 1.25rem;
    vertical-align: middle;
}
.download_box .box .boxLeft .item .item_select ul li a:hover
{
    color: #c9182d;
}
.download_box .box .boxLeft .item .item_select ul li a:hover span
{
    background: #c9182d;
}
.download_box .box .boxLeft .item .item_select ul li.active a
{
    color: #c9182d;
}
.download_box .box .boxLeft .item .item_select ul li.active a span
{
    background: #c9182d;
}
.download_box .box .boxLeft .item .item_select .item_select_box
{
    border-bottom: 1px solid #eee;
}
.download_box .box .boxLeft .item .item_select .item_select_box:last-child
{
    border: 0;
}
.download_box .box .boxLeft .item .item_select .item_select_box.active ul
{
    display: block;
}
.download_box .box .boxLeft .item.active .title .left
{
    color: #c9182d;
}
.download_box .box .boxLeft .item.active .title .right span
{
    background: #c9182d;
}
.download_box .box .boxLeft .item.active .title .right span::after
{
    background: #c9182d;
}
.download_box .box .boxLeft .item.active .item_select
{
    display: block;
}
.download_box .box .boxRight
{
    width: calc(100% - 27rem);
}
.download_box .box .boxRight .boxTop
{
    border: 1px solid #eee;
    border-top: 0;
    padding: 3.75rem 3.125rem 2.5rem;
}
.download_box .box .boxRight .boxTop .left
{
    font-size: 1.875rem;
}
.download_box .box .boxRight .boxTop .right form .search
{
    position: relative;
}
.download_box .box .boxRight .boxTop .right form .search>input
{
    width: 20.625rem;
    display: block;
    font-size: 1rem;
    color: #666;
    height: 3.125rem;
    border: 0;
    padding: 0 1.875rem;
    background: #f8f8f8;
    box-sizing: border-box;
}
.download_box .box .boxRight .boxTop .right form .search p
{
    position: absolute;
    right: 1.5rem;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.download_box .box .boxRight .boxTop .right form .search p input
{
    display: none;
}
.download_box .box .boxRight .boxBottom .item
{
    border: 1px solid #eee;
    border-top: 0;
}
.download_box .box .boxRight .boxBottom .item a
{
    padding: 1.875rem 3.125rem;
}
.download_box .box .boxRight .boxBottom .item a .left div
{
    font-size: 1.5rem;
    color: #000;
}
.download_box .box .boxRight .boxBottom .item a .left p
{
    font-size: 1rem;
    color: #999;
    margin-top: .625rem;
}
.download_box .box .boxRight .boxBottom .item a .right p
{
    font-size: 1rem;
    color: #c9182d;
    font-weight: bold;
    width: 10.375rem;
    text-align: center;
    line-height: 3.25rem;
    border: 1px solid #c9182d;
}
.download_box .box .boxRight .boxBottom .item a .right p img
{
    margin-right: .3125rem;
}
.download_box .box .boxRight .boxBottom .item a .right p .img2
{
    display: none;
}
.download_box .box .boxRight .boxBottom .item a:hover .right p
{
    background: #c9182d;
    color: #fff;
}
.download_box .box .boxRight .boxBottom .item a:hover .right p .img1
{
    display: none;
}
.download_box .box .boxRight .boxBottom .item a:hover .right p .img2
{
    display: inline-block;
}
.download_box .box .boxRight .index_page
{
    margin-top: 4rem;
}
.service_video .toggle .item
{
    margin: 0 2.125rem;
}
.service_video .toggle .item a
{
    font-size: 1.125rem;
    color: #000;
    display: inline-block;
    padding-bottom: 1.125rem;
    font-weight: bold;
    transition: .4s;
}
.service_video .toggle .item a:hover
{
    color: #c9182d;
}
.service_video .toggle .active a
{
    color: #c9182d;
    border-bottom: 2px solid #c9182d;
}
.service_video_list>.box .item
{
    width: 32%;
    margin-right: 2%;
    box-shadow: 0 0 1rem #eee;
    margin-bottom: 2.25rem;
}
.service_video_list>.box .item:nth-child(3n)
{
    margin-right: 0;
}
.service_video_list>.box .item a
{
    display: block;
}
.service_video_list>.box .item a .content1
{
    position: relative;
}
.service_video_list>.box .item a .content1 .img
{
    overflow: hidden;
}
.service_video_list>.box .item a .content1 .img img
{
    width: 100%;
    transition: .4s;
}
.service_video_list>.box .item a .content1 p
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.service_video_list>.box .item a .content2
{
    font-size: 1.5rem;
    color: #000;
    padding: 0 3.125rem;
    margin-top: 2.625rem;
}
.service_video_list>.box .item a .content3
{
    padding: 0 3.125rem 3.375rem;
    font-size: 1rem;
    color: #999;
    margin-top: 1.5rem;
    font-family: 'gilroy_regular';
}
.service_video_list>.box .item a .content3 p
{
    margin-right: 2.5rem;
}
.service_video_list>.box .item a .content3 img
{
    margin-right: .8rem;
    vertical-align: middle;
    height: 1.25rem;
}
.service_video_list>.box .item a:hover .img img
{
    transform: scale(1.1);
}
.service_video_list .index_page
{
    margin-top: 3.125rem;
}
.service_video_info .box .boxLeft
{
    width: 64%;
    position: relative;
}
.service_video_info .box .boxLeft video
{
    width: 100%;
    height: 44.25rem;
    object-fit: fill;
}
.service_video_info .box .boxLeft p
{
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
}
.service_video_info .box .boxLeft p img
{
    cursor: pointer;
}
.service_video_info .box .boxRight
{
    width: 36%;
    box-sizing: border-box;
    padding-left: 5.625rem;
}
.service_video_info .box .boxRight .content1
{
    font-size: 2.375rem;
}
.service_video_info .box .boxRight .content2
{
    font-size: 1rem;
    color: #999;
    margin-top: 2.2rem;
    padding-bottom: 2.5rem;
    font-family: 'gilroy_regular';
    border-bottom: 1px solid #eee;
}
.service_video_info .box .boxRight .content2 p
{
    margin-right: 2.5rem;
}
.service_video_info .box .boxRight .content2 img
{
    margin-right: .8rem;
    vertical-align: middle;
    height: 1.25rem;
}
.service_video_info .box .boxRight .content3
{
    margin-top: 1.75rem;
    font-size: 1rem;
    color: #666;
    line-height: 2.25rem;
}
.service_video_info .box .boxRight .content4
{
    margin-top: 4rem;
}
.service_video_info .box .boxRight .content4 a
{
    display: block;
    font-size: 1rem;
    color: #c9182d;
    font-weight: bold;
    width: 10.375rem;
    text-align: center;
    line-height: 3.25rem;
    border: 1px solid #c9182d;
}
.service_video_info .box .boxRight .content4 a img
{
    margin-right: .3125rem;
}
.service_video_info .box .boxRight .content4 a .img2
{
    display: none;
}
.service_video_info .box .boxRight .content4 a:hover
{
    background: #c9182d;
    color: #fff;
}
.service_video_info .box .boxRight .content4 a:hover .img1
{
    display: none;
}
.service_video_info .box .boxRight .content4 a:hover .img2
{
    display: inline-block;
}
.service_video_list1
{
    background: #f8f8f8;
}
.service_box .box .item .boxTop
{
    font-size: 1.5rem;
    position: relative;
    padding: 1.875rem 6.4rem;
    line-height: 2.875rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: .4s;
    cursor: pointer;
}
.service_box .box .item .boxTop img
{
    filter: invert(.5);
    position: absolute;
    top: 2.3125rem;
    left: 3.125rem;
    height: 2rem;
}
.service_box .box .item .boxTop p
{
    top: 1.875rem;
    width: 2.75rem;
    height: 2.75rem;
    position: absolute;
    right: 3.125rem;
    line-height: 2.75rem;
    text-align: center;
    border-radius: 50%;
    transition: .4s;
}
.service_box .box .item .boxTop p i
{
    color: #999;
    transition: .4s;
    display: inline-block;
}
.service_box .box .item .boxBot
{
    font-size: 1.125rem;
    color: #666;
    line-height: 2.125rem;
    padding: 4.375rem 3.125rem;
    display: none;
}
@media screen and (min-width: 1280px)
{
    .service_box .box .item:hover .boxTop
    {
        color: #fff;
        background: #c9182d;
    }
    .service_box .box .item:hover .boxTop img
    {
        filter: invert(0);
    }
    .service_box .box .item:hover .boxTop p i
    {
        color: #fff;
    }
}
.service_box .box .active .boxTop
{
    color: #fff;
    background: #c9182d;
}
.service_box .box .active .boxTop img
{
    filter: invert(0);
}
.service_box .box .active .boxTop p i
{
    color: #fff;
    transform: rotate(180deg);
}
.service_box .box .active .boxBot
{
    display: block;
}
.service_opinion .box .boxLeft
{
    width: 42%;
}
.service_opinion .box .boxLeft .content1
{
    font-size: 1rem;
    color: #999;
    margin-top: 1.25rem;
}
.service_opinion .box .boxLeft .content2
{
    margin-top: 2rem;
}
.service_opinion .box .boxLeft .content2 .item
{
    margin-bottom: .8rem;
}
.service_opinion .box .boxLeft .content2 .item .left
{
    width: 6.625rem;
    font-size: 1.125rem;
    line-height: 4.875rem;
}
.service_opinion .box .boxLeft .content2 .item .left sup
{
    color: #c9182d;
}
.service_opinion .box .boxLeft .content2 .item .right
{
    width: calc(100% - 6.625rem);
}
.service_opinion .box .boxLeft .content2 .item .right input
{
    width: 100%;
    height: 4.75rem;
    display: block;
    box-sizing: border-box;
    padding: 0 2rem;
    font-size: 1.125rem;
    border: 1px solid #ddd;
}
.service_opinion .box .boxLeft .content2 .item1
{
    margin-top: 4.5rem;
}
.service_opinion .box .boxLeft .content2 .item1 input
{
    display: none;
}
.service_opinion .box .boxRight
{
    width: 52%;
    padding-top: 6.5625rem;
}
.service_opinion .box .boxRight p
{
    overflow: hidden;
}
.service_opinion .box .boxRight p img
{
    width: 100%;
    transition: .4s;
}
.service_opinion .box .boxRight p:hover img
{
    transform: scale(1.1);
}
.rn_about>.box
{
    margin-top: 3rem;
}
.rn_about>.box .boxLeft
{
    width: 60%;
    font-size: 1rem;
    color: #666;
    line-height: 2.25rem;
    text-align: justify;
}
.rn_about>.box .boxRight
{
    width: 35%;
}
.rn_about>.box .boxRight p
{
    overflow: hidden;
}
.rn_about>.box .boxRight p img
{
    width: 100%;
    transition: .4s;
}
.rn_about>.box .boxRight:hover img
{
    transform: scale(1.1);
}
.rn_about1 .box .item .top
{
    color: #c9182d;
    font-family: 'gilroy_bold';
    font-size: 2.125rem;
}
.rn_about1 .box .item .top span
{
    font-size: 3.5rem;
}
.rn_about1 .box .item .bottom
{
    margin-top: .625rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.rn_about2
{
    background: #f8f8f8;
}
.rn_about2>.box .boxLeft
{
    width: 34rem;
}
.rn_about2>.box .boxLeft .content1
{
    font-size: 1.25rem;
    color: #666;
    margin-top: 1.375rem;
}
.rn_about2>.box .boxLeft .content2
{
    font-size: 6.75rem;
    font-family: 'gilroy_bold';
    color: #999;
    margin-top: 10rem;
}
.rn_about2>.box .boxRight
{
    position: relative;
    width: calc(100% - 34rem);
    box-sizing: border-box;
    padding-right: 18rem;
}
.rn_about2>.box .boxRight .banner .swiper-container
{
    height: 35.5rem;
}
.rn_about2>.box .boxRight .banner .swiper-slide .item
{
    height: 35.5rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar
{/*滚动条整体样式*/
    width: 1px;/*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
}
.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-thumb
{/*滚动条里面小方块*/
    border-radius: 2px;/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: rgba(0,0,0,.5);
}
.rn_about2>.box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-track
{/*滚动条里面轨道*//* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 2px;
    background: rgba(0,0,0,.1);
}
.rn_about2>.box .boxRight .banner .swiper-slide div h5
{
    font-size: 1.25rem;
    color: #000;
    font-weight: bold;
    margin: 1rem 0;
}
.rn_about2>.box .boxRight .banner .swiper-slide div p
{
    margin: 1.6rem 0;
    position: relative;
    font-size: 1.25rem;
    color: #666;
    line-height: 1.875rem;
    padding-left: 1.375rem;
}
.rn_about2>.box .boxRight .banner .swiper-slide div p span
{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: .75rem;
}
.rn_about2>.box .boxRight .banner1
{
    position: absolute;
    right: 0;
    height: 33.125rem;
    transform: translateY(-50%);
    top: 50%;
}
.rn_about2>.box .boxRight .banner1 .swiper-container
{
    height: 100%;
    padding-right: 5px;
    z-index: 2;
}
.rn_about2>.box .boxRight .banner1 .swiper-container .swiper-slide
{
    display: flex;
    align-items: center;
}
.rn_about2>.box .boxRight .banner1 .swiper-container .item
{
    font-size: 1rem;
    color: #999;
    font-family: 'gilroy_regular';
    cursor: pointer;
}
.rn_about2>.box .boxRight .banner1 .swiper-container .item span
{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c9182d;
    position: relative;
    top: -3px;
    margin-left: .8125rem;
    opacity: 0;
    transition: .4s;
}
.rn_about2>.box .boxRight .banner1 .swiper-container .item font
{
    display: inline-block;
    width: 80px;
    text-align: right;
    transition: .4s;
}
.rn_about2>.box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item font
{
    font-size: 1.125rem;
    font-family: 'gilroy_bold';
    color: #c9182d;
}
.rn_about2>.box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item span
{
    opacity: 1;
}
.rn_about2>.box .boxRight .banner1 .xian
{
    position: absolute;
    right: 7px;
    top: 0;
    height: 100%;
    overflow: hidden;
}
.rn_about2>.box .boxRight .banner1 .button p
{
    right: 0;
    position: absolute;
}
.rn_about2>.box .boxRight .banner1 .button p span
{
    font-size: 1.125rem;
    transition: .4s;
    cursor: pointer;
}
.rn_about2>.box .boxRight .banner1 .button p span:hover
{
    color: #c9182d;
}
.rn_about2>.box .boxRight .banner1 .button .prev
{
    top: -1rem;
}
.rn_about2>.box .boxRight .banner1 .button .next
{
    bottom: -1rem;
}
.rn_about3 .box .item
{
    width: 32%;
    position: relative;
}
.rn_about3 .box .item .img
{
    overflow: hidden;
}
.rn_about3 .box .item .img img
{
    width: 100%;
    transition: .4s;
}
.rn_about3 .box .item .main
{
    position: absolute;
    bottom: 5.625rem;
    left: 0;
    width: 100%;
    text-align: center;
    transition: .4s;
}
.rn_about3 .box .item .main .content1 img
{
    height: 5rem;
}
.rn_about3 .box .item .main .content2
{
    font-size: 2rem;
    color: #fff;
    margin-top: 2.5rem;
}
.rn_about3 .box .item .main .content3
{
    margin: 1.25rem 0;
}
.rn_about3 .box .item .main .content3 span
{
    display: inline-block;
    width: 2.625rem;
    height: 2px;
    background: #fff;
}
.rn_about3 .box .item .main .content4
{
    font-size: 1.125rem;
    color: #fff;
    padding: 0 7.25rem;
    line-height: 2.5rem;
}
.rn_about3 .box .item:hover .img img
{
    transform: scale(1.1);
}
.rn_about3 .box .item:hover .main
{
    bottom: 7rem;
}
.rn_about4
{
    background: url(../image/hebg.png) no-repeat fixed;
}
.rn_about4 .box .banner
{
    margin: 3.125rem 0;
}
.rn_about4 .box .banner .item
{
    height: 6.75rem;
    display: flex;
    align-items: center;
    background: #fff;
}
.rn_about4 .box .banner .item img
{
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.rn_about4 .box .banner1 .item .content1
{
    overflow: hidden;
}
.rn_about4 .box .banner1 .item .content1 img
{
    width: 100%;
    transition: .4s;
}
.rn_about4 .box .banner1 .item .content2
{
    font-size: 1.75rem;
    color: #000;
    transition: .4s;
    margin: 3.375rem 0 1.25rem;
}
.rn_about4 .box .banner1 .item .content3
{
    font-size: 1rem;
    color: #666;
    line-height: 2rem;
    text-align: justify;
}
.rn_about4 .box .banner1 .item .content4
{
    margin-top: 3.375rem;
}
.rn_about4 .box .banner1 .item:hover .content1 img
{
    transform: scale(1.1);
}
.rn_about4 .box .banner1 .item:hover .content2
{
    color: #c9182d;
}
.rn_about4 .box .button
{
    margin-top: 5rem;
}
.rn_about4 .box .button>p
{
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: .4s;
    cursor: pointer;
    color: #999;
}
.rn_about4 .box .button>p:hover
{
    color: #c9182d;
}
.rn_about4 .box .button div
{
    display: flex;
    align-items: center;
}
.rn_about4 .box .button div p span
{
    width: 28px;
    height: 2px;
    margin: 0 .625rem;
    transition: .4s;
    border-radius: 0;
}
.rn_about4 .box .button div p .swiper-pagination-bullet-active
{
    background: #c9182d;
}
.rn_about5 .box
{
    margin-top: 3.125rem;
}
.rn_about5 .box .boxLeft
{
    background: #f8f8f8;
    width: 39rem;
    box-sizing: border-box;
    padding: 5rem 3.75rem;
}
.rn_about5 .box .boxLeft img
{
    width: 100%;
}
.rn_about5 .box .boxRight
{
    width: calc(100% - 44rem);
}
.rn_about5 .box .boxRight .banner .item
{
    font-size: 1.125rem;
    transition: .4s;
    padding-bottom: .9375rem;
    border-bottom: 1px solid #eee;
}
.rn_about5 .box .boxRight .banner .item a
{
    color: #000;
    transition: .4s;
}
.rn_about5 .box .boxRight .banner .item a img
{
    filter: grayscale(.8);
    margin-right: 1rem;
    transition: .4s;
    vertical-align: middle;
}
.rn_about5 .box .boxRight .banner .item:hover
{
    border-bottom: 1px solid #c9182d;
}
.rn_about5 .box .boxRight .banner .item:hover a
{
    color: #c9182d;
}
.rn_about5 .box .boxRight .banner .item:hover img
{
    filter: grayscale(0);
}
.rn_about5 .box .boxRight .banner .active .item
{
    border-bottom: 1px solid #c9182d;
}
.rn_about5 .box .boxRight .banner .active .item a
{
    color: #c9182d;
}
.rn_about5 .box .boxRight .banner .active .item img
{
    filter: grayscale(0);
}
.rn_about5 .button
{
    margin-top: 3rem;
}
.rn_about5 .button>p
{
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: .4s;
    cursor: pointer;
    color: #999;
}
.rn_about5 .button>p:hover
{
    color: #c9182d;
}
.rn_about5 .button div
{
    display: flex;
    align-items: center;
}
.rn_about5 .button div p span
{
    width: 28px;
    height: 2px;
    margin: 0 .625rem;
    transition: .4s;
}
.rn_about5 .button div p .swiper-pagination-bullet-active
{
    background: #c9182d;
}
.rn_about6
{
    position: relative;
}
.rn_about6 .img img
{
    width: 100%;
}
.rn_about6 .box
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.rn_about6 .box .main
{
    text-align: center;
    width: 100%;
    color: #fff;
}
.rn_about6 .box .main .content1
{
    font-size: 3rem;
}
.rn_about6 .box .main .content2
{
    margin: 1.875rem 0;
}
.rn_about6 .box .main .content2 span
{
    display: inline-block;
    width: 3.75rem;
    height: .125rem;
    background: #fff;
}
.rn_about6 .box .main .content3
{
    font-size: 1.125rem;
    line-height: 2.625rem;
}
.rn_about6 .box .main .content4
{
    margin-top: 3rem;
}
.rn_news .box a .boxLeft
{
    width: 50%;
    box-sizing: border-box;
    background: #f8f8f8;
    padding: 5rem 6rem;
}
.rn_news .box a .boxLeft .content1
{
    font-size: 1rem;
    color: #999;
    font-family: 'gilroy_regular';
}
.rn_news .box a .boxLeft .content1 img
{
    margin-right: .625rem;
    vertical-align: middle;
}
.rn_news .box a .boxLeft .content2
{
    font-size: 1.625rem;
    color: #000;
    margin-top: 1.875rem;
    transition: .4s;
}
.rn_news .box a .boxLeft .content3
{
    margin: 1rem 0;
}
.rn_news .box a .boxLeft .content3 span
{
    display: inline-block;
    width: 3rem;
    height: 2px;
    background: #c9182d;
}
.rn_news .box a .boxLeft .content4
{
    font-size: 1.125rem;
    color: #666;
    line-height: 2.375rem;
}
.rn_news .box a .boxLeft .content5
{
    margin-top: 3.75rem;
}
.rn_news .box a .boxRight
{
    width: 50%;
}
.rn_news .box a .boxRight p
{
    overflow: hidden;
}
.rn_news .box a .boxRight p img
{
    width: 100%;
    transition: .4s;
}
.rn_news .box a:hover .boxLeft .content2
{
    color: #c9182d;
}
.rn_news .box a:hover .boxRight p img
{
    transform: scale(1.1);
}
.rn_news1 .box .item
{
    width: 32%;
    margin-right: 2%;
    box-shadow: 0 0 1rem #eee;
    transition: .4s;
    margin-bottom: 3.375rem;
}
.rn_news1 .box .item:nth-child(3n)
{
    margin-right: 0;
}
.rn_news1 .box .item a
{
    display: block;
}
.rn_news1 .box .item a .content1
{
    overflow: hidden;
    border-radius: 5px;
}
.rn_news1 .box .item a .content1 img
{
    width: 100%;
    transition: .4s;
}
.rn_news1 .box .item a .content2
{
    padding: 2.1875rem 3.125rem 4rem;
}
.rn_news1 .box .item a .content3
{
    font-size: 1rem;
    color: #999;
    font-family: 'gilroy_regular';
}
.rn_news1 .box .item a .content3 img
{
    margin-right: .625rem;
    vertical-align: middle;
}
.rn_news1 .box .item a .content4
{
    font-size: 1.375rem;
    color: #000;
    margin: 1.25rem 0;
    transition: .4s;
}
.rn_news1 .box .item a .content5
{
    font-size: 1rem;
    color: #888;
    line-height: 2rem;
    height: 4rem;
}
.rn_news1 .box .item a .content6
{
    margin-top: 3rem;
    font-size: 1rem;
    color: #c9182d;
    font-family: 'gilroy_bold';
}
.rn_news1 .box .item a .content6 span
{
    position: relative;
    top: 2px;
}
.rn_news1 .box .item:hover
{
    box-shadow: 0 0 1rem #ddd;
}
.rn_news1 .box .item:hover a .content1 img
{
    transform: scale(1.1);
}
.rn_news1 .box .item:hover a .content4
{
    color: #c9182d;
}
.rn_news1 .index_page
{
    padding-top: 1rem;
}
.rb_news_info .box .boxLeft
{
    width: 74%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    padding-right: 4%;
}
.rb_news_info .box .boxLeft .boxTop .content1
{
    font-size: 2rem;
}
.rb_news_info .box .boxLeft .boxTop .content2
{
    margin-top: 1.75rem;
    font-size: 1rem;
    color: #999;
    font-family: 'gilroy_regular';
    border-bottom: 1px solid #eee;
    padding-bottom: 2.1875rem;
}
.rb_news_info .box .boxLeft .boxTop .content2 p
{
    margin-right: 3.75rem;
}
.rb_news_info .box .boxLeft .boxTop .content2 img
{
    margin-right: .625rem;
    vertical-align: middle;
    position: relative;
    top: -.125rem;
    height: 1.25rem;
}
.rb_news_info .box .boxLeft .boxTop .content3
{
    margin-top: 2.8125rem;
    font-size: 1.0625rem;
    color: #666;
    line-height: 2.375rem;
}
.rb_news_info .box .boxLeft .boxTop .content3 img
{
    max-width: 100%;
}
.rb_news_info .box .boxLeft .boxBot
{
    margin-top: 4rem;
    background: #f8f8f8;
    padding: 1.25rem 3.125rem;
}
.rb_news_info .box .boxLeft .boxBot .fanye
{
    line-height: 2.875rem;
}
.rb_news_info .box .boxLeft .boxBot .fanye a
{
    font-size: 1rem;
    font-weight: bold;
    transition: .4s;
}
.rb_news_info .box .boxLeft .boxBot .fanye a:hover
{
    color: #c9182d;
}
.rb_news_info .box .boxLeft .boxBot .go a
{
    display: inline-block;
    line-height: 2.875rem;
    border: 1px solid #c9182d;
    width: 7.875rem;
    text-align: center;
    color: #c9182d;
    font-weight: bold;
    transition: .4s;
}
.rb_news_info .box .boxLeft .boxBot .go a:hover
{
    background: #c9182d;
    color: #fff;
}
.rb_news_info .box .boxRight
{
    width: 22%;
    position: relative;
    padding-top: 6.125rem;
}
.rb_news_info .box .boxRight section
{
    position: sticky;
    top: 0;
}
.rb_news_info .box .boxRight .list .item
{
    transition: .4s;
}
.rb_news_info .box .boxRight .list .item a
{
    display: block;
}
.rb_news_info .box .boxRight .list .item a .content1
{
    overflow: hidden;
}
.rb_news_info .box .boxRight .list .item a .content1 img
{
    width: 100%;
    transition: .4s;
}
.rb_news_info .box .boxRight .list .item a .content2
{
    padding: 2.1875rem 0 4rem;
}
.rb_news_info .box .boxRight .list .item a .content4
{
    font-size: 1.375rem;
    color: #000;
    margin: 1rem 0;
    transition: .4s;
}
.rb_news_info .box .boxRight .list .item a .content5
{
    font-size: 1rem;
    color: #888;
    line-height: 2rem;
    height: 4rem;
}
.rb_news_info .box .boxRight .list .item a .content6
{
    margin-top: 2rem;
    font-size: 1rem;
    color: #c9182d;
    font-family: 'gilroy_bold';
}
.rb_news_info .box .boxRight .list .item a .content6 span
{
    position: relative;
    top: 2px;
}
.rb_news_info .box .boxRight .list .item:hover a .content1 img
{
    transform: scale(1.1);
}
.rb_news_info .box .boxRight .list .item:hover a .content4
{
    color: #c9182d;
}
.rn_contact .box .boxLeft
{
    width: 36.25rem;
}
.rn_contact .box .boxLeft .content1
{
    background: #f8f8f8;
    position: relative;
}
.rn_contact .box .boxLeft .content1 p
{
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    line-height: 6.25rem;
    border-top: 1px solid #ddd;
    transition: .4s;
}
.rn_contact .box .boxLeft .content1 .active
{
    color: #c9182d;
    border-top: 1px solid #c9182d;
}
.rn_contact .box .boxLeft .content1::after
{
    position: absolute;
    content: '';
    width: 1px;
    height: 30%;
    left: 50%;
    top: 50%;
    background: #ddd;
    transform: translateY(-50%);
}
.rn_contact .box .boxLeft .content2
{
    background: #c9182d;
    padding: 5.625rem 6.25rem 5.625rem 9.375rem;
}
.rn_contact .box .boxLeft .content2 .list
{
    display: none;
}
.rn_contact .box .boxLeft .content2 .list .item
{
    position: relative;
    color: #fff;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.rn_contact .box .boxLeft .content2 .list .item:last-child
{
    border: 0;
}
.rn_contact .box .boxLeft .content2 .list .item h5
{
    line-height: 1.875rem;
    font-size: 1.0625rem;
}
.rn_contact .box .boxLeft .content2 .list .item p
{
    font-family: 'gilroy_regular';
    line-height: 1.875rem;
    font-size: 1.125rem;
}
.rn_contact .box .boxLeft .content2 .list .item img
{
    position: absolute;
    top: 1.5625rem;
    left: -3.5rem;
    max-width: 1.875rem;
}
.rn_contact .box .boxLeft .content2 .active
{
    display: block;
}
.rn_contact .box .boxRight
{
    width: calc(100% - 36.25rem);
}
.rn_contact .box .boxRight .map
{
    width: 100%;
    height: 48.75rem;
}
.rn_contact1 .box
{
    margin-top: 3.125rem;
}
.rn_contact1 .box .item
{
    margin-bottom: .8rem;
    width: 48%;
}
.rn_contact1 .box .item .left
{
    width: 6.625rem;
    font-size: 1.125rem;
    line-height: 4.875rem;
}
.rn_contact1 .box .item .left sup
{
    color: #c9182d;
}
.rn_contact1 .box .item .right
{
    width: calc(100% - 6.625rem);
}
.rn_contact1 .box .item .right input
{
    width: 100%;
    height: 4.75rem;
    display: block;
    box-sizing: border-box;
    padding: 0 2rem;
    font-size: 1.125rem;
    border: 1px solid #ddd;
}
.rn_contact1 .box .item .right textarea
{
    width: 100%;
    height: 8rem;
    display: block;
    box-sizing: border-box;
    padding: 0 2rem;
    font-size: 1.125rem;
    border: 1px solid #ddd;
    resize: none;
}
.rn_contact1 .box .item2
{
    width: 100%;
}
.rn_contact1 .box .item1
{
    margin-top: 4.5rem;
}
.rn_contact1 .box .item1 input
{
    display: none;
}
.rn_infomation .box .list
{
    border-top: 1px solid #eee;
}
.rn_infomation .box .list .item
{
    width: 50%;
    font-size: 1rem;
    border-bottom: 1px solid #eee;
}
.rn_infomation .box .list .item .left
{
    width: 20rem;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 2rem;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.rn_infomation .box .list .item .right
{
    height: 4.875rem;
    width: calc(100% - 20rem);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 2rem;
    border-right: 1px solid #eee;
}
.rn_infomation .box .list .item .right p
{
    line-height: 1.5rem;
}
.rn_announcement .box .list .item
{
    transition: .4s;
}
.rn_announcement .box .list .item:nth-child(2n-1)
{
    background: #f8f8f8;
}
.rn_announcement .box .list .item a
{
    line-height: 6.125rem;
}
.rn_announcement .box .list .item a .boxLeft
{
    width: 21rem;
    font-size: 1rem;
    font-family: 'gilroy_regular';
    color: #999;
    box-sizing: border-box;
    padding-left: 3.75rem;
}
.rn_announcement .box .list .item a .boxLeft .img2
{
    display: none;
}
.rn_announcement .box .list .item a .boxLeft img
{
    margin-right: .3125rem;
}
.rn_announcement .box .list .item a .boxCen
{
    width: 68%;
    font-size: 1rem;
    color: #333;
    font-weight: bold;
}
.rn_announcement .box .list .item a .boxRight
{
    font-family: 'gilroy_bold';
    font-size: 1rem;
    color: #c9182d;
    padding-right: 3.75rem;
}
.rn_announcement .box .list .item a .boxRight span
{
    position: relative;
    top: .125rem;
}
.rn_announcement .box .list .item:hover a
{
    background: #c9182d;
}
.rn_announcement .box .list .item:hover a .boxLeft
{
    color: #fff;
}
.rn_announcement .box .list .item:hover a .boxLeft .img1
{
    display: none;
}
.rn_announcement .box .list .item:hover a .boxLeft .img2
{
    display: inline-block;
}
.rn_announcement .box .list .item:hover a .boxCen
{
    color: #fff;
}
.rn_announcement .box .list .item:hover a .boxRight
{
    color: #fff;
}
.rn_stock .box .boxLeft
{
    width: 33rem;
}
.rn_stock .box .boxLeft .boxTop
{
    border: 1px solid #eee;
    padding: 2.625rem 6.25rem;
}
.rn_stock .box .boxLeft .boxTop .content1
{
    font-size: 1.625rem;
}
.rn_stock .box .boxLeft .boxTop .content1 span
{
    font-size: 1.25rem;
    font-family: 'gilroy_regular';
}
.rn_stock .box .boxLeft .boxTop .content2
{
    font-size: 3.5rem;
    color: #c9182d;
    font-family: 'gilroy_bold';
    margin: .625rem 0;
}
.rn_stock .box .boxLeft .boxTop .content3
{
    font-size: 1rem;
    color: #595d6f;
}
.rn_stock .box .boxLeft .boxBot
{
    padding: 2.625rem 6.25rem;
    border: 1px solid #eee;
}
.rn_stock .box .boxLeft .boxBot .content1 .item
{
    width: 50%;
    margin-bottom: 2.375rem;
}
.rn_stock .box .boxLeft .boxBot .content1 .item:nth-last-child(1)
{
    margin-bottom: 0;
}
.rn_stock .box .boxLeft .boxBot .content1 .item:nth-last-child(2)
{
    margin-bottom: 0;
}
.rn_stock .box .boxLeft .boxBot .content1 .item div
{
    font-size: 1rem;
    color: #888;
}
.rn_stock .box .boxLeft .boxBot .content1 .item p
{
    margin-top: .625rem;
    font-size: 1.5rem;
    font-family: 'gilroy_bold';
}
.rn_stock .box .boxLeft .boxBot .content2
{
    margin-top: 2.5rem;
    font-size: .875rem;
    color: #999;
    font-family: 'gilroy_regular';
    line-height: 1.75rem;
}
.rn_stock .box .boxLeft .boxBot .content2 span
{
    font-size: 1rem;
}
.rn_stock .box .boxRight
{
    border: 1px solid #eee;
    width: calc(100% - 37rem);
    box-sizing: border-box;
    padding: 2.625rem 3.75rem;
}
.rn_stock .box .boxRight h5
{
    font-size: 1.625rem;
}
.rn_stock .box .boxRight .tableDiagram
{
    margin-top: 3.5rem;
    text-align: center;
}
.rn_stock .box .boxRight .tableDiagram img
{
    max-width: 100%;
}
.rn_touzi .box .boxLeft
{
    width: 36.25rem;
    background: #c9182d;
}
.rn_touzi .box .boxLeft .content2
{
    padding: 7rem 6.25rem 8rem 9.375rem;
}
.rn_touzi .box .boxLeft .content2 .list
{
    display: none;
}
.rn_touzi .box .boxLeft .content2 .list .item
{
    position: relative;
    color: #fff;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.rn_touzi .box .boxLeft .content2 .list .item:last-child
{
    border: 0;
}
.rn_touzi .box .boxLeft .content2 .list .item h5
{
    line-height: 1.875rem;
    font-size: 1.0625rem;
}
.rn_touzi .box .boxLeft .content2 .list .item p
{
    font-family: 'gilroy_regular';
    line-height: 1.875rem;
    font-size: 1.125rem;
}
.rn_touzi .box .boxLeft .content2 .list .item img
{
    position: absolute;
    top: 1.5625rem;
    left: -3.5rem;
    max-width: 1.875rem;
}
.rn_touzi .box .boxLeft .content2 .active
{
    display: block;
}
.rn_touzi .box .boxRight
{
    width: calc(100% - 36.25rem);
}
.rn_touzi .box .boxRight div
{
    overflow: hidden;
}
.rn_touzi .box .boxRight div img
{
    width: 100%;
    transition: .4s;
}
.rn_touzi .box .boxRight div:hover img
{
    transform: scale(1.1);
}/*.rn_serviceWww_ {*//*    margin-top:5rem;*//*}*//*.rn_serviceWww {*//*    display: none;*//*}*/
.rn_serviceWww .box .boxLeft
{
    width: 78%;
    position: relative;
}
.rn_serviceWww .box .boxLeft .echatrs
{
    width: 100%;
    height: 52rem;
}
.rn_serviceWww .box .boxLeft .list .item img
{
    width: 1.25rem;
    cursor: pointer;
}
.rn_serviceWww .box .boxLeft .list .item .img2
{
    display: none;
}
.rn_serviceWww .box .boxLeft .list .item1
{
    position: absolute;
    top: 36.5%;
    left: 65.5%;
}
.rn_serviceWww .box .boxLeft .list .item2
{
    position: absolute;
    top: 63%;
    left: 60%;
}
.rn_serviceWww .box .boxLeft .list .item3
{
    position: absolute;
    top: 57%;
    left: 70%;
}
.rn_serviceWww .box .boxLeft .list .item4
{
    position: absolute;
    top: 62%;
    left: 72%;
}
.rn_serviceWww .box .boxLeft .list .item5
{
    position: absolute;
    top: 77%;
    left: 68%;
}
.rn_serviceWww .box .boxLeft .list .item6
{
    position: absolute;
    top: 85%;
    left: 62%;
}
.rn_serviceWww .box .boxLeft .list .active .img1
{
    display: none;
}
.rn_serviceWww .box .boxLeft .list .active .img2
{
    display: inline-block;
}
.rn_serviceWww .box .boxLeft .word .tu
{
    position: absolute;
    left: 13.5%;
    bottom: 5.1%;
    z-index: 1;
}
.rn_serviceWww .box .boxLeft .word .tu img
{
    width: 18rem;
}
.rn_serviceWww .box .boxLeft .word .active
{
    z-index: 2;
}
.rn_serviceWww .box .boxLeft .word_text .p_text
{
    position: absolute;
    font-size: 12px;
    z-index: 5;
    cursor: pointer;
}
.rn_serviceWww .box .boxLeft .word_text .yingdu
{
    left: 18%;
    bottom: 24%;
}
.rn_serviceWww .box .boxLeft .word_text .active
{
    color: #fff;
}
.rn_serviceWww .box .boxLeft .word_text .mjlg
{
    left: 24%;
    bottom: 23%;
}
.rn_serviceWww .box .boxRight
{
    width: 23rem;
}
.rn_serviceWww .box .boxRight .boxTop
{
    position: relative;
    margin-bottom: 15.625rem;
}
.rn_serviceWww .box .boxRight .boxTop .item
{
    cursor: pointer;
    line-height: 3rem;
    border: 1px solid #ddd;
    padding: 0 1.875rem;
    font-size: 1rem;
    transition: .4s;
    color: #666;
}
.rn_serviceWww .box .boxRight .boxTop .item i
{
    color: #c9182d;
    display: inline-block;
    transition: .4s;
}
.rn_serviceWww .box .boxRight .boxTop .active i
{
    transform: rotate(180deg);
}
.rn_serviceWww .box .boxRight .boxTop ul
{
    position: absolute;
    top: 3.1875rem;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 1rem 1.875rem;
    display: none;
}
.rn_serviceWww .box .boxRight .boxTop ul li a
{
    font-size: 1rem;
    color: #666;
    display: block;
    transition: .4s;
    line-height: 2.375rem;
}
.rn_serviceWww .box .boxRight .boxTop ul li a:hover
{
    color: #c9182d;
}
.rn_serviceWww .box .boxRight .boxTop ul .on a
{
    color: #c9182d;
}
.rn_serviceWww .box .boxRight .boxTop:hover .item
{
    border: 1px solid #999;
}
.rn_serviceWww .box .boxRight .boxBot
{
    min-height: 6.25rem;
    background: #c9182d;
    padding: 3.125rem;
    display: none;
}
.rn_serviceWww .box .boxRight .boxBot .list .banner .content1
{
    font-size: 1.875rem;
    color: #fff;
}
.rn_serviceWww .box .boxRight .boxBot .list .banner .content2
{
    font-size: 1.125rem;
    color: #fff;
    margin-top: 1rem;
}
.rn_serviceWww .box .boxRight .boxBot .list .banner .content3
{
    margin-top: 2.5rem;
}
.rn_serviceWww .box .boxRight .boxBot .list .banner .content3 p
{
    margin-bottom: .9375rem;
    position: relative;
    font-size: 1rem;
    color: #fff;
    padding-left: 2rem;
    line-height: 1.5625rem;
}
.rn_serviceWww .box .boxRight .boxBot .list .banner .content3 p:last-child
{
    margin-bottom: 0;
}
.rn_serviceWww .box .boxRight .boxBot .list .banner .content3 p img
{
    position: absolute;
    left: 0;
    top: 0;
}
.rn_serviceWww .box .boxRight .boxBot .list .banner .content3 p span
{
    font-size: .9375rem;
}
.rn_serviceWww .box .boxRight .boxBot .list .page
{
    text-align: center;
}
.rn_serviceWww .box .boxRight .boxBot .list .page span
{
    background: #fff;
    margin: 0 .3125rem;
}
.rn_serviceWww .box .boxRight .boxBot .list .button
{
    margin-top: 1.875rem;
}
.rn_serviceWww .box .boxRight .boxBot .list .button .p
{
    color: #fff;
    opacity: .7;
    cursor: pointer;
}
.rn_serviceWww .box .boxRight .boxBot .list .button .p:hover
{
    opacity: 1;
}
.rn_serviceWww_ .box .boxLeft
{
    box-sizing: border-box;
    padding: 3.75rem 5.25rem;
    border: 1px solid #eee;
    width: 48%;
}
.rn_serviceWww_ .box .boxLeft .content1
{
    font-size: 1.125rem;
    font-weight: bold;
}
.rn_serviceWww_ .box .boxLeft .content1 span
{
    font-family: 'gilroy_bold';
    font-size: 3rem;
    color: #c9182d;
}
.rn_serviceWww_ .box .boxLeft .content2
{
    margin-top: 1rem;
    font-size: 1rem;
    color: #666;
    line-height: 2.125rem;
}
.rn_serviceWww_ .box .boxCenter
{
    box-sizing: border-box;
    padding: 3.75rem 5.25rem;
    border: 1px solid #eee;
    width: 22%;
}
.rn_serviceWww_ .box .boxCenter .content1
{
    font-size: 1.125rem;
    font-weight: bold;
}
.rn_serviceWww_ .box .boxCenter .content1 span
{
    font-family: 'gilroy_bold';
    font-size: 3rem;
    color: #c9182d;
}
.rn_serviceWww_ .box .boxCenter .content2
{
    margin-top: 1rem;
    font-size: 1rem;
    color: #666;
    line-height: 2.125rem;
}
.rn_serviceWww_ .box .boxRight
{
    box-sizing: border-box;
    width: 30%;
    padding: 3.75rem 5.25rem;
    border: 1px solid #eee;
}
.rn_serviceWww_ .box .boxRight .content1
{
    font-size: 3rem;
    font-family: 'gilroy_bold';
    color: #c9182d;
}
.rn_serviceWww_ .box .boxRight .content2
{
    font-size: 1rem;
    color: #666;
    margin-top: 1rem;
}
.rn_serviceWww_phone .box .tu_map
{
    margin-bottom: 3rem;
}
.rn_serviceWww_phone .box .tu_map img
{
    width: 100%;
}
.rn_serviceWww_phone .box .boxRight .boxTop
{
    position: relative;
    margin-bottom: 2rem;
}
.rn_serviceWww_phone .box .boxRight .boxTop .item
{
    cursor: pointer;
    line-height: 4rem;
    border: 1px solid #ddd;
    padding: 0 1.875rem;
    font-size: 1rem;
    transition: .4s;
    color: #666;
}
.rn_serviceWww_phone .box .boxRight .boxTop .item i
{
    color: #c9182d;
    display: inline-block;
    transition: .4s;
}
.rn_serviceWww_phone .box .boxRight .boxTop .active i
{
    transform: rotate(180deg);
}
.rn_serviceWww_phone .box .boxRight .boxTop ul
{
    left: 0;
    width: 100%;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 1rem 1.875rem;
    display: none;
}
.rn_serviceWww_phone .box .boxRight .boxTop ul li a
{
    font-size: 1rem;
    color: #666;
    display: block;
    transition: .4s;
    line-height: 2.375rem;
}
.rn_serviceWww_phone .box .boxRight .boxTop ul li a:hover
{
    color: #c9182d;
}
.rn_serviceWww_phone .box .boxRight .boxTop ul .on a
{
    color: #c9182d;
}
.rn_serviceWww_phone .box .boxRight .boxTop:hover .item
{
    border: 1px solid #999;
}
.rn_serviceWww_phone .boxBot
{
    min-height: 6.25rem;
    background: #c9182d;
    padding: 3.125rem;
    display: none;
}
.rn_serviceWww_phone .boxBot .list .banner .content1
{
    font-size: 1.875rem;
    color: #fff;
}
.rn_serviceWww_phone .boxBot .list .banner .content2
{
    font-size: 1.125rem;
    color: #fff;
    margin-top: 1rem;
}
.rn_serviceWww_phone .boxBot .list .banner .content3
{
    margin-top: 2.5rem;
}
.rn_serviceWww_phone .boxBot .list .banner .content3 p
{
    margin-bottom: .9375rem;
    position: relative;
    font-size: 1rem;
    color: #fff;
    padding-left: 2rem;
    line-height: 1.5625rem;
}
.rn_serviceWww_phone .boxBot .list .banner .content3 p:last-child
{
    margin-bottom: 0;
}
.rn_serviceWww_phone .boxBot .list .banner .content3 p img
{
    position: absolute;
    left: 0;
    top: 0;
}
.rn_serviceWww_phone .boxBot .list .banner .content3 p span
{
    font-size: .9375rem;
}
.rn_serviceWww_phone .boxBot .list .page
{
    text-align: center;
}
.rn_serviceWww_phone .boxBot .list .page span
{
    background: #fff;
    margin: 0 .3125rem;
}
.rn_serviceWww_phone .boxBot .list .button
{
    margin-top: 1.875rem;
}
.rn_serviceWww_phone .boxBot .list .button .p
{
    color: #fff;
    opacity: .7;
    cursor: pointer;
}
.rn_serviceWww_phone .boxBot .list .button .p:hover
{
    opacity: 1;
}
.search_main
{
    background: #f8f8f8;
    padding: 5.625rem 0;
    margin-top: 6.8rem;
}
.search_main .box .content1
{
    font-size: 2.25rem;
    color: #000;
    text-align: center;
}
.search_main .box .content1 span
{
    color: #c9182d;
    font-family: 'gilroy_bold';
}
.search_main .box .content2 .form_box .text
{
    margin-top: 2.1875rem;
    position: relative;
}
.search_main .box .content2 .form_box .text>input
{
    display: block;
    width: 42.5rem;
    border: 0;
    box-sizing: border-box;
    height: 4.375rem;
    padding: 0 3.75rem;
    font-size: 1.125rem;
}
.search_main .box .content2 .form_box .text p
{
    position: absolute;
    right: 3.75rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.search_main .box .content2 .form_box .text p img
{
    cursor: pointer;
}
.search_main .box .content2 .form_box .text p input
{
    display: none;
}
.search_main1 .box
{
    width: 72%;
    margin: auto;
}
.search_main1 .box .list
{
    margin-top: 1rem;
}
.search_main1 .box .list .item
{
    padding: 3.375rem 0;
    border-bottom: 1px solid #ddd;
    transition: .4s;
    position: relative;
}
.search_main1 .box .list .item a .content1
{
    font-size: 1.625rem;
    color: #000;
    line-height: 1.875rem;
    transition: .4s;
}
.search_main1 .box .list .item a .content1 span
{
    display: inline-block;/* width: 5.625rem; */
    padding: 0 1rem;
    line-height: 1.75rem;
    border: 1px solid #c9182d;
    font-size: 1rem;
    text-align: center;
    color: #c9182d;
    transition: .4s;
    margin-left: .625rem;
    vertical-align: middle;
}
.search_main1 .box .list .item a .content1 span:hover
{
    background: #c9182d;
    color: #fff;
}
.search_main1 .box .list .item a .content2
{
    margin-top: 1.375rem;
    font-size: 1rem;
    color: #999;
}
.search_main1 .box .list .item a .content3
{
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    color: #999;
    transition: .4s;
}
.search_main1 .box .list .item a:hover .content1
{
    color: #c9182d;
}
.search_main1 .box .list .item a:hover .content1 span
{
    background: #c9182d;
    color: #fff;
}
.search_main1 .box .list .item a:hover .content3
{
    background: #c9182d;
    color: #fff;
    border: 1px solid #c9182d;
}
.search_main1 .box .list .item:hover
{
    border-bottom: 1px solid #c9182d;
}
.search_main1 .index_page
{
    padding: 4.375rem 0;
}
.header_nav_box .header_nav .box .boxCen .item .main
{
    box-sizing: border-box;
}
.header_nav_box .header_nav .box .boxCen .item .main .list_
{
    padding: 0 9rem;
}
.header_nav_box .header_nav .box .boxCen .item .main .list_>div
{
    padding: 0 8.125rem;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 2rem;
}
.header_nav_box .header_nav .box .boxCen .item .main .list_>div:nth-child(4n)
{
    border: 0;
}
.header_nav_box .header_nav .box .boxRight .SmartChoice
{
    display: flex;
    align-items: center;
    margin-right: 3.375rem;
}
.header_nav_box .header_nav .box .boxRight .SmartChoice .SmartChoice_
{
    font-size: 1rem;
    color: #fff;
    background: #c9182d;
    line-height: 2rem;
    padding: 0 .625rem;
    border-radius: 5px;
}
.header_nav_box .header_nav .box .boxRight .SmartChoice .SmartChoice_ img
{
    width: 1.4375rem;
}
.rn_barend
{
    background: none;
}
.NewProduct
{
    position: relative;
}
.NewProduct .box .boxLeft
{
    width: 20%;
    padding-top: 4rem;
}
.NewProduct .box .boxLeft article
{
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    max-height: 84vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.NewProduct .box .boxLeft article .item
{
    margin-bottom: 1.25rem;
}
.NewProduct .box .boxLeft article .item a
{
    display: block;
    font-size: 1.25rem;
    color: #000;
    line-height: 4rem;
    box-sizing: border-box;
    padding: 0 1.25rem;
}
.NewProduct .box .boxLeft article .active a
{
    background: #c9182d;
    color: #fff;
}
.NewProduct .box .boxLeft article::-webkit-scrollbar
{
    width: 1px;
    height: 2px;
}
.NewProduct .box .boxLeft article::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    background: rgba(201,24,25,.2);
}
.NewProduct .box .boxLeft article::-webkit-scrollbar-track
{
    border-radius: 2px;
    background: #f9f9f9;
}
.NewProduct .box .boxRight
{
    width: 75%;
}
.NewProduct .box .boxRight>h5
{
    font-size: 2.875rem;
    text-align: center;
    border-left: 1px solid #f5f5f5;
    padding-bottom: 5rem;
}
.NewProduct .box .boxRight .list
{
    margin-bottom: 4.375rem;
}
.NewProduct .box .boxRight .list .item
{
    width: 33.333%;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.NewProduct .box .boxRight .list .item a
{
    display: block;
    text-align: center;
    padding: 4.375rem 0;
    position: relative;
}
.NewProduct .box .boxRight .list .item a .content1
{
    width: 100%;
    height: 13.75rem;
}
.NewProduct .box .boxRight .list .item a .content1 img
{
    max-width: 100%;
    max-height: 100%;
    transition: .4s;
}
.NewProduct .box .boxRight .list .item a .content2
{
    width: 100%;
    transition: .4s;
    margin-top: 4rem;
}
.NewProduct .box .boxRight .list .item a .content2 h5
{
    font-size: 1.5rem;
    font-family: 'gilroy_bold';
    color: #000;
    transition: .4s;
}
.NewProduct .box .boxRight .list .item a .content2 p
{
    font-family: 'gilroy_bold';
    font-size: 1rem;
    color: #000;
    transition: .4s;
    margin-top: 1.2rem;
}
.NewProduct .box .boxRight .list .item a .content2 p i
{
    color: #c9182d;
}
.NewProduct .box .boxRight .list .item:hover a .content1 img
{
    transform: scale(.9);
}
.NewProduct .box .boxRight .list .item:hover a .content2
{
    bottom: 4.5rem;
}
.NewProduct .box .boxRight .list .item:hover a .content2 h5
{
    color: #c9182d;
}
.NewProduct .box .boxRight .list .item:hover a .content2 p
{
    color: #c9182d;
}
.TechnicalTopics
{
    background: #f5f5f5;
}
.TechnicalTopics .box .item
{
    width: 33.333%;
    box-sizing: border-box;
    padding-left: 12.25rem;
    border-right: 1px solid #ddd;
}
.TechnicalTopics .box .item:last-child
{
    border: 0;
}
.TechnicalTopics .box .item .content1 img
{
    height: 4.6875rem;
}
.TechnicalTopics .box .item .content2
{
    margin-top: 1.625rem;
    font-size: 1.75rem;
}
.TechnicalTopics .box .item .content3
{
    font-size: 1rem;
    margin-top: 1.5rem;
    color: #000;
    line-height: 1.875rem;
}
.TechnicalTopics .box .item .content3 p a
{
    transition: .4s;
}
.TechnicalTopics .box .item .content3 p a:hover
{
    color: #c9182d;
}
.bg
{
    background: #f5f5f5;
    margin-top: 102px;
}
.productName
{
    position: relative;
}
.productName .box
{
    border-top: 1px solid #ddd;
}
.productName .box .list .item
{
    margin: 0 1.25rem;
}
.productName .box .list .item p
{
    font-size: 1rem;
    font-weight: bold;
    line-height: 5.625rem;
    cursor: pointer;
}
.productName .box .list .active
{
    border-bottom: 2px solid #c9182d;
}
.productName .box .select_pro
{
    position: absolute;
    top: 0;
    left: 5.2vw;
    height: 100%;
    display: flex;
    align-items: center;
}
.productName .box .select_pro .main
{
    cursor: pointer;
}
.productName .box .select_pro .main .boxL
{
    font-size: 1.375rem;
    color: #000;
}
.productName .box .select_pro .main .boxR
{
    display: flex;
    align-items: center;
    margin-left: 1.375rem;
}
.productName .box .select_pro .main .boxR p
{
    font-size: .875rem;
    line-height: 1.875rem;
    background: #c9182d;
    color: #fff;
    padding: 0 .8rem;
    box-sizing: border-box;
    border-radius: 5px;
}
.productName .box .select_pro .main .boxR p i
{
    font-size: 12px;
    margin-left: 5px;
}
.section_list .section
{
    display: none;
}
.section_list .act
{
    display: block;
}
.toggle_pro
{
    position: absolute;
    top: 90px;
    left: 0;
    background: #f5f5f5;
    width: 100%;
    padding: 1rem 0 1.5rem;
    display: none;
    z-index: 5;
}
.toggle_pro .box_ .top a
{
    font-size: 1rem;
    color: #999;
    transition: .4s;
}
.toggle_pro .box_ .top a:hover
{
    color: #c9182d;
}
.toggle_pro .box_ .bot
{
    margin-top: 2rem;
}
.toggle_pro .box_ .bot .item
{
    margin-bottom: .625rem;
}
.toggle_pro .box_ .bot .item .left_
{
    font-size: 1.125rem;
    width: 9%;
}
.toggle_pro .box_ .bot .item .right_
{
    width: 91%;
}
.toggle_pro .box_ .bot .item .right_ p
{
    padding: 0 1rem;
    position: relative;
    margin-bottom: 6px;
}
.toggle_pro .box_ .bot .item .right_ p::after
{
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: #ddd;
}
.toggle_pro .box_ .bot .item .right_ p:last-child::after
{
    background: none;
}
.toggle_pro .box_ .bot .item .right_ p a
{
    display: block;
    font-size: 1rem;
    color: #c9182d;
}
.pro_info6 .box .boxLeft
{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 39%;
}
.pro_info6 .box .boxLeft .content2
{
    margin-top: 3rem;
}
.pro_info6 .box .boxLeft .content2 p
{
    padding-left: 0;
    text-align: justify;
    margin-bottom: 0;
}
.ProductDetails .box .item
{
    position: relative;
}
.ProductDetails .box .item .img img
{
    width: 100%;
}
.ProductDetails .box .item .text
{
    position: absolute;
    top: 5rem;
    left: 0;
    z-index: 2;
    width: 100%;
}
.ProductDetails .box .item .text h5
{
    font-size: 2.875rem;
    color: #fff;
    text-align: center;
}
.ProductDetails .box .item .text p
{
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
}
.SelectionTable .box h5
{
    font-size: 1.375rem;
}
.SelectionTable .box .table table
{
    border: 0;
    width: 100%;
}
.SelectionTable .box .table table tr
{
    /* text-align: center; */
}
.SelectionTable .box .table table tr th
{
    font-size: 1.125rem;
    color: #000;/* width: 14.28%; */
    /* text-align: center; */
    height: 3.375rem;
    border: 1px solid #ddd;
    background: #f5f5f5;
}
.SelectionTable .box .table table tr td
{
    border: 1px solid #ddd;
    height: 3.375rem;
}
.SelectionTable .box .table table tr td a
{
    color: #c9182d;
}
.pro_toggle_main .box .list2
{
    padding: 0;
}
.plateMaking .box .boxLeft
{
    width: 30%;
    box-sizing: border-box;
    padding-left: 16.25rem;
}
.plateMaking .box .boxLeft img
{
    width: 15.875rem;
}
.plateMaking .box .boxRight
{
    width: 64%;
    padding-top: 1.5rem;
}
.plateMaking .box .boxRight h5
{
    font-size: 2.875rem;
}
.plateMaking .box .boxRight p
{
    font-size: 1.125rem;
    color: #666;
    margin-top: 1rem;
}
.plateMaking .box .boxRight div
{
    margin-top: 3.625rem;
}
.plateMaking .box .boxRight div a
{
    display: inline-block;
    font-size: 1.125rem;
    color: #fff;
    background: #c9182d;
    line-height: 2.125rem;
    padding: 0 1.5rem;
    border-radius: .5rem;
}
.CoreFunctions
{
    background: url(../image/bgnew.png) no-repeat 50% 50%;
    background-size: cover;
}
.CoreFunctions>h5
{
    font-size: 2.875rem;
    color: #000;
    text-align: center;
}
.CoreFunctions>h6
{
    font-size: 1rem;
    color: #666;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.875rem;
}
.CoreFunctions .box .item
{
    width: 32%;
    background: #fff;
}
.CoreFunctions .box .item .content1
{
    overflow: hidden;
}
.CoreFunctions .box .item .content1 img
{
    width: 100%;
    transition: .4s;
}
.CoreFunctions .box .item .content2
{
    padding: 1.875rem;
}
.CoreFunctions .box .item .content2 .content3
{
    font-size: 1.625rem;
    color: #000;
    position: relative;
    padding-left: 1.25rem;
    transition: .4s;
}
.CoreFunctions .box .item .content2 .content3::after
{
    position: absolute;
    content: '';
    top: 18%;
    left: 0;
    width: 3px;
    height: 76%;
    background: #c9182d;
}
.CoreFunctions .box .item .content2 .content4 div
{
    font-size: 1.125rem;
    color: #666;
    line-height: 1.625rem;
    margin-top: 1.375rem;
}
.CoreFunctions .box .item:hover .content1 img
{
    transform: scale(1.1);
}
.CoreFunctions .box .item:hover .content3
{
    color: #c9182d;
}
.CoreFunctions1
{
    background: url(../image/bgnew.png) no-repeat 50% 50%;
    background-size: cover;
}
.CoreFunctions1>h5
{
    font-size: 2.875rem;
    color: #000;
    text-align: center;
}
.CoreFunctions1>h6
{
    font-size: 1rem;
    color: #666;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.875rem;
}
.CoreFunctions1 .box .item
{
    width: 23.5%;
    background: #fff;
}
.CoreFunctions1 .box .item .content1
{
    overflow: hidden;
}
.CoreFunctions1 .box .item .content1 img
{
    width: 100%;
    transition: .4s;
}
.CoreFunctions1 .box .item .content2
{
    padding: 1.875rem 1.875rem 5rem;
}
.CoreFunctions1 .box .item .content2 .content3
{
    font-size: 1.625rem;
    color: #000;
    position: relative;
    padding-left: 1.25rem;
    transition: .4s;
}
.CoreFunctions1 .box .item .content2 .content3::after
{
    position: absolute;
    content: '';
    top: 18%;
    left: 0;
    width: 3px;
    height: 76%;
    background: #c9182d;
}
.CoreFunctions1 .box .item .content2 .content4 div
{
    font-size: 1.125rem;
    color: #666;
    line-height: 1.625rem;
    margin-top: 1.375rem;
}
.CoreFunctions1 .box .item:nth-child(2n)
{
    display: flex;
    flex-flow: column-reverse;
}
.CoreFunctions1 .box .item:hover .content1 img
{
    transform: scale(1.1);
}
.CoreFunctions1 .box .item:hover .content3
{
    color: #c9182d;
}
.filter_box
{
    padding-top: 5rem;
}
.SmartProductSelection
{
    width: 29.6875rem;
    margin: 3.5rem auto 0;
    position: relative;
}
.SmartProductSelection .content1
{
    font-size: 1.125rem;
    line-height: 3.4375rem;
    box-sizing: border-box;
    padding: 0 1.5rem;
    background: #f5f5f5;
    border-radius: .4rem;
    position: relative;
    cursor: pointer;
}
.SmartProductSelection .content1 i
{
    position: absolute;
    right: 1.5rem;
    color: #c9182d;
}
.SmartProductSelection .content2
{
    position: absolute;
    top: 4.875rem;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 1rem #ddd;
    z-index: 5;
    border-radius: 8px;
    display: none;
}
.SmartProductSelection .content2 .list_
{
    padding: 1.875rem 0;
}
.SmartProductSelection .content2 .list_ .left_
{
    padding-left: 4rem;
    box-sizing: border-box;
    width: 48%;
}
.SmartProductSelection .content2 .list_ .left_ p
{
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: .625rem 0;
    cursor: pointer;
    transition: .4s;
}
.SmartProductSelection .content2 .list_ .left_ p:hover
{
    color: #c9182d;
}
.SmartProductSelection .content2 .list_ .left_ .act
{
    color: #c9182d;
}
.SmartProductSelection .content2 .list_ .right_
{
    width: 52%;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    padding-left: 3.125rem;
}
.SmartProductSelection .content2 .list_ .right_ ul
{
    display: none;
}
.SmartProductSelection .content2 .list_ .right_ ul li
{
    padding: .625rem 0;
}
.SmartProductSelection .content2 .list_ .right_ ul li a
{
    font-size: 1rem;
    color: #666;
    line-height: 1.875rem;
}
.SmartProductSelection .content2 .list_ .right_ ul .act a
{
    color: #000;
    font-weight: bold;
}
.SmartProductSelection .content2 .list_ .right_ .active
{
    display: block;
}
@media screen and (min-width: 1280px)
{
    body
    {
        overflow: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }
    body::-webkit-scrollbar
    {
        width: 3px;
        height: 2px;
    }
    body::-webkit-scrollbar-thumb
    {
        border-radius: 2px;
        background: rgba(201,24,45,.7);
    }
    body::-webkit-scrollbar-track
    {
        border-radius: 2px;
        background: rgba(0,0,0,.2);
    }
}
@media screen and (max-width: 1680px)
{
    .index_application .box .list_togg .item::after
    {
        width: 12rem;
        left: 5rem;
    }
}
@media screen and (max-width: 1500px)
{
    .SmartProductSelection
    {
        margin: 4rem auto 0;
    }
    .index_application .box .list_togg .item::after
    {
        left: 90px;
        width: 120px;
    }
    .case_fangAn .box .boxRight table td
    {
        padding: 0 .5rem;
    }
    .case_fangAn .box .boxRight table td a span
    {
        font-size: .875rem;
    }
    .rn_serviceWww .box .boxLeft
    {
        width: 74%;
    }
    .header_nav .box .boxCen .item
    {
        padding: 0 1.1875rem;
    }
}
@media screen and (max-width: 1366px)
{
    .index_application .box .list_togg .item .bot span
    {
        display: none;
    }
    .header_nav .box .boxCen .item>a
    {
        font-size: 16px;
    }
    .header_nav .box .boxCen .item .main .list ul li a
    {
        font-size: 15px;
    }
    .index_title .box .left
    {
        font-size: 2.5rem;
    }
    .rn_banner .box h5
    {
        font-size: 3rem;
    }
    .service_video_info .box .boxRight .content1
    {
        font-size: 2rem;
    }
    .index_application .title
    {
        font-size: 2.5rem;
    }
    .index_about .box .main .content1
    {
        font-size: 2.5rem;
    }
    .pro_info6 .box .boxLeft .content1
    {
        font-size: 2.5rem;
    }
    .pro_info4 .box .boxLeft .content1
    {
        font-size: 2.5rem;
    }
    .rn_about6 .box .main .content1
    {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1024px)
{
    .filter_box .box .gun
    {
        width: 360%;
    }
    .header_nav_box
    {
        display: none;
    }
    .header_box .header_head .box1 .list .item
    {
        width: 33.333%;
    }
    .index_banner .box .button
    {
        display: none;
    }
    .index_banner .box .page
    {
        bottom: 1rem;
    }
    .index_banner .box .mouse
    {
        bottom: 1rem;
    }
    .index_product .box .item
    {
        width: 49%;
        padding: 3.5rem;
        margin-bottom: 1rem;
    }
    .index_product .box .item .content1 img
    {
        height: 4.25rem;
    }
    .p98
    {
        padding-top: 5rem;
    }
    .p98_
    {
        padding-bottom: 5rem;
    }
    .index_application .box .list_togg .item::after
    {
        left: 105px;
        width: 90px;
        display: none;
    }
    .index_service>.box .boxLeft
    {
        width: 100%;
        padding-right: 0;
    }
    .index_service>.box .boxLeft .content4
    {
        position: inherit;
    }
    .index_service>.box .boxRight
    {
        width: 100%;
        margin-top: 2rem;
    }
    .index_service>.box .boxRight .item a .main .left
    {
        width: 4.25rem;
    }
    .index_service>.box .boxRight .item a .main .right
    {
        padding-left: .8125rem;
    }
    .index_service>.box .boxRight .item
    {
        padding: 3rem;
    }
    .index_about .box .img img
    {
        height: 32rem;
        object-fit: cover;
    }
    .index_about .box .main
    {
        top: 4rem;
    }
    .index_about .box .main .content3
    {
        margin: 2rem 0 0;
        text-align: center;
    }
    .index_about .box .main .content2
    {
        line-height: 2rem;
        width: 95%;
    }
    .index_news>.box .boxleft
    {
        box-sizing: border-box;
        padding: 0 5.2vw;
        width: 100%;
    }
    .index_news>.box .boxRight
    {
        width: 100%;
        padding-left: 5.2vw;
        margin-top: 2rem;
    }
    .index_news>.box .boxleft .content2
    {
        left: auto;
        bottom: auto;
        top: 0;
        right: 5.2vw;
    }
    .index_news>.box .boxleft .content1
    {
        margin-top: 5rem;
    }
    .index_news>.box .boxleft .content1 ul
    {
        display: flex;
        justify-content: flex-start;
    }
    .index_news>.box .boxleft .content1 ul li
    {
        margin-right: 2rem;
    }
    .index_footer .box .boxTop .nav
    {
        display: none;
    }
    .index_footer
    {
        padding: 3rem 0 0;
    }
    .index_footer .box .boxBot
    {
        padding: 2rem 0;
        margin-top: 0;
    }
    .index_footer .box .boxBot .left
    {
        text-align: center;
        width: 100%;
        line-height: 2rem;
    }
    .index_footer .box .boxBot .left a
    {
        display: block;
    }
    .index_footer .box .boxBot .left span
    {
        display: none;
    }
    .index_footer .box .boxBot .right
    {
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .rn_product .box .boxLeft
    {
        width: 100%;
    }
    .rn_product .box .boxRight
    {
        width: 100%;
        padding-left: 0;
    }
    .index_page .page .yeshu .number a
    {
        display: none;
    }
    .index_page .page .yeshu .number .active
    {
        display: block;
    }
    .rn_product .box .boxRight .list .item
    {
        width: 50%;
        box-sizing: border-box;
        border: 1px solid #eee;
    }
    .pro_info1 .box h5
    {
        font-size: 2rem;
    }
    .w1400
    {
        margin: 0 5.2vw;
    }
    .pro_info1 .box h6
    {
        padding: 0;
    }
    .pro_info2 .main .box .boxleft img
    {
        position: initial;
        width: 40%;
        margin: 3rem auto 0;
    }
    .pro_info2 .main .box .boxleft
    {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .pro_info2 .main .box .boxRight
    {
        width: 100%;
    }
    .pro_info2 .img img
    {
        height: 63rem;
        object-fit: cover;
    }
    .pro_info2 .main .box .boxRight .content1
    {
        font-size: 2.5rem;
        margin-top: 0;
    }
    .pro_info2 .main .box .boxRight .content3
    {
        margin-top: 2.375rem;
    }
    .pro_info2 .main .box .boxRight .content3 p
    {
        margin-bottom: .5625rem;
    }
    .pro_info1 .box .img
    {
        margin-top: 3rem;
    }
    .pro_info3 .box .boxLeft
    {
        width: 100%;
    }
    .pro_info3 .box .boxRight
    {
        width: 100%;
    }
    .pro_info3 .box .boxRight img
    {
        max-width: 100%;
    }
    .pro_info3 .box .boxLeft .content1
    {
        font-size: 2.5rem;
    }
    .pro_info3
    {
        padding: 4rem 0;
    }
    .pro_info3 .box .boxLeft .content3 p
    {
        margin-bottom: .5625rem;
    }
    .pro_info4 .box .boxRight
    {
        box-sizing: border-box;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .pro_info4 .box .boxLeft
    {
        width: 100%;
        margin-bottom: 4rem;
    }
    .pro_info4 .box
    {
        padding-top: 4rem;
    }
    .pro_info4 .box .boxLeft .content1
    {
        margin-top: 4rem;
    }
    .pro_info4 .box .boxLeft .content3 p
    {
        margin-bottom: .5625rem;
        font-size: 1.5rem;
        line-height: 2.375rem;
    }
    .pro_info6 .box .boxLeft
    {
        width: 100%;
    }
    .pro_info6 .box .boxRight
    {
        width: 100%;
        margin-top: 3rem;
    }
    .pro_toggle_main .box .list1
    {
        padding: 0 0 4rem;
    }
    .pro_toggle_main .box .list2
    {
        padding: 0;
    }
    .pro_toggle_main .box .list2 .table .item .left
    {
        width: 11rem;
    }
    .pro_toggle_main .box .list2 .table .item .right
    {
        width: calc(100% - 11rem);
    }
    .pro_toggle_main .box .list3 .item_list .item
    {
        width: 100%;
    }
    .pro_toggle_main .box .list4 .item_box .item
    {
        width: 50%;
    }
    .rn_case .box .list .item
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .rn_case_info>.box .boxLeft
    {
        width: 100%;
    }
    .rn_case_info>.box .boxRight
    {
        width: 100%;
        margin-top: 2rem;
    }
    .case_three .box .item
    {
        width: 100%;
        margin-bottom: 1rem;
    }
    .case_fangAn .box .boxleft
    {
        width: 100%;
    }
    .case_fangAn .box .boxRight
    {
        width: 100%;
    }
    .rn_title .box .boxleft ul li
    {
        margin-right: 4.75rem;
    }
    .rn_serviceWww .box .boxLeft
    {
        width: 100%;
    }
    .rn_serviceWww .box .boxLeft .echatrs
    {
        height: 48rem;
    }
    .rn_serviceWww .box
    {
        margin-top: 0;
    }
    .download_box .box .boxLeft
    {
        width: 100%;
    }
    .download_box .box .boxRight
    {
        width: 100%;
    }
    .download_box .box .boxRight .boxTop
    {
        padding: 2rem 1.125rem;
    }
    .download_box .box .boxRight .boxTop
    {
        line-height: 3.125rem;
    }
    .download_box .box .boxRight .boxBottom .item a
    {
        padding: 1.875rem 1.125rem;
    }
    .service_video_list>.box
    {
        justify-content: space-between;
    }
    .service_video_list>.box .item
    {
        width: 49%;
        margin-right: 0;
    }
    .service_video_list .box .item a .content3
    {
        padding: 0 1.125rem 2rem;
    }
    .service_video_list .box .item a .content2
    {
        padding: 0 1.125rem;
        margin-top: 2rem;
    }
    .service_video_info .box .boxLeft
    {
        width: 100%;
    }
    .service_video_info .box .boxRight
    {
        width: 100%;
        padding-left: 0;
        margin-top: 2rem;
    }
    .service_opinion .box .boxLeft
    {
        width: 100%;
    }
    .service_opinion .box .boxRight
    {
        width: 100%;
        padding-top: 3.5625rem;
    }
    .rn_about>.box .boxLeft
    {
        width: 100%;
    }
    .rn_about>.box .boxRight
    {
        width: 100%;
        margin-top: 2rem;
    }
    .rn_about1 .box .item
    {
        width: 33.333%;
        text-align: center;
    }
    .rn_about2>.box .boxLeft
    {
        width: 100%;
    }
    .rn_about2>.box .boxRight
    {
        width: 100%;
        padding-right: 6rem;
    }
    .rn_about3 .box .item
    {
        width: 49%;
        margin-bottom: 1rem;
    }
    .rn_about2>.box .boxLeft .content2
    {
        font-size: 3.75rem;
        margin-bottom: 3rem;
        margin-top: 4rem;
    }
    .rn_about5 .box .boxLeft
    {
        width: 100%;
    }
    .rn_about5 .box .boxRight
    {
        width: 100%;
        margin-top: 3rem;
    }
    .rn_about6 .img img
    {
        height: 30rem;
        object-fit: cover;
    }
    .rn_news .box a .boxLeft
    {
        width: 100%;
        padding: 3rem;
    }
    .rn_news .box a .boxRight
    {
        width: 100%;
    }
    .rn_news1 .box
    {
        justify-content: space-between;
    }
    .rn_news1 .box .item
    {
        width: 49%;
        margin-right: 0;
        margin-bottom: 1.375rem;
    }
    .rb_news_info .box .boxLeft
    {
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }
    .rb_news_info .box .boxRight
    {
        width: 100%;
        padding-top: 3.125rem;
    }
    .rb_news_info
    {
        padding-bottom: 0;
    }
    .rn_contact .box .boxLeft
    {
        width: 100%;
    }
    .rn_contact .box .boxRight
    {
        width: 100%;
    }
    .rn_contact .box .boxRight .map
    {
        height: 28rem;
    }
    .rn_contact1 .box .item
    {
        width: 100%;
    }
    .rn_contact1
    {
        padding-top: 2rem;
    }
    .rn_infomation .box .list .item
    {
        width: 100%;
    }
    .rn_title .box .boxleft ul li
    {
        margin-right: 3.5rem;
    }
    .rn_announcement .box .list .item a .boxLeft
    {
        width: 12rem;
        padding-left: 1.5rem;
    }
    .rn_announcement .box .list .item a .boxRight
    {
        padding-right: 1.5rem;
        display: none;
    }
    .rn_announcement .box .list .item a .boxCen
    {
        width: 60%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .rn_stock .box .boxLeft
    {
        width: 100%;
    }
    .rn_stock .box .boxRight
    {
        width: 100%;
    }
    .rn_touzi .box .boxLeft
    {
        width: 100%;
    }
    .rn_touzi .box .boxRight
    {
        width: 100%;
    }
    .rn_touzi .box .boxLeft .content2
    {
        padding: 4rem 4.25rem 4rem 7.375rem;
    }
    .header_box_phone
    {
        display: block;
    }
    .header_box .header_head .box1
    {
        position: fixed;
        top: 41px;
        left: 0;
        z-index: 10;
        width: 100%;
    }
    .rn_serviceWww_ .box .boxLeft
    {
        width: 100%;
    }
    .rn_serviceWww_ .box .boxCenter
    {
        width: 100%;
        margin: 1rem 0;
    }
    .rn_serviceWww_ .box .boxRight
    {
        box-sizing: border-box;
        width: 100%;
        padding: 3.75rem 5.25rem;
        border: 1px solid #eee;
    }
    .index_service>.box .boxLeft .content4
    {
        margin-top: 2rem;
    }
    .index_service>.box .boxLeft .content1
    {
        margin-top: 4rem;
    }
    .pro_info4 .box .boxLeft .content1
    {
        font-size: 2rem;
    }
    .pro_info3 .box .boxLeft .content1
    {
        font-size: 2rem;
    }
    .pro_info2 .main .box .boxRight .content1
    {
        font-size: 2rem;
    }
    .rn_news1 .box .item a .content3 img
    {
        height: 1.375rem;
    }
    .header_box
    {
        position: sticky;
    }
    .header_box .header_head .box .left
    {
        color: #000;
    }
    .header_box .header_head .box .right .company
    {
        color: #000;
    }
    .mob_header
    {
        top: 104px;
        height: calc(100% - 104px);
    }
    .searchBox
    {
        top: 104px;
    }
    .NewProduct .box .boxLeft
    {
        width: 100%;
    }
    .NewProduct .box .boxRight
    {
        width: 100%;
    }
    .NewProduct .box .boxRight>h5
    {
        font-size: 1.875rem;
    }
    .NewProduct .box .boxRight .list .item
    {
        width: 50%;
    }
    .NewProduct .box .boxRight .list .item a
    {
        padding: 2.375rem 0;
    }
    .TechnicalTopics .box .item
    {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5.2vw;
        margin-bottom: 2rem;
    }
    .productName .box .select_pro
    {
        position: initial;
        width: 100%;
        margin-top: 2rem;
    }
    .productName .box .select_pro .main .boxL
    {
        line-height: 2.875rem;
    }
    .productName .box .select_pro .main .boxR p
    {
        line-height: 2.875rem;
        padding: 0 1.5rem;
        border-radius: 8px;
    }
    .productName .box .list
    {
        width: 100%;
    }
    .bg
    {
        margin-top: 0;
    }
    .header_box
    {
        transition: 0s;
    }
    .productName .box .list
    {
        margin-top: 2rem;
    }
    .toggle_pro
    {
        top: 72px;
    }
    .toggle_pro .box_ .bot .item .left_
    {
        width: 100%;
    }
    .toggle_pro .box_ .bot .item .right_
    {
        width: 100%;
        margin-top: 1rem;
    }
    .toggle_pro .box_ .bot .item .right_ p
    {
        padding: 0 1rem 0 0;
    }
    .productName .box .list
    {
        justify-content: flex-start;
    }
    .productName .box .list .item
    {
        margin: 0 2rem 0 0;
    }
    .rn_barend .box a img
    {
        width: 2rem;
    }
    .pro_toggle_main .box .list3 .item_list .item a
    {
        padding: 1.75rem 1.8125rem 2rem;
    }
    .pro_toggle_main .box .list3 .item_list .item a .left
    {
        width: 64%;
    }
    .pro_toggle_main .box .list3 .item_list .item a .right p img
    {
        width: 2rem;
    }
    .header_box.check .header_head
    {
        background: none;
    }
    .rn_banner .img img
    {
        height: auto;
    }
    .plateMaking .box .boxLeft
    {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .plateMaking .box .boxRight
    {
        width: 100%;
        padding-top: 3.5rem;
    }
    .plateMaking .box .boxRight h5
    {
        font-size: 1.875rem;
    }
    .plateMaking .box .boxRight div a
    {
        line-height: 3.125rem;
        padding: 0 2.5rem;
    }
    .ProductDetails .box .item .text
    {
        top: 2rem;
    }
    .ProductDetails .box .item .text h5
    {
        font-size: 1.875rem;
    }
    .CoreFunctions>h5
    {
        font-size: 1.875rem;
    }
    .CoreFunctions .box .item
    {
        width: 100%;
    }
    .m60
    {
        margin-top: 3.75rem;
    }
    .CoreFunctions .box .item .content2 .content4 div
    {
        line-height: 2.625rem;
    }
    .CoreFunctions1>h6
    {
        padding: 0 5.2vw;
    }
    .CoreFunctions1 .box .item:nth-child(2n)
    {
        flex-flow: column;
    }
    .plateMaking .box .boxRight p
    {
        line-height: 2.5rem;
    }
    .pro_info2 .main .box .boxRight
    {
        align-items: inherit;
    }
    .pro_info2 .main .box .boxleft img
    {
        margin-top: 10rem;
    }
    .ProductDetails .box .item .text p
    {
        font-size: 1.125rem;
        padding: 0 5.2vw;
    }
    .index_banner .box .banner .item .img img
    {
        height: auto;
    }
    .index_product .box .item:hover .posi
    {
        display: none;
    }
    .CoreFunctions>h6
    {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 669px)
{
    .CoreFunctions .box .item .content2 .content4 div
    {
        font-size: 1.5rem;
    }
    .ProductDetails .box .item .text p
    {
        font-size: 1.5rem;/*color: #000;*/
    }
    .plateMaking .box .boxRight p
    {
        font-size: 1.5rem;
    }
    .header_box .header_head .box .right .phone
    {
        display: none;
    }
    .header_box_phone .header_main .logo img
    {
        height: 30px;
    }
    .searchBox
    {
        top: 97px;
    }
    .searchBox.active
    {
        top: 56px;
    }
    .mob_header
    {
        top: 97px;
        height: calc(100% - 97px);
    }
    .mob_header.active
    {
        top: 56px;
        height: calc(100% - 56px);
    }
    .index_link a
    {
        width: 12rem;
    }
    .index_product .box .item
    {
        padding: 2rem;
    }
    .header_box .header_head .box1 .list .item
    {
        width: 50%;
    }
    .index_application .box .list_togg .item::after
    {
        display: none;
    }
    .index_service>.box .boxRight .item
    {
        padding: 3rem;
        margin-bottom: 1rem;
        width: 100%;
    }
    .index_service>.box .boxRight
    {
        margin-top: 3rem;
    }
    .index_about .box .main .content2
    {
        height: 14rem;
        overflow: scroll;
        line-height: 3rem;
    }
    .index_application .box .list
    {
        width: 100%;
    }
    .index_application .box .list_togg .item .bot span
    {
        font-size: 14px;
    }
    .index_news>.box .boxleft .content2
    {
        position: absolute;
        left: auto;
        right: 5.2vw;
        bottom: 9rem;
    }
    .rn_product .box .boxRight
    {
        margin-top: 2rem;
    }
    .rn_product .box .boxRight .artice
    {
        border: 1px solid #eee;
    }
    .index_page
    {
        transform: scale(.9);
    }
    .pro_nav .box .main .item a .top
    {
        height: 8.625rem;
    }
    .pro_nav .box .main .item a .top img
    {
        max-height: 100%;
    }
    .pro_info2 .main .box .boxleft
    {
        display: flex;
        align-items: center;
    }
    .pro_info2 .main .box .boxleft img
    {
        margin: auto;
    }
    .pro_info6 .box .boxRight .banner
    {
        width: 76%;
    }
    .pro_info6 .box .boxRight .banner1
    {
        width: 22%;
    }
    .rn_banner .img img
    {
        height: 20rem;
    }
    .rn_banner .img video
    {
        height: 20rem;
    }
    .rn_serviceWww_phone .boxBot .list .banner .content3 p
    {
        padding-left: 4rem;
        line-height: 3rem;
    }
    .download_box .box .boxRight .boxBottom .item a .left
    {
        width: 60%;
    }
    .service_video_list>.box .item
    {
        width: 100%;
    }
    .service_video_info .box .boxLeft video
    {
        height: 25rem;
    }
    .rn_title .box .boxleft
    {
        overflow: auto;
    }
    .rn_title .box .boxleft ul
    {
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .rn_title .box .boxleft ul li
    {
        width: 25%;
    }
    .service_box .box .item .boxTop
    {
        padding: 1.875rem 3.4rem;
    }
    .service_box .box .item .boxTop img
    {
        left: .125rem;
    }
    .service_box .box .item .boxTop p
    {
        right: .125rem;
    }
    .service_opinion .box .boxLeft .content2 .item1
    {
        margin-top: 3.5rem;
    }
    .rn_about>.box .boxLeft
    {
        height: 22rem;
        overflow: auto;
    }
    .rn_about1 .box .item
    {
        width: 50%;
        margin: 1rem 0;
    }
    .rn_about2>.box .boxRight .banner1 .button p
    {
        right: 1px;
    }
    .rn_about2>.box .boxRight
    {
        padding-right: 7rem;
    }
    .rn_about3 .box .item .img img
    {
        height: 30rem;
        object-fit: cover;
    }
    .rn_about4 .box .banner .item img
    {
        max-width: 96%;
    }
    .rn_about6 .box .main .content3
    {
        height: 10rem;
        overflow: auto;
        padding: 0 3rem;
    }
    .index_link p
    {
        width: 12rem;
    }
    .rn_news1 .box .item a .content2
    {
        padding: 2rem;
    }
    .rn_news1 .index_page
    {
        padding-top: 3rem;
    }
    .rn_infomation .box .list .item .left
    {
        width: 16rem;
        padding: 0 1rem;
    }
    .rn_infomation .box .list .item .right
    {
        width: calc(100% - 16rem);
        padding: 2rem 1rem;
        height: auto;
    }
    .rn_infomation .box .list .item .right p
    {
        line-height: 2rem;
    }
    .rn_announcement .box .list .item a .boxRight font
    {
        display: none;
    }
    .rn_stock .box .boxLeft .boxTop
    {
        padding: 2.5rem 3.25rem;
    }
    .rn_stock .box .boxLeft .boxBot
    {
        padding: 2.5rem 3.25rem;
    }
    .search_main1 .box .list .item a .content3
    {
        display: none;
    }
    .rn_product .box .boxRight .artice div
    {
        text-align: justify;
    }
    .case_fangAn .box .boxRight table td a span
    {
        display: none;
    }
    .rn_about3 .box .item
    {
        width: 100%;
    }
}
.d-whole
{
    height: calc(100%);
}
.filter_box .box .boxTop
{
    font-size: 2.25rem;
    text-align: center;
    margin-top: 4rem;
}
.filter_box .box .gun_box
{
    position: relative;
    overflow-x: auto;
}
.filter_box .box .gun_box .two_scroll
{
    width: 100%;
    margin-top: 1rem;
}
.filter_box .box .gun_box .gdt_box::-webkit-scrollbar
{
    width: 1px;
    height: 5px;
}
.filter_box .box .gun_box .gdt_box::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background: #c9182d;
}
.filter_box .box .gun_box .gdt_box::-webkit-scrollbar-track
{
    border-radius: 2px;
    background: rgba(0,0,0,.3);
}
.filter_box .box .gun_box table
{
    width: 100%;
}
.filter_box .box .gun_box .gdt_box
{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 58vh;
    width: 100%;
}
.filter_box .box .boxBot.list th
{/* flex: 1; */
    padding-right: 1px;
    width: 175px;
}
.filter_box .box .boxBot.list th span
{
    font-size: 1rem;
    color: #fff;
    line-height: 4.0625rem;
    background: #c9182d;
    text-align: center;
    display: block;
    padding: 0 1rem;
}
.filter_box .box .boxBot.list th:last-child
{
    padding-right: 0;
}
.filter_box .box .boxList.list td
{/* flex: 1; */
    height: 4rem;/* display: flex;
  align-items: center; */
    position: relative;
    text-align: center;
    width: 175px;
}
.filter_box .box .boxList.list td div
{
    margin: auto;
}
.filter_box .box .boxList.list td p
{
    margin: auto;
}
.filter_box .box .boxList.list td::after
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.25rem;
    background: #ddd;
}
.filter_box .box .boxList.list td:last-child::after
{
    background: none;
}
.filter_box .box .boxList.list .button
{
    cursor: pointer;
}
.filter_box .box .boxList.list .button .svg2
{
    display: none;
}
.filter_box .box .boxList.list .button.on .svg1
{
    display: none;
}
.filter_box .box .boxList.list .button.on .svg2
{
    display: inline-block;
}
.filter_box .box .boxList.list:nth-child(2n)
{
    background: #eee;
}
.filter_information
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1.5rem 0;
    box-shadow: 0 0 1.25rem #eee;
}
.filter_information .box
{
    text-align: center;
}
.filter_information .box .top
{
    font-size: 1.25rem;
    line-height: 3rem;
    margin-right: 2rem;
}
.filter_information .box .top font, .filter_information .box .top span
{
    color: #c9182d;
    font-family: 'gilroy_bold';
}
.filter_information .box .bot div
{
    font-size: 1rem;
    color: #c9182d;
    width: 8.8rem;
    line-height: 3rem;
    border: 1px solid #c9182d;
    font-weight: bold;
    cursor: pointer;
    display: none;
}
.filter_information .box .bot div img
{
    margin-right: .8rem;
    width: 1.3125rem;
}
.filter_information .box .bot div .img2
{
    display: none;
}
.filter_information .box .bot div:hover
{
    background: #c9182d;
    color: #fff;
}
.filter_information .box .bot div:hover .img1
{
    display: none;
}
.filter_information .box .bot div:hover .img2
{
    display: inline-block;
}
.filter_information .box .bot .active
{
    display: block;
}
@media screen and (max-width: 1500px)
{
    .filter_box .box .gun_box .gdt_box
    {
        width: 100%;
    }
}
@media screen and (max-width: 768px)
{
    .filter_box .box .gun_box .gun
    {
        width: 500%;
    }
}