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;
}
input{
    outline: none;
}
textarea{
    outline: none;
}
select{
    outline: none;
}
.ssn{
    display: flex;
    align-items: center;
}
.ccme{
    display: flex;
    align-items: center;
    border:1px solid  #94a4b1;
    justify-content: center;
    width: 180px;
    color: #000000;
    font-size: 18px;
    padding:8px 0;
    border-radius: 25px;
}
.ccme img{
    margin-left: 15px;
}
.ddown{
    color: #06364f;
    font-size: 18px;
    border-bottom: 1px solid #06364f;
    padding:2px 8px;
    display: inline-block;
    margin-left: 30px;
}
.cpys{
    padding:80px 0;
}
.cptt h2{
    text-align: center;
    font-size: 41.67px;
    color: #000000;
}
.cpys .cpttlist{
    display: flex;
    flex-wrap: wrap;
    margin-top:35px;
}
.cpys .cpttlist .item{
    width:32.33%;
    margin-right: 1.5%;
    background: #f9fafd;
    border-radius: 10px;
    margin-top:1.5%;
}
.cpys .cpttlist .item:nth-child(3n){
    margin-right: 0;
}
.cpys .cpttlist .item .itcon{
    padding:35px 25px;
    display: flex;
    justify-content: space-between;
}
.cpys .cpttlist .item .itcon .itcl{
    width:15%;
}
.cpys .cpttlist .item .itcon .itcr{
    width:83%;
    color: #000000;
    font-size: 16px;
}
.jscs{
    background: url(../images/jscs.jpg) no-repeat;
    padding:100px 0;
    background-size: cover;
}
.jscs .jccon{
    padding:80px;
    border:2px solid  #fff;
    background: rgba(255,255,255,0.4);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:45px;
    border-radius: 20px;
}
.jscs .jccon .jcl{
    width:17%;
}
.jscs .jccon .jcl .pccimg{
    position: relative;
    padding-bottom: 40px;
}
.pccimg .swiper-pagination-bullet{
    background: #06364f;
}
.ssz{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ssz span{
    display: inline-block;
    margin-left: 10px;
    color: #06364f;
    font-size: 14px;
    padding:2px 5px;
    border-bottom: 1px solid #06364f;
}
.jscs .jccon .jcr{
    width:78%;
}
.jscs .jccon .jcr img{
    max-width: 100%;
    height: auto!important;
}
.boxshadow {
    box-shadow: 2px 4px 12px #00000014;
    
}
.container{
	max-width: 1500px;
}
.container-min{
	max-width: 1300px;
	margin: auto;
	padding:0 15px;
}
.navbar{
	padding:0 0;
    transition: .5s;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.6);
    border-top-left-radius:20px ;
    border-top-right-radius:20px ;
}
.navbar.fx{
    background: rgba(255, 255, 255, 1);
    width:100%;
    top: 0;
    border-radius: 0;
}

.navbar-collapse{
	flex-grow: unset;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 16.6px;
	color: #000000;
	
}
.navbar-light .navbar-nav .nav-item{
	margin-right: 2.5vw;
	position: unset;
	/*position: relative;*/
	
}
.navbar-light .navbar-nav .search{
	padding:0 1rem;
}
.navbar-light .navbar-nav .nav-item .nav-link{
    padding:40px 0rem;
}
.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: #d61318;
}
.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: #d61318;
}
.navbar-light .navbar-nav .nav-item>a:hover:after{
	position: absolute;
	left: 5%;
	bottom:0;
	height: 5px;
	width: 90%;
	content: '';
	background: #d61318;
}
.iit{
	display: flex;
	align-items: center;
}
.iit li{
	margin:0 10px;
}
.iit li.search>img{
	filter: brightness(0);
}
.navbar-light .navbar-nav .nav-item .container-min{
    max-width:1060px;
}
.pdown{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	top: 104px;
	background: rgba(101,101,101,0.8);
	display: none;
	padding:35px 35px 35px 180px;
}
.pdown .topnav{
	display: flex;
}
.pdown .topnav a{
	color: #fff;
	font-size: 16px;
	margin-right: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	padding:0 10px;
}
.pdown .topnav a:hover{
	color: #ff0007;
	border-bottom: 1px solid #ff0007;
}
.tsw{
	position: relative;
	margin-top: 25px;
	overflow: auto;
}
.tsw .swiper-slide{
	background: #fff;
	border-radius: 10px;
	text-align: center;
	
	overflow: hidden;
}
.tsw .swiper-slide img{
	height: 160px;
	transition: .6s;
	padding:10px;
}
.tsw .swiper-slide:hover img{
    transform: scale(1.05);
}
.tsw .swiper-slide .wz .t1{
	font-size: 12px;
	color: #000000;
	margin-top: -15px;
	background: #d9d9d9;
	padding:12px 0;
}
.pdown .swiper-button-prev{
	left: 22.5%;
	margin-top:0;
	background: url(../images/nrr.png) no-repeat;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	transform: rotate(180deg);
}
.pdown .swiper-button-prev.swiper-button-disabled{
	background: url(../images/narrno.png) no-repeat;
    background-size: 30px 30px;
	transform: rotate(0deg);
}
.pdown .swiper-button-next{
	right: 14.5%;
	margin-top:0;
	background: url(../images/nrr.png) no-repeat;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
}
.pdown .swiper-button-next.swiper-button-disabled{
	background: url(../images/narrno.png) no-repeat;
    background-size: 30px 30px;
	transform: rotate(180deg);
}



.pdown ul{
	display: flex;
	/*flex-wrap: wrap;*/
	/*justify-content: center;*/
}
.pdown ul li{
	margin-right: 2.66%;
	background: #d9d9d9;
	border-radius: 10px;
	overflow: hidden;
	width:23%;

}
.pdown ul li:last-child{
    margin-right: 0;
}
.pdown ul li .wz{
	padding:10px;
	color: #000000;
	font-size: 14px;
}
.pdown ul li .img{
    overflow: hidden;
}
.pdown ul li img{
    transition: .6s;
}
.pdown ul li:hover img{
    transform: scale(1.1);
}
.pdown ul li .wz span{
	position: relative;
	padding: 5px 0;
}
.pdown ul li:hover .wz{
	color: #ff0000;
}
.pdown ul li:hover .wz span:after{
	position: absolute;
	left: 0;
	content: '';
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #d62d32;

}

.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: #ff0000;
}
.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: #d61318;
}
.pagination a.page-num-current {
  color: #fff;
  background: #d61318;
}
.hvideo{
    position: relative;
}
.hvideo .wz{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	width: 60%;
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	padding:25px;
	border-radius: 10px;
}
.hvideo .wz .t1{
	font-size: 42px;
	color: #000000;
	font-weight: bold;
}
.hvideo .wz .t2{
	font-size: 16px;
	/*margin-top: 25px;*/
	color: #000000;
	margin-top: 10px;
}
.home-banner{
	position: relative;
	overflow: hidden;
}
.home-banner .swiper-slide{
	position: relative;
}
.home-banner .swiper-slide .wz{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	width: 60%;
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	padding:25px;
	border-radius: 10px;
}
.home-banner .swiper-slide .wz .t1{
	font-size: 42px;
	color: #000000;
	font-weight: bold;
}
.home-banner .swiper-slide .wz .t2{
	font-size: 16px;
	/*margin-top: 25px;*/
	color: #000000;
	margin-top: 10px;
}
.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 img{
    width:100%;
    transform: scale(1)!important;
}
.home-banner .swiper-pagination-bullet{
	border:none;
	margin:0 8px!important;
	background: #fff;
	border-radius: 100%;
	opacity: 1;
	width: 12px;
	height: 12px;
	position: relative;
}
.home-banner .swiper-pagination{
	bottom:5%;
}
.home-banner .swiper-pagination-bullet-active{
	border: none;
	background: #ff0000;
	/*width:35px;*/
}
.search.active img{
    filter: brightness(1) !important;
}

