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: 1400px;
}
.navbar{
	padding:0 0;
    transition: 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 2px solid #a3bfdb;
}
.navbar.fx{
    background: #fff;
}
.navbar .navbar-brand .img22{
    display: none;
}
.navbar .navbar-brand .img11{
	    /*filter: brightness(0);*/
	    display: block;
}
.navbar.fx .navbar-brand .img22{
	    /*filter: brightness(0);*/
	    display: block;
}
.navbar.fx .navbar-brand .img11{
	    /*filter: brightness(0);*/
	    display: none;
}
.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:30px 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, #2e8eff 0%, #1dd6ff 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, #2e8eff 0%, #1dd6ff 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: #2e8eff;
}
.abus{
	position: relative!important;
}
.abus ul{
	position: absolute;
	width: 100%;
	top: 85px;
	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{
	position: relative;
}
.home-banner .swiper-slide .wz{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
}
.home-banner .swiper-slide .wz .t1{
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.home-banner .swiper-slide .wz .t2{
	font-size: 24px;
	margin-top: 25px;
	color: #fff;
}
.home-banner .swiper-slide .wz a{
	background: #ffffff;
	border-radius: 20px;
	width: 120px;
	padding:5px;
	display: block;
	margin: 35px auto 0;
	color: #333333;
	font-size: 14px;
}
.home-banner .swiper-pagination-bullet{
	border:none;
	margin:0 8px!important;
	background: rgba(255, 255, 255, .5);
	border-radius: 10px;
	opacity: 1;
	width: 15px;
	height: 4px;
	position: relative;
}
.home-banner .swiper-pagination{
	bottom:5%;
}
.home-banner .swiper-pagination-bullet-active{
	border: none;
	background: #ffffff;
	width:35px;
}
.iidn{
	background: url(../images/nnbg.jpg);
	/*background-size: 100% 100%;*/
	padding:60px 0;
}
.iidn .item{
	margin-top: 40px;
	overflow: hidden;
}
.iidn .item img{
	transition: .6s;
}
.iidn .item:hover img{
	transform: scale(1.1);
}

.title{
	text-align: center;
	margin-bottom: 45px;
}
.title h2{
	color: #333333;
	font-size: 40px;
}
.title .line{
	background: #0168b3;
	width: 110px;
	margin:20px auto;
	height: 4px;
}
.title p{
	color: #8d8d8d;
	font-size: 18px;
}
.idnav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.idnav a{
	display: inline-block;
	width: 160px;
	text-align: center;
	color: #333;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	border-radius: 25px;
	margin-right: 25px;
	transition: .6s;
}
.idnav a:hover{
	background: #0055a9;
	color: #fff;
}
.idnav a:last-child{
	margin-right: 0;
}


.iabout{
	background: #f5f5f5;
	padding:120px 0;
}
.iabout .ibcon{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.iabout .ibcon .ibconl{
	width: 48%;
}
.iabout .ibcon .ibconl .lt .lt1{
	font-size: 32px;
	color: #333333;
}
.iabout .ibcon .ibconl .lt .lt2{
	color: #333333;
	font-size: 22px;
	margin-top: 30px;
}
.iabout .ibcon .ibconl .lcon{
	font-size: 16px;
	color: #6e6e6e;
	line-height: 2;
	margin-top: 5px;
}
.iabout .ibcon .ibconl .lmore{
	color: #6e6e6e;
	font-size: 14px;
	border-radius: 20px;
	border: 1px solid #c4c4c4;
	padding:8px 20px;
	margin-top: 25px;
	display: inline-block;
}
.iabout .ibcon .ibconr{
	width: 48%;
}
.inews{
	padding:60px 0;
}
.inews .item{
	padding:30px 0;
}
.inews .item a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inews .item a .itl{
	width: 8%;
}
.inews .item a .itl .d1{
	font-size: 20px;
	color: #3a3634;
	position: relative;
	font-weight: bold;
}
.inews .item a .itl .d1:after{
	position: absolute;
	width: 20px;
	height: 4px;
	background: #0168b3;
	content: '';
	right: 0px;
	top: 14px;
}
.inews .item a .itl .d2{
	color: #5c5c5c;
	font-size: 12px;
}
.inews .item a .itimg{
	width: 20%;
}
.inews .item a .itc{
	width: 50%;
}
.inews .item a .itc .it1{
	font-size: 16px;
	color: #3a3634;
	margin-top: 15px;
}
.inews .item a .itc .it2{
	color: #141414;
	font-size: 12px;
	display: flex;
	align-items: center;
	margin:8px 0;
}
.inews .item a .itc .it2 img{
	margin-right: 6px;
}
.inews .item a .itc .it3{
	color: #444444;
	font-size: 14px;
	line-height: 1.5;
	display: -webkit-box;
	    -webkit-line-clamp: 3; /* 显示的行数 */
	    -webkit-box-orient: vertical;
	    overflow: hidden;
}
.inews .item a .itr{
	width: 18%;
	display: grid;
	align-content: center;
	justify-items: end;
}
.inews .item a .itr span{
	display: flex;
	width: 160px;
	border:1px solid #606060;
	justify-content: space-between;
	padding:8px 25px;
	color: #606060;
	border-radius: 20px;
	align-items: center;
}
.inews .item:hover{
	background: #f5f5f5;
}
.inews .item:hover .itr span{
	background: #0168b3;
	border-color: #0168b3;
	color: #fff;
}
.inews .item:hover .itr span img{
	    filter: contrast(0);
}
.swiper{
	overflow: hidden;
}
.id1{
	padding:100px 0;
	background: #ffffff;
}

#thumbs{
	max-width: 660px;
	margin-top: 25px;
}
#thumbs .swiper-slide{
    overflow: hidden;
    display: grid;
    height: 60px;
        align-content: center;
}
#gallery .swiper-slide{
    overflow: hidden;
    display: grid;
    height: 320px;
        align-content: center;
}
#thumbs .swiper-slide img{
	border-radius: 8px;
}
.ssi .swiper-button-next{
	background-image: url(../images/llarr.png);
	background-size: 9px 16px;
	width: 9px;
	height: 16px;
	left: 12%;
	right: unset;
	top: 58%;
}
.xq{
	margin: 25px 0;
}
.xqtitle{
	font-size: 32px;
	color: #000000;
}

