.container{
    width:160rem;
    max-width: none !important;
}
.menu{
    padding-left: 16rem;
    height: 8.5rem;
}
.menu ul{
    display: flex;
    align-items: center;
    height: 100%;
}
.logo img{
    height:7rem;
}
.menu ul li a{
    font-size:1.8rem;
    color:#262626;
    display: flex;
    align-items: center;
    position:relative;
    height: 100%;
}
.menu ul li.active>a:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #262626;
}

.menu ul li a img{
    margin-left: 1rem;
    width: 1rem;
    height: .6rem;
}
.menu ul li {
    margin-right: 4rem;
    position:relative;
    height: 100%;
}
.menu ul li dl{
    position: absolute;
    top: 100%;
    left: 50%;
    background: rgba(0,0,0,.8);
    width: auto;
    display: none;
    transform: translate(-50%, 0%);
}
.menu ul li dl dd,.menu ul li dl dt {
    text-align: center;
    color: #fff;
    line-height: 214.285714%;
    cursor: pointer;
    padding: 0 1rem;
    margin: 0.8rem 0;
    position: relative;
}
.menu ul li dl dd a,.menu ul li dl dt a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 250%;
    white-space: nowrap;
    position:relative;
    font-weight: normal;
    font-size: 1.6rem;
    padding:0 1rem;
}
.menu ul li dl dt:hover,.menu ul li dl dd:hover {
    background:#fff;
}
.menu ul li dl dt:hover>a,.menu ul li dl dd:hover>a{
    color:#242424;
}
.menu ul li>dl>dt.erji>a:after{
    content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:0;
top:40%;
left: auto;
}
.menu ul li>dl>dt.erji:hover>a:after{
    content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #242424;
border-right: 1px solid #242424;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:0;
top:35%;
background:#FFF;
left: auto;
}

.menu ul li dl dt:hover dl {
    display: block;
    transform: translate(0px, 0px);
}

.menu ul li dl dt dl {
    left: 100%;
    top: -0.8rem;
    width: auto;
}
.menubig {
    display: flex;
    justify-content: space-between;
}
.headerbig {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header{
    border-bottom:1px solid #eaeaea;
    position:relative;
    z-index: 99;
}
.gongju_lang_icon img, .gongju_search_icon img {
    width: 2.4rem;
}
.search-alert {
	position:absolute;
	width:100%;
	top:100%;
	height:8.1rem;
	left:0;
	display:none;
	padding:1.5rem 0;
	background:rgba(50,52,101,.9);
}
.search-alert form {
	border-bottom:0.1rem solid rgba(255,255,255,1);
	width:30%;
	float:right;
	display:flex;
	margin:0 -1.5rem;
	justify-content:space-between;
}

.search-alert form input {
	width:80%;
	background:transparent;
	border:none;
	color:white;	
	outline: none;
	padding-left:2rem;
	font-size: 1.4rem;
}

.search-alert form button {
	width:15%;
	height:4.2rem;
	border:0;
	background:url(../images/fdj.png) right no-repeat;
	transition:.3s;
}
.bannerleft{
    width:65%;
    border-right:1px solid #eaeaea;
    overflow: hidden;
    position:relative;
}
.banner{
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}
.bannerleft .swiper-slide{
    padding:2rem;
    padding-left:0;
    
}
.bannerleft video{
    max-width:100%;
}
/*.bannerleft .swiper-slide:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: linear-gradient(to bottom, rgba(36, 37, 38, 0) 0%, rgba(36, 37, 38, 0.3) 15%, rgba(36, 37, 38, 0.5) 30%, #242526 50%);*/
/*    width: calc(100% - 4rem);*/
/*    height: 60%;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    border-radius: 0 0 10px 10px;*/
/*    padding: 0 2rem;*/
/*    transform: translate(-50%, 0px);*/
/*}*/
.bannerleft .swiper-slide section{
    color:#fff;
    font-weight: bold;
    font-size: 2rem;
    z-index: 2;
    position:absolute;
    left:5%;
    bottom:10%;
}
.banner .swiper-button-next{
    background:url(../images/jtright.png) no-repeat;
    width:4.8rem;
    height: 4.8rem;
    top: auto;
    bottom: 10%;
    right: 5%;
    background-size: cover;
}
.banner .swiper-button-prev{
    background:url(../images/jtleft.png) no-repeat;
    width:4.8rem;
    height: 4.8rem;   
    top: auto;
    bottom: 10%;
    right: 10%;
    left:auto;
    background-size: cover;
}
.banner .bannerleft .swiper{
    position:relative;
}
.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.banner{
    display: flex;
    justify-content: space-between;
}
.bannerright{
    width:35%;
}
.bannerrightnav ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #3d3d3d;
    color: #fff;
}
.bannerrightnav ul li{
    width: 33.33%;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.bannerrightnav ul li a {
    width: 100%;
    text-align: center;
    border-radius: 0;
    color: #fff;
    font-size: 2.4rem;
    padding:2rem 0;
}
.bannerrightnav ul li.active a, .bannerrightnav ul li:hover a {
    background: #323465;
}
.bannerrightlist ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-bottom: 0.1rem dotted #e4e4e4;
    padding: 1.65rem 1.2rem;
    background: url("../images/xinwentb.png") no-repeat center left;

}
.bannerrightlist ul li a {
    display: block;
    color: #666;
}
.bannerrightlist ul li a h3 {
    font-size: 1.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    width: 75%;
}
.bannerrightlist ul li a h4 {
    font-size: 1.8rem;
    letter-spacing: 0;
    position: relative;
    color: #666;
    margin-bottom: 0rem;
    float: right;
    margin: 0;
}
.bannerright{
    padding-right: 2rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 0;
}
.bannerrightlist ul li:hover{
    background:#323465;
    color:#fff;
}
.bannerrightlist ul li:hover a ,.bannerrightlist ul li:hover h4{
    color:#fff;
}
footer{
    width: 100%;
    background-color: #236fc0;
}
.footertopmid {
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding: 0 4rem;
    border: 1px solid rgba(255,255,255,.1);
    border-top: none;
    border-bottom: none;
    min-height: 25.7rem;
}
.footertopbig .footeritem h2{
    color:#fff;
    font-size:1.6rem;
    margin-bottom:3rem;
}
.footertopbig .footeritem a{
    color:#fff;
    font-size: 1.4rem;
    padding:0.5rem 0;
    display: block;
}
.footertopbig{
    padding:7rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.dibulogo{
    filter: brightness(100);
}
.dibulogo img{
    height: 6.5rem;
}
.footertopleft{
    color:#fff;
    font-size: 1.4rem;
    line-height: 2;
    width:30%;
}
.footertopright{
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#fff;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}
.footerbottombig{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:2rem 0;
    border-top:1px solid rgba(255,255,255,.1);
    color:#fff;
}
.footerbottombig a{
    color:#fff;
}
.ablan {
    position: relative;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    background-color: #f6f7fb;
    left: 0px;
    bottom: 0px;
}
.ablan-left{
    width: 70%;
    float: left;
}
.ablan-left ul{
    display: flex;
    
}
.ablan-left li {
    list-style-type: none;
    width: auto;
    height: 7.2rem;
    background: url(../images/fenge.png) center right;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: calc(50 / 1920 * 100vw);

}
.ablan-left  li a {
    display: block;
    line-height: 7.2rem;
    text-align: center;
    color: #333;
    font-size: 1.6rem;
    cursor: pointer;
    transition: .5s;
}
.bread{
    display: flex;
    justify-content: flex-start;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color:#323465;
    cursor: pointer;
}
.bread a{
    display: block;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #323465;
    cursor: pointer;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
      text-transform: lowercase;
    margin: 0 4px;
}
.nybanner {
    position: relative;
}
.ablan-left  li a:hover{
    cursor: pointer;
    color: #323465;
    font-weight: bold;
    transition: .5s;
}
.ablan-left  li.hover>a{
    cursor: pointer;
    color: #323465;
    font-weight: bold;
    transition: .5s;
}
.ablan-left  li>a:after{
    content: "";
    width: 0%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #323465;
    transition: .5s;
}
.ablan-left  li.hover a:after,.ablan-left  li:hover a:after{
    width: 100%;
    transition: .5s;
}

.about{
    height: auto;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
    color: rgba(32,35,38,.6);
    line-height: 2;
}
.about .title h2,.youshi .title h2,.youshi2 .title h2{
    font-family: Fontsix;
    font-weight: bold;
    font-size: 9.3rem;
    color: #d9dcdf;
    margin-top: 0px;
    margin-bottom: 1.4rem;
}
.youshi2 .title h2,.youshi .title h2{
    color:#202326;
    font-size: 5rem;
}
.about .title h3,.youshi .title h3,.youshi2 .title h3{
    font-size: 2.2rem;
    color: #202326;
    margin-top: 0px;
    margin-bottom: 4rem;
}
.youshi .title h3{
    margin-bottom:2rem;
}
.aboutleft{
    width:49%;
}
.aboutright{
    width:49%;
    position:relative;
}
.aboutbig{
    display: flex;
    justify-content: space-between;
}
.aboutleft section{
    font-size: 1.8rem;
    line-height: 2;
}
.aboutleft section p{
    margin-bottom:3rem;
}
.aboutright{
    overflow: hidden;
}
.aboutright img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
#bb,#bb .swiper-wrapper,#bb .swiper-slide{
    width:100%;
    height: 100%;
}
#bb  > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

    bottom: 25px;
    left: 70%;
    width: 30%;

} 
   
