/*.swiper-pagination-bullet{*/
/*	background-color: #000;*/
/*}*/
.index_news_swiper-pagination .swiper-pagination-bullet,
.new-swiper-pagination .swiper-pagination-bullet{
	background: #023592;
}
.new-swiper-pagination{
	text-align: right;
	padding: 1rem 3rem;
}
.swiper-button-next, .swiper-button-prev{
	background-size: 50% auto;
	background-color: rgba(255,255,255,.3);
	height: 50px;
	margin-top: -25px;
}
.swiper-button-prev{
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.swiper-button-next{
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.headers{
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	/* border-bottom: 1px solid #d4dbe5; */
	z-index: 999;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.headers .logo{
	margin-right: 2rem;
	padding: 1.5rem 0;
	transition: all .3s;
}
.headers .logo span{
	color: #333;
	font-size: 14px;
	margin-left: 1.2em;
}
.headers .search{
	color: #666;
	margin-left: 2rem;
	font-size: 16px;
	line-height: 32px;
}
.headers .nav{
	/*max-width: 760px;*/
	margin: 0 auto;
}
.headers .nav ul{
	width: 100%;
	height: 100%;
}
.headers .nav li {
	text-align: center;
	height: 100%;
	position: relative;
}
.headers .nav li .onenav{
	height: 100%;
	color: #333;
	font-size: 15px;
	display: inline-flex;
	border-bottom: 2px solid transparent;
	transition: all .3s;
}
.headers .nav li .onenav > span{
	line-height: 1em;
}
.headers .nav li.active > a{
	border-color: #333;
	color: #023592;
}
.headers .nav li:hover > a{
	color: #023592;
}
.headers .search .icon-shuxian{
	margin: 0 8px;
}
.headers .search > a,
.headers .search > .a{
	color: #666;
	cursor: pointer;
	transition: all .3s;
}
.headers .search a > span,
.headers .search > .a span{
	margin-left: 4px;
}
.headers .search > .a .langs{
    top: 90%;
    width: 120px;
    display: none;
    box-shadow: 0 0 10px #eee;
}
.headers .search > .a .langs a{
    color: #333;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    transition: all .3s;
    display: block;
}
.headers .search > .a .langs a:hover{
    color: #0062b2;
    background: #cfe3f4;
}
.headers .search .rem{
	color: #fff;
	font-size: 12px;
	background-color: #000;
	border-radius: 30px;
	padding: 0 12px;
	line-height: 26px;
	margin-left: 10px;
	transition: all .3s;
}
.headers .search .rem:hover{
	color: #fff;
	background: #0062b2;
}
.headers .search > a:hover,
.headers .search > .a:hover{
	color: #0062b2;
}
.headers .subnav{
	width: 100%;
	left: 0;
	background-color: #fff;
	padding: 2rem 0;
	border-top: 1px solid #d4dbe5;
	display: none;
}
.headers .subnav .ns{
	text-align: left;
	margin-right: 5%;
}
.headers .subnav .ns > ul > li{
	margin: 0 3% 0 0;
	min-width: 200px;
}
.headers .subnav .nns{
	margin-bottom: 2rem;
}
.headers .subnav .ns a{
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
	padding: 8px 0;
	transition: all .3s;
	width: 100%;
	/*min-width: 300px;*/
	text-align: left;
	border-bottom: 1px dashed #eee;
}
.headers .subnav .ns a i{
	font-size: 20px;
	color: #fff;
	transition: all .3s;
}
.headers .subnav .ns a span{
    flex: 1;
	/*border-bottom: 1px solid transparent;*/
	transition: all .3s;
}
.headers .subnav .ns a:hover,
.headers .subnav .ns a.active{
	color: #023592;
}
.headers .subnav .ns a:hover span,
.headers .subnav .ns a.active span{
	/*border-color: #023592;*/
}
.headers .subnav .ns a:hover i,
.headers .subnav .ns a.active i{
	color: #023592;
}
.headers .subnav2{
    position: absolute;
    left: 50%;
    top: 100%;
    background: #fff;
    width: 160%;
    display: none;
    transform: translate(-50%,0);
    padding: 5px 0;
}
.headers .subnav2 a{
    font-size: 14px;
	color: #333;
	line-height: 1.8em;
	padding: 8px 12px;
	transition: all .3s;
	width: 100%;
	border-bottom: 1px dashed #eee;
	text-align: center;
	justify-content: center;
	align-content: center;
}
.headers .subnav2 a:nth-last-child(1){
    border: none;
}
.headers .subnav2 a:hover{
    color: #023592;
}
.headers .subnav .ns .itm{
	position: relative;
	white-space: nowrap;
}
/* .headers .subnav .ns > .itm .nns{
	display: none;
	position: absolute;
	top: 0;
	left: 300px;
	z-index: 2;
} */
.headers .subnav .ns .iis,
.headers .subnav .ss .iis{
	display: none;
}
.headers .subnav .cateimg{
	border-radius: 12px;
	overflow: hidden;
	background-color: #f3f8ff;
	padding: 1.6rem;
	text-align: left;
}
.headers .subnav .cateimg .imgs{
	margin: -10% -5% -15% 0;
	float: right;
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.headers .subnav .cateimg .imgs img{
	width: 100%;
}
.headers .subnav .cateimg .tx h2{
	font-size: 14px;
	color: #666;
	margin-bottom: 6px;
}
.headers .subnav .cateimg .tx p,
.headers .subnav .cateimg .tx h3{
	font-size: 12px;
	color: #999;
}

.headers .subnav #cateimg{
    margin: -5% 0;
}

.mores {
	position: relative;
	cursor: pointer;
	display: inline-flex;
	overflow: hidden;
	color: #333;
}
.mores span,
.mores em{
	/* position: relative; */
	transition: all .3s;
}
.mores span{
	z-index: 3;
	line-height: 1em;
	font-size: 14px;
}
.mores i{
	margin-left: 10px;
	font-size: 14px;
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 50%;
	transform: translate(0,-50%);
	transition: all .3s;
}
.mores em{
	width: 24px;
	height: 24px;
	z-index: 0;
	border: 1px solid #333;
	border-radius: 50%;
	margin-left: 24px;
	font-size: 12px;
}
.mores:hover em{
	/* margin-left: -100%; */
	margin-left: 5px;
	background: #0062b2;
	border-color: #0062b2;
}
.mores:hover em:before {
	display: block;
	content: "\e60e";
	color: #fff;
}
.mores:hover i{
	right: -36px;
}
.mores:hover span{
	color: #0062b2;
}
.mores.white{
	color: #fff;
}
.mores.white em{
	border-color: #fff;
}
.mores.white:hover em{
	background: transparent;
	border-color: #fff;
}
.mores.white:hover em:before {
	display: block;
	content: "\e60e";
	color: #fff;
}
.mores.white:hover span{
	color: #fff;
}
.mores.blue{
	color: #4282bc;
}
.mores.blue em{
	border-color: #4282bc;
}
.mores.blue:hover em{
	background: transparent;
	border-color: #4282bc;
}
.mores.blue:hover em:before {
	display: block;
	content: "\e60e";
	color: #4282bc;
}
.mores.blue:hover span{
	color: #4282bc;
}
.title{
	padding: 5rem 0 4rem;
}
.title h2{
	font-size: 28px;
	color: #000;
	border-bottom: 1px solid #d4dbe5;
	line-height: 1.5em;
	padding-bottom: 2rem;
	font-weight: 900;
}
.title .mores,
.title .tabs{
	margin-top: 2.5rem;
}
.title .tabs .item{
	margin-right: 8%;
	color: rgba(0,0,0,.6);
	font-size: 16px;
	cursor: pointer;
	transition: all .3s;
}
.title .tabs .item:nth-last-child(1){
	margin-right: 0;
}
.title .tabs .item span{
	padding: 8px 0;
}
.title .tabs .item:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	border-radius: 10px;
	background: transparent;
}
.title .tabs .item:hover{
	color: #0062b2;
}
.title .tabs .item.active{
	color: #000;
	font-weight: 900;
}
.title .tabs .item.active:after{
	background-color: #0062b2;
}
.title .taga .it{
    display: none;
}
.title .taga .it.active{
    display: block;
}
.title.white h2{
	border-color: rgba(255, 255, 255, .25);
}
.footers{
	background: url(../image/LASERPWR.png) #252525 no-repeat center;
}
.footers_top{
	padding: 4rem 0 3rem;
}
.footers_top .footers_nav .item{}
.footers_top .footers_nav .item h2{
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1.5rem;
}
.footers_top .footers_nav .item  a{
	color: rgba(255,255,255,.6);
	font-size: 14px;
	display: block;
	line-height: 1.5em;
	margin: 6px 0;
	transition: all .3s;
}
.footers_top .footers_nav .item  a:hover{
	color: #fff;
}
.footers_top .footers_nav{
	
}
.footers_code{
	text-align: center;
	color: #999;
	font-size: 14px;
	line-height: 2em;
}
.footers_code img{
	max-width: 120px;
}
.footers_info{
	margin-left: 10%;
}
.footers_info .it{
	margin-bottom: 4px;
}
.footers_info .it > i{
	color: #a8a8a8;
	font-size: 18px;
}
.footers_info .it .icon-shuxian{
	color: #fff;
}
.footers_info .it > span{
	color: #fff;
	font-size: 14px;
}
.footers_info .it > em{
	color: #fff;
	font-size: 18px;
}
.footers_info .ots em{
	width: 24px;
	height: 24px;
	background: #333333;
	border-radius: 50%;
	margin-right: 5px;
	transition: all .3s;
	cursor: pointer;
}
.footers_info .ots em i{
	font-size: 16px;
	color: #fff;
	transition: all .3s;
}
.footers_info .ots em:hover{
	background-color: #fff;
}
.footers_info .ots em:hover i{
	color: #333;
}
.footers_copy{
	border-top: 1px solid rgba(255,255,255,.15);
	padding: 1.5rem 0;
	color: rgba(255,255,255,.6);
	font-size: 14px;
}
.footers_copy span{
	margin-right: 0;
}
.footers_copy span a:nth-child(1){
    display: none;
}
.footers_copy a{
	color: rgba(255,255,255,.6);
	margin-left: 2rem;
	transition: all .3s;
}
.footers_copy a:hover{
	color: #fff;
}
.nybanner{
	width: 100%;
	overflow: hidden;
}
.nybanner > img{
    min-width: 100%;
	max-width: 115%;
}
.nybanner .tex h2{
	font-size: 42px;
	color: #fff;
}
.probanner .tex h2{
    font-size: 54px;
}
.nybanner .tex .desc{
	margin-top: 4%;
	min-height: 60px;
}
.nybanner .tex p{
	color: #fff;
	font-size: 16px !important;
	line-height: 2em !important;
}
.nybanner .tex.block h2,
.nybanner .tex.block p{
    color: #333;
}
.probanner .nybannerimg{
    margin-top: 6%;
}
.probanner .nybannerimg img{
    width: 100%;
    max-width: 900px;
}
.probanner .nybannertex{
    left: 0;
}

.nynav{
	background: #fff;
	box-shadow: 0 0 10px #eee;
}
.nynav a{
	color: #666;
	font-size: 14px;
	transition: all .3s;
}
.nynav .tabs a{
    font-size: 16px;
	line-height: 20px;
	/*padding: 12px 0;*/
	padding: 12px;
	margin-right: 2%;
	/*border-bottom: 2px solid transparent;*/
}
.nynav .tabs a.active{
	color: #fff;
	background-color: #023592;
	font-weight: 900;
}
.nynav a:hover{
    color: #023592;
}
.nynav .tabs a:hover{
	color: #fff;
	background-color: #023592;
}
.nynav .maps{
	color: #666;
	font-size: 14px;
	padding: 10px 0;
}
.nynav .maps span{
	
}
.nynav .maps i{
	font-size: 14px;
	margin-right: 2px;
}
.nynav .maps.white,
.nynav .maps.white span,
.nynav .maps.white a{
	color: #fff;
}
.nysearch{
	padding: 1.5rem 0;
}
.nysearch .tabs a{
	margin-right: 5%;
}
.nysearch .tabs a i{
	color: #999;
	font-size: 16px;
	text-decoration: underline
}
.nysearch .tabs a.active i{
    zoom: 1.2;
}
.nysearch .tabs a.active i,
.nysearch .tabs a:hover i{
    color: #333;
}
.nysearch .ipt{
	border-radius: 32px;
	border: 1px solid #ddd;
	padding: 3px;
}
.nysearch .ipt button{
	font-size: 16px;
	padding: 0 8px;
	color: #666;
	border: none;
	background: transparent;
}
.nysearch .ipt input{
	background: transparent;
	font-size: 14px;
	color: #333;
}
.nysearch .maps a{
	color: #666;
	font-size: 14px;
	transition: all .3s;
}
.nysearch .maps a:hover{
	color: #023592;
}
.nysearch .maps{
	color: #666;
	font-size: 14px;
}
.nysearch .maps i{
	font-size: 14px;
	margin-right: 2px;
}
.nysearch .back{
	font-size: 14px;
	color: #666;
	transition: all .3s;
	color: #023592;
}
.nysearch .back i{
	font-size: 12px;
}
.nysearch .back:hover{
	color: #023592;
}
.nytitle{
	padding: 1.5rem 0;
}
.nytitle .tabs{
	border-bottom: 1px solid #d4dbe5;
}
.nytitle .tabs .item{
	color: #333;
	font-size: 16px;
}
.nytitle .tabs .item span{
	margin-bottom: 5px;
	display: block;
}
.nytitle .tabs .item:after{
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	border-radius: 10px;
	background: #023592;
}
.pages{
    color: #666;
    font-size: 14px;
    margin: 5rem 0;
}
.pages strong{
    margin: 0 2px;
}
.pages li{
    margin: 0 4px;
}
.pages li a{
    width: 28px;
    height: 28px;
    line-height: 26px;
    display: block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid  transparent;
    transition: all .3s;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-family: Arial;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pages li.as a{
    background-color: #fff;
    border-color: #e2e4e7;
}
.pages li a:hover{
    color: #023592;
    background: #cedcf5;
    border-color: #023592;
}
.pages li.active a{
    color: #fff;
    background: #023592;
    border-color: #023592;
}
.searchfx{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.searchfx .bgs{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0,0,0,.6);
}
.searchfx .cns{
    top: 20%;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}
.searchfx .cns.open{
    top: 30%;
    opacity: 1;
}
.searchfx .bs{
    background: #fff;
    padding: 2rem;
}
.searchfx .cns input{
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
}
.searchfx .cns button{
    background: transparent;
    border: none;
}
.searchfx .cns button i{
    font-size: 24px;
}

.openCode{
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.openCode .openCodeBg{
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: 0;
}
.openCode .openCodeCn{
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: #fff;
    padding: 24px;
    z-index: 1;
    text-align: center;
    max-width: 90%;
    opacity: 0;
    transition: all .3s;
    top: 30%;
}
.openCode .openCodeCn.open{
    opacity: 1;
    top: 50%;
}
.openCode .openCodeCn h2{
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 1em;
}
.openCode .openCodeCn h2 i{
    right: 0;
    font-size: 14px;
    cursor: pointer;
}
.openCode .openCodeCn p{
    color: #999;
    font-size: 14px;
    line-height: 1em;
}
.openCode .openCodeCn img{
    width: 280px;
    height: 280px;
    display: block;
    margin: 1.2rem auto;
    max-width: 100%;
}

@media (max-width: 1201px){
	.headers .search .icon-shuxian{
		margin: 0;
	}
	.headers .search{
		font-size: 14px;
	}
	.headers .logo img{
		max-width: 120px;
	}
	.headers .nav li .onenav{
		font-size: 14px;
	}
	.nynav .tabs{
		display: none;
	}
	.nynav .maps{
		margin-right: auto;
	}
	.mores span{
		font-size: 12px;
	}
	.mores em{
		width: 20px;
		height: 20px;
		margin-left: 20px;
	}
	.mores i{
		right: 8px;
		font-size: 12px;
	}
	.footers_info{
		margin-left: 2%;
	}
	.footers_top .am-g > .flex{
		justify-content: center;
	}
}
@media (max-width: 1025px){
	.headers .search{
		display: none !important;
	}
	.title{
		padding: 2rem 0;
	}
	.title h2{
		font-size: 24px;
		padding-bottom: 1rem;
	}
	.title .tabs{
		margin-top: 1.5rem;
	}
	.title .tabs .item{
		margin-right: 4%;
		font-size: 14px;
	}
	.title .mores{
		margin-top: 1.5rem;
	}
	.nybanner .tex h2{
		font-size: 26px;
	}
	.nybanner .tex .desc{
	    margin-top: 2%;
	    min-height: auto;
	}
	.nysearch{
		display: block;
		padding: 1rem 0;
	}
	.nysearch .ipt{
		margin-top: 10px;
	}
	.nynav .tabs a,
	.nysearch .tabs a i{
	    font-size: 14px;
	}
	.headers .subnav{
	    padding-left: 2rem !important;
	}
	.headers .subnav2 a{
	    font-size: 13px;
	}
}
@media (max-width: 768px) {
	.headers .logo{
		padding: 1rem 0;
	}
	.headers .logo img{
		width: 120px;
	}
	.headers .logo span{
		font-size: 12px;
	}
	.title h2{
		font-size: 20px;
	}
	.title .tabs .item{
		font-size: 14px;
		margin-right: 4%;
	}
	.mores span{
		font-size: 12px;
	}
	.mores i{
		font-size: 12px;
		right: 8px;
	}
	.mores em{
		width: 18px;
		height: 18px;
		margin-left: 20px;
	}
	.footers_copy a{
		margin: 0 2rem 0 0;
	}
	.footers_info{
		margin: 0;
		width: 100%;
	}
	.footers_code{
		margin: 0 auto 2rem;
	}
	.footers_code img{
		max-width: 200px;
	}
	.footers_copy span,
	.footers_copy a,
	.footers_info .it > span{
		font-size: 12px;
	}
	.probanner > img{
	    max-width: 110%;
	    min-width: auto;
	}
	.probanner .nybannerimg{
	    justify-content: center;
	}
	.probanner .nybannertex{
	    position: static;
	    transform: translate(0, 0);
	}
	.probanner .tex{
	    top: auto;
	    bottom: 6%;
	    transform: translate(0, 0);
	}
	.probanner .tex img{
	    max-width: 88%;
	}
	.nybanner .tex h2{
		font-size: 20px;
	}
	.nybanner .tex p{
		font-size: 14px !important;
	}
}