@charset "utf-8";
/* CSS Document */


FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container{max-width:1600px;margin:0 auto}
.container-s{max-width:1600px;margin:0 auto}

.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{text-align: left;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.line4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}


.flex{display: flex;}
.flex-sbc{display: flex; justify-content: space-between;  align-items: center;}
.flex-c{display: flex; align-items: center;}
.flex-cc{display: flex; align-items: center; justify-content: center;}
.flex-ccc{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.flex-dcsb{display: flex; flex-direction: column; justify-content: space-between;}
.flex-sb{display: flex; justify-content: space-between;}
.flex-sbw{display: flex;justify-content: space-between; flex-wrap: wrap;}
.flex-cw{display: flex; align-items: center; flex-wrap: wrap;}
.flex-dc{display: flex; flex-direction: column;}
.flex-w{display: flex; flex-wrap: wrap;}
.flex-sc{display: flex; justify-content: space-between; align-items: center;}

/*字体引入*/

  @font-face {
    font-family: "DIN";
    src: url("../font/DIN-Bold.otf");
  }


/* 公共头部 */
.header{position: fixed; top: 2.5rem; z-index: 999; left: 0; right: 0; margin: auto;}
.header .container-s{max-width: 1808px;}
.head-box{ display: flex; align-items: center; justify-content: space-between;}
.pc-logo{}
.pc-logo a img{display: block;}
.pc-logo a img.logo1{display: block;}
.pc-logo a img.logo2{display: none;}
.head-middle{width: 55%;}
.pc-nav ul{display: flex;  justify-content: space-between;}
.pc-nav ul li {position: relative; }
.pc-nav ul li h3{display: block; position: relative; font-size: 1.0625rem; color: #fff; line-height: 3.9375rem;}
.pc-nav ul li h3::after{content: ""; width: 0; height: 0.25rem;  background: #c10d11; bottom: 0;  position: absolute;  transition: all 0.4s ease; left: 50%; transform: translateX(-50%);}
.pc-nav ul li:hover h3::after,.pc-nav ul li.on h3::after {  width: 100%; }
.pc-nav ul li.on h3{color: #c10d11;}
.pc-nav ul li .subnav-box{box-shadow: 1px 1px 3px rgba(0,0,0,0.1);transform: translateY(50px);opacity: 0;pointer-events: none;width: 26.5rem;left: 0%;position: absolute;top: 100%;transition: all 0.4s ease;}
.pc-nav ul li .subnav {display: flex;align-items: flex-start;padding:1rem;box-sizing: border-box;border-radius: 5px;z-index: 3;background: #fff; align-items: center; flex-direction: row-reverse;}
.pc-nav ul li .subnav .pic{width: 64%;margin-left: 8%;}
.pc-nav ul li .subnav .pic img{display: block; width: 100%; border-radius: 10px;}

.pc-nav ul li .subnav .list{width: 56%;display: flex;flex-wrap: wrap;}
.pc-nav ul li .subnav .list a{font-size: 1rem;color: #7f7f7f;font-family:"Microsoft YaHei";position: relative;padding-left: 27px;box-sizing: border-box;margin-bottom: 8px;width: 100%;}
.pc-nav ul li .subnav .list a:before{content: "";width: 0.625rem;height: 0.625rem;border-radius: 50%;border: 0.0625rem solid #dbdbdb;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.4s ease;}
.pc-nav ul li .subnav .list a:after{content: "";width: 0.375rem;height: 0.375rem;border-radius: 50%;background: #dbdbdb;position: absolute;left: 0.1875rem;top: 50%;transform: translateY(-50%);transition: all 0.4s ease;}

.pc-nav ul li .subnav .list a:hover{color: #c5020a;}
.pc-nav ul li .subnav .list a:hover::before{border-color: #c5020a;}
.pc-nav ul li .subnav .list a:hover::after{background: #c5020a;}
.pc-nav ul li:hover .subnav-box {transform: translateY(0);opacity: 1;pointer-events: auto;}

.head-right{width: 11.8%; display: flex; justify-content: space-between; align-items: center;}
.shop a{display: block; width: 6.5625rem; font-size: 1rem;line-height: 2.9375rem; color: #fff; text-align: center;background: #c10d11;border-radius: 1.5rem;}
.shop a>img{display: inline-block; vertical-align: middle; margin-right: 0.3125rem;}


.ver {margin-top: 17px;}
.ver  a { font-size: 16px; color: #fff;   position: relative; z-index: 2; line-height: 24px; }
.ver  a>img{display: inline-block; vertical-align: middle;}
.ver .ver-box {padding-top: 20px;  transform: translateY(20%);  transition: .5s;   opacity: 0; visibility: hidden;  }
.ver .ver-list {padding: 5px 9px 6px;z-index: -1;background: #fff;position: absolute;width: 87px;border-radius: 0.625rem;box-sizing: border-box;box-shadow: 0 2px 11px rgba(0, 0, 0, 0.35); left: 50%;    transform: translateX(-50%);}
.ver .ver-list a {font-size: 15px;color: #676767;/* margin: 0.3125rem 0; */display: block;transition: .5s;text-align: center;line-height: 40px;border-bottom: 1px dotted rgba(51,51,51,0.24);}
.ver .ver-list a:last-child{border-bottom: none;}
.ver .ver-list a:hover {background: #fff; color: #c5020a;}
.ver .ver-list::after {content: "";display: block;width: 0px;height: 0px;border: 8px  solid transparent;border-bottom-color: #fff;position: absolute;top: -16px;left: 50%;transform: translateX(-50%);}
.ver:hover .ver-box {opacity: 1; visibility: visible; transform: translateY(0); }


.heSearch .seBox img {display: block;}
.pub_search_box_case {position: fixed;z-index: 1; left: 0;top: 0;z-index: 8; transition: all .5s ease; transform: translateY(-120%); width: 100%;}
.pub_search_box_case.on {transform: translateY(0%); }
.pub_search_box_case.on .pub_sea_sha {display: block;}
.pub_search_box_case .pub_sea_sha {position: absolute; width: 100vw; height: 100vh; left: 0; top: 0; z-index: 2; display: none;}
.pub_search_case { padding: 2% 8%;box-sizing: border-box;  background-color:#c5020a; box-shadow: 0 1px 3px rgb(0 0 0 / 12%); position: relative; z-index:999;display: block;}
.pub_search_case .zhan_c {display:flex; justify-content: space-between;    align-items: flex-start;}
.pub_search_case .zhan_c .close {cursor: pointer;}
.pub_search_box {width: 50%; margin: auto; padding:4rem 0 2rem 0}
.pub_search_box .sea_t {color: #fff; font-size: 1rem; margin-bottom: 1rem;}
.pub_search_box button {border: none; background: none;}
.search_form {display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid #fff; padding-bottom: 0.3rem;}
.search_form input {width: 90%; height: 2.5rem; border: none;outline: none; background: none; color: #fff; font-size: 1rem;}
.search_form button {width: 4%; cursor: pointer;}
.search_form button img {max-width: 100%; display: block;}
.logoa{display: inline-block;}
.headfixed {position: fixed; top: 0; background: #000; transition:0.6s; }
.headfixed .pc-nav ul li h3{line-height: 5.9375rem;}




/* 手机端导航 */
.mobmenu {display: none;}
.mobmenu dl {transform: rotateY(180deg);width: 30px; cursor: pointer;}
.mobmenu dl dd {width: 0;height: 2px;background: #333;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2) {	margin: 6px 0;	width: 20px;}
.mobmenu dl dd:last-child {animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}

.mobmenu h4 {color: #1a1a1a; margin-left: 10px; width: 32px;}
.mobmask {position: fixed;left: 0;top: 0;z-index: 99;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnavBox {padding-bottom: 1.25rem; width: 50%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fff; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 1.25rem; }
.mobnavBox .top {padding: 0.625rem 1.25rem;height: 4.375rem; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);}
.mobnavBox .top .logo {	width: 120px; }
.mobnavBox .top .logo img {display: block; width: 100%;}
.mobnavBox .top .mobnavclose {width: 1.875rem;height: 1.875rem;position: relative; cursor: pointer;}
.mobnavBox .top .mobnavclose:before,
.mobnavBox .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnavBox .top .mobnavclose:before{width: 1.25rem;height: 0.125rem;transform: translate(-50%,-50%) rotate(45deg);}
.mobnavBox .top .mobnavclose:after{width: 0.125rem;height: 1.25rem;transform: translate(-50%,-50%) rotate(225deg);}

.mobsearch {margin-top: 1.875rem;}
.mobsearch form input {width: calc(100% - 3.25rem);line-height: 2.5rem;border: 1px solid #dbdbdb;border-radius: 0.125rem;padding: 0 0.75rem;font-size: 0.875rem;}
.mobsearch form button {width: 2.625rem;height: 2.625rem;background: #c5020a;color: #fff;border-radius: 0.125rem;font-size: 0.875rem; border: 0; }
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}

.mobnavBox .bottom {padding: 0.375rem 0;}
.mobnavBox .bottom .nav li {margin: 0.75rem 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between;}
.mobnavBox .bottom .nav li h3 a {display: block;text-align: center;color: #1a1a1a;padding-left: 0.25rem; font-size: 1.2rem;}
.mobnavBox .bottom .nav li h3 i {display: block;width: 1.875rem;height: 1.875rem;line-height: 2rem;color: #333;text-align: center;font-size: 0.75rem; transition: .4s; cursor: pointer;}
.mobnavBox .bottom .nav li h3 i img {max-width: 100%;}
.mobnavBox .bottom .nav li .m-subnav {border-bottom: 1px solid #dbdbdb;padding-bottom: 0.3125rem;display: none;}
.mobnavBox .bottom .nav li .m-subnav a {display: block;margin: 0.625rem 0;padding-left: 1.25rem;position: relative; }
.mobnavBox .bottom .nav li .m-subnav a:before,.mobnavBox .bottom .nav li .m-subnav a:after{transform: translateY(-50%);
    top: 50%;}
.mobnavBox .bottom .nav li .m-subnav a:before{content: "";width: 0.5rem;height: 0.5rem;border: 1px solid #CCCCCC;border-radius: 50%;position: absolute;left: 0.25rem;transition: all 0.4s;}
.mobnavBox .bottom .nav li .m-subnav a:after{content: "";width: 0.25rem;height: 0.25rem;background: #CCCCCC; border-radius: 50%; position: absolute; left: 0.4375rem;transition: all 0.4s;}
.mobnavBox .bottom .nav li.on h3 a{color: #c5020a;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #c5020a;}
.mobnavBox .bottom .nav li.on h3 i:before,
.mobnavBox .bottom .nav li.on h3 i:after {background: #fff;}
.mobnavBox .bottom .nav li h3 a:hover{color: #c5020a;}
.mobnavBox .bottom .nav li .m-subnav a:hover{color: #c10d11;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before{border-color: #c10d11;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after{background: #c10d11;}

.mobinfo {margin-top: 1.25rem;}
.mobinfo h2 { color: #1a1a1a; font-weight: 700;}
.mobinfo dl dd {display: flex;margin-top: 0.625rem;}
.mobinfo dl dd i {width: 1.25rem;height: 1.25rem;display: flex;align-items: center;justify-content: center;}
.mobinfo dl dd i img {display: inline-block; width: 1rem}
.mobinfo dl dd p {width: calc(100% - 0.875rem);padding-left: 0.625rem;color: #666; }
.mobinfo dl dd p a {color: #666; }
.mobinfo dl dd p a:hover{color: #c5020a;}


@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}


.wapheader-zw{display: none;}


/* banner */
.banner{overflow: hidden;height:100vh}
.bannerSwiper {position: relative; overflow: hidden;}
.banner .swiper-slide {overflow: hidden;}
.banner .imgBox {height:100vh;    background-size: cover !important;}
.banner .imgBox .container{ position: absolute; left: 0; right: 0; margin: auto;  color: #fff; bottom: 24%;}
.banner .imgBox h2,.banner .imgBox h3{display: block; font-size: 4.125rem; line-height: 4.125rem;  font-weight: bold;}
.banner .imgBox h2{margin-bottom: 0.8125rem;}
.banner .imgBox h3{margin-bottom: 1.8125rem;}
.banner .imgBox h4{display: block; font-size: 1.3125rem; margin-bottom: 4.8125rem;}
.banner .imgBox a{ position: relative; transition:0.6s; display: block; width: 9.3125rem;background: #c10d11;border-radius: 2rem; font-size: 1.0625rem; line-height: 3.9375rem;  color: #fff; text-indent: 1.8125rem;}
.banner .imgBox a:after{transition:0.6s; position: absolute; content: ''; background: url(../images/banner-more.png) no-repeat right 1.8125rem center; width: 100%;  height: 100%; right: 0; top: 50%; transform: translateY(-50%); z-index: 2;}
.banner .imgBox a:hover{text-indent: 1.6rem;   }
.banner .imgBox a:hover:after{background: url(../images/banner-more.png) no-repeat right 1.6rem center;}
#banner-num{display: block; bottom: 3.1875rem;}
#banner-num .swiper-pagination-bullet {width: 11px; height: 11px; background: #fff; opacity: 0.39; margin: 0 6px;}
#banner-num .swiper-pagination-bullet-active{background: #C10D11; opacity: 1;}
#banner-prev,#banner-next{background: url(../images/banner-arrow.png) no-repeat center; width: 21px; height: 36px; opacity: 0.21; transition: 0.6s;}
#banner-prev{left: 1%;}
#banner-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: 1%;}
#banner-prev:hover,#banner-next:hover{opacity: 0.8;}



/* 首页产品列表页 */
.indexOneTle {position: relative; z-index: 1;}
.indexOneTle .en {font-size: 5.75rem;font-weight: 700;position: absolute; z-index: -1;  left: -36%;top: -58%; color: #333;opacity:0.07;    font-family: Arial;}
.indexOneTle h3 {font-size: 2.875rem; color: #333; font-weight: bold;}
.indexOneTle i {display: block;width: 4.25rem;height: 0.25rem;border-radius: 0.125rem; margin-top:15px; font-style:normal;}
.indexOne {background: url(../images/product-bg.jpg) no-repeat center; background-size: cover; padding:5.5625rem 0 5.875rem;}
.indexOne .box {display: flex; justify-content: space-between; align-items: flex-start;}
.indexOne .tle {display: flex; justify-content: space-between; }
.indexOne .tle ul {display: flex; width: 43%; justify-content: space-between;}
.indexOne .tle ul li a {display: block; font-size: 1.0625rem; line-height: 3.0625rem; color: #818181; transition: 0.6s; padding: 0 1.75rem;border-radius: 1.5625rem;}
.indexOne .tle ul li.on a,.indexOne .tle ul li:hover a {background: #163168; color: #fff;}






.indexOne .box {margin-top: 3.3125rem;}
.inOneSwiper2 {width: 83.55%;margin: 0; padding-bottom: 50px;}
.indexOne .box .le {width: 30%;}
.inOneSwiper2 .slideBox {display: flex;    justify-content: space-between;}
.inOneSwiper2 .slideBox .con {width: 50%; margin-top: 3.0625rem;}
.inOneSwiper2 .imgBox {width: 46%;}
.inOneSwiper2 .imgBox img {width: 100%;}
.inOneSwiper2 .slideBox h4 {font-size: 1.75rem;color: #333; font-weight: bold; margin-bottom: 1.1875rem;  white-space: nowrap; /* 不换行 */
            overflow: hidden; /* 溢出部分隐藏 */
            text-overflow: ellipsis; /* 显示省略号 */}
.inOneSwiper2 .slideBox .con p{display: flex; margin-bottom: 0.3125rem; align-items: flex-start;}
.inOneSwiper2 .slideBox .con p  em{display: block; font-size: 1rem; color: #666; margin-left: 0.375rem;}

.more1 { width: 12.375rem;background: #f7ca16;border-radius: 1.75rem; margin-top:3.3125rem;}
.more1 span {color: #163168; margin-right: 1rem; transition: .5s; position: relative; z-index: 1;    display: block; font-size: 1rem; line-height: 3.4375rem;}
.more1:hover span {margin-right: 1.625rem;}

.more02 { width: 5.375rem;background: #f7ca16;border-radius: 20px;}
.more02 span {color: #fff; transition: .5s; position: relative; z-index: 1;    display: block; font-size: 1rem;line-height: 3.0625rem;}
.more02:hover span {}


.inOneSwiper2 .slideBox dl {margin-top: .4rem; display: flex; justify-content: space-between;}
.inOneSwiper2 .slideBox dl .icBox {width: 0.5rem;height: 0.5rem;border: 0.01rem solid #d2d7e0; border-radius: 0.1rem; margin: auto; transition: .5s;}
.inOneSwiper2 .slideBox dl dd:hover .icBox {background: #d2d7e0; border-color: #c50e04;}
.inOneSwiper2 .slideBox dl dd:hover .icBox img {filter: brightness(100); -webkit-filter:brightness(100);}
.inOneSwiper2 .slideBox dl span {color: #949494; display: block; margin-top: .1rem;}
.inOneSwiper2 .slideBox dl dd img {max-width: 50%; transition: .5s;}
.inOneSwiper2 .slideBox dl dd:hover img {transform: rotateY(180deg);}

.inOneSwiper1Box { margin-top: 1.875rem; background: #fff;width: 16.45%;padding: 2.25rem 2% 3.4%;border-radius: 0.625rem;box-shadow: 0rem 0rem 0.35rem 0rem rgba(226,225,225,0.33);box-sizing: border-box;}
.inOneSwiper1Box h4 {display: block;font-size: 1.5rem;color: #333333;padding-bottom: 0.375rem;border-bottom: 1px solid #DDDDDD;}
.inOneSwiper1 {margin-top: 2.0625rem; overflow: visible;}
.inOneSwiper1 .swiper-slide { height: auto !important; margin-bottom: 1.5rem;}
.inOneSwiper1 .swiper-slide a {display: flex; justify-content: space-between; align-items: center;color: #595959; font-size: 1rem;}
.inOneSwiper1 .swiper-slide img {filter: grayscale(100%); -webkit-filter:grayscale(100%); opacity: .5;}
.inOneSwiper1 .swiper-slide a:hover {color: #163168;}
.inOneSwiper1 .swiper-slide a:hover img {filter: none; -webkit-filter:none; opacity: 1;}
.inOneSwiper1 .swiper-slide.swiper-slide-thumb-active a {color: #163168;}
.inOneSwiper1 .swiper-slide.swiper-slide-thumb-active img {filter: none; -webkit-filter:none; opacity: 1;}
.inOneSwiper2 .swiper-pagination {display: flex; bottom: 0;}
.inOneSwiper2 .swiper-pagination div {margin: 0 .15rem; position: relative; width: 34px;height: 34px;border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.inOneSwiper2 .swiper-pagination div {opacity: 1; border: 0; background: none;}
.inOneSwiper2 .swiper-pagination span {width: auto; height: auto; background: none; opacity: 0; font-size: 0.875rem;color: #8C97A9;}
.inOneSwiper2 .swiper-pagination i {width: 0.375rem;height: 0.375rem; background: #aaaaaa; display: block; border-radius: 50%;  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 1;}
.inOneSwiper2 .swiper-pagination .fcircle1 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.inOneSwiper2 .swiper-pagination .fcircle1 circle {stroke-width: 20px!important;}
.inOneSwiper2 .swiper-pagination svg {width: 100%; opacity: 0;}
.inOneSwiper2 .swiper-pagination .fcircle1 circle:nth-child(1) {stroke: #D2D7E0;}
.inOneSwiper2 .swiper-pagination .fcircle1 circle:nth-child(2) {stroke: #163168; }
@keyframes svgcircle1 {from {stroke-dasharray: 0 800;}to { stroke-dasharray: 800 800;}}
.inOneSwiper2 .swiper-pagination .swiper-pagination-bullet-active svg {opacity: 1;}
.inOneSwiper2 .swiper-pagination .swiper-pagination-bullet-active span {opacity: 1;}
.inOneSwiper2 .swiper-pagination .swiper-pagination-bullet-active i {opacity: 0;}
.inOneSwiper2 .swiper-pagination .swiper-pagination-bullet-active .fcircle1 circle:nth-child(2) {animation: svgcircle1 5.5s linear forwards;}
.indexOne .cell {display: none;max-width: 90%;margin:0 auto}
.indexOne .cell.on {display: block;}



/* 关于我们 */
.about{background: url(../images/about-bg.jpg) no-repeat center;  padding: 5.125rem 0 9.9375rem; background-attachment: fixed;}
.index-title{position: relative; padding-bottom: 0.1rem;}
.index-title b{display: block; font-size: 5.75rem; line-height: 4.5625rem; color: rgba(51, 51, 51, 0.05);font-family: Arial; text-transform: uppercase;}
.index-title strong{display: block; font-size:48px; color: #163168; top: 0.375rem; left: 0; right: 0;}
.index-title i{display: block; width: 2.8125rem;height: 0.25rem; margin: 0.6rem auto 0;} 
.index-title span{ color:#333; line-height:60px; font-size:18px;}

.index-title01{position: relative;}
.index-title01 b{display: block; font-size: 5.75rem; line-height: 4.5625rem; color: rgba(255, 255, 255, 0.05);font-family: Arial; text-transform: uppercase;}
.index-title01 strong{display: block; font-size: 2.875rem; color: #fff; top: 0.375rem; left: 0; right: 0;}
.index-title01 i{display: block; width: 2.8125rem;height: 0.25rem;background: #fff; margin: 2rem auto 0;} 
.index-title01 span{ color:#FFF; line-height:35px;}

.index-title02{position: relative; padding-bottom:20px;}
.index-title02 b{display: block; font-size: 48px; line-height: 56px; color: rgba(51, 51, 51, 0.05);font-family: Arial; text-transform: uppercase;}
.index-title02 strong{display: block; font-size: 48px; color: #163168; position: absolute; top: 0; left: 0; right: 0;}
.index-title02 i{display: block; width: 2.8125rem;height: 0.25rem;background: #163168; margin: 1rem auto 0;} 
.index-title02 span{ color:#333; font-size:18px; line-height:35px;}


.about .index-title{padding-bottom: 3.75rem;}
.about .index-title b{color: rgba(255,255,255,0.04); }
.about .index-title em{display: inline-block; font-size: 4.25rem; line-height: 3.0625rem; font-weight: bold; font-family: Arial;}
.about .index-title strong{color: #fff;}
.about .info{width: 70rem; margin: 0 auto 7.3125rem;}
.about .info h2{display: block; font-size: 1rem; line-height: 2.125rem; color: #fff; margin-bottom: 2rem;}
.more2 { width: 12.1875rem;background: #cc0f04;border-radius: 2rem; margin-top: 4.3125rem; margin: 0 auto;}
.more2 span {color: #fff; margin-right: 1rem; transition: .5s; position: relative; z-index: 1;    display: block; font-size: 1.0625rem; line-height: 3.9375rem;}
.more2:hover span {margin-right: 2.25rem;}
.about-num ul li{ color: #fff; text-align: center;}
.about-num ul li b,.about-num ul li em{display: inline-block; font-size: 4.5rem; line-height: 3.25rem; font-family: "DIN";}
.about-num ul li h3{display: block; font-size: 1rem; margin-top: 0.1875rem;}

.news01 {display: flex; justify-content: space-between; width:23%; margin:0 auto;}
.news01  ul {display: flex; width: 100%; justify-content: space-between; margin-bottom:30px;}
.news01  ul li a {display: block; font-size: 16px; line-height:45px; color: #818181; transition: 0.6s; padding: 0 30px;border-radius: 20px; background: #eaeaea; }
.news01  ul li.on a,.indexOne .tle ul li:hover a {background: #163168; color: #fff;}



/* 荣誉资质 */
.case{padding: 30px 0 60px; background-color:#FFF;}
.case .container-s{margin:0 auto}
.case .index-title{padding-bottom: 0.2rem;}
.case-box{position: relative; margin-bottom: 0rem; }
.case-list{max-width: 1750px;margin: 0 auto; overflow: hidden; padding: 0.625rem;}
.case-list ul li{box-shadow: 0px 0px 0.8125rem 0px rgba(0,0,0,0.07); }
.case-list ul li .pic{overflow: hidden; position: relative;}
.case-list ul li .pic>img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1; filter: grayscale(100%);}
.case-list ul li:hover .pic>img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;filter: none; }
.case-list ul li .name{display: flex; align-items: center; justify-content: center; height: 4.5rem;}
.case-list ul li .name h3{display: block; font-size: 1.1rem; color: #333333; font-family: "PFBold"; line-height: 1.625rem; text-align: center;}
.case-list ul li .hide{transition:0.6s; position: absolute; content: ''; width: 100%; height: 100%; background: rgba(52, 85, 157, 0.85); z-index: 2; z-index: 2; bottom: 0; opacity: 0;}
.case-list ul li .hide>img{transform: translate(-50%,20%); transition:0.6s; position: absolute; left: 50%;   top: 50%; width: 14.5%;}
.case-list ul li:hover .hide{opacity: 1;}
.case-list ul li:hover .hide>img{    transform: translate(-50%,-50%);}
#case-num{display: none;}
.index-prev,.index-next{}
.index-prev{background: url(../images/index-arrow.png) no-repeat center; left: 0;}
.index-next{background: url(../images/index-arrow.png) no-repeat center;  transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: 0;}
.index-prev:hover{background: url(../images/index-arrow2.png) no-repeat center; }
.index-next:hover{background: url(../images/index-arrow2.png) no-repeat center;  }




/* 应用案例 */
.app {padding: 60px 0 60px; background-color:#fff;}
.app .container-s{}
.app-list ul li{width: 16.0%; position: relative;}
.app-list ul li .pic{overflow: hidden;}
.app-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.app-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;filter:grayscale(100%)}
.app-list ul li .info{position: absolute; bottom: 0; width: 100%;    transition: .5s; padding:  2.3125rem 11%; box-sizing: border-box; }
.app-list ul li .name{color: #fff; transform: translateY(-20px); transition: 0.6s;}
.app-list ul li h3{display: block; font-size: 1.375rem;  font-weight: bold;}
.app-list ul li span{display: block; font-size: 0.875rem; line-height: 2rem; min-height: 2rem;}
.app-list ul li i {margin-left: 1rem; opacity: 0; transform: translateX(-1rem); transition: .5s;position: relative; z-index: 1; }
.app-list ul li:hover  i {opacity: 1; transform: translateX(0rem);transition-delay: .3s;}
.app-list ul li:hover .info{background: #163168;}
.app-list ul li:hover  .name{transform: translateY(0);}


/* 新闻中心 */
.news{background: url(../images/news-bg.jpg) no-repeat center; background-size: cover;  padding: 4.4375rem 0 6.8125rem;}
.news-list{width: 63%;}
.news-list ul li{width: 48.5%;}
.news-list ul li .pic{overflow: hidden; border-radius: 0.5rem; margin-bottom: 1.25rem;}
.news-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.news-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.news-list ul li .info h3{ font-size: 1.25rem; color: #333; font-weight: bold; margin-bottom: 0.1875rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.news-list ul li .info span{display: block; font-size: 0.9375rem; color: #919191; margin-bottom: 1.25rem;}
.news-list ul li .info span>img{display: inline-block; vertical-align: middle; margin-right: 0.5625rem;}
.news-list ul li .info p{display: block; color: #666; font-size: 1rem; line-height: 1.5rem; }
.news-list ul li:hover .info h3{color: #c10d11;}
.problem{width: 32%; margin-right: 1.8%;}
.problem h2{display: block; width: 6.125rem;background: #c10d11;border-radius: 1.25rem; font-size: 1rem; line-height: 2.4375rem; color: #fff; text-align: center; margin-bottom: 0.8125rem;}
.problem-list {max-height: 24.375rem; overflow-y: scroll;}
.problem-list::-webkit-scrollbar{  width: 3px; height: 7px; border-radius: 2px;}  
/*定义滚动条轨道 内阴影+圆角*/  
.problem-list::-webkit-scrollbar-track{ background-color: #ccc;}  
/*定义滑块 内阴影+圆角*/  
.problem-list::-webkit-scrollbar-thumb{ background-color: #cc0f04; }
.problem-list ul{margin-left: 2%; width: 86.6%;}
.problem-list ul li{border-bottom: 1px solid #E6E6E6; padding: 1rem 0 1.3125rem;}
.problem-list dt strong{display: block; font-size: 1rem; color: #333; width：70%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.problem-list dt span{display: block; font-size: 0.875rem; color: #828282;}
.problem-list  dd{ font-size: 0.9375rem; line-height: 1.4375rem; color: #888; margin-top: 0.625rem; display: none;}


/* 联系我们 */
.contact{background: url(../images/contact-bg.jpg) no-repeat center; background-size: cover;  padding: 7.5625rem 0 6.875rem; }
.contact .info {color: #fff;}
.contact .info h2{display: block; font-size: 2.5rem; line-height: 2.5rem; margin-bottom: 0.4375rem;}
.contact .info em{display: inline-block; font-size: 1.75rem;}
.contact .info h3{display: block; font-size: 2.875rem; font-weight: bold; line-height: 2.875rem; margin-bottom: 2.75rem;}
.contact .more a{display: block; width: 10.625rem;background: #c10d11;border-radius: 1.75rem; margin: 0 auto; transition: 0.6s;}
.contact .more span{ font-size: 1rem; line-height: 3.4375rem; color: #fff;}
.contact .more img{display: inline-block; vertical-align: middle; margin-right: 0.1875rem;}
.contact .more a:hover{background: #ab0a0d;}


/* 公共底部 */
.footer{ background:url(../images/bj1xym.jpg) no-repeat center; background-color:#f9f9f9; }
.footer .container-x{position: relative;}
.container-x{max-width:1600px;margin:0 auto}
.message{position: absolute; top: -90px; z-index: 2; left: 0; width: 100%; padding: 0 4.2% 0 4.2%; box-sizing: border-box; background: url(../images/message-bg.jpg) no-repeat center;  height: 200px; display: flex; align-items: center; justify-content: space-between; border-radius: 20px;}
.message .info{width: 52%;}
.message .info em{display: block; font-size: 24px; color: #163168; font-family: "PFBold";}
.message .info span{display: block; font-size: 18px; color: #fff; padding-top:10px; }

.info01{background: linear-gradient(to left, #163168, #163168); border-radius: 20px; padding:10px 25px 10px 25px;}
.info01 span{ color:#FFF; font-size:18px;}

.mess-form{ height: 4rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 0.125rem solid #fff; width: 36%; padding: 0 1%; box-sizing: border-box;}
.mess-form input{background: transparent; font-family: "PFBold"; outline: none; border: none; line-height: 4rem;}
.mess-form .text{display: block; font-size: 1.125rem; color: #fff; }
.mess-form .text::placeholder {   color: #fff;}
.mess-form .submit{background: url(../images/mess-icon.png) no-repeat center; height: 100%; width: 28px; cursor: pointer;}


.foot-box{padding: 200px 0 80px;display: flex; }
.foot-logo{margin-right: 7%; margin-left:1%; margin-top:2%;}
.foot-nav{margin-top: 15px;width: 82%;}
.foot-nav ul{display: flex;}
.foot-nav dt{display: block; font-size: 20px; color: #fff; position: relative; line-height: 20px; height: 35px;  font-family: "PFBold"; margin-bottom: 27px;}
.foot-nav dt:after{position: absolute; content: ''; width: 20px; height: 2px; background: rgba(160,160,160,0.38); bottom: 0; left: 0;}
.foot-nav dd{display: block; font-size: 16px; line-height: 35px; color: #aaaaaa;}
.foot-nav dd a{color: #aaaaaa;}
.foot-nav ul li{}
.foot-nav ul li.item1{margin-right: 9%;}
.foot-nav ul li.item2{width: 38.5%;}
.foot-nav ul li.item2 div{display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot-nav ul li.item2 div dd{width: 33%;}
.foot-nav ul li.item3{margin-right: 4%;}
.foot-nav ul li.item3 dd{display: flex; align-items: flex-start; line-height: 45px; margin-bottom: 15px;}
.foot-nav ul li.item3 dd>img{display: inline-block; margin-right: 20px; vertical-align: middle; margin-top: 20px; }
.foot-back{display: flex; justify-content: flex-end; margin-bottom: 30px; cursor: pointer;}
.foot-back a{width: 50px;height: 50px;background: #f7ca16;border-radius: 20px;}
.foot-copy{border-top: 1px solid rgba(255,225,225,0.04); padding: 20px 0;}
.foot-copy p{display: block; font-size: 14px; color: #ADADAD;}
.foot-copy a{color: #ADADAD;}
.foot-copy a:hover{color: #fff;}
.foot-nav dd a:hover{color: #fff;}



/* 右侧固定*/
.slideflex {position: fixed; right: 2%; bottom: 0; z-index: 99; padding-bottom: 150px;}
.relate li { margin-bottom: 8px; position: relative;}
.relate li > a {transition: .5s; display: flex;  align-items: center;  justify-content: center; width: 51px;height: 51px;background: #c10d11; border-radius: 50%;box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.05); text-align: center;  position: relative; z-index: 3;}
.relate li > a img {display: block; max-width: 63%;}
.relate li.backTop a img { position: relative;}
.relate li:hover > a {background: #ae0d00;}
.telbox{ padding-right: 22px; position: absolute; right: 150%; top: -4px; opacity: 0; visibility: hidden; }
.telbox span { display: block; padding: 20px 0 20px 27px; background: #fff; color: #c10d11; font-size: 16px; font-weight: bold; line-height: 16px; white-space: nowrap; padding-right: 12px; position: relative; border-radius: 12px; box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.22);}
.telbox span:before { content: ""; width: 5px; height: 16px; background: #c10d11; position: absolute; left: 13px; top: 50%; margin-top: -8px;}
.telbox span:after { content:""; width:0; height:0; border-top:8px solid transparent;  border-bottom: 8px solid transparent; border-left: 9px solid #fff; position:absolute; right: -9px; top:50%; margin-top: -8px;}
.eqbox {padding-right: 22px; position: absolute; right: 150%; top: 82%; margin-top: -80px; opacity: 0; visibility: hidden;}
.eqbox:before {content:""; width:0; height:0; border-top:8px solid transparent;  border-bottom: 8px solid transparent; border-left: 9px solid #fff; position:absolute; right: 15px; top:50%; margin-top: -8px;}
.eqbox img {display: block; width: 120px; padding: 10px;  background: #fff; border-radius: 12px;  box-shadow: 0rem 0rem 16px 5px rgba(24,25,25,0.22);}
.relate li:hover .telbox,.relate li.active .telbox,.relate li:hover .eqbox { opacity: 1; visibility: visible; right: 100%;-webkit-transition: 0.45s; -o-transition: 0.45s; -moz-transition: 0.45s; transition: 0.45s;}


@media (max-width: 767px) {
  .coursebox-sec1 {
    padding-top: 0.54rem;
  }
}
.coursebox-sec1 .cont {
  position: relative;
  display: flex;
  
  align-items: flex-start;
}
.coursebox-sec1 .cont .lt {
  width: 43.75%;
  padding-right: 1.64rem;
 /* height: 6.2rem; */
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .lt {
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .coursebox-sec1 .cont .lt {
    position: sticky;
    top: 11.4rem;
  }
}
.coursebox-sec1 .cont .lt .fz_title {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .lt .fz_title {
    margin-bottom: 0.2rem;
  }
}
.coursebox-sec1 .cont .lt .course1_cont {
  width: 100%;
  margin-bottom: 0.5rem;
}
.coursebox-sec1 .cont .lt .course1_cont .item {
  width: 100%;
}
.coursebox-sec1 .cont .lt .course1_cont .item .date {
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .course1_cont .item .date {
    font-size: 14px;
  }
}
.coursebox-sec1 .cont .lt .course1_cont .item .tit {
  width: 100%;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.coursebox-sec1 .cont .lt .course1_cont .item .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #888;
  width: 71%;
  margin-bottom: 15.9375rem;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .course1_cont .item .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.coursebox-sec1 .cont .lt .nav {
  width: 60%;
  
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .lt .nav {
    padding-right: 1rem;
  }
}
/* @media (min-width: 768px) {
  .coursebox-sec1 .cont .lt .nav {
    position: absolute;
    bottom: 0;
    left: 0;
  }
} */
@media (max-width: 767px) {
  .coursebox-sec1 .cont .lt .nav {
    padding-right: 0;
  }
}
.coursebox-sec1 .cont .lt .nav .text {
  font-size: 1rem;
  color: #999999;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .nav .text {
    font-size: 14px;
  }
}
.coursebox-sec1 .cont .lt .nav .course1_nav {
  width: 100%;
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-wrapper{
	display: flex;
	justify-content: space-between;
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide {
  width: auto;
  margin-right: 0.4rem;
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide .item {
  color: #666;
  cursor: pointer;

  font-weight: bold;
  font-size: 1rem;
 
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide .item {
    font-size: 14px;
  }
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide.on .item {
  color: #c10d11;
}
.coursebox-sec1 .cont .gt {
  width: 56.25%;
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .gt {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.coursebox-sec1 .cont .gt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #dddddd;
}

.coursebox-sec1 .cont .gt .items {
  width: 100%;
  
}
.coursebox-sec1 .cont .gt .items .li {
  /* padding-left: 4.5%; */
  position: relative;
  margin-bottom: 5.625rem;
}


.coursebox-sec1 .cont .gt .items .li .date {
  transform: translateX(-0.5%);
  margin-bottom: 1.0625rem;
}

.coursebox-sec1 .cont .gt .items .li .date i {
 display: block;
 width: 0.6875rem;
 height: 0.6875rem;
 background: #c10d11;
  border-radius: 50%;
  position: relative;
}

.coursebox-sec1 .cont .gt .items .li .date i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 1.5rem;
    animation: shubiao 1s infinite linear .65s;
    background: rgba(204, 15, 4,.15);
    border-radius: 50%;
    z-index: 0;
}
@keyframes shubiao {0% { -webkit-transform: translate(-50%, -50%) scale(1); }  33% {   -webkit-transform: translate(-50%, -50%) scale(1.2); }  66% {  -webkit-transform: translate(-50%, -50%) scale(1.3); } 100% {  -webkit-transform: translate(-50%, -50%) scale(1); }}

.coursebox-sec1 .cont .gt .items .li .date b {
  display: block;
  font-size: 3rem;
  color: #c7c7c7;
  line-height: 2.25rem;
  position: relative;
  margin-left: 1.4375rem;
}

.coursebox-sec1 .cont .gt .items .li .img {
  width: 74.3%;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 2.5rem;
  padding-left: 4.5%;
  overflow: hidden;
}

.coursebox-sec1 .cont .gt .items .li .img img {

  display: block;
  width: 100%;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .coursebox-sec1 .cont .gt .items .li .img:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.coursebox-sec1 .cont .gt .items .li .jut {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 4.5%;
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .gt .items .li .jut {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .coursebox-sec1 .cont .gt .items .li .jut {
    padding-right: 0;
  }
}
.coursebox-sec1 .cont .gt .items .li .jut p{display: block; font-size: 1.125rem; color: #333; position: relative; padding-left: 2%;}
.coursebox-sec1 .cont .gt .items .li .jut p::after{position: absolute; content: ''; width: 0.375rem; height: 0.375rem; border-radius: 50%; background: #c10d11; left: 0; top: 50%; transform: translateY(-50%); }
.developmore a{ display: block; width: 16.375rem; border-radius: 2.5rem; font-size: 1.25rem; line-height: 5.0625rem; color: #fff; text-align: center; background: #cc0f04; margin: 0 auto; transform: translateX(-29%);}
.developmore a>img{display: inline-block; margin-left: 0.8125rem;}


.coursebox-sec1 .cont .gt .items{position: relative;}
.coursebox-sec1 .cont .gt .items h3{position: absolute;display: block;font-size: 15.9375rem;color: #d9d9d9;font-family: DIN;/* left: -71%; */right: 27%;opacity: 0.09;top: 50%;transform: translateY(-50%); z-index: -99;}
/* End */















/* 内页合作客户列表页 */
.partner-title h2{display: block; font-size: 1.875rem; line-height: 2.875rem; color: #333; width: 48.5625rem; font-weight: bold; text-align: center; margin: 0 auto 4.0625rem;}
.partner-list{box-sizing: border-box; padding: 0.5%;}
.partner-list ul{width: 102.6%;}
.partner-list ul li{float: left; box-shadow: 0px 0px 1.125rem 0px rgba(4, 0, 0, 0.04);  margin-bottom: 2.125rem; width: calc(100% / 5 - 2.6%); margin-right: 2.6%;}
.partner-list ul li .pic{overflow: hidden;}
.partner-list ul li .pic img{display: block; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.partner-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}





/* 内页荣誉资质列表页 */
.honor-list{box-sizing: border-box; padding: 0.5%;}
.honor-list ul{width: 103.3%; height: auto!important;}
.honor-list ul a{float: left;  box-shadow: 0px 0px 1.6875rem 0px rgba(4, 0, 0, 0.04); margin-bottom: 2.625rem; width: calc(100% / 4 - 3.3%)!important;  height: auto!important; margin-right: 3.3%; padding: 0.5rem 0 2.5rem;}
.honor-list ul a .pic{overflow: hidden;}
.honor-list ul a .pic img{display: block; width: 100%; transform: scale3d(0.9,0.9,1); -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.honor-list ul a:hover .pic img{-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.honor-list ul a .name{}
.honor-list ul a h3{font-size: 1rem; color: #333; text-align: center; padding: 0 2%; box-sizing: border-box;}
.honor-list ul a:hover h3{color: #c10d11;}
.honor-list .fy{display: none;}




/* 内页工厂展示列表页 */
.factory-list{}
.factory-list ul{height: auto!important;}
.factory-list ul::after{content: ''; width: 32.32%;}
.factory-list ul  a{border: 1px solid #e5e5e5; box-sizing: border-box; width: 32.32%!important; padding: 1.3% 1.3% 0; margin-bottom: 1.875rem; height: auto!important;}
.factory-list ul  .pic{overflow: hidden;}
.factory-list ul  .pic img{display: block; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.factory-list ul a:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.factory-list ul  h3{ font-size: 1.125rem; color: #444; font-weight: bold; text-align: center; padding: 2.3125rem 0;}
.factory-list ul a:hover h3{color: #c10d11;}


/* 内页产品列表页 */
.position-banner{height: 39.4375rem;}
.position-banner .banner-bottom{transform: none;}
.product-box{display: flex; justify-content: space-between; align-items: flex-start}
.ny-left{width: 294px; position: sticky; top: 120px}
.ny-left,.ny-right{padding: 2.4375rem 0 10rem;}
.pro-search{width: 100%; background: #f5f5f5; display: flex; justify-content: space-between; align-items: center; line-height: 3.75rem; height: 3.75rem; padding: 0 6.8%; box-sizing: border-box; margin-bottom: 3.25rem; }
.pro-search input{outline: none; border: none; }
.pro-search .text{display: block; font-size: 0.9375rem; color: #666; width: calc(100% - 30px); line-height: 3.75rem; background: transparent;}
.pro-search .text::placeholder{color: #666;}
.pro-search .submit{ background: url(../images/pro-search.png) no-repeat center; width: 18px; height: 100%;}
.left-title em{display: block; border-top: 0.0625rem solid #eee; font-size: 1.875rem; color: #c10d11;  padding-top: 2.1875rem; margin-bottom: 2.25rem; font-weight: bold;}
.left-title{display: flex; align-items: center; justify-content: space-between;    border-top: 0.0625rem solid #eee;}
.left-title em{border-top: none;}
.left-title i{display: none;}
.pro-class .ctitle1{}
.pro-class .ctitle1>li{ border-bottom: 0.0625rem solid #eee;}
.pro-class .ctitle1>li>h3{transition:0.6s; display: flex; align-items: center; justify-content: space-between;  padding: 0 0.375rem; box-sizing: border-box;}
.pro-class .ctitle1>li>h3>a{display: block; font-size: 1.125rem; line-height: 3.3125rem; color: #333;width: 100%; }
.pro-class .ctitle1 li>h3>i{display: block;width: 20px;height: 20px;position: relative;cursor: pointer;}
.pro-class .ctitle1>li>h3>i:before,.pro-class .ctitle1>li>h3>i:after{content: "";background: #04061e;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.pro-class .ctitle1>li>h3>i:before{width: 10px;height: 2px;}
.pro-class .ctitle1>li>h3>i:after{width: 2px;height: 10px;}
.pro-class .ctitle1>li>h3>i.on{	transform: rotate(135deg);}
.pro-class .ctitle1>li:hover>h3>i:before,.pro-class .ctitle1>li:hover>h3>i:after,.pro-class .ctitle1>li.on>h3>i:before,.pro-class .ctitle1>li.on>h3>i:after{background: #fff;}
.pro-class .ctitle1>li:hover>h3,.pro-class .ctitle1>li.on>h3{background: #c10d11; color: #fff; border-radius: 1.5625rem; }
.pro-class .ctitle1>li:hover>h3>a,.pro-class .ctitle1>li.on>h3>a{color: #fff;}
.pro-class .ctitle2{display: none;padding: 1.75rem 0 1.5625rem 1.25rem;}
.pro-class .ctitle2>li{margin-bottom: 0.8125rem;}
.pro-class .ctitle2>li>a{display: block; font-size: 1.125rem; color: #333; position: relative; padding-left: 1.375rem;}
.pro-class .ctitle2>li>a:before{content: "";width: 10px;height: 10px;border: 1px solid #dfdfdf;border-radius: 50%;position: absolute;left: 0;top: 50%; transform: translateY(-50%); transition: all 0.4s;}
.pro-class .ctitle2>li>a:after{content: "";width: 6px;height: 6px;background: #dfdfdf;border-radius: 50%;position: absolute;left: 3px;top: 50%;transform: translateY(-50%); transition: all 0.4s;}
.pro-class .ctitle2>li>a:hover,.pro-class .ctitle2>li>a.on,.pro-class .ctitle2>li.on>a{	color: #c10d11;}
.pro-class .ctitle2>li>a:hover:before,.pro-class .ctitle2>li>a.on:before,.pro-class .ctitle2>li.on>a:before{	border-color: #c10d11;}
.pro-class .ctitle2>li>a:hover:after,.pro-class .ctitle2>li>a.on:after,.pro-class .ctitle2>li.on>a:after{	background: #c10d11;}
.ny-right{width: calc(100% - 340px); padding-left: 3.25%; border-left: 0.0625rem solid #eee; box-sizing: border-box;}
.right-title{background: #f9f9f9;position: relative;display: flex;align-items: center;padding: 1.25rem 0; margin-bottom: 2.5rem;}
.right-title h2{display: block;font-size: 2.25rem;line-height: 2.25rem;color: #333;border-left: 0.75rem solid #c10d11;font-weight: bold;padding-left: 2.25rem;margin-left: -0.5%;}
.nypro-list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.nypro-list ul:after{content: ''; width: 31.5%;}
.nypro-list ul li{width: 31.5%; margin-bottom: 2.5625rem; box-sizing: border-box; border: 0.0625rem solid #dddddd; text-align: center;  transition:0.6s}
.nypro-list ul li .pic{overflow: hidden; border-bottom: 0.0625rem solid #dddddd; }
.nypro-list ul li .pic img{display: block;  width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.nypro-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.nypro-list ul li .info{padding: 1.875rem 6% 2.875rem;}
.nypro-list ul li strong{font-size: 1.375rem; color: #333;  font-weight: normal; margin-bottom: 0.4375rem;}
.nypro-list ul li p{ font-size: 1rem; color: #777; margin-bottom: 1.8125rem; }
.nypro-list ul li .pro-btn{display: flex; justify-content: center;}
.nypro-list ul li em{display: block;width: 7.75rem;background: #333333; font-size: 0.9375rem; line-height: 2.5rem; color: #fff; margin-right: 0.25rem;}
.nypro-list ul li span{display: flex; align-items: center; justify-content: center; width: 2.8125rem;height: 2.5rem;background: #d91f15;}
.nypro-list ul li:hover{background: #f9f9f9; border-color: #c10d11;}
.nypro-list ul li:hover em{background: #c10d11;}


.pro-search{    margin-bottom: 0.25rem;}
.left-title em{    padding-top: 1.1875rem;margin-bottom:1rem}
.pro-class .ctitle2{padding:0.5rem 1.25rem}
.pro-class .ctitle2>li{margin-bottom: 0.3rem;}
.pro-class .ctitle2>li>a{font-size: 1rem;transition: all .3s;}
.pro-class .ctitle1>li:hover>h3>a{text-indent: 1rem;}


.pro-class .ctitle1>li>h3>i.on .ctitle2.on{display: block;}


.ctitle2.on{display: block;}



/* 内页产品详情页 */
.pro-header{top: 0; padding: 2.375rem 0; position: relative;}
.header-zw{height: 8.6875rem;}
.pro-header .pc-logo a img.logo1{display: none;}
.pro-header .pc-logo a img.logo2{display: block;}
.pro-header .pc-nav ul li h3{color: #333;}
.pro-header .ver a>img,.pro-header .heSearch .seBox img{-webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1);}
.pro-header.headfixed{padding: 0; position: fixed;}
.pro-header.headfixed  .pc-logo a img.logo1{display: block;}
.pro-header.headfixed  .pc-logo a img.logo2{display: none;}
.pro-header.headfixed .pc-nav ul li h3{color: #fff;}
.pro-header.headfixed .ver a>img,.pro-header.headfixed .heSearch .seBox img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.proxq-banner{padding: 3.75rem 0;}
.proxq-banner .container{    display: block;}
.proxq-position{display: flex; margin-bottom: 5rem; }
.proxq-position a{display: inline-block; font-size: 1rem; color: #666; position: relative; padding-left: 1.125rem; margin-right: 0.625rem;}
.proxq-position a::after{position: absolute; content: ''; width: 0.3125rem; height: 0.3125rem; border-radius: 50%; background: #bf0d11; left: 0; top: 50%; transform: translateY(-50%); } 
.proxq-position a:first-child{padding-left: 0;}
.proxq-position a:first-child::after{background: transparent;}
.proxq-position a:hover{color: #c10d11;}
.proxq-pic{width: 42.2%; overflow: hidden; border: 1px solid #e0e0e0; box-sizing: border-box;}
.proxq-pic ul li .pic{overflow: hidden;}
.proxq-pic ul li .pic img{display: block; width: 100%;}
#proxq-num{display: none;}
.proxq-info{width: 52%;}
.proxq-info h2{display: block; font-size: 2.375rem; color: #333; margin-bottom: 1.9375rem;}
.proxq-info span{display: inline-block; font-size: 1.1875rem; color: #c10d11; margin-bottom: 0.6875rem;}
.proxq-info h3{position: relative; font-size: 1rem; color: #333; padding-left: 0.75rem; margin-bottom: 0.5625rem;}
.proxq-info h3:after{position: absolute; content: ''; width: 0.3125rem; height: 0.3125rem; background: #c10d11; border-radius: 50%; top: 50%; transform: translateY(-50%); left: 0; }
.proxq-btn {margin-top: 3.625rem;}
.proxq-btn a{display: block; width: 10.875rem; font-size: 1.125rem; line-height: 3.4375rem; color: #fff; border-radius: 1.75rem; background: #b9b9b9; text-align: center; transition:0.6s}
.proxq-btn img{display: inline-block; vertical-align: middle; margin-left: 0.625rem;}
.proxq-btn a:first-child{margin-right: 2.625rem; background: #c10d11;;}
.proxq-btn a:hover{background: #c10d11;}
.details-box{padding: 3.9375rem 0;}
.pro-details{width: 73%;}
.details-title{border-bottom: 1px solid #e5e5e5; padding-bottom: 1.375rem; margin-bottom: 1.875rem;}
.details-title em{display: block; font-size: 2.25rem; color: #333; position: relative; padding-left: 2.4375rem;}
.details-title em:after{position: absolute; content: ''; width: 0.4375rem; height: 1.8125rem; background: #c10d11; left: 0; top: 50%; transform: translateY(-50%); }
.pro-recom{width: 22.4%;}
.recom-title em{display: block; font-size: 2rem; color: #777; margin-bottom: 1.5rem;}
.recom-list ul li{background: #f9f9f9; box-sizing: border-box; margin-bottom: 1rem; padding: 3%;}
.recom-list ul li .pic{width: 46.4%; overflow: hidden;}
.recom-list ul li .pic img{display: block; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.recom-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.recom-list ul li .info{width: 49%;}
.recom-list ul li .info em{font-size: 1.0625rem; line-height: 1.375rem; color: #333; margin-bottom: 0.875rem;}
.recom-list ul li .info span{display: block; font-size: 0.875rem; color: #c10d11;}


/* 内页图片详情页 */
.pic-main {background: #f5f5f5; padding:0 0 7rem;}
.pic-main .pic-xq {position: relative;}
.pic-main .pic-xq::after { position: absolute; content: ""; width: 100% ; top: 0; height: 18.88rem; background: #c50b19; z-index: 0;}
.pic-main .tle { padding: 4rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;   position: relative; z-index: 1;}
.pic-main .tle h3 {font-size: 2.5rem;color: #ffffff;font-weight: 700;}
.pic-main .tle ul {display: flex;}
.pic-main .tle ul li , .pic-main  .tle ul li a,.pic-main  .tle ul  a  {font-size: 1rem;color: #ffffff;}
.pic-main .pic-con {background: #fff; position: relative; z-index: 1; padding: 7rem  7.5rem; box-sizing: border-box;}
.pic-main .pic-con h4 {font-size: 2.13rem;color: #333333;font-weight: 700; margin-bottom: 4rem;text-align: center;}
.fanhui a{display: block;width:11.875rem;text-align: center;line-height: 3.125rem; background: #333;color:#fff;margin:2rem auto 0 auto; border-radius: 3.125rem; transition: 0.6s;}
.fanhui a:hover{background: #c10d11;}




/* 内页应用案例列表页 */



.nyapp{padding:  0  0 8.9375rem;}
.nyapp .container{overflow: hidden;}
.nyapp .box {  position: relative;}



.nyapp .box .pass {
position: relative;
  padding: 3.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.nyapp .box .pass::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ece9e9;
  position: absolute;
  left: 0;
  top: 50%;
}

.tit-18 {

  font-size: 1.125rem;
}

.nyapp .box .item {
  text-align: center;
  margin-top: 2.5rem;
  z-index: 2;
  cursor: pointer;
}

.nyapp .box .item .circ {
  display: inline-block;
  z-index: 2;
  background-color: #fff;
  width: 16px;
  height: 16px;
  opacity: 0;

  border-radius: 50%;
  position: relative;
  margin-bottom: 8px;
}

.nyapp .box .item.on .circ {
  opacity: 1;
}

.nyapp .box .item.on {
  color: #c10d11;
}

.nyapp .box .item.on  .tit-18{
  font-weight: bold;
}


.svgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}


.svgs .svg {
  stroke-width: 4;
  r: calc(50% - 2px);
}

.svgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.svgs .circle {
  opacity: 0;
  transition: .5s ease-in-out;
}

.nyapp .box .item.on .circ .circle {
  animation: circle 3s linear;
  opacity: 1;
  transition: 1s ease-in-out;
}

@keyframes circle {
  from {
    stroke-dasharray: 0 40;
  }

  to {
    stroke-dasharray: 40 0;
  }
}


.app-a {
  padding: 0 1.5%;
  box-sizing: border-box;
  overflow: hidden;
}

.app-container{overflow: hidden;}
.app-a .swiper-slide {
  width: 100%;
  height: 35.4375rem
}

.app-a .swiper-slide .img {
  width: 55.22%;
  height: 100%;
  overflow: hidden;

}
.app-a .swiper-slide .img .bg{

  height: 100%;


}
.app-a .swiper-slide a{display: flex; justify-content: space-between; height: 100%;}
.app-a .swiper-slide .txt {
  background-color: #f7f7f7;
  width: 44.78%;
  height: 100%;
  overflow: hidden;
  padding: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}


.app-a .swiper-slide .txt .tit-24 {
  display: block;
  color: #c10d11;
  font-size: 1.625rem;
  font-weight: bold;
 margin-bottom: 1.375rem
}

.app-a .swiper-slide .txt .tit-30 {
  font-size: 2rem;
  line-height: 3rem;
  display: block;
  margin-bottom: 6.25rem;
  color: #333;
}


.app-more span{ display: block; width: 9.5625rem;text-align: center; font-size: 1.0625rem; line-height: 3.4375rem; text-align: center; background: #c10d11;  color: #fff; border-radius: 1.75rem;}



/* 内页新闻列表页 */
.latest-news{padding: 7.25rem 0 6.625rem; background: #f9f9f9;}
.latest-list{overflow: hidden; position: relative;}
.latest-list ul li{border: 0.0625rem solid #ddd; box-sizing: border-box; }
.latest-list ul li .pic{overflow: hidden; width: 49.88%; border-right: 0.0625rem solid #ddd; box-sizing: border-box;}
.latest-list ul li .pic img{display: block; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.latest-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.latest-list ul li .info{width: 50%; box-sizing: border-box; padding: 0 4.5%;}
.latest-list ul li .info h2{ font-size: 1.875rem; color: #333; margin-bottom: 0.5625rem;}
.latest-list ul li .info p{display: block; font-size: 1rem; color: #666; margin-bottom: 8.3125rem;}
.latest-list ul li .date{border-top: 0.0625rem solid #ddd; padding-top: 2.5rem;}
.latest-list ul li .date span{display: inline-block; font-size: 1rem; color: #c10d11; margin-right: 0.375rem; transition: 0.6s;}
.latest-list ul li .date img{display: inline-block; vertical-align: middle;}
.latest-list ul li:hover .date span{margin-right: 1rem;}
#latest-num{position: absolute;  right: 4rem; left: auto; width: auto; bottom: 3.4375rem; border-radius: 0;}
#latest-num .swiper-pagination-bullet {width: 0.75rem;height: 0.1875rem;background: #d9d9d9; margin: 0 0.1875rem; opacity: 1; border-radius: 0;}
#latest-num .swiper-pagination-bullet-active{background: #C10D11; opacity: 1;}
.newsclass-box{border-bottom: 0.0625rem solid #dfdfdf; margin-bottom: 5.125rem;}
.news-class .ctitle1 li{margin: 0 2%;}
.news-class .ctitle1 li a{display: block; font-size: 1.125rem; line-height: 8.0625rem; color: #333; padding: 0 0.5625rem; position: relative;}
.news-class .ctitle1 li a::after{position: absolute; content: ''; width: 0; height: 0.3125rem; background: #c10d11; border-radius: 0.1875rem; bottom: 0; left: 50%; transition: 0.6s;}
.news-class .ctitle1 li:hover a:after,.news-class .ctitle1 li.on a:after{width: 100%; left: 0;}
.news-class .ctitle1 li:hover a,.news-class .ctitle1 li.on a{color: #c10d11; font-weight: bold;}
.nynews-list ul:after{content: ''; width: 30%;}
.nynews-list ul li{ box-shadow: 0px 0px 49px 0px rgba(8, 8, 8, 0.05); border-radius: 0.4375rem; width: 30%; margin-bottom: 4.125rem;}
.nynews-list ul li .pic{overflow: hidden; border-top-left-radius: 0.4375rem; border-top-right-radius: 0.4375rem;}
.nynews-list ul li .pic img{display: block; width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.nynews-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.nynews-list ul li .info{padding: 1.9375rem 7% 3.75rem;}
.nynews-list ul li .info h3{ font-size: 1.3125rem; line-height: 1.75rem; color: #333; font-weight: bold; margin-bottom: 1.3125rem;}
.nynews-list ul li .info span{display: block; font-size: 0.9375rem; color: #919191; line-height: 1.25rem; margin-bottom: 1.25rem;}
.nynews-list ul li .info span>img{display: inline-block; vertical-align: middle; margin-right: 0.5625rem;}
.nynews-list ul li .info h4{font-size: 1rem; line-height: 1.5rem; color: #666;}
.nynews-list ul li:hover .info h3{color: #c10d11;}




/* 内页常见问题列表页 */
.ny-problem ul li{padding: 2.1875rem 4.0625rem 2.1875rem 2.1875rem; box-sizing: border-box;  box-shadow: 0px 0px 35px 0px rgba(8, 8, 8, 0.04); border-radius: 0.625rem; margin-bottom: 2.375rem;}
.ny-problem dl dt,.ny-problem dl dd{width: 100%;}
.ny-problem dl dt{margin-bottom: 0.625rem;}
.ny-problem dl dt b{transition: 0.6s; display: block; width: 3.125rem; font-size: 1.875rem;line-height: 3.3125rem;background: #c6c6c6;border-radius: 0.625rem; color: #fff; text-align: center; margin: 0 0.1%;}
.ny-problem dl dd .date{text-align: center;}
.ny-problem dl dd .date em{display: block; font-size: 1.875rem; line-height: 1.375rem; color: #9f9f9f; margin-bottom: 0.9375rem; }
.ny-problem dl dd .date i{display: block; font-size: 1rem; line-height: 0.75rem; color: #9F9F9F; font-style: inherit;}
.ny-problem dl dt .name,.ny-problem dl dd .info{width: 93.5%;}
.ny-problem dl dt .name h3{ font-size: 1.375rem; line-height: 1.375rem; color: #333; font-weight: bold; position: relative; height: 2.375rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.ny-problem dl dt .name h3::after{position: absolute; content: ''; width: 5.5625rem;height: 0.125rem;background: #bfbfbf; bottom: 0; left: 0;}
.ny-problem dl dt .name span{display: block; font-size: 1rem; color: #A6A6A6;}
.ny-problem dl dt .name span>img{display: inline-block; margin-left: 0.5rem;}
.ny-problem dl dd  strong{display: block;background: url(../images/a-bg.png) no-repeat center top;width: 2.125rem;height: 2.625rem;font-size: 1.125rem;line-height: 2.125rem;text-align: center;color: #fff;background-size: cover;font-family: Arial; transition: 0.6s;}
.ny-problem dl dd h4{font-size: 1rem;line-height: 1.4375rem;color: #666;width: 95%;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ny-problem dl:hover dt b{background: #c10d11;}
.ny-problem dl:hover dd strong{background: url(../images/a-bg-on.png) no-repeat center top;}
.ny-problem dl:hover .name h3{color: #c10d11;}






/* 内页新闻详情页 */
.nynews-xq {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 5rem;}
.news-left{width: 68%;}
.news-xq{width: 100%; border-radius: 0.625rem;box-shadow: 0px 0px 40px 0px rgba(227, 226, 225, 0.42); margin-bottom: 6.0625rem; padding: 5.3125rem 6.3% 4.1875rem; box-sizing: border-box;}
.newsxq-title{border-bottom: 0.0625rem solid #ddd; padding-bottom: 2.8125rem; margin-bottom: 2.8125rem;}
.newsxq-title strong{display: block; font-size: 2rem; color: #333; margin-bottom: 0.3125rem;}
.newsxq-title span{display: block; font-size: 1rem; color: #777;}
.proxq-arrow{display: flex; justify-content: space-between; align-items: center;}
.proxq-arrow a{display: flex; align-items: center; }
.proxq-arrow i{display: block; display: flex;  align-items: center;  justify-content: center;  width: 3.125rem;  line-height: 2.875rem;  height: 3.125rem;  border-radius: 0.25rem;  border: 0.125rem solid #dbdbdb; transition:0.6s}
.proxq-arrow h5{display: block; font-size: 1.125rem; color: #1a1a1a;}
.proxq-arrow a:first-child i { transform: rotateY(180deg); margin-right: 1.25rem;}
.proxq-arrow a:last-child i {    margin-left: 1.25rem;}
.proxq-arrow a:hover i{background: #c10d11;border-color: #c10d11;}
.proxq-arrow a:hover i svg path{	fill: #ffffff;}
.proxq-arrow a:hover h5{color: #c10d11;}
.news-right{width: 26.68%; border-radius: 0.3125rem; position: sticky;top:120px;box-shadow: 0px 0px 30px 0px rgba(226,225,224,0.42); padding: 2.1875rem 2% 3.4375rem; box-sizing: border-box;}
.news-right:after{position: absolute; content: '';  width: 68%;height: 0.4375rem;background: linear-gradient(99deg,#d6222b 0%, #e47b20 100%);border-radius: 0.25rem;  bottom: -0.1875rem;left: 0; right: 0; margin: auto;}
.recom-news strong{display: block; font-size: 1.625rem; color: #333; margin-bottom: 2.1875rem;}
.recomnews-list ul li{margin-bottom: 1.875rem;}
.recomnews-list ul li a{display: flex; align-items: center; }
.recomnews-list ul li .pic{width: 44%; overflow: hidden; border-radius: 0.3125rem; margin-right: 5%;}
.recomnews-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.recomnews-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.recomnews-list ul li .info{width: 51%;}
.recomnews-list ul li em{display: block; font-size: 0.875rem; color: #999; margin-bottom: 0.4375rem;}
.recomnews-list ul li strong{ font-size: 1rem; line-height: 1.625rem; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.recomnews-list ul li:hover strong{color: #c10d11;}


/* 内页下载中心列表页 */
.down-list{padding: 6.6875rem 0;}
.down-list ul{justify-content: space-around;}
.down-list ul:after{content: ''; width: 45%;}
.down-list ul li{width: 45%;background: #f9f9f9;border-radius: 0.625rem; padding: 3.625rem 3.5%; box-sizing: border-box; margin-bottom: 4rem;}
.down-list ul li .icon{width: 2.25rem; height: 2.25rem; background: #c10d11; border-radius: 50%; margin-right: 4%;}
.down-list ul li .icon img{transition: 0.6s;}
.down-list ul li h3{ font-size: 1.25rem; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical;}
.down-list ul li:hover .icon img{transform: rotate(-90deg)}
.down-list ul li:hover h3{color: #c10d11;}




/* 内页联系我们 */
.contact-left{width: 45%; padding-left: 8%;}

.contact-left strong{display: block; font-size: 2.5rem; color: #333; margin-bottom: 3.25rem;}
.contact-list{margin-bottom: 4.5625rem;}
.contact-list dl{margin-bottom: 2.0625rem;}
.contact-list dl:last-child{margin-bottom: 0;}
.contact-list dl dt{width: 14%; margin-right: 3.5%;}
.contact-list dl dt img{display: block; width: 100%;}
.contact-list dl dd em{display: block; font-size: 1.5rem; color: #333; line-height: 1.5rem;}
.contact-list dl dd b{display: block; font-size: 1.8125rem; color: #C10D11; line-height: 1.3125rem; margin-top: 0.9375rem;}
.contact-list dl dd p{display: block; font-size: 1.25rem; color: #666;}
.wechat-list ul li{margin-right: 8.5%;}
.wechat-list ul li:last-child{margin-right: 0;}
.wechat-list ul li img{width: 85%;}
.wechat-list ul li em{display: block; font-size: 1.25rem; color: #333; writing-mode: vertical-lr; margin-left: 6%;}







/*分页*/
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap; gap: 2px;}
.fy a { background: #E6E6E6; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s;  padding: 5px 15px;}
.fy a:hover {color: #fff; background: #c10d11;}
.fy .layui-laypage-curr {color: #fff; background: #c10d11; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}



/* 搜索页面 */
.search-page .box {margin-top: 50px;}
.search-page form {width: 60%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .search-text {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 22px;  height: 23px; display: block; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; outline: none; border: none; background-size: 100%; filter: brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #ccaf94; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: 18px; margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: 16px; color: #666; line-height: 20px;}
.search-page li .le {width: 95%; }
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}




.pro-editbox img,.news-editbox img{max-width: 100%;}



.about-num ul li {
  width: 50%;}
.about-left{
  width: 100%;}
.about-right{display: none}




.map{ width:100%;}
.map-con{display: flex;  justify-content: space-between; align-items: center;}
.map-con .pic{ width:100%;position: relative;}
.map-con .pic img{display: block; /* width: 100%; */}
.map-con .info{position: absolute; width: 83%;top: 560px; left:130px; text-align:center; margin:0 auto; color:#163168; background-color:#FFF;  font-size:30px;}

.map-con .info a{ color:#163168;padding:20px 10px 30px 10px; border:#163168 1px solid;  border-radius:10px;}
.map-con .info a:hover{ background-color:#163168; color:#FFF; border-radius:10px;}
.map-con .info a:hover span{color:#f5c814;}

.map-con .info em{display: block; font-size: 14px; color: #959595; position: absolute;}
.map-con .info span{display: inline-block; font-size:48px; font-weight:bold; position: relative;}

.map-con .info em span:before,.map-con .info em span:after{ position: absolute; content: ''; border-radius: 50%; background: rgba(20,92,170,0.4);  opacity: 0;}
.map-con .info em span:before{width: 2.9375rem; height: 2.9375rem; margin-left: -1.125rem; top: -1.125rem;}
.map-con .info em span:after{ background: rgba(20,92,170,0.2); width: 7.25rem; height: 7.25rem;margin-left: -3.3125rem; top: -3.3125rem;}

.map-con .info span1{display: inline-block; width: 0.75rem;height: 0.75rem;background: #f7ca16; border-radius: 50%; margin-right: 0.5625rem; position: relative;}
.map-con .info em span1:before,.map-con .info em span1:after{ position: absolute; content: ''; border-radius: 50%; background: rgba(247,202,22,0.4);  opacity: 0;}
.map-con .info em span1:before{width: 2.9375rem; height: 2.9375rem; margin-left: -1.125rem; top: -1.125rem;}
.map-con .info em span1:after{ background: rgba(247,202,22,0.2); width: 7.25rem; height: 7.25rem;margin-left: -3.3125rem; top: -3.3125rem;}



.map-con .info em.item1 span:before,.map-con .info em.item1 span:after{animation:myscale 4s linear 2s infinite ;-moz-animation:myscale 4s linear 2s infinite ;	-webkit-animation:myscale 4s linear 2s infinite ;	-o-animation:myscale 4s linear 2s infinite ;}
.map-con .info em.item2 span:before,.map-con .info em.item2 span:after{animation:myscale 3s linear 2s infinite ;-moz-animation:myscale 3s linear 2s infinite ;	-webkit-animation:myscale 3s linear 2s infinite ;	-o-animation:myscale 3s linear 2s infinite ;}
.map-con .info em.item3 span:before,.map-con .info em.item3 span:after{animation:myscale 5s linear 2s infinite ;-moz-animation:myscale 5s linear 2s infinite ;	-webkit-animation:myscale 5s linear 2s infinite ;	-o-animation:myscale 5s linear 2s infinite ;}
.map-con .info em.item4 span:before,.map-con .info em.item4 span:after{animation:myscale 5s linear 2s infinite ;-moz-animation:myscale 5s linear 2s infinite ;	-webkit-animation:myscale 5s linear 2s infinite ;	-o-animation:myscale 5s linear 2s infinite ;}
.map-con .info em.item5 span:before,.map-con .info em.item5 span:after{animation:myscale 6s linear 2s infinite ;-moz-animation:myscale 6s linear 2s infinite ;	-webkit-animation:myscale 6s linear 2s infinite ;	-o-animation:myscale 6s linear 2s infinite ;}
.map-con .info em.item6 span:before,.map-con .info em.item6 span:after{animation:myscale 6s linear 2s infinite ;-moz-animation:myscale 6s linear 2s infinite ;	-webkit-animation:myscale 6s linear 2s infinite ;	-o-animation:myscale 6s linear 2s infinite ;}
.map-con .info em.item7 span:before,.map-con .info em.item7 span:after{animation:myscale 4s linear 2s infinite ;-moz-animation:myscale 4s linear 2s infinite ;	-webkit-animation:myscale 4s linear 2s infinite ;	-o-animation:myscale 4s linear 2s infinite ;}
.map-con .info em.item8 span:before,.map-con .info em.item8 span:after{animation:myscale 2s linear 2s infinite ;-moz-animation:myscale 2s linear 2s infinite ;	-webkit-animation:myscale 2s linear 2s infinite ;	-o-animation:myscale 2s linear 2s infinite ;}
.map-con .info em.item9 span:before,.map-con .info em.item9 span:after{animation:myscale 5s linear 2s infinite ;-moz-animation:myscale 5s linear 2s infinite ;	-webkit-animation:myscale 5s linear 2s infinite ;	-o-animation:myscale 5s linear 2s infinite ;}
.map-con .info em.item10 span:before,.map-con .info em.item10 span:after{animation:myscale 2s linear 2s infinite ;-moz-animation:myscale 2s linear 2s infinite ;	-webkit-animation:myscale 2s linear 2s infinite ;	-o-animation:myscale 2s linear 2s infinite ;}
.map-con .info em.item11 span:before,.map-con .info em.item11 span:after{animation:myscale 2s linear 2s infinite ;-moz-animation:myscale 2s linear 2s infinite ;	-webkit-animation:myscale 2s linear 2s infinite ;	-o-animation:myscale 2s linear 2s infinite ;}
.map-con .info em.item12 span1:before,.map-con .info em.item12 span1:after{animation:myscale 2s linear 2s infinite ;-moz-animation:myscale 2s linear 2s infinite ;	-webkit-animation:myscale 2s linear 2s infinite ;	-o-animation:myscale 2s linear 2s infinite ;}


.map-con .info em.item1{top: 246px; right:1022px;}
.map-con .info em.item1 span:before{ width: 3.125rem; height: 3.125rem; margin-left: -1.25rem; top: -1.25rem;}
.map-con .info em.item2{top: 281px; right: 1072px;}
.map-con .info em.item2 span:before{ width: 1rem; height: 1rem; margin-left: -0.1875rem; top: -0.1875rem;  }
.map-con .info em.item2 span:after{ width: 3.5rem; height:3.5rem; margin-left: -1.4375rem; top: -1.4375rem; }
.map-con .info em.item3{top: 334px; right: 414px;}
.map-con .info em.item4{top: 380px; right: 1040px;}
.map-con .info em.item4 span:after{display: none;}
.map-con .info em.item5{top: 353px; right: 1123px;}
.map-con .info em.item5 span:before{ width: 1.1875rem; height: 1.1875rem; margin-left: -0.25rem; top: -0.25rem; }
.map-con .info em.item5 span:after{ width: 7.25rem; height: 7.25rem;margin-left: -3.3125rem; top: -3.3125rem;}
.map-con .info em.item6{top: 291px; right:1140px;}
.map-con .info em.item6 span:after{display: none;}
.map-con .info em.item7{top: 454px; right:1128px;}
.map-con .info em.item8{top: 233px; right:1374px;}
.map-con .info em.item8 span:after{display: none;}
.map-con .info em.item9{top: 298px; right:1238px;}
.map-con .info em.item10{top: 325px; right:1425px;}
.map-con .info em.item10 span:after{ width: 8.5625rem; height:8.5625rem; margin-left: -3.9375rem; top: -3.9375rem; }
.map-con .info em.item11{top: 352px; right:1123px;}
.map-con .info em.item11 span:after{ width: 8.5625rem; height:8.5625rem; margin-left: -3.9375rem; top: -3.9375rem; }
.map-con .info em.item12{top: 292px; right:1035px;}
.map-con .info em.item12 span1:after{ width: 8.5625rem; height:8.5625rem; margin-left: -3.9375rem; top: -3.9375rem; }


@keyframes myscale
{
	  0% {
	    transform: scale(0);
	    opacity: 1;
	  }
	  100% {
	    opacity: 0;
	    transform: scale(1.3);
	  }
}

@-moz-keyframes myscale /* Firefox */
{
	0% {
	  transform: scale(0);
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  transform: scale(1.3);
	}
}

@-webkit-keyframes myscale /* Safari and Chrome */
{
	0% {
	  transform: scale(0);
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  transform: scale(1.3);
	}
}

@-o-keyframes myscale /* Opera */
{
	0% {
	  transform: scale(0);
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  transform: scale(1.3);
	}
}



.map-con .text{width: 36%;}
.map-con .text .index-title {margin-bottom: 1.5625rem;}
.map-con .text .index-title strong{margin-bottom: 1.4375rem;}
.map-con .text h3{font-size: 1.625rem; color: #333; font-weight: bold; margin-bottom: 1.5rem;}
.map-con .text h4{font-size: 1.0625rem; line-height: 2.0625rem; color: #666; margin-bottom: 3.5rem;} 
.map-list{margin-bottom: 5.1875rem;}
.map-list ul{display: flex; justify-content: space-between; align-items: center; text-align: center;}
.map-list ul li{position: relative; padding: 0 2.9375rem;display: flex;    flex-direction: column;    align-items: center;}
.map-list ul li:after{position: absolute; content: ''; width: 1px;height: 3.3125rem;background: #f1f1f1; right: 0; top: 1.0625rem;}
.map-list ul li:first-child{padding-left: 0;}
.map-list ul li:last-child:after{display: none;}
.map-list ul li img{display: block;width: 2.75rem; height: 2.75rem; transition:0.6s}
.map-list ul li em{display: block; font-size: 1.1875rem; color: #333; margin-top: 0.375rem;}
.map-list ul li:hover img{  transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); /* Safari 与 Chrome */}
.wapmap-pic{display: none;}
