*{
	transition: .6s;
}
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.height{
    height: 80px;
}
.w2{
	max-width: 1280px;
	margin: auto;
}
.header .w2{
	max-width: 100%;
	display: flex;
	justify-content: space-between;
}
.language{
	background: #203371;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding:0 2vw;
}
.language>a{
	color: #fff!important;
}
.mw1{
	max-width: 1400px;
	padding:0 15px;
	margin: auto;
}
.h-banner{
	position: relative;
	overflow: hidden;
}
.h-banner .swiper-pagination-bullet{
	width: 58px;
	height: 6px;
	border-radius: 0;
	background: #e00000;
	opacity: 1;
}
.h-banner .swiper-pagination-bullet-active{
	background: #144390;
}
.h-banner .swiper-button-prev{
	left: 13.5vw;
	background: #203371;
	color: #fff;
	top: 70%;
	padding:30px 30px;
	font-size: 18px;
}
.h-banner .swiper-button-next{
	left: 16.6vw;
	right: unset;
	background: #fff;
	color: #203371;
	top: 70%;
	padding:30px 30px;
	
}
.h-banner .swiper-button-next:after, .h-banner .swiper-button-prev:after{
	font-size: 14px;
	font-weight: bold;
}
.h-banner .more{
	position: absolute;
	right: 0;
	bottom: 0;
}
.h-banner .more:hover img{
	transform: scale(1.1);
}

.idtitle{
	text-align: center;
}
.idtitle h4{
	font-size: 40px;
	color: #000;
}
.idtitle h2{
	font-size: 18px;
	color: #5f5f5f;
	margin:20px 0 0;
}
.idtitle span{
	width: 25px;
	height: 3px;
	background: #144390;
	margin: 15px auto;
	display: block;
}




.feed{
    margin: 20px 0;
}
.feed h4{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.feed h4 span{
    font-size: 20px;
    color: #0066cc;
}
.feedbb ul{
    overflow: hidden;
    margin-top: 15px;
}
.feedbb ul li{
    float: left;
    width: 46%;
    margin:1% 2%;
    border: 1px solid #ededed;
    
}
.feedbb ul li span{
    float: left;
    width: 25%;
    padding: 12px 0 12px 5px;
    color: #a7aeaf;
}
.feedbb ul li input{
    float: left;
    width: 75%;
    border-left: 1px #ededed solid;
    padding: 12px 8px;
}

.gcon{
    border: 1px #ededed solid;
    margin:0 2%;
    width: 96%;
    height: 120px;
    padding: 12px;
}
.but{
    text-align: center;
    margin-top: 15px;
}
.but .tj{
    display: inline-block;
    text-align: center;
    width: 180px;
    border: 1px solid #144390;
    border-radius: 20px;
    padding: 10px 0;
    color: #fff;
    margin: 0 6px;
    background: #144390;
    font-size: 16px;
}
.ntitle{
    text-align: center;
    margin: 25px 0;
}
.ntitle .ttitle{
    font-size:24px;

}
.aam{
    padding: 30px 0;
}
.ntitle .nline{
    width: 30px;
    height: 3px;
    background: #144390;
    margin: 10px auto 0;
}

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


#certify{
	margin-top:15px;
}
#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 480px;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	padding-top: 0;
	text-align: center;
	color: #353233;
	font-size: 1.6em;
	margin: 13px;
}