#bb .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background:#FFFFFF;
    opacity: .3;
}  

#bb .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
} 
.mission ul{
    display: flex;
    justify-content: space-between;
}
.mission ul li{
    width:49%;
    min-height: 48.7rem;
    position: relative;
    background: #fcfaf9;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, .1);
    font-size: 2rem;
    color: #4d4d4d;
    line-height: 0.36rem;
    padding: 0 3.5rem ;
    border-radius: 1.2rem;
    text-align: justify;
}
.shimingicon{
    width: 10.1rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -5rem;
}
.shimingicon img{
    width:100%;
}
.mission ul li h2{
    font-size: 3rem;
    text-align: center;
    padding: 8.5rem 0 4rem 0;
}
.mission ul li{
    font-size: 2rem;
    line-height: 2;
    text-align: center;
}
.mission li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 7.4rem;
    width: 10.1rem;
    height: 0.3rem;
    background: #323465;
}
.youshi,.youshi2 {
    height: auto;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
    color: rgba(32,35,38,.6);
    line-height: 2;
}
.youshilist ul{
    display: flex;
    justify-content: space-between;
}
.youshilist{
    margin:4rem 0; 
}
.youshilist ul li {
    width: 32.5%;
    position: relative;
}
.youshilist ul li section{
    position: absolute;
    bottom: 2.4rem;
    width: 100%;
    color: white;
    padding: 0px 1.5rem;
}
.youshilisttu{
    overflow: hidden;
    background:#000;
}
.youshilisttu img {
    width: 100%;
    transition: 0.5s;
    z-index: 1;
    opacity: 0.6;
}

.youshilist ul li:hover img {
    transform: scale(1.2);
}
.youshilist p {
    font-size: 2rem;
    margin-bottom: 2.1rem;
    line-height: 1;
}
.youshilist span{
    display: block;
    height: 5.4rem;
}
.youshilist{
    font-size: 1.6rem;
    line-height: 2.7rem;
}
.youshi2 li{
    width:16.666667%;
    text-align: center;
}

