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;
	font-family: '微软雅黑';
}
a:hover{
	text-decoration: none;
}
.boxshadow {
    box-shadow: 2px 4px 12px #00000014;
    
}
.container{
	max-width: 1300px;
}
.navbar{
	padding:0 0;
    transition: 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
}
.navbar.fx{
    background: #f1f1f1;
}
.navbar.fx .navbar-brand{
	    /*filter: brightness(0);*/
}
.navbar-collapse{
	flex-grow: unset;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	
}
.navbar-light .navbar-nav .nav-item{
	/*margin-right: 2vw;*/
	position: unset;
	
}
.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: #0168b3;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #0168b3;
}
.navbar .ssl a{
	color: #fff;
}
.navbar.fx .ssl a{
	color: #333;
}
.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:none;
    text-align: left;
    padding:30px 50px;
    width: 86%;
}
.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: 150px;
}
.navbar .dropdown-menu .dropdown-item .tt a{
	color: #0168b3;
	font-size: 18px;
	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;
	padding-top: 2%;
}
.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: 16px;
	background: #fbfbfb;
	display: block;
	padding:12px 10px;
}
.navbar .dropdown-menu .dropdown-item dl dd a:hover{
	color: #fff;
	background: #0168b3;
	font-weight: bold;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2){
	width: 50%;
	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;
	padding-top: 5%;
	overflow-y: auto;
	max-height: 200px;
	overflow-x: hidden;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl::-webkit-scrollbar-thumb {
    background-color: #065599; /* 滑块颜色 */
    border-radius: 10px; /* 滑块圆角 */
    border: 1px solid #065599; /* 滑块边框 */
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl::-webkit-scrollbar {
    width: 3px;
    background-color: #065aa3;
    border-radius: 10px;
}
.navbar .dropdown-menu .dropdown-item:nth-child(2) dl::-webkit-scrollbar-track {
    background: #065aa3; /* 轨道颜色 */
}
.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 img{
    width:100%;
}
.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: 48px;
	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-slide .wz .t1:hover{
    color: #0168b3;
}
.home-banner .swiper-slide .wz a:hover{
    background: #0168b3;
    color: #fff;
}
.home-banner .swiper-pagination-bullet{
	border:1px solid #fff;
	margin:0 8px!important;
	background: #fff;
	opacity: 1;
	width: 30px;
	height: 4px;
	position: relative;
	border-radius: 0;
}

.home-banner .swiper-pagination-bullet-active{
	border: 1px solid #0099e2;
	background: #0099e2;
}

.dciimg{
    display: flex;
    justify-content: space-evenly;
    margin:60px 0;
}
.dciimg .iit .wz{
    font-size: 14px;
    color: #3a3a3a;
    text-align: center;
    margin-top:10px;
}

.title{
	text-align: center;
	margin-bottom: 45px;
}
.title h2{
	color: #333333;
	font-size: 36px;
}
.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:99px 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: invert(1);
}
.id1{
	padding:100px 0 90px;
	background: #f3f3f3;
	margin-top: -6px;
}
.id1 .id1ns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id1 .id1ns .item{
	width: 49%;
	background: #fff;
}
.id1 .id1ns .item .s2{
    display: none;
}
.id1 .id1ns .item .nncon{
	padding:70px 40px 30px;
}
.id1 .id1ns .item .nncon .nt{
	margin-bottom: 100px;
}
.id1 .id1ns .item .nncon .nt a img{
    max-width: 150px;
}
.id1 .id1ns .item .nncon .nt .t1{
	
	font-size: 32px;
	color: #0168b3;
	font-weight: bold;
}
.id1 .id1ns .item .nncon .nt .t2{
	font-size: 24px;
	color: #333333;
}
.id1 .id1ns .item .nncon .nt .tcon{
	color: #333333;
	font-size: 15px;
	margin:15px 0 25px;
}
.id1 .id1ns .item .nncon .nimg{
	text-align: center;
}
.id1 .id1ns .item:hover .s1{
    display: none;
}
.id1 .id1ns .item:hover .s2{
    display: block;
}
.idbbg{
	position: relative;
}
.idbbg .img>img{
    width:100%;
}
.idbbg .iidwz{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
}
.idbbg .iidwz .t1{
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
}
.idbbg .iidwz .t2{
	color: #ffffff;
	font-size: 15px;
	margin-top: 25px;
}
.idbbg .iidwz a{
	display: flex;
	width: 200px;
	padding:10px 10px;
	justify-content: space-around;
	background: #00c6ff;
	color: #fff;
	font-size: 15px;
	align-items: center;
	margin: 20px auto 0;
	border-radius: 20px;
}
.idd2{
	padding:100px 0;
}
.idd2 .idd2con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
	align-items: center;
}
.idd2 .idd2con .cl{
	width: 40%;
}
.idd2 .idd2con .cr{
	width: 58%;
}
.idd2 .idd2con .cr .ct{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.idd2 .idd2con .cr .nline{
	background: #e3eaff;
	width: 100%;
	line-height: 1;
	height: 2px;
	position: relative;
	margin:25px 0;
}
.idd2 .idd2con .cr .nline:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 60px;
	background: #0168b3;
	content:'';
}
.idd2 .idd2con .cr .ctcon{
	font-size: 16px;
	color: #4a4949;
	line-height:2;
}
.idd2 .idd2con .cr a{
	color: #fff;
	background: #5d6c83;
	padding:10px 0;
	width: 180px;
	border-radius: 20px;
	text-align: center;
	display: block;
}
.idd2 .idd2con .cr a:hover{
    background: #0168b3;
}
.idd2 .cnum{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.idd2 .cnum .item{
	text-align: left;
}
.idd2 .cnum .item .tt{
	font-size: 55px;
	color: #0168b3;
	position: relative;
	font-weight: normal;
}
.idd2 .cnum .item .tt span{
    font-weight: bold;
}
.idd2 .cnum .item .tt:after{
	position: absolute;
	left: 0;
	bottom:0px;
	width: 15px;
	height: 3px;
	content: '';
	background: #0168b3;
}
.idd2 .cnum .item .tb{
	color: #000000;
	font-size: 16px;
	margin-top: 5px;
}
.idd3{
	padding:40px 0 100px;
}
.idd3 .idd3list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.idd3 .idd3list .item{
	width: 19%;
	margin-right: 1.25%;
	text-align: center;
	margin-top: 25px;
}
.idd3 .idd3list .item:nth-child(5n){
	margin-right: 0;
}
.idd3 .idd3list .item .wz{
	margin-top: 15px;
}
.idd3 .idd3list .item .wz .t1{
	color: #0168b3;
	font-size: 18px;
	font-weight: bold;
}
.idd3 .idd3list .item .wz .t2{
	color: #859099;
	font-size: 14px;
}
.idd4{
	padding:100px 0;
	background: #f5f5f5;
}
.idd4 .idd4list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.idd4 .idd4list .item{
	width: 24%;
	margin-right: 1.33%;
	margin-top: 30px;
	text-align: center;
}
.idd4 .idd4list .item:last-child{
	margin-right: 0;
}
.idd4 .idd4list .item .ncon{
	padding:40px 20px 80px;
	background: #fff;
	border:2px solid #fff;
	border-radius: 12px;
	transition: .6s;
}
.idd4 .idd4list .item .ncon .ntitle{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	transition: .6s;
}
.idd4 .idd4list .item .ncon .line{
	width: 95px;
	height: 5px;
	background: #a1a1a1;
	margin: 15px auto;
	transition: .6s;
}
.idd4 .idd4list .item .ncon .cc{
	font-size: 14px;
	color: #000000;
	line-height: 1.8;
	transition: .6s;
}
.idd4 .idd4list .item:hover .ncon{
	border-color: #0168b3;
}
.idd4 .idd4list .item:hover .ntitle{
	color: #0168b3;
}
.idd4 .idd4list .item:hover .line{
	background: #0168b3;
}
.idd4 .idd4list .item:hover .cc{
	color: #0168b3;
}
.idd5{
	padding:;
}
.id2{
	padding:120px 0;
}
.id2 .id2con{
	display: flex;
	flex-wrap: wrap;
}
.id2 .id2con .id2clt{
	display: flex;
	align-items: center;
}
.id2 .id2con .id2clt .ltl{
	margin-right: 20px;
}
.id2 .id2con .id2clt .ltl h4{
	font-size: 32px;
	color: #000000;
}
.id2 .id2con .id2clt .ltl p{
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}
.id2 .id2con .id2cl{
	width: 60%;
}
.id2 .id2con .dvideo{
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.id2 .id2con .dvideo video{
	width: 100%;
}
.id2 .id2con .dvideo .play{
	position: absolute;
	left: 0;
	top: 0;
	display: grid;
	height: 100%;
	width: 100%;
	align-content: center;
	justify-content: center;
	cursor: pointer;
}
.id2 .id2con .id2cr{
	width: 40%;
	background: #f4f4f4;
}
.id2 .id2con .id2cr .crcon{
	padding:80px 50px;
}
.id2 .id2con .id2cr .crcon h2{
	color: #000000;
	font-size: 28px;
}
.id2 .id2con .id2cr .crcon .more{
	color: #0168b3;
	font-size: 14px;
	border-bottom: 1px solid #997a4f;
	display: inline-block;
	margin: 45px 0;
	padding-bottom: 5px;
}
.id2 .id2con .id2cr .crcon h4{
	font-size: 18px;
	color: #333333;
}
.id2 .id2con .id2cr .crcon .dcon{
	color: #999999;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 20px;
}
.id2 .id2con .id2cr .crcon .cnum{
	display: flex;
	justify-content: space-between;
}
.id2 .id2con .id2cr .crcon .cnum .item{
	width: 32.33%;
	text-align: center;
	margin-top: 80px;
	position: relative;
}
.id2 .id2con .id2cr .crcon .cnum .item h3{
	position: relative;
	color: #0168b3;
	font-size: 38px;
	display: inline-block;
}
.id2 .id2con .id2cr .crcon .cnum .item h3 span{
	position: absolute;
	font-size: 12px;
	color: #0168b3;
}
.id2 .id2con .id2cr .crcon .cnum .item .iname{
	font-size: 14px;
	margin-top: 10px;
}
.id2 .id2con .id2cr .crcon .cnum .item:after{
	position: absolute;
	right: 0;
	top: 18%;
	height: 65%;
	width: 1px;
	background: #d5d5d5;
	content: '';
}
.id2 .id2con .id2cr .crcon .cnum .item:last-child:after{
	display: none;
}
.id3{
	padding:99px 0 40px;
	background: #f5f5f5;
}
.id3 .d3s{
	position: relative;
	
	padding-bottom: 80px;
	margin-top: 35px;
}
.id3 .d3s .swiper{
	overflow: hidden;
}
.id3 .d3s .swiper-slide .sn{
	border:1px solid #eeeeee;
	border-radius: 12px;
	overflow: hidden;
}
.id3 .d3s .swiper-slide .d3con{
	background: #fff;
	padding:25px;
	text-align: center;
}
.id3 .d3s .swiper-slide .d3con h4{
	font-size: 18px;
	color: #000000;
	transition: .6s;
	
}
.id3 .d3s .swiper-slide .d3con .d3cc{
	margin:25px 0;
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;

text-overflow: ellipsis;

display: -webkit-box;  

-webkit-box-orient: vertical; 

-webkit-line-clamp: 3; 

}
.id3 .d3s .swiper-slide .d3con .smore{
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	background: #5d6c83;
	padding:10px 25px;
	border-radius: 10px;
	transition: .6s;
}
.d3s .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	background: #cccccc;
	border-radius: 0;
	opacity: 1;
}
.d3s .swiper-pagination-bullet-active{
	background: #0055a9;
}
.id3 .d3s .swiper-slide:hover .d3con h4{
	color: #0168b3;
}
.id3 .d3s .swiper-slide:hover .d3con .smore{
	background: #0168b3;
}
.id3 .d3s .swiper-button-prev{
	left: -100px;
	background-image: url(../images/larr.png);
	background-size: 45px 45px;
	width: 45px;
	height: 45px;
}
.id3 .d3s .swiper-button-next{
	right: -100px;
	background-image: url(../images/larr.png);
	background-size: 45px 45px;
	width: 45px;
	height: 45px;
	transform: rotate(180deg);
}

.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 25px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	width:250px;
	text-align: center;
}
.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;
}

