.container {
    max-width:1230px;
}
body{
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
h3 {
    margin-bottom: 0;
}
em {
    font-style: normal;
}
a{
    text-decoration: none !important;
    color: #0055a4;
}
p{
    margin: 0;
}
h1 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
h2{
    margin-bottom: 0;
    line-height: 1;
    font-size: 0;
}
h3{
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
dl, ol, ul {
    padding-inline-start: 0;
    padding-left: 0;
}
dl, ol, ul {
    padding: 0;
    margin: 0;
}
img {
    filter: blur(0);
    transition: filter 1s;
}
.icon {
    font-size: 16px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor;
}
.header_top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    height: 120px;
}
.header {
    background: #ffffff;
}
.cbox_fl {
    flex: 0 0 45%;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.cbox_fr {
    flex: 0 0 55%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.cbox_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cbox_logo {
    width: 180px;
    margin-right: 25px;
}
.cbox_slogo a {
    font-size: 36px;
    line-height: 1.7;
    font-family: 黑体;
    color: #212529;
    font-weight: bolder;
}
.cbox_search {
    flex: 0 0 60%;
}
.cbox_language {
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cbox_search_flex {
    border: 1px solid #ced4da;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-between;
}
.cbox_search_flex input {
    border: none;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    border: none;
    width: 85%;
    outline: none;
    margin: 0;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 400;
    font-size: 14px;
}
.cbox_search_flex button .icon {
    margin-right: 0;
}
.cbox_search_flex:focus-within {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.cbox_search_flex button {
    border: none;
    width: 15%;
    background: #ffffff;
    outline: none;
    padding: 0;
}
.cbox_language_span span {
    font-size: 14px;
    line-height: 1;
    display: block;
    font-family: 微软雅黑;
    font-weight: 400;
}
.navigation {
    background: #c6000b;
}
.navigation_navbox ul {
    display: flex;
    justify-content: flex-start;
}
.navigation_navbox ul li.navitem {
    position: static;
    padding: 0 25px;
}
.navigation_navbox ul li.navitem p {
    display: flex;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    transition: all ease .3s;
    text-decoration: none;
}
.navigation_navbox ul li.navitem p.navcon i {
    display: none;
}
.navigation_navbox ul li.navitem p a {
    display: block;
    width: 100%;
    color: #ffffff;
    height: 56px;
    line-height: 56px;
}
.navigation_navbox ul li.navitem:first-child {
    padding-left: 0;
}
.navigation_navbox ul li.navitem:first-child .submenu {
    display: none;
}
.navigation_navbox ul li.navitem p a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: 0 auto;
    transition: all ease .3s;
    background: #fff;
    height: 2px;
}
.navigation_navbox ul li.navitem:hover p a:after {
    width: 100%;
}
.submenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 176px;
    display: flex;
    justify-content: center;
    z-index: 10;
    transition: all ease .3s;
    background: rgb(255 255 255 / 100%);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 1.5% 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.submenu ul {
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
.navigation_navbox ul li.navitem:hover .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.submenu ul li.menuitem p a {
    color: #333333;
    text-align: left;
    font-size: 16px;
    padding: 0;
    font-weight: bold;
    height: auto;
    line-height: 1.5;
}
.submenu ul.listthree {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}
.submenu ul.listthree li {
    margin-bottom: 10px;
}
.submenu ul li.menuitem {
    margin-right: 4%;
    width: auto;
}
.submenu ul.listthree li a {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    transition: all ease .15s;
    display: block;
}
.submenu ul li.menuitem p a:hover {
    color: #c6210d;
}
.submenu ul.listthree li a:hover {
    color: #c6210d;
}
.navigation_navbox ul li.navitem:nth-child(4) .submenu ul li.menuitem p a {
    font-weight: 400;
}
.navigation_navbox ul li.navitem:nth-child(5) .submenu ul li.menuitem p a {
    font-weight: 400;
}
.navigation_navbox ul li.navitem:nth-child(6) .submenu ul li.menuitem p a {
    font-weight: 400;
}
.submenu ul li.menuitem:last-child {
    margin-right: 0;
}
.navButton {
    display: none;
}
/* banner */

.banner  .swiper-button-next,.swiper-button-prev{
    transition:opacity 0.5s;
  }
.p_slide{
    overflow: hidden;
    background: #fff;
    z-index: 0;
}
.p_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.p_slide .p_img a.P_link_img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: all ease 2s;
    transform: scale(1.1);
}
.p_slide.swiper-slide-active .p_img a.P_link_img{
    transform: scale(1);
}
.p_slide .p_info {
    max-width: 1200px;
    padding: 0 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    z-index: 1;
    width: 90%;
}
.p_slide .p_info .p_info_fivebox {
    width: 45%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.p_img img {
    width: 100%;
}
.p_slide .p_info .p_info_fivebox p.p_btitle {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    transition: all ease .8s .3s;
}
.p_slide .p_info .p_info_fivebox span.p_solid {
    margin: 24px 0 20px;
    height: 2px;
    background: #fff;
    width: 70px;
    display: block;
    transition: all ease .8s .6s;
}
.p_slide .p_info .p_info_fivebox p.p_summary {
    font-size: 14px;
    color: rgb(255 255 255 / 100%);
    line-height: 1.6;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all ease .8s .9s;
}
.p_slide .p_info .p_info_fivebox a.p_button {
    color: #fff;
    display: block;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 60px;
    line-height: 46px;
    margin-top: 20px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    transition: all ease .3s,opacity ease .8s 1.2s,transform ease .8s 1.2s;
    margin-bottom: 5px;
}
.p_slide .p_info .p_info_fivebox a.p_button:hover {
    background: #e60012;
    border: 1px solid #e60012;
}

.banner .p_arr {
    max-width: 1200px;
    padding: 0 0px;
    width: 90%;
    position: absolute;
    top: 40%;
    transform: translateY(-49%);
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    height: 0;
}
.banner .p_arr .p_hb {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 5px;
}
.banner .p_btn_next {
    position: static;
    background: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    color: #333;
    margin: 0;
    transition: all ease .3s;
}
.banner .p_btn_prev {
    position: static;
    background: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    color: #333;
    margin: 10px 0 0 0;
    transition: all ease .3s;
}
.banner .p_btn_next:hover{
    background: #000;
    color: #fff;
}
.banner .p_btn_prev:hover{
    background: #000;
    color: #fff;
}
.banner .swiper .hide{
    opacity:0;
  }
.banner .p_btn_next::after {
    font-size: 20px
}
.banner .p_btn_prev::after {
    font-size: 20px
}
.banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 1
}
.banner .swiper-pagination-bullet-active {
    background: #c6000b;
    opacity: 1
}
.index_product {
    background-color: rgba(241,243,245,1);
    padding: 3% 0;
}
.public_title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.public_title_fl {
    flex: 1;
}
.public_title_fr {
    flex: 1;
}
.public_title_fl p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    color: rgba(51,51,51,1);
    font-weight: bold;
}
.public_title_fl span {
    line-height: normal;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: rgba(51,51,51,1);
    font-size: 14px;
    margin-top: 10px;
}
.public_title_fr a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 160px;
    margin: 2% 0 2% auto;
    height: 48px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    line-height: 48px;
    border: 1px solid rgba(185,185,185,1);
    color: rgba(81,81,81,1);
    border-radius: 60px;
}
.public_title_fr a:hover {
    background: rgba(198,0,11,1);
    color: #ffffff;
    border: none;
}
.index_product_box {
    background: #ffffff;
    margin-top: 30px;
    width: 17%;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 12px;
    flex-direction: row;
}
.index_product_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_product_box:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}
.pro_box_img {
    overflow: hidden;
}
.pro_box_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s ease 0s;
}
.pro_box_img img:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}
.pro_box_p a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    text-align: center;
    line-height: 1;
    color: rgba(51,51,51,1);
    margin: 10px 0;
    font-weight: bold;
    display: block;
}
.index_static {
    background-image: url(../img/01.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 3%;
    padding-bottom: 3%;
    background-size: cover;
}
.index_static_inner p {
    text-align: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1);
    font-weight: bold;
    display: block;
}
.index_static_inner a {
    color: rgba(255,255,255,1);
    background-color: rgba(198,0,11,1);
    width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    margin-top: 20px;
}
.index_static_inner span {
    font-size: 14px;
    margin-left: 5px;
}
.index_static_inner a:hover {
    background: #003f78;
    background: linear-gradient(118deg,#0194a3,#007292 20%,#003f78);
}
.index_app {
    padding: 3% 0;
    background-color: rgba(241,243,245,1);
}
.index_app_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.index_app_item {
    margin-top: 2.75%;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin-right: 2.75%;
    width: 31.5%;
}

.app_img {
    overflow: hidden;
    border-radius: 6px;
}

.index_app_item:nth-child(3n) {
    margin-right: 0;
}

.app_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s ease 0s;
}