.youshi2 li a{
    color:#fff;
}
.deco {
    display: block;
    width: 6rem;
    height: 6rem;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
    margin-bottom:2rem;
}
.deco:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
}
.deco i{
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 2.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 2.2rem;
}
.deco:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 6rem;
    width: 6rem;
}
.youshi2 li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.youshi2 li:hover .deco:before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.youshi2 li:hover .deco i,
.youshi2 li:hover .deco em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.youshi2 li:hover .deco:after {
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.tab-img {
    position: relative;
    height: 66.6rem;
    background:#000;
    /* 根据需求调整高度 */
}
.tab-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.tab-img-item {
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.tab-img-item.active {
    display: block;
}
.youshi2list{
    position:relative;
    margin-top:4rem;
}
.menu ul li.active>a:after,.menu ul li:hover >a:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #262626;
}
.team{
    padding:5rem 0 4.5rem;
}
.teamlisttitle h2{
    font-size: 1.8rem;
    color:#000;
    margin-right: 2rem;
}
.teamlisttitle{
    display: flex;
    align-items: center;
    margin-bottom:1rem;
}

.hezuo{
    padding:5rem 0 4rem;
}
.hezuotitle h2{
    color: #202326;
    font-size: 5rem;
    font-family: Fontsix;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 1.4rem;
}
.hezuotitle{
    color: rgba(32, 35, 38, .6);
    line-height: 2;
    margin-bottom:2rem;
}
.hezuolist ul li {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 3.3rem;
    height: 13rem;
    border-radius: 10px;
    box-shadow: 3px 3px 8px rgba(8, 57, 94, 0.05);
    transition: .5s;
    padding:0.5rem;
}
.hezuolist ul li:hover{
    transform: translateY(-1rem);
}
.hezuolist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hezuolist ul li img {
    margin-right: 1.8rem;
    width:6rem;
}
.hezuolist ul li section{
    width:calc(100% - 6rem);
}
.hezuolist ul li h2 {
    font-size: 1.8rem;
    color: #000000;
    margin-bottom: 0.7rem;
    transition: .5s;
    font-weight: bold;
}
.hezuolist ul li p {
    font-size: 1.4rem;
    color: #666666;
    transition: .5s;
}
.hezuolist ul li:hover h2, .hezuolist ul li:hover section, .hezuolist ul li:hover section p{
    transition: .5s;
    color: #323465;
}
.news{
    padding:5rem 0 4rem;
    background: #fff;
}
.newslist ul li a{
    width: 100%;
    padding-bottom: 6rem;
    position: relative;
    box-sizing: border-box;
    margin-right: 2%;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding-right: 6rem;
}
.newslist ul li a .imgbox {
    position: relative;
    overflow: hidden;
    width: 30%;
}
.newslist ul li a .imgbox img {
    display: block;
    width: 100%;
    transition: all .6s;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.newslist ul li a .text {
    width: 65%;
    margin-top: 3rem;
}
.newslist ul li a .text font {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    color: #aaaaaa;
    margin-bottom: 2rem;
}
.newslist ul li a .text h3 {
    font-size: 2rem;
    line-height: 3rem;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newslist ul li section {
    line-height: 2;
    color: #aaaaaa;
    margin-top: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.newslist ul li a:hover {
    border-bottom: 1px solid #323465;
}
.newsd{
    padding:5rem 0 4rem;
    background: #fff;
}
.newsdtop{
    padding-top:7.68rem;
}
.newsdtop a {
    font-size: 1.8rem;
    color:#333;
}
.newsdtitle {
    padding: 3.84rem 0;
    border-bottom: 1px solid #ededed;
}
.newsdtitle h2 {
    font-size: 4.8rem;
    margin-bottom: 6rem;
    font-weight: bold;
}
.newsdtitle h3 {
    font-size: 2rem;
}
.newsdcontent {
    padding: 6rem 0;
}
.newsdcontent p {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 1.8rem;
    text-indent: 2em;
}
.fanye a,.prev,.next{
    color:#333;
    font-size: 1.8rem;
    line-height: 2;
}
.fanye{
    margin-top:2rem;
}
.contact1{
    padding-top: 5rem;
    padding-bottom: 4.5rem;
    line-height: 3.5rem;
    font-size: 1.6rem;
    background: #fff;
}
.contact1 h2 {
    font-family: Fontsix;
    font-weight: bold;
    font-size: 9.3rem;
    color: #d9dcdf;
    margin-top: 0px;
    margin-bottom: 1.4rem;
    background: url(../images/xiahua.jpg) left bottom;
    background-repeat: no-repeat;
}
.contact2 {
    height: auto;
    overflow: hidden;
    padding-top: 7.3rem;
    padding-bottom: 3.6rem;
    background-color: #f1f1f1;
}
.hzi {
    color: #323465;
    margin-right: 2rem;
}
.contact2 h2 {
    color: #202326;
    font-size: 3rem;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2rem;
}
.contact2 h3 {
    font-weight: bolder;
    font-size: 4.2rem;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 7.3rem;
    color: #2d2d2d;
}
.anniu {
    width: 20.8rem;
    height: 5.4rem;
    background-color: #323465;
    border-color: #0055c4;
    padding: 0px;
}
.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}
.qa{
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}
.nybanner .n-banner-t {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 80%;
}
.nybanner img{
    width:100%;
}
.nybanner .n-banner-t h3 {
    font-size: 4.8rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.nybanner form {
    width: 50rem;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    margin-top: 3rem;
}
.nybanner p {
    display: block;
    width: 40rem;
    min-height: 4.6rem;
    height: 4.6rem;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.nybanner button {
    width: 10rem;
    height: 4.6rem;
    border: none;
    background-color: #323465;
    font-size: 1.4rem;
    color: #FFFFFF;
    outline: none;
    text-align: center;
}
.nybanner input {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    outline: none;
    border: none;
    background-color: #FFFFFF;
    padding: 0 2rem;
    font-size: 1.4rem;
    color: #333333;
    -webkit-appearance: none;
}
.nybanner button i {
    font-size: inherit;
    color: inherit;
    margin-right: 10px;
}
.qalist ul li {
    overflow: hidden;
    border-bottom: 1px solid #323465;
}
.qa .top {
    overflow: hidden;
    padding: 3rem 0 2rem 0;
}
.qa .label {
    overflow: hidden;
    display: flex;
    margin-bottom: 1rem;
    align-items: flex-start;
    justify-content: space-between;
}
.qa .top .label .icon {
    width: 5.7rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #FFF;
    background: #323465;
}
.qa ul li .top .label .qgrow {
    overflow: hidden;
    width: calc(100% - 5.7rem - 2.2rem);
}
.qa .top .label:first-child .qgrow p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.6rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.qa .top .label .qgrow span {
    display: block;
    font-size: 1.7rem;
    line-height: 3rem;
    color: #101010;
    margin-bottom: .8rem;
    text-align: left;
    font-weight: normal;
    white-space: normal;
}
.qa .top .label:last-child .icon {
    background: #000000;
    color: #Fff;
}
.video{
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}
.videolist ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.videolist ul li{
    width:32%;
    margin-bottom:2rem;
    transition: .5s;
}
.videolist ul:after{
    content:"";
    width:32%;
    
}
.videolist ul li img{
    width:100%;
}
.videowen {
    padding: 2rem 0px;
    min-height: 10rem;
}
.videowen p {
    font-size: 2rem;
    color: #333;
    margin-bottom: 0.5rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.videowen span{
    color: #999999;
}
.videolist ul li:hover {
    transform: translateY(-2rem);
    transition: .5s;
}
.videod{
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}
.videodbig {
    display: flex;
    justify-content: space-between;
}
.videoleft {
    width: 70%;
    background-color: #f0f0f0;
    padding: 7.9rem 9rem 11.5rem;
    border-top: #323465 solid 6px;
}
.videobt h2 {
    line-height: 125%;
    font-size: 3.2rem;
    color: #333333;
    font-weight: 700;
}
.videobt h3 {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    line-height: 137.5%;
    color: #999999;
}
.videoleft section {
    margin-top: 5.1rem;
    font-size: 1.4rem;
    color: #7d7d7d;
    line-height: 171.428571%;
}
.videoright {
    width: 25%;
    background-color: #f0f0f0;
    border-top: #323465 solid 6px;
}
.videoright ul li {
    padding: 2rem 1.5rem ;
    transition: .5s;
}
.videoright ul li img{
    width:100%;
}
.xwddrightbt {
    width: 100%;
    height: 3.4rem;
    background: rgba(18,18,18,0.04);
    color: #333333;
    line-height: 3.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-top: 3.1rem;
    margin-bottom: 1rem;
}
.videoright ul li:hover {
    background: #c2c1c1;
    transition: .5s;
}
.videoleft video{
    max-width: 100%;
}
.yingyong1 {
    padding: 4.5rem 0;
    height: 55vh;
    background:url(../images/xmyy.jpg) no-repeat;
    background-size: cover;
}
.yingyong1big{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.yingyong1big section{
    width: 100%;
    margin-bottom: 2rem;
    background: rgba(50,52,101,.8);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    color: #fff;
    padding: 2rem;
    font-size: 1.8rem;
    line-height: 200%;
    padding: 2rem;
}
.yingyong1 .container,.yingyong1 .row{
    height: 100%;
}
.yingyong2,.yingyong3,.yingyong4,.yingyong5{
    padding:5rem 0 4rem;
}
.yingyong4{
    background:#f4f4f4
}
.yingyong2 h2,.yingyong3 h2,.yingyong4 h2,.yingyong5 h2,.yingyong6 h2{
    font-family: Fontsix;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 1.4rem;
    color: #202326;
    font-size: 5rem;
}
.yingyong2 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:5rem
}
.yingyong2 ul li{
    width:32%;
    text-align: center;
    margin-bottom:2rem;
}
.yingyong2 ul li p{
    font-size: 3rem;
    margin-top:2rem;
    color:#323465;
}
.yingyong2 ul li img{
    max-width:100%;
    transition: .5s;
}
.yingyong3 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:5rem
}
.yingyong3 ul li{
    width:32%;
    text-align: center;
    margin-bottom:2rem;
    padding:5rem 0;
    background: #f4f4f4;
    border-radius: 0 3rem 0 0;
    position:relative;
}

.yingyong3 ul li img {
    width: 15rem;
    border-radius: 0;
    transition: .5s;
}
.yingyong3 ul li:hover .yingyong3tu img ,.yingyong2 ul li:hover  img {
    transform: scale(1.1) translateY(-1rem);
    transition: .5s;
}
.yingyong3tu{
    overflow: hidden;
}
.yingyong3 ul li p{
    font-size: 2.4rem;
    padding: 2rem 0 0.6rem 0;
    font-weight: bold;
    line-height: 1.8;
    color: #1e2128;
}
.yingyong3 .hide {
    background-color: #323465;
    border-radius: 0 3rem 0 3rem;
    background-repeat: no-repeat;
    padding: 3rem 2rem;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:100%;
    height: 120%;
}
.yingyong3 .hide dl dd a{
    color:rgba(255,255,255,.8);
    font-size: 1.8rem;
}
.yingyong3 .hide dl dd a:hover{
    color:#fff;
}
.yingyong3 ul li:hover .hide{
    opacity: 1;
    visibility: visible;
}
.yingyong3 ul li:hover .hide img{
    filter: brightness(100);
    transition: .5s;
}
.yingyong3 .hide img{
    width:10rem;
}
.yingyong3 .hide h3{
    font-size: 2.4rem;
    margin:2rem 0;
    color:#fff;
}
#kechuang{
    margin-top: 5rem;
}
#kechuang .swiper-slide>img{
    width:100%;
    object-fit: cover;
}
.kechuangtop{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.kechuangtop img{
    width: 15rem;
    margin-bottom:2rem;
}
.kechuangtop h2{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top:2rem;
    font-weight: bold;
    color:#000;
}
.kechuangtop h2 br{
    display: none;
}
.kechuangtop h3{
    font-size: 1.2rem;
    color:#4d4d4d;
}

.kechuangnr section{
    font-size: 1.4rem;
    line-height: 2;
    color:#1a1a1a;
    margin-bottom:6rem;
}
.kechuangnr a{
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    text-align: center;
    width: 100%;
    color:#4d4d4d;
}
.kechuangnr a img{
    width:5.5rem;
}
#kechuang .swiper-button-next{
    background-image:url(../images/jtr.svg) ;
    background-repeat: no-repeat;
    background-size:5rem;
    background-color: rgba(0,0,0,.3);
    width: 9rem;
    height: 5.6rem;
    right: 27%;
    top: 92%;
    transition: .5s;
}
#kechuang .swiper-button-prev {
    background-image: url(../images/jtl.svg);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-color: rgba(0,0,0,.3);
    width: 9rem;
    height: 5.6rem;
    left: 62%;
    top: 92%;
    transition: .5s;
}
#kechuang .swiper-button-next:hover,#kechuang .swiper-button-prev:hover{
    background-color:#323465;
    transition: .5s;
}
.yingyong5 .title p{
    color: rgba(32, 35, 38, .6);
    line-height: 2;
}
.yingyong5 h3{
    margin:2rem 0;
}
.yingyong5 ul{
    display: flex;
    justify-content: space-between;
}
.yingyong5 ul li{
    width: 19%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    margin-bottom: 18px;
    transition: .5s;
    padding:2rem;
}
.yingyong5tu{
    margin: 5rem 0 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yingyong5tu img{
    width:7rem;
    transition: .5s;
}
.yingyong5title {
    margin-bottom: 5.2rem;
    font-size: 2rem;
    text-align: center;
    transition: .5s;
}
.yingyong5content {
    text-align: center;
    line-height: 1.5;
}
.yingyong5 ul li:hover{
    background:#323465;
    transition: .5s;
}
.yingyong5 ul li:hover .yingyong5title,.yingyong5 ul li:hover .yingyong5content{
    color:#fff;
    transition: .5s;
}
.yingyong5 ul li:hover .yingyong5tu img{
    filter: brightness(100);
    transition: .5s;
}
.yingyong6{
    background:#f4f4f4;
    padding: 5rem 0 4rem;
    position:relative;
}
.gcal {
    overflow: hidden;
}
.gcal img{
    width:100%;
}
.casetable {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.4rem;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 0 1.2rem;
    overflow: hidden;
    webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.gcal .swiper-slide:hover .caseimg img{transition: transform 1s ease 0s;transform: scale(1.3);}
.gcal .swiper-slide:hover .casetable{height:100%;}
.caseimg{
    overflow: hidden;
    width:100%;
}
.casetitle{
    float: left;
    width: 100%;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 1.6rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.casecell{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.casedesc {
    float: left;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.gcal a{
    position:relative;
    overflow: hidden;
}
.products{
    padding: 5rem 0 4rem;
    background:#fff;
}
.productslist ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.productslist ul:after{
    width:32%;
    content:"";
}
.productslist ul li{
    width:32%;
    position:relative;
    margin-bottom:2rem;
}
.productslist ul li a,.productslist ul li a .productstu{
    height:100%;
}
.productstu{
    position:relative;
}
.productstu img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.productswen{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 11rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54));
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    padding-left: 2.2rem;
    padding-bottom: 2.2rem;
    padding-right: 2.1rem;
    transition: .5s;
}
.productshover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(50, 52, 101, 0.8), rgba(24, 102, 177, 0.1));
    opacity: 0;
    transition: .5s;
    padding:2rem;
}
.productslist ul li:hover .productshover{
    opacity: 1;
    transition: .5s;
}
.productshover h2 {
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
}
.productslist ul li:hover p{
    opacity: 0;
    transition: .5s;
}
.productsdbig{
    width: 100%;
    margin: 0 auto;
}
.productsdtopleft{
    width: 44.596913%;
}
.jqzoom {
    position: relative;
    background: #f6f6f6;
    overflow: hidden;
    height: 60rem;
    margin-bottom:1rem;
}
#fuwus .swiper-slide{
    border: 1px solid #f6f6f6;
    padding: 5px;
}
#fuwus .swiper-slide a{
    background: #f6f6f6;
    display: block;
   
}
#fuwus .swiper-slide.swiper-slide a.hover{
    border: 1px solid #323465;

}
.jqzoom img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}
#fuwus .swiper-slide img{
    aspect-ratio: 4 / 3;
    mix-blend-mode: multiply;
}
.pro-ptt{
    font-size: 2.1rem;
    font-weight: bold;
    padding-bottom: 2rem;
    border-bottom: 2px solid #333333;
    margin-bottom:3.2rem;
}
.productsdtop {
    display: flex;
    justify-content: space-between;
}
.productsdtopright{
    width:51.02916%;
}
.productsdtopright section{
    font-size: 1.4rem;
    color:#1a1a1a;
    line-height: 3.5rem;
    height: 52.5rem;
    border-bottom:0.5px solid #333333;
    overflow-y: scroll;
}
.fanye{
    margin-top:3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fanyeleft{
    display: flex;
    flex-direction: column;
    height: 4rem;
    justify-content: space-between;
    width: calc(100% - 10.7rem);
    background:url(../images/fanyebg.png) no-repeat center center;
}
.fanyeleft a{
    color:#666666;
    font-size: 1.4rem;
}
.fanyeleft a:hover{
    color:#323465;
}
.fanyeright a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.7rem;
    height: 3.2rem;
    background:#323465;
    color:#fff;
    border-radius: 15px;
    font-size: 1.4rem;
}
.productsdbottomtitle{
    width:100%;
    border-radius: 3px;
    background:#f6f6f6;
    font-size: 2rem;
    color:#4d4d4d;
    height: 6.4rem;
    padding:0 3rem;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.productsdbottom{
    margin-top:5rem;
}
header.head {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background:#fff;
}
.input-group{
    font-size: 1.4rem;
}
.anniu{
    color:#fff;
    font-size: 1.4rem;
}
.kk {
    height: 6rem;
    border: 1px solid #d2d2d2;
    font-size: 1.4rem;
}
.kk2{
    font-size: 1.4rem;
}
.yingyong5{
    background:#f4f4f4;
}
.teamlist ul li{
    width:32%;
    background: #f5f5f6;
    margin-bottom: 2rem;
    padding:3rem 6rem;
    text-align: center;
    line-height: 1.7;
}
.teamlist ul li .title{
    font-size: 2.4rem;
    margin-top:2rem;
    font-weight: bold;
}
.teamlist ul li .teamtu{
    width:15rem;
    height: 15rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#242933;
    margin: 0 auto;
}
.teamlist ul li .text_hidden{
    text-align: justify;
}

.teamlist ul li .teamtu img{
    width:10rem;
    height: 10rem;
}
.teamlist ul li .content{
    font-size: 1.8rem;
    margin:2rem 0;
}
.teamlist ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.teamlist ul:after{
    content:"";
    width:32%;
}
.ablan-left ul li dl{
    position: absolute;
    top: 100%;
    left: 50%;
    background: rgba(0,0,0,.8);
    width: auto;
    display: none;
    transform: translate(-50%, 0%);
    z-index: 99;
}
.ablan-left ul li dl dd,.ablan-left ul li dl dt {
    text-align: center;
    color: #fff;
    line-height: 214.285714%;
    cursor: pointer;
    padding: 0 1rem;
    margin: 0.8rem 0;
    position: relative;
}
.ablan-left ul li dl dd a,.ablan-left ul li dl dt a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 250%;
    white-space: nowrap;
    position:relative;
    font-weight: normal;
    font-size: 1.6rem;
    padding:0 1rem;
}
.ablan-left ul li dl dt:hover,.ablan-left ul li dl dd:hover {
    background:#fff;
}
.ablan-left ul li dl dt:hover>a,.ablan-left ul li dl dd:hover>a{
    color:#242424;
}
.ablan-left ul li>dl>dt.erji>a:after{
    content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:0;
top:40%;
left: auto;
}
.ablan-left ul li>dl>dt.erji:hover>a:after{
    content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #242424;
border-right: 1px solid #242424;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:0;
top:35%;
background:#FFF;
left: auto;
}