.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 .s2{
    display: none;
}
.newslist .item:hover .s1{
    display: none;
}
.newslist .item:hover .s2{
    display: inline;
}
.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: 80px;
}
.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: 50px;
	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: 50px 0 82px;
}
.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:0px 0 35px;
}
.pcon .tt{
	font-size: 30px;
	color: #0168b3;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pcon .tt:after{
	position: absolute;
	left: 0;
	bottom:0;
	content: '';
	background: #0168b3;
	width: 100px;
	height: 2px;
}
.p4 .tb p img{
    max-width: 100%;
}

.cbg{
	padding:58px 0;
}
.cbg .caselist .item{
	background: #f7f7f7;
}
.cbg .caselist .item .s2{
    display: none;
}
.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 img{
    max-width: 150px;
}
.cbg .caselist .item a .ar .arcon h3{
	font-size: 30px;
	color: #0168b3;
}
.cbg .caselist .item a .ar .arcon .acon{
	color: #333333;
	font-size: 16px;
	margin: 25px 0;
	line-height: 1.8;
}
.cbg .caselist .item:nth-child(even) a{
	flex-direction: row-reverse;
}
.cbg .caselist .item:hover .s1{
    display: none;
}
.cbg .caselist .item:hover .s2{
    display: block;
}

.cbg .ccs .item{
	background: #f7f7f7;
	display: flex;
	flex-wrap: wrap;
	margin-top:3px;
	align-items: center;
	
}
.cbg .ccs .item .s2{
    display: none;
}