.app_img img:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.app_h6 h6 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    text-align: center;
    line-height: 1;
    color: rgba(51,51,51,1);
    margin: 10px 0;
}
.index_about {
    height: 600px;
    background: url(../img/bg-about.jpg) center no-repeat;
    background-size: cover;
}
.about_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 110px;
}
.about_fl {
    width: 45%;
}
.about_fl h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}
.about_fl h3:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #ffffff;
    margin-top: 10px;
}
.about_fl p {
    line-height: 1.8;
    font-size: 14px;
    color: #eee;
    margin-top: 20px;
    display: block;
}
.about_fl a.more {
    color: #fff;
    display: block;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 60px;
    line-height: 46px;
    margin-top: 30px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    transition: all ease .3s,opacity ease .8s 1.2s,transform ease .8s 1.2s;
    margin-bottom: 5px;
}
.about_fl a.more:hover {
    background: rgba(198,0,11,1);
    color: #ffffff;
    border: 1px solid rgba(198,0,11,1);
}
.about_fr {width: 47%;}
.about_fr img {
    width: 100%;
}
.video_fixed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background-color: rgba(0,0,0,.8);
}
.video_fixed>video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
}
.video_fixed>iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 563px;
    width: 1000px;
}
.video_fixed .close_video {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    margin-top: 0;
    cursor: pointer;
}
.index_news {
    background-color: rgba(241,243,245,1);
    padding: 3% 0;
}
.news_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.news_fl {
    width: 50%;
}
.news_fr {
    width: 48%;
}
.news_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news_img {
    overflow: hidden;
    max-height: 330px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.news_text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: #ffffff;
    padding: 4%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
}
.news_text_inner {
    flex: 0 0 80%;
}
.news_text_time {
    flex: 0 0 20%;
    font-size: 40px;
    color: rgba(204,204,204,1);
    font-family: Arial;
    font-weight: normal;
    text-align: center;
    line-height: 1.8;
}
.news_text_inner h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: rgba(230,0,18,1);
    font-weight: bold;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_text_inner p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(85,85,85,1);
    margin-top: 3%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_text_inner a {
    width: 94%;
    display: block;
}
.news_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 3%;
    padding: 4%;
    transition-property: all;
    transition-radio: hover;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
}
.news_box time {
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
    font-size: 18px;
    color: rgba(204,204,204,1);
    line-height: 1;
    font-family: Arial;
    font-weight: normal;
}
.news_box h3 {
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
    line-height: 2;
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: rgba(51,51,51,1);
    font-weight: bold;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid rgba(211,211,211,1);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.news_box p {
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
    line-height: 2;
    display-radio: -webkit-box;
    font_radio: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(126,126,126,1);
}
.news_box span {
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
    line-height: normal;
    display-radio: -webkit-box;
    font_radio: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(0,0,0,1);
    margin-top: 1.5%;
    display: block;
}
.news_box:hover time {
    color: #ffffff;
}
.news_box:hover h3 {
    color: #ffffff;
}
.news_box:hover p {
    color: #ffffff;
}
.news_box:hover span {
    color: #ffffff;
}

.news_box:hover {
    background: #c6210d;
}
.news_box:last-child {
    margin-bottom: 0;
}
.index_partner {
    padding: 3% 0;
    background: url(../img/bg-hb.jpg) center no-repeat;
    background-size: cover;
}
.partner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s ease 0s;
    border-radius: 8px;
}
.partner_img {
    border: 1px solid rgba(235,235,235,1);
    border-radius: 8px;
    margin-top: 20px;
    margin-right: 20px;
    width: 180px;
    height: 96px;
    background: #ffffff;
}
.partner_img:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 21%);
}
.partnerSwiper {
    display: flex;
    justify-content: flex-start;
    width: 200%;
}
@keyframes infiniteScroll {  
    0% {  
      transform: translateX(0);  
    }  
    100% {  
      transform: translateX(-100%);  
    }  
  }  
  .partner_hidden {
    overflow: hidden;
}
  .partner_content {  
    animation-name: infiniteScroll;  
    animation-duration: 50s;  
    animation-timing-function: linear;  
    animation-iteration-count: infinite;  
    /* 添加动画状态 */  
    animation-play-state: running;  
  }
  /* 底部 */
  .foot_dl a {
    padding: 10px 8px;
    border: 1px solid #dddddd;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #f1f1f1;
    white-space: nowrap;
    width: 158px;
    height: 36px;
}
.foot_dl i {
    display: block;
    width: 5px;
    margin-left: 14px;
    font-size: 12px;
    line-height: 1;
}
.foot_dl:hover a {
    background: #c6210d;
    color: #ffffff;
    border: 1px solid #c6210d;
}
.foot_dl:hover i {
    color: #ffffff;
}
.foot_bg {
    padding: 3% 0;
    background-fill-value: background-image;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../img/footer.png);
}
.foote_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 2% 0 5%;
}
.foot_first {
    border-right: 1px solid rgba(195,195,195,0.3);
    flex: 0 0 35%;
}
.foot_nav {
    flex: 0 0 60%;
    margin-left: 5%;
}
.foot_title h2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1);
    font-weight: bold;
}
.foot_contact {
    font-size: 14px;
    color: rgba(255,255,255,1);
    line-height: 2.5;
    font-family: Microsoft YaHei;
    margin-top: 3%;
}
.foot_nav ul.gation li.navitem:nth-child(1) {
    display: none;
}
.foot_nav ul.gation {
    display: flex;
}
.foot_nav ul.gation li.navitem {
    width: 25%;
    padding: 0 15px;
}
.foot_nav ul.gation li.navitem p.navcon.sub {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
}
.foot_nav ul.gation li.navitem p.navcon.sub i {
    display: none;
}
.foot_nav ul.gation li.navitem p.navcon.sub a {
    color: #ffffff;
}
.foot_nav ul.gation li.navitem .submenu {
    position: unset;
    opacity: 1;
    color: #ffffff;
    visibility: unset;
    transform: unset;
    display: block;
    background: unset;
    pointer-events: unset;
}
.foot_nav ul.gation li.navitem .submenu ul.listthree {
    display: none;
}
.foot_nav ul.gation li.navitem .submenu ul.listthree {
    display: none;
}
.foot_nav ul.gation li.navitem .submenu ul li.menuitem {
    width: 100%;
    margin-right: 0;
}
.foot_nav ul.gation li.navitem .submenu ul {
    flex-wrap: wrap;
    background: unset;
    width: 100%;
}
.foot_nav ul.gation li.navitem .submenu ul li.menuitem p.navcon2 a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgb(185 185 185);
    line-height: 2.5;
}
.foot_nav ul.gation li.navitem .submenu ul li.menuitem p.navcon2 i {
    display: none;
}
.footer_link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer_link span {
    font-size: 14px;
    color: #b4b4b4;
}
.footer_link a {
    font-size: 14px;
    color: #b4b4b4;
    padding-right: 10px;
}
.foot_copyright {
    background-color: rgba(7,13,19,1);
    padding: 30px 0;
}
.copyright_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.copyright_flex p {
    color: #ffffff;
    font-size: 14px;
}
.copyright_flex a {
    font-size: 14px;
    color: #ffffff;
}
/* 侧边客服 */
.sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 998;
}