.id2{
	padding:80px 0 160px;
	background-image: url(../images/d2bg.jpg);
	background-size: 100% 100%;
}
.id2 .id2nt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.id2 .id2nt .ntl{
	line-height: 1.2;
}
.id2 .id2nt .ntl .t1{
	background-image: linear-gradient(to right, #2c98ff, #20caff);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 50px;
	font-weight: bold;
}
.id2 .id2nt .ntl .t2{
	color: #000000;
	font-size: 40px;
	font-weight: bold;
}
.id2 .id2nt .ntr{
	display: flex;
	flex-wrap: wrap;
}
.id2 .id2nt .ntr a{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding:10px 25px;
	margin-right: 10px;
}
.id2 .id2nt .ntr a:last-child{
	margin-right: 0;
}
.id2 .id2nt .ntr a:hover{
	background: linear-gradient(90deg,#2e8dff,#1ed4ff);
	color: #fff;
	border-radius: 10px;
}
.id2list{
	display: flex;
	flex-wrap: wrap;
}
.id2list .item{
	width: 32.33%;
	margin-right: 1.5%;
	background: #fff;
	border-radius: 10px;
	margin-top: 45px;
}
.id2list .item:last-child{
	margin-right: 0;
}
.id2list .item .tn1{
	padding:70px 30px;
	text-align: center;
}
.id2list .item .tn1 .tt{
	color: #000000;
	font-size: 36px;
	text-align: center;
	margin-top: 15px;
}
.id2list .item .tn1 .line{
	width: 60px;
	height: 4px;
	background: linear-gradient(to right,#2d93ff,#1fcdff);
	margin: 25px auto;
}
.id2list .item .tn1 .wz{
	font-size: 14px;
	line-height: 1.6;
}
.id2list .item .tn2{
	padding:70px 50px;
	display: none;
}
.id2list .item .tn2 .tt{
	color: #ffffff;
	font-size: 36px;
	margin-top: 15px;
}
.id2list .item .tn2 .wz{
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	margin-top: 25px;
}
.id2list .item .tn2 a{
	color: #fff;
	border:1px solid; #fff;
	border-radius: 25px;
	width: 150px;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	margin-top: 25px;
	transition: .6s;
}
.id2list .item .tn2 a:hover{
	color: #2885eb;
	background: #fff;
	boxshadow:0px 3px 7px 0px #2778dd;
}
.id2list .item:hover{
	background-image: url(../images/xs.jpg);
	background-size: 100% 100%;
}
.id2list .item:hover .tn1{
	display: none;
}
.id2list .item:hover .tn2{
	display: block;
}

.id3{
	padding:100px 0 80px;
}
.id3 .id3nt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.id3 .id3nt .ntl{
	line-height: 1.2;
}
.id3 .id3nt .ntl .t1{
	background-image: linear-gradient(to right, #2c98ff, #20caff);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 50px;
	font-weight: bold;
}
.id3 .id3nt .ntl .t2{
	color: #000000;
	font-size: 40px;
	font-weight: bold;
}
.id3 .id3nt .ntr{
	display: flex;
	flex-wrap: wrap;
}
.id3 .id3nt .ntr a{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding:10px 25px;
	margin-right: 10px;
}
.id3 .id3nt .ntr a:last-child{
	margin-right: 0;
}
.id3 .id3nt .ntr a:hover{
	background: linear-gradient(90deg,#2e8dff,#1ed4ff);
	color: #fff;
	border-radius: 10px;
}
.id3 .id3nt .ntr a.active{
	background: linear-gradient(90deg,#2e8dff,#1ed4ff);
	color: #fff;
	border-radius: 10px;
}

.idnews .idnn{
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}
.idnews .idnn:first-child{
	display: flex;
}
.idnews .idnn .idnnl{
	width: 28%;
	padding-right: 3%;
	position: relative;
	padding-top: 35px;
}
.idnews .idnn .idnnl:after{
	position: absolute;
	right: 0;
	top: -20%;
	content: '';
	height: 120%;
	background: #e5e5e5;
	width: 1px;
}
.idnews .idnn .idnnl a .tdate{
	color: #b6b6b6;
	font-size: 30px;
	font-weight: bold;
}
.idnews .idnn .idnnl a .tdate span{
	color: #d6d6d6;
	font-size: 18px;
}
.idnews .idnn .idnnl a .t1{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:10px 0 15px;
}
.idnews .idnn .idnnl a .cwz{
	color: #1f1f1f;
	font-size: 14px;
	margin:15px 0 25px;
	overflow:hidden; /*内容超出后隐藏*/
	text-overflow:ellipsis;/*超出内容显示为省略号*/
	display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
	-webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
	-webkit-line-clamp:3; 
}
.idnews .idnn .idnnl a .smore{
	border-top:1px solid #23a1ff;
	border-bottom:1px solid #23a1ff;
	padding:8px 5px;
	color: #333333;
	font-size: 14px;

}
.idnews .idnn .idnnr{
	width: 68%;
}
.idnews .idnn .idnnr .item{
	margin-top: 35px;
}
.idnews .idnn .idnnr .item a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.idnews .idnn .idnnr .item a .al{
	width: 62%;
}
.idnews .idnn .idnnr .item a .al .t1{
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.idnews .idnn .idnnr .item a .al .t2{
	color: #808080;
	font-size: 14px;
	overflow:hidden; /*内容超出后隐藏*/
	text-overflow:ellipsis;/*超出内容显示为省略号*/
	display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
	-webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
	-webkit-line-clamp:2; 
	margin-top: 8px;
	line-height: 1.8;
}
.idnews .idnn .idnnr .item a .ac{
	width: 23%;
}
.idnews .idnn .idnnr .item a .ar{
	font-weight: bold;
}
.idnews .idnn .idnnr .item a .ar .d1{
	font-size: 30px;
	color: #b5b5b5;
}
.idnews .idnn .idnnr .item a .ar .d2{
	color: #d6d6d6;
	font-size: 18px;
	margin-top: 5px;
}
.id4{
	padding: 80px 0;
	background: #f6faff;
}
.id4 .id4t{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id4 .id4t .id4tl{
	width: 48%;
}
.id4 .id4t .id4tl .d1{
	background-image: linear-gradient(to right, #2c98ff, #20caff);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
}
.id4 .id4t .id4tl .d2{
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}
.id4 .id4t .id4tl .d3con{
	color: #565656;
	font-size: 16px;
	overflow:hidden; /*内容超出后隐藏*/
	text-overflow:ellipsis;/*超出内容显示为省略号*/
	display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/
	-webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
	-webkit-line-clamp:5; 
	margin-top: 35px;
	line-height: 1.8;
}
.id4 .id4t .id4tl .lmore{
	border:1px solid #26afff;
	border-radius: 20px;
	padding:8px 25px;
	display: inline-block;
	margin-top: 45px;
	color: #26afff;
}
.id4 .id4t .id4tl .lmore:hover{
	background: #26afff;
	color: #fff;
}
.numCount ul{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #e4e7ec;
	border-top: 2px solid #e4e7ec;
	padding:25px 45px;
	margin-top: 45px;
}
.numCount ul li{
	display: flex;

}
.numCount ul li .img{
	margin-right: 15px;
	padding-top: 10px;
}
.numCount ul li .numU{
	font-size: 40px;
	color: #000000;
	line-height: 1;
	font-weight: bold;
}
.numCount ul li .numU sub{
	bottom: 0;
	font-size: 100%;
}
.numCount ul li .indc{
	font-size: 16px;
	color: #000;
	margin-top: 10px;
}
.hsw{
	margin-top: 45px;
}

.ipar{
	padding:120px 0;
}
.parswiper .swiper{
	overflow: hidden;
	padding: 40px 0;
	position: relative;
}
.parswiper .swiper .swiper-slide{
	border:1px solid #d3d3d3;
}
.parswiper .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	background: #cccccc;
	border-radius: 0;
	opacity: 1;
}
.parswiper .swiper-pagination-bullet-active{
	background: #0055a9;
}
.sycon{
	background: #f2f5f8;
	padding:60px 0;
}
.sycon .syc{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sycon .syc .sycl{
	width: 32%;
}
.sycon .syc .sycl h2{
	font-size: 28px;
	color: #333333;
}
.sycon .syc .sycl p{
	color: rgba(51, 51, 51, 0.8);
	font-size: 16px;
	margin-top: 10px;
}
.sycon .syc .sycr{
	width: 62%;
}
.sycon .syc .sycr ul{
	display: flex;
	justify-content: space-between;
}
.sycon .syc .sycr ul li{
	width: 36%;
}
.sycon .syc .sycr ul li input{
	width: 100%;
	border: none;
	background: #ffffff;
	height: 50px;
	line-height: 50px;
	padding:0 10px;
}
.sycon .syc .sycr ul li:last-child{
	width: 20%;
}
.sycon .syc .sycr ul li button{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	background: #0055a9;
	color: #fff;
	font-size: 16px;
}
.nabout{
	background: #f8f8f8;
	padding:120px 0;
}
.nabout .abcon{
	display: flex;
	justify-content: space-between;
}
.nabout .abcon .abconl{
	width: 58%;
}
.nabout .abcon .etitle{
	font-size: 24px;
	color: rgba(51, 51, 51, 0.5);
}
.nabout .abcon .ewtitle{
	font-size: 42px;
	color: #333333;
}
.nabout .abcon .ncon{
	margin-top: 30px;
}
.nabout .abcon .abconr{
	width: 40%;
}

.id4{
	padding:100px 0 120px;
}
.id4 .idnav a{
	background: #f5f5f5;
}
.id4 .idnav a:hover{
	background: #0168b3;
}
.id4 .id4list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}
.id4 .id4list .id4ll{
	width: 29.5%;
	background: #f5f5f5;
}
.id4 .id4list .id4ll a{
	display: block;
}
.id4 .id4list .id4ll a .dcon{
	padding:25px 25px 40px;
}
.id4 .id4list .id4ll a .dcon .date{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #e7e7e7;
	padding-bottom: 20px;
}
.id4 .id4list .id4ll a .dcon .date .dlt{
	font-size: 42px;
	color: #333333;
	font-weight: bold;
}
.id4 .id4list .id4ll a .dcon .date .dlb{
	font-size: 16px;
	color: #333333;
}
.id4 .id4list .id4ll a .dcon .dt{
	color: #333333;
	font-size: 16px;
	margin-top: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.id4 .id4list .id4ll a .dcon .dncon{
	color: rgba(51, 51, 51, 0.8);
	font-size: 14px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.7;
}

.id4 .id4list .id4lc{
	width: 28%;
}
.id4 .id4list .id4lc a{
	display: block;
	background: #f5f5f5;
	margin-top: 25px;
}
.id4 .id4list .id4lc a:first-child{
	margin-top: 0;
}
.id4 .id4list .id4lc a .dcon{
	padding:20px 25px 40px;
}
.id4 .id4list .id4lc a .dcon .date{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #e7e7e7;
	padding-bottom: 20px;
}
.id4 .id4list .id4lc a .dcon .date .dlt{
	font-size: 42px;
	color: #999999;
	font-weight: bold;
}
.id4 .id4list .id4lc a .dcon .date .dlb{
	font-size: 16px;
	color: #999999;
}
.id4 .id4list .id4lc a .dcon .dt{
	color: #333333;
	font-size: 16px;
	margin-top: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.id4 .id4list .id4lc a .dcon .dncon{
	color: rgba(51, 51, 51, 0.8);
	font-size: 14px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.7;
}

.id4 .id4list .id4lr{
	width: 39%;
}
.id4 .id4list .id4lr .item{
	margin-top: 20px;
}
.id4 .id4list .id4lr .item:first-child{
	margin-top: 0;
}
.id4 .id4list .id4lr .item a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:27px 25px;
	background: #f5f5f5;
}
.id4 .id4list .id4lr .item a .dl{
	display: flex;
	align-items: center;
}
.id4 .id4list .id4lr .item a .dl .dlt{
	font-size: 42px;
	color: #999999;
	font-weight: bold;
}
.id4 .id4list .id4lr .item a .dl .dlb{
	font-size: 16px;
	color: #999999;
}
.id4 .id4list .id4lr .item a .dl .dlr{
	margin-left: 20px;
	color: #333333;
	font-size: 16px;
}

.id5{
	padding:90px 0;
	background: #f3f3f3;
}
.id5 .feed{
	max-width: 1200px;
	margin: 40px auto 0;
}
.id5 .feed ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id5 .feed ul li{
	width: 49%;
	margin-top: 30px;
	color: rgba(51, 51, 51, 0.4);
}
.id5 .feed ul li input{
	width: 100%;
	padding:15px;
	border: none;

}
.id5 .feed ul li:last-child{
	width: 100%;
}
.id5 .feed ul li:last-child textarea{
	width: 100%;
	border:none;
	padding:15px;
	resize: none;
	height: 100px;
}
.id5 .submit{
	background: #0168b3;
	text-align: center;
	color: #f2f5f8;
	font-size: 16px;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 60px auto 0;
	border:none;
	width: 180px;
}

.location{
	background: #fff;
	padding:10px 0;
}
.location .lca{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.location .lca .lcal{
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 14px;
}
.location .lca .lcal a{
	color: #333333;
	font-size: 14px;
	line-height: 1;
	margin: 0 8px;
}
.location .lca .lcal a:first-child{
	margin-left: 0;
}
.location .lca .lcar a{
	display: inline-block;
	margin-right: 50px;
	color: #333333;
	font-size: 16px;
	padding:20px 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.location .lca .lcar a:last-child{
	margin-right: 0;
}
.location .lca .lcar a:hover{
	background: #0168b3;
    color: #fff;
}
.location .lca .lcar a.active{
    background: #0168b3;
    color: #fff;
}
.nbg{
	background: #f8f8f8;
	padding:90px 0;
}
.ntitle{
	text-align: center;
}
.ntitle .line{
	height: 2px;
	width: 40px;
	background: #2f8bff;
	margin: 15px auto;
}
.ntitle h2{
	color: #000000;
	font-size: 36px;
	font-weight: bold;
}
.ntitle h3{
	color: #000000;
	font-size: 36px;
	font-weight: bold;
	margin:8px 0 10px;
}
.ntitle p{
	color: #555555;
	font-size: 18px;
}
.ntitle .nwz{
	text-align: center;
	padding:0 10%;
	font-size: 14px;
}
.npro{
	padding:80px 0;
}
.nprolist{
	display: flex;
	flex-wrap: wrap;
}
.nprolist .item{
	width: 31.33%;
	margin-right: 3%;
	margin-top: 3%;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	transition: .6s;
}
.nprolist .item:nth-child(3n){
	margin-right: 0;
}
.nprolist .item a{
	
	display: block;
	padding:30px;
	
	text-align: center;
}
.nprolist .item a .t1{
	font-size: 24px;
	color: #000000;
	margin:15px 0 25px;
	transition: .6s;
}
.nprolist .item a .nwz{
	font-size: 16px;
	color: #000000;
	line-height: 1.8;
}
.nprolist .item a span{
	border: 1px solid #e5e5e5;
	padding:8px 20px;
	display: inline-block;
	border-radius: 20px;
	margin-top: 25px;
	color: #000000;
	font-size: 16px;
	transition: .6s;
}
.nprolist .item:hover{
	box-shadow:0px 0px 10px 1px #ccc ;
}
.nprolist .item:hover .t1{
	background-image: linear-gradient(to right, #2c98ff, #20caff);
	    -webkit-background-clip: text;
	    color: transparent;
}
.nprolist .item:hover a span{
	background: linear-gradient(to right,#2e8eff,#1dd4ff);
	color: #fff;
}
.procn{
	padding:80px 0;
}
.procn .procnn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.procn .procnn .procnnl{
	width:24%;
}
.procn .procnn .procnnl .tit{
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 40px;
	border-bottom: 1px solid #e3edfb;
}
.procn .procnn .procnnl .nlist .item{
	margin-top: 25px;
	transition: .6s;
	border-radius: 10px;
}
.procn .procnn .procnnl .nlist .item a{
	display: flex;
	flex-wrap: wrap;
	padding:15px;
	align-items: center;
	
}
.procn .procnn .procnnl .nlist .item a .img{
	width: 30px;
}
.procn .procnn .procnnl .nlist .item a .wz{
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	margin-left: 15px;
	transition: .6s;
}
.procn .procnn .procnnl .nlist .item:hover{
	background: #e3edfb;
}
.procn .procnn .procnnl .nlist .item:hover a .wz{
	color: #2f8aff;
}
.procn .procnn .procnnl .nlist .item.active{
	background: #e3edfb;
}
.procn .procnn .procnnl .nlist .item.active a .wz{
	color: #2f8aff;
}
.procn .procnn .procnnr{
	width: 72%;
}
.procn .procnn .procnnr .prt{
	position: relative;
	background-image: url(../images/pbg.jpg);
	background-size: 100% 100%;
	border-radius: 10px;
	padding:50px 80px 80px 80px;
}
.procn .procnn .procnnr .prt .t1{
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}
.procn .procnn .procnnr .prt .t2{
	font-size: 14px;
	color: #353535;
	line-height: 1.7;
	margin-top: 25px;
}
.procn .procnn .procnnr .prt .totel{
	display: inline-block;
	border: 1px solid #2f8aff;
	color: #2f8aff;
	font-size: 14px;
	padding:10px 8px;
	border-radius: 5px;
	margin-top: 35px;
}
.procn .procnn .procnnr .prt .simg{
	position: absolute;
	right: 80px;
	bottom:40px;
}
.procn .procnn .procnnr .prt .totel:hover{
	background: #2f8aff;
	color: #fff;
}
.blist{
	display: flex;
	flex-wrap: wrap;
}
.blist .item{
	width: 48%;
	margin-right: 4%;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	padding:30px;
	margin-top: 30px;
	transition: .6s;
}
.blist .item:nth-child(2n){
	margin-right: 0;
}
.blist .item .tt1{
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	transition: .6s;
}
.blist .item .tt2{
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
.blist .item:hover{
	box-shadow: 0px 0px 10px 0px #ccc;
	border-color: #fff;
}
.blist .item:hover .tt1{
	color: #2f8aff;
}
.szl{
	padding:80px 0;
}
.szlist{
	display: flex;
	flex-wrap: wrap;
}
.szlist .item{
	width: 24%;
	margin-right: 1.33%;
	margin-top: 40px;
}
.szlist .item:nth-child(4n){
	margin-right: 0;
}
.szlist .item .img{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	display: grid;
	align-content: center;
	height: 220px;
}
.szlist .item .ewm{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,0.4);
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 14px;
	transition: .6s;
	display: none;
}
.szlist .item .tt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.szlist .item .ttl{
	font-size: 18px;
	color: #010101;
	transition: .6s;
}
.szlist .item .ttr{
	display: flex;
}
.szlist .item .ttr span{
	color: #555555;
	font-size: 14px;
	background: #f6f6f6;
	border-radius: 5px;
	padding:3px 15px;
	transition: .6s;
	display: inline-block;
	margin-left: 5px;
}
.szlist .item .tb{
	font-size: 14px;
	color: #555555;
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.szlist .item .tb img{
	margin-right: 5px;
}
.szlist .item:hover .ewm{
	opacity: 1;
}
.szlist .item:hover .ttl{
	color: #2f8aff;
}
.szlist .item:hover .ttr span{
	color: #fff;
	background: #2f8aff;
}
.yxyj{
	padding:80px 0;
}
.yxyj .yt{
	font-size: 32px;
	color: #000000;
	/*font-weight: 600;*/
}
.yxyj .yt2{
	display: flex;
	align-items: center;
	margin-top: 15px;
	flex-wrap: wrap;
}
.yxyj .yt2>div{
	margin-right: 25px;
	color: #555555;
	font-size: 16px;
}
.yxyj .yt2>div img{
	margin-right: 5px;
}
.yxyj .yt2>div span{
	color: #555555;
	font-size: 14px;
	background: #f6f6f6;
	border-radius: 5px;
	padding:3px 15px;
	transition: .6s;
	display: inline-block;
	margin-left: 5px;
}
.yxyj .yt3{
	margin:35px 0;
}
.ssi{
	margin-left: auto;
	max-width: 1640px;

	width: 100%;
}
.xx{
	padding:60px 0;
	background: #fbfbfb;
}
.xx .szlist .item{
	width: 32.33%;
	margin-right: 1.5%;
	margin-top: 25px;
}
.xx .szlist .item:nth-child(3n){
	margin-right: 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: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  background: #2f8bff;
}
.pagination a.page-num-current {
  color: #fff;
  background: #2f8bff;
}
.nytitle{
	text-align: center;
}
.nytitle h2{
	font-size: 36px;
	color: #333333;
}
.nytitle .line{
	height: 2px;
	background: #0168b3;
	width: 32px;
	margin:15px auto 0;
}
.ab1{
	padding:80px 0 160px;
}
.ab1 .ab1con{
	text-align: center;
	margin:25px 0;
	height: 100px;
	overflow: hidden;
}
.ab1 .acc{
	text-align: center;
	margin:15px 0;
}
.ab1 .ac{
	color: #0168b3;
	text-align: center;
	display: inline-block;
	border-bottom: 1px solid #0168b3;
	cursor: pointer;
}
.ab1 .ab1list{
	padding:0 5vw;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.ab1 .ab1list .item{
	width: 25%;
	text-align: center;
	position: relative;
	margin-top:25px;
}
.ab1 .ab1list .item:after{
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 80%;
	background: #e7e7e7;
	content:'';
}
.ab1 .ab1list .item:last-child:after{
	display: none;
}
.ab1 .ab1list .item .wz1{
	font-size: 56px;
	color: #333333;
	display: flex;
    justify-content: center;
}
.ab1 .ab1list .item .wz1 span{
	color: #0168b3;
	font-size: 15px;
}
.ab1 .ab1list .item .wz2{
	color: #525151;
	font-size: 14px;
}
.ab1img{
	position: relative;
	line-height: 1;
}
.ab1img .play{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.2);
}
.newslist .item{
	margin-top: 50px;
}
.newslist .item a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #dadada;
	padding-bottom: 50px;
	align-items: center;
}
.newslist .item a .al{
	width: 35%;
}
.newslist .item a .ar{
	width: 63%;
}
.newslist .item a .ar h3{
	color: #333333;
	font-size: 24px;
}
.newslist .item a .ar .acon{
	font-size: 16px;
	color: #808080;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 35px;
}
.newslist .item a .ar .dt{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	margin-top: 50px;
	
}
.newslist .item a .ar .dt .dtl{
	color: #808080;
}
.newslist .item a .ar .dt .dtr{
	font-size: 18px;
	color: #0168b3;
}
.nnnews{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nnnews .newscon{
	width: 72%;
}
.newscon .newscont{
	background: #fff;
	padding:80px 30px 160px;
}
.newscon .newscont .nt{
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}
.newscon .newscont .nt h1{
	font-size: 24px;
	color: #000000;
}
.newscon .newscont .nt p{
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	margin-top: 15px;
}
.newscon .newscont  .ncon{
	margin-top: 30px;
}
.newscon .newsconb{
	background: #fff;
	padding:15px 0px;
	margin-top: 30px;
	border-top: 1px solid #e4e4e4;
}
.newscon .newsconb .ncbl{
	display: flex;
	justify-content: space-between;
}
.newscon .newsconb .ncbl>div{
	color: #333333;
	font-size: 14px;
	margin-top: 5px;
}
.newscon .newsconb .ncbl>div:first-child{
	margin-top: 0;
}
.newscon .newsconb .ncbl>div a{
	color: #333;
	font-size: 14px;
}
.newscon .newsconb .ncbr a{
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 18px;
	background: #f3f3f3;
	text-align: center;
	border-radius: 10px;
}
.nnnews .newsright{
	width: 25%;
}
.nnnews .newsright .sr{
	background: #fff;
	padding-top: 15px;
}
.nnnews .newsright h3{
	font-size: 24px;
	color: #000000;
	padding-left: 15px;
	border-left: 2px solid #0168b3;
}
.nnnews .newsright .ssp{
	padding:15px;
}
.nnnews .newsright .ssp ul li{
	border-bottom: 1px #cccccc dashed;
	margin-top: 10px;
	padding-bottom: 10px;
}
.nnnews .newsright .ssp ul li a{
	color: rgba(51, 51, 51, 0.8);
	font-size: 14px;
}
.p2c{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	margin-top: 35px;
}
.p2c .p2cl{
	width: 50%;
	border: 1px solid #eeeeee;
}
.p2c .p2cl .swiper{
	position: relative;
	overflow: hidden;
}
.p2c .p2cr{
	width: 50%;
	background: #f7f7f7;
	display: grid;
	align-content: center;
}
.p2c .p2cr .p2crcon{
	padding:0 7%;
}
.p2c .p2cr .p2crcon h2{
	font-size: 30px;
	color: #0168b3;
	font-weight: bold;
}
.p2c .p2cr .p2crcon .nncon{
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 25px;
}
.p3list{
	display: flex;
	flex-wrap: wrap;
}
.p3list .item{
	width: 48%;
	margin-right: 4%;
	margin-top: 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p3list .item:nth-child(2n){
	margin-right: 0;
}
.p3list .item .tl{
	width: 15%;
}
.p3list .item .tr{
	width: 85%;
}
.p3list .item .tr h4{
	font-size: 24px;
	color: #0168b3;
	font-weight: bold;
}
.p3list .item .tr .trcon{
	color: #343434;
	font-size: 18px;
	margin-top: 10px;
}
.ab1img{
	position: relative;
	line-height: 1;
	margin: 35px 0;
}
.ab1img .play{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.2);
}
.p4{
	padding:40px 0 60px;
}
.pcon .tt{
	font-size: 30px;
	color: #0168b3;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}
.pcon .tt:after{
	position: absolute;
	left: 0;
	bottom:0;
	content: '';
	background: #0168b3;
	width: 100px;
	height: 1px;
}

.cbg{
	padding:80px 0;
}
.cbg .caselist .item{
	background: #f7f7f7;
}
.cbg .caselist .item a{
	display: flex;
	flex-wrap: wrap;
}
.cbg .caselist .item a .al{
	width: 50%;
}
.cbg .caselist .item a .ar{
	width: 50%;
}
.cbg .caselist .item a .ar .arcon{
	padding:50px;
}
.cbg .caselist .item a .ar .arcon h3{
	font-size: 30px;
	color: #0168b3;
}
.cbg .caselist .item a .ar .arcon .acon{
	color: #333333;
	font-size: 18px;
	margin: 25px 0;
	line-height: 1.8;
}
.cbg .caselist .item:nth-child(even) a{
	flex-direction: row-reverse;
}
.casecon h1{
	text-align: center;
	font-size: 30px;
	color: #333333;
}
.casecon .simg{
	margin:15px 0;
}
.ctitle{
	border-bottom: 3px solid #ebebeb;
	position: relative;
	padding-bottom: 15px;
	color: #333333;
	font-size: 28px;
	margin:20px 0;
}
.ctitle:after{
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100px;
	content: '';
	height: 3px;
	background: #0168b3;
}
.syy{
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
	padding-top: 15px;
}
.plist{
	display: flex;
	flex-wrap: wrap;
}
.plist .item{
	width: 19%;
	margin-right: 1.25%;
	border: 1px solid #d5d5d5;
	margin-bottom: 15px;
}
.plist .item:nth-child(5n){
	margin-right: 0;
}
.pro{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro .prol{
	width: 20%;
}
.pro .prol .pnav .pnt{
	background: #0168b3;
	text-align: center;
	padding:50px 0 30px;
}
.pro .prol .pnav .pnt h2{
	font-size: 34px;
	color: #ffffff;
}
.pro .prol .pnav .pnt p{
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	margin-top: 5px;
}
.pro .prol .pnav ul{
	background: #fff;
}
.pro .prol .pnav ul li{
	border-bottom: 1px solid #dcdcdc;
	padding:20px 15px;
}
.pro .prol .pnav ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333333;
	font-size: 15px;
}
.pro .prol .pnav ul li.sl img{
    transform: rotate(90deg);
}
.pro .prol .pnav ul li .ssf{
    display: flex;
    justify-content: space-between;
}
.pro .prol .pnav ul li .ssf:hover a{
	color: #0168b3;
}
.pro .prol .pnav ul li.active .ssf a{
	color: #0168b3;
}
.pro .prol .pnav ul li dl{
    margin-bottom: 0;
    margin-top:15px;
    padding-left: 10px;
    display: none;
}
.pro .prol .pnav ul li dl dd a{
    font-size: 14px;
    color: #666;
}
.pro .prol .pnav ul li dl dd:hover a{
    color: #0168b3;
}
.pro .prol .pnav .pnb{
	background: #0168b3;
	padding:25px 0;
	text-align: center;
}
.pro .prol .pnav .pnb .t1{
	color: #ffffff;
	font-size: 16px;
}
.pro .prol .pnav .pnb .t2{
	color: #ffffff;
	font-size: 28px;
}
.pro .prol .pnav .pnb a{
	display: block;
	width: 110px;
	background: #ffffff;
	text-align: center;
	margin:15px auto 0;
	color: #0168b3;
	font-size: 14px;
	padding:8px 0;
}
.pro .pror{
	width: 78%;
}
.pro .pror .productlist{
	display: flex;
	flex-wrap: wrap;
}
.pro .pror .productlist a{
	width: 32.33%;
	margin-right: 1.5%;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
.pro .pror .productlist a h4{
	font-size: 14px;
	color: #333333;
	background: #fff;
	padding:15px 0 10px;

}
.pro .pror .productlist a:nth-child(3n){
	margin-right: 0;
}
.pro1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding:60px 40px;
}
.pro1 .pcl{
	width: 51%;
}
.pro1 .pcl h1{
	font-size: 28px;
	color: #000;
}
.pro1 .pcl .ccon{
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding:25px 0;
	margin:30px 0;
}
.pro1 .pcl .zx{
	background: #0168b3;
	font-size: 16px;
	color: #ffffff;
	display: block;
	text-align: center;
	width: 280px ;
	line-height: 50px;
	height: 50px;
}
.pro1 .pcr{
	width: 46%;
}
.pro2{
	padding:60px 40px;
	background: #fff;
	margin-top: 35px;
}
.pro2 h3{
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 23px;
	color: #333333;
	font-size: 24px;
}
.pro2 h3 span{
	position: relative;
}
.pro2 h3 span:after{
	position: absolute;
	left: 0;
	bottom: -22px;
	content: '';
	width: 100%;
	height: 2px;
	background: #0168b3;
}
.pro3{
	padding:60px 40px;
	background: #fff;
	margin-top: 35px;
}
.pro3 h3{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 23px;
	color: #333333;
	font-size: 24px;
}
.pro3 .pro3list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.pro3 .pro3list a{
	width: 32.33%;
	margin-right: 1.5%;
	text-align: center;
	margin-top: 15px;
}
.pro3 .pro3list a:last-child{
	margin-right: 0;
}
.pro3 .pro3list a h4{
	font-size: 16px;
	color: #333333;
	margin:20px 0 25px;
}
.pro3 .pro3list a span{
	border:1px solid #dfdfdf;
	text-align: center;
	width: 130px;
	margin:auto;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	display: block;
}
.ntitle{
	text-align: center;
}
.ntitle .ttitle{
	font-size:2.2rem;

}
.ntitle .nline{
	width: 50px;
	height: 3px;
	background: #0168b3;
	margin: 10px auto 0;
}

.contact-lx{
	padding:100px 0;
}
.contact-lx .colx{
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}
.contact-lx .colx .colxl{
	width: 50%;
	background: url(../images/cobg.png) no-repeat;
	background-size: cover;
	display: grid;
	align-content: center;
	padding:40px 40px;
}
.contact-lx .colx .colxl h2{
	font-size: 25px;
	color: #ffffff;
	font-weight: 600;
}
.contact-lx .colx .colxl h6{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}
.contact-lx .colx .colxl .line{
	width: 90px;
	height: 5px;
	background: #fff;
	margin:10px 0 25px;
}

.contact-lx .colx .colxl ul li{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.contact-lx .colx .colxl ul li .limg{

}
.contact-lx .colx .colxl ul li .lwz{
	margin-left: 2%;
}
.contact-lx .colx .colxl ul li .lwz h5{
	font-size: 13px;
	color: #ffffff;
}
.contact-lx .colx .colxl ul li .lwz h4{
	font-size: 15px;
	color: #ffffff;
	margin-top: 5px;
}
.contact-lx .colx .colxl .ewm{
	display: flex;
	margin-top: 25px;
}
.contact-lx .colx .colxl .ewm .item{
	margin-right: 15px;
	text-align: center;
}
.contact-lx .colx .colxl .ewm .item p{
	color: #fff;
	font-size: 13px;
	margin-top: 5px;
}
.contact-lx .colx .colxr{
	width: 50%;
}

.feed{
    width: 100%;
}
.feed h4{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.feed h4 span{
    font-size: 20px;
    color: #f9a61f;
}
.feedbb ul{
    overflow: hidden;
    margin-top: 15px;
}
.feedbb ul li{
    float: left;
    width: 46%;
    margin:0% 2%;
    border: 1px solid #ededed;
    
}
.feedbb ul li span{
    float: left;
    width: 25%;
    padding: 12px 0 12px 12px;
    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: 160px;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    padding: 8px 0;
    color: #fff;
    margin: 0 6px;
    background: #0168b3;
}

footer{
	background:#002d52;
	background-size: cover;
	padding-top:80px;
	padding-bottom: 40px;
}
footer .foot{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .foot .fl{
	width: 35%;
	display: flex;
	justify-content: space-between;
}
footer .foot .fl .fll{
	width: 52%;
}
footer .foot .fl .fll .fwz{
	font-size: 18px;
	color: #ffffff;
	border-bottom: 1px solid #b9b9b9;
	padding-bottom: 25px;
	padding-top: 15px;

}
footer .foot .fl .fll ul{
	margin-top: 25px;
}
footer .foot .fl .fll ul li{
	margin-top: 10px;
	color: #ffffff;
	font-size: 18px;
}
footer .foot .fl .fll ul li span{
	color: #b7b6b6;
	font-size: 14px;
}
footer .foot .fl .flr{
	width: 32%;
}
footer .foot .fl .flr .wc{
	text-align: center;
}
footer .foot .fl .flr .wc .wcwz{
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 8px;
}
footer .foot .fc{
	width: 10%;
}
footer .foot .fc ul li{
	list-style: disc;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
footer .foot .fc ul li:first-child{
	margin-top: 0;
}
footer .foot .fc ul li a{
	color: #fff;
	font-size: 18px;

}
footer .foot .fr{
	width: 30%;
}
footer .foot .fr form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .foot .fr form .il{
	width: 72%;
}
footer .foot .fr form .il ul li{
	margin-top: 15px;
}
footer .foot .fr form .il ul li:first-child{
	margin-top: 0;
}
footer .foot .fr form .il ul li .t{
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
footer .foot .fr form .il ul li input{
	width: 100%;
	background: #e0e0e0;
	border-radius: 2px;
	border: none;
	padding:5px 15px;
}
footer .foot .fr form .ir{
	width: 22%;
}
footer .foot .fr form .ir button{
	height: 97%;
	margin-top: 10%;
	width: 100%;
	background: linear-gradient(180deg,#1ed5ff,#2f8bff);
	border:none;
	color: #fff;
	border-radius: 2px;
}
.copyright{
	background: #001a2f;
	padding:10px 0;
}
.copyright .cp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.copyright .cp .cpl{
	font-size: 14px;
	color: #53728b;
}
.copyright .cp .cpl a{
	font-size: 14px;
	color: #53728b;
}
.copyright .cp .cpr{
	font-size: 14px;
	color: #53728b;
}
.copyright .cp .cpr a{
	font-size: 14px;
	color: #53728b;
}


.sec{
    position: absolute;
    background: #fff;
    top: 104px;
    width:100%;
    padding:30.5px 0 30px;
    z-index: 9;
    display: none;
    border-top:1px solid #ccc;
}
.sec .timg{
    text-align: center;
    margin-bottom:20px;
}
.sec .timg img{
    filter: brightness(0);
    max-height: 69.5px;
}
.sec input{
    max-width: 360px;
    height: 41px;
    line-height: 41px;
    background: #fff url(../images/search.png) no-repeat 10px 11px;
    border-radius: 0;
    width: 100%;
    padding:0 30px;
    margin: auto;
    border: 1px solid #C4C4C3;
    display: block;
}

/*手机导航*/

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;
}
.yqlink{
    margin-top:24px;
}
.yqlink a{
    margin-right: 10px;
}
footer .ftn .ftnr .simg{
    margin-top:24px;
}
.menu .mmr ul{
    height: 100%;
    position: fixed;
    top: 0;
    left: -380px;
    height: 100%;
    padding:90px 43px 0 47px;
    background: #fff;
    z-index: 6;
    transition: .6s;
}
.mmr ul .img{
    margin:15px 0;
}
/*img{*/
/*    max-width: 100%;*/
/*}*/

.menu .mmr ul li{
    margin-top: 16px;
}
.menu .mmr ul li a{
    color: #666666;
    font-size: 14px;
}
.menu .mmr .smore{
    position: relative;
    padding-bottom: 2px;
    color: #666666;
    font-size: 12px;
}
.menu .mmr .smore:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #707070;
}

.nyab1{
	padding:80px 0;
}
.nyab1 .ncon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nyab1 .ncon .ncl{
	width: 25%;
}
.nyab1 .ncon .ncl .t{
	font-size: 36px;
	color: #000;
}
.nyab1 .ncon  .ncr{
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
	width: 65%;
}
.nyab2{
	padding:80px 0;
	background: #f8fafc;
}
.nab2list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.nab2list .item{
	width: 24%;
	margin-right: 1.33%;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	margin-top: 45px;
}
.nab2list .item:last-child{
	margin-right: 0;
}
.nab2list .item .img{
	margin-top: -90px;
	text-align: center;

}
.nab2list .item .t2{
	display: none;
}
.nab2list .item .scon{
	padding:25px 30px 60px;
}
.nab2list .item .scon .t1{
	font-size: 28px;
	color: #000000;
	font-weight: 600;
}
.nab2list .item .scon .line{
	background: #2f8bff;
	width: 26px;
	height: 1px;
	margin:25px auto;
}
.nab2list .item .scon .nncon{
	color: #555555;
	font-size: 16px;
	text-align: justify;
	line-height: 1.8;
}
.nab2list .item:hover .img .t2{
	display: inline-block;
}
.nab2list .item:hover .img .t1{
	display: none;
}
.nyab3{
	padding-top: 80px;
}
.nyab3 .abnav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 45px;
}
.nyab3 .abnav a{
	color: #555555;
	font-size: 18px;
	padding:15px 0;
	position: relative;
}
.nyab3 .abnav a.active:after{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #2f8bff;
	content: '';
}
.nyab3 .abnav a.active{
	color: #2f8bff;
}
.nb3con{
	background: #f8fafc;
	padding:60px 0;
}
.sd .item{
	display: none;
}
.sd .item:first-child{
	display: block;
}
.nyab4{
	padding:80px 0;
}
.nyab4 .swiper{
	margin-top: 45px;
}
.b4-1{
	margin-top: 60px;
}
.b4-2{
	margin-top: 60px;
}
.nyab5{
	padding-top:80px;
	background: #f8fafc;
}
.fc{
	position: relative;
	padding-bottom: 160px;
}
.fc .swiper-button-prev{
	left: 45%;
	bottom:8%;
	top:unset;
	background-image: url(../images/sl.png);
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
}
.fc .swiper-button-next{
	right: 45%;
	bottom:8%;
	top:unset;
	background-image: url(../images/sr.png);
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
}
.casetop{
	padding:80px 0;
}
.casetop .container{
	margin-top: 45px;
}
.casesn .casennav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.casesn .casennav a{
	border:1px solid #e0e0e0;
	color: #000;
	font-size: 18px;
	padding:8px 20px;
	display: inline-block;
	margin-right: 5%;
	transition: .6s;
	border-radius: 5px;
}
.casesn .casennav a:last-child{
	margin-right: 0;
}
.casesn .casennav a:hover{
	background: linear-gradient(to right,#2e8bff,#1ed4ff);
	color: #fff;
}
.casesn .casennav a.active{
	background: linear-gradient(to right,#2e8bff,#1ed4ff);
	color: #fff;
}
.casesn .nwz{
	text-align: center;
	padding:35px 0;
	font-size: 16px;
	color: #000000;
	line-height: 1.8;
}
.clist{
	display: flex;
	flex-wrap: wrap;
}
.clist .item{
	width: 31.33%;
	margin-right: 3%;
	box-shadow: 0px 0px 10px 1px #ccc;
	margin-bottom: 45px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0);
	transition: .6s;
}
.clist .item:nth-child(3n){
	margin-right: 0;
}
.clist .item .nncc{
	padding:25px ;
}
.clist .item .nncc .t1{
	font-size: 20px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 10px;
	transition: .6s;
}
.clist .item:hover{
	border: 1px solid #53a3ff;
}
.clist .item:hover .t1{
	color: #53a3ff;
}
.cny{
	padding:80px 0;
}
.sntitle{
	color: #000000;
	font-size: 32px;
	text-align: center;
}
.ccns .swiper-slide{
	display: flex;
	flex-wrap: wrap;
}
.ccns .swiper-slide .item{
	width: 48%;
	margin-right: 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
.ccns .swiper-slide .item:nth-child(n+3){
	flex-direction: row-reverse;
}
.ccns .swiper-slide .item:nth-child(2n){
	margin-right: 0;
}
.ccns .swiper-slide .item .il{
	width: 38%;
}
.ccns .swiper-slide .item .ir{
	width: 56%;
}
.ccns .swiper-slide .item .ir .irt{
	font-size: 20px;
	color: #000000;
}
.ccns .swiper-slide .item .ir .ircon{
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 15px;
}
.ccns .swiper{
	position: relative;
	padding-bottom: 60px;
}
.ccns .swiper .swiper-pagination .swiper-pagination-bullet{
	background: #dbdbdb;
	opacity: 1;
}
.ccns .swiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 32px!important;
	background: #2f8aff!important;
	border-radius: 20px;
}
.cs2{
	padding-top: 60px;
	position: relative;
}
.cs2:after{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 20vh;
	background: #094e9d;
	content: '';
}
.cs2 .swiper{
	position: relative;
	padding-bottom: 60px;
	margin-top: 45px;
}
.cs2 .swiper .swiper-pagination .swiper-pagination-bullet{
	background: #dbdbdb;
	opacity: 1;
}
.cs2 .swiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 32px!important;
	background: #2f8aff!important;
	border-radius: 20px;
}
.abccn{
	padding:60px 0;
}
.ccontact{
	padding:80px 0;
}
.ccontact .ccnn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ccontact .ccnn .t1{
	font-size: 30px;
	color: #000000;
}
.ccontact .ccnn .t2{
	font-size: 14px;
	color: #758795;
	margin-top: 5px;
	margin-bottom: 40px;
}
.ccontact .ccnn .ccnnl{
	width: 35%;
}
.ccontact .ccnn .ccnnr{
	width: 60%;
}
.ccontact .ccnn .ccnnr form ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ccontact .ccnn .ccnnr form ul li{
	width: 49%;
	margin-top: 25px;
}
.ccontact .ccnn .ccnnr form ul li input{
	width: 100%;
	background: #eff6ff;
	border-radius: 5px;
	padding:8px 15px;
	border:none;
}
.ccontact .ccnn .ccnnr form ul li:last-child{
	width: 100%;
}
.ccontact .ccnn .ccnnr form ul li textarea{
	width: 100%;
	background: #eff6ff;
	border-radius: 5px;
	padding:8px 15px;
	border:none;
	resize: none;
	height: 120px;
}
.ccontact .ccnn .ccnnr form button{
	background: #2f8aff;
	width: 180px;
	padding:12px 0;
	text-align: center;
	display: inline-block;
	border:none;
	color: #fff;
	margin-top: 25px;
}

@media only screen and (min-width: 1200px) {
.toolbar {
display:block
}
}
.hidden-lg{
    display: none!important;
}
@media(max-width:780px){
    footer .foot .fl{
        width:100%;
    }
    footer .foot .fc{
        width:44%;
    }
    footer .foot .fr{
        width:52%;
    }
    footer .foot .fc ul li a{
        font-size: 14px;
    }
    footer .foot .fr form .il ul li .t{
        font-size: 14px;
    }
    .szl{
        padding:60px 0;
    }
    .ntitle h3{
        font-size: 24px;
    }
    #distpicker{
        margin-top:15px!important;
    }
    .szlist .item{
        width:100%;
        margin-right: 0;
    }
    .hidden-xs{
        display: none!important;
    }
    .hidden-lg{
        display: block!important;
    }
    .se{
        /*display: none;*/
        opacity: 0;
    }
    .yxyj .yt2>div{
        margin-top:10px;
    }
    header .logo img{
        filter: brightness(0)!important;
    }
    header.fx .logo img{
        filter: brightness(0)!important;
    }
	footer .foot .ftl{
		width: 100%;
	}
	footer .foot .ftc{
		width: 100%;
		border-left: none;
		border-right: none;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer .foot .fc{
	    padding-bottom:60px;
	}
	footer .foot .ftc .item h3{
		font-size: 16px;
	}
	footer .foot .ftc .item{
		width: 33%;
		margin-top: 15px;
	}
	footer .foot .ftc .item ul li{
		margin-top: 4px;
	}
	footer .foot .ftc .item ul li a{
		font-size: 12px;
	}
	footer .foot .ftr{
		width: 100%;
		text-align: center;
	}
	footer .ylink{
		margin-top: 15px;
	}
	.navbar-light .navbar-nav .nav-item .nav-link{
	    padding:.5rem 0;
	}
	.navbar .container{
	    padding:0 15px;
	}
	.navbar .search{
	    padding:.5rem 0;
	}
	.id1{
	    padding:40px 0;
	}
	.title h2{
	    font-size: 24px;
	}
	.title p{
	    font-size:12px;
	}
	.idnav{
	    margin-top:15px;
	}
	.idnav a{
	    font-size: 12px;
	    width:90px;
	    margin:10px 10px 0;
	}
	.id1 .id1list .item{
	    width:49%;
	    margin-right: 2%!important;
	    margin-top:20px;
	}
	.id1 .id1list .item:nth-child(2n){
	    margin-right: 0!important;
	}
	.id1 .id1list .item h4{
	    font-size: 14px;
	}
	.id2{
	    padding:80px 0;
	}
	.id2 .id2con .id2cl{
	    width:100%;
	}
	.id2 .id2con .id2cr{
	    width: 100%;
	}
	.id2 .id2con .id2cr .crcon{
	    padding:40px 20px;
	}
	.id2 .id2con .id2cr .crcon h2{
	    font-size: 24px;
	}
	.id2 .id2con .id2cr .crcon .more{
	    margin:20px 0;
	}
	.id2 .id2con .id2cr .crcon h4{
	    font-size: 16px;
	}
	.id2 .id2con .id2cr .crcon .dcon{
	    font-size: 14px;
	}
	.id2 .id2con .id2cr .crcon .cnum .item{
	    margin-top:40px;
	}
	.id2 .id2con .id2cr .crcon .cnum .item h3{
	    font-size: 28px;
	}
	.id3{
	    padding:60px 0 40px;
	}
	.d3s .swiper-pagination-bullet{
	    width:20px;
	    height: 2px;
	}
	.id3 .d3s .swiper-slide .d3con h4{
	    font-size: 16px;
	}
	.id3 .d3s .swiper-slide .d3con .d3cc{
	    padding:15px 0;
	}
	.id4{
	    padding:60px 0 80px;
	}
	.id4 .id4list .id4ll{
	    width:100%;
	}
	.id4 .id4list .id4lc{
	    width:100%;
	    margin-top:20px;
	}
	.id4 .id4list .id4lr{
	    width:100%;
	    margin-top:20px;
	}
	.id5{
	    padding:60px 0;
	}
	.id5 .feed{
	    margin-top:0;
	}
	footer{
	    padding-top:40px;
	}
	footer .foot .ftl{
	    display: none;
	}
	footer .foot .ftl .ftl2{
	    font-size: 26px;
	}
	footer .foot .ftc{
	    display: none;
	}
	footer .foot .ftc .fclist{
	    padding:0;
	}
	footer .foot .ftc .item{
	    width:auto;
	}
	footer .foot .ftc .item a{
	    font-size: 14px;
	}
	footer .foot .ftc .ful{
	    padding:0;
	}
	footer .foot .ftc .ful ul li{
	    margin-top:10px;
	}
	footer .foot .ftc{
	    padding-bottom: 25px;
	}
	.pro .prol{
	    width:100%;
	}
	.pro .prol .pnav .pnt{
	    padding:30px 0 15px;
	}
	.pro .prol .pnav .pnt h2{
	    font-size: 28px;
	}
	.pro .prol .pnav ul li{
	    padding:12px 8px;
	}
	.pro .pror{
	    width:100%;
	    margin-top:25px;
	}
	.pro .pror .productlist a{
	    width:49%;
	    margin-right: 2%!important;
	}
	.pro .pror .productlist a:nth-child(2n){
	    margin-right: 0!important;
	}
	.pro1{
	    padding:30px 15px;
	}
	.pro1 .pcl{
	    width:100%;
	}
	.pro1 .pcr{
	    width:100%;
	    margin-top:25px;
	}
	.pro2{
	    padding:30px 15px;
	}
	.pro3{
	    padding:30px 15px;
	}
	.pro3 .pro3list a{
	    width:100%;
	    margin-right: 0;
	}
	.newslist .item a .al{
	    width:100%;
	}
	.newslist .item a .ar{
	    width:100%;
	    margin-top:25px;
	}
	.newslist .item a .ar h3{
	    font-size: 18px;
	}
	.newslist .item a .ar .acon{
	    font-size: 14px;
	    margin-top:20px;
	}
	.newslist .item a .ar .dt{
	    margin-top:25px;
	}
	.nbg{
	    padding:20px 0 60px;
	}
	.newscon .newscont{
	    padding:40px 15px 80px;
	}
	.newscon .newscont .nt h1{
	    font-size: 24px;
	    color: #000000;
	}
	.newscon .newsconb{
	    flex-wrap: wrap;
	}
	.newscon .newsconb .ncbl{
	    width: 100%;
	}
	.newscon .newsconb .ncbr{
	    margin-top:15px;
	}
	.newscon .newsconb .ncbr a{
	    font-size: 14px;
	    height: 35px;
	    line-height: 35px;
	}
	.contact-lx{
	    padding:60px 0;
	}
	.contact-lx .colx .colxl{
	    width:100%;
	}
	.contact-lx .colx .colxr{
	    width:100%;
	}
	.contact-lx .colx .colxr img{
	    max-width:100%
	}
	.nytitle h2{
	    font-size: 24px;
	}
	.contact-lx .colx{
	    margin-top:40px;
	}
	.contact-lx .colx .colxl{
	    padding:20px;
	}
	.contact-lx .colx .colxl .line{
	    margin:10px 0 15px;
	}
	.contact-lx .colx .colxl h2{
	    font-size: 18px;
	}
	.contact-lx .colx .colxl ul li{
	    margin-top:20px;
	}
	.ntitle .ttitle{
	    font-size: 24px;
	}
	.feedbb ul li{
	    width:100%;
	}
	.feedbb ul li span{
	    width:auto;
	}
	.ab1{
	    padding:50px 0 80px;
	}
	.ab1 .ab1list .item .wz1{
	    font-size: 24px;
	}
	.ab1 .ab1list{
	    padding:0;
	}
	.ab1img .play img{
	    width:40px;
	}
	
	.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;
    }
    .pro1 .pcl h1{
        font-size: 20px;
    }
    .pro1 .pcl .ccon{
        margin:20px 0;
        padding:15px 0;
    }
    .pro2 h3{
        font-size: 20px;
        padding-bottom: 18px;
    }
    .pro3 h3{
        font-size: 20px;
        padding-bottom: 18px;
    }
    .pro2 h3 span:after{
        bottom:-17px;
    }
    .pro3 h3 span:after{
        bottom:-17px;
    }
    .pro1 .pcl .zx{
        font-size: 14px;
        width:180px;
    }
    .sec{
        top:62px;
        position: fixed;
    }
    .iabout{
    	padding:60px 0;
    }
    .iabout .ibcon{
    	flex-wrap: wrap;
    }
    .iabout .ibcon .ibconl{
    	width: 100%;
    }
    .iabout .ibcon .ibconl .lt .lt1{
    	font-size: 26px;
    }
    .iabout .ibcon .ibconl .lt .lt2{
    	font-size: 18px;
    }
    .iabout .ibcon .ibconr{
    	width: 100%;
    	margin-top: 25px;
    }
    .inews{
    	padding:60px 0;
    }
    .inews .ncc .nccl{
    	width: 100%;
    }
    .inews .ncc .nccl .con{
    	padding:10px;
    }
    .inews .ncc .nccc{
    	width: 100%;
    	margin-top: 20px;
    }
    .inews .ncc .nccc .con{
    	padding:10px;
    }
    .inews .ncc .nccc .con .title{
    	font-size: 12px;
    }
    .inews .ncc .nccr{
    	width: 100%;
    	margin-top: 20px;
    }

    .inews .ncc .nccr .item{
    	padding:10px;
    }
    .inews .ncc .nccl .con .title{
    	font-size: 12px;
    }
    .inews .ncc .nccr .item a .itl .title{
    	font-size: 12px;
    }
    .inews .ncc .nccc .con .ncon{
    	font-size: 12px;
    }
    .inews .ncc .nccl .con .ncon{
    	font-size: 12px;
    }
    .inews .ncc .nccr .item a .itl .date h3{
    	font-size: 24px;
    }
    .sycon{
    	padding:40px 0;
    }
    .sycon .syc{
    	flex-wrap: wrap;
    }
    .sycon .syc .sycl{
    	width: 100%;
    }
    .sycon .syc .sycr{
    	width: 100%;
    	font-size: 14px;
    	margin-top: 10px;
    }
    .sycon .syc .sycr ul li button{
    	font-size: 14px;
    }
    .newslist .item{
    	margin-top: 25px;
    }
    .newslist .item a{
    	padding-bottom: 25px;
    }
    .plist .item{
    	width: 49%;
    	margin-right: 2%!important;
    }
    .plist .item:nth-child(2n){
    	margin-right: 0!important;
    }
    .home-banner .swiper-slide .wz .t1{
    	font-size: 18px;
    }
    .home-banner .swiper-slide .wz .t2{
    	font-size: 12px;
    	margin-top: 10px;
    }
    .home-banner .swiper-slide .wz a{
    	font-size: 12px;
    	margin-top:15px;
    }
    .id1 .id1ns .item{
    	width: 100%;
    	margin-bottom: 15px;
    }
    .id1 .id1ns .item .nncon{
    	padding:50px 30px 20px;
    }
    .id1 .id1ns .item .nncon .nt .t2{
    	font-size: 18px;
    }
    .id1 .id1ns .item .nncon .nt .t1{
    	font-size: 18px;
    }
    .id1 .id1ns .item .nncon .nt .tcon{
    	font-size: 14px;
    }
    .idbbg .img>img{
    	height: 260px;
    }
    .idbbg .iidwz .t1{
    	font-size: 18px;
    }
    .idbbg .iidwz .t2{
    	font-size: 13px;
    	padding:0 15px;
    }
    .title{
    	margin-bottom: 25px;
    }
    .idd2{
    	padding:60px 0;
    }
    .idd2 .idd2con .cl{
    	width: 100%;
    }
    .idd2 .idd2con .cr{
    	width: 100%;
    }
    .idd2 .idd2con .cr .ct{
    	font-size: 18px;
    	margin-top: 15px;
    }
    .idd2 .cnum .item{
    	width: 50%;
    }
    .idd2 .cnum .item .tt{
    	font-size: 28px;
    }
    .id3 .d3s .swiper-slide .d3con .smore{
    	margin-top: 15px;
    	display: inline-block;
    }
    .inews .item a .itl{
    	width: 100%;
    }
    .inews .item a .itimg{
    	width: 100%;
    }
    .inews .item a .itc{
    	width: 100%;
    }
    .inews .item a .itr{
    	margin-top: 15px;
    }
    .nab1{
    	padding:50px 0;
    }
    .ntitle .nt1{
    	font-size: 22px;
    }
    .ntitle .nt2{
    	font-size: 26px;
    }
    .nab2{
    	padding:50px 0;
    }
    .nab2list .item{
    	width: 100%;
    	margin-right: 0;
    }
    .nab3list .item{
    	width: 49%;
    	margin-right: 2%!important;
    	margin-top: 2%;
    }
    .nab3list .item:nth-child(2n){
    	margin-right: 0!important;
    }
    .nab4{
    	padding:50px 0;
    }
    .nab4list .item{
    	width: 32.33%;
    	margin-right: 1.5%!important;
    }
    .nab4list .item:nth-child(3n){
    	margin-right: 0!important;
    }
    .cbg{
    	padding:40px 0;
    }
    .p2c .p2cl{
    	width: 100%;
    }
    .p2c .p2cr{
    	width: 100%;
    }
    .p2c .p2cr .p2crcon{
    	padding:5%;
    }
    .p2c .p2cr .p2crcon h2{
    	font-size: 22px;
    }
    .p2c .p2cr .p2crcon .nncon{
    	font-size: 14px;
    }
    .p3list .item .tr h4{
    	font-size: 16px;
    }
    .p3list .item .tr .trcon{
    	font-size: 12px;
    }
    .pcon .tt{
    	font-size: 18px;
    }
    .p4{
    	padding:30px 0 40px;
    }
    .cbg .caselist .item{
    	margin-top: 25px;
    }
    .cbg .caselist .item a .al{
    	width: 100%;
    }
    .cbg .caselist .item a .ar{
    	width: 100%;
    }
    .cbg .caselist .item a .ar .arcon{
    	padding:25px;
    }
    .cbg .caselist .item a .ar .arcon h3{
    	font-size: 20px;
    }
    .cbg .caselist .item a .ar .arcon .acon{
    	font-size: 14px;
    }
    .casecon h1{
    	font-size: 18px;
    }
    .ctitle{
    	font-size: 16px;
    	border-bottom: 1px solid #ebebeb;
    }
    .ctitle:after{
    	height: 1px;
    	bottom:0;
    }
    .xqtitle{
        font-size: 18px;
    }
    .xx .szlist .item{
        width:100%;
    }
}