.cbg .ccs .item  .al{
	width: 50%;
}
.cbg .ccs .item  .ar{
	width: 50%;
	padding:10px 0;
}
.cbg .ccs .item  .ar .arcon{
	padding:0 50px;
}
.cbg .ccs .item  .ar .arcon h3{
	font-size: 30px;
	color: #0168b3;
}
.cbg .ccs .item  .ar .arcon .acon{
	color: #333333;
	font-size: 16px;
	margin: 25px 0;
	line-height: 1.8;
}
.cbg .ccs .item:nth-child(even){
	flex-direction: row-reverse;
}
.casecon h1{
	text-align: center;
	font-size: 30px;
	color: #333333;
}
.casecon .simg{
	margin:23px 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: 266px;
	content: '';
	height: 3px;
	background: #0168b3;
}
.ccon{
    padding:35px 0;
}
.syy{
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
	padding-top: 20px;
}


.nybanner{
        display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
.nybanner img{
    width:100%;
}
.syy .wz{
    text-align: center;
}
.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:#0168b3 no-repeat;
	background-size: cover;
	padding-top:80px;
}
footer .foot{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .foot .ftl{
	width: 27%;
}
footer .foot .ftl .ftl1{
	font-size: 23px;
	color: #ffffff;
}
footer .foot .ftl .ftlline{
	width: 22px;
	height: 2px;
	background: #fff;
	margin:15px 0;
}
footer .foot .ftl .ftl2{
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}
footer .foot .ftl .ftl3{
	font-size: 15px;
	color: #ffffff;
	margin-top: 10px;
}
footer .foot .ftc{
	width: 58%;
	justify-content: space-evenly;
	border-left: 1px solid #3788c3;
	border-right: 1px solid #3788c3;
	padding-bottom: 50px;
	margin-bottom: 25px;
}
footer .foot .ftc .fclist{
	display: flex;
	padding:0 40px;
	justify-content: space-between;
}
footer .foot .ftc .item a{
	font-size: 20px;
	color: #ffffff;
}
footer .foot .ftc .item ul{
	margin-top: 6px;
}
footer .foot .ftc .item ul li{
	margin-top: 8px;
}
footer .foot .ftc .item ul li a{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
}
footer .foot .ftc .ful{
	padding:0 40px;
}
footer .foot .ftc .ful ul li{
	color: rgba(255, 255, 255, 0.75);
	font-size: 16px;
	margin-top: 20px;
}
footer .foot .ftr{
	width: 12%;
}
footer .foot .ftr .frr h4{
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 15px;
	text-align: center;
}
footer .ylink{
	border-top:1px solid #4590c7;
	border-bottom:1px solid #4590c7;
	padding:14px 0;
	color:rgba(255, 255, 255, 0.75);
	font-size: 12px;
}
footer .ylink a{
	color:rgba(255, 255, 255, 0.75);
	font-size: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.75);
	padding:0 5px;
}
footer .ylink a:last-child{
	border-right: none;
}
.copyright{
	padding:15px 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
}
.copyright a{
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
}
.copyright .cp{
	display: flex;
	justify-content: space-between;
}