.side1 {
    width: 50px;
    height: 150px;
    background: #222;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side1 a,
.side1 img,
.side1 i,
.side1 span {
    display: block;
}

.side1 img {
    margin: 0 auto;
}

.side1 i {
    margin: 10px auto;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all 0.5s ease;
}

.side1 span {
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-lr;
    margin: 0 auto;
    letter-spacing: 2px;
}

.side1:hover {
    background: rgb(198 0 11 / 100%);
}

.side1:hover a img {
    animation: jitter 0.5s;
}

.side {
    height: 50px;
    position: absolute;
    transition: all 0.5s;
}

.side a {
    display: block;
    height: 50px;
    font-size: 0;
}

.side i,
.side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px;
}

.side i {
    width: 50px;
    text-align: center;
    background: rgb(198 0 11 / 90%);
    transition: all 0.3s;
}

.side i img {
    vertical-align: middle;
}

.side span {
    text-align: center;
    line-height: 50px;
    background: #232323;
    font-size: 13px;
    color: #fff;
    transition: all 1s;
}

.side2 {
    top: 151px;
    right: -140px;
    width: 190px;
}

.side2 span {
    width: 140px;
}

.side3 {
    right: -190px;
    width: 240px;
    top: 202px;
}

.side3 span {
    width: 190px;
}

.side4 {
    right: -140px;
    width: 190px;
    top: 253px;
}

.side4 span {
    width: 140px;
}


.side5 {
    right: -90px;
    width: 140px;
    top: 253px;
    cursor: pointer;
}

.side5 span {
    width: 90px;
    font-size: 14px;
}

