@charset "utf-8";
.amt1{
	animation-delay:.2s;
	-webkit-animation-delay:.2s;
}
.amt2{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.amt3{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.amt4{
	animation-delay:.8s;
	-webkit-animation-delay:.8s;
}
.amt5{
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.amt6{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.amt7{
	animation-delay:1.4s;
	-webkit-animation-delay:1.4s;
}
.amt8{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.amt9{
	animation-delay:1.8s;
	-webkit-animation-delay:1.8s;
}
.amt10{
	animation-delay:2s;
	-webkit-animation-delay:2s;
}
.amt11{
	animation-delay:2.2s;
	-webkit-animation-delay:2.2s;
}
.amt12{
	animation-delay:2.4s;
	-webkit-animation-delay:2.4s;
}
.amt13{
	animation-delay:2.6s;
	-webkit-animation-delay:2.6s;
}
.icolor,.hvcolor:hover{
	color: #268BFF;
}
.bgcolor,.hvbgcolor:hover{
	background: #268BFF;
	color: #fff;
}
.head_height{
	height: 70px;
}
.head{
	height: 70px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo{
	display: inline-block;
	height: 44px;
}
.nav li{
	position: relative;
	margin-right: 65px;
}
.nava{
	display: block;
	line-height: 70px;
	height: 70px;
	border-bottom: 4px solid rgba(0,0,0,0);
	font-size: 15px;
}
.nav li:hover .nava{
	color: #268BFF;
}
.nav li.active .nava{
	color: #268BFF;
	border-bottom: 4px solid #268BFF;
}
.hdra{
	height: 70px;
	position: relative;
}
.hdra1{
	height: 100%;
	display: flex;
	align-items: center;
}
.hdra2{
	width: 250px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9;
	display: none;
}
.hdra2 input{
	width: 100%;
	height: 100%;
	padding: 0 15px;
}
.hdra2 button{
	width: 40px;
	height: 40px;
	background: url(../images/sc.png) no-repeat center;
	background-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.navhide{
	width: 140px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,
.nav li:hover .navhide_prd{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #268BFF;
}
.md{
	padding: 80px 0;
}
.ititle_50{
	font-size: 50px;
	line-height: 1;
}
.itop h1.ititle_50{
	color: rgba(0,0,0,.08);
}
.itop h1.titleh1{
	margin-top: -20px;
}
.morea{
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #268BFF;
	color: #268BFF;
}
.morea:hover{
	background: #268BFF;
	color: #fff;
}
.i1a{
	width: 20%;
	display: flex;
	align-items: center;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,.3);
}
.i1aw{
	width: 100%;
	text-align: center;
	padding: 20px 10%;
}
.i1ab{
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	margin-bottom: -35%;
}
.i1a:hover{
	background: linear-gradient(rgba(38,139,255,0),rgba(38,139,255,1));
}
.i1a:hover .i1ab{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 0;
}
.i1aw .morea{
	border: 1px solid #fff;
	color: #fff;
}
.i1aw .morea:hover{
	border: 1px solid #fff;
	color: #fff;
	background: none;
}
.i2{
	background: #F7F7F7;
}
.i2t ul{
	background: #EDF3FA;
	display: inline-block;
	padding: 10px;
	border-radius: 50px;
}
.i2t li{
	display: inline-block;
	padding: 6px 20px;
	border-radius: 50px;
	cursor: pointer;
	color: #194374;
	transition: .25s;
}
.i2t li.active{
	background: #268BFF;
	color: #fff;
}
.swiper-button-next-i2,.swiper-button-prev-i2{
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,.2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -25px;
	color: #fff;
	font-size: 25px;
	border-radius: 100%;
}
.swiper-button-next-i2{
	right: -70px;
}
.swiper-button-prev-i2{
	left: -70px;
}
.i2a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.i2a img{
	display: block;
	max-width: 75%;
	max-height: 75%;
	transition: .5s;
}
.i2a:hover img{
	transform: scale(1.1);
}

.i5al{
	width: 43.5%;
	margin-right: 2.5%;
	  height: 376px;
	    display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.i5al img {
  width: auto;
  height: 100%;
}
.i5alb{
	padding: 10px 15px;
	background: rgba(0,0,0,.5);
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.i5ara{
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
}
.i5ara:first-child{
	padding-top: 0 !important;
}
.i5ara:last-child{
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
.i5araimg{
	width: 165px;
	overflow: hidden;
	height: 105px;
	margin-right: 15px;
	  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.i5araimg img {
  width: auto;
  height: 100%;
}
.foot{
	background: #1C1C1C;
	color: #fff;
}
.foot a{
	color: #fff;
}
.ft{
	padding: 50px 0;
}
.fb{
	text-align: center;
	padding: 15px 0;
	background: #2E2E2E;
	color: #E6E6E6;
}
.fb a{
	color: #E6E6E6;
}
.foot a:hover{
	color: #268BFF;
	text-decoration: underline;
}

.pdt{
	background: #f7fbff;
	border-radius: 5px;
}
.pdt a{
	width: 20%;
	border-radius: 5px;
	padding: 25px 10px;
	display: block;
	text-align: center;
	color: #268BFF;
}
.pdt a img{
	display: block;
	margin: 0 auto;
	height: 45px;
}
.pdt a.active{
	color: #fff;
	background: linear-gradient(45deg,#268BFF,#91A5FF);
}
.pdt a.active img{
	filter: grayscale(100%) brightness(500%);
}
.pdl{
	width: 270px;
	max-width: 22.5%;
	margin-right: 35px;
	background: #F5F7FA;
	position: sticky;
	top: 0;
}
.pdlat{
	line-height: 60px;
	padding: 0 20px;
	display: block;
}
.pdlab{
	padding: 10px 0;
	display: none;
}
.pdlab a{
	line-height: 40px;
	color: #666;
	display: block;
	padding: 0 20px 0 30px;
}
.pdlab a:hover{
	color: #268BFF;
}
.pdla.active .pdlat{
	background: #268BFF;
	color: #fff;
}
.pdla.active .pdlab{
	display: block;
}
.pdr_title h3{
	border-left: 3px solid #268BFF;
	line-height: 1.3;
	padding-left: 15px;
	color: #000;
}
.pdrbox{
	padding: 20px 0;
}
.pdr_ul li{
	display: none;
}
.pdr_ul li.active{
	display: block;
}

.neal{
	width: 18%;
	margin-right: 2.5%;
	height: 150px;
	display: flex;
  align-items: center;
  justify-content: center;
}
.neal img {
    
  width: auto;
  height: 100%;
}
.nea{
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}

.nitopb span{
	margin: 0 20px;
}
.nitopb{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}
.nimid *{
	max-width: 100%;
}
.nibot a{
	width: 48%;
}
.nibot a:last-child{
	text-align: right;
}
.niba{
	border-bottom: 1px solid #E6E6E6;
	padding: 15px 0;
	display: flex;
}
.niba span{
	margin-left: 20px;
}
.page a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	height: 32px;
	border: 1px solid #E6E6E6;
	color: #888;
	margin: 3px;
	background: #fff;
}
.page a:hover,.page a.page-num-current{
	background: #268BFF;
	border: 1px solid #268BFF;
	color: #fff;
}
.pageslt select{
	padding: 0 20px 0 10px;
	height: 32px;
	border: 1px solid #E6E6E6;
	color: #888;
	margin: 3px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: #fff;
}
.slti{
	position: absolute;
	right: 10px;
	top: 0;
	display: flex;
	align-items: center;
	height: 100%;
	color: #999;
}
.nimd{
	padding-top: 25px !important;
}

.hzt a{
	padding: 20px 0;
	display: block;
	text-align: center;
	background: #F5F5F5;
	color: #000;
	width: 50%;
}
.hzt a:hover{
	color: #268BFF;
}
.hzt a.active{
	background: #268BFF;
	color: #fff;
}
.hza{
	width: 20%;
}
.hzmd{
	padding-top: 60px;
}

.tzl{
	width: 155px;
	margin-right: 5%;
	position: sticky;
	top: 0;
}
.tzl a{
	display: block;
	line-height: 55px;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	color: #666;
}
.tzl a i{
	width: 8px;
	height: 8px;
	transition: .25s;
	background: #666;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 15px;
	border-radius: 100%;
}
.tzl a.active{
	border-right: 3px solid #268BFF;
	color: #268BFF;
}
.tzl a.active i{
	background: #268BFF;
}
.tzl a:hover{
	color: #268BFF;
}
.tzl a:hover i{
	background: #268BFF;
}
.tzrbox{
	padding: 30px 0;
}
.tzrbox:first-child{
	padding-top: 0;
}
.tzrbox:last-child{
	padding-bottom: 0;
}
.tzrbd img{
	max-width: 100%;
}
.ggt li{
	display: inline-block;
	transition: .25s;
	cursor: pointer;
	padding: 6px 25px;
	border: 1px solid #268BFF;
	color: #268BFF;
	margin-right: 15px;
}
.ggt li.active{
	background: #268BFF;
	color: #fff;
}
.ggb{
	padding: 25px;
	background: #F7FBFF;
}
.ggbta{
	display: flex;
	align-items: center;
	padding: 4px 0;
}

.abtbnb{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.abtbnb a{
	background: #f2f8ff;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #666;
	width: 20%;
}
.abtbnb a.active{
	background: #268BFF;
	color: #fff;
}

.ab1{
	background: url(../images/ab1bg.jpg) no-repeat bottom center;
	background-size: 100%;
}
.ab2bgb{
	background: rgba(0,119,255,.8);
	color: #fff;
	padding: 40px 0;
}
.ab2a{
	min-width: 25%;
}
.ab3t .swiper-slide {
	text-align: center;
}
.ab3t .swiper-slide span{
	display: block;
	padding: 8px 30px;
	/*margin: 10px;*/
	transition: .25s;
	color: #268BFF;
	cursor: pointer;
}
.ab3t .swiper-slide-thumb-active span{
	background: #268BFF;
	color: #fff;
}
.swiper-button-next-pi1,.swiper-button-prev-pi1{
	margin-left: 25px;
	margin-right: 25px;
	filter: grayscale(100%);filter: gray;
}
.ab3bbox{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	line-height: 30px !important;
}
.ab3bw{
	padding: 5px 0;
}
.ab3bw h3{
	color: #268BFF;
}
.ab3bwico{
	width: 16px;
	height: 16px;
	background: #268BFF;
	border: 3px solid #fff;
	border-radius: 100%;
	margin: 0 15px;
	margin-top: 7px;
}
.ab3bra{
	padding: 3px 0;
	display: flex;
	position: relative;
	z-index: 9;
}
.ab3bra:first-child .ab3bwico{
	background: #fff;
	border: 1px solid #268BFF;
}
.ab3br::after{
	height: 100%;
	width: 1px;
	border-left: 1px dashed #ddd;
	content: "";
	position: absolute;
	left: 23px;
	top: 0;
}
.ab4b{
	background: rgba(255,255,255,.3);
}
.ab4ba{
	padding: 25px 0;
}
.ab5abox{
	padding: 40px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	min-height: 100%;
}
.ab5abox.active{
	background: #F0F7FF;
	box-shadow: inherit;
}
.ab5aboxt i{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #268BFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab5aboxt i img{
	display: block;
	width: 50%;
}
.ab5aboxb p{
	padding: 5px 0;
}

.jo1r{
	width: 30%;
	margin-left: 5%;
}
.jo1l{
	z-index: 9;
	position: relative;
}
.jo1lba{
	width: 20%;
	background: #eef3fb;
	text-align: center;
	padding: 20px 15px;
}
.jo1lb{
	margin-right: -20%;
	position: relative;
	z-index: 9;
}
.jo2a{
	width: 30%;
	background: #fff;
	padding: 50px 35px;
}
.jo3l{
	width: 32.5%;
	margin-right: 20px;
	display: flex;
	align-items: center;
	text-align: center;
}
.jo3l,.jo3r{
	padding: 30px;
}
.jo3rtab{
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 20px 0;
}
.jo3rtab td{
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding: 7px 15px;
	background: #fff;
}
.jo3rtab th{
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding: 7px 15px;
	background: #EBF3FF;
	text-align: left;
}
.jo3rtab td.active{
	width: 100px;
	background: #F7F7F7;
}
.jo3ba a{
	display: block;
	padding: 10px;
	border: 1px solid #E6E6E6;
	text-align: center;
}
.jo3ba a:hover{
	background: #268BFF;
	color: #fff;
	border: 1px solid #268BFF;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 70px 0;
	}
	.ititle_50{
		font-size: 40px;
	}
	.nav li{
		margin-right: 45px;
	}
	.i1aw img{
		height: 60px;
	}
	
	.pdlat{
		line-height: 50px;
	}
	.pdlab a{
		line-height: 30px;
	}
	
	.hza{
		width: 25%;
	}
	
	.ab4ba img{
		height: 70px;
	}
	.ab5aboxt i{
		width: 60px;
		height: 60px;
	}
	
	.jo1lba img{
		height: 35px;
	}
	.jo3l img{
		height: 40px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_50{
		font-size: 30px;
	}
	
	.hza{
		width: 33.33%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_50{
		font-size: 25px;
	}
	.morea{
		padding: 7px 15px;
		font-size: 12px;
	}
	.bnimg{
		min-height: 170px;
	}
	.swiper-pagination-bn{
		bottom: 15px !important;
	}
	.swiper-pagination-bn .swiper-pagination-bullet{
		width: 15px;
		height: 3px;
		margin: 0 5px !important;
	}
	.i1a{
		width: 100%;
		height: auto !important;
		border-bottom: 1px solid rgba(255,255,255,.3);
		border-right: 0;
	}
	.i1aw img{
		height: 50px;
	}
	.i1ab{
		margin-bottom: 0;
		opacity: 1;
		visibility: inherit;
	}
	.i2bw {
		padding: 0 50px;
	}
	.swiper-button-next-i2, .swiper-button-prev-i2{
		width: 30px;
		height: 30px;
		font-size: 15px;
		margin-top: -15px;
	}
	.swiper-button-next-i2{
		right: 0;
	}
	.swiper-button-prev-i2{
		left: 0;
	}
	.ft{
		padding: 20px 0;
	}
	.flogo{
		display: flex;
		justify-content: center;
	}
	.flogo{
		height: 30px;
	}
	.fta{
		display: none;
	}
	.ftr img{
		margin: 0 auto;
		margin-top: 15px;
	}
	
	.pdt a{
		padding: 7px 5px;
	}
	.pdt a img{
		height: 25px;
	}
	.pdt a p{
		font-size: 13px;
		margin-top: 3px;
	}
	.pdl{
		max-width: 100%;
		width: 100%;
		position: relative;
	}
	.pdlat{
		line-height: 45px;
	}
	.pdlab{
		padding: 5px 0;
	}
	.pdlab a{
		line-height: 30px;
	}
	.pdr{
		margin-top: 25px !important;
	}
	.pdrbox{
		padding: 5px 0;
	}
	.listbn img{
		min-height: 120px;
	}
	.listbn p{
		font-size: 13px;
		margin-top: 5px;
	}
	
	.nea{
		padding: 15px 0;
	}
	.page a{
		padding: 0 8px;
		height: 26px;
	}
	.pageslt select{
		height: 26px;
	}
	.nihead{
		padding: 13px 0;
	}
	.nimd{
		padding-top: 15px !important;
	}
	
	.hza{
		width: 50%;
	}
	
	.tzl a{
		line-height: 45px;
	}
	.tzl a i{
		width: 6px;
		height: 6px;
	}
	.tzrbox{
		padding: 12px 0 !important;
	}
	.tzrbd {
		padding: 15px 0;
	}
	.lxt {
		padding: 10px 20px;
	}
	.ggb{
		padding: 15px;
	}
	
	.abtbnb{
		display: none;
	}
	.ab2bgb{
		padding: 10px 0;
	}
	.ab2a{
		width: 100%;
		padding: 15px 0;
	}
	.ab2a img{
		height: 30px;
	}
	.ab3bbox{
		width: 100%;
	}
	.ab3bw h3{
		margin-top: 5px;
	}
	.ab4ba img{
		height: 60px;
	}
	.ab4ba{
		padding: 15px 0;
		width: 50%;
	}
	.ab5abox{
		padding: 20px;
	}
	.ab5aboxt i{
		width: 40px;
		height: 40px;
	}
	
	.jo1lb{
		margin-right: 0;
	}
	.jo1lba{
		padding: 10px 0;
	}
	.jo1lba img{
		height: 25px;
	}
	.jo1lba p{
		font-size: 12px;
	}
	.jo2a{
		width: 100%;
		margin: 8px 0;
		padding: 20px;
	}
	.jo3l, .jo3r{
		padding: 20px;
	}
	.jo3l img{
		height: 40px;
	}
	.jo3rtab{
		margin: 0;
		margin-bottom: 15px;
	}
	.jo3rtab:last-child{
		margin-bottom: 0;
	}
	.jo3rtab td.active{
		width: auto;
	}
	.jo3ba {
		width: 100%;
	}
	.ab3t .swiper-slide span{
		width: 100%;
		padding: 6px 0;
	}
	.swiper-button-next-pi1, .swiper-button-prev-pi1{
		transform: scale(.5);
		margin-left: 0;
		margin-right: 0;
		display: none;
	}
	.swiper-button-next-pi1{
		right: 0;
	}
	.swiper-button-prev-pi1{
		left: 0;
	}
	.i5al {
	  height: auto;
	  display: block;
	}
		.i5al img {
	  width: 100%;
	  height: auto;
	}
		.neal {
	  height: auto;
	  display: block;
	}
		.neal img {
	  width: 100%;
	  height: auto;
	}
	.i5araimg {
	  width: 165px;
	  height: 105px;
	  display: block;
	}
	.i5araimg img {
	  width: 100%;
	  height: 100%;
	}
	.head_wap .top{
		width: 100%;
		height: 9vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.head_wap .top .left{
		font-size: 4vw;
		font-weight: 600;
		color: #333;
		line-height: 5.33333vw;
	}
	.head_wap .top .right .img_so{
		transform: rotate(-180deg);
		transition: all .3s linear;
	}
	.head_wap .top .right img{
		width: 2.13333vw;
		height: 1.2vw;
		transition: all .3s linear;
	}
	.head_wap .bottom {
		display: none;
		font-size: 3.1vw;
	}
	.head_wap #box1-1:first-child .bottom {
		display: block;
	}
	.head_wap .pdr_title .text20{
		font-size: 4.6vw;
	}
}