
.head,.head_height{
	height: 90px;
}
.head{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.07);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.pager>.pagination{
	justify-content: center;
	margin-top: 20px;
}
.bnico{
	width: 36px;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 4%;
	z-index: 9;
}
.bnico img{
	animation: myfirst 2s infinite;
}
@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.logo{
	height: 70px;
	display: inline-block;
}
.nav li{
	margin-left: 50px;
	position: relative;
}
.nava{
	display: block;
	line-height: 100px;
}
.nav li.active .nava,.nav li:hover .nava{
	color: #2388FF;
}
.navhide{
	z-index: 9;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	margin-top: 20px;
	background: #fff;
	padding: 0;
	overflow: hidden;
	width: 140px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,.hdra:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	line-height: 38px;
	text-align: center;
	color: #666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.navhide a:hover{
	color: #1256FF;
}
.hdra{
	margin-left: 50px;
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}
.search_box{
	width: 100%;
	background: #e8edf3;
	position: fixed;
	left: 0;
	top: 100px;
	z-index: 99;
	padding: 50px 0;
	display: none;
}
.search input{
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #dcdcdc;
	background: none;
}
.search input:focus{
	border-bottom: 1px solid #2a6cb5;
}
.search button{
	width: 64px;
	height: 64px;
	background: url(../image/search_ico.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.hdra i{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.md{
	padding: 100px 0;
}
.i1{
	padding: 110px 0 120px 0;
}
.i1ltr img{
	display: block;
	margin-left: 5px;
}
.i1lb p{
	text-indent: 2em;
	margin-top: 8px;
}
.i2{
	background: rgba(0, 0, 0, 0.03);
	padding: 116px 0;
}
.i2a{
	background-size: cover !important;
	height: 437px;
	transition: .4s;
	flex: 0;
	flex-grow: 1;
}
.i2aw{
	color: #fff;
	padding: 50px;
}
.i2am a{
	line-height: 36px;
	padding: 0 18px;
	border: 2px solid #fff;
	border-radius: 8px;
	display: inline-block;
	margin: 5px 10px;
	color: #fff;
}
.i2abox{
	opacity: 0;
	transition: .4s;
}
.i2a:hover{
	width: 75% !important;
	flex: inherit !important;
	flex-grow: inherit !important;
}
.i2a:hover .i2aw{
		background: #134E8C;
}
.i2a:hover .i2abox{
	opacity: 1;
}
.i3{
	padding: 115px 0;
}
.i3a{
	background: #134E8C;
	color: #fff;
}
.i3al{
	padding: 20px 3.5%;
}
.swiper-pagination-i3{
	width: 50% !important;
	left: 50% !important;
	padding: 0 15px;
	z-index: 9;
	text-align: left;
	bottom: 15px !important;
}
.swiper-pagination-i3 .swiper-pagination-bullet{
	background: #2388FF;
	border: 1px solid #fff;
	opacity: 1;
}
.swiper-pagination-i3 .swiper-pagination-bullet-active{
	background: #fff;
}
.i3btnr{
	width: 30px;
	position: absolute;
	left: 53%;
	margin-left: 100px;
	bottom: 8px;
	z-index: 9;
	cursor: pointer;
}
.i4{
	background: rgba(0, 0, 0, 0.03);
	padding: 120px 0;
}
.i4l{
	width: 41%;
	margin-right: 2.5%;
}
.i4lar{
	border-left: 1px solid #C4C4C4;
	padding-left: 25px;
	margin-left: 25px;
}
.i4ra{
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.i4ra:last-child{
	margin-bottom: 0;
}
.i4ra .i4atime{
	color: #8D8D8D;
}
.i4ram{
	margin: 0 20px;
}
.i4rar{
	margin-top: 25px;
}
.right{
	position: fixed;
	right: 15px;
	bottom: 20%;
	z-index: 99;
}
.rta{
	width: 44px;
	cursor: pointer;
	display: none;
}
.foot{
	background: #333333;
	color: #fff;
	padding: 47px 0 0 0;
}
.foot a:hover{
	color: #fff;
}
.ft{
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	padding: 35px 0 75px 0;
}
.fb{
	padding: 15px 0;
	line-height: 30px;
	color: #C4C4C4;
}
.fb a{
	color: #C4C4C4;
}
.ftla{
	margin-top: 25px;
}
.ftla i{
	width: 25px;
	margin-right: 10px;
}
.ftla i img{
	margin: 0 auto;
}
.ftratxt a{
	display: block;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.6);
}
.ftra{
	margin-left: 5%;
}

.listmd{
	padding-top: 35px;
}
.netop a{
	width: 50%;
	background: #EBEBEB;
	padding: 10px;
	display: block;
	text-align: center;
}
.netop a h3{
	color: #2388FF;
}
.netop a.active{
	background: #134E8C;
}
/*.netop a.active{*/
/*	background: #2388FF;*/
/*}*/
.netop a.active *{
	color: #fff;
}
.nem{
}
.neml{
	width: 74%;
	height: 445px;
}
.nemr{
	width: 24%;
	height: 445px;
}
.nemra{
	display: flex;
	align-items: center;
	padding: 20px 7%;
	background: #134E8C;
	color: #fff;
	cursor: pointer;
	transition: .25s;
}
.nemlatxt{
	line-height: 70px;
	background: rgba(35, 136, 255, 0.3);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	padding: 0 40px;
	text-align: center;
	color: #fff;
}
.nelbtnbox{
	height: 70px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.nelbtnbox i{
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	cursor: pointer;
	color: #fff;
}
.nelbtnl{
	left: 0;
}
.nelbtnr{
	right: 0;
}
.nemla,.nemla img,.neml .swiper-slide{
	height: 100%;
}
.swiper-slide-thumb-active .nemra{
	background: #2388FF;
}
.nerbtnt,.nerbtnb{
	height: 18px;
	cursor: pointer;
	width: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	z-index: 8;
}
.nerbtnt{
	top: 0;
}
.nerbtnb{
	bottom: 0;
}
.nebal{
	width: 28%;
	margin-right: 20px;
}
.nebar{
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	padding-top: 25px;
}
.nebarr p{
	color: #888;
}
.neba{
	margin-top: 35px;
}
.neba:first-child{
	margin-top: 0;
}
.page a{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2388FF;
	border-radius: 40px;
	margin: 3px;
	font-size: 16px;
	color: #2388FF;
}
.page a:hover,.page a.active{
	background: #2388FF;
	color: #fff;
}

.nitxt *{
	max-width: 100%;
}
.nim{
	background: rgba(35, 136, 255, 0.3);
	padding: 10px 20px;
}
.nim a i{
	color: #fff;
}
.niba{
	width: 32%;
	border: 1px solid #C4C4C4;
	padding: 20px;
}
.niba:hover{
	color: #fff;
	background: #2388FF;
}
.niba:hover *{
	color: #fff;
}
.niba:hover .nebarrb img{
	filter: grayscale(100%) brightness(500%);
}

.lsw{
	justify-content: space-between;
}
.lsl{
	width: 20%;
}
.lsr{
	width: 77%;
	flex: inherit;
	flex-grow: inherit;
}
.lsltitle{
	background: #134E8C;
	color: #fff;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lslat,.lslahdt{
	display: flex;
	align-items: center;
	position: relative;
	height: 50px;
	background: #EBEBEB;
	padding: 0 25px;
}
.lsli{
	color: #2388FF;
	line-height: 30px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	transition: .25s;
}
.lslahdt{
	margin-top: 3px;
	background: #F9F9F9;
	cursor: pointer;
}
.lslahdt_hide,.lslahide{
	display: none;
}
.lsla.active .lslahdt_hide,
.lsla.active .lslahide{
	display: block;
}
.lslahdt_hide a{
	line-height: 50px;
	color: #888;
	background: #F9F9F9;
	padding: 0 25px;
	display: block;
}
.lslahdt_hide a:hover,.lslahdt_hide a.active{
	background: #134E8C;
	color: #fff;
}
.lslat.active .lsli,.lslahdt.active .lsli{
	transform:rotate(90deg);
}
.cpt{
	background: #F9F9F9;
	padding: 35px;
	display: flex;
	justify-content: space-between;
}
.cpaw{
	padding: 40px;
	color: #fff;
	position: relative;
	z-index: 9;
}
.cpawb span{
	line-height: 28px;
	border: 1px solid #fff;
	padding: 0 15px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	margin-top: 5px;
	margin-right: 15px;
}
.cpa{
	margin-top: 35px;
}
.cpa:first-child{
	margin-top: 0;
}
.cptlt .i1ltr img{
	height: 60px;
}
.cptlt .itop h1{
	border-left: 2px solid #134E8C;;
	padding-left: 20px;
}
.ci1t{
	background: #F9F9F9;
}
.ci1t a{
	line-height: 50px;
	display: block;
	width: 160px;
	text-align: center;
}
.ci1t a:hover,.ci1t a.active{
	background: #134E8C;
	color: #fff;
}
.ci1tbox{
	padding: 35px;
	background: #F9F9F9;
}
.ci1ttitle i{
	width: 2px;
	height: 22px;
	background: #134E8C;
	margin-right: 15px;
}
.ci2a{
	margin-top: 25px;
	background: #F9F9F9;
	border-radius: 4px;
	padding: 10px 20px;
}
.ci2al p{
	padding: 0 15px;
	margin: 0 15px;
	border-left: 1px solid #e6e6e6;
}
.ci2a:hover{
	background: #2388FF;
}
.ci2a:hover *{
	color: #fff;
	transition: .25s;
}
.ci2a:hover img{
	filter: grayscale(100%) brightness(500%);
}

.lsla1{
	display: block;
	line-height: 50px;
	background: #EBEBEB;
	padding: 0 25px;
	margin-top: 3px;
}
.lsla1:hover,.lsla1.active{
	background: #134E8C;
	color: #fff;
}

.cotlba a{
	line-height: 28px;
	padding: 0 15px;
	border-radius: 30px;
	color: #134E8C;
	border: 1px solid #134E8C;
	display: inline-block;
	margin: 5px;
	margin-left: 0;
}
.cy1tab table{
	width: 100%;
}
.cy1tab th{
	background: #EBEBEB;
	text-align: center;
	font-weight: normal;
	padding: 10px 0;
	line-height: 20px;
}
.cy1tab td{
	background: #F9F9F9;
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}
.cy2aimg{
	width: 65%;
}
.cy2atxt{
	padding: 20px;
}
.cy2a{
	border: 1px solid #C4C4C4;
	padding: 5px;
}

.rybox{
	width: 103%;
}
.rya{
	width: 30.33%;
	margin-right: 3%;
	margin-top: 45px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
.pdfico{
	line-height: 30px;
	width: 54px;
	font-size: 15px;
	color: #fff;
	background: #2388FF;
	border-radius: 4px;
	text-align: center;
	margin-left: 12px;
}
.ci2a:hover .pdfico{
	background: #fff;
	color: #2388FF;
}

.ab1txt p{
	text-indent: 2em;
}
.ab1{
	display: block;
}
.ab2w{
	background: url(../image/ab2bg.png) no-repeat center;
	background-size: cover;
	padding: 30px 0;
}
.ab2w p{
	padding: 5px 0;
}
.ab3ta{
	padding: 50px 0;
}
.ab3ta p{
	margin-left: 25px;
}
.ab3ta h1{
	font-size: 90px;
	line-height: 90px;
}
.ab3ico{
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: url(../image/ab3ico.png) no-repeat center;
	background-size: 100% 100% !important;
	position: relative;
	z-index: 9;
}
.swiper-slide-thumb-active .ab3ico{
	background: url(../image/ab3icoac.png) no-repeat center;
}
.ab3b{
	position: relative;
	padding: 15px 0;
}
.ab3b::after{
	width: 100%;
	height: 46px;
	background: url(../image/ab3b.png) no-repeat right center;
	background-size: 100% 100%;
	height: 46px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -23px;
	content: "";
}
.ab4a{
	margin: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border-radius: 8px;
	overflow: hidden;
	background: #F9F9F9;
}
.swiper-button-next-public,.swiper-button-prev-public{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -40px;
	margin-right: -40px;
	background: none;
	font-size: 15px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 2px solid #999999;
}
.swiper-button-next-public:hover,.swiper-button-prev-public:hover{
	border: 2px solid #2388FF;
	color: #2388FF;
}

.jo1{
	margin-left: -13px;
	margin-right: -13px;
}
.jo1r{
	width: 32%;
}
.con{
	height: 490px;
	width: 100%;
	position: relative;
}
.conw{
	position: absolute;
	left: 0;
	top: 0;
	width: 330px;
	display: flex;
	align-items: center;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 20px;
}
.conw p{
	padding: 15px 0;
}
.conw p img{
	height: 17px;
}
@media only screen and (min-width:1600px){
	#wrap1500{
		width: 1520px;
	}
}

	@media only screen and (max-width:1399px) {
	.bnico{
		width: 20px;
		margin-left: -10px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.i1ltr img,.i2ab img{
		height: 50px;
	}
	.i2ab img{
		height: 35px;
	}
	.ftla i img{
		width: 15px;
	}
	.md{
		padding: 70px 0;
	}
	.nebar{
		padding: 10px 0;
	}
	
	.cptlt .i1ltr img{
		height: 35px;
	}
	.ci1t a{
		width: 130px;
	}
	.ci2ar img{
		height: 12px;
	}
}
@media only screen and (max-width:950px) {
	.search_box{
		padding: 15px 0;
		top: 60px;
	}
	.search input{
		height: 50px;
	}
	.search button{
		height: 50px;
		width: 50px;
		background-size: 18px;
	}
	.md{
		padding: 45px 0;
	}
	
	.cy1tab {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.cy1tab table{
		width: 1170px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.i1ltr img{
		height: 35px;
	}
	.i2a{
		height: 220px;
	}
	.i2a:hover{
		width: 100% !important;
	}
	.i2abox{
		opacity: 1;
	}
	.i2aw{
		background: rgba(35, 136, 255, 0.75);
		padding: 30px;
	}
	.i2am a{
		font-size: 12px;
		line-height: 25px;
		border: 1px solid #fff;
		padding: 0 12px;
		margin: 3px;
	}
	.i2ab {
		font-size: 14px;
		justify-content: center;
	}
	.i2ab img{
		height: 12px;
	}
	.i3al img{
		height: 35px;
	}
	.swiper-pagination-i3{
		width: 100% !important;
		left: 0 !important;
		text-align: center !important;
	}
	.i3btnr{
		margin-left: 0;
		left: 85%;
	}
	.i4rar img{
		height: 14px;
	}
	.ftr{
		display: none;
	}
	.foot{
		padding-top: 0;
	}
	.ft{
		border-top: 0;
		border-width: 1px;
		padding: 15px 0;
	}
	.ftl{
		text-align: center;
	}
	.flogo img{
		height: 30px;
	}
	.ftlw{
		margin-top: 10px;
	}
	.ftla{
		margin-top:0px;
		font-size: 13px;
	}
	.ftla i{
		display: none;
	}
	.ftla img{
		margin-top: 12px;
	}
	.fb{
		font-size: 12px;
		padding: 8px 0;
		line-height: 23px;
		text-align: center;
	}
	.rta{
		width: 22px;
	}
	.neml{
		height: 200px;
	}
	.nelbtnbox,.nemlatxt{
		height: 50px;
		line-height: 50px;
	}
	.nemlatxt{
		font-size: 13px;
	}
	.nelbtnbox i{
		font-size: 20px;
	}
	.nemr{
		height: 100px;
	}
	.nerbtnt, .nerbtnb{
		display: none;
	}
	.neba{
		display: block;
	}
	.nebal{
		width: 100%;
		margin-right: 0;
	}
	.nebar{
		padding: 15px 0;
	}
	.nebarrb img{
		height: 10px;
	}
	.nebarrb {
		font-size: 12px;
	}
	.neba{
		margin-top: 15px;
	}
	.page a{
		font-size: 12px;
		width: 26px;
		height: 26px;
		margin: 2px;
	}
	.listmd{
		padding-top: 15px;
	}
	
	.niba{
		width: 100%;
	}
	
	.lsltitle{
		height: 50px;
	}
	.cpaw{
		padding: 15px;
	}
	.cpa img{
		min-height: 150px;
	}
	.cpawb span{
		font-size: 12px;
		margin-top: 5px;
		margin-right: 5px;
	}
	.cpawb{
		margin-top: 10px;
		margin-right: 5px;
	}
	
	.cpt{
		padding: 20px;
	}
	.cptlt .i1ltr img{
		height: 30px;
	}
	.cptlt .itop h1{
		padding-left: 15px;
	}
	.cptr{
		margin-top: 20px;
	}
	.ci1t a{
		width: 130px;
	}
	.ci2ar img{
		height: 10px;
	}
	.ci1t a{
		font-size: 13px;
		line-height: 40px;
		width: 100px;
	}
	.ci1ttitle i{
		height: 15px;
		margin-right: 10px;
	}
	.ci1tbox{
		padding: 20px;
	}
	.ci2a{
		padding: 10px 12px;
		margin-top: 15px;
	}
	
	.rybox{
		width: 100%;
		justify-content: space-between;
	}
	.rya{
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}
	.rya .padding20{
		padding: 10px;
	}
	.pdfico{
		font-size: 12px;
		line-height: 22px;
		width: 42px;
	}
	.ci2al p{
		padding: 0 10px;
		margin: 0 10px;
	}
	.lsl,.lsr{
		width: 100%;
	}
	
	.swiper-button-next-public,.swiper-button-prev-public{
		display: none;
	}
	.ab2w{
		padding: 15px;
	}
	.ab3ta h1{
		font-size: 40px;
		line-height: 40px;
	}
	.ab3b::after{
		background-size: 150%;
	}
	.conw{
		position: static;
		width: 100%;
		padding: 20px;
		height: auto;
	}
	.con{
		height: auto;
	}
	.con iframe{
		margin-top: 15px;
		height: 200px;
	}
}

/*页码*/
.pager > .pagination {
	display: flex;
}

.pager > .pagination li {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2388FF;
	border-radius: 40px;
	margin: 3px;
	font-size: 16px;
	color: #2388FF;
	transition: all 0.25s;
}

.pager > .pagination li > a {
	color: #2388FF;
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	justify-content: center;
	align-items: center;
}

.pager > .pagination li.active {
	background: #2388FF;
	color: #fff;
}

.pager > .pagination li:hover, .pager > .pagination li:hover > a {
	background: #2388FF;
	color: #fff;
}


#login {
    background: rgba(186, 203, 230, 1);
    height: calc(100vh - 70px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main {
    margin-top: 70px;
    min-height: 100vh;
    padding-bottom: 0;
}

#login .login-c {
    width: 1064px;
    height: 594px;
    display: flex;
    background: #fff;
    overflow: hidden;
}

.login-c-r {
    width: 580px;
    height: 100%;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}

.reg {
    width: 141px;
    height: 141px;
    background: rgba(254, 197, 55, 1);
    border-radius: 50%;
    position: absolute;
    right: -70px;
    top: -70px;

}

.reg span {
    position: absolute;
    left: 22px;
    bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.form-group {
    margin-bottom: 40px;
}

.form-group .control-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(45, 53, 73, 1);
    margin: 12px 0;
}

.form-group input {
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(53, 129, 183, 1);
    box-sizing: border-box;
    padding-left: 24px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(158, 164, 168, 1);
    outline: none;
}

.login-c-r .l-title {
    font-size: 24px;
    font-weight: 700;
    color: rgba(12, 47, 104, 1);
    position: relative;
    margin-bottom: 80px;
}


.login-c-r .l-title .line {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 54px;
    height: 3px;
    opacity: 1;
    border-radius: 2px;
    background: rgba(12, 47, 104, 1);
}

.form-group .btn {
    width: 100%;
    height: 38px;
    border-radius: 8px;
    background: rgba(12, 47, 104, 1);
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.controls {
    position: relative;
}

.input-group-btn {
    position: absolute;
    right: 4px;
    top: 3.5px;
}