.qcodePic {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.qcodePic img{
    width: 100%;
}

.side5:hover .qcodePic {
    display: block;
}

.side6 {
    right: -90px;
    width: 140px;
    top: 305px;
    cursor: pointer;
}

.side6 span {
    width: 90px;
    font-size: 14px;
}

.side:hover {
    right: 0;
}

.side:hover i {
    background: rgb(198 0 11 / 100%);
}

.wxPic {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.wxPic img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m-foot {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #f5f5f5;
    display: none;
}

.m-foot ul {
    font-size: 0;
    text-align: center;
    height: 54px;
}

.m-foot ul li {
    float: left;
    width: 20%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}

.m-foot ul li:nth-child(3) {
    background: #e80101;
    border-left: none;
    border-top: 1px solid #e80101;
}

.m-foot ul li:nth-child(3) span {
    color: #fff !important;
}

.m-foot ul li:first-child,
.m-foot ul li:nth-child(4) {
    border-left: none;
}

.m-foot ul li span,
.m-foot ul li img {
    display: block;
    margin: 6px auto;
}

.m-foot ul li span {
    line-height: 14px;
    font-size: 12px;
    color: #1a1a1a;
    transition: all 0.4s;
}

.m-foot ul li:hover span {
    color: #e80101;
}

.wyz {
    position: fixed;
    width: 50px;
    height: 50px !important;
    right: 6px;
    bottom: 150px;
    z-index: 90;
    display: none;
}
/* 侧边客服结束 */

.page_banner img {
    width: 100%;
}
.crumbs {
    background-color: rgba(233,236,239,1);
    padding: 20px 0;
}
.pos i {
    color: #6c757d;
    font-size: 14px;
}
.pos a {
    color: #6c757d;
    font-size: 14px;
}
.pos span {
    color: #6c757d;
    font-size: 14px;
}
.pos {
    font-size: 14px;
    color: #212529;
}

.semi {
    background-color: rgba(241,243,245,1);
    padding: 30px 0;
}
.semi_container {
    width: 96%;
    max-width: 100%;
    margin: 0 auto;
}
.semi_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.semi_fl {
    width: 16.97%;
}
.semi_fr {
    width: 81.5%;
    margin-left: 1.5%;
}
/* 公共样式分类 */
.public_cat {
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
}
.public_button {
    display: none;
}
li.public_deep_item {
    position: relative;
}
p.public_deep_tit {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    transition: all ease .3s;
    width: 100%;
    color: #333;
    background: none;
    font-weight: bold;
}
p.public_deep_tit span {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid rgb(0 0 0 / 5%);
    transition: border-left ease .3s;
}
p.public_deep_tit a {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: flex-start;
    color: #333333;
    font-size: 14px;
}
p.public_deep_tit i {
    transform: rotate(90deg);
    font-size: 16px;
    display: block;
}
li.deep_sub_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    transition: all ease .3s;
    width: 100%;
    position: relative;
}
li.deep_sub_item a {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    color: #333333;
}
li.deep_sub_item span {
    line-height: 20px;
    word-break: break-word;
}
.public_deep_sub {
    display: none;
} 
li.public_deep_item.on p.public_deep_tit a {
    color: #c6000b;
}
li.public_deep_item.on p.public_deep_tit i {
    color: #c6000b;
}
li.public_deep_item:hover p.public_deep_tit a {
    color: #c6000b;
}
li.public_deep_item:hover p.public_deep_tit i {
    color: #c6000b;
}
li.deep_sub_item.active a {
    color: #ca2d2f;
}
/* 产品表格 */
.semi_content {
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
    padding: 20px;
}
.semi_name {
    font-size: 18px;
    color: rgba(34,34,34,1);
    line-height: 1;
    font-weight: bold;
    margin-bottom: 18px;
}
.semi_search {
    width: 20%;
    display: block;
    text-align: right;
    margin: 0 0 0 auto;
}
.semi_table_header table {
    background-color: #FAFAFA;
}
.table_header>div:first-child {
    border-left: 1px solid #eee;
}
.table_header>div {
    padding: 15px 5px !important;
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.list1 {
    width: 20%;
}

.list2 {
    width: 10%;
}

.list3 {
    width: 6%;
}

.list4 {
    width: 10%;
}

.list5 {
    width: 8%;
}

.list6 {
    width: 46%;
}
.table_header>div span {
    display: block;
    width: 100%;
}
.table_header {
    width: 100%;
    position: relative;
    display: flex;
    background: #FAFAFA;
}
.s_title>div {
    font-size: 13px !important;
    color: #222 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.semi_table_kind {
    margin-top: 20px;
}
.table_header i {
    display: block;
    font-size: 14px;
    color: #b2b2b2;
}
.table_header span {
    font-size: 13px;
    word-break: break-word;
    display: block;
    line-height: 1.3;
    color: #333333;
}
.s_title:first-child {
    border-left: 1px solid #eee;
}
.loopitem_tr {
    display: flex;
}

.loopitem_tr_tips {
	display: none;
	position: absolute;
	top: -50px;
	left: 0;
}

.loopitem_tr_tips_content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 8px 15px;
    font-size: 12px;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    background-color: #000;
    color: #fff;
}

.loopitem_tr_tips_g {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    *overflow: hidden;
    left: 5px;
    bottom: -8px;
    border-right-style: solid;
    border-right-color: #000;
}
.s_title a {
    font-size: 13px !important;
    color: #222 !important;
    width: 100%;
    display: block;
}
.loopitem_tr>div {
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.loopitem_tr:hover {
    background: #eee;
}
.loopitem_tr1:hover {
    background: #eee;
}
.loopitem_tr2:hover {
    background: #eee;
}
.loopitem_tr3:hover {
    background: #eee;
}
.loopitem_tr4:hover {
    background: #eee;
}
.loopitem_tr:last-child {
    border-bottom: 1px solid #eeeeee;
}
.semi_table_page {
    position: relative;
    width: 100%;
    padding: 7px 7px 0;
    height: 41px;
    white-space: nowrap;
    border: 1px solid #eeeeee;
    border-top: none;
}

.semi_table_page a {
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    border: none;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    color: #333333;
}
.semi_table_page a.active {
    background-color: #409EFF;
    color: #ffffff;
    border-radius: 2px;
}
.semi_table_page span {
    font-size: 13px;
    color: #333333;
}
.semi_table_page a:hover {
    color: #409efe;
}
.app {
    background-color: rgba(241,243,245,1);
    padding: 30px 0;
}
.app_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.app_fl {
    width: 22.54%;
}
.app_fr {
    width: 75.44%;
    margin-left: 2%;
}
.app_content {
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
    padding: 20px;
}
.app_fr_title h2 {
    font-size: 18px;
    color: rgba(34,34,34,1);
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.app_fr_inner h2 {
    font-family: Microsoft YaHei;
    color: rgba(51,51,51,1);
    line-height: 2;
    font-size: 18px;
}
.app_fr_inner img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.app_fr_inner p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(51,51,51,1);
    line-height: 2;
}
table {
    border: 1px solid #e1e1e1;
    text-align: center;
    font-size: 14px;
    line-height: 1.2rem;
    width: 100%;
}
table tr {
    height: 4rem;
    border: 1px solid #e1e1e1;
    max-width: 15rem;
}
table tr td {
    border: 1px solid #e1e1e1;
    max-width: 15rem;
    word-break: break-word;
}
table tr:nth-child(2n-0) {
    background: #eee;
}
.crumbs_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.crumbs_fl {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.crumbs_fr {
    flex: 0 0 auto;
    align-self: center;
}
.crumbs_list {
    display: flex;
    flex-wrap: wrap;
}
.crumbs_a a {
    display: block;
    padding: 8px 20px;
    background: #fff;
    border-radius: 60px;
    border: 1px solid #eee;
    font-size: 14px;
    transition: all .5s ease;
    color: #212529;
}
.crumbs_a {
    flex: 0 0 auto;
    align-self: center;
    margin-right: 10px;
}
.crumbs_a.active a {
    background: #c6000b;
    color: #fff;
}
.crumbs_a:hover a {
    background: #c6000b;
    color: #fff;
}
.single {
    background-color: rgba(241,243,245,1);
    padding: 30px 0;
}
.single_content {
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
    padding: 20px;
}
.single_content img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.single_content p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(51,51,51,1);
    line-height: 2;
}

.window_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
}
.window_box {
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 2.66%;
    border-radius: 12px;
    background: #ffffff;
}
.window_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .8s;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.window_box:nth-child(4n) {
    margin-right: 0;
}
.window_box_img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    position: relative;
}
.window_box:hover .window_box_img img {
    transform: scale(1.05);
    opacity: 1;
}
.window_box_img:after {
    content: '+';
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    vertical-align: middle;
    transition: all ease .35s;
    opacity: 0;
    pointer-events: none;
}
.window_box:hover .window_box_img:after {
    opacity: 1;
    top: 50%;
}
.window_box_p a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-align: center;
    color: rgba(0,0,0,1);
    transition: all ease .5s;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.window_box_p {
    padding: 15px 20px;
}