.title{
	text-align: center;
	margin-bottom: 40px;
}
.title h2{
	color: #333333;
	font-size: 45px;
	font-weight: bold;
}
.title .line{
	background: #0168b3;
	width: 110px;
	margin:20px auto;
	height: 4px;
}
.title p{
	color: #000000;
	font-size: 16.6px;
	margin-top:8px;
}
.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%;
}
.newscon .newscont .ncon{
    max-width: 1000px;
    margin:auto;
}
.newscon .newscont .ncon img{
    transform: scale(1.0)!important;
    max-width: 100%;
}
.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{
	position: relative;
}
#thumbs{
	/*border-top: 1px solid #fff;*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 8%;
	max-width: 1500px;
	width: 100%;
	margin:auto;
	z-index: 9;
	padding-top:10px;
}
#thumbs:after{
	position: absolute;
	left: 0;
	top: 9px;
	content: '';
	background: #fff;
	width: 100%;
	height: 1px;
}
#thumbs .swiper-slide{
	padding-top: 20px;
	position: relative;
	color: #fff;
	cursor: pointer;
}
#thumbs .swiper-slide:after{
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
	width: 20px;
	background: #ffffff;
	content: '';
	border-radius: 100%;

}
#thumbs .swiper-slide.swiper-slide-thumb-active:after{
	background: #ff0000;
}
#thumbs .swiper-slide.swiper-slide-thumb-active{
    color: #ff0000;
}
#gallery{
	position: relative;
	/*margin-top: 65px;*/
}
/*#gallery:before{
	position: absolute;
	left: 0;
	width: 22%;
	background: linear-gradient(to left,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.8) 100%);
	content: '';
	height: 100%;
	top: 0;
	z-index: 99;
}
#gallery:after{
	position: absolute;
	right: 0;
	width: 22%;
	background: linear-gradient(to right,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.8) 100%);
	content: '';
	height: 100%;
	top: 0;
	z-index: 99;
}*/
#gallery .swiper-slide{
	background-size: 100% 100%;
	/*padding:50px;*/
	min-height: 340px;
}
#gallery .swiper-slide img{
    transform: scale(1.0)!important;
}
#gallery .swiper-slide h2{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
#gallery .swiper-slide .ncon{
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8;
	margin: 25px 0;
}
#gallery .swiper-slide a{
	color: #fff;
	border:1px solid; #fff;
	border-radius: 25px;
	width: 150px;
	padding: 12px 0;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	transition: .6s;
}
#gallery .swiper-slide a:hover{
	color: #2885eb;
	background: #fff;
	boxshadow:0px 3px 7px 0px #2778dd;
}