.ablan-left ul li dl dt:hover dl {
    display: block;
    transform: translate(0px, 0px);
}
.ablan-left ul li:hover dl{
    display: block;
}
.ablan-left ul li dl dt dl {
    left: 100%;
    top: -0.8rem;
    width: auto;
}
.yingyonglist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yingyonglist ul:after {
    content:"";
    width: 31.967213%;
}

.yingyonglist ul li {
    width: 31.967213%;
    margin-bottom: 5.8rem;
    box-shadow: 0px 0px 5px rgba(15, 105, 186, 0.1);
    transition: .5s;
}

.yingyonglist ul li:hover {
    transform: translateY(-2rem);
    transition: .5s;
}
.yingyonglisttu img {
    width: 100%;
    aspect-ratio: 195 / 113;
    object-fit: cover;
}
.yingyongwen {
    background: #fff;
    padding: 2.6rem 2.2rem 2.1rem 2.4rem;
}
.yingyongfenlei {
    color: #323465;
    font-size: 1.2rem;
    margin-bottom: 2.6rem;
}
.yingyongtitle {
    font-size: 1.4rem;
    color: #000000;
    margin-bottom: 1.8rem;
    min-height: 2rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-transform: lowercase;
}
.yingyongmemo {
    font-size: 1.2rem;
    color: #808080;
    margin-bottom: 3.8rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-transform: lowercase;
    min-height: 5.1rem;
}
.yingyongbottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yingyongbottom p {
    font-size: 1.2rem;
    color: #808080;
}
.yingyongbottom p img {
    width: 1.6rem;
}
.yingyonglistbig{
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}
.casebigleft {
    width: 66%;
    position:relative;
}
.casebigleft img{
    object-fit: cover;
    position: absolute;
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    object-position: bottom;
}
.casebig{
    padding: 5rem 0 4rem;
    background:#f7f9fa;

}
.casebigright ul li {
    text-align: center;
    width: 100%;
    position: relative;
    transition: .5s;
    
}
.casebigright ul li:hover{
    box-shadow: 0 0 40px #e9e9e9;
}
.casebigright {
    width: 34%;
    
}