.public_pages {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.public_pages a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    text-align: center;
    background: #f4f4f4;
    color: #666;
    font-size: 14px;
}
.public_pages a:hover {
    color: #c6000b;
}
.public_pages a.active {
    background: #c6000b;
    color: #fff;
    border-radius: 2px;
}
.window_box:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}
.test_deep {
    background: #ffffff;
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
}
.test_deep_box p {
    padding: 0 20px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #f1f3f5;
    transition: all ease .2s;
}
.test_deep_box a {
    font-size: 15px;
    font-family: Microsoft YaHei;
    text-align: left;
    line-height: 1;
    color: rgba(51,51,51,1);
}
.test_deep_box svg {
    align-self: center;
    margin-top: 0;
}
.test_deep_box span {
    flex: 1;
    text-overflow: ellipsis;
    white-space: inherit;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.test_deep_box.active a {
    color: #ca2d2f;
}
.test_deep_box:hover a {
    color: #ca2d2f;
}
.article_item:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}
.article_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    background: rgba(245,245,245,1);
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    background-color: rgba(255,255,255,1);
    padding: 20px;
    border-radius: 12px;
}
.article_fl {
    flex: 0 0 85%;
}
.article_fr {
    flex: 1;
}
.article_fr span {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    min-height: 20px;
    font-size: 20px;
    color: rgba(153,153,153,1);
    text-align: right;
    line-height: 1;
    font-family: Impact;
    margin-top: 19%;
    display: block;
}
.article_fr p {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    min-height: 20px;
    font-size: 34px;
    font-family: Impact;
    text-align: right;
    line-height: 1.5;
    color: rgba(198,0,11,1);
    margin-top: 6%;
}
.article_fl h2 {
    line-height: 1.5;
    font_radio: 2;
    font-size: 18px;
    color: rgba(51,51,51,1);
    margin-top: 2%;
    display-radio: 1;
    font-weight: bold;
    font-family: Microsoft YaHei;
}
.article_fl p {
    font_radio: 2;
    font-size: 14px;
    color: rgba(102,102,102,1);
    line-height: 1.8;
    padding-top: 2%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2%;
    display-radio: -webkit-box;
}
.article_item:hover .article_fl h2 {
    color: #ca2d2f;
}
.article_item:hover .article_fr span {
    color: #ca2d2f;
}
.detail_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.detail_fl {
    margin-right: 30px;
    flex: 0 0 70%;
}
.detail_fr {
    flex: 1;
}
.detail {
    padding: 30px 0;
    background: #ffffff;
}
.detail_time {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(198,0,11,1);
    padding: 10px;
    border-radius: 6px;
    margin-right: 20px;
    flex: 0 0 9%;
}
.detail_time span {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    color: rgba(255,255,255,1);
    line-height: 1;
    flex: 0 0 100%;
}
.detail_time p {
    font-size: 14px;
    font-family: Arial;
    color: rgba(255,255,255,1);
    flex: 0 0 100%;
    display: block;
    text-align: center;
}
.detail_h1 {
    flex: 1;
    align-self: center;
}
.detail_h1 h1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(68,68,68,1);
    margin-bottom: 0.5rem;
}
.detail_h1 span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(102,102,102,1);
}
.detail_title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.detail_groom {
    padding: 20px;
    box-shadow: 0 0 0px 1px rgb(229 229 229);
    border-radius: 12px;
}
.detail_groom h3 {
    line-height: normal;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(68,68,68,1);
    margin-bottom: 20px;
}
.detail_groom_img {
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 6px;
}
.detail_groom_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.detail_groom_text h3 {
    line-height: 1.5;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(68,68,68,1);
    font-weight: bold;
    margin-bottom: 0;
}
.detail_groom_text p {
    font-size: 14px;
    display: block;
    color: #212529;
}
.detail_list a {
    display: block;
    margin: 20px 0;
}
.detail_list a:last-child {
    margin-bottom: 0;
}

