.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto{position:relative;width:100%;padding-right:15px;padding-left:15px
}
@media (min-width: 768px){
	.col-md-3 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.col-md-9 {
	    -ms-flex: 0 0 75%;
	    flex: 0 0 75%;
	    max-width: 75%;
	}
}

.menu_tt .icon-arrow-right:before {
    content: "\e60f";
}


.topheader{padding-top: 110px;}
.banner{background: #5b9bf3;padding: 30px 0; display:none}
.bannerimg{
    text-align: center;
}
.bannerimg img{max-width:100%}
.title{font-size: 36px; color: #fff;line-height: 46px; }
/*#region 位置导航*/
.crumb{padding: 20px 0 0; background: #5b9bf3}
.page-title { display: -ms-flexbox; display: flex; color: #0075aa;padding-bottom: 20px; justify-content: flex-start; align-items: center;border-bottom: 1px solid #e1dfdf;}
.page-title a{color: #fff; font-size:14px;    text-transform: capitalize;}
.page-title a:hover{text-decoration: underline;}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    align-self: center;
}
.page-title .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    align-self: center;
justify-content: center; }
.breadcrumb-item+.breadcrumb-item {
    padding-left: 6px;
}
.breadcrumb-item + .breadcrumb-item::before { color: #fff;font-family: cmsfont; content: "\f054";font-size: 10px;      display: inline-block;
    padding-right: 6px;}
.page-title .breadcrumb:before {font-family: cmsfont; content: "\f016"; margin-top:4px; margin-right: 0.25rem; color: #fff}

/*#endregion*/






.main-container {
    padding: 30px 0;
    background: #fff;
    margin-bottom: 40px;
}

.aboutnav{width:100%; height:54px; background:#efefed; line-height:54px; font-size: 18px; text-align: center; margin-bottom:24px;}
.flex-sb{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.aboutnav ul li{width:20%;}
.aboutnav ul li.act, .aboutnav ul li:hover {
    background: url(../images/icon-aboutnav.png) no-repeat bottom center #5b9bf3;
    border-color: #5b9bf3;
}
.aboutnav ul li.act a, .aboutnav ul li:hover a{
	color:#fff;
}






.imgb{
	text-align: center;
}
.img-width {
    max-width: 100%;
    height: auto;
}

.about-wrapper {}
.about-wrapper .title{font-size: 30px;color: #000000; margin-top: 15px;margin-bottom: 20px;}
.about-wrapper p{font-size: 17px;color: #363636;line-height: 30px;margin-bottom: 15px;}
.about-wrapper .imgx{margin-bottom: 15px;border-radius: 10px;overflow: hidden;}
.com-title{font-size:42px;color: #fff;margin-top: 20px;margin-bottom: 20px; text-align: center;}
.about-wrapper .abhis-box{display: flex;align-items: center;}
.about-wrapper .abhis-box .left{width: 15%;background: #5b9bf3;min-height: 90px;display: flex;align-items: center;justify-content: center;font-size: 24px;color: #fff;font-weight: bold;}
.about-wrapper .abhis-box .right{width: 85%;background: #f7f7f7;min-height: 90px;position: relative;display: flex;align-items: center; padding-left: 30px;padding-right: 30px;font-size: 16px;}
.about-wrapper .abhis-box .right p{display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;font-size: 16px;line-height: 21px;margin-bottom: 0;}
.about-wrapper .abhis-box .right:after{content: "";border-top: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid #5b9bf3;position: absolute;left: 0;}
.about-wrapper .abhis-box:nth-child(2n) .right{background: #ededed;}

@media(max-width:768px) {
    .about-wrapper .abhis-box{background: #5b9bf3;}
    .about-wrapper .abhis-box .left{width: 25%;}
    .about-wrapper .abhis-box .right{width: 75%;padding-top: 10px;padding-bottom: 10px;}
    .about-wrapper .abhis-box .right p{display: block;}
    .com-title{font-size:24px;}

    
}


.aboutnum{
    padding:32px 0px 64px;
    background: #f9f9f9;
}
.aboutnum ul{
    display: flex;
    display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.aboutnum ul li {
	width: 25%;
	text-align: left;
	padding: 25px 0px;
    text-align: center;
}

.aboutnum ul li + li {
	border-left: 0px solid #cecece;
}

.aboutnum ul li h3 span {
	font-size: 40px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	color: #5b9bf3;
	padding-right: 10px;
}

.aboutnum ul li h3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000000;
}

.aboutnum ul li h2 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
    padding-bottom:12px;
    text-transform: capitalize;
}

@media (max-width: 1440px) {
	.aboutnum ul li h3 span {
		font-size: 30px;
	}

	.aboutnum ul li h2 {
		font-size: 16px;
	}

	.aboutnum ul li h3 {
		font-size: 14px;
	}

	.aboutnum ul li {
		width: 16.666%;
		text-align: left;
		border-left: 1px solid #cecece;
		padding: 25px 2.5vw;
	}
}

@media (max-width: 1280px) {
	.aboutnum ul li h3 span {
		font-size: 20px;
	}

	.aboutnum ul li h2 {
		font-size: 16px;
	}

	.aboutnum ul li h3 {
		font-size: 14px;
	}

	.aboutnum ul li {
		width: 33.333%;
	}
}

@media (max-width: 1200px) {
	.aboutnum ul li {
		width: 50%;
		padding: 25px 10px;
	}
}
@media (max-width: 768px) {
    .aboutnum{padding:12px 0px;}
    .aboutnum ul li{padding:12px 0px;border-left:0px;}
    .aboutnum ul li h2{text-align: center; padding:0px;}
    .aboutnum ul li h3{text-align:center; font-size:14px;}
    .aboutnum ul li h3 span{font-size:32px;}
}


.abox2{background: url(../images/hisbg.jpg.webp) no-repeat top center;background-size: cover;padding: 82px 0 75px;}
.abox2 .jbt{text-align: center;color: #fff;}
.fzlc{margin-top: 14px;}
.faz {background: url(../images/his-1.png.webp) no-repeat top center;height: 235px;padding-top: 44px;padding-top: 30px;}
.pernr52 {max-width: 1175px;margin: 0 auto;padding: 0 15px;}
.pernr52 li span{color: rgba(255,255,255,.4);font-size: 26px;font-family: Helvetica;padding-bottom: 36px;background: url(../images/his-2.png.webp) no-repeat bottom center;display: block;line-height: 1;text-align: center;cursor: pointer;}
.pernr52 li.on span{background: url(../images/his-3.png) no-repeat bottom center;}
.pernr51{max-width: 720px;margin: 0 auto;position: relative;overflow: hidden;}
.fa{text-align: center;}
.fa dd{color: #ffffff;font-size: 30px;}
.fa dt{color: #ffffff;font-size: 18px;line-height: 24px;font-weight: normal;margin: 26px 0 0;height: 100px;overflow: hidden;}
.fa h3{color: #ffffff;font-size: 36px;font-family: 'Arial';font-weight: bold;}
.pernr51 .swiper-button-next,.pernr51 .swiper-button-prev{background: none;outline: none;width: 8px;height: 12px;bottom: 18px;top:auto;}
.pernr51 .swiper-button-prev{left: 216px;}
.pernr51 .swiper-button-next{right: 216px;}
.pernr52 li:first-child{margin-top: 119px;}
.pernr52 li:nth-child(2){margin-top: 93px;}
.pernr52 li:nth-child(3){margin-top: 49px;}
.pernr52 li:nth-child(4){margin-top: 29px;}
.pernr52 li:nth-child(5){margin-top: 26px;}
.pernr52 li:nth-child(6){margin-top: 16px;}



@media (max-width: 768px) {
    .pernr52 li span{font-size:18px;}

}
.rdbox1{
	margin-top:36px;
	margin-bottom:44px;
	overflow: hidden;
}
.rd-wrapper{
	
}

.rd-wrapper .title{font-size:48px;color: #000000; text-align: center; margin-top: 24px;margin-bottom: 20px;}
.rd-wrapper .rddesc{font-size: 18px; text-align: center; color: #363636;line-height: 30px;margin-bottom: 15px;}


.rdfixed{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.rdfixed .rdswiperwz{
	width:42%;
	max-width:640px;
}
.rdfixed .rdswiperwz h2{
	font-size:36px;
	font-weight: 600;
	line-height:56px;
	margin-bottom: 20px;
}
.rdfixed .rdswiperimg{
	width:52%;
}
.mySwiper2{
	margin-bottom:12px;
}

.mySwiper{
	width:100%;
	max-width:560px;
	margin:0 auto;
	padding-top:12px;
	overflow: hidden;
}
.mySwiper .on{
	position: relative;
}
.mySwiper img {
    border: 1px solid #f2f2f2;
    padding:3px;
}
.mySwiper .on::before{
	content: "";
	position: absolute;
	width: 100%;
    height: 4.5px;
    left: 0;
    right: auto;
    opacity: 1;
    top: -5px;
    background-color: #5b9bf3 !important;
}
.mySwiper .on::after{
	background-color: #5b9bf3 !important;
	  
    right: auto;
    top: -5px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: calc(50% - 4px);
    top: -5px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #5b9bf3;
        -webkit-border-radius: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mySwiper .swiper-slide:hover{cursor: pointer;}

.rdfixedmb{display:none}
@media(max-width:768px) {
    .rdfixedmb{display:block;}
    .rdfixedmb img{display:none}
}

.titbox{
    position: relative;
}
.titbox .tit{
    font-size: 48px;
    line-height: 53px;
    font-family: "Poppins";
    font-weight: bold;
}
.titbox .titdesc{
    margin-top:8px;
    font-size:18px;
    line-height:24px;
    width:60%;
}
.titbox .more{
    position: absolute;
    top:7px;
    right:0px;
    width:25%;
    max-width:280px;
}

.titbox .more a{
    display: block;
    width:100%;
    height:56px;
    text-align: center;
    line-height:56px;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    background-color: #5b9bf3;
}
.titbox .more a img{ 
    padding-left:12px;
}

.titbox .more a:hover{
    cursor: pointer;
    background-color:#16288b;
}


.rditem{
	margin-top:42px;
	box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.1);
    align-content: center;
    align-items: center;
    border-style: none;
    border-radius: 1px solid #f00;
    border-width: 0px 0px 1px 0px;
    border-color: #E9E9E9;
}
.rditem .img{
	width:46%;
}
.rditem .wz{width:50%;}

.rditem1 .img{
    width:50%;
}
.rditem1 .wz{width:45%;}
.rditem2 .img{
    width:50%;
}
.rditem2 .wz{width:48%; padding-left: 4%;}

.rditem .wz .num{
	color: #5b9bf3;
    font-size: 69px;
    line-height: 69px;
    font-weight: bold;
}
.rditem .wz h2{
	font-size:36px;
	line-height: 48px;
	color:#16182d;
	font-weight: 600;
	letter-spacing: -2px;
	margin-bottom: 12px;
}

.rditem .wz p{
	color:rgb(103, 106, 112);
	font-size: 17px;
	padding-right:42px;
}


.rdlist{
    width:100%;
    margin-top: 12px;
}
.rdlist ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.rdlist ul li{
    width: calc((100% - 36px)/4);
    margin-bottom:12px;
}
.rdlist ul li p{
    width:100%;
    background-color: #fff;
    text-align: center;
    margin-top:18px;
    line-height:24px;
    font-size: 16px;
}
.rdlist ul li img{
    max-width: 100%;
}


.qualitycon{
    margin-top: 48px;
    width:100%;
    display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap:wrap;
}
.qualitycon .qualityitem{
    position: relative;
    width:32%;
    margin-right: 2%;
    color:#fff;
    border:0px solid #ccc;
    margin-bottom:2%;
}
.qualitycon .qualityitem:nth-child(3){
    margin-right: 0px;
}
.qualitycon .qualityitem:nth-child(5){
    margin-right: 0px;
}

.qualityimg{
    border-radius:50%;
    border:4px solid #ccc;
}
.qualityimg img{
    border-radius:50%;
}
.qualitycon .qualityitem .qtit{color:#666; width:100%; text-align: center; margin-top:12px;}
.qualitycon .qualityitem .qtit h2{color:rgb(68,68,68); font-size: 24px;    font-weight: bold;
    line-height: 1.2;}
.qualitycon .qualityitem:hover{cursor: pointer;}
.qualitycon .qualityitem:hover .qualityimg{border:4px solid #5b9bf3;}
.qualitycon .qualityitem:hover .qtit p{color:#5b9bf3;}
/*.qualitycon{
    margin-top:45px;
    width:100%;
    display: flex;
    display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
    background-color: #5b9bf3;
}
.qualitycon .qualityitem{
    position: relative;
    width:32%;
    color:#fff
}
.qualitycon .qualityitem:nth-child(2),.qualitycon .qualityitem:nth-child(5){
    width:36%;
}
.qualitycon .qualityitem:nth-child(2n){
    padding:24px  40px;
}
.qualitycon .qualityitem h3{
    text-align: center;
    margin-bottom: 16px;
}
.qualitycon .qualityitem p{
    background:url(../images/icon-lx.png) no-repeat top left;
    background-position: 0px 4px;
    padding-left:20px;
    line-height:24px;
    font-size: 16px;
}*/

.qualitycon2{
    margin-top:60px;
    width:100%;
    display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap:wrap;
}
.qualitycon2 .qualityimg{border-radius:0px; border:0px;}
.qualitycon2 .qualityimg img{border-radius:0px;}
.qualitycon2 .qualitycon2-item{width:calc((100% - 36px)/3);}
.qualitycon2 .qualityitem{position:relative; margin-bottom:18px;}
.qualitycon2 .qualityitem .qtit{
    width:100%;
    position: absolute;
    bottom:0px;
    left:0px;
    background:rgba(91,155,243,0.9);
    color:#fff;
    padding:6px 12px;
    display:flex;
    align-items: center;
}
.qualitycon2 .qualityitem .qtit .num{font-size:48px; font-weight: bold; padding-right:12px; line-height:48px;font-family: 'impact';}
.qualitycon2 .qualitycon2-item:nth-child(2){margin-bottom:0px;}

.nynav-pro{padding-right: 30px;}

.nynav-pro-title{font-size: 20px;color: #fff;padding: 12px;background: #5b9bf3;}
.menu-horizontal-pro .nav-item-pro {  display:block ; border-bottom: 1px solid #d9d9d9;}
.menu-horizontal-pro .nav-item-pro:last-child{border-bottom: 0px;}
.menu-horizontal-pro .nav-link-pro {width: 100%; padding: 12px 20px; color: #494949;display: block;text-align: left;  font-size: 16px; text-transform: capitalize;}
.menu-horizontal-pro .nav-link-pro:before { content: "\f324"; font-family: cmsfont;font-size: 0.75rem; margin-right: 5px; color: #787878}
.menu-horizontal-pro .nav-link-pro.active,.menu-horizontal-pro .nav-link-pro:hover {color: #5b9bf3;  }
.menu-horizontal-pro .nav-link-pro.active:before,.menu-horizontal-pro .nav-link-pro:hover:before{color: #5b9bf3; }

@media(max-width:768px) {
    .nynav-pro{padding-right: 0px;}
    .rditem .wz p{padding-right:0px; padding-bottom:12px; padding-left:0px;}
    .rditem .wz{padding-left:8px;}
    .qualitycon2{margin-top:24px;}
}

.menu-horizontal-child {  display: flex; flex-wrap: wrap; }
.menu-horizontal-child .nav-item-child{display: flex;align-items: center;position: relative;margin: 2px 10px 5px 0;}
.menu-horizontal-child .nav-link-child {    text-transform: capitalize; color: #333;font-size: 14px;line-height: 31px; padding: 5px 20px;border: 1px solid #5b9bf3; overflow: hidden;}
.menu-horizontal-child .nav-link-child:hover,.menu-horizontal-child .nav-link-child.active{color: #fff;background: #5b9bf3; transition: all 0.3s;}



.prolist {
    margin: 0px;
    height: auto;
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.proitem {
    padding: 0 0px;
    width: calc((100% - 64px)/3);
    margin-bottom: 0px;
    margin-top:36px;
    cursor: pointer;
    margin-right:32px;
}
.proitem:nth-child(3n){
	margin-right:0px;
}

.proitem a {
    display: block;
    width: 100%;
    position: relative;
    padding: 0px 0px 16px;
    border-radius: 24px;
    background-color: #fff;
    border:1px solid #5b9bf3;
}
.proitem .img{border-radius:24px; overflow:hidden;}
.proitem .img img{border-radius:24px;    transition: all .2s ease;}
.proitem p{
	font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 5px;
    color: #000;
    margin-bottom: 5px;
    text-align: center;
    height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.proitem:hover img {
    transform: scale(1.1);
}
.proitem a::before {
    content: "";
    width: 0;
    height: 2px;
    background: #5b9bf3;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
    border-radius: 5px;
}

.proitem a:hover::before {
    width: calc(100% - 53px);
}




.prodetailbox{
    padding:0px 0px 32px;
}
.prodetailbox:nth-child(2n){
    background:#f8f8f8;
}
.prodetailbox .flex{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items:flex-start;
}
.prodetailbox .proimg{
    width:45%;
    overflow: hidden;
    /*display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;*/
}
.prodetailbox .proimg img{
    width:100%;
    border: 1px solid #ccc;
    max-width:100%;
    display: block;
}
.prodetailbox .proimg .item:hover{
    cursor: pointer;
}
.prodetailbox .procon{
    height:100%;
    width: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items:flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-align-flex-wrap: nowrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-align-flex-direction: column;
}

.prodetailbox .procon h2{
    font-size: 30px;
    font-weight: bold;
    color:#5b9bf3;
    margin-bottom:12px;
}
.prodetailbox .procon .explan{
    font-size: 16px;
    line-height: 36px;
    color: #000;
    padding-top: 10px;
}
.prodetailbox .procon .explan a{
        font-size: 18px;
    padding: 0px 6px;
    color: #5b9bf3;
    font-weight: bold;
}

.prodetailbox .procon .explan p{
  padding-left: 15px; /* 左侧内边距 */
  text-indent: -15px; /* 负缩进抵消首行的padding */
}
.prodetailbox .procon .btn_style{
    margin-top:24px;
    width: 320px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    border-radius: 36px;
    color: #5b9bf3;
    border: 1px solid #5b9bf3;
    padding-top: 5px;
}

.prodetailbox .procon .btn_style strong{
    font-size: 24px;
    font-family: sans-serif;
    letter-spacing: 1px;
    margin-top: -6px;
    font-weight: 100;
}

.prodetailbox .procon .btn_style.bgf5{
    background: #f5f5f5;
}

.prodetailbox .procon .btn_style .icon{
    font-size: 18px;
    margin-right: 5px;
}
.prodetailbox .procon .btn_style.hover{
    color: #fff;
    background: #5b9bf3;
    border-color: #5b9bf3;
}



.prodetailboxtit h2{
    color:#5b9bf3; font-size:24px; border-left: 5px solid #5b9bf3; padding-left: 10px; height: 48px; line-height: 48px; margin: 0px 0px 10px; background: #f2f2f2; font-weight:bold;
}
.prodetailbox .procontent{
    font-size: 16px;
    line-height:36px;
    color: #666;
    padding-top: 10px;
}
.prodetailbox .procontent a{
        font-size: 20px;
    padding: 0px 6px;
    color: #5b9bf3;
    font-weight: bold;
}

.prodetailbox .procontent table{
    width:100%;
    max-width:1200px;
}
.prodetailbox .procontent table td{
    background:#fff;
    line-height:36px;
    padding:0px 8px;
    border:1px solid black;
    border-collapse: collapse;
}
.prodetailbox .procontent table:has(img){border:0px; width:auto;}
.prodetailbox .procontent table:has(img) td{border:0px; width:auto; padding:0px;}
.prodetailbox .procontent table td:has(img){border:0px; max-width:auto; background:none;}


.prodetail_mune{
    margin-top:0px;
  border-bottom:1px solid #5b9bf3;
  margin-bottom:20px;

  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:flex-start;
  -ms-justify-content:flex-start;
  -webkit-justify-content:flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.prodetail_mune a{
    width:auto;
  padding:0 12px;
  font-size:16px;
  text-align:center;
  height:48px;
  line-height:48px;
  margin-bottom: -1px;
  background:#f2f2f2;
  color:#5b9bf3;
  display:block;
  margin-right:5px;
  border: 1px solid #5b9bf3;
  border-bottom:1px solid #5b9bf3;
  font-weight:bold;
  border-radius:0px 0px 0px 0px;
}
.prodetail_mune a:last-child{
    border-right:1px solid #5b9bf3;
}
.prodetail_mune a:hover{
  cursor: pointer;
}
.prodetail_mune a.prodetail_mune_act{
  background:#5b9bf3;
  color:#fff;
  border: 1px
}

.prodetailconitem{
    display:none
}

.prodetailbox .procon .explan{

}

.prodetailbox .procon .explan table{border-top:1px solid #ddd; border-left:1px solid #ddd;margin:12px 0px; max-width:100%;}
.prodetailbox .procon .explan table td{ color:#000; font-size:16px; padding:5px 10px; text-align:center; border-right:1px solid #ddd; border-bottom:1px solid #ddd; height:28px; line-height:28px; white-space:nowrap;}
.prodetailbox .procon .explan table td:nth-child(1){text-align:left; max-width:120px;}
.prodetailbox .procon .explan table td:nth-child(2){text-align:left; min-width:240px;}

.prodetailconitem table{ 
    border-top:1px solid #000; 
    border-left:1px solid #000;

    width:99.6%; 
    max-width:560px;}

.prodetailconitem1 table{
    max-width: 100%;
}
.prodetailconitem table tr:nth-child(1){
    background-color: #5b9bf3;
    line-height:32px;
    height:32px;
    color:#fff;
}
.prodetailconitem table tr:nth-child(1):hover{
    background-color: #5b9bf3;
    line-height:32px;
    height:32px;
    color:#fff;
}
.prodetailconitem table tr:nth-child(1) td{
    color:#fff;
}
.prodetailconitem1 table tr td:nth-child(1){
    width:240px;
    white-space: nowrap;
}
.prodetailconitem2 img{
    float: left;
    margin-right:20px;
}
.prodetailconitem2 table{
    max-width: 480px;

}
.prodetailconitem3 table{
     overflow: hidden;
}
.prodetailconitem3 table tr:nth-child(1),.prodetailconitem3 table tr:nth-child(1):hover{
    height:48px;
         overflow: hidden;
}

.prodetailconitem3 table tr:nth-child(1) td:first-child::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 102%;
            height: 100%;
            border-top: 1px solid #fff;
            transform: rotate(11deg);
            transform-origin: top left;
            overflow: hidden;
        }


.prodetailconitem3 table tr:nth-child(1) td:nth-child(1){
    position: relative;
    width:234px;
}

.prodetailconitem3 table tr:nth-child(1) td:first-child span {
            position: absolute;
        }
.prodetailconitem3 table tr:nth-child(1) td:first-child .top-text {
            top: 6px;
            right: 12px;
        }
.prodetailconitem3 table tr:nth-child(1) td:first-child .bottom-text {
            bottom: 6px;
            left: 12px;
        }

.prodetailconitem32 table{
    max-width:800px;
}


.prodetailconitem4 {
     /*column-count: 2;
            column-gap: 20px;*/
            display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.prodetailconitem4 table{
     width: 49%;
            border-collapse: collapse;
            margin-bottom: 20px;
            break-inside: avoid;
}
.prodetailconitem4 table:nth-child(2n+1){
  /* float:left;*/
}
.prodetailconitem4 table:nth-child(2n){
  /* float:right;*/
}

.prodetailconitem4 table:nth-child(1){
    
}

.prodetailconitem table td{
    color:#000; 
    height:20px;
    line-height:20px;
    font-size:14px; 
    padding:4px 0px; 
    text-align:center; 
    border-right:1px solid #000; 
    border-bottom:1px solid #000;
}
.prodetailconitem table tr:hover{background-color: #f2f2f2}

.prorelated ul{margin-top:12px;}
.prorelated ul li {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2%;
  margin-right: 0%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(180, 180, 180, 0.3);
  border: #ddd solid 1px;
  transition: all ease 0.36s;
  overflow: hidden;
}

.prorelated ul li:nth-child(4n) {
  margin-right: 0;
}

.prorelated ul li h3 {
  text-align: center;
  font-size: 18px;
  color: #5b9bf3;
  line-height: 36px;
  font-weight: 700;
  padding-left: 0%;
  margin-top: 0%;
  background-size: 26px 26px;
  display: inline-block;
  padding-right: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  background-position-x: 300px;
}

.prorelated ul li a {
  background: #fff;
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 5px;
}

.prorelated ul li p {
  font-size: 22px;
  color: #999;
  line-height: 22px;
  padding-left: 10%;
  padding-top: 16px;
}

.prorelated ul li img {
  display: block;
  padding-top: 0px;
  border-radius: 0px;
  width: 100%;
}

.prorelated ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0 4px 15px rgba(180, 180, 180, 0.6);
}







.back {
    margin: 40px 0px;
    display: flex;
    justify-content: space-between;
}


.app{margin:48px 0px; display: flex; justify-content: space-between;    align-items: center;}
.appbox{display: flex; justify-content: space-between; flex-wrap: wrap; width:60%;}
.appbox .appitem{
    width:calc((100% - 8px)/2);
    margin-bottom:8px;
    position: relative;
}
.appbox .appitem h2{position:absolute; width:100%; height:48px; background: rgba(255,255,255,0.6); z-index: 2; bottom:0px; line-height:48px; text-align: center;}
.appbox .appitem:nth-child(2),.appbox .appitem:nth-child(3){background: #ff0}
.progress-group{width:38%;}
.progress-group h3{font-size:48px; line-height:64px;
    font-weight: 600;
    letter-spacing: -2px;text-transform: uppercase;}
.progress-group p{font-size:18px; margin-bottom: 32px;}
/* 进度条容器 */
.progress-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 400px;
  margin: 20px auto;
}

/* 单个进度条包装器 */
.progress-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
flex-wrap: wrap;
}

/* 进度条标签 */
.progress-label {
  width: 100%;
  font-weight: 600;
  color: #333;
}

/* 进度条容器 */
.progress-container {
    width: 100%;
  flex: 1;
  height: 24px;
  background: #f3f3f3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
}

/* 进度条 */
.progress-bar {
  height: 100%;
  width: 0%;
  border-radius: 14px;
  transition: width 1.5s ease-out;
  position: relative;
  overflow: hidden;
}

/* 进度条内文本 */
.progress-text {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* 不同颜色进度条 */
.progress-bar.blue { background: linear-gradient(90deg, #5b9bf3, #5b9bf3); }
.progress-bar.green { background: linear-gradient(90deg, #4CAF50, #81C784); }
.progress-bar.orange { background: linear-gradient(90deg, #FF9800, #FFB74D); }
.progress-bar.purple { background: linear-gradient(90deg, #9C27B0, #BA68C8); }
.progress-bar.red { background: linear-gradient(90deg, #F44336, #EF9A9A); }

/* 条纹动画效果（可选） */
.progress-bar.striped::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, 
    rgba(255,255,255,0.2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255,255,255,0.2) 50%, 
    rgba(255,255,255,0.2) 75%, 
    transparent 75%, 
    transparent
  );
  background-size: 30px 30px;
  animation: move-stripe 2s linear infinite;
}

@keyframes move-stripe {
  0% { background-position: 30px 0; }
  100% { background-position: 0 0; }
}




.servicebox{
    margin:48px 0px;
}
.section1_swiper {
    position: relative;
    overflow: hidden;
}

.section1_swiper .swiper-slide {
    position: relative;
}

.section1_swiper .swiper-slide a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.section1_swiper .swiper-slide .img-box {
    position: relative;
}

.section1_swiper .swiper-slide .img-box::before {
    content: "";
    display: block;
    padding-top: 153.4391534392%;
}

.section1_swiper .swiper-slide .img-box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
    top: auto;
    height: 100px;
    background: linear-gradient(#00000000, #000000dd);
}

.section1_swiper .swiper-slide .img-box img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}

.section1_swiper .swiper-slide .item_intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.section1_swiper .swiper-slide .item_intro .case-item__title {
    transition: all .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.section1_swiper .swiper-slide .item_detail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all .3s;
    background-color: #1d6ab7aa;
}
.section1_swiper .swiper-slide .item_detail{
    width:100%;
    margin:0px auto;
}
.section1_swiper .swiper-slide .item_detail>div {
    max-width:100%;
    padding-right: 40px;
    padding-left: 40px;
}

.case-item__title {
    transition: all .3s cubic-bezier(0.33, 1, 0.68, 1);
    text-align: center;
    margin-bottom:20px;
}

.case-item__desc {
    line-height: 1.875;
}

.case-item__more {
    width: 60px;
    height: 60px;
    line-height: 2;
    text-align: center;
    border: 2px solid #fff;
    background: url() no-repeat center;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.fz-26 {
    font-size: 26px;
}
.white {
    color: #FFFFFF !important;
}
@media (max-width: 1100px) {
    .mbx-30 {
        margin-bottom: 15px;
    }
    .case-item__title.fz-24 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
   .case-item__more {
       width: 45px;
       height: 45px;
   }
}




.section1_swiper .swiper-slide a:hover .case-item__img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media(any-hover: hover) {
    .section1_swiper .swiper-slide a:hover .case-item__ico {
        transform: translate3d(0, -120px, 0);
        visibility: hidden;
        opacity: 0;
        transition-delay: 0s
    }
    .section1_swiper .swiper-slide a:hover .item_intro .case-item__title {
        transform: translate3d(0, -120px, 0);
        transition-delay: .15s;
        visibility: hidden;
        opacity: 0
    }
    .section1_swiper .swiper-slide a:hover .item_detail {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1;
        transition-delay: .15s
    }
}


.supporting{
    width:100%;
    background: #F5F5F5;
    padding:64px 0px 96px;
}
.supporting-tit{
    text-align: center;
    font-size: 48px;
    line-height: 53px;
    font-family: "Poppins";
    font-weight: bold;
    margin-bottom:40px;
}

.supporting-box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.supportingitem{
    width:calc((100% - 32px)/3);
    background: #fff;
    border-radius: 8px;
    justify-content: center;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 5%;
    padding-left: 5%;
    align-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24);
    margin-right: 0%;
    background-image: url(../images/icon.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.supportingitem h2{
        background-position: center center;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.1px;
    font-weight: 600;
    margin-bottom: 20px;
}


.download{padding:72px 0px;}
.download-tit{
    text-align: center;
    font-size: 48px;
    line-height: 53px;
    font-family: "Poppins";
    font-weight: bold;
    margin-bottom:40px;
}

.downloadlist{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.downitem{
    width:24%;
}
.downitem img{
    border:1px solid #5b9bf3;
}

.downitem h2{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.1px;
    font-weight: 600;
    margin-top:16px;
    margin-bottom: 20px;
}
.downitem a{
    display: block;
    width: 8em;
    text-align: center;
    line-height: 2.5;
    font-size: 14px;
    color: #ffffff;
    background-color: #5b9bf3;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin:0 auto;
}
.downitem a::before {
    content: "";
    display: block;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -2.75em;
    z-index: 1;
    transform: scale(0);
    transform-origin: center;
    background-color: #000000;
    opacity: 0;
    transition: 0.5s ease;
}
.downitem a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}


/*contact*/
.conpan {
    display: inline-block;
    width: 100%;
}
.conpan .contactinfo{
    display: flex;
    justify-content: space-between;
    float: unset;
}
.conpan .contactinfo .txt-box{
    width: 24%;
    padding: 15px 0;
    box-shadow: 0px 0px 4px 0px #ccc;
    transition:all 0.36s;
}
.conpan .contactinfo .txt-box:hover{
    transform: translateY(-15px);
}
.conpan .contactinfo .txt-box a{
    color: #5b9bf3;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.conpan img {
    max-width: 66px;
    width: 21%;
}
.conpan .contactinfo .txt-box a>p.txt-title{
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0px;
}
.conpan .contactinfo .txt-box a>p.txt{
    font-size: 17px;
    text-align: center;
}
.conpan .contactinfo .txt-box a>p.txt img{
    max-width:80px;
    width:100%;
}


#map{
    width:100%;
    min-height:480px;
    margin-top: 48px;
}



.news_center{padding-top:20px; margin-bottom:64px}
.news_center .newslist li{position:relative;transition:all ease 0.36s;}
.news_center .newslist li .newscont{padding:50px 0;position:relative;display:block;border-bottom:1px solid #cccccc;}
.news_center .newslist li .img{position:relative;float:left;display:block;width:32.143%;height:280px;overflow: hidden;}
.news_center .newslist li img{position:absolute;top:0;left:0;display:block;width:100%;transition:all ease 0.36s;}
.news_center .newslist li .txtbox{float:right;width:60%;padding-top: 10px;}
.news_center .newslist li .txt{position:relative;}
.news_center .newslist li .txt .tit{position:relative;font-size:34px;line-height:36px;color:#333;}
.news_center .newslist li .txt .tit:before{content: '';position: absolute;left: -13%;top:20px;width: 0;height: 1px;background:#5b9bf3;z-index:2;transition: .8s;}
.news_center .newslist li .txt .time{padding-top:16px;font-family: syht;font-size:24px;color:#999;}
.news_center .newslist li .txt .desc{padding-top:22px;font-size:16px;line-height:26px;color:#a0a3aa; padding-right:50px;}
.news_center .newslist li .detail{opacity:0;}
.news_center .newslist li:hover img{transform:scale(1.05);transition:all ease 0.36s;}
.news_center .newslist li:hover{box-shadow: 8px 0 16px rgba(99, 97, 97, 0.1);transform:translateY(-5px);background:#fff;transition:all ease 0.36s;}
.news_center .newslist li:hover a{border-bottom:none;}
.news_center .newslist li:hover .txt .tit:before{width:90px;transition:all ease 0.36s;}
.news_center .newslist li:hover .txt .tit{color:#5b9bf3;}
.news_center .newslist li .detail{position:relative;margin-top:30px;display:block;width:150px;height:36px;font-size:16px;line-height:36px;text-indent:44px;color:#fff;background:url("../img/f7arr2.png") no-repeat 86px center #5b9bf3;transition:all ease 0.36s;}
.news_center .newslist li .detail span{position:relative;z-index:12;}
.news_center .newslist li .detail:before,.news_center .newslist li .detail:after{content: '';position: absolute;left: 0;top: 0;width: 0;height: 36px;background:url("../img/f7arr2.png") 86px center no-repeat #5b9bf3;z-index:2;transition: .5s;}
.news_center .newslist li .detail:before{transition: .3s; background:url("../img/f7arr2.png") 86px center no-repeat #5b9bf3;z-index:-1;}
.news_center .newslist li:hover .detail{text-indent:44px;transition:all ease 0.36s;}
.news_center .newslist li:hover .detail:before,.news_center .newslist li:hover .detail:after{width:150px;}
.news_center .newslist li:hover .detail span{color:#fff;transition:all ease 0.36s;}
/*.news_center .newslist li:first-child .newscont{padding:0;background:#fff;border-bottom:0;}*/
/*.news_center .newslist li:first-child .newscont{ padding-top:0;}*/
.news_center .newslist li:first-child:hover{box-shadow: none;}
.news_center .newslist li:hover .detail{opacity:1;}

.news_center.tuandui .newslist li .img{ height:290px;width: 15.6%;}
.news_center.tuandui .newslist li .txtbox{ width:77%;}


.news_center.tuandui .newslist li .txt .tit:before{ display:none;}


.news_center.xin_xl{ padding-top:70px;}
.news_detail{background:#fff; padding:20px 0px;}
.news_detail .title{padding-bottom:10px;border-bottom:1px solid #999;}
.news_detail .title h1{font-family:"思源黑体 CN";font-size:40px;line-height:60px;text-align:left;
color: #5b9bf3;
font-weight: bold;
/*color:#333;*/
    
}
.news_detail .title .marks{margin-top:10px;}
.news_detail .title .marks span{font-size:16px;color:#333;}
.news_detail .title .marks span em{margin-right:14px;color:#999;}
.news_detail .title .marks span.t1{margin-right:14px;}
.news_detail .title .marks span.t2{margin-right:54px;}
.news_detail .title .marks span.t3{font-family:syht;}
.news_detail .context{
   font-size: 17px;
    padding-top: 30px;
    line-height: 51px;
    /*font-weight: bold;*/
}
.news_detail .context img{max-width: 100%; margin:0 auto; display:block;}
.news_detail .context strong{font-size:20px;}
.news_detail .context p{margin-bottom:24px;}
.detail-pn{
    line-height: 2;
}


.honortit{
    width:100%;
    text-align: center;
    color:#5b9bf3;
    line-height:2.8;
    font-size:36px;
    font-weight: 600;
    letter-spacing:-2px;
    position: relative;
    padding:24px 0px 0px;
    margin-bottom:56px;
}
.honortit::after{
    content: "";
    position: absolute;
    left: calc(50% - 36px);
    bottom: 0;
    display: block;
    width: 72px;
    height: 3px;
    background: #5b9bf3;
    background: #5b9bf3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.honor_list ul{font-size:0;margin: 0 -1.5625rem; margin-bottom:2rem; margin-top:32px;    display: flex;
    flex-wrap: wrap;}

.honor_list ul.gallery3{justify-content: center;}

.honor_list ul li{display:inline-block;padding: 0 1.5625rem;width:33.333333%;margin-bottom: 1.5rem;text-align: center;}

.honor_list ul li{
    width: 25%;
}
.honor_list ul.gallery3 li img{border:1px solid #ccc;}
.honor_list ul li .img, .honor_list ul li .img img{ position:relative; width:100%; overflow:hidden;}
.box_table_cell img{ position:relative; width:100%; overflow:hidden; max-width:32px;}

.honor_list ul li .img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:0.6s;display: none;}
.honor_list ul li a{ display:block}
.honor_list ul li .img .top{position:absolute;text-align:center;top: 0;left: 0;right: 0;bottom: 0;transition:0.96s;transform: translateY(100%);} 
.honor_list ul li .img .top svg{display:inline-block;width: 1.5rem;height: 1.5rem;fill:#fff;vertical-align: middle;margin: -3px 0.375rem 0 0;transition:0.6s;}
.honor_list ul li h5{font-size: 16px;line-height:1.4;color: #404346;padding: 6px 0;/*overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold*/}
.slow img {
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.honor_list .about-tit{text-align:left;}
.honor_list h2{
        font-size: 36px;
    line-height: 1.5;
    color: #333;
    font-weight: 900;
    font-family: 'MontserratBlack2' !important;
    text-align: left;
}
.box_table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
}
.box_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.honorbox{display:flex;    justify-content: center; margin-bottom:64px;}
.honorbox a{
    display:block;
    width: 186px;
    margin:0px 24px;
    border-radius: 10px;
    /* background: rgba(250, 249, 249, 1); */
    box-shadow: 5px 5px 22px 7px rgba(48, 48, 48, 0.05);
    transition: all .36s;
    cursor: pointer;
    font-size: 20px;
    line-height: 64px;
    color: rgba(0, 0, 0, .45);
    font-weight: 300;
    font-family: 'MontserratLight6' !important;
    transition: all .36s;
    text-align: center;
}
.honorbox a:hover{
        background: #5b9bf3;
    box-shadow: 6px 6px 10px 0px rgba(16, 53, 134, 0.45);
    color: #fff;
}

@media (min-width: 768px){
    .honor_list ul li a:hover .img .top{ transform:translateY(0); background: rgba(0, 0, 0, 0.45);}
    .honor_list ul li a:hover h5{ color:#1b5698}
    .honor_list ul li a:hover .img img{ transform:scale(1.05)}

}

@media (max-width: 992px){
    .n_case{
        padding: 40px 0;
    }
    .honor_list ul li{ width:50%;}
    .honor_list ul li h5{
        font-size: 14px;
    }
}

@media (max-width: 768px){
    .honor_list ul{margin:0 -7px;margin-bottom: 0;}
    .honor_list ul li{padding:0 7px;margin-bottom: 0.5rem;}
    .honor_list ul li{width:50%;}
}


.honor_list ul li.iatf{width:auto; max-height:441px;}
.honor_list ul li.iatf img{max-height:441px;}
@media (max-width: 1680px) {
    .honor_list ul li.iatf img{max-height:428px;}
}


@media screen and (min-width: 300px) and (max-width: 767px){
    .topheader {
        padding-top: 0px;
    }
    .crumb{padding-top:10px;}
    .page-title{padding-bottom: 10px;}
    .wrapper{width:96%; margin:0px 2%;}
    .aboutnav{display:none;}
    .aboutnav ul li{width:100%;}

    .aboutnum ul{
        flex-wrap: wrap
    }

    .abox2{padding:48px 0px;}
    .pernr52 li:first-child{margin-top:42px}
    .pernr52 li:nth-child(2) {margin-top: 36px;}
    .pernr52 li:nth-child(3) {margin-top: 36px;}
    .pernr52 li:nth-child(4) {margin-top: 36px;}
    .pernr52 li:nth-child(5) {margin-top: 36px;}
    .pernr52 li:nth-child(6) {margin-top: 36px;}
    .pernr52 li:nth-child(7) {margin-top: 36px;}


    .rdfixed{flex-wrap: wrap;}
    .rdfixed .rdswiperwz{width:100%; margin-bottom: 12px;}
    .rdfixed .rdswiperimg{width:100%;}
    .rdbox1{margin-top: 0px;}

    .rdfixed .rdswiperwz h2{font-size:24px; margin-bottom:6px; line-height:28px;}
    .titbox .more{display:none;}

    .titbox .tit{text-align: center; font-size: 24px;}
    .titbox .titdesc{width:100%; text-align: center; font-size:14px;}
    .rditem .img{width:100%;}
    .rditem .wz{width:100%;}

    .rditem .wz .num{font-size: 40px; line-height:40px; margin-top: 12px;}
    .rditem .wz h2{font-size: 24px; line-height:28px;}

    .rdlist ul li {
        width: calc((100% - 12px) / 2);
        margin-bottom: 12px;
    }

    .honortit{line-height:2; margin-bottom:24px; font-size:26px;}
    .honor_list ul li.iatf2{width:100%;}
    .honor_list ul.gallery3 li:nth-child(3){width:100%;}
     .news_center .newslist li{margin-bottom:20px;}
    .news_center .newslist li .newscont{padding:0px;}
    .news_center .newslist li .img{width:100%; height:auto}
    .news_center .newslist li img{position:inherit;}
    .news_center .newslist li .txtbox{width:100%;}
    .news_center .newslist li .txt .tit{font-size:20px;}
    .news_center .newslist li .txt .time{font-size:12px; padding-top: 0px;}
    .news_center .newslist li .txt .desc{padding-right: 0px; padding-top:6px;}
    .news_center .newslist li .detail{display:none}

    .page-title .breadcrumb{justify-content: flex-start}
    .news_detail .title h1{font-size:24px; line-height:1.2; text-align: center;}
    .news_detail .title{line-height:1.2; text-align: center;}
    .news_detail .title .marks{margin-top:0px;}
    .news_detail .title .fl{float:none;}
    .news_detail .context{line-height:1.4;}

    .conpan .contactinfo .txt-box{width:100%;}
    .conpan .contactinfo{flex-wrap: wrap;}
    
    .about-wrapper .title{font-size:24px; font-weight:bold; line-height:1.4;}
    .pernr51 .swiper-button-prev{left:120px;}
    .pernr51 .swiper-button-next{right:120px;}
}


.solution {
    position: relative;
    z-index: 5;
    background: #fff;
    margin: 0 auto;
    padding-top: 60px;
}
.solution .solutionlist {
    margin: 0 auto;
    padding-bottom: 100px;
}

.solution .solutionlist {
    margin: 0 auto;
}
.solution .solutionlist>ul {
    margin: 0 auto;
    text-align: center;
}
.solution .solutionlist>ul>li {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    background: #ddd;
    transition: all .35s;
}
.solution .solutionlist>ul>li:last-of-type {
    margin-bottom: 0;
}
.solution .solutionlist>ul>li:after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/solution_mask.png") no-repeat;
    background-size: cover;
    background-position: 0 0;
    content: '';
    transition: all .35s;
}
.solution .solutionlist>ul>li>.img {
    position: relative;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
    text-align: right;
}
.solution .solutionlist>ul>li>.img>img {
    position: relative;
    /*top: -5%;*/
    width: auto;
    /*height: 116%;*/
    transition: all .8s;
}
.solution .solutionlist>ul>li>.box {
    position: absolute;
    z-index: 8;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 42%;
    text-align: left;
    box-sizing: border-box;
}
.solution .solutionlist>ul>li>.box>.tit {
    font-size: 24px;
    color: rgba(59,130,246,1);
}
.solution .solutionlist>ul>li>.box>.tit>i {
    margin-right: 10px;
}
.solution .solutionlist>ul>li>.box>.tit>i img{
    max-width:40px;
}

.solution .solutionlist>ul>li>.box>.txt {
    padding: 20px 0 0px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.solution .solutionlist>ul>li>.box>.txt strong{
    font-size: 16px;
}

.solution .solutionlist>ul>li>.box>.view {
    text-align: left;
}
.solution .solutionlist>ul>li>.box>.view>a {
    display: inline-block;
    padding: 7px 20px;
    background: #666;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    transition: all .35s;
}
.solution .solutionlist>ul>li>.box>.view>a>span {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
    font-family: "Microsoft YaHei";
    transition: all .35s;
}
.solution .solutionlist>ul>li>.box>.view>a>i {
    color: #fff;
    font-size: 16px;
}
.solution .solutionlist>ul>li>.box>.view>a:hover {
    background: rgba(38,87,161,1);
}
.solution .solutionlist>ul>li>.box>.view>a:hover>span {
    color: #fff;
}
.solution .solutionlist>ul>li>.box>.view>a:hover>i {
    color: #fff;
}
.solution .solutionlist>ul>li:hover:after {
    background: url("../images/solution_mask_hover.png") no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.solution .solutionlist>ul>li:hover .img>img {
    transform: scale(1.1);
}
.solution .solutionlist>ul>li:nth-child(even) .box {
    right: 10%;
    left: auto;
}
.solution .solutionlist>ul>li:nth-child(even):after {
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}
.solution .solutionlist>ul>li:nth-child(even) .img {
    text-align: left;
}

@media only screen and (max-width: 1460px) {
.solution .solutionlist>ul>li>.img>img {
    top: 0;
    height: 100%;
}
.solution .view>.describe>.box>.tit {
    font-size: 3rem;
}
.solution .view>.describe>.box>.tit>i {
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.solution .view>.describe>.box>.tit>i>img {
    width: 26px;
}
.solution .view>.describe>.box>.txt {
    font-size: 1.4rem;
    line-height: 2rem;
}
}

@media only screen and (max-width: 1280px) {
.solution .solutionlist>ul>li>.img {
    height: 400px;
}
}

@media only screen and (max-width: 1080px) {
.solution .title {
    font-size: 3.6rem;
}
.solution>.describe {
    font-size: 1.4rem;
    line-height: 2rem;
}
.solution .solutionlist>ul>li:after {
    background-size: 100% 100%;
}
.solution .solutionlist>ul>li:hover:after {
    background-size: 100% 100%;
}
.solution .solutionlist>ul>li>.img {
    height: 360px;
}
.solution .solutionlist>ul>li>.box>.txt {
    font-size: 14px;
    line-height: 20px;
}
.solution .view>.describe {
    width: 86%;
}
.solution .view>.describe>.box {
    position: absolute;
    top: auto;
    bottom: 0;
    background: rgba(0,0,0,.5);
    float: none;
    width: 100%;
    top:0px;
    transform:translateY(0);
}
.solution .view>.describe>.img {
    position: relative;
    float: none;
    width: 100%;
}
.solution .view>.section>.container>.box {
    font-size: 14;
    line-height: 2rem;
}
.solution .view>.product>.container .swiper-slide>.img {
    width: 40%;
}
.solution .view>.product>.container .swiper-slide>.box {
    width: 60%;
    padding: 20px 10%;
}
.solution .view>.product>.container .swiper-slide>.box>.tit h3 {
    color: rgba(38,87,161,1);
    font-size: 2.2rem;
}
.solution .view>.product>.container .swiper-slide>.box>.txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
    -webkit-line-clamp: 3;
}
}

@media only screen and (max-width: 840px) {
.solution .view>.describe>.box {
    padding: 0 50px;
    padding-top: 20px;
}
}

@media only screen and (max-width: 640px) {
    .solution{padding-top:32px;}
    .solution .solutionlist{padding-bottom:32px;}
.solution .title {
    font-size: 2.8rem;
}
.solution>.describe {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.solution .solutionlist>ul>li {
    margin-bottom: 30px;
}
.solution .solutionlist>ul>li:after {
    display: none;
}
.solution .solutionlist>ul>li>.box {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    right: auto!important;
    padding: 12px;
    top:0px;
    transform:translateY(0);
}
.solution .solutionlist>ul>li>.box>.tit {
    font-size: 18px;
}
.solution .solutionlist>ul>li>.box>.tit>i>img {
    height: 36px;
    width: auto;
}
.solution .solutionlist>ul>li>.box>.txt {
    font-size: 12px;
    line-height: 18px;
}
.solution .solutionlist>ul>li>.img {
    height: auto;
}
.solution .solutionlist>ul>li>.img>img {
    width: 100%;
    height: auto;
}
.solution .view>.describe>.box>.tit {
    font-size: 2.4rem;
}
.solution .view>.describe>.box>.txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.solution .view>.section>.container>.box {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.solution .view>.product>.container .swiper-slide {
    padding: 40px;
}
.solution .view>.product>.container .swiper-slide>.box>.tit h3 {
    font-size: 2rem;
}
.solution .view>.product>.container .swiper-slide>.box>.tit span {
    font-size: 1.2rem;
}
.solution .view>.product>.container .swiper-slide>.box>.txt {
    display: none;
}
.solution .view>.product>.container>.prev {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.solution .view>.product>.container>.next {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.solution .view>.product>.container>.prev>i, .solution .view>.product>.container>.next>i {
    font-size: 1.6rem;
}
}

@media only screen and (max-width: 768px) {
.solution .view>.describe>.box {
    position: relative;
    background: rgba(146,191,46,1);
    padding: 20px;
}
.solution .view>.section>.container {
    padding: 50px 0 0;
    text-align: center;
}
.solution .view>.section {
    padding: 50px 0;
    margin: 0 auto;
}
.solution .view>.product>.container .swiper-slide>.img {
    width: 100%;
}
.solution .view>.product>.container .swiper-slide>.box {
    width: 100%;
    padding: 20px 0%;    text-align: center;
}
.solution .view>.product>.container .swiper-slide {
    padding: 0px;
}
.solution .view>.product>.container {
    margin: 50px auto 0;
}
}


.wangdian{max-width:960px; text-align: center; margin:0 auto;}
.wangdianimg{text-align: center;}
@media only screen and (max-width: 768px) {
    .qualitycon2 .qualitycon2-item{width:100%;}
    .proitem{width: calc((100% - 12px) / 2); margin-right:12px;}
    .proitem:nth-child(3n) { margin-right:12px;}
    .proitem:nth-child(2n) {margin-right: 0px;}
    .prodetailbox .proimg{width:100%; margin-bottom:12px;}
    .prodetailbox .flex{    flex-wrap: wrap;}
    .prodetailbox .procon{width:100%}
    .prodetailbox .procon h2{margin-bottom: 0px;}
    .nynav-pro{} 
    .prodetailhot{display:none}
    .prodetail_mune a{font-size: 10px; margin-bottom:5px; height:24px; line-height:24px;}
    .prodetailconitem table td{font-size: 6px;}
    .prodetailconitem1 table tr td:nth-child(1){white-space: normal;}
    .prodetailconitem4 table{width:100%;}
    .section1_swiper .swiper-slide .img-box::before{padding-top: 100%;}
    .supporting{padding:32px 0px}
    .supporting-tit{font-size: 24px; margin-bottom:16px;}
    .supportingitem{width:100%; margin-bottom: 12px;}
    .supporting-box{    flex-wrap: wrap;}
    .download{padding:36px 0px;}
    .download-tit{font-size:24px;}
    .downloadlist{    flex-wrap: wrap;}
    .downitem{width:49%; margin-bottom:12px;}
    .downitem h2{font-size: 14px; margin:4px 0px;}
    .download-tit{font-size: 24px; margin-bottom:16px;}
}