@charset "utf-8";

.header {
    width: 100%;
    height: auto;
}
.topitem {
    width: 100%;
    height: 110px;
}
.topleft a img {
    height: 90px;
}
.topr_bot ul li {
    position: relative;
    height: 50px;
}
.topr_bot ul li a {
    font-size: 18px;
    padding-left:80px;
    text-transform: capitalize;
	color: #333333;
}
.topr_top {
    margin-bottom: 20px;
    margin-top: 25px;
}
.topr_sl {
    justify-content: flex-end;
}
.toprsearch {
    width: 60px;
    height: 16px;
    background: url(../images/topline.png) no-repeat right;
    cursor: pointer;
    position: relative;
}
.search_item {
    position: absolute;
    left: -260px;
    top: -12px;
    width: 254px;
    line-height: 46px;
    height: 46px;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.2);
    color: #fff;
    padding-left: 15px;
    display: none;
}
.search_item input {
    width: 75%;
}
.search_item button {
    background: none;
    border: 0px;
    width: 15%;
    height: 40px;
}
.search_item button img {
    margin-top: -10px;
    filter: brightness(550%) grayscale(150%);
}
.topsearch_clsico {
    display: none;
    height: 14px;
    filter: brightness(350%) grayscale(150%);
}
.toprlang {
    width: 170px;
    height: 16px;
    background: url(../images/topline.png) no-repeat right;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.toprlang p {
    font-size: 14px;
	color: #999999;
    text-transform: capitalize;
    padding: 0px 10px;
}
.langweb {
    position: absolute;
    top: 17px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 15px;
    background: #ffffff;
    display: none;
    z-index: 9;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.langweb a {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    display: block;
    text-align: center;
}
.ernav {
    position: fixed;
    left: 0px;
    top: 110px;
    z-index: 8;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0px;
    background-color: #ffffff;
    display: none;
}
.ernav .ernavitem {
    width:63%;
    margin: 0 auto;
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.ernav .ernavitem dl  {
    width: 20%;
    margin: 20px 0;
}
.topr_bot ul li .ernavitem dl dt {
    margin-bottom: 10px;
}
.topr_bot ul li .ernavitem dl dt a {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding: 0px;
}
.topr_bot ul li .ernavitem dl dt a img {
    margin-left: 5px;
    height: 12px;
}
.topr_bot ul li .ernavitem dl dt a:hover {
    color: #ab1f24;
}
.topr_bot ul li .ernavitem dl dd a {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 0px;
    line-height: 26px;
    color: #ac4346;
}
.topr_bot ul li:hover {
    background: url(../images/navhoverline.jpg) no-repeat right bottom;
    background-size: 70px 4px;
}
.topr_bot ul li:hover a {
    color: #ab1f24;
}
.topr_bot ul li:nth-child(3) .ernavitem {
    margin-left: 30%;
}
.topr_bot ul li:nth-child(4) .ernavitem {
    margin-left: 2%;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: .1;
    margin: 0px 6px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 30px;
	background-color: #ab1f24;
    opacity: 1;
	border-radius: 4px;
}
.banner .swiper-pagination {
    bottom: 40px;
}



/* 首页产品 */
.idxpro {
    padding: 80px 0px;
    background-color: #ffffff;
    position: relative;
}

.idxprotop_l {
    width: 711px;
}

.idxprotop_l h3 {
    font-size: 38px;
    font-weight: bold;
    color: #333333;
}

.idxproline {
    width: 33px;
    height: 6px;
    background-color: #ab1f24;
    margin: 30px 0px 25px;
}

.idxprotop_l p {
    font-size: 15px;
    line-height: 24px;
    color: #888888;
}

.idxprotop_r {
    width: 145px;
    height: 49px;
    background-color: #ab1f24;
    transition: all .5s;
}

.idxprotop_r a {
    width: 100%;
    height: 100%;
    justify-content: center;
}

.idxprotop_r a p {
    font-size: 16px;
    color: #ffffff;
    padding-right: 10px;
    text-transform: capitalize;
}

.idxprotop_r a img {
    width: 17px;
    filter: grayscale(100%) brightness(500%);
    transform: rotate(-45deg);
}
.idxprotop_r:hover {
    background-color: #ffffff;
}
.idxprotop_r:hover a p {
    color: #ab1f24;
}
.idxprotop_r:hover a img {
    filter: none;
    transform: unset;
}
.idxpro_bot {
    width: 100%;
    height: auto;
    margin-top: 40px;   
}
.cross-line {
    background-image: -webkit-gradient(linear,left top,right top,from(#bfbfbf),color-stop(50%,#bfbfbf),color-stop(50%,rgba(0,0,0,0)));
    background-image: -o-linear-gradient(left,#bfbfbf 0,#bfbfbf 50%,rgba(0,0,0,0) 50%);
    background-image: linear-gradient(90deg,#bfbfbf,#bfbfbf 50%,rgba(0,0,0,0) 0);
    background-repeat: repeat-x;
    background-size: 10px 1px;
    position: absolute;
    top: 90.5px;
    left: 50px;
    z-index: 2;
    width: 1300px;
    height: 1px;
}

.idxpro_bot .swiper-slide {
    /* width: 336px; */
    width: 32%;
    margin-bottom: 25px;
    transition: all .5s;
}

.idxpro_bot .swiper-slide-active {
    /* width: 680px; */
}
.idxpro_swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}
a.idxpro_list {
    width: 100%;
    height: 350px;
    background-color: #f9f9f9;

}

.idxproli_top {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 9;
}

.idxproli_top h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding: 30px ;
    text-align: left;
    text-transform: capitalize;
}
.idxpro_botitem {
    margin-top: 30px;
}
.idxproli_top .idxproli_top_dian {
    position: absolute;
    left: 5px;
    bottom: -5px;
    width: 100%;
    z-index: 9;
}
.idxproli_top .idxproli_top_dian img {
    display: block;
    margin: 0 auto;
    filter: brightness(650%) grayscale(100%);
}
.idxpro_bot .swiper-slide-active .idxproli_top .idxproli_top_dian img {
    filter: unset;
    margin-left: 0px;
}
.idxproli_bot {
    height: 80%;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}

.idxproli_bot img {
    display: block;
}

.idxpro_bot .swiper-button-next:after,
.idxpro_bot .swiper-button-prev:after {
    font-size: 20px;
    color: #eaeaea;
}

.idxpro_bot .swiper-button-next,
.idxpro_bot .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: solid 2px #eaeaea;
    border-radius: 50%;
    opacity: 1;
    top: 60%;
    transition: all .5s;
}

.idxpro_bot .swiper-button-next:hover,
.idxpro_bot .swiper-button-prev:hover {
    background-color: #ab1f24;
    border-color: #ab1f24;
}

.idxpro_bot .swiper-button-next {
    right: 7.5%;
    background-color: #ab1f24;
    border-color: #ab1f24;
}

.idxpro_bot .swiper-button-prev {
    left: 7%;
}

.idxpro_lidef {
    width: 50%;
    height: 100%;
    padding: 0px 30px;
    position: relative;
}

.idxpro_liactive {
    width: 50%;
    text-align: left;
    padding-right: 20px;
    margin-top: 0px;
    transition: all .5s;
}

.idxpro_liactive p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-right: 10px;
}

.idxpro_liactive_logo {
    position: absolute;
    right: 25px;
    top: 35px;
    max-width: 72px;
    opacity: 1;
    transition: all .5s;
}

.idxpro_liactive_more {
    width: 42px;
    height: 42px;
    background-color: #ab1f24;
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    transition: all .5s;
    position: absolute;
    right: 10%;
    bottom: 7%;
}

.idxpro_liactive_more img {
    width: 13px;
}

.idxpro_bot .swiper-slide-active .idxpro_liactive_logo {
    opacity: 1;
}

.idxprolistline {
    position: absolute;
    width: 100%;
    height: auto;
    top: 348px;
    left: 0px;
    z-index: 1;
}

.idxpro_linedash {
    width: 1304px;
    height: 1px;
    border: dashed 1px #bfbfbf;
    margin: 0 auto;
}

.idxpro_bot .swiper-slide-active .idxproli_top .idxproli_top_dian {
    opacity: 1;
}

.idxpro_bot .swiper-slide:hover .idxproli_bot img {
    transform: scale(1.1);
}


/* 首页关于我们 */
.idxabout {
    width: 100%;
    background: url(../images/idxabout_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0px;
}

.idxabout_item {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 90px;
}

.idxabout_l {
    width: 620px;
}

.idxabout_l h4 {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.idxabout_l .idxaboutline {
    width: 18px;
    height: 3px;
    background-color: #ab1f24;
    margin: 5px 0px 40px;
}

.idxabout_l h2 {
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    line-height: 50px;
    color: #333333;
}

.idxabout_l h3 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: 50px 0px 70px;
}

.idxabout_l a {
    width: 50px;
    height: 50px;
    background-color: #ab1f24;
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    transition: all .5s;
}

.idxabout_l a img {
    filter: grayscale(100%) brightness(500%);
    transform: rotate(-45deg);
}

.idxabout_l a:hover {
    background-color: #ffffff;
}

.idxabout_l a:hover img {
    filter: unset;
    transform: unset;
}

.idxabout_r {
    position: relative;
    margin-right: 40px;
}

.idxabout_r img.idxabout_r_bg {
    width: 454px;
    height: 450px;
    object-fit: cover;
}

.idxabout_rimg {
    position: absolute;
    top: -25px;
    right: -40px;
    width: 412px;
    height: 431px;
}

.idxabout_rimg img.idxabout_rimg_pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idxabout_rimg img.idxabout_rimg_pic:hover {
    transform: scale(1.1);
}

.idxfangan_bot {
    margin-top: 40px;
    width: 100%;
}

.idxfangan_bot ul li {
    width: 332px;
    height: 572px;
    background: url(../images/idxfangan_libg1.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.idxfangan_bot ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    position: relative;
}

.idxfa_linromal {
    transition: all .5s;
}

.idxfatopline {
    height: 4px;
    width: 100%;
    background-color: rgba(32, 32, 32, 0.62);
}

.idxfa_linor_desc h3 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 100px;
}

.idxfa_linor_desc .idxfaline {
    width: 37px;
    height: 4px;
    background-color: #ab1f24;
    margin: 20px auto 60px;
}

.idxfalist_ico {
    width: 120px;
    height: 120px;
    border: solid 2px #ffffff;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.idxfalist_ico img {
    max-width: 83px;
    max-height: 65px;
}

.idxfa_active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all .5s;
    background-image: linear-gradient(180deg,
            rgba(16, 30, 55, 0.5) 0%,
            #0b1b39 100%);
}

.idxfa_active h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 20px 0px 30px;
}

.idxfa_active p {
    font-size: 14px;
    line-height: 24px;
    padding: 0px 40px;
    color: #ffffff;
}

.idxfa_active .idxfalist_ico {
    transform: scale(0.55);
    margin-top: 80px;
}

.idxfa_active .idxfatopline {
    background-color: #ab1f24;
}

.idxfa_active_bot {
    position: absolute;
    bottom: -100px;
    left: 0px;
    width: 100%;
    height: 95px;
    justify-content: center;
    background-color: #ab1f24;
    transition: all .5s;
}

.idxfa_active_bot p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-right: 15px;
}

.idxfa_active_bot img {
    width: 17px;
}

.idxfangan_bot ul li:hover .idxfa_linromal {
    opacity: 0;
}

.idxfangan_bot ul li:hover .idxfa_active {
    opacity: 1;
}

.idxfangan_bot ul li:hover .idxfa_active_bot {
    bottom: 0px;
}

.idxfangan_bot ul li:hover .idxfa_active .idxfatopline {
    animation: runline .4s linear;
}

.idxnews {
    height: 780px;
    width: 100%;
    overflow: hidden;
    padding: 80px 0px;
    background-image: linear-gradient(0deg,
            #f8f8f8 0%,
            #fbf6f6 67%,
            #fef4f4 100%),
        linear-gradient(#b5b5b5,
            #b5b5b5);
    background-blend-mode: normal,
        normal;
}
.idxnews_top {
    width: 100%;
    height: 40px;
    align-items: flex-end;
}
.idxnewsname h3 {
    font-size: 38px;
	font-weight: bold;
	color: #333333;
}
.idxnewsnav a {
    font-size: 18px;
	font-weight: bold;
	color: #333333;
    margin-left: 30px;
}
.idxnewsnav a:hover ,.idxnewsnav a.active{
    color: #ab1f24;
}
.idxnews_bot {
    margin-top: 50px;
    position: relative;
}
.idxnewsswiper2 {
    display: none;
}
.idxnewsswiper7 {
    opacity: 0;
    transition: all .5s;
}
.idxnewson {
    opacity: 1;
}
.idxnews_bot ul {
    position: unset;
    left: 0px;
    top: 0px;
    width: 100%;
}
.idxnews_bot ul li {
    width: 412px;
	height: 529px;
	background-color: #ffffff;
    position: relative;
    display: block;
    text-align: left;
}
.idxnews_liimg {
    width: 100%;
    height: 280px;
}
.idxnews_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idxnews_lidesc {
    padding: 30px;
    position: absolute;
    bottom: 0px;
    height: 250px;
    width: 100%;
    left: 0px;
    transition: all .5s;
    background-color: #ffffff;
}
.idxnews_lidesc h4 {
    font-size: 15px;
	color: #999999;
    font-weight: bold;
}
.idxnews_lidesc h3 {
    font-size: 20px;
	font-weight: bold;
	color: #333333;
    margin: 20px 0px 60px;
}
.idxnewsli_bot h5 {
    font-size: 15px;
	font-weight: bold;
	color: #d2d2d2;
}
.idxnews_lidesc_item {
    position: relative;
    width: 100%;
    height: 100%;
}
.idxnewsli_bot {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.idxnewsli_botr {
    width: 36px;
	height: 36px;
    border-radius: 50%;
	border: solid 2px #d2d2d2;
    flex-direction: column;
  justify-content: center;
  transition: all .5s;
}
.idxnewsli_botr img {
    width: 13px;
}
.idxnews_lidesc p {
    font-size: 15px;
	line-height: 26px;
	color: #666666;
    display: none;
}
.idxnews_bot ul li:hover .idxnews_lidesc {
    height: 100%;
}
.idxnews_bot ul li:hover .idxnews_lidesc p {
    display: block;
}
.idxnews_bot ul li:hover .idxnewsli_botr {
    background-color: #ab1f24;
    border-color: #ab1f24;
}
.idxnews_bot ul li:hover .idxnewsli_botr img {
    filter: brightness(200%) grayscale(200%);
}

.idxhezuo {
    width: 100%;
    height: auto;
    padding: 100px 0px 110px;
    background: url(../images/idxhezuo_bg.jpg) no-repeat center;
    background-size: cover;
}
.idxhz_item {
    height: auto;
    width: 100%;
    align-items: flex-start;
}
.idxhzleft h3 {
    font-size: 38px;
	font-weight: bold;
	color: #333333;
}
.idxhzright {
    width: 1125px;
}
.idxhzr_top {
    width: 100%;
    height: 50px;
}
.idxhzrtop_l p {
    width: 500px;
    font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.idxhzrtop_r a {
    width: 52px;
	height: 52px;
    border-radius: 50%;
	background-color: #ab1f24;
    flex-direction: column;
    justify-content: center;
}
.idxhzrtop_r a img {
    filter: grayscale(100%) brightness(500%);
    transform: rotate(-45deg);
}
.idxhzrtop_r a:hover {
    background-color: #ffffff;
}
.idxhzrtop_r a:hover img {
    filter: unset;
    transform: unset;
}
.idxhzr_bot ul {
    margin-top: 55px;
    justify-content: flex-start;
}
.idxhzr_bot ul li {
    width: 20%;
    height: 140px;
    flex-direction: column;
    justify-content: center;
}
.idxhzr_bot ul li img {
    max-height: 65px;
}
.foot {
    width: 100%;
    height: auto;
    padding: 82px 0px;
    background: url(../images/footbg.jpg) no-repeat center;
    background-size: cover;
}
.footitem {
    align-items: flex-start;
}
.footleft_top a img {
    height: 50px;
    filter: grayscale(100%) brightness(1000%);
}
.footleft_mid {
    margin-top: 60px;
}
.footleft_mid p {
    font-size: 16px;
	font-weight: bold;
	color: #ffffff;
    margin-bottom: 25px;
}
.footleft_mid p a {
    font-size: 16px;
    display: block;
	color: #ffffff;
    font-weight: normal;
    padding-top: 5px;
}
.footmore {
    width: 174px;
	height: 48px;
	background-color: #ab1f24;
    margin-top: 30px;
}
.footmore a {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.footmore a h4 {
	font-size: 16px;
	color: #ffffff;
    padding-right: 10px;
}
.footmore a img {
    filter: grayscale(100%) brightness(500%);
    transform: rotate(-45deg);
}
.footmore:hover {
    background-color: #ffffff;
}
.footmore:hover a h4 {
    color: #ab1f24;
}
.footmore:hover a img {
    filter: unset;
    transform: unset;
}
.footleft_bot {
    width: 100px;
    text-align: center;
    margin-top: 95px;
}
.footleft_bot p {
    font-size: 16px;
	color: #a6a7ba;
    padding-top: 10px;
}
.footr_top {
    width: 820px;
    align-items: flex-start;
}
.footr_top dl dt {
    margin-bottom: 20px;
}
.footr_top dl dt a {
    font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.footr_top dl dd a {
    font-size: 16px;
	line-height: 32px;
	color: #a6a7ba;
}
.footr_top dl dd a:hover {
    color: #ffffff;
}
.footr_bot {
    margin-top: 80px;
}
.footrbot_link {
    width: 287px;
	height: 48px;
	background-color: #ffffff;
    float: right;
    position: relative;
}
.footrbot_linkdesc p {
	font-size: 14px;
	color: #888888;
    padding-left: 15px;
}
.footrbot_linkmore {
    width: 68px;
	height: 100%;
	background-color: #ab1f24;
    text-align: center;
    cursor: pointer;
}
.footrbot_linkmore p {
    font-size: 16px;
    font-weight: bold;
	color: #ffffff;
    line-height: 46px;
}
.footrbot_copy {
    text-align: right;
    margin-top: 40px;
}
.footrbot_copy p {
    font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #a6a7ba;
}
.footrbot_copy p a {
    font-size: 16px;
	color: #a6a7ba;
}
.footbotlinks_item {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    bottom: 48px;
    left: 0px;
    background-color: #ffffff;
    display: none;
}
.footbotlinks_item a {
    font-size: 16px;
    line-height: 45px;
    color: #0b1b39;
    display: block;
    background: url(../images/jiantou_hui.png) no-repeat right;

}

.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 99;
    background-color: #ffffff;
}

.fanhui {
    position: fixed;
    right: 3%;
    bottom: 7%;
    width:80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
}
.fanhui img {
    width: 60%;
}
.fanhui:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* 产品列表页 */
.neibanner {
    width: 100%;
    position: relative;
}
.neibanner_name {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
}
.neibanner_name h2 {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10%;
}
.neiban_pos {
   position: absolute;
   bottom: 15px;
   left: 0px;
   width: 100%;
}
.neiban_pos p {
    font-size: 14px;
    color: #bac7e0;
}
.neiban_pos p a {
    font-size: 14px;
    color: #bac7e0;
}
.neiban_pos p a:hover {
    color: #ffffff;
}
.prolist {
    width: 100%;
    padding: 70px 0px;
    background: #f7fafa;
}
.prolist_page {
    align-items: flex-start;
}
.prolist_l {
    width: 20%;
    border: 1px solid #ddd;
}
.prolist_l .proleft_top {
    color: #fff;
    background: #ab1f24;
    padding: 20px;
    font-size: 18px;
}
.prolist_l ul li dl dt {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.prolist_l ul li dl dt img {
    margin-right: 8px;
}
.prolist_l ul li dl dt img:nth-child(1) {
    display:none;
}
.prolist_l ul li dl dt img:nth-child(2) {
    display: inline-block;
}
.prolist_l ul li dl dd {
    width: 80%;
    margin-left: 20%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    display: none;
    align-items: center;
}
.prolist_l ul li.active dl dd {
    display: flex;
}
.prolist_l ul li dl dd::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #ddd;
    margin-right: 10px;
    border-radius: 50%;
}
.prolist_l ul li dl dd a {
    transition: all 0.4s;
    font-size: 14px;
}
.prolist_l ul li.active dl dt img:nth-child(2) {
    display: none;
}
.prolist_l ul li.active dl dt img:nth-child(1) {
    display: inline-block;
}
.prolist_r {
    width: 70%;
}
.prolist_r .list_nav {
    border-top: 1px solid #ddd;
}
.prolist_r .list_nav .li {
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.prolist_r .list_nav .li .left {
    font-size: 14px;
    background: #f1f1f1;
    padding: 20px;
    width: 20%;
}
.prolist_r .list_nav .li .right {
    width: 78%;
}
.prolist_r .list_nav .li .right .txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prolist_r .list_nav .li .right .txt a {
    /*display: flex;*/
    /*align-items: center;*/
    /*font-weight: normal;*/
    /*margin: 5px 10px 5px 0;*/
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;

    display: inline-block;
    position: relative;
}

.prolist_r .list_nav .li .right .txt a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prolist_r .list_nav .li .right .txt a.active{
    color: #ab1f24;
}
.prolist_r textarea, .prolist_r input, .prolist_r select {
    border: 1px solid #93b7dc;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.prolist_r input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 13px;
}
.prolist_r .list_nav .li .right .txt a input {
    margin-right: 5px;
    margin-top: 0px;
}
.prolist_r input[type=checkbox]::after {
    position: absolute;
    top: 0;
    border: none;
    background-color: #ff670c;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 1px;
}
.prolist_r .list_nav .li .right .txt a label {
    font-weight: normal;
    margin-bottom: 0px;
}
.prolist_r input[type="checkbox"]:checked::after {
    background-color: rgb(255, 255, 255);
    content: "✓";
    font-size: 13px;
    font-weight: bold;
    border-color: rgb(221, 221, 221);
    margin-bottom: 10px;
}

.products .pro_list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
}
.products .pro_list li {
    width: calc(100% / 4 - 1%);
    margin-right: 1%;
    padding: 20px 10px;
    transition: all .5s;
}
.products .pro_list li img {
    width: 100%;
}
.products .pro_list li .txt {
    margin-top: 20px;
}
.products .pro_list li h4 {
    font-size: 16px;
}
.products .pro_list li p {
    margin: 10px 0 20px;
    background: transparent;
    border: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 56px;
}
.products .pro_list li .last {
    background: #f1f1f1;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .pro_list li:hover {
    box-shadow: 0 0 10px #ddd;
}
.Pagination {
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.Pagination a,.Pagination span {
    transition: all 0.4s;
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    border: 1px solid #ddd !important;
    font-family: "黑体";
    /*margin: 5px;*/
    overflow: hidden;
    font-size: 14px;
    padding: 0 !important;
}
.Pagination .page-num-current, .Pagination .on,.Pagination a:hover ,.Pagination .active span,.Pagination .active a{
    background: #ab1f24;
    color: #fff;
}
.Pagination span {
    margin-left: 10px;
}
.Pagination li:first-child,.Pagination li:last-child {
    display:none;
}

/* 产品详情 */
.prodetail {
    width: 76%;
}
.prodetail .pro_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.prodetail .pro_top .left {
    width: 30%;
}
.prodetail .pro_top .left .img {
    width: 100%;
    height: 230px;
    border: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background:#fff;
}
.prodetail .pro_top .left img, .prodetail .pro_top .left video {
   
    max-width: 100%;
    max-height: 100%;
}
.prodetail .pro_top .left ul {
    margin-top: 20px;
    display: flex;
    /* justify-content: space-between; */
}
.prodetail .pro_top .left li {
    border: 1px solid #ddd;
    padding: 10px;
    margin-right: 10px;
    width: 24%;
    margin-right: 1.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    background:#fff;
}
.prodetail .pro_top .left li img, .prodetail .pro_top .left li video {
    /* height: 49px; */
    height: auto;
    width: 100%;
}
.prodetail .pro_top .right {
    width: 65%;
}
.prodetail .pro_top .right h3 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
.prodetail .pro_top .right h5 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.prodetail .pro_top .right .txt {
    margin: 10px 0 30px;
    font-size: 14px;
}
.prodetail .pro_top .right .txt p {
    font-size: 14px;
    line-height: 26px;
}
.prodetail .pro_top .right .btn {
    width: 100%;
}
.prodetail .pro_top .right .btn a {
    display: block;
    font-size: 14px;
    color: #fff;
    width: 30%;
    background: #ab1f24;
    text-align: center;
    padding: 5px 0;
}
.prodetail .pronav {
    display: flex;
    background: #e7e7e7;
}
.prodetail .pronav li {
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    width: calc(100% / 7);
    text-align: center;
}
.prodetail .pronav li a {
    display: block;
    border-right: 1px solid #ddd;
}
.prodetail .pronav li a:hover {
    color: #ac4346;
}
.prodetail .pronav .on::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ab1f24;
}
.prodetail .pronav li:last-child a {
    border-right: 0;
}
.prodetail .tab_txt {
    margin: 30px 0;
}
.tab_txt div.li {
    display: none;
}
.tab_txt div.li table{
    width: 100% !important;
    font-family:"Times New Roman";
    font-size:10pt;
    border:none;
}
.tab_txt div.li table tr{
    background: #fff;
}
.tab_txt div.li table tr:nth-of-type(odd){
    background: #f9f9f9;
    /*background: #dedede;*/
}
.tab_txt div.li table tr td{
    border:1px solid #000 !important;
}
.tab_txt div.li table tr td,.tab_txt div.li table tr td{
    padding: 0 8px;
    vertical-align: middle;
}
.tab_txt div.li table tr td{
    border-color: #e5e5e5;
}
.tab_txt div.li table tr td p{
    text-align: center !important;
}
.tab_txt div.li table tr td,.tab_txt div.li table tr td p,.tab_txt div.li table tr td span{
    font-size: 14px !important;
    line-height: 30px !important;
    font-family: '微软雅黑' !important;
}
.tab_txt div:nth-child(1) {
    display: block;
}
.prodetail .tab_txt p, .products .tab_txt span {
    font-size: 14px !important;
}
.prodetail .tab_txt p{
    line-height: 30px;
}
.protitle {
    font-size: 16px;
    margin: 40px 0px 20px;
}
.protitle h2 {
    font-size: 1.5em;
    font-weight: bold;
}
.rem_product {
    display: flex;
    flex-wrap: wrap;
}
.rem_product li {
    width: calc(100% / 4 - 2%);
    height: 265px;
    margin-right: 2%;
}
.rem_product li .img {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
}
.rem_product li img {
    max-width: 100%;
}
.rem_product li p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.rem_product li h6{
    font-size: 13px;
    line-height:26px;
}
.beefup__head {
    background: #ddd;
    border: #ccc 1px solid;
    border-bottom: #999 2px solid;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding-right: 50px;
}
.beefup__head, .beefup__body {
    padding: 10px 20px;
}
.beefup__body {
    padding: 0!important;
    border: #ccc 1px solid;
    border-bottom: none;
}
.block .beefup div {
    display: block;
}
.pro-spec-wrapper {
    background: #f2f2f2;
}
.tab_txt div li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 4px 5%;
}
.tab_txt div li:nth-child(1) {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
    background: #efefef;
    /* padding: 10px 10px; */
}
.pro-spec-inner .spec-title {
    width: 24%;
}
.pro-spec-inner .spec-title, .pro-spec-inner .spec-content {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5em;
}
.products .tab_txt p, .products .tab_txt span {
    font-size: 14px !important;
}
.pro-spec-inner .spec-content {
    width: 75%;
    background: #fff;
    border-left: #ccc 1px solid;
}
.beefup__head::after {
    transition: transform .2s ease-out;
    content: '';
    transform: translate(0,-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 0;
    margin-top: -2px;
    padding: 3px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    color: #000;
    right: 10px;
    pointer-events: none!important;
}
.beefup.is-open>.beefup__head::after {
    transform: translate(0,-50%) rotate(225deg);
    margin-top: 2px;
}
.beefup__head.jttrans::after {
    transform: rotate(45deg) !important;
    top: 30%;
}
.tab_txt div li a {
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab_txt div li a span:nth-child(1) {
    width: 20%;
    text-align: left;
    /* overflow: hidden; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 1; */
}
.tab_txt div li:nth-child(1) a span {
    font-weight: 800;
}

.tab_txt div li a span {
    width: 10%;
    text-align: center;
}

/* 关于我们 */
.about {
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
}
.about .left {
    width: 45%;
}
.about .left img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}
.about .right {
    width: 50%;
}
.about .right h2 {
    font-size: 26px;
    margin: 25px 0;
    font-weight: bold;
}
.about .right p {
    font-size: 14px;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.8;
}
.title {
    text-align: center;
    margin-bottom: 30px;
}
.history {
    margin: 60px auto;
}
.history .title {
    margin-bottom: 20px;
}
.history .title h2 {
    font-size: 26px;
    font-weight: bold;
}
.history h5 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.history .main {
    height: 1500px;
    overflow: hidden;
    transition: all 0.5s;
}
.history .ul {
    margin: 20px;
    padding: 20px 0;
    position: relative;
    width: 50%;
    border-right: 1px solid #dddddd;
}
.history .ul::after {
    position: absolute;
    top: 0;
    right: -9.5px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
}
.history .ul li {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.history .ul li:nth-child(2n) {
    transform: translateX(97.5%);
}
.history .ul li .img {
    width: 25%;
}
.history .ul li .img img {
    width: 175px;
    height: 175px;
    object-fit: cover;
    border-radius: 50%;
}
.history .ul li .txt {
    width: 70%;
    padding-right: 40px;
}
.history .ul li h4 {
    margin-bottom: 15px;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    text-align: right;
}
.history .ul li h4::before {
    z-index: 2;
    position: absolute;
    right: -46.4px;
    top: 77%;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ab1f24;
    border-radius: 50%;
}
.history .ul li h4::after {
    position: absolute;
    right: -11%;
    top: 20px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ab1f24;
    border-radius: 50%;
    background: #fff;
}
.history .ul li .txt p {
    font-size: 14px;
    line-height: 1.8;
}
.history .ul li:nth-child(2n) .txt {
    padding-left: 40px;
    padding-right: 0;
}
.history .ul li:nth-child(2n) .img {
    order: 2;
}
.history .ul li:nth-child(2n) h4 {
    margin-bottom: 10px;
    position: relative;
    font-size: 26px;
    text-align: left;
}
.history .ul li:nth-child(2n) h4::before {
    z-index: 2;
    position: absolute;
    left: -28.5px;
    top: 78%;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ab1f24;
    border-radius: 50%;
}
.history .ul li:nth-child(2n) h4::after {
    position: absolute;
    left: -6.8%;
    top: 20px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ab1f24;
    border-radius: 50%;
    background: #fff;
}
.history .more {
    text-align: right;
    width: 53.5%;
    margin-top: 10px;
}
.history .more a {
    font-size: 14px;
    color: #666666;
}
.news_lis {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.honors {
    margin-bottom: 100px;
}
.honors .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.honors .swiper-button-next, .honors .swiper-button-prev {
    width:46px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 50%;
}
.honors .swiper-button-next:after, .honors .swiper-button-prev:after {
    font-size: 20px;
}

/* 解决方案 */
.jjfangan {
    padding: 80px 0px ;
}
.jjfangan ul li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
h3.jjfa_title {
    color: #134576;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 20px;
    font-size: 1.4em;
}
.jjfa_desc p {
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: .02em;
    margin: 0 0 10px;
    font-size: 11pt;
}
.jjfa_desc p a {
    color: #ab1f24;
    font-weight: normal;
    cursor: pointer;
}
.jjfa_desc a.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 20px;
    font-size: 1em;
    height: 35px;
    line-height: 35px;
    background-color: #ab1f24;
    color: #fff;
    text-transform: none;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.jjfa_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

/* 下载中心 */
.download {
    margin-bottom: 80px;
}
.download_main {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0px;
}
.download_main li {
    width: calc(100% / 5 - 3%);
    margin-right: 3.75%;
    margin-bottom: 3.75%;
}
.download_main .img {
    overflow: hidden;
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.download_main .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.download_main li:nth-child(5n) {
    margin-right: 0px;
}
.download_main p {
    font-size: 14px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 10px;
}
.download_main .btn {
    width: 50%;
    background: #ab1f24;
    margin: auto;
    display: block;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}
.download_main li:hover img {
    transform: scale(1.1);
}

/* 新闻列表 */
.newslist {
    padding: 70px 0px ;
}
.new {
    display: flex;
    flex-wrap: wrap;
}
.new li {
    width: calc(100% / 4 - 2%);
    margin-right: 2.66%;
    border-bottom: 2px solid #cacaca;
    transition: all 0.4s;
    margin-bottom: 3%;
}
.new li .img {
    width: 100%;
    height: 214px;
    overflow: hidden;
}
.new li img {
   height: 100%;
   object-fit: contain;
    width: 100%;
}
.new .txt {
    margin: 20px;
}
.new h4 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    line-height: 1.5;
    height: 50px;
    margin-bottom: 30px;
}
.new .time {
    font-size: 14px;
    color: #666666;
}
.new li:nth-child(4n) {
    margin-right: 0px;
}
.new li:hover {
    box-shadow: 0 0 10px #ddd;
    border-bottom: 2px solid #ab1f24;
}
.new li:hover img {
    /*transform: scale(1.2);*/
}
.new li:hover h4 {
    color: #ac4346;
}
.detail > h2 {
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.detail .time {
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.detail .time img {
    width: 20px !important;
    margin-right: 10px;
}
.detail .content {
    margin: 30px 0;
}
.detail .content p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.detail .content p img {
    display: block;
    margin: 10px auto;
}
.newpage {
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}
.newpage .left {
    width: 80%;
}
.newpage a {
    transition: all 0.4s;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.newpage .btn {
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #666;
    border-radius: 40px;
    padding: 0px;
}
.newpage a:hover {
    color: #ab1f24;
}

/* 联系我们 */
.contact .title h2 {
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 10px;
}
.contact_ul {
    display: flex;
    flex-wrap: wrap;
}
.contact_ul li {
    width: calc(100% / 3 - 3%);
    margin-right: 4.5%;
    margin-bottom: 4.5%;
    border: 1px solid #dcdcdc;
    padding: 10px 40px 40px;
}
.contact_ul .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0 15px;
}
.contact_ul .top .img {
    width: 15%;
}
.contact_ul .top .img img {
    width: 100%;
}
.contact_ul .top .txt {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_ul li p {
    font-size: 14px;
    line-height: 24px;
}
.contact_ul .top p {
    font-weight: bold;
    font-size: 22px;
}
.contact_ul li:nth-child(3n) {
    margin-right: 0;
}


#pro_swiperpics {
    display: none;
}


/*.prodetail .pro_top .left  {*/
/*    width: 100%;*/
/*}*/
.prodetail .pro_top .left .gallery-top{
    width: 100%;
    height: 230px;
}
.prodetail .pro_top .left .gallery-top .swiper-wrapper .swiper-slide{
    height: 230px;
    border: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
}
.prodetail .pro_top .left .gallery-top .swiper-wrapper .swiper-slide a {
    height: 230px;
}
.prodetail .pro_top .left .gallery-top .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-top-thumbnail-list{
    margin-top: 20px;
}
.product-top-thumbnail-list .swiper-wrapper .swiper-slide{
    border: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
    background: #fff;
}
.product-top-thumbnail-list .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
}

.magnify-modal{
    background: #fff !important;
}
.magnify-btn-close{
    color: #999 !important;
}