.sample_box {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
}
.sample_title {
    font-size: 24px;
    display: block;
    color: #333333;
    font-weight: bold;
}
.sample_group {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.sample_group:nth-child(2){
	justify-content: space-between;
}
.sample_group:nth-child(2) input {
    width: 32.5%;
    height: 48px;
	margin-right: 0;
    line-height: 48px;
    border: 2px solid #ced4da;
    color: #495057;
    background-color: #fbfbfb;
    padding: 6px 12px;
    font-weight: 400;
}
.sample_group input {
    width: 32.5%;
    margin-right: 1.3%;
    height: 48px;
    line-height: 48px;
    border: 2px solid #ced4da;
    color: #495057;
    background-color: #fbfbfb;
    padding: 6px 12px;
    font-weight: 400;
}
.sample_group input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}
.sample_group select {
    width: 32%;
    margin-right: 15px;
    height: 48px;
    border: 2px solid #ced4da;
    color: #495057;
    background-color: #fbfbfb;
    padding: 6px 12px;
    font-weight: 400;
}
.sample_group select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}
.sample_group input:nth-child(3) {
    margin-right: 0;
}
.sample_textarea textarea {
    width: 100%;
    height: 80px;
    border: 2px solid #ced4da;
    color: #495057;
    background-color: #fbfbfb;
    padding: 6px 12px;
    font-weight: 400;
    margin-top: 20px;
}
.sample_textarea textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}
button.submit_btn {
    display: block;
    width: 160px;
    line-height: 45px;
    height: 45px;
    text-align: center;
    background: #c6210d;
    border-radius: 60px;
    color: #ffffff;
    font-size: 16px;
    border: none;
}
.sample_btn {
    margin-top: 20px;
}
button.submit_btn:focus {
    color: #ffffff;
    background-color: #1786BB;
    border-color: #80bdff;
    outline: 0;
}


.sample_group input::-webkit-input-placeholder{
     font-size: 14px;
	 color: #a3a9ad;
}
.sample_group input::-moz-placeholder{  
	font-size: 14px;
	color: #a3a9ad;
}
.sample_group input:-moz-placeholder{ 
	font-size: 14px;
	color: #a3a9ad;
}
.sample_group input:-ms-input-placeholder{  
	font-size: 14px;
	color: #a3a9ad;
}


.sample_textarea textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #a3a9ad;
}
.sample_textarea textarea::-moz-placeholder{  
   font-size: 14px;
   color: #a3a9ad;
}
.sample_textarea textarea:-moz-placeholder{ 
   font-size: 14px;
   color: #a3a9ad;
}
.sample_textarea textarea:-ms-input-placeholder{  
   font-size: 14px;
   color: #a3a9ad;
}

.sample_group select::-webkit-input-placeholder{
	font-size: 14px;
	color: #a3a9ad;
}
.sample_group select::-moz-placeholder{  
   font-size: 14px;
   color: #a3a9ad;
}
.sample_group select:-moz-placeholder{ 
   font-size: 14px;
   color: #a3a9ad;
}
.sample_group select:-ms-input-placeholder{  
   font-size: 14px;
   color: #a3a9ad;
}
.sample_content p {
    font-size: 14px;
    line-height: 2;
}
select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/select.svg) no-repeat right 10px center/14px auto;
}


.book_item_title {
    font-weight: bolder;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.book_item {
    padding: 30px 0;
    position: relative;
}
.book_item .book_next {
    position: absolute;
    background: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    color: #333;
    margin: 0;
    transition: all ease .3s;
    right: -6%;
    top: 40%;
    transform: translateY(-40%);
}
.book_item .book_prev {
    position: absolute;
    background: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    color: #333;
    margin: 10px 0 0 0;
    transition: all ease .3s;
    left: -6%;
    top: 40%;
    transform: translateY(-40%);
}
.book_item .book_next::after {
    font-size: 20px
}
.book_item .book_prev::after {
    font-size: 20px
}
.book_item .book_next:hover{
    background: #000;
    color: #fff;
}
.book_item .book_prev:hover{
    background: #000;
    color: #fff;
}
.book_item .window_box:nth-child(4n) {
    margin-right: 2%;
}
.book_item .window_box:nth-child(6n) {
    margin-right: 0;
}

.book_item .window_box {
    width: 15%;
    margin-right: 2%;
}
.book_item .windowSwiper .window_box {
    width: 100%;
    margin-right: 0;
}
.contact_margin {
    margin-bottom: 15px;
}
.contact_fr {
    width: 48%;
    height: 4.57rem;
    position: relative;
}
.contact_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_fl {
    width: 48%;
}
.contact_fl_title {
    font-weight: bold;
    font-family: Microsoft YaHei;
    font-size: 24px;
    color: rgba(51,51,51,1);
}
.contact_fl_text h2 {
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 18px;
    color: rgba(32,32,32,1);
    font-weight: bold;
}
.so_product {
    background: rgba(247,247,247,1);
    padding: 60px 0;
}
.so_product_title {
    background-color: rgba(251,251,251,1);
    padding: 22px 30px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51,51,51,1);
    line-height: 1;
}
.so_product_content {
    background-color: rgba(255,255,255,1);
    padding: 22px 30px;
    margin-bottom: 30px;
}
.so_product_box a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: rgba(0,0,0,1);
    display: block;
}

.so_product_box p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(0,0,0,0.3);
    margin-top: 30px;
}

.so_product_box span {
    margin-right: 10px;
}

.so_product_box span:last-child {
    margin-right: 0;
}

.so_product_box {
    margin-bottom: 30px;
}

.so_product_box:last-child {
    margin-bottom: 0;
}
span.keyword {
    color: #c6000b;
}
.app_fr_inner span {
    text-wrap: unset !important;
}
.book_item .window_box_img:after {
    display: none;
}
.single_content span {
    text-wrap: wrap !important;
}


.semi_table_page a.active:hover {
    color: #ffffff;
}


.contact_list {margin: 35px 0;}
.contact_list_box p:nth-child(2) {
    display: block;
    height: 80px;
}
.contact_list_box {
    width: 31.5%;
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
    padding: 30px;
}

.contact_list_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_list_box h3 {
    line-height: normal;
    margin-bottom: 5px;
    font-size: 18px;
    color: rgba(32,32,32,1);
    font-weight: bold;
}

.contact_list_box p {
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(51,51,51,1);
    line-height: 1.5;
}


.page_banner {
    position: relative;
}

.page_banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003b;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}

.banner_text h2 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}

.banner_text p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin-top: 30px;
}




.dl {
    padding: 100px 0;
}

.dl_title {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 35px;
}

.dl_form {
    background-color: #FAFAFA;
    padding: 60px;
}

.dl_form_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dl_item {
    width: 48%;
    margin-bottom: 30px;
}

.f_tit {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
}

.f_tit span {
    color: #e60012;
    display: inline-block;
    vertical-align: middle;
}

.dl_item input {
    width: 100%;
    font-size: 16px;
    color: rgb(153, 153, 153);
    background-color: rgb(245, 245, 245);
    font-family: "Microsoft YaHei", 微软雅黑, pingfnag, Verdana, Helvetica, Arial, sans-serif;
    padding: 16px 20px;
    border: none;
    outline: none;
}

.dl_but {
    width: 100%;
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
}

.dl_but button {
    text-align: center;
    justify-content: center;
    transition: all 0.4s;
    margin: 0 8px;
    border: 1px solid #ddd;
    display: block;
    width: 154px;
    height: 48px;
    background-color: transparent;
}

.dl_but button:hover {
    background: #c6210d;
    color: #ffffff;
    border: 1px solid #c6210d;
}