.nm_id1{
	padding:10vw 0;
	background: #fff;
}
.nm_id1 .nm_id1w{
	margin-left:14vw;
	overflow: hidden;
	position: relative;
}
.nm_id1 .qh{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.nm_id1 .qh .qhc{
    padding:0 10px;
    border-bottom: 1px solid #555555;
    padding-bottom: 25px;
}
.nm_id1 .qh .qhc a{
    color: #555555;
    font-size: 24px;
    margin:0 15px;
    position: relative;
}
.nm_id1 .qh .qhc a.active{
    font-size: 32px;
    color: #000000;
}
.nm_id1 .qh .qhc a:after{
    position: absolute;
    content:'';
    background: #144390;
    height: 3px;
    width:0%;
    left: 0;
    bottom:-28px;
    transition: .6s;
}
.nm_id1 .qh .qhc a.active:after{
    width:100%;
}
.nm_id1 .nm_id1w .nd1t{
	position: absolute;
	left: 0;
	top: 0;
}
.nm_id1 .nm_id1w .nd1t h1{
	font-size: 72px;
	color: #203371;
}
.nm_id1 .nm_id1w .nd1t h2{
	font-size: 32px;
	color: #242424;
}
.nm_id1 .nm_id1w .swiper .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nm_id1 .nm_id1w .swiper .swiper-slide .ndl{
	width: 38%;

}
.nm_id1 .nm_id1w .swiper .swiper-slide .ndl h2{
	font-size: 32px;
	color: #242424;
}
.nm_id1 .nm_id1w .swiper .swiper-slide .ndl h4{
	color: #bbbbbb;
	font-size: 14px;
	margin:20px 0 40px;
}
.nm_id1 .nm_id1w .swiper .swiper-slide .ndl .sms{
	color: #242424;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 50px;
}
.nm_id1 .nm_id1w .swiper .swiper-slide .ndl .mymore{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #203371;
	font-size: 16px;
}
.nm_id1 .nm_id1w .swiper .swiper-slide .ndl .mymore:hover{
	transform: translateX(20px);
}


.nm_id1 .nm_id1w .swiper .swiper-button-prev{
	left: 36%;
	background: #203371;
	color: #fff;
	top: unset;
	bottom:0;
	padding:30px 30px;
	font-size: 18px;
}
.nm_id1 .nm_id1w .swiper .swiper-button-next{
	left: 40%;
	right: unset;
	background: #fff;
	color: #203371;
	top: unset;
	bottom:0;
	padding:30px 30px;
	
}
.nm_id1 .nm_id1w .swiper .swiper-button-next:after, .nm_id1 .nm_id1w .swiper .swiper-button-prev:after{
	font-size: 14px;
	font-weight: bold;
}
.nm_id1 .nm_id1w .swiper .swiper-slide .ndr{
	width: 60%;
}
.ndd .nddlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ndd .nddlist .item{
    width:48%;
    margin-top:4%;
}
.ndd .nddlist .item a{
    display: flex;
    background: #ffffff;
    align-items: center;
    box-shadow: 0px 0px 12px 2px #ccc;
}
.ndd .nddlist .item a .itl{
    width:45%;
}
.ndd .nddlist .item a .itl .itc{
    padding:0 30px;
}
.ndd .nddlist .item a .itl .itc .itct{
    color: #000000;
    font-size: 20px;
}
.ndd .nddlist .item a .itl .itc .itcb{
    color: #959595;
    font-size: 12px;
    margin:30px 0 20px;
}

.ndd .nddlist .item a .itr{
    width: 55%;
    overflow: hidden;
}
.ndd .nddlist .item img{
    transition: .6s;
}
.ndd .nddlist .item:hover img{
    transform: scale(1.1);
}
.ccb .ccbb{
    display: none;
}
.ccb .ccbb:first-child{
    display: block;
}

.nm_id2{
	position: relative;
	padding:0 0 10vw;
	background: #fff;

}
.nm_id2 .swiper-button-prev{
	left: 53.4%;
	background: #203371;
	color: #fff;
	top: unset;
	bottom:4vw;
	padding:30px 30px;
	font-size: 18px;
}
.nm_id2 .swiper-button-next{
	left: 56.6%;
	right: unset;
	background: #fff;
	color: #203371;
	top: unset;
	bottom:4vw;
	padding:30px 30px;
	
}

.nm_id2 .swiper-button-next:after, .nm_id2 .swiper-button-prev:after{
	font-size: 14px;
	font-weight: bold;
}
.ypswiper{
    position: relative;
    overflow: hidden;
    margin-top:3vw;
    padding-bottom: 5vw;
}
.ypswiper .sww{
    position: relative;
}
.ypswiper .sww .wz{
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
    padding:10px 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    bottom:0;
}
.ypswiper .swiper-slide{
    border-radius: 10px;
}
.ypswiper .swiper-button-prev{
	left: 32vw;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	bottom: 0;
	top: unset;
	border:1px solid #f2f2f2;
}
.ypswiper .swiper-button-next{
	right: 32vw;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	bottom: 0;
	top: unset;
	border:1px solid #f2f2f2;
}
.ypswiper .swiper-button-next:after,.ypswiper .swiper-button-prev:after{
	font-size: 16px;
	color: #656565;
}
.ypbswiper{
	position: absolute;
	right: 19vw;
	overflow: hidden;
	width: 24vw;
	bottom:4vw;
}
.ypbswiper img{
    max-width: 100%;
}
.ypbswiper .swiper-slide{
	position: relative;
}
.ypbswiper .swiper-slide .con{
	position: absolute;
	left: 10%;
	top: 10%;
}
.ypbswiper .swiper-slide .con h3{
	font-size: 20px;
	color: #ffffff;
}
.ypbswiper .swiper-slide .con h1{
	font-size: 50px;
	color: #ffffff;
	margin-top: 10px;
}
.ypbswiper .swiper-slide .con h2{
	color: #ffffff;
	font-size: 26px;
	margin-top: 30px;
}

.nm_id3{
	background: #fff;
	padding-bottom:200px;
}
.nm_id3 .mtitle{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.nm_id3 .mtitle .mtl h1{
	color: #203371;
	font-size: 72px;
}
.nm_id3 .mtitle .mtl h2{
	font-size: 32px;
	color: #242424;
}
.nm_id3 .mtitle .mtr{
	display: flex;
	flex-wrap: wrap;
}
.nm_id3 .mtitle .mtr .it{
	margin-right: 20px;
	position: relative;
}
.nm_id3 .mtitle .mtr .it:last-child{
	margin-right: 0;
}
.nm_id3 .mtitle .mtr .it a{
	color: #242424;
	font-size: 24px;
	position: relative;
}
.nm_id3 .mtitle .mtr .it:before{
	position: absolute;
	left: 10%;
	width: 0%;
	bottom: 0;
	content: '';
	height: 12px;
	background: #8f99b8;
	transition: .6s;
}
.nm_id3 .mtitle .mtr .it.active:before {
	width: 80%;
}
.nm_id3 .mtitle .mtr .it:hover:before{
	width: 80%;
}
.nm_id3 .slist{
	display: flex;
	flex-wrap: wrap;
}
.nm_id3 .slist .item{
	width: 32.33%;
	margin-right: 1.5%;
	position: relative;
	margin-top: 40px;
}
.nm_id3 .slist .item:last-child{
	margin-right: 0;
}
.nm_id3 .slist .item .img{
	overflow: hidden;
}

.nm_id3 .slist .item .con{
	position: absolute;
	left: 10%;
	width: 80%;
	bottom: -44%;
	background: #ffffff;
	padding:20px;
	box-shadow: 0px 6px 13px 0px #ccc;
	height: 200px;
}
.nm_id3 .slist .item .con h4{
	font-size: 16px;
	color: #282828;
	text-align: center;
	font-weight: bold;
}
.nm_id3 .slist .item .con .ncon{
	color: #a7a7a7;
	font-size: 14px;
	margin-top: 30px;
}
.nm_id3 .slist .item:hover img{
	transform: scale(1.1);
}
.nm_id3 .slist .item:hover .con{
	background: #203371;
}
.nm_id3 .slist .item:hover .con h4{
	color: #fff;
}
.nm_id4{
	position: relative;
}
.nm_id4 .nw4id{
	position: absolute;
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	justify-items: center;
	top: 0;
	left: 0;
}
.nm_id4 .nw4id h2{
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	line-height: 1.8;
}
.nm_id4 .nw4id .js{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 100px;
}
.nm_id4 .nw4id .js .item{
	margin-right: 70px;
	text-align: center;
	color: #fff;
}
.nm_id4 .nw4id .js .item h4{
	font-size: 32px;
}
.nm_id4 .nw4id .js .item .itc{
	color: #ffffff;
	font-size: 16px;
}
.nm_id4 .nw4id .js .item:last-child{
	margin-right: 0;
}
.nm_id4 .nw4id .videoplay{
	margin-top: 45px;
}

.m_id4{
	padding:80px 0 10vw;
	background: #fff;
}
.m_id4 .caseswiper{
	position: relative;
	margin-top:3vw;
}
.m_id4 .caseswiper .swiper-slide{
	position: relative;
	overflow: hidden;
	transform: scale(0.9);
}
.m_id4 .caseswiper .swiper-slide.swiper-slide-active{
	transform: scale(1.1);
}
.m_id4 .caseswiper .swiper-slide a{
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
	overflow: hidden;
	background: #f7f7f9;
}
.m_id4 .caseswiper .swiper-slide a .csl{
	width: 50%;
}
.m_id4 .caseswiper .swiper-slide a .csr{
	width: 50%;
}
.m_id4 .caseswiper .swiper-slide a .csr .csrcon{
	padding: 2vw;
}
.m_id4 .caseswiper .swiper-slide a .csr .csrcon .cimg img{
	height: 53px;
}
.m_id4 .caseswiper .swiper-slide a .csr .csrcon .ccon{
	font-size: 18px;
	line-height: 1.8;
	margin: 1.5vw 0;
}
.m_id4 .caseswiper .swiper-slide a .csr .csrcon .caseflex{
	display: flex;
	justify-content: space-between;
	margin-top: 4vw;
	color: #828898;
}

.nm_id5{
	background: #fff;
	padding:2vw 0 6vw;
}
.nm_id5 .prlist{
	display: flex;
	flex-wrap: wrap;
}
.nm_id5 .prlist .item{
	width: 19%;
	margin-right: 1.25%;
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 5px;
}
.nm_id5 .prlist .item img{
	margin:auto;
}
.nm_id5 .prlist .item:nth-child(5n){
	margin-right: 0;
}
.nm_id5 .prlist .item:hover{
	box-shadow: 0px 6px 13px 0px #ccc;

}
.nm_id5 .prlist .item:hover img{
	transform: scale(1.2);
}

.caseswiper .swiper-button-prev{
	left: 47vw;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	bottom: -5vw;
	top: unset;
	border:1px solid #f2f2f2;
}
.caseswiper .swiper-button-next{
	right: 47vw;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	bottom: -5vw;
	top: unset;
	border:1px solid #f2f2f2;
}
.caseswiper .swiper-button-next:after,.caseswiper .swiper-button-prev:after{
	font-size: 16px;
	color: #656565;
}

.nm_id6{
	background: #fff;
	padding-bottom: 6vw;
}
.nm_id6 .nsw6{
	
	position: relative;
	margin-top: 100px;

}
.nm_id6 .nsw6 .swiper{
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}
.nm_id6 .nsw6 .swiper a{
	display: flex;
	background: #f6f7f8;
	flex-wrap: wrap;
	align-items: center;
}
.nm_id6 .nsw6 .swiper  a .newl{
	width: 50%;
}
.nm_id6 .nsw6 .swiper  a .newr{
	width: 50%;
}
.nm_id6 .nsw6 .swiper  a .newr .nrcon{
	padding:50px;
}
.nm_id6 .nsw6 .swiper  a .newr .nrcon h2{
	color: #3f3f3f;
	font-size: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nm_id6 .nsw6 .swiper  a .newr .nrcon .con{
	color: #808080;
	font-size: 16px;
	margin: 50px 0 90px;
}
.nsw6 .swiper-button-prev{

	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;

	border:1px solid #f2f2f2;
}
.nsw6 .swiper-button-next{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;

	border:1px solid #f2f2f2;
}
.nsw6 .swiper-button-next:after,.nsw6 .swiper-button-prev:after{
	font-size: 16px;
	color: #0266d5;
	font-weight: bold;
}

.prodetail{
	padding:20px 0;
	background: #f5f5f5;
}
.pdt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pdt .pdtl{
	font-size: 16px;
	color: #333;
}
.pdt .pdtl a{
	font-size: 16px;
	color: #333;
}
.pdt .pdtr a{
	font-size: 16px;
	color: #333;
}
.pdc{
	margin-top: 60px;
	padding:30px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pdc .pdcl{
	width: 58%;
}
.pdc .pdcl .pdsw{
	position: relative;
	overflow: hidden;
}
.pdc .pdcr{
	width: 40%;
}
.pdc .pdcr h3{
	padding-bottom: 1vw;
	font-size: 24px;
	border-bottom: 1px solid #eee;
}
.pdc .pdcr .pdcrcon{
	padding:20px 0;
}
.pdc .pdcr .more a {
    display: inline-block;
    width: 150px;
    line-height: 45px;
    margin-right: 30px;
    text-align: center;
    color: #fff;
    background: #e60012;
    vertical-align: middle;
    border:none;
}
.pdc2{
	margin-top: 60px;
}
.pdc2 .pdc2nav{
	display: flex;
}
.pdc2 .pdc2nav a{
	display: block;
	width: 160px;
	padding:10px 0;
	border: 1px solid #dedede;
	border-bottom: none;
	text-align: center;
	margin-right: 5px;
}
.pdc2 .pdc2nav a.active{
	background: #e70012;
	color: #fff;
}
.pdc2 .pdc2con{
	background: #fff;
	padding:0 25px;
	display: flex;
	justify-content: space-between;
}
.pdc2 .pdc2con .pdc2l{
	width: 70%;
	padding:35px 0;
	padding-right: 5%;
	border-right: 1px solid #eeeeee;

}
.pdc2 .pdc2con .pdc2l>div{
	display: none;
}
.pdc2 .pdc2con .pdc2l>div:first-child{
	display: block;
}
.pdc2 .pdc2con .pdc2r{
	padding:35px 0;
	width: 23%;
}
.pdc2 .pdc2con .pdc2r h3{
	font-size: 24px;
	color: #333;
}
.pdc2 .pdc2con .pdc2r .t1{
	margin-top: 35px;
}
.pdc2 .pdc2con .pdc2r .t1 h5{
	color: #999;
    font-size: 16px;
}
.pdc2 .pdc2con .pdc2r .t1 .tel{
	color: #e60012;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px;
}
.more{
	text-align: center;
}
.more a{
	display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin: 20px 0 60px;
    border: 1px solid #333;
    transition: all .3s;
}
.pdc3{
	margin-top: 60px;
	border: 1px solid #e9e9e9;
}
.pdc3 .pdc3nav{
	
	border-bottom: none;
	background: #f3f3f3;
}
.pdc3 .pdc3nav a{
	display: block;
	width: 160px;
	padding:10px 0;
	border: 1px solid #dedede;
	border-bottom: none;
	text-align: center;
	margin-right: 5px;
	background: #e70012;
	color: #fff;
}
.pdc3 .pdc3con{
	background: #fff;
	padding:50px 2vw;
}
.pdc3 .pdc3con .pdsw2 {
	position: relative;
	overflow: hidden;
}
.pdc3 .pdc3con .pdsw2 .swiper-slide{
	text-align: center;
}
.pdc3 .pdc3con .pdsw2 .swiper-slide .img{
	border:1px solid #f2f2f2;
}
.pdc3 .pdc3con .pdsw2 .swiper-slide h4{
	font-size: 16px;
	background: #f3f3f3;
	color: #8a8a8a;
	margin-top: 10px;
	padding:10px 0;
}
.nnmlist{
    max-width:1200px;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nnmlist .item{
    width:48%;
    margin-top:3%;
}
.nnmlist .item .nt{
    font-size: 18px;
    color: #2c2c2c;
    display: flex;
    justify-content: space-between;
}
.nnmlist .item .nt .ntr{
    color: #808080;
    font-size: 16px;
}
.nnmlist .item .nb{
    font-size: 14px;
    color: #808080;
    line-height: 1.7;
    margin-top:15px;
}
footer{
	background: #f8f8f8;
	padding:50px 0 10px;
}
footer .foottop{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .foottop .ftl{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .foottop .ftl .item h4{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
footer .foottop .ftl .item ul{
	margin-top: 20px;
}
footer .foottop .ftl .item ul li{
	margin-top: 10px;
}
footer .foottop .ftl .item ul li a{
	font-size: 16px;
	color: #272727;
}
footer .foottop .ftc{
	width: 10%;
	text-align: center;
}
footer .foottop .ftc h2{
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
}
footer .foottop .ftr{
	text-align: right;
}
footer .foottop .ftr h5{
	font-size: 16px;
	color: #000000;
}
footer .foottop .ftr h5 img{
	margin-right: 5px;
}
footer .foottop .ftr h4{
	color: #203371;
	font-weight: bold;
	font-size: 28px;
	margin:10px 0;
}
footer .foottop .ftr p{
	font-size: 16px;
	color: #666666;
}
footer .ylink{
    margin-top:100px;
    padding-bottom: 10px;
    color: #333;
}
footer .footbottom{
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #d4d4d4;
	align-items: center;
	padding:10px 0;
}
footer .footbottom .ftbr{
	display: flex;
}
footer .footbottom .ftbr .ftbrl{
	display: flex;
	border-right: 1px solid #333333;
	padding-right: 10px;
}
footer .footbottom .ftbr .ftbrl .item{
	margin:0 10px;
}
footer .footbottom .ftbr .ftbrr{
	display: flex;
	padding-left: 10px;
}
footer .footbottom .ftbr .ftbrr .item{
	margin:0 10px;
}
footer .copyright{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
footer .copyright .cl{
	color: #272727;
	font-size: 14px;
}
footer .copyright .cl a{
	color: #272727;
	font-size: 14px;
}
footer .copyright .cr{
	color: #272727;
	font-size: 14px;
}

.hidden-lg{
	display: none;
}
@media(max-width:1440px){
    .m_id4 .caseswiper .swiper-slide a .csr .csrcon .ccon{
        font-size: 16px;
        margin:1.5vw 0;
    }
    .nm_id1 .nm_id1w .nd1t h1{
        font-size: 52px;
    }
    .nm_id1 .nm_id1w .nd1t h2{
        font-size: 26px;
    }
}
@media(max-width:780px){
    .height{
        display: none;
    }
	.navbar{
		min-height: unset;
	}
	.navbar-header{
		background: #fff;
	}
	.h-banner .more{
		display: none;
	}
	.h-banner .swiper-button-next{
		padding:10px;
		height: 30px;
		width: 30px;
		right: 10vw;
		top: 80%;
	}
	.h-banner .swiper-button-prev{
		padding:10px;
		height: 30px;
		width: 30px;
		left: 10vw;
		top: 80%;
	}
	.nm_id1{
		padding:0 2vw;
	}
	.nm_id1 .nm_id1w{
		margin-left: 0;
	}
	.nm_id1 .nm_id1w .nd1t{
		position: unset;
	}
	.nm_id1 .nm_id1w .nd1t h1{
		font-size: 42px;
	}
	.nm_id1 .nm_id1w .nd1t h2{
		font-size: 24px;
	}
	.nm_id1 .nm_id1w .nd1 .swiper-slide .ndl{
		width: 100%;
	}
	.nm_id1 .nm_id1w .nd1 .swiper-slide .ndl .mymore{
		position: unset;
	}
	.nd1 .swiper-button-next{
		left: unset;
		right: 5px;
	}
	.nd1 .swiper-button-prev{
		left: 5px;

	}
	.nm_id1 .nm_id1w .nd1 .swiper-slide .ndr{
		width: 100%;
		margin-top: 20px;
	}
	.nm_id2 {
		display: none;
	}
	.ypbswiper{
		width: 200px;
	}
	.navbar-brand{
		width: auto;
		margin: unset;
		padding:10px;
	}
	.m_id1{
		padding:40px 0;
	}
	.idtitle h4{
		font-size: 18px;
	}
	.idtitle h2{
		font-size: 14px;
	}
	.m_id2 .md2t .md2tl{
		width: 100%;
		font-size: 36px;
	}
	.m_id2 .md2t .md2tr{
		width: 100%;
	}
	.m_id2 .md2t .md2tr .trt{
		font-size: 24px;
	}
	.m_id2 .md2t .md2tr .trc{
		margin-top: 30px;
	}
	.m_id2 .md2b .md2bl{
		width: 100%;
	}
	.m_id2 .md2b .md2bl .md2blb .item .num h4{
		font-size: 24px;
	}
	.m_id2 .md2b .md2bl .md2blb .item p{
		font-size: 14px;
	}
	.m_id2 .md2b .md2br{
		width: 100%;
	}
	.m_id2 .md2b .md2br .trc{
		width: 100%;
	}
	.m_id3 .id3list .item{
		width: 100%;
	}
	.m_id4{
		padding:40px 0;
	}
	.nm_id3{
		padding:40px 0;
	}
	.nm_id3 .mtitle .mtl h1{
		font-size: 42px;
	}
	.nm_id3 .mtitle .mtl h2{
		font-size: 24px;
	}
	.nm_id3 .mtitle .mtr .it a{
		font-size: 14px;
	}
	.nm_id3 .slist .item{
		width: 100%;
		margin-top: 20px;
	}
	.nm_id3 .slist .item .con{
		position: unset;
		width: 100%;
	}
	.mvideo video{
		max-width: 100%;
	}
	.nm_id4{
		display: none;
	}
	.nm_id4 .nw4id .js{
		font-size: 14px;
		margin-top: 20px;
	}
	.nm_id4 .nw4id h2{
		font-size: 14px;
	}
	.m_id4 .caseswiper{
		overflow: hidden;
	}
	.m_id4 .caseswiper .swiper-slide a .csl{
		width: 100%;
	}
	.m_id4 .caseswiper .swiper-slide a .csr{
		width: 100%;
	}

	.caseswiper .swiper-button-prev{
		left: 2vw;
		bottom:50%;
	}
	.caseswiper .swiper-button-next{
		right: 2vw;
		bottom:50%;
	}
	.m_id4 .caseswiper .swiper-slide.swiper-slide-active{
		transform: scale(1);
	}
	.m_id4 .caseswiper .swiper-slide a .csr .csrcon .ccon{
		font-size: 16px;
	}
	.m_id4 .caseswiper .swiper-slide .content h3{
		font-size: 18px;
	}
	.m_id4 .caseswiper .swiper-slide .content .ncon{
		font-size: 14px;
	}
	.nm_id5 .prlist .item{
		width: 49%;
		margin-right: 2%!important;
	}
	.nm_id5 .prlist .item:nth-child(2n){
		width: 49%;
		margin-right: 0!important;
	}
	.mid5 .mid5l{
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.mid5 .mid5r{
		width: 100%;
		margin-top: 10px;
	}
	.mid5 .mid5r .item a .itc{
		display: none;
	}
	.mid5 .mid5r .item a .itr{
		width: 30%;
	}
	.mid5 .mid5r .item a .itl h4{
		font-size: 14px;
	}
	.mid5 .mid5r .item a .itl .itcon{
		font-size: 12px;
		margin-top: 10px;
	}
	.mid5 .mid5r .item a .itr .month{
		font-size: 24px;
	}
	.mid5 .mid5r .item a .itr .year{
		font-size: 14px;
	}
	.mid5 .mid5l h4{
		margin-top: 15px 0;
		font-size: 16px;
	}
	.nm_id6 .nsw6{
		margin-top: 40px;
	}
	.nm_id6 .nsw6 .swiper a .newl{
		width: 100%;
	}
	.nm_id6 .nsw6 .swiper a .newr{
		width: 100%;
	}
	.nm_id6 .nsw6 .swiper a .newr .nrcon{
		padding:20px;
	}
	.nm_id6 .nsw6 .swiper a .newr .nrcon h2{
		font-size: 18px;
	}
	.nm_id6 .nsw6 .swiper a .newr .nrcon .con{
		font-size: 14px;
		margin:20px 0;
	}
	footer .foottop .ftl .item{
		width: 50%;
		margin-top: 15px;
	}
	footer .foottop .ftl .item h4{
		font-size: 14px;
	}
	footer .foottop .ftl .item ul li a{
		font-size: 14px;
	}
	footer .foottop .ftc{
		width: 100%;
		margin-top: 15px;
	}
	footer{
		padding:40px 0 40px;
	}
	footer .foottop .ftl{
		width: 100%;
	}
	footer .foottop .ftr{
		width: 100%;
		margin-top: 15px;
	}
	footer .ylink{
	    margin-top:60px;
	    padding-bottom: 10px;
	}
	footer .footbottom{
		margin-top: 0px;
	}
	.feedbb ul li input{
        width: 65%;
        font-size: 13px;
    }
    .neinav a{
        font-size: 16px;
    }
    .feedbb ul li span{
        width: 35%;
        padding: 12px 0 12px 0px;
    color: #a7aeaf;
    font-size: 13px;
    }
	.hidden-lg{
	display: block;
}
.pdt .pdtl{
    font-size: 14px;
}
.pdt .pdtl a{
    font-size: 14px;
}
.pdt .pdtr a{
    font-size: 14px;
}
.banner-inner{
    margin-top:0;
}
.pdc .pdcl{
    width:100%;
}
.pdc .pdcr{
    width:100%;
}
.pdc2 .pdc2con{
    flex-wrap: wrap;
}
.pdc2 .pdc2con .pdc2l{
    width: 100%;
    padding-right: 0;
    border-right: none;
}
.pdc2 .pdc2con .pdc2r{
    width: 100%;
}
.pdc2 .pdc2con .pdc2l .c2{
    overflow-y: auto;
}
.navbar-nav > li{
    width:100%;
}
.banner-inner{
    height: auto;
}
.banner-inner img{
    max-width: 100%;
    height: auto;
}
.ind_abo_tab li a{
    padding:0 6px;
    font-size: 14px;
}
.ind_abo_tab li .border{
    padding:0 6px;
}
#c_static_001_P_7676-1672215496993 .e_breadcrumb-45 .p_breadcrumbItem{
    display: flex;
}
.prolist li{
    float: left;
    width: 49%;
    margin-right: 2%;
}
.prolist li:nth-child(2n){
    margin-right: 0;
}
.pro_body, .about_body, .news_body, .case_body, .video_body{
    width: 100%;
}
.videolist li{
    float: left;
    width: 100%;
    /*margin-right: 2%;*/
}

.videolist li .video_item img{
    max-width: 100%;
}
.prolist_video{
    width: 100%;
    height: 360px;
}
.prolist_video img{
    max-width: 100%;
}
}