ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
li{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
}
a:hover{
	text-decoration: none;
}
.boxshadow {
    box-shadow: 2px 4px 12px #00000014;
    
}

.container{
	max-width: 1620px;
}
.navbar{
	padding:0 0;
    transition: 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #b4b2ca;
}
.navbar.fx{
    background: #fff;
}
.navbar.fx .navbar-brand{
	    filter: brightness(0);
}
.navbar-collapse{
	flex-grow: unset;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
	color: #fff;
	
}
.navbar-light .navbar-nav .nav-item{
	margin-right: 0.5vw;
	position: unset;
	/*position: relative;*/
	
}
.navbar-light .navbar-nav .search{
	padding:0 1rem;
}
.navbar-light .navbar-nav .nav-item .nav-link{
    padding:40px 2rem;
}
.navbar-light .navbar-nav .nav-item:last-child{
	margin-right: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #fff;
}
.navbar-light .navbar-nav .nav-item>a{
	position: relative;
}
.navbar-light .navbar-nav .nav-item.active>a:after{
	position: absolute;
	left: 5%;
	bottom:0;
	height: 5px;
	width: 90%;
	content: '';
	background: linear-gradient(90deg, #0658a8 0%, #1f99d5 100%);
}
.navbar-light .navbar-nav .nav-item>a:hover:after{
	position: absolute;
	left: 5%;
	bottom:0;
	height: 5px;
	width: 90%;
	content: '';
	background: linear-gradient(90deg, #0658a8 0%, #1f99d5 100%);
}
.pdown{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	top: 106px;
	background: #fff;
	display: none;
}
.pdown ul{
	display: flex;
	flex-wrap: wrap;
	padding:15px 25px 25px;
}
.pdown ul li{
	width: 24%;
	margin-right: 1.33%;
	margin-top: 15px;
}
.pdown ul li:nth-child(4n){
	margin-right: 0;
}
.pdown ul li a{
	display: flex;
	align-items: center;
}
.pdown ul li a .al{
	width: 25px;
}
.pdown ul li a .ar{
	font-size: 14px;
	color: #000;
	margin-left: 15px;
}
.pdown ul li a:hover .ar{
	color: #0658a8;
}
.abus{
	position: relative!important;
}
.abus ul{
	position: absolute;
	width: 100%;
	top: 106px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	display: none;
}
.abus ul li a{
	display: block;
	padding:5px 0;
	color: #000;
	font-size: 16px;
}
.abus ul li:hover a{
	background: #f0fbfe;
	color: #2f8aff;
}
.abus:hover ul{
	display: block;
}
.navbar-nav .nav-item:hover .pdown{
	display: block;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
}
.navbar .tel{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;

}
.navbar .tel img{
	margin-right: 15px;
}
.navbar .ssl a{
	color: #fff;
}
.navbar.fx .ssl a{
	color: #333;
}
.navbar.fx .tel img{
	filter: brightness(0);
}
.navbar.fx .tel{
	color: #000;
}
.navbar .dropdown-menu{
    display: none;
    margin:0px 0 0;
    border-radius: 0;
    /*position: relative;*/
    left: 50%;
    transform: translateX(-50%);
    border:none;
    width: 60%;
    padding:0;

}
.navbar .nav-item:hover .dropdown-menu{
    display: flex;
}
/*.navbar .dropdown-menu:after{
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/sj.png) no-repeat center;
    content:'';
    width:100%;
    height: 5px;
    background-size:7px 5px;
    text-align: center;
}*/
.navbar .dropdown-menu .dropdown-item{
    border-bottom:1px solid #eaeaea;
    text-align: left;
    padding:30px 50px;
    width: 60%;
}
.navbar .dropdown-menu .dropdown-item .tt{
	border-bottom:1px solid #b7b7b6;
	position: relative;
	padding-bottom: 15px;
}
.navbar .dropdown-menu .dropdown-item .tt:before{
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	background: #0168b3;
	height: 3px;
	width: 25%;
}
.navbar .dropdown-menu .dropdown-item .tt a{
	color: #0168b3;
	font-size: 14px;
	font-weight: bold;
}
.navbar .dropdown-menu .dropdown-item>a{
    color: #333;
    display: block;
    padding:15px 0;
}
.navbar .dropdown-menu .dropdown-item:hover{
    background: none;
    color: #fff;
}
.navbar .dropdown-menu .dropdown-item:hover>a{
    color: #fff;
}
.navbar .dropdown-menu .dropdown-item dl{
	display: flex;
	flex-wrap: wrap;
}
.navbar .dropdown-menu .dropdown-item dl dd{
	width: 32.33%;
	margin-right: 1.5%;
	margin-top: 1.5%;
}
.navbar .dropdown-menu .dropdown-item dl dd:nth-child(3n){
	margin-right: 0;
}
.navbar .dropdown-menu .dropdown-item dl dd a{
	display: block;
	color: #181818;
	font-size: 14px;
	background: #fbfbfb;
	display: block;
	padding:12px 10px;
}
.navbar .dropdown-menu .dropdown-item dl dd a:hover{
	color: #fff;
	background: #0168b3;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2){
	width: 40%;
	background: #0261b3;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) .tt{
	border-color: #fff;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) .tt:before{
	background: #00c6ff;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) .tt a{
	color: #fff;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl{
	display: block;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl dd{
	width: 100%;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl dd a{
	background: none;
	color: #fff;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl dd a:hover{
	/*font-weight: bold;*/
	background: #0557b4;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl dd:nth-child(n+5){
	display: none;
}

.navbar.fx .navbar-nav .nav-link{
    color: #333;
}
.navbar.fx .navbar-nav .nav-link:hover{
    color: #0168b3;
}
.navbar.fx .search img{
	filter: brightness(0);
}

.page-status,.page-index,.page-last{
   display: none;
}

.pagination{
   justify-content: center;
}
.pagebar .pagination {
  display: flex;
  margin-top: 25px;
}
.pagination a {
  background: #e6e8eb;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 0;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  background: #0168b3;
}
.pagination a.page-num-current {
  color: #fff;
  background: #0168b3;
}

.home-banner{
	position: relative;
	overflow: hidden;
}
.home-banner .swiper-slide{
    overflow: hidden;
}
.home-banner .swiper-slide img{
    transition: all 3s ease-in-out;
    transform: scale(1.1);
}
.home-banner .swiper-slide.swiper-slide-active img{
    transition: all 3s ease-in-out;
    transform: scale(1);
}

.id1{
	position: relative;
	padding:60px 0;
}
.id1:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 30%;
	background: #f1f4fb;
	content: '';
	z-index: 0;
}
.id1 .id1nav{
	position: absolute;
	left: 0;
	height: 100%;
	display: grid;
	align-content: center;
	z-index: 9;
	top: 0;
}
.id1 .id1nav a{
	background: #ffffff;
	color: #333333;
	font-size: 18px;
	padding:15px 45px 15px 20px;
	display: flex;
	align-items: center;
	margin-top: 20px;
	transition: .6s;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	width: 290px;
}
.id1 .id1nav a .wz{
	width: 60%;
}
.id1 .id1nav a:first-child{
	margin-top: 0;
}
.id1 .id1nav a .alogo{
	opacity: 0;
}
.id1 .id1nav a .trr{
	margin-left: 15px;
	filter: brightness(0);
}
.id1 .id1nav a.active{
	background: linear-gradient(90deg,#0555a7,#1f9bd6);
	color: #fff;
	width:350px;
}
.id1 .id1nav a.active .alogo{
	opacity: 1;
	margin-right: 25px;
}
.id1 .id1nav a.active .trr{
	filter: brightness(1);
}
.id1title{
	text-align: center;
	padding-left: 10%;
}
.id1title h1{
	color: #333333;
	font-size: 48px;
	font-weight: bold;
}
.id1title p{
	color: #666666;
	font-size: 24px;
	margin-top: 10px;
}
.id1 .nx{
	
	margin-top: 100px;
}
.id1 .nx .nnx{
	display: none;
	overflow: hidden;
}
.id1 .nx .nnx:first-child{
	display: block;
}
.id1 .nx .nnx .gsw{
    max-width: 1450px;
    margin-left: 20%;
}
.id1 .nx .sp a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.id1 .nx .sp a .spl{
	width: 30%;
	text-align: center;
}
.id1 .nx .sp a .spr{
	width: 60%;
}
.id1 .nx .sp a .spr h2{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.id1 .nx .sp a .spr h4{
	color: #333333;
	font-size: 30px;
	margin-top: 15px;
	font-weight: normal;
}
.id1 .nx .sp a .spr .spcon{
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
}
.id1 .nx .sp a .spr span{
	color: #ffffff;
	font-size: 14px;
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	padding:8px 30px;
	display: inline-block;
	border-radius: 20px;
	margin-top: 35px;
}
.tsw{
	margin-top: 120px;
}
.id1 .nx .sww{
	display: flex;
	justify-content: space-between;
	border:2px solid #f3f3f3;
	align-items: center;
	padding:15px;
	border-radius: 10px;
	background: #fff;
}
.id1 .nx .sww.swiper-slide-thumb-active{
	border-color: #79a1cd;
}
.id1 .nx .sww .ssl{
	width: 25%;
}
.id1 .nx .sww .ssr{
	width: 70%;
}
.id1 .nx .sww .ssr .swz{
	color: #333333;
	font-size: 18px;
}
.id2{
	position: relative;
}
.id2 .id2con{
	width: 45%;
	padding:150px 0;
}
.id2 .id2con .d2t{
	color: #333333;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
}
.id2 .id2con .d2tcon{
	color: #666666;
	font-size: 16px;
	margin:25px 0;
}
.id2 .id2con .d2list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: 10%;
}
.id2 .id2con .d2list .item{
	width: 45%;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	margin-top: 25px;
}
.id2 .id2con .d2list .item .it1{
	font-size: 42px;
	color: #00459c;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.id2 .id2con .d2list .item .it1 span{
	font-size: 30px;
	margin-left: 5px;
}
.id2 .id2con .amore{
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	display: inline-block;
	margin-top: 50px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding:8px 35px;
	border-radius: 20px;
}
.vplay{
	position: absolute;
	right: 0;
	top: 0;
	width:46%;
}
.vplay video{
	width: 100%;
}
.ititle{
	text-align: center;
}
.ititle h2{
	font-size: 42px;
	color: #333333;
	font-weight: bold;
}
.ititle p{
	font-size: 18px;
	color: #666666;
	margin-top: 15px;
}
.id3{
	padding:120px 0 60px;
}
.id3 .id3list{
	margin-top: 35px;
}
.id3 .id3list .item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #f7f8fa;
}
.id3 .id3list .item .itl{
	width: 50%;
}
.id3 .id3list .item .itr{
	width: 50%;
}
.id3 .id3list .item .itr .ncon{
	padding:0 10%;
}
.id3 .id3list .item .itr .ncon .t1{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.id3 .id3list .item .itr .ncon .t2{
	color: #666666;
	font-size: 16px;
	margin-top: 25px;
}
.id3 .id3list .item .itr .ncon .t2 ul li{
	list-style: disc;
}
.id3 .id3list .item .itr .ncon .t2 ul li::marker{
	background: #014ea1;
	color: #014ea1;
}
.id3 .id3list .item:nth-child(odd){
	flex-direction: row-reverse;
}
.id4{
	padding:60px 0;
}
.id4 .id4list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.id4 .id4list .item{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	width: 49%;
	margin-right: 2%;
	margin-top: 2%;
}
.id4 .id4list .item:nth-child(2n){
	margin-right: 0;
}
.id4 .id4list .item .ncon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
	transition: .6s;
}
.id4 .id4list .item .ncon .t1{
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
}
.id4 .id4list .item .ncon .t2{
	color: #ffffff;
	font-size: 28px;
	margin:5px 0;
}
.id4 .id4list .item .ncon .t3{
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	display: none;
	transition: .6s;
	opacity: 0;
}
.id4 .id4list .item .ncon .smore{
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	border:2px solid #abb8d3;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 150px;
	margin:30px auto 0;
	padding:5px 0;
	display: none;
	transition: .6s;
	opacity: 0;
}
.id4 .id4list .item .ncon:hover{
	background: rgba(1, 78, 161, 0.6);
}
.id4 .id4list .item .ncon:hover .t3{
	display: block;
	opacity: 1;
}
.id4 .id4list .item .ncon:hover .smore{
	display: block;
	opacity: 1;
}
.id5{
	background: #f7f8fa;
	padding:150px 0;
}
.d5c{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 50px;
}
.d5c .d5cl{
	width: 40%;
	text-align: center;
}
.d5c .d5cl .zzw .swiper-button-prev{
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 100%;
	
}
.d5c .d5cl .zzw .swiper-button-prev:after{
	font-size: 24px;
	color: #6a6a6a;
}
.d5c .d5cl .zzw .swiper-button-prev:hover{
	height: 60px;
	width: 60px;
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	border-radius: 100%;
	
}
.d5c .d5cl .zzw .swiper-button-prev:hover:after{
	color: #fff;
}
.d5c .d5cl .zzw .swiper-button-next{
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 100%;
	
}
.d5c .d5cl .zzw .swiper-button-next:after{
	font-size: 24px;
	color: #6a6a6a;
}
.d5c .d5cl .zzw .swiper-button-next:hover{
	height: 60px;
	width: 60px;
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	border-radius: 100%;
	
}
.d5c .d5cl .zzw .swiper-button-next:hover:after{
	color: #fff;
}

.d5c .d5cr{
	width: 58%;
	text-align: center;
}

.id6{
	position: relative;
	margin: 60px 0;
}
.id6 .d6c{
	display: flex;
	align-items: center;

}
.id6 .d6c .d6cl{
	width: 26%;
}
.id6 .d6c .d6cl .ddtitle h2{
	font-size: 42px;
	color: #333333;
	font-weight: bold;
}
.id6 .d6c .d6cl .ddtitle p{
	color: #666666;
	font-size: 20px;
	margin-top: 40px;
}
.id6 .d6c .d6cl .ddtitle .smore{
	color: #ffffff;
	font-size: 14px;
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	padding:8px 30px;
	display: inline-block;
	border-radius: 20px;
	margin-top: 80px;
}
.id6 .d6c .nnr{
	width: 60%;
	opacity: 0;
}
.id6 .d6c .d6cr{
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
}
.id7{
	padding:120px 0 60px;
}
.id7 .hezuo{
	padding:0 6%;
	position: relative;
}
.id7 .hezuo .swiper-slide{
	border: 2px solid #d9d9d9;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
.id7 .hezuo .swiper-button-prev{
	height: 30px;
	width: 30px;
	border: 2px solid #adadad;
	
}
.id7 .hezuo .swiper-button-prev:after{
	font-size: 12px;
	color: #333333;
}
.id7 .hezuo .swiper-button-next{
	height: 30px;
	width: 30px;
	border: 2px solid #adadad;

	
}
.id7 .hezuo .swiper-button-next:after{
	font-size: 12px;
	color: #333333;
}
.id8{
	padding:80px 0 60px;
}
.id8 .idnav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 25px;
}
.id8 .idnav a{
	position: relative;
	padding: 0 20px;
	line-height: 1;
	color: #666666;
	font-size: 18px;
}
.id8 .idnav a:after{
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: #666666;
}
.id8 .idnav a:last-child:after{
	display: none;
}
.d8c{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}
.d8c .d8cl{
	width: 49%;
}
.d8c .d8cl a{
	display: block;
	background: #f7f8fa;
}
.d8c .d8cl a .d8con{
	padding:15px 50px;
}
.d8c .d8cl a .d8con h4{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.d8c .d8cl a .d8con  p{
	color: #666666;
	font-size: 16px;
	margin:15px 0;
}
.d8c .d8cl a .d8con .time{
	color: #666666;
	font-size: 16px;
}
.d8c .d8cr{
	width: 49%;
	display: grid;
	align-content: space-between;
}
.d8c .d8cr .item a{
	display: block;
	background: #f3f7fa;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.d8c .d8cr .item a .al{
	width: 58%;
}
.d8c .d8cr .item a .alcon{
	padding:0 15px;
}
.d8c .d8cr .item a .alcon h4{
	font-size: 18px;
	color: #333333;
}
.d8c .d8cr .item a .alcon .con{
	color: #666666;
	font-size: 14px;
	margin:10px 0;
	line-height: 1.8;
}
.d8c .d8cr .item a .alcon .time{
	color: #666666;
	font-size: 14px;
}
.d8c .d8cr .item a .ar{
	width: 40%;
}

.zx{
	background: url(../images/zxbg.jpg) no-repeat;
	background-size: cover;
	padding:80px 0;
}
.zx .zxc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.zx .zxc .zxcl h2{
	color: #000000;
	font-size: 42px;
	font-weight: bold;
}
.zx .zxc .zxcl .n2{
	color: #000000;
	font-size: 20px;
	margin-top: 25px;
}
.zx .zxc .zxcr a{
	color: #ffffff;
	font-size: 20px;
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	padding:14px 40px;
	display: inline-block;
	border-radius: 40px;
}
footer{
	background: #f1f4fb;
}
footer .ftop{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:80px 0 50px;
}
footer .ftop .ftl{
	width: 62%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .ftop .ftl .item h2{
	color: #333333;
	font-size: 24px;
	font-weight: lighter;
}
footer .ftop .ftl .item ul li{
	margin-top: 20px;
}
footer .ftop .ftl .item ul li a{
	color: #666666;
	font-size: 16px;
}

footer .ftop .ftr{
	width: 32%;
	text-align: right;
}
footer .ftop .ftr .trt{
	display: flex;
	color: #1d95d3;
	font-size: 42px;
	font-weight: bold;
	align-items: center;
	justify-content: flex-end;
}
footer .ftop .ftr .trt img{
	margin-right: 15px;
}
footer .ftop .ftr .tr1{
	color: #666666;
	font-size: 16px;
	margin:8px 0;
}
footer .ftop .ftr .tr2{
	display: flex;
	justify-content: flex-end;
	text-align: center;
}
footer .ftop .ftr .tr2 .it{
	margin-right: 15px;
}
footer .ftop .ftr .tr2 .it:last-child{
	margin-right: 0;
}
footer .ftop .ftr .tr2 .it .twz{
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
}
footer .copyright{
	border-top: 1px solid #dbdbdb;
	padding:18px 0;
}
footer .copyright .cp{
	display: flex;
	justify-content: space-between;
}
footer .copyright .cp .cpl{
	display: flex;
	color: #666666;
	font-size: 14px;
}
footer .copyright .cp .cpl a{
	display: inline-block;
	margin-left: 5px;
	color: #666666;
	font-size: 14px;
}
footer .copyright .cp .cpr{
	color: #666666;
	font-size: 14px;
}
.nybanner{
	position: relative;
}
.nnav .container{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.nnav .container .nnnav{
	display: flex;
	/*flex-wrap: wrap;*/
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.nnav .container .nnnav a{
	width:100%;
	text-align: center;
	padding:20px 0;
	position: relative;
	color: #333333;
	transition: .6s;
	font-size: 16px;
}
.nnav .container .nnnav a:after{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	background: #e1e1e1;
	width: 1px;
}
.nnav .container .nnnav a:last-child:after{
	display: none;
}
.nnav .container .nnnav a:hover{
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	color: #fff;
}
.nnav .container .nnnav a.active{
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	color: #fff;
}
.ab1{
	padding:120px 0;
}
.ab1 .ab1c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ab1 .ab1c .ab1cl{
	width: 48%;
}
.ab1 .ab1c .ab1cl .abt1{
	font-size: 42px;
	color: #333333;
	font-weight: bold;
}
.ab1 .ab1c .ab1cl .abt2{
	font-size: 42px;
	color: #014ea1;
	font-weight: bold;
}
.ab1 .ab1c .ab1cl .line{
	background: #14527e;
	width: 30px;
	height: 4px;
	margin-top: 10px;
}
.ab1 .ab1c .ab1cl .ximg{
	margin-top: 20%;
}
.ab1 .ab1c .ab1cr{
	width: 48%;
}
.ab1 .ab1c .ab1cr .abcon{
	color: #666666;
	font-size: 16px;
}
.ab1 .ab1c .ab1cr .ablist .item{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d6d6d6;
	padding:20px 0;
	align-items: center;
}
.ab1 .ab1c .ab1cr .ablist .item .itl{
	width: 40%;
	color: #014ea1;
	font-size: 62px;
	font-weight: bold;
}
.ab1 .ab1c .ab1cr .ablist .item .itc{
	width: 10%;
}
.ab1 .ab1c .ab1cr .ablist .item .itr{
	width: 25%;
	color: #333333;
	font-size: 26px;
}
.ab1img{
	margin-top:60px;
}
.id2{
	background: url(../images/fzbg.png) no-repeat;
	padding:80px 0 0px;
	background-size: cover;
}
.id2 .fz{
	/*position: relative;*/
}
.id2 .fz:after{
	position: absolute;
	left: 0;
	content: '';
	background: #ebebeb;
	width: 100%;
	height: 2px;
	top: 38%;
	transform: translateY(-38%);
}
.id2 .fz .swiper-slide{
	position: relative;
}
.id2 .fz .swiper{
	padding:6% 0 16%;
}
.id2 .fz .swiper-slide:after{
	position: absolute;
	left: 0;
	top: 40%;
	background: url(../images/dian.png) no-repeat;
	background-size: 28px 28px;
	width: 28px;
	height: 28px;
	content: '';
	z-index: 6;
}
.id2 .fz .swiper-slide.swiper-slide-active:before{
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #0658a8 0%, #1f99d5 100%);
	content: '';
	position: absolute;
	top: 45%;
	transform: translateY(-45%);
}
.id2 .fz .swiper-slide .t1{
	padding-bottom: 180px;
	color: #333333;
	font-size: 50px;
}
.id2 .fz .swiper-slide .ncon{
	position: absolute;
	left: 0;
	top: 60%;
}
.id2 .fz .swiper-slide .ncon .tcon li{
	list-style: disc;
}
.id2 .fz .swiper-slide .ncon .tcon li::marker{
	color: #014ea1;
}
.id2 .fz .swiper-slide .ncon  .timg{
	margin-top: 10px;
	opacity: 0;
}
.id2 .fz .swiper-slide.swiper-slide-active .ncon  .timg{
	opacity: 1;
}
.id2 .fz .swiper-button-prev{
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 100%;
	left: 45%;
	top: 80%;
	
}
.id2 .fz .swiper-button-prev:after{
	font-size: 24px;
	color: #6a6a6a;
}
.id2 .fz .swiper-button-prev:hover{
	height: 60px;
	width: 60px;
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	border-radius: 100%;
	
}
.id2 .fz .swiper-button-prev:hover:after{
	color: #fff;
}
.id2 .fz .swiper-button-next{
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 100%;
	right: 45%;
	top: 80%;
}
.id2 .fz .swiper-button-next:after{
	font-size: 24px;
	color: #6a6a6a;
}
.id2 .fz .swiper-button-next:hover{
	height: 60px;
	width: 60px;
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	border-radius: 100%;
	
}
.id2 .fz .swiper-button-next:hover:after{
	color: #fff;
}
.id3{
	padding:70px 0 0;
}
.id3 .gc{
	position: relative;
	padding:60px 0 100px;
}
.id3 .gc .wz{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.id3 .gc .swiper-button-prev{
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 100%;
	left: 45%;
	top: 90%;
	
}
.id3 .gc .swiper-button-prev:after{
	font-size: 24px;
	color: #6a6a6a;
}
.id3 .gc .swiper-button-prev:hover{

	background: linear-gradient(90deg,#034ea2,#1e97d4);
	border-radius: 100%;
	
}
.id3 .gc .swiper-button-prev:hover:after{
	color: #fff;
}
.id3 .gc .swiper-button-next{
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 100%;
	right: 45%;
	top: 90%;
}
.id3 .gc .swiper-button-next:after{
	font-size: 24px;
	color: #6a6a6a;
}
.id3 .gc .swiper-button-next:hover{

	background: linear-gradient(90deg,#034ea2,#1e97d4);
	border-radius: 100%;
	
}
.id3 .gc .swiper-button-next:hover:after{
	color: #fff;
}

.position{
	color: #666666;
	font-size: 16px;
	padding:15px 0;
}
.position a{
	color: #666666;
	font-size: 16px;
}
.newstop{
	padding:40px 0;
}
.newstop .ntc a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #f1f4fb;
	align-items: center;
}
.newstop .ntc a .ntcl{
	width: 50%;
}
.newstop .ntc a .ntcr{
	width: 50%;
}
.newstop .ntc a .ntcr .ntcrcon{
	padding:0 5%;
}
.newstop .ntc a .ntcr .ntcrcon h4{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.newstop .ntc a .ntcr .ntcrcon .ncon{
	color: #666666;
	font-size: 16px;
	margin:30px 0;
}
.newstop .ntc a .ntcr .ntcrcon .nmore{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newstop .ntc a .ntcr .ntcrcon .nmore .smore{
	color: #ffffff;
	font-size: 14px;
	background: linear-gradient(90deg,#034ea2,#1e97d4);
	padding:8px 40px;
	display: inline-block;
	border-radius: 20px;
}
.newstop .ntc a .ntcr .ntcrcon .nmore .date{
	display: flex;
	align-items: center;
}
.newstop .ntc a .ntcr .ntcrcon .nmore .date .day{
	border-right: 2px solid #c0c0c0;
	color: #a8a8a8;
	font-size: 48px;
	font-weight: lighter;
	line-height: 1;
	padding-right: 5px;
}
.newstop .ntc a .ntcr .ntcrcon .nmore .date .ym{
	color: #a8a8a8;
	font-size: 14px;
	padding-left: 5px;
}

.news{
	background: #f1f4fb;
	padding:50px 0 70px;
}
.news .newslist{
	display: flex;
	flex-wrap: wrap;
}
.news .newslist .item{
	width: 24%;
	margin-right: 1.33%;
	margin-top: 1.33%;
}
.news .newslist .item:nth-child(4n){
	margin-right: 0;
}
.news .newslist .item a{
	display: block;
	background: #fff;
	padding:15px ;
	border-radius: 10px;
}
.news .newslist .item a img{
	border-radius: 10px;
}
.news .newslist .item a .t1{
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
}
.news .newslist .item a .t2{
	line-height: 1.5;
	color: #666666;
	font-size: 16px;
	margin:10px 0;
}
.news .newslist .item a .t3{
	color: #666666;
	margin-top: 20px;
	font-size: 16px;
}
.newscon{
	padding:60px 0;
}
.newscon .newsc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newscon .newsc .newscl{
	width: 70%;
}
.newscon .newsc .newscl .nwt1{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}
.newscon .newsc .newscl .nwt2{
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}
.newscon .newsc .newscl .nwtcon{
	margin-top: 40px;
}
.newscon .newsc .newscr{
	width: 27%;
	margin-top: 25px;
}
.newscon .newsc .newscr .tj{
	background: #f1f4fb;
	padding:40px;
}
.newscon .newsc .newscr .tj .tjtitle{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}
.newscon .newsc .newscr .tj .tjlist .item{
	border-bottom: 1px solid #d3d6da;
	padding:25px 0;
}
.newscon .newsc .newscr .tj .tjlist .item .date{
	color: #333333;
	font-size: 14px;
}
.newscon .newsc .newscr .tj .tjlist .item .wz{
	color: #333333;
	font-size: 18px;
	margin-top: 10px;
}
.newscon .newsc .newscr .ssccz{
	margin-top: 40px;
}
.newscon .newsc .newscr .ssccz .ii{
	margin-top: 25px;
}
.newscon .newsc .newscr .ssccz .ii a{
	display: flex;
	color: #333333;
	font-size: 18px;
	align-items: center;
}
.newscon .newsc .newscr .ssccz .ii a img{
	margin-right: 25px;
}

.pro{
	padding:60px 0;
}
.pro .prc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro .prc .prcl{
	width: 17%;
}
.pro .prc .prcl .ptitle{
	font-size: 24px;
	color: #333333;
}
.pro .prc .prcl ul{
	margin-top: 20px;
}
.pro .prc .prcl ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:15px  15px 15px 5px;
	color: #333333;
	font-size: 16px;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
	transition: .6s;
}
.pro .prc .prcl ul li a img{
	filter: brightness(0.1);
	transition: .6s;
}
.pro .prc .prcl ul li:hover a{
	background: linear-gradient(90deg, #0658a8 0%, #1f99d5 100%);
	color: #fff;
}
.pro .prc .prcl ul li:hover a img{
	filter: brightness(1);
}
.pro .prc .prcl ul li.active a{
	background: linear-gradient(90deg, #0658a8 0%, #1f99d5 100%);
	color: #fff;
}
.pro .prc .prcl ul li.active a img{
	filter: brightness(1);
}
.pro .prc .prcr{
	width: 80%;
}
.productlist{
	display: flex;
	flex-wrap: wrap;
}
.productlist .item{
	width: 32.33%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
}
.productlist .item:nth-child(3n){
	margin-right: 0;
}
.productlist .item .img{
	border:1px solid #dddddd;
	border-radius: 10px;
	text-align: center;
	padding:15px;
	transition: .6s;
}
.productlist .item .img img{
	max-width: 50%;
}
.productlist .item .t1{
	font-size: 24px;
	color: #222222;
	font-weight: bold;
	margin-top: 10px;
}
.productlist .item .t2{
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}
.productlist .item:hover .img{
	border-color: #14527e;
}
.protop{
	background: url(../images/jmbg.jpg) no-repeat;
	background-size: cover;
	padding:200px 0 60px;
	position: relative;
}
.protop .ptl{
	position: absolute;
	top: 0;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: grid;
	align-content: center;
}
.protop #gallery{
	text-align: center;
}
.protop #thumbs{
	max-width: 1000px;
}
.protop #thumbs .swiper-slide{
	background: #fff;
	text-align: center;
	padding:15px 0;
	border:1px solid #fff;
}
.protop #thumbs .swiper-slide.swiper-slide-thumb-active{
	border-color: #14527e;
}
.protop #thumbs .swiper-slide img{
	max-width: 50%;
}
.abcase{
	padding:60px 0 160px;
	background: #f1f4fb;
}
.abcase .clist{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.abcase .clist .item{
	width: 48.5%;
	margin-right: 3%;
	margin-top: 15px;
	
}
.abcase .clist .item:last-child{
	margin-right: 0;
}
.abcase .clist .item a{
	display: block;
	position: relative;
}
.abcase .clist .item a .wzc{
	position: absolute;
	left: 0;
	bottom: -20%;
	width: 70%;
	background: #fff;
	padding:25px;
}
.abcase .clist .item a .wzc .wz1{
	font-size: 28px;
	color: #333333;
	font-weight: bold;
}
.abcase .clist .item a .wzc span{
	display: inline-block;
	margin-top: 25px;
	color: #666666;
	font-size: 15px;
}
.abproduct{
	padding:60px 0;
}
.meg{
	padding-bottom:60px;
}
.meg .melist{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
	justify-content: space-between;
}
.meg .melist .item{
	width: 30.33%;
	margin-top: 25px;
}
.meg .melist .item:nth-child(3){
	margin-right: 0;
}
.meg .melist .item:last-child{
	margin-right: 0;
	width: 100%;
}
.meg .melist .item h4{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.meg .melist .item input{
	width: 100%;
	background: #f1f4fb;
	padding:10px 15px;
	border:none;
}
.meg .melist .item textarea{
	width: 100%;
	background: #f1f4fb;
	padding:10px 15px;
	border:none;
	resize: none;
	height: 120px;
}
.casecon{
	padding:60px 0;
}
.casecon .casllist{
	margin-top: 35px;
}
.casecon .casllist .nlist{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.casecon .casllist .nlist .item{
	width: 32.33%;
	margin-right: 1.5%;
	margin-top: 1.5%;
	background: #f1f4fb;
	border-bottom: 3px solid #f1f4fb;
}
.casecon .casllist .nlist .item:last-child{
	margin-right: 0;
}
.casecon .casllist .nlist .item .ncon{
	padding:35px;
}
.casecon .casllist .nlist .item .ncon .c1{
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e6ec;
}
.casecon .casllist .nlist .item .ncon .c2{
	margin-top: 25px;
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
}
.casecon .casllist .nlist .item:hover{
	border-bottom: 3px solid #014ea1;
}
.ppcon{
	padding:60px 0;
}
.ppcon .pplist{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.ppcon .pplist .item{
	width: 15.6%;
	margin-right: 1.2%;
	border: 1px solid #dddddd;
	margin-top: 15px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
.ppcon .pplist .item:nth-child(6n){
	margin-right: 0;
}
.contact{
	padding:60px 0;
}
.contact .conn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .conn .connl{
	width: 40%;
}
.contact .conn .connr{
	width: 58%;
}
.hidden-lg{
    display: none!important;
}

header{
    padding:14px 0;
    transition: 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;

}
header a{
    text-transform: uppercase;
}
.menu{
    text-transform: uppercase;
}
header img{
    transition: 1s;
}
header .ftop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .ftop img{
    max-width: 50%;
    cursor: pointer;
}
header .ftop .ftl{
    display: flex;
}
header .ftop .ftl .se{
    margin-left: 10px;
}
header{
    background: #fff;

}
header img{
    filter: brightness(0);
}
header.fx{
    background: #fff;

}
header.fx img{
    filter: brightness(0);
}
header.fx .logo img{
    filter:unset!important;
}
header .logo img{
    filter:unset!important;
}
header .close1{

    display: none;
}


header.bx .close1{
    display: block;
}
header.bx .nme{
    display: none;
}
header .ftop .ftl{
    align-items: center;
}
.mb{
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    height: 100%;
    width: 100%;
    display: none;
}
.menu{
    position: fixed;
    left: -360px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 360px;
    transition: .6s;
    z-index: 9;
}
.menu .mml{
    height: 100%;
    display: grid;
    align-content: space-between;
    position: relative;
    z-index: 99;
    background: #fff;
    padding:60px 40px;
}
.menu .mwz{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.menu .close{
    position: relative;
    height: 12px;
    width: 12px;
    margin-right: 5px;
}
.menu .close:after{
    width: 12px;
    height: 1px;
    content: '';
    background: #707070;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
}
.menu .close:before{
    width: 12px;
    height: 1px;
    content: '';
    background: #707070;
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
}

.menu .metop ul li{
    margin-top: 30px;
}
.menu .metop ul li a{
    color: #666666;
    font-size: 16px;
    display: block;
}
.menu .mebottom .ful ul li{
    margin-top: 15px;
}
.menu .mebottom .ful ul li a{
    color: #7E7E7E;
    font-size: 14px;
}
.menu .mebottom .ful{
    margin-bottom:15px;
}
.mebottom>a{
    margin-right: 10px;
    
}
.mebottom>a img{
    height: 18px;
}
@media(max-width: 780px){
	.hidden-xs{
        display: none!important;
    }
    .hidden-lg{
        display: block!important;
    }
	.mbmenu{
        position: fixed;
        left: -100%;
        top: 62px;
        background: #fff;
        width: 90%;
        height: calc(100% - 62px);
        transition: .6s;
        z-index: 99;
    }
    .mbmenu .mml{
        height: 100%;
        display: grid;
        align-content: space-between;
        position: relative;
        z-index: 99;
        background: #fff;
        padding:6px 15px;
    }
    .mebottom>a{
        margin-top:15px;
        display: inline-block;
    }
    .mbmenu .mwz{
        display: flex;
        align-items: center;
    }
    .mbmenu .close{
        position: relative;
        height: 12px;
        width: 12px;
        margin-right: 5px;
    }
    .mbmenu .close:after{
        width: 12px;
        height: 1px;
        content: '';
        background: #707070;
        position: absolute;
        transform: rotate(45deg);
        top: 5px;
    }
    .mbmenu .close:before{
        width: 12px;
        height: 1px;
        content: '';
        background: #707070;
        position: absolute;
        transform: rotate(-45deg);
        top: 5px;
    }

    .mbmenu .metop ul li{
        margin-top: 30px;
    }
    .mbmenu .metop ul li a{
        color: #333;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
    }
    .mbmenu .metop ul li dl{
        margin-left: 15px;
        margin-top:10px;
    }
    .mbmenu .metop ul li dl dd a{
        font-size: 13px;
        color: #666;
    }
    .mbmenu .metop ul li a .tr{
        font-family: cursive;
    }
    .mbmenu .mebottom .ful ul li{
        margin-top: 15px;
    }
    .mbmenu .mebottom .ful ul li a{
        color: #7E7E7E;
        font-size: 14px;
    }
    .mbmenu .mmr ul{
        height: 100%;
        position: fixed;
        left: -100%;
        top: 62px;
        height: calc(100% - 62px);
        padding:41px 29px;
        background: #fff;
        z-index:100;
        transition: .6s;
        width: 100%;
    }

    .mbmenu .mmr ul h3{
        font-size: 16px;
        margin-bottom:10px;
    }
    .mbmenu .mmr ul h3 .return{
        font-family: cursive;
        margin-right: 15px;
        display: inline-block;
    }
    .mbmenu .mmr ul li{
        margin-top: 16px;
    }
    .mbmenu .mmr ul li a{
        color: #666666;
        font-size: 14px;
    }
    .mbmenu .mmr .smore{
        position: relative;
        padding-bottom: 2px;
        color: #666666;
        font-size: 12px;
    }
    .mbmenu .mmr .smore:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background: #707070;
    }
    .id1 .id1nav{
        position: unset;
    }
    .id1:after{
        display: none;
    }
    .id1title{
        padding-left: 0;
    }
    .id1title h1{
        font-size:24px;
    }
    .id1title p{
        font-size: 14px;
    }
    .id1 .nx .nnx .gsw{
        margin-left: 0;
    }
    .id1 .nx .sp a .spr h2{
        font-size: 18px;
    }
    .id1 .nx .sp a .spr h4{
        font-size: 16px;
        margin-top:10px;
    }
    .id1 .nx .sp a .spr .spcon{
        font-size: 12px;
        margin-top:10px;
    }
    .id1 .nx .sww{
        padding:8px;
        flex-wrap: wrap;
    }
    .id1 .nx .sww .ssl{
        width:100%;
    }
    .id1 .nx .sww .ssr .swz{
        font-size:12px;
    }
    .id2 .id2con{
        width:100%;
        padding-bottom:35px;
    }
    .id2 .id2con .d2t{
        font-size: 24px;
    }
    .id2 .id2con .d2tcon{
        font-size: 14px;
        margin:15px 0;
    }
    .id2 .id2con .d2list{
        padding-right: 0;
    }
    .ititle h2{
        font-size:24px;
    }
    .ititle p{
        font-size:14px;
        margin-top:5px;
    }
    .id3 .id3list .item .itl{
        width:100%;
    }
    .id3 .id3list .item .itr{
        width:100%;
    }
    .id3 .id3list .item .itr .ncon{
        padding:25px;
    }
    .id4 .id4list .item{
        width:100%;
        margin-right: 0;
    }
    .id4 .id4list .item .ncon .t1{
        font-size: 14px;
    }
    .id4 .id4list .item .ncon .t2{
        font-size: 16px;
    }
    .id4 .id4list .item .ncon .t3{
        font-size: 12px;
    }
    .id4 .id4list .item .ncon .smore{
        margin:15px auto 0;
        font-size: 14px;
        width:120px;
    }
    .id5{
        padding:60px 0;
    }
    .d5c .d5cl{
        width:100%;
    }
    .d5c .d5cr{
        width:100%;
        margin-top:15px;
    }
    .id6 .d6c{
        flex-wrap: wrap;
    }
    .id6 .d6c .d6cl .ddtitle h2{
        font-size: 24px;
    }
    .id6 .d6c .d6cl .ddtitle p{
        margin-top:20px;
        font-size: 14px;
    }
    .id6 .d6c .d6cl .ddtitle .smore{
        margin-top:25px;
    }
    .id6 .d6c .d6cl{
        width:100%;
    }
    .id6 .d6c .nnr{
        display: none;
    }
    .id6 .d6c .d6cr{
        position: unset;
        width:100%;
        margin-top:25px;
    }
    .id7{
        padding:30px 0;
    }
    .id8{
        padding:40px 0;
    }
    .id8 .idnav a{
        font-size: 14px;
        padding:0 15px;
    }
    .d8c .d8cl{
        width:100%;
    }
    .d8c .d8cl a .d8con{
        padding:25px;
    }
    .d8c .d8cl a .d8con h4{
        font-size: 18px;
    }
    .d8c .d8cl a .d8con p{
        font-size:14px;
    }
    .d8c .d8cl a .d8con .time{
        font-size: 14px;
    }
    .d8c .d8cr{
        width:100%;
    }
    .d8c .d8cr .item{
        margin-top:15px;
    }
    .d8c .d8cr .item a .alcon h4{
        font-size: 14px;
    }
    .d8c .d8cr .item a .alcon .con{
        font-size: 12px;
        line-height: 1.2;
    }
    .zx{
        padding:40px 0;
    }
    .zx .zxc .zxcl h2{
        font-size: 24px;
    }
    .zx .zxc .zxcl .n2{
        font-size: 16px;
        margin-top:15px;
    }
    .zx .zxc .zxcr a{
        margin-top:15px;
        font-size: 14px;
        padding:10px 25px;
    }
    footer .ftop .ftl{
        width:100%;
    }
    footer .ftop{
        padding:30px 0 20px;
    }
    footer .ftop .ftl .item{
        margin-top:15px;
    }
    footer .ftop .ftl .item h2{
        font-size: 18px;
    }
    footer .ftop .ftl .item ul li{
        margin-top:10px;
    }
    footer .ftop .ftl .item ul li a{
        font-size: 14px;
    }
    footer .ftop .ftr{
        width:100%;
    }
    footer .ftop .ftr .trt{
        font-size: 24px;
    }
    footer .copyright .cp{
        flex-wrap: wrap;
    }
    .nnav .container .nnnav a{
        font-size: 12px;
        padding:10px 0;
    }
    .ab1{
        padding:40px 0;
    }
    .ab1 .ab1c .ab1cl{
        width:100%;
    }
    .ab1 .ab1c .ab1cr{
        width:100%;
    }
    .ab1 .ab1c .ab1cl .abt1{
        font-size: 24px;
    }
    .ab1 .ab1c .ab1cl .abt2{
        font-size: 24px;
    }
    .ab1 .ab1c .ab1cl .ximg{
        margin-top:20px;
    }
    .ab1 .ab1c .ab1cr .abcon{
        margin-top:20px;
    }
    .ab1 .ab1c .ab1cr .ablist .item .itl{
        font-size: 42px;
    }
    .ab1 .ab1c .ab1cr .ablist .item .itr{
        font-size: 18px;
    }
    .id2 .fz:after{
        display: none;
    }
    .id2 .fz .swiper-slide .t1{
        padding-bottom: 35px;
    }
    .id2 .fz .swiper-slide .ncon{
        position: unset;
    }
    .id2 .fz .swiper-slide:after{
        top: 21%;
    }
    .id2 .fz .swiper-slide.swiper-slide-active:before{
        top: 25%;
    }
    .id2 .fz .swiper-button-next{
        right: 20%;
        width:40px;
        height: 40px;
    }
    .id2 .fz .swiper-button-prev{
        left: 20%;
        width:40px;
        height: 40px;
    }
    .id3{
        padding:40px 0 0;
    }
    .id3 .gc .swiper-button-next{
        right: 20%;
        width:40px;
        height: 40px;
    }
    .id3 .gc .swiper-button-prev{
        left: 20%;
        width:40px;
        height: 40px;
    }
    .pro .prc .prcl{
        width:100%;
    }
    .pro .prc .prcr{
        width:100%;
    }
    .productlist .item{
        width:49%;
        margin-right: 2%!important;
        margin-top:2%;
    }
    .productlist .item:nth-child(2n){
        margin-right: 0!important;
    }
    .productlist .item .t1{
        font-size: 18px;
    }
    .productlist .item .t2{
        font-size: 14px;
    }
    .protop{
        padding:80px 0 40px;
    }
    .protop .ptl{
        position: unset;
        transform: translateX(0);
        zoom:80%
    }
    .procon img{
        max-width: 100%;
        height: auto!important;
    }
    .abcase .clist .item{
        width:100%;
        margin-right: 0;
    }
    .abcase .clist .item a .wzc{
        bottom:0;
    }
    .abcase .clist .item a .wzc .wz1{
        font-size: 16px;
    }
    .abcase .clist .item a .wzc span{
        font-size: 13px;
        margin-top:15px;
    }
    .newstop .ntc a .ntcl{
        width:100%;
    }
    .newstop .ntc a .ntcr{
        width: 100%;
    }
    .newstop .ntc a .ntcr .ntcrcon{
        padding:15px;
    }
    .newstop .ntc a .ntcr .ntcrcon h4{
        font-size: 18px;
    }
    .newstop .ntc a .ntcr .ntcrcon .ncon{
        font-size: 14px;
        margin:10px 0;
    }
    .news .newslist .item{
        width:49%;
        margin-right: 2%!important;
    }
    .news .newslist .item:nth-child(2n){
        margin-right: 0!important;
    }
    .news .newslist .item a .t1{
        font-size: 16px;
    }
    .news .newslist .item a .t2{
        font-size: 12px;
    }
    .newscon .newsc .newscl{
        width:100%;
    }
    .newscon .newsc .newscr{
        width:100%;
    }
    .newscon .newsc .newscl .nwt1{
        font-size: 24px;
    }
    .newscon .newsc .newscl .nwt2{
        font-size: 14px;
    }
    .newscon .newsc .newscr .tj{
        padding:20px;
    }
    .newscon .newsc .newscr .tj .tjtitle{
        font-size: 24px;
    }
    .newscon .newsc .newscr .tj .tjlist .item .wz{
        font-size: 16px;
    }
    .contact .conn .connl{
        width:100%;
    }
    .contact .conn .connl table tr{
        display: flex;
        flex-wrap: wrap;
    }
    .contact .conn .connl table tr td{
        width:100%!important;
    }
    .contact .conn .connl table tr td img{
        max-width: 100%;
        height: auto!important;
    }
    .meg .melist{
        margin-top:25px;
    }
    .casecon .casllist .nlist .item{
        width:100%;
        margin-right: 0;
    }
    .casecon .casllist .nlist .item .ncon .c1{
        font-size: 16px;
    }
    .casecon .casllist .nlist .item .ncon .c2{
        font-size: 14px;
        line-height: 1.5;
    }
    .ppcon .pplist .item{
        width:32.33%;
        margin-right: 1.5%!important;
    }
    .ppcon .pplist .item:nth-child(3n){
        margin-right: 0!important;
    }
    .d8c .d8cr .item a .alcon{
        padding:15px;
    }
}