.table_header1 {
    width: 100%;
    position: relative;
    display: flex;
    background: #FAFAFA;
}
.table_header1>div:first-child {
    border-left: 1px solid #eee;
}
.table_header1>div {
    padding: 15px 5px !important;
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.table_header1>div span {
    display: block;
    width: 100%;
}
.table_header1 span {
    font-size: 13px;
    word-break: break-word;
    display: block;
    line-height: 1.3;
    color: #333333;
}
.loopitem_tr1>div {
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.loopitem_tr1 {
    display: flex;
}
.loopitem_tr1:last-child {
    border-bottom: 1px solid #eeeeee;
}


.table_header2 {
    width: 100%;
    position: relative;
    display: flex;
    background: #FAFAFA;
}
.table_header2>div:first-child {
    border-left: 1px solid #eee;
}
.table_header2>div {
    padding: 15px 5px !important;
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.table_header2>div span {
    display: block;
    width: 100%;
}
.table_header2 span {
    font-size: 13px;
    word-break: break-word;
    display: block;
    line-height: 1.3;
    color: #333333;
}
.loopitem_tr2 {
    display: flex;
}
.loopitem_tr2:last-child {
    border-bottom: 1px solid #eeeeee;
}
.loopitem_tr2>div {
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    position: relative;
}

.span {
    width: 100%;
    padding: 15px 5px !important;
}


.table_header3 {
    width: 100%;
    position: relative;
    display: flex;
    background: #FAFAFA;
}
.table_header3>div:first-child {
    border-left: 1px solid #eee;
}
.table_header3>div {
    padding: 15px 5px !important;
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.table_header3>div span {
    display: block;
    width: 100%;
}
.table_header3 span {
    font-size: 13px;
    word-break: break-word;
    display: block;
    line-height: 1.3;
    color: #333333;
}
.loopitem_tr3 {
    display: flex;
}
.loopitem_tr3:last-child {
    border-bottom: 1px solid #eeeeee;
}
.loopitem_tr3>div {
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    position: relative;
}



.table_header4 {
    width: 100%;
    position: relative;
    display: flex;
    background: #FAFAFA;
}
.table_header4>div:first-child {
    border-left: 1px solid #eee;
}
.table_header4>div {
    padding: 15px 5px !important;
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.table_header4>div span {
    display: block;
    width: 100%;
}
.table_header4 span {
    font-size: 13px;
    word-break: break-word;
    display: block;
    line-height: 1.3;
    color: #333333;
}
.loopitem_tr4 {
    display: flex;
}
.loopitem_tr4:last-child {
    border-bottom: 1px solid #eeeeee;
}
.loopitem_tr4>div {
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    position: relative;
}


@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-00 {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

.cbox_fl.pcduan .cbox_logo {
    width: 360px;
}

.moblase {
    display: none;
}



/* 详情样式追加 */
.info_detail {
    margin-top: 60px;
}
.detail_top_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.detail_swiper {
    width: 57%;
}
.detail_swiper .top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.detail_inner {
    width: 41%;
    position: relative;
    height: 488px;
}
.swiper_fl {
    width: 70%;
    border: 1px solid #eee;
    padding: 15px;
}
.swiper_fr {
    width: 25%;
    position: relative;
}
.swiper-xc ul li {
    overflow: hidden;
    height: 64px;
}
.swiper-xc img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-xc ul li.on {
    box-sizing: border-box;
    border: 1px solid #cc2e30;
}
.swiper_fl .bd ul li {
    width: 456px;
    height: 455px;
}
.swiper_fl img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 .swiper-xc {
    width: 168px;
    height: 370px;
    margin: 10px auto;
    overflow: hidden;
}
.swiper-button {
   width: 100%; 
    height: 50px;
    z-index: 999;
    top: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}
.swiper_fr .swiper-prev img {
    transform: rotate(90deg);
}
.swiper_fr .swiper-next img {
    transform: rotate(90deg);
}

.detail_inner h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
}
.detail_inner h1 {
    font-size: 16px;
    color: #666;
}
.pdf a {
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    box-sizing: border-box;
    color: #cc2e30;
    display: block;
    font-weight: 500;
}
.description {
    color: #888;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    font-size: 14px;
}
.btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.sample a {
    width: 100%;
    display: block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #cc2e30;
}

.sample {
    width: 48%;
}

.purchase {
    width: 48%;
}
.purchase a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    box-sizing: border-box;
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
}
.purchase img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.purchase p {
    font-size: 14px;
    color: #000000;
}
.detail_why {
    padding: 50px 0;
    margin: 60px auto 0;
    background-color: #fafafa;
}
.detail_why h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}
.detail_why p {
    font-size: 18px;
    text-align: center;
    color: #888;
}
.detail_why p span {
    color: #cc2e30;
}
.detail_why_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
}
.detail_why_item {
    width: 31%;
    position: relative;
}
.why_text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    box-sizing: border-box;
}
.why_text p {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    color: #000000;
}
.why_text span {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: block;
}
.detail_why_item:hover .why_text p {
    color: #cc2e30;
}
.why_img img {
    width: 100%;
}
.module {
    width: 100%;
    min-width: 1200px;
    background: url(../img/bg-ggt.png) no-repeat center center;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 0px;
    text-align: center;
    margin-top: 172px;
}
.module_content {
    width: 1200px;
    margin: 0 auto 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.module_text h2 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 40px;
    color: #fff;
}
.module_text h3 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: 0.8;
}
.module_text {
    text-align: left;
}
.module_text a {
    display: flex;
    margin: 20px 0 50px;
    justify-content: center;
    font-size: 16px;
    width: 272px;
    align-items: center;
    color: #fff;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    background-image: linear-gradient(90deg, #F9BA31 0%, #cc2e30 100%);
    border-radius: 2px;
}
.module_ewm {
    position: absolute;
    width: 440px;
    height: 330px;
    right: 0;
    bottom: 0;
    background: #fff url(../img/bg1.png) no-repeat center center;
    background-size: auto 100%;
    box-shadow: -8px 4px 12px 0 #00000014;
}
.module_ewm_img {
    width: 198px;
    height: 198px;
    margin: 0 auto;
    position: relative;
    top: 15%;
}
.module_ewm_img i:nth-of-type(1) {
	display:inline-block;
	width:15px;
	height:15px;
	position:absolute;
	left:-10px;
	top:-10px;
	border:1px solid #cc2e30;
	border-right:none;
	border-bottom:none;
}
.module_ewm_img i:nth-of-type(2) {
	display:inline-block;
	width:15px;
	height:15px;
	position:absolute;
	right:-10px;
	top:-10px;
	border:1px solid #cc2e30;
	border-left:none;
	border-bottom:none;
}
.module_ewm_img i:nth-of-type(3) {
	display:inline-block;
	width:15px;
	height:15px;
	position:absolute;
	left:-10px;
	bottom:-10px;
	border:1px solid #cc2e30;
	border-right:none;
	border-top:none;
}
.module_ewm_img i:nth-of-type(4) {
	display:inline-block;
	width:15px;
	height:15px;
	position:absolute;
	right:-10px;
	bottom:-10px;
	border:1px solid #cc2e30;
	border-left:none;
	border-top:none;
}
.module_ewm p {
    font-size: 14px;
    color: #333;
    position: relative;
    top: 23%;
}
.linke_pro {
    padding: 60px 0;
}
.linke_pro h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.linke_pro_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
.linke_pro_box .trum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
}
.linke_pro_box .trum  {
    width: 45%;
    height: 171px;
    overflow: hidden;
}
.trum a {
    display: block;
    height: 171px;
    overflow: hidden;
}
.linke_pro_box .text {
    width: 48%;
    position: relative;
    height: 171px;
}
.linke_pro_box .text h2 {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #000000;
    text-align: left;
}
.linke_pro_box .text p {
    font-size: 14px;
    white-space: pre-line;
    line-height: 20px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #999;
}
.linke_pro_box .text .btns a {
    display: block;
    width: 48%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px;
}
.linke_pro_box .text .btns a:first-child {
    color: #fff;
    background-image: -webkit-linear-gradient(0deg, #cc2e30a1 0%, #cc2e30 100%);
}
.linke_pro_box .text .btns a:last-child {
    border: 1px solid #eee;
    color: #333;
}
.swiper_linke .swiper-wrapper {
    padding-bottom: 60px;
}
.swiper_linke .swiper-pagination-bullet-active {
    background: #f18720;
}
.linke_pro_box:hover .trum img {
    transform: scale(1.2);
    transition: all 0.3s;
}
.linke_pro_box:hover .text h2 {
    color: #cc2e30;
}
.module_ewm_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.s_title.list6 .span {
    padding: 15px 40px !important;
}
.about_fr iframe {
    width: 100%;
    height: 320px;
}
.index_product_ove {
    height: 1px;
    overflow: hidden;
}