.toolbar {
	display:none;
	position:fixed;
	bottom:320px;
	right:0;
	z-index:3
}
.toolbar .tool-list .tool-item {
	position:relative
}
.toolbar .tool-list .tool-item .tool-item-content {
	background-color:#0168b3;
	color:#fff
}
.toolbar .tool-list .tool-item .tool-item-content .tool-item-icon {
	display:block;
	width:42px;
	height:42px;
	font-size:24px;
	text-align:center;
	line-height:42px;
    color: #fff;
}
.toolbar .tool-list .tool-item .tool-item-content .tool-item-icon>i {
	font-size:inherit
}
.toolbar .tool-list .tool-item .tool-item-popover {
	display:none;
	position:absolute;
	top:0;
	right:100%;
	padding-right:8px
}
.toolbar .tool-list .tool-item .tool-item-popover:after, .toolbar .tool-list .tool-item .tool-item-popover:before {
	content:'';
	display:block;
	position:absolute;
	width:0;
	height:0;
	border-style:solid
}
.toolbar .tool-list .tool-item .tool-item-popover:before {
	z-index:2;
	right:2px;
	top:14px;
	border-width:7px 0 7px 7px;
	border-color:transparent transparent transparent #fff
}
.toolbar .tool-list .tool-item .tool-item-popover:after {
	z-index:1;
	right:0;
	top:13px;
	border-width:8px 0 8px 8px;
	border-color:transparent transparent transparent #f0f0f0
}
.toolbar .tool-list .tool-item .tool-item-popover .tool-popover-wrap {
	background-color:#fff;
	min-width:80px;
	min-height:40px;
	border:1px solid #f0f0f0
}
.toolbar .tool-list .tool-item .tool-popover-text {
	font-size:14px;
	line-height:40px;
	padding:0 16px;
	word-break:break-word;
	white-space:nowrap;
	color:#333
}
.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item {
	display:block;
	white-space:nowrap;
	word-break:keep-all;
	font-size:0;
	line-height:1;
	padding:10px 16px;
	color:#333
}
.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item .im-item-icon {
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	font-size:20px;
	line-height:20px;
	text-align:center
}
.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item .im-item-icon>i {
	font-size:inherit
}
.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item .im-item-text {
	display:inline-block;
	vertical-align:middle;
	line-height:20px;
	font-size:14px;
	margin-left:8px
}
.toolbar .tool-list .tool-item .tool-popover-im .tool-popover-list .tool-im-item:hover {
	color:#0168b3;
	background-color:#f4f1ec
}
.toolbar .tool-list .tool-item .tool-popover-qr {
	padding:8px
}
.toolbar .tool-list .tool-item .tool-popover-qr .tool-qr-img {
	display:block;
	width:128px;
	height:128px;
	background-color:#ddd
}
.toolbar .tool-list .tool-item:hover .tool-item-content {
	background-color:#84663c
}
.toolbar .tool-list .tool-item:hover .tool-item-popover {
	display:block
}