.in1{
	padding:70px 0;
}
.in1 .title{
	max-width: 1125px;
	margin: auto;
}
.in1 .title .t1{
	font-size: 37.5px;
	color: #000000;
	font-weight: bold;
}
.in1 .title .t2{
	font-size: 27px;
	color: #000000;
	margin:28px 0;
}
.in1 .title .t3{
	font-size: 18.75px;
	color: #000000;
	text-align: left;
	line-height: 1.6;
}
.nn1{
	padding:80px 0;
}
.nn1 .nn1c{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nn1 .nn1c .nn1cl{
	width: 20%;
}
.nn1 .nn1c .nn1cl .item{
	position: relative;
	padding-left: 20px;
	color: #000000;
	font-size: 22px;
	margin-top: 60px;
	cursor: pointer;
}
.nn1 .nn1c .nn1cl .item:first-child{
	margin-top: 0;
}
.nn1 .nn1c .nn1cl .item:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 10px;
	background: #dadada;
	content: '';
}
.nn1 .nn1c .nn1cl .item.active{
	color: #06364f;
	font-weight: bold;
}
.nn1 .nn1c .nn1cl .item.active:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 10px;
	background: #07aaff;
	content: '';
}
.nn1 .nn1c .nn1cr{
	width: 70%;
}
.nn1 .nn1c .nn1cr .item{
	position: relative;
	display: none;
	border-radius: 10px;
	overflow: hidden;
}
.nn1 .nn1c .nn1cr .item:first-child{
	display: block;
}
.nn1 .nn1c .nn1cr .item .wzcon{
	position: absolute;
	left: 5%;
	top: 0;
	width: 50%;
	display: grid;
	align-content: center;
	height: 100%;
	color: #fff;
}
.nn1 .nn1c .nn1cr .item .wzcon .wz1{
	font-size: 22px;
	font-weight: bold;
}
.nn1 .nn1c .nn1cr .item .wzcon .wz2{
	margin-top: 25px;

}
.nn2{
	padding:80px 0;
}
.nn2 .nn2t .item{
	overflow: hidden;
	border-radius: 10px;
	display: none;
}
.nn2 .nn2t .item:first-child{
	display: block;
}
.nn2 .nn2c{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 35px;
}
.nn2 .nn2c .item{
	border: 1px solid #bababa;
	color: #000000;
	font-size: 16px;
	padding:8px 30px;
	border-radius: 20px;
	cursor: pointer;
}
.nn2 .nn2c .item.active{
	color: #06364f;
	font-weight: bold;
	border-color: #06364f;
}
.nn2 .nn2b .item{
	overflow: hidden;
	display: none;
	text-align: center;
	font-size: 16px;
	margin-top: 35px;
}
.nn2 .nn2b .item:first-child{
	display: block;
}
.nn3{
	padding:80px 0;
}
.nn3 .nn3t{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.nn3 .nn3t .nn3tl h2{
	color: #000000;
	font-size: 36px;
	font-weight: bold;
}
.nn3 .nn3t .nn3tl p{
	color: #000000;
	font-size: 16px;
	margin-top: 15px;
}
.nn3 .nn3t .nn3tr a{
	border: 1px solid #bababa;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding:10px 25px;
	color: #000000;
	font-size: 16px;
}
.nn3 .nn3t .nn3tr a img{
	margin-left: 15px;
}
.nn3 .nn3b{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}
.nn3 .nn3b .nn3bl{
	width: 40%;
	background: linear-gradient(290deg, #d8e5f4, transparent);
	border-radius: 10px;
}
.nn3 .nn3b .nn3bl a{
	display: block;
	padding:25px;
}
.nn3 .nn3b .nn3bl a .simg{
	text-align: center;
}
.nn3 .nn3b .nn3bl a .wwz .t1{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin-top: 40px;
}
.nn3 .nn3b .nn3bl a .wwz .t2{
	color: #000000;
	font-size: 16px;
	margin-top: 10px;
}
.nn3 .nn3b .nn3bl a .wwz span{
	border: 1px solid #bababa;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding:10px 25px;
	color: #000000;
	font-size: 16px;
	justify-content: center;
	width: 160px;
	margin-top: 45px;
}
.nn3 .nn3b .nn3bl a .wwz span img{
	margin-left: 15px;
}
.nn3 .nn3b .nn3br{
	width: 58%;
	display: grid;
	align-content: space-between;
}
.nn3 .nn3b .nn3br .item{
	background: linear-gradient(290deg, #d8e5f4, transparent);
	border-radius: 10px;
}
.nn3 .nn3b .nn3br .item a{
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	padding:25px ;
}
.nn3 .nn3b .nn3br .item a .itl{
	width: 55%;
	display: grid;
	align-content: space-evenly;
}
.nn3 .nn3b .nn3br .item a .itl .itt1{
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.nn3 .nn3b .nn3br .item a .itl .itt2{
	color: #000;
	font-size: 16px;
	margin-top: 10px;
}
.nn3 .nn3b .nn3br .item a .itl span{
	border: 1px solid #bababa;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding:10px 25px;
	color: #000000;
	font-size: 16px;
	justify-content: center;
	width: 160px;
	margin-top: 45px;
}
.nn3 .nn3b .nn3br .item a .itl span img{
	margin-left: 15px;
}
.nn3 .nn3b .nn3br .item a .itr{
	width: 27%;
}
.nn4{
	padding-bottom: 60px;
}
.n4ssw{
	margin-top: 35px;
	padding:10px;
	position: relative;
	padding-bottom: 60px;
}
.n4ssw .swiper-slide a{
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0px 0px 11px 1px #ccc;
	display: block;
}
.n4ssw .swiper-slide a .ncon{
	padding:25px;
}
.n4ssw .swiper-slide a .ncon .t1{
	font-size: 16px;
	color: #595757;
	font-weight:100;
}
.n4ssw .swiper-slide a .ncon .tdate{
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	color: #595757;
}
.n4ssw .swiper-pagination-bullet{
	background: #06364f;
}

.in2{
	background: #f3f3f3;
	padding:80px 0;
}
.in2 .swiper-slide .nt{
	font-size: 72px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}
.in2 .swiper-slide .sb{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in2 .swiper-slide .sb .sbl{
	width: 35%;
}
.in2 .swiper-slide .sb .sbc{
	width: 55%;
	/*border-right: 2px solid #9ca4b1;*/
}
/*.in2 .swiper-slide .sb .sbr{*/
/*	font-size: 160px;*/
/*	color: #cacaca;*/
/*	font-weight: bold;*/
/*	width: 1ch; */
/*      word-break: break-all; */
/*      word-wrap: break-word; */
/*      white-space: normal; */
/*}*/
.in2 .swcc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in2 .swcc .psw{
    width: 80%;
}
.in2 .swcc .swrr{
    width:18%;
}
.in3{
	padding:60px 0px;
}
.in3 .in3nav{
	display: flex;
	justify-content: center;
}
.in3 .in3nav a{
	font-size: 16px;
	color: #000000;
	padding:0 15px;
	position: relative;
	line-height: 1;
}
.in3 .in3nav a:after{
	position: absolute;
	right: 0;
	width: 1px;
	height: 100%;
	content: '';
	background: #424242;
	top: 0;

}
.in3 .in3nav a:last-child:after{
	display: none;
}
.in3list{
	display: flex;
	flex-wrap: wrap;
}
.in3list .item{
	width: 32.33%;
	margin-right: 1.5%;
	transition: .6s;
	margin-top:3%;
}
.in3list .item .img{
	overflow: hidden;
}
.in3list .item .img img{
	transition: .6s;
}
.in3list .item:last-child{
	margin-right: 0;
}
.in3list .item:hover{
	box-shadow: 0px 0px 11px 6px #ddd;
}
.in3list .item:hover img{
	transform: scale(1.1);
}
.in3list .item .itc{
	background: #4c79a5;
	padding:30px 15px 15px 4px;
}
.in3list .item .itc .itc1{
	font-size: 18px;
	color: #ffffff;
	border-bottom: 2px solid #fff;
	padding:0 15px 8px;
}
.in3list .item .itc .itc2{
	padding:15px;
	color: #fff;
	font-size: 14px;
}

.id1{
	padding-top:60px ;
}

.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;
}
.psw{
    padding-bottom: 45px;
}
.psw .swiper-pagination-bullet{
	border:none;
	margin:0 4px!important;
	background: #fff;
	border-radius: 100%;
	opacity: 1;
	width: 12px;
	height: 12px;
	position: relative;
}
/*.psw .swiper-pagination{*/
/*	bottom:5%;*/
/*}*/
.psw .swiper-pagination-bullet-active{
	border: none;
	background: #ff0000;
	/*width:35px;*/
}
.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;
	background: #f4f8fb;
	padding:25px 5px;
	margin-top: 45px;
}
.numCount ul li{
	display: flex;

}
.numCount ul li .numU{
	font-size: 60px;
	color: #000000;
	line-height: 1;
	font-weight: bold;
}
.numCount ul li .numU sub{
	bottom: 0;
	font-size: 16px;
}
.numCount ul li .indc{
	font-size: 14px;
	color: #000;
	margin-top: 10px;
}

.nnab2{
	padding:130px 0;
}
.nnab2 .n2list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.nnab2 .n2list .item{
	margin-top: 35px;
	border: 1px solid #d9dadb;
	width:32.33%;
	margin-right: 1.5%;
	background: #f1f1f1;
}
.nnab2 .n2list .item:last-child{
	margin-right: 0;
}
.nnab2 .n2list .item .ncon{
	padding:50px 20px 35px;
}
.nnab2 .n2list .item .ncon .t1{
	position: relative;
	font-size: 28px;
	color: #c41b1e;
	padding-bottom: 15px;
}
.nnab2 .n2list .item .img{
    overflow: hidden;
}
.nnab2 .n2list .item:hover img{
    transform: scale(1.1);
}
.nnab2 .n2list .item .ncon .t1:after{
	position: absolute;
	left: 0;
	bottom:0;
	content: '';
	width: 60px;
	height: 1px;
	background: #c41b1e;
}
.nnab2 .n2list .item .ncon .tcon{
	margin-top: 15px;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}
.nnab3{
	padding:80px 0;
	background: #f1f1f1;
}
.nnab3 .bwz{
	font-size: 16px;
	color: #ffffff;
	background: #c41b1e;
	display: block;
	width: 320px;
	border-radius: 20px;
	padding:8px 0;
	margin:25px auto;
}
#certify {
	position: relative;
	/*width: 1200px;*/
	margin: 80px auto 0;
}

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

#certify  .swiper-slide {
	width: 500px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #d9dadb;
	width: 15px;
	height: 15px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #c41b1e;
}

.nnab4{
	padding:80px 0;
}
.nnab4 .n4list .item{
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nnab4 .n4list .item .itl{
	width: 110px;
	position: relative;
}
.nnab4 .n4list .item .itl:after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: url(../images/ty.png) no-repeat;
	height: 233px;
	width: 103px;
}
.nnab4 .n4list .item .itl .t1{
	font-size: 32px;
	color: #333439;
	position: relative;
	z-index: 99;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
}
.nnab4 .n4list .item .itl .t1 span{
	font-size: 26px;
}
.nnab4 .n4list .item .itl .t2{
	margin-top: 110px;
	text-align: right;
	font-size:26px;
	color: #333439;
	font-weight: bold;
}
.nnab4 .n4list .item .itl .t2 span{
	font-size: 16px;
}
.nnab4 .n4list .item .itr{
	width: 78%;
	margin-top: 8%;
}
.nnab4 .n4list .item .itr .t1{
	font-size: 26px;
	color: #000000;
	font-weight: bold;
}
.nnab4 .n4list .item .itr .tcon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:15px;
	background: #eff1f5;
	align-items: center;
	margin-top: 4%;
}
.nnab4 .n4list .item .itr .tcon .tcl{
	width: 60%;
	font-size: 16px;
	color: #000000;
	line-height: 1.7;
}
.nnab4 .n4list .item .itr .tcon .tcr{
	width: 35%;
}

.newtop{
	background: #f3f3f3;
	padding:80px 0;
}
.newtop .nnc a{
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	align-items: center;
	box-shadow: 0px 8px 10px 2px #ccc;
}
.newtop .nnc a .nncl{
	width: 40%;
	overflow: hidden;
}
.newtop .nnc a img{
    transition: .6s;
}
.newtop .nnc a:hover img{
    transform: scale(1.1);
}
.newtop .nnc a .nncr{
	width: 56%;
}
.newtop .nnc a .nncr .t1{
	font-size: 26px;
	color: #d61318;
	font-weight: bold;
}
.newtop .nnc a .nncr .t2{
	font-size: 26px;
	color: #000000;
	margin:15px 0 60px;
}
.newtop .nnc a .nncr .t3{
	font-size: 16px;
	color: #000000;
}
.newslist .item a .al{
    overflow: hidden;
}
.newslist .item a img{
    transition: .6s;
}
.newslist .item a:hover img{
    transform: scale(1.1);
}