.casebigd {
    border-radius: 3rem;
}
.casebigd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
    overflow: hidden;
}
.casebigright ul li img {
    display: block;
    height: 7.2rem;
    margin: auto;
    transition: .5s;
}

.casebigright ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5rem;
}
.casebigright ul li .casebigrightwen h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    text-align: left;
}
.casebigright ul li span {
    display: flex;
    align-items: center;
    margin-top: 1.6rem;
    color: rgba(0, 0, 0, .85);
    justify-content: center;
}
.casebigleft ul li {
    display: none;
}
.casebigleft ul li.active {
    display: block;
}
.casebigleft section{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    background:rgba(36,41,51,.8);
    color:#fff;
    width: 90%;
    height: 90%;
    padding: 3rem 6rem;
    font-size: 1.6rem;
    line-height: 2;
}
.casebigleft section dl{
    display: flex;
    flex-wrap: wrap;
    margin-top:2rem;
}
.casebigleft section dl dd{
    width:19%;
    margin-bottom:2rem;
    margin-right: 1%;
}
.casebigleft section dl dd a{
    color:#fff;
    border:1px solid #fff;
    border-radius: 3rem;
    padding:0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.casebigleft section dl dd a:hover{
    background:#242933;
    transition: .5s;
}
.casebigleft section h4{
    font-size: 1.6rem;
    display: block;
    width:100%;
    margin-bottom:2rem;
    font-weight: bold;
}
.casebigd .swiper-pagination {
    width: 100%;
    display: flex;
    position: relative;
    height: auto;
    overflow: hidden;
}
.casebigd .swiper-pagination:after{
    position:absolute;
    top: 1rem;
    width:100%;
    height: 0.1rem;
    display: block;
    background:#999999;
    content:"";
    opacity: 0.3;
}
.casebigd .swiper-pagination-bullet {
    width: 11%;
    height: 100%;
    opacity: 1;
    background:transparent;
    font-size: 1.8rem;
    font-weight: normal;
    width: 100%;
    height: 8.3rem;
    line-height: 6.3rem;
    padding-top: 2rem;
    color: #505968;
    text-align: center;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.casebigd .swiper{
    overflow: hidden;

}
.casebigd .swiper-pagination-bullet.swiper-pagination-bullet-active{
    font-weight: normal;
    width: 100%;
    height: 8.3rem;
    line-height: 6.3rem;
    padding-top: 2rem;
    color: #262626;
    text-align: center;
    background: url(../images/dian.png?v=1) center top;
    background-repeat: no-repeat;
}
.casebigd .swiper-slide{
    display: flex;
    justify-content: space-between;
    background:#fff;
    align-items: center;

}
.casebigd .swiper-slide .casebigdtu{
    width:40%;
    height: 58rem;
}
.casebigd .swiper-slide .casebigdtu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.casebigd .swiper-slide .home-yycj-content-wen img{
    filter: invert(1);
}
.casebigd .home-yycj-content-wen{
    width:50%;
    padding-left:3%;
}
.home-yycj-content-wen h2{
    font-size: 1.8rem;
    color:#262626;
    margin-bottom:1rem;
}
.home-yycj-content-wen h3{
    font-size: 2.4rem;
    color:#262626;
    margin-bottom:1rem;
    font-weight: bold;
}
.casebigd .home-yycj-content-wen section{
    font-size: 1.6rem;
    line-height: 2;
}
.home-yycj-content-wen dl{
    display: flex;
    flex-wrap: wrap;
}
.home-yycj-content-wen dl dd {
    width:19%;
    margin-right: 1%;
    margin-bottom:1%;
}
.home-yycj-content-wen dl dd a{ 
    border: 1px solid #262626;
    border-radius: 3rem;
    padding: 1rem 0.5rem;
    margin-right: 1%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#262626;
}
.home-yycj-content-wen dl dd a:hover{
    background:#262626;
    color:#fff;
}
.yyly {
    font-size: 1.6rem;
    margin:2rem 0;
}
.yyly p{
    margin:2rem 0;
}
.m_header{
    display: none;
}
.footertopright img{
    width:18rem;
}
.pagination li:first-child{
    display: none;
}
.jumpto{
    display: none;
}
.pagination>li {
    display: inline;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.yc{
    display: none;
}
.newsdcontent img{
    max-width:100%;
    transform: translateX(-2em);
}
.newsd{
    overflow: hidden;
}
.newslistp_bot{
    font-size: 1.6rem;
}
.youshi2top{
    padding:2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width:40rem;
    height: 8rem;
    background:#1a5476;
    color:#fff;
    border-radius: 5rem;
    margin-bottom:4rem;
}
.youshi2big section{
    font-size: 1.8rem;
    color:#403c3e;
    margin-bottom:4rem;
}
.youshi2big section:last-child{
    margin-top:4rem;
}
.youshi2big{
    width:100%;
    margin:0 auto;
}
.youshi2big img{
    width:100%;
}
.youshi2top h2{
    font-size: 3rem;
    font-weight: bold;
}
  .flow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:4rem 0;
  }

  .node {
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.4;
    flex-shrink: 0;
    padding: 10px;
    box-sizing: border-box;
  }

  .line {
    width: 8rem;
    height: 1.5rem;
    background: #a5d1b5;
    flex-shrink: 0;
  }

  /* 渐变颜色 */
  .g1 { background: linear-gradient(to right, #32a754, #6cc187); }
  .g2 { background: linear-gradient(to right, #f18628, #db954e); }
  .g3 { background: linear-gradient(to right, #017bc2, #2d90c1); }
  .g4 { background: linear-gradient(to right, #61a976, #78b38b); }
  .g5 { background: linear-gradient(to right, #7693cd, #85a1c5); }
  .g6 { background: linear-gradient(to right, #5aabbb, #85c1cd); }
@media(max-width:992px){
    .nybanner{
        padding-top:60px;
    }
    .ablan {
        padding: 0 0.75rem;
    }
     header{
        display: none !important;
    }
    .m_header {
        display: block;
    }
    .container{
        width: 100%;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
        background:#fff;
    }

    .logo_box img {
        height: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .nav_toggle {
        color: #000;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }
    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .banner{
        flex-wrap: wrap;
    }
    .bannerleft{
        width:100%;
        border-right:0;
        border-bottom:1px solid #eaeaea;
    }
    .bannerright{
        width:100%;
        padding-left: 0;
    }
    .bannerrightlist ul li a h4{
        float:left;
    }
    .bannerrightlist ul li a h3{
        width:100%;
    }
    .banner{
        padding:2rem 1.5rem;
        padding-top:8rem;
    }
    .footertopbig{
        padding:2rem 1.5rem;
    }
    .bannerleft .swiper-slide{
        padding:2rem 0;
    }
    .footertopbig{
        flex-wrap: wrap;
    }
    .footertopleft{
        width:100%;
    }
    .footertopmid{
        width:100%;
        display: none;
    }
    .footertopright{
        width:100%;
        margin-top:2rem;
    }
    .footerbottombig{
        padding:2rem 1.5rem;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .bannerrightnav ul li a{
        font-size: 1.8rem;
        padding:1rem 0;
    }
    .bannerrightlist ul li a h3{
        font-size: 1.6rem;
        margin-bottom:1rem;
    }
    .bannerrightlist ul li a h4{
        font-size: 1.7rem;
    }
    .ablan{
        padding:0 0.75rem;
        padding-top:8rem;
    }
    .about{
        padding:2rem 1.5rem;
    }
    .aboutbig{
        flex-wrap: wrap;
    }
    .aboutleft{
        width:100%;
    }
    .aboutright{
        width:100%;
    }
    .about .title h2, .youshi .title h2, .youshi2 .title h2{
        font-family: Fontsix;
        font-weight: bold;
        font-size: 2.4rem;
        color: #d9dcdf;
        margin-top: 0px;
        margin-bottom: 1.4rem;
    }
    .about .title h3, .youshi .title h3, .youshi2 .title h3 {
        margin-bottom: 2rem;
    }
    .aboutleft section {
        font-size: 1.4rem;
        line-height: 2;
    }
    .aboutleft section p {
        margin-bottom: 2rem;
    }
    .youshi, .youshi2{
        padding:2rem 1.5rem;
    }
    .team{
        padding:2rem 1.5rem;
    }
    .teamlist ul li {
        width: 100%;
        background: #f5f5f6;
        margin-bottom: 2rem;
        padding: 1.5rem 2rem;
        text-align: center;
        line-height: 1.7;
    }
    .teamlist ul li .teamtu {
        width: 10rem;
        height: 10rem;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #242933;
        margin: 0 auto;
    }
    .teamlist ul li .teamtu img {
        width: 7rem;
        height: 7rem;
    }
    .teamlist ul li .title {
        font-size: 2.4rem;
        margin-top: 1rem;
        font-weight: bold;
    }
    .teamlist ul li .content {
        font-size: 1.8rem;
        margin: 1rem 0;
    }
    .hezuolist ul li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        margin-bottom: 3.3rem;
        height: 13rem;
        border-radius: 10px;
        box-shadow: 3px 3px 8px rgba(8, 57, 94, 0.05);
        transition: .5s;
        padding: 0.5rem;
    }
    .hezuo{
        padding:2rem 1.5rem;
    }
    .hezuotitle h2{
        font-size: 2.4rem;
    }
    .casebigd .home-yycj-content-wen {
        width: 100%;
        padding-left: 0;
    }
    .casebigd .swiper-slide .casebigdtu {
        width: 100%;
        height: 58rem;
    }
    .casebigd .swiper-slide{
        flex-wrap: wrap;
    }
    .casebig{
        padding:2rem 0rem;
    }
    .casebigd .swiper-pagination{
        padding:0 1.5rem;
    }
    .casebigd .swiper-slide{
        padding:2rem 1.5rem;
    }
    .home-yycj-content-wen dl dd{
        width: 32%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .casebigd .swiper-slide .casebigdtu{
        width: 100%;
        height: 20rem;
    }
    .casebigd .swiper-slide {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .bread{
        flex-wrap: wrap;
        line-height: 2;
    }
    .bread a{
        line-height:2;
    }
    .yingyonglistbig{
        padding:2rem 1.5rem;
    }
    .yingyonglist ul li {
        width: 100%;
        margin-bottom: 2rem;
        box-shadow: 0px 0px 5px rgba(15, 105, 186, 0.1);
        transition: .5s;
    }
    .newsd{
        padding:2rem 1.5rem;
    }
    .newsdtop {
        padding: 0;
    }
    .newsdtop a{
        font-size: 1.4rem;
    }
    .newsdtitle{
        padding:2rem 0;
    }
    .newsdtitle h2 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
        font-weight: bold;
    }
    .newsdtitle h3 {
        font-size: 1.6rem;
    }
    .fanye a, .prev, .next {
        color: #333;
        font-size: 1.4rem;
        line-height: 2;
    }
    .fanye{
        flex-wrap: wrap;
    }
    .newsdcontent{
        padding:2rem 0;
    }
    .ablan-left {
        width: 100%;
        float: left;
    }
    .ablan-left ul{
        flex-wrap: wrap;
    }
    .products{
        padding:2rem 1.5rem;
    }
    .productslist ul li{
        width:100%;
    }
    .productsdtop{
        flex-wrap: wrap;
    }
    .productsdtopleft{
        width:100%;
    }
    .jqzoom{
        height: auto;
        display: none;
    }
    #fuwus .swiper-slide img {
        /* aspect-ratio: 121 / 140; */
        mix-blend-mode: multiply;
        object-fit: cover;
    }
    .productsdtopright{
        margin-top:2rem;
        width:100%;
    }
    .fanyeright a{
        color:#fff;
    }
    .fanyeleft{
        height: auto;
        width:100%;
        flex-wrap: wrap;
    }
    .fanyeright{
        width:100%;
        margin-top:1rem;
    }
    .fanyeright a{
        width:100%;
    }
    .news{
        padding:2rem 1.5rem;
    }
    .newslist ul li a {
        width: 100%;
        padding-bottom: 2rem;
        position: relative;
        box-sizing: border-box;
        margin-right: 0;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 0;
        flex-wrap: wrap;
    }
    .newslist ul li a .imgbox{
        width:100%;
    }
    .newslist ul li a .text {
        width: 100%;
        margin-top: 1rem;
    }
    .newslist ul li section{
        margin-top:1rem;
    }
    .newslist ul li a .text font{
        margin-bottom:1rem;
    }
    .newsdcontent p {
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 1rem;
        text-indent: 2em;
    }
    .contact1{
        padding:2rem 0.75rem;
    }
    .contact2{
        padding:2rem 0.75rem;
    }
    .contact1 h2{
        font-size: 2.4rem;
    }
    .contact1{
        font-size: 1.4rem;
        line-height: 2;
    }
    .contact2 h2{
        font-size: 2.4rem;
    }
    .contact2 h3 {
        font-weight: bolder;
        font-size: 3rem;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 2rem;
        color: #2d2d2d;
    }
    .contact2 h4{
        font-size: 1.6rem;
        margin-bottom:1rem;
    }
    .anniu{
        width:100%;
    }
    .yc{
        display: block;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #000;
        background-color: #fff;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .navbar-fixed-bottom, .navbar-fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        bottom:0;
    }
    .nybanner .n-banner-t{
        position:relative;
    }
    .nybanner .n-banner-t {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
        width: 100%;
    }
    .nybanner form{
        margin-top:0;
        width:100%;
    }
    .nybanner input{
        font-size: 14px;
    }
    .nybanner button{
        font-size: 14px;
    }
    .bread{
        font-size: 14px;
    }
    .bread a{
        font-size: 14px;
    }
    .page-content{
        padding:20px 15px !important;
    }
    .newslistp_bot{
        font-size: 14px;
        margin:0 !important;
    }
    .footertop{
        font-size: 14px!important;
    }
    .bannerleft .swiper-slide section {
        color: #fff;
        font-weight: bold;
        font-size: 2rem;
        z-index: 2;
        position: absolute;
        left: 1.5rem;
        bottom: 3rem;
    }
    .banner .swiper-button-next {
        background: url(../images/jtright.png) no-repeat;
        width: 4.8rem;
        height: 4.8rem;
        top: auto;
        bottom: 50%;
        right: 5%;
        transform: translate(0,0);
    }
    .banner .swiper-button-prev {
        background: url(../images/jtleft.png) no-repeat;
        width: 4.8rem;
        height: 4.8rem;
        top: auto;
        bottom: 50%;
        left: 5%;
        right: auto;
    }
    .youshi2top{
        width:100%;
    }
    .youshi2big{
        width:100%;
    }
    .flow{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .line {
        width: 1.5rem;
        height: 8rem;
        background: #a5d1b5;
        flex-shrink: 0;
    }
}