.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;
}

.docker {
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	z-index:90;
	background-color:#fff;
	border-top:1px solid #f0f0f0
}
.docker .dock-list {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-around;
	justify-content:space-around
}
.docker .dock-list .dock-item {
	position:relative;
	padding:4px;
	min-width:60px
}
.docker .dock-list .dock-item .dock-item-content {
	display:block;
	text-align:center
}
.docker .dock-list .dock-item .dock-item-content .dock-item-icon {
	display:block;
	width:32px;
	height:32px;
	line-height:32px;
	margin:0 auto;
	color:#333
}
.docker .dock-list .dock-item .dock-item-content .dock-item-icon>i {
	font-size:24px
}
.docker .dock-list .dock-item .dock-item-content .dock-item-text {
	display:block;
	font-size:12px;
	line-height:1;
	height:20px;
	color:#666
}
.docker .dock-list .dock-item .dock-item-popover {
	display:none;
	position:absolute;
	bottom:60px;
	left:50%;
	padding-bottom:11px;
	transform: translateX(-50%);
}
.docker .dock-list .dock-item .dock-item-popover:after, .docker .dock-list .dock-item .dock-item-popover:before {
	content:'';
	display:block;
	position:absolute;
	width:0;
	height:0;
	border-style:solid
}
.docker .dock-list .dock-item .dock-item-popover:before {
	z-index:2;
	left:50%;
	margin-left:-7px;
	bottom:5px;
	border-width:7px 7px 0 7px;
	border-color:#fff transparent transparent transparent
}
.docker .dock-list .dock-item .dock-item-popover:after {
	z-index:1;
	bottom:4px;
	left:50%;
	margin-left:-8px;
	border-width:8px 8px 0 8px;
	border-color:#f0f0f0 transparent transparent transparent
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap {
	background-color:#fff;
	border:1px solid #f0f0f0
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list {
	display:block
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item {
	display:block;
	padding:8px 12px;
	font-size:0;
	white-space:nowrap;
	word-break:keep-all;
	color:#333;
	background-color:#fff;
	min-width:60px;
	border-bottom:1px solid #f0f0f0
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item .popover-item-icon {
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item .popover-item-icon>i {
	font-size:20px
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item .popover-item-text {
	display:inline-block;
	vertical-align:middle;
	height:32px;
	line-height:32px;
	font-size:14px
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item:last-child {
	border:0
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-list .dock-popover-item:hover {
	color:#0168b3;
	background-color:#f4f1ec
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-text {
	font-size:14px;
	line-height:48px;
	height:48px;
	padding:0 16px;
	text-align:center;
	word-break:keep-all;
	white-space:nowrap;
	color:#666;
	background-color:#fff;
	min-width:60px
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-image {
	display:block;
	padding:4px;
	min-width:60px;
	max-width:180px
}
.docker .dock-list .dock-item .dock-item-popover .dock-popover-wrap .dock-popover-image>img {
	display:block;
	width:100%;
	height:auto;
	min-width:140px
}
.docker .dock-list .dock-item:hover .dock-item-content .dock-item-icon, .docker .dock-list .dock-item:hover .dock-item-content .dock-item-text {
	color:#0168b3
}
.docker .dock-list .dock-item:hover .dock-item-popover {
	display:block;
	-webkit-animation:docker-show 0.5s both;
	animation:docker-show 0.5s both
}
.nab1{
	padding:70px 0;
}
.ntitle{
	text-align: center;
}
.ntitle .nt1{
	color: #c1c1c1;
	font-size: 26px;

}
.ntitle .nt2{
	color: #333333;
	font-size: 32px;
}
.nab2{
	background: #f8f8f8;
	padding:120px 0;
}
.nab2list{
	display: flex;
	flex-wrap: wrap;
}
.nab2list .item{
	width: 32.33%;
	margin-right: 1.5%;
	background: #fff;
	text-align: center;
	padding:45px 0;
	margin-top: 45px;
}
.nab2list .item:nth-child(3n){
	margin-right: 0;
}
.nab2list .item .itt{
	color: #333333;
	font-size: 22px;
	margin-top: 45px;
}
.nab2list .item .itcon{
	font-size: 14px;
	color: rgba(51, 51, 51, .75);
	margin-top: 15px;
	line-height: 1.8;
}
.nab3{
	padding:80px 0;
}
.nab3list{
	display: flex;
	flex-wrap: wrap;
}
.nab3list .item{
	width: 31.33%;
	margin-right: 3%;
	background: url(../images/hbg.png) no-repeat;
	background-size: cover;
	text-align: center;
	margin-top: 45px;
	padding:45px 0;

}
.nab3list .item:nth-child(3n){
	margin-right: 0;
}
.nab4{
	background: #f8f8f8;
	padding:100px 0;
}
.nab4list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.nab4list .item{
	width: 19%;
	margin-right: 1.25%;
	margin-top: 1.25%;
	background: #fff;
	border: 1px solid #eaeaea;
	text-align: center;
	display: grid;
	height: 95px;
	justify-content: center;
	align-content: center;
	padding:15px 0;
}
.nab4list .item:nth-child(5n){
	margin-right: 0;
}

@media only screen and (min-width: 1200px) {
.toolbar {
display:block
}
}
.hidden-lg{
    display: none!important;
}
@media(max-width:780px){
    .hidden-xs{
        display: none!important;
    }
    .hidden-lg{
        display: block!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 .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;
    }
    
    .cbg .ccs .item{
    	margin-top: 25px;
    }
    .cbg .ccs .item  .al{
    	width: 100%;
    }
    .cbg .ccs .item  .ar{
    	width: 100%;
    }
    .cbg .ccs .item  .ar .arcon{
    	padding:25px;
    }
    .cbg .ccs .item  .ar .arcon h3{
    	font-size: 20px;
    }
    .cbg .ccs .item  .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;
    }
    .dciimg .iit{
        text-align: center;
    }
    .dciimg .img img{
        max-width: 80%;
    }
}