.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:40px 0 25px;
}
.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: 16px;
}
.location .lca .lcal img{
	/*height: 18px;*/
}
.location .lca .lcal a{
	color: #333333;
	font-size: 27.08px;
	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: 27.08px;
	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: #f3f3f3;
	padding:90px 0;
}
.ntitle{
	text-align: center;
}
.ntitle .line{
	height: 2px;
	width: 40px;
	background: #2f8bff;
	margin: 15px auto;
}
.ntitle h2{
	color: #000000;
	font-size: 41.67px;
	font-weight: bold;
}
.ntitle h3{
	color: #000000;
	font-size: 27.08px;
	/*font-weight: bold;*/
	margin:15px 0 45px;
}
.ntitle p{
    color: #000000;
	font-size: 27.08px;
	/*font-weight: bold;*/
	margin:15px 0 45px;
}
.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;
}
.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;
}
.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{
	color: #555555;
	font-size: 14px;
	background: #f6f6f6;
	border-radius: 5px;
	padding:3px 15px;
	transition: .6s;
}
.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{
	color: #fff;
	background: #2f8aff;
}
.szcon{
	padding:80px 0;
}
.szcon .szt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.szcon .szt .sztl{
	width: 47%;
}
.szcon .szt .sztr{
	width: 47%;
}
.szcon .szt .sztr .t1{
	font-size: 32px;
	color: #000000;
}
.szcon .szt .sztr .lc{
	display: flex;
	align-items: center;
	color: #555555;
	font-size: 16px;
	margin-top: 15px;
}
.szcon .szt .sztr .lc img{
	margin-right: 10px;
}
.szcon .szt .sztr .tcon{
	margin:25px 0;
	line-height: 1.8;
	font-size: 18px;
	color: #000;
}
.szcon .szt .sztr .bic{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.szcon .szt .sztr .bic a{
	color: #308bff;
	font-size: 18px;
	border: 1px solid #308bff;
	padding:8px 20px;
	border-radius: 20px;
	margin-right: 25px;
}
.szcon .szb{
	margin-top: 45px;
}
.szcon .szb .szbt{
	color: #000000;
	font-size: 32px;
	margin-bottom: 25px;
}



.pagination{
   justify-content: center;
}
.pagebar .pagination {
  display: flex;
  margin-top: 25px;
}
.pagination a {
  background: #e6e8eb;
  color: #333;
  font-size: 14px;
  padding: 8px 2px;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  border-radius: 100%;
  display: inline-block;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    /*width: 40px;*/
  	height: 40px;
    border-radius: 100%;
    display: inline-block;
    margin:0 6px;
}
.pagination a:hover {
  color: #fff;
  background: #d61318;
}
.pagination a.page-num-current {
  color: #fff;
  background: #d61318;
}
.page-status,.page-index,.page-last{
   display: none!important;
}
.nytitle{
	text-align: center;
}
.nytitle h2{
	font-size: 36px;
	color: #333333;
}
.nytitle .line{
	height: 2px;
	background: #0168b3;
	width: 32px;
	margin:15px auto 0;
}
.nybanner{
	position: relative;
}
.nybanner>img{
    transform: scale(1.0)!important;
    width:100%;
}
.nybanner .wz{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	height: 100%;
	align-content: center;
	max-width: 1300px;
	top: 0;
	width: 100%;
}
.pccon{
	padding:80px 0;
}
.pccon img{
    transform: scale(1.0)!important;
}
.ptitle{
	text-align: center;
	font-size: 41.67px;
	color: #000;
}
.ppnav{
	display: flex;
	justify-content: space-evenly;
	margin-top: 60px;
}
.ppnav .item{
	text-align: center;
	position: relative;
	padding-bottom: 40px;
}
.ppnav .item .i2{
	display: none;
}
.ppnav .item .wz{
	font-size: 16px;
	color: #000;
	margin-top: 15px;
}
.ppnav .item.active .i2{
	display: block;
}
.ppnav .item.active .i1{
	display: none;
}
.ppnav .item.active:after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:0px;
	background: url(../images/pdown.png) no-repeat;
	background-size: 25px 22px;
	content: '';
	height: 25px;
	width: 22px;
}
.pscon{
	background: #f3f3f3;
	border-radius: 20px;
	padding:55px;
	margin-top: 60px;
}
.pst{
	display: flex;
	justify-content: space-between;
}
.pst .pstl{
	width: 40%;
	text-align: center;
}
.pst .pstr{
	width: 55%;
}
.psb{
	margin-top: 40px;
}
.pst .item{
	display: none;
}
.pst .item:first-child{
	display: block;
}

.sop{
    display: flex;
}
.sop input{
    border:1px solid  #d2d2d2;
    padding:4px 15px;
    width:300px;
}
.sop button{
    border:1px solid  #d2d2d2;
    border-left: none;
    background: #f8f8f8;
}
.sop button img{
    filter: brightness(0.5);
}
.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;
	max-width: 980px;
	margin:35px auto;
	background: url(../images/bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding:5px;
}
.ab1img video{
	width: 100%;
}
.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: 40%;
}
.newslist .item a .al img{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border:3px solid #d9dadb;
}
.newslist .item a .ar{
	width: 56%;
}
.newslist .item a .ar .date{
	font-size: 26px;
	color: #d61318;
	font-weight: bold;
	padding:0 15px;
}
.newslist .item a .ar h3{
	color: #000000;
	font-size: 26px;
	border-bottom: 1px solid #d9dadb;
	padding:10px 15px;
}
.newslist .item a .ar .acon{
	padding:0 15px;
	font-size: 16px;
	color: #808080;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* 显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 35px;
}

.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 #d9dadb;
	padding-bottom: 20px;
}
.newscon .newscont .nt h1{
	font-size: 26px;
	color: #000000;
	font-weight: bold;
}
.newscon .newscont .nt p{
	color: #000000;
	font-size: 26px;
	margin-top: 15px;
}
.newscon .newscont  .ncon{
	margin-top: 30px;
}
.newscon .newsconb{
	background: #fff;
	padding:15px 0px;
	margin-top: 30px;
	border-top: 1px solid #d9dadb;
}
.newscon .newsconb .ncbl{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	margin-top: 25px;
}
.newscon .newsconb .ncbl>div{
	color: #000000;
	font-size: 26px;
	margin-top: 25px;
	width: 100%;
	font-weight: bold;
}
.newscon .newsconb .ncbl>div:first-child{
	margin-top: 0;
}
.newscon .newsconb .ncbl>div a{
	color: #000;
	font-size: 26px;
	font-weight: bold;
}
.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;
}

.setitle{
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding:25px 0;
}
.nbg{
	padding:140px 0;
	background: #f3f3f3;
}
.s1list{
	display: flex;
	flex-wrap: wrap;
}
.s1list .item{
 	width:24% ;
 	margin-right: 1.33%;
 	background: #fff;
 	text-align: center;
 	padding:6% 4%;
 }
 .s1list .item:last-child{
 	margin-right: 0;
 }
 .s1list .item .wz{
 	margin-top: 25px;
 	color: #000000;
 	font-size: 16px;
 }
 .st{
 	font-size: 26px;
 	color: #000000;
 	margin-top: 8%;
 }
 .s2con{
 	display: flex;
 	flex-wrap: wrap;
 	padding:5% 10%;
 	background: #fff;
 	justify-content: space-between;
 	align-items: center;
 	margin-top: 35px;
 }
  .s2con .s2r{
  	text-align: center;
  }

.s3con{
	display: flex;
	/*flex-wrap: wrap;*/
	padding:5% 8%;
	background: #fff;
	margin-top: 35px;
	justify-content: space-between;
}
.s3con .item{
	text-align: center;
}
.s3con .item .wz{
	margin-top: 25px;
}
.s3con .item .wz .w1{
	font-size: 18px;
	color: #000;
}
.s3con .item .wz .w2{
	font-size: 16px;
	color: #c41b1e;
}
.cx{
	border-bottom: 2px solid #b5b5b5;
	padding-bottom: 25px;
}
.cx .cxtitle{
	text-align: center;
	max-width: 800px;
	margin: auto;
}
.cx .cxtitle h4{
	font-size: 32px;
	color: #000000;
	font-weight: bold;
}
.cx .cxtitle .swz{
	font-size: 26px;
	color: #000000;
	margin-top: 15px;
}
.cxform{
	max-width: 800px;
	margin:25px auto 0;
}
.cxform h4{
	margin-left: 10px;
	color: #000000;
	font-size: 26px;
}
.cxform .cxzs{
	width: 100%;
	border:1px solid #b5b5b5;
	padding:8px 10px;
	background: none;
	margin-top: 25px;
}
.cxform .sub{
	width: 160px;
	padding:4px 0;
	border-radius: 20px;
	background: #8b0a0a;
	margin: 25px auto 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.ddlist .item{
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding:4% 3%;
}
.ddlist .item .itlt{
	font-size: 16px;
	color: #000;
}
.ddlist .item .itlb{
	font-size: 14px;
	margin-top: 8px;
}
.ddlist .item .itr{
	display: flex;
	/*align-items: center;*/
}
.ddlist .item .itr a{
	margin-left: 10px;
}
.vlist{
	display: flex;
	flex-wrap: wrap;

}
.vlist .item{
	width: 32.33%;
	margin-bottom: 1.5%;
	margin-right: 1.5%;
}
.vlist .item .w1{
	color: #000;
	font-size: 12px;
	margin-top: 8px;
}
.vlist .item .w2{
	color: #000;
	font-size: 12px;
	margin-bottom: 8px;
}
.vlist .item span{
	color: #676767;
	font-size: 12px;
	background: #f3f3f3;
	padding:2px;
}
.ccn{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: grid;
    align-items: center;
    align-content: center;
}
.ccn .ct{
	text-align: center;
	font-size: 48px;
	color: #000;
	font-weight: bold;
	margin-top: 15%;
}
.ccn .clist{
	display: flex;
	justify-content: space-evenly;
	margin-top: 40px;
	padding:0 5%;
}
.ccn .clist .item1{
	text-align: center;
}
.ccn .clist .item1 .wzz{
	margin-top: 10px;
	font-size: 16px;
}
.ccc1{
	background: url(../images/cbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 60px;
	height: 1158px;
}
.ccc1 .ccc1t{
	margin-top: 196px;
}
.ccc1 .ccc1t .t1{
	font-size: 41.67px;
	color: #2570c4;
	font-weight: bold;
}
.ccc1 .ccc1t .t2{
	font-size: 27.08px;
	color: #000000;
	margin-top: 15px;
}
.ccc1 .ccc1t .tcon{
	margin-top: 190px;
	width: 40%;
}
.ccc1 .ccc1t .tcon .tt1{
	font-size: 27.08px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
}
.ccc1 .ccc1t .tcon .tt2{
	font-size: 27.08px;
	color: #000000;
	font-weight: bold;
	margin-top: 25px;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 25px;
}
.ccc1 .ccc1t .tcon .tt3con{
	margin-top: 25px;
}
.ccc2{
	padding:60px 0 20px;
}
.ccc2 img{
    transform: scale(1.0)!important;
}
.ccc3{
	padding:80px 0;
	background: #f3f3f3;
}
.nform{
	background: #fff;
	padding:50px 80px;
	margin-top: 40px;
}
.nform h3{
	font-size: 26px;
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
}
.nform ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nform ul li{
	width: 46%;
	margin-top: 25px;
}
.nform ul li input{
	width: 100%;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom:25px;
	color: #000;
}
.nform ul li input:placeholder{
	color: #000;
}
.nform ul li:last-child{
	width: 100%;
}
.nform ul li h4{
	font-size: 16px;
	color: #000000;

}
.nform ul li select{
	width: 100%;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px 0;
	color: #000;
}
.nform ul li textarea{
	width: 100%;
	padding:10px;
	resize: none;
	background: #d5d5d5;
	border: none;
	margin-top: 15px;
	height: 250px;
}
.code{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.code .cl{
	font-size: 16px;
	color: #000000;
	display: flex;
	align-items: center;
}
.code .cl input{
	background: #d5d5d5;
	border: none;
	border-radius: 30px;
	padding:10px 10px;
	margin-right: 10px;
}
.code .cr{
	padding-right: 10%;
}
.code .cr .re{
	background: none;
	border: 1px solid #d5d5d5;
	display: inline-block;
	text-align: center;
	padding:14px 0;
	width: 195px;
	margin-right: 40px;
	border-radius: 30px;
}
.code .cr .su{
	background: #c41b1e;
	border: 1px solid #c41b1e;
	display: inline-block;
	text-align: center;
	padding:14px 0;
	width: 195px;
	margin-right: 40px;
	border-radius: 30px;
	color: #fff;
}

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


.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: 18%;
}
.pro .prol .pnav{
    border-radius: 20px;
    overflow: hidden;
}
.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 #dbddde;*/
	padding:30px 0;
	border:10px;
	margin:0 15px;
	text-align: center;
}
.pro .prol .pnav ul li:last-child{
	border-bottom: none;
}
.pro .prol .pnav ul li a{
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
	color: #333333;
	font-size: 16.67px;
}
.pro .prol .pnav ul li img{
	transform: rotate(-90deg);
	filter: brightness(0);
}
.pro .prol .pnav ul li.sl img{
    transform: rotate(0deg);
    filter: brightness(1);
}
.pro .prol .pnav ul li .ssf{
    display: flex;
    justify-content: space-between;
}
.pro .prol .pnav ul li .ssf:hover a{
	color: #06364f;
}
.pro .prol .pnav ul li.active{
    background: url(../images/obg.png) no-repeat;
    background-size:100% 100%;
}
.pro .prol .pnav ul li.active .ssf a{
	color: #06364f;
}
.pro .prol .pnav ul li.sl a{
	color: #06364f;
}
.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: 79%;
}
.pro .pror h2{
    font-size: 27.08px;
    color: #000000;
    margin-left: 40px;
    margin-bottom: 25px;
}
.pro .pror .productlist{
	display: flex;
	flex-wrap: wrap;
}
.pro .pror .productlist a{
	width: 32.33%;
	margin-right: 1.5%;
	display: block;
	text-align: center;
	padding:50px;
	/*background: #fff;*/
	margin-bottom: 25px;
	transition: .6s;
	border-radius: 10px;
	background: linear-gradient(180deg,#f8fdff,#fff,#fff,#fff,#d6e4ee);
}
.pro .pror .productlist a .sortname{
    border:1px solid  #4c4c4c;
    font-size: 14px;
    color: #000000;
    border-radius: 20px;
    padding:8px 0;
}
.pro .pror .productlist a .img{
    overflow: hidden;
    margin:90px 0 60px;
}
.pro .pror .productlist a .img img{
    transition: .6s;
}
.pro .pror .productlist a:hover .img img{
    transform: scale(1.1);
}
.pro .pror .productlist a:hover{
    /*box-shadow: 0px 0px 10px 1px #ccc;*/
}
.pro .pror .productlist a h4{
	font-size: 14px;
	color: #333333;
	/*background: #fff;*/
	/*border-bottom: 2px solid #9ca4b1;*/
	padding:10px 0;
	margin-top: 25px;
}
.pro .pror .productlist a:nth-child(3n){
	margin-right: 0;
}
.pro .pror .productlist a .ncon{
	text-align: left;
	font-size: 10px;
	color: #333;
	margin-top: 15px;
}
.pro .pror .productlist a .ssmore{
    color: #221815;
    font-size: 14px;
    border:1px solid  #4c4c4c;
    border-radius: 20px;
    padding:8px 0;
    margin-top:80px;
    transition: .6s;
}
.pro .pror .productlist a:hover .ssmore{
    background: #d61318;
    border-color: #d61318;
    color: #fff;
}
.pro .pror .productlist a img{
    max-height: 160px;
}
.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: linear-gradient(
260deg, #d8e5f4,#fff);
	padding:50px 0 90px;
	position: relative;
	z-index: 999;
}
footer .foot{
	padding:0 20px;
	display: flex;
	justify-content: space-between;
}
footer .foot .fl{
	width:66% ;
	position: relative;
	margin-top:50px;
}
footer .foot .fl:after{
	position: absolute;
	left: 0;
	top: 50px;
	content: '';
	background: #fff;
	width: 100%;
	height: 1px;
}
footer .foot .fl .flt ul{
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
}
footer .foot .fl .flt ul li a{
	color: #333;
	font-size: 20.89px;
	font-weight: bold;
}

footer .foot .fl .flt ul li dl{
	margin-top: 50px;
}
footer .foot .fl .flt ul li dl dd{
	margin-top: 15px;
	color: #333;
	font-size: 13.67px;
	margin-bottom: 0;
}
footer .foot .fl .flt ul li dl dd a{
	color: #333;
	font-size: 13.67px;
	font-weight: normal;
}
footer .foot .fl .flb{
	margin-top: 20px;
}
footer .foot .fl .flb h4{
	font-size: 20.84px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}
footer .foot .fl .flb ul a{
    display: inline-block;
    margin-right: 15px;
}
footer .foot .fr{
	width: 30%;
}
footer .foot .fr .frr{
	background: rgba(255,255,255,0.6);
	padding:25px 30px;
	border-radius: 10px;
}
footer .foot .fr .frr h4{
	font-size: 16px;
	color: #333;
	margin-bottom:15px;
}
footer .foot .fl .flt ul li a:hover{
    color: #ff0000;
}
footer .foot .fr .frr form ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .foot .fr .frr form ul li{
	width: 46%;
	margin-bottom:25px;
}
footer .foot .fr .frr form ul li input{
	padding:10px 15px;
	background: #fff;
	width: 100%;
	border:none;
	font-size: 10.42px;
}
footer .foot .fr .frr form ul li:last-child{
	width: 100%;
	margin-bottom: 0;
}
footer .foot .fr .frr form ul li textarea{
	width: 100%;
	border:none;
	padding:10px 15px;
	resize: none;
	height: 160px;
	font-size: 10.42px;
}
footer .foot .fr .frr button{
	width: 180px;
	color: #fff;
	font-size: 14px;
	background: #b50000;
	padding:10px 0 6px 15px;
	text-align: left;
	border: none;
	margin-top: 25px;
}
footer .foot .fl .flb a img{
    transition: .6s;
}
footer .foot .fl .flb a:hover img{
    transform: scale(1.05);
}

.sec{
    position: absolute;
    background: #656565;
    top: 104px;
    width:100%;
    left: 50%;
    transform: translateX(-50%);
    padding:30.5px 0 30px 157px;
    z-index: 9;
    display: none;
    border-top:1px solid #ccc;
    /*transition: .5s;*/
}
.sec.fx{
    width:100%;
    top: 100px;
}
.sec .timg{
    text-align: center;
    margin-bottom:20px;
}
.sec form{
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.sec .timg img{
    filter: brightness(0);
    max-height: 69.5px;
}
.sec input{
    max-width: 1200px;
    height: 52px;
    line-height: 52px;
    background: #fff url(../images/rse.png) no-repeat 30px 16px;
    border-radius: 0;
    width: 100%;
    padding:0 60px;
    margin: auto;
    border: none;
    display: block;
    border-radius: 30px;
}
.sec button{
    position: absolute;
    right:25px;
    top:6px;
    background: #c41b1e;
    color: #fff;
    padding:8px 45px;
    border:none;
    border-radius: 30px;
    width:174px;
    
}
.lann{
    position: absolute;
    background: #656565;
    top: 104px;
    width:100%;
    left: 50%;
    transform: translateX(-50%);
    padding:30.5px 0 30px;
    z-index: 9;
    display: none;
    border-top:1px solid #ccc;
    cursor: pointer;
    /*transition: .5s;*/
}
.lan>img{
    filter:brightness(0);   
}
.lann.fx{
    width:100%;
    top: 100px;
    padding-left: 157px;
}
.lann .lannb{
    display: flex;
    max-width: 1200px;
    min-height: 150px;
    flex-wrap: wrap;
    padding:15px 45px 15px;
    margin: auto;
    background: #fff;
    align-items: flex-start;
}
.lann .lannb a{
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 16px;
    margin-right: 40px;
}
.lann .lannb a img{
    margin-right: 10px;
}
.lan.active>img{
    filter:brightness(1);   
}
.lan.active .ssd{
    transform: rotate(90deg);
}
/*手机导航*/

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;
}
.ppdown{
	background: #fff;
	padding:70px 0;
}
.ppdown h2{
	text-align: center;
	color: #000000;
	font-size: 41.67px;
}
.ppdown .pdcn{
	background: #fff;
	border-radius: 15px;
	padding:20px 40px;
	margin-top: 60px;
}
.ppdown .pdcn .pdnav{
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin:auto;
}
.ppdown .pdcn .pdnav a{
	color: #000000;
	font-size: 16px;
}
.ppdown .pdcn .pdnav a.active{
	color: #d61318;
	border-bottom: 2px solid #d61318;
	padding-bottom: 5px;
}
.pplist{
	display: none;
}
.pplist .item{
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	align-items: center;
	margin-top: 20px;
}
.pplist .item .itl{
	font-size: 16px;
	color: #333;
}
.pplist .item .itr{
	display: flex;
	align-items: center;
}
.pplist .item .itr a:nth-child(2){
	margin:0 42px;
}
.pplist:first-child{
	display: block;
}

.cc1{
	text-align: center;
	padding:60px 0;
}
.cc1 h2{
	font-size: 26px;
	color: #000;
	font-weight: bold;
}
.cc1 .cc1con{
	background: #f3f3f3;
	padding:25px;
	border-radius: 20px;
	margin-top: 25px;
}
.cc2{
	padding-bottom: 60px;
}
.cc2 .cc2c{
	display: flex;
	justify-content: space-between;
}
.cc2 .cc2c .cc2cl{
	width: 35%;
}
.cc2 .cc2c .cc2cr{
	width: 60%;
}
.cc2 .cc2c .cc2cr img{
	border-radius: 20px;
}
.cc3{
	background: #f3f3f3;
	padding:60px 0;
}
.cc3 h2{
	text-align: center;
	font-size: 26px;
	color: #000;
	font-weight: bold;
}
.cc3 .cc3con{
	margin-top: 25px;
}
.cc4{
	padding:60px 0;
}
.cc4 h2{
	text-align: center;
	font-size: 26px;
	color: #000;
	font-weight: bold;
}
.cc4 p{
	font-size: 16px;
	color: #000000;
	margin-top: 5px;
	text-align: center;
}
.ccs2{
	padding:60px 0;
	position: relative;
}
.ccs2 .swiper-slide{
	text-align: center;
}
.ccs2 .swiper-slide .t1{
	font-size: 16px;
	color: #000;
	margin-top: 55px;
}
.ccs2 .swiper-slide .t2{
	font-size: 16px;
	color: #000;
	margin-top: 15px;
}
.ccs2 .swiper-slide span{
	border:1px solid #bebebe;
	border-radius: 20px;
	display: inline-block;
	width: 130px;
	margin-top: 35px;
	padding:6px 0;
	color: #333;
	font-size: 14.58px;
}
.ccs2 .swiper-slide img{
    /*max-height: 160px;*/
}
.ccs2 .swiper-slide:hover span{
	background: #c41b1e;
	border-color: #c41b1e;
	color: #fff;
}
.ccs2 .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 0;
}
.ccs2 .swiper-pagination-bullet-active{
	width: 100px;
	background: #d61318;
	border-radius: 20px;
}
.cc5{
	padding:60px 0;
}
.cc5 h2{
	font-size: 26px;
	color: #06364f;
	font-weight: bold;
}
.alist{
	display: flex;
	flex-wrap: wrap;
}
.alist .item{
	margin-top: 25px;
	width: 32.33%;
	margin-right: 1.5%;
	text-align: center;
}
.alist .item img{
    transform: scale(1.0)!important;
}
.alist .item:last-child{
	margin-right: 0;
}
.alist .item .tt{
	font-size: 26px;
	color: #000;
	background: #f3f3f3;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding:25px 0;
}
.spx{
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 100;
	height: 100%;
	width: 100%;
	display: grid;
	align-content: center;
}
.ccs3 .swiper-slide{
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 20px;
	position: relative;
}
.ccs3 .swiper-slide .close{
	position: absolute;
	right: 15px;
	top: 15px;
}
.ccs3 .swiper-slide .swl{
	width: 67%;
}
.ccs3 .swiper-slide .swl img{
	border-radius: 20px;
}
.ccs3 .swiper-slide .swr{
	width: 28%;
	display: grid;
	align-items: center;
	padding:3% 5% 2% 0;
}
.ccs3 .swiper-slide .swr .t1{
	font-size: 16px;
	color: #d61318;
}
.ccs3 .swiper-slide .swr .t2{
	font-size: 16px;
	color: #000;
}
.ccs3 .swiper-slide .swr .abal{
	text-align: center;
}
.ccs3 .swiper-slide .swr .abal .tt{
	font-size: 26px;
	color: #000;
	margin-bottom: 15px;
	text-align: left;
}
.ccs3 .swiper-slide .swr .abal img{
	height: 90px;
}
.ccs3 .swiper-slide .swr .abal .wz{
	font-size: 16px;
	margin-top: 10px;
	color: #000;
}
.spx{
	display: none;
}
.spx .swiper-button-prev{
	left: 10%;
	background: url(../images/aarow.png) no-repeat;
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	transform: rotate(180deg);
}
.spx .swiper-button-next{
	right: 10%;
	background: url(../images/aarow.png) no-repeat;
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
}
.spx .swiper-pagination{
	width: 100%;
	left: 0;
}
.spx .swiper-pagination .swiper-pagination-bullet{
	background: #ffffff;
	width: 12px;
	height: 12px;
	margin:0 5px;
	opacity: 1;
}
.spx .swiper-pagination .swiper-pagination-bullet-active{
	background: #c41b1e;
}
.nyabnav{
	background: #f3f3f3;
}
.nyabnav .abnav{
	display: flex;
	justify-content: space-around;
}
.nyabnav .abnav a{
	color: #000000;
	font-size: 26px;
	padding:20px 0;
	position: relative;
}
.nyabnav .abnav a.active:after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:0;
	background: url('../images/lact.png') no-repeat;
	width: 70px;
	height: 15px;
	content: '';
}

.nnab1{
	padding-top:114px;
	padding-bottom: 35px;
	margin-top: 70px;
	position: relative;
}
.nnab1:after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/yuan.png) no-repeat;
	width: 18px;
	height: 100%;
	top: 0;
	content: '';
}
.nnab1 .tt{
	font-size: 37.5px;
	font-weight: bold;
	color: #000;
	position: relative;
	padding-bottom: 40px;
}
.nnab1 .tt:after{
	position: absolute;
	left: 0;
	bottom:0;
	width: 75px;
	height: 5px;
	background: #c41b1e;
	content: '';
}
.nnab1 .tt2{
	margin-left: 2%;
	font-size: 172px;
	color: #000;
	position: relative;
	z-index: 9;
}
.nnab1 .tt2 span{
	font-weight: bold;
}
.nnab1 .tcon{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 180px;
}
.nnab1 .tcon .tconl{
	width: 45%;
}
.nnab1 .tcon .tconr{
	width: 44%;
}
.nnab1 .tcon .tconr .tct{
	font-size: 16px;
	color: #000;
	line-height: 2;
}
.nnab1 .tcon .tconr .tcb{
	margin-top: 130px;
}
.parr{
    padding:80px 0;
}
.nntt{
    font-size: 37.5px;
	font-weight: bold;
	color: #000;
	position: relative;
	padding-bottom: 40px;
	text-align: center;
}
.parr2{
    padding: 20px 0 80px;
}
.parr2 .pp2nav{
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}
.parr2 .pp2nav a{
    color: #06364f;
    font-size: 16px;
    padding:5px 20px;
    border-radius: 15px;
    display: inline-block;
    margin-right: 15px;
    transition: .6s;
}
.parr2 .pp2nav a.active{
    background: #e8f0fa;
}
.parr2 .pp2nav a:hover{
    background: #e8f0fa;
}
.parr2 .pp2nav a:last-child{
    margin-right: 0;
}
.spplist .item{
    display: none;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    
}
.spplist .item:first-child{
    display: block;
}
.spplist .item .nncon{
    position: absolute;
    bottom: 0;
    left: 0;
    padding:40px;
    color: #fff;
    font-size: 16px;
}
.clist{
	display: flex;
	flex-wrap: wrap;
}
.clist .item{
	/*box-shadow: 0px 0px 10px 1px #ccc;*/
	padding: 25px 0;
	border-radius: 2px;
	border-bottom: 1px solid #cacaca;
	transition: .6s;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.clist  a{
	display: block;
	width: 100%;
}
.clist  a:hover{
    background: rgba(101,101,101,0.8);
}
.clist .item .itl{
	width: 60%;
}
.clist .item .itl .t1{
	font-size: 26px;
	font-weight: bold;
	color: #000;
}
.clist .item .itl .t2{
	font-size: 14px;
	color: #000000;
	margin-top: 15px;
}
.clist .item .itl span{
	color: #c41b1e;
	font-size: 14px;
	border: 1px solid #cacaca;
	border-radius: 20px;
	display: inline-block;
	width: 120px;
	text-align: center;
	padding:8px 0;
	margin-top: 15px;
}
.clist  a:hover .item .itl .t1{
    color: #fff;
}
.clist  a:hover .item .itl .t2{
    color: #fff;
}
.clist .item .itr{
	width: 30%;
	overflow: hidden;
	border-radius: 20px;
}
img{
    transition: .6s;
}
img:hover{
    transform: scale(1.05);
}
.clist .item .itr img{
	border-radius: 10px;
	transition: .6s;
}
.clist .item:hover span{
	background: #c41b1e;
	border-color: #c41b1e;
	color: #fff;
}
.clist .item:hover img{
    transform: scale(1.1);
}
.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: 1280px) {
.toolbar {
display:block
}

}
@media(max-width:1280px){
    .pdown .swiper-button-next{
    right: 1.5vw;
}
.pdown .swiper-button-prev{
    left: 12.5vw;
}
}
.hidden-lg{
    display: none!important;
}
@media(max-width:780px){
    .code .cl{
        font-size: 12px;
    }
    .code .cl input{
        width:90px!important;
        padding:5px 10px;
    }
    .code .cl img{
        width: 80px!important;
    }
    .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%!important;
	}
	.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;
	    padding: 25px 15px ;
	}
	.pro .pror .productlist a .img{
	    margin:45px 0 30px;
	}
	.pro .pror .productlist a .ssmore{
	    margin-top:30px;
	    font-size: 12px;
	}
	.pro .pror .productlist a .sortname{
	    font-size: 12px;
	}
	.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: 20px;
	    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: 10px;
    }
    .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;
    }
    .home-banner .swiper-slide .wz{
        top:20%;
        width:80%;
    }
    .in1{
        padding:50px 0;
    }
    .in1 .title .t1{
        font-size: 24px;
    }
    .in1 .title .t2{
        font-size: 16px;
    }
    .in1 .title .t3{
        font-size: 12px;
    }
    .in2{
        padding:40px 0;
    }
    .in2 .swiper-slide .nt{
        font-size: 24px;
    }
    .in2 .swiper-slide .sb .sbl{
        width:100%;
        text-align: center;
    }
    .in2 .swiper-slide .sb .sbl img{
        height: 200px;
        text-align: center;
    }
    .in2 .swiper-slide .sb .sbc{
        width:100%;
        border-right: none;
        zoom: 80%;
    }
    .in2 .swiper-slide .sb .sbr{
        font-size: 46px;
    }
    #gallery .swiper-slide{
        min-height: unset;
    }
    #thumbs .swiper-slide{
        font-size:12px;
    }
    .in3 .in3nav a{
        font-size: 14px;
        padding:0 10px;
    }
    .in3list .item{
        width:100%;
        margin-right: 0;
    }
    footer .foot{
        flex-wrap: wrap;
    }
    footer .foot .fl{
        width:100%;
    }
    footer .foot .fl .flt ul{
        flex-wrap: wrap;
    }
    footer .foot .fl .flt ul li dl{
        margin-top:15px;
    }
    footer .foot .fl:after{
        top: 35px;
    }
    footer .foot .fr{
        width:100%;
        margin-top:25px;
    }
    .nybanner .wz{
        zoom:60%;
        padding:0 15px;
    }
    .nybanner .wz strong span{
        font-size: 18px!important;
    }
    .nnab1:after{
        display: none;
    }
    .nnab1{
        margin-top:0;
    }
    .clist .item{
        flex-wrap: wrap;
    }
    .clist .item .itl{
        width:100%;
    }
    .clist .item .itr{
        width:100%;
        margin-top:25px;
    }
    .ptitle{
        font-size: 24px;
    }
    .pst table tr{
        display: flex;
        flex-wrap: wrap;
    }
    .pst table tr td{
        width:100%;
    }
    .pst table tr img{
        max-width:100%;
        height: auto!important;
        width: auto!important;
    }
    .ppnav .item img{
        height: 85px;
    }
    .psb{
        margin-top:25px;
    }
    .psb img{
        max-width: 100%;
    }
    .ppdown h2{
        font-size: 24px;
    }
    .clist .item{
        margin:15px 0;
    }
    .clist .item .itl .t1{
        font-size: 16px;
    }
    .cc2 .cc2c{
        flex-wrap: wrap;
    }
    .cc2 .cc2c .cc2cl{
        width:100%;
    }
    .cc2 .cc2c .cc2cr{
        width:100%;
        margin-top:15px;
    }
    .cc3 img{
        max-width: 100%;
        height: auto!important;
    }
    .alist .item{
        width:100%;
    }
    .alist .item .tt{
        font-size: 16px;
        padding:15px 0;
    }
    .spx .container-min{
        max-width:380px;
    }
    .ccs3 .swiper-slide{
        flex-wrap: wrap;
    }
    .ccs3 .swiper-slide .swl{
        width:100%;
    }
    .ccs3 .swiper-slide .swr{
        width:100%;
        padding:3%;
    }
    .spx .swiper-button-prev{
        margin-top:-78px;
    }
    .spx .swiper-button-next{
        margin-top:-78px;
    }
    .nyabnav .abnav a{
        font-size: 18px;
    }
    .nnab1 .tt2{
        font-size: 88px;
    }
    .nnab1 .tcon .tconl{
        width:100%;
    }
    .nnab1 .tcon .tconr{
        width:100%;
    }
    .numCount ul li .numU{
        font-size: 24px;
    }
    .numCount ul li .indc{
        font-size: 12px;
    }
    .nnab2{
        padding:50px 0;
    }
    .ntitle h2{
        font-size: 24px;
    }
    .nnab2 .n2list .item{
        width:100%;
        margin-right: 0;
    }
    .nnab2 .n2list .item .ncon{
        padding:25px;
    }
    .nnab2 .n2list .item .ncon .t1{
        font-size: 18px;
    }
    .nnab2 .n2list .item .ncon .tcon{
        font-size: 14px;
    }
    #certify .swiper-slide img{
        max-width:100%;
        transform: scale(0.6)!important;
    }
    .nnab4 .n4list .item .itr{
        width:100%;
    }
    .nnab4 .n4list .item .itl .t1{
        font-size: 26px;
    }
    .nnab4 .n4list .item .itr .t1{
        font-size: 18px;
    }
    .nnab4 .n4list .item .itr .tcon .tcl{
        width:100%;
    }
    .nnab4 .n4list .item .itr .tcon .tcr{
        width:100%;
        margin-top:15px;
    }
    .newtop .nnc a{
        flex-wrap: wrap;
    }
    .newtop .nnc a .nncl{
        width:100%;
    }
    .newtop .nnc a .nncr{
        width:100%;
        padding:15px;
    }
    .newtop .nnc a .nncr .t1{
        font-size: 18px;
    }
    .newtop .nnc a .nncr .t2{
        margin:15px 0;
        font-size: 18px;
    }
    .newtop .nnc a .nncr .t3{
        font-size: 12px;
    }
    .newslist .item a .ar .date{
        font-size: 18px;
    }
    .newscon .newscont .ncon img{
        max-width:100%;
        height: auto!important;
    }
    .newscon .newscont .nt p{
        font-size: 18px;
    }
    .newscon .newsconb .ncbl>div{
        font-size: 16px;
    }
    .newscon .newsconb .ncbl>div a{
        font-size: 16px;
    }
    .s1list .item{
        width:48%;
        margin-right: 4%!important;
        margin-top:15px;
    }
    .s1list .item:nth-child(2n){
        margin-right: 0!important;
    }
    .s3con{
        flex-wrap: wrap;
        padding:2%;
    }
    .s3con .item{
        width:48%;
        margin-top:10px;
    }
    .s3con .item .wz .w2{
        font-size: 12px;
    }
    .pro .pror{
        width:100%!important;
    }
    .ccn{
        position: unset;
    }
    .ccn .ct{
        font-size: 24px;
    }
    .ccc1 .ccc1t .tcon{
        width:100%;
    }
    .nform{
        padding:20px;
    }
    .nform .code{
        flex-wrap: wrap;
        margin-top:15px;
    }
    .nform .code img{
        margin: 10px 0;
    }
    .nform .code .cl{
        flex-wrap: wrap;
    }
    .nform .code .cr{
        display: flex;
        padding-right: 0;
    }
    .nform .code .cr .re{
        margin-right: 15px;
        width:120px;
        padding:8px 0;
    }
    .code .cr .su{
        width:120px;
        padding:8px 0;
    }
    .hvideo .wz{
        padding:10px;
        top: 20%;
    }
    .hvideo .wz p span{
        font-size: 14px!important;
    }
    .nn1{
        padding:40px 0;
    }
    .nn1 .nn1c .nn1cl{
        width:100%;
        display: flex;
        justify-content: space-between;
    }
    .nn1 .nn1c .nn1cl .item{
        font-size: 16px;
        margin-top:0;
    }
    .nn1 .nn1c .nn1cr{
        width:100%;
        margin-top:25px;
    }
    .nn1 .nn1c .nn1cr .item .wzcon{
        width:90%;
        
    }
    .nn1 .nn1c .nn1cr .item .wzcon .wz1{
        font-size: 16px;
        display: none;
    }
    .nn1 .nn1c .nn1cr .item .wzcon .wz2{
        font-size: 10px;
        /*margin-top:10px;*/
    }
    .nn2{
        padding:40px 0;
    }
    .nn2 .nn2c{
        margin-top:20px;
    }
    .nn2 .nn2c .item{
        font-size: 12px;
        padding:5px 12px;
    }
    .nn2 .nn2b .item{
        margin-top:20px;
        font-size: 12px;
    }
    .nn3{
        padding:40px 0;
    }
    .nn3 .nn3t .nn3tl h2{
        font-size: 24px;
    }
    .nn3 .nn3t .nn3tl p{
        font-size: 14px;
    }
    .nn3 .nn3t .nn3tr a{
        font-size: 14px;
        padding:8px 15px;
        margin-top:15px;
    }
    .nn3 .nn3b .nn3bl{
        width:100%;
    }
    .nn3 .nn3b .nn3br{
        width:100%;
        /*margin-top:15px;*/
    }
    .nn3 .nn3b .nn3bl a .wwz .t1{
        font-size: 16px;
        margin-top:20px;
    }
    .nn3 .nn3b .nn3bl a .wwz span{
        font-size: 14px;
        margin-top:25px;
        width:120px;
        padding:6px 15px;
    }
    .nn3 .nn3b .nn3br .item{
        margin-top:15px;
    }
    .nn3 .nn3b .nn3br .item a .itl .itt1{
        font-size: 16px;
    }
    .nn3 .nn3b .nn3br .item a .itl span{
        font-size: 14px;
        margin-top:25px;
        width:120px;
        padding:6px 15px;
    }
    .n4ssw{
        padding:0px;
        padding-bottom: 45px;
    }
    .parr{
        padding:50px 0;
    }
    .nntt{
        font-size: 24px;
    }
    .nnccon img{
        max-width: 100%;
        height: auto!important;
    }
    .scccs{
        flex-wrap: wrap;
    }
    .scccs .sccl img{
        max-width: 100%;
    }
    .scccs .sccl{
        width: 100%!important;
    }
    .scccs .sccr{
        width:100%!important;
        margin-top:25px;
        overflow: hidden;
    }
    .parr2 .pp2nav a{
        font-size: 14px;
        padding:4px 10px;
        margin-right: 10px;
    }
    .spplist .item .nncon{
        padding:15px;
        font-size: 14px;
    }
}