@charset "utf-8";
.ihead{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #fff;
}
.ihead_height{
	height: 127px;
}
.iht{
	height: 80px;
	background: #0c376b;
	transition: .25s;
}
.ihb{
	border-bottom: 1px solid #dddddd;
}
.ilogo{
	display: inline-block;
	height: 42px;
}
.ihtsc{
	margin: 0 5%;
}
.ihtsc input{
	width: 100%;
	height: 42px;
	background: #fff;
	border-radius: 5px;
	padding: 0 15px;
	border: 1px solid #fff;
}
.ihtsc button{
	width: 62px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #c51f4a;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 5px 5px 0;
}
.ihtra{
	color: #fff;
	margin-right: 30px;
	display: flex;
	align-items: center;
}
.ihtra img{
	display: block;
	height: 19px;
}
.ihtra_l{
	border: 1px solid #fff;
	padding: 0 28px;
	line-height: 40px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	margin-left: 30px;
}
.ihtra_l.active,.ihtra_l:hover{
	background: #fff;
	color: #0c376b;
}
.inav li,.ihbr{
	position: relative;
}
.inav li{
	margin-right: 70px;
}
.inava{
	display: block;
	line-height: 46px;
	position: relative;
}
.inav li.active .inava,
.inav li:hover .inava{
	color: #0c376b;
}
.inavico{
	width: 5px;
	height: 5px;
	border-radius: 100%;
	/* background: url(../images/navico_03.png) no-repeat center; */
	background: #c51f4a;
	position: absolute;
	right: -10px;
	top: 18%;
	animation: myfirst 2s infinite;
}
@keyframes myfirst {
    0% {
        opacity: 0;
    }
    50% {
		opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.inavhide{
	width: 140px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -70px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	z-index: 9;
	transition: .35s;
	opacity: 0;
	visibility: hidden;
}
.inav li:hover .inavhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.inavhide a{
	display: block;
	line-height: 42px;
	padding: 0 15px;
	font-size: 14px;
}
.inavhide a:hover{
	background: #eee;
	color: #0C376B;
}
.ihbr span{
	display: block;
	line-height: 46px;
	cursor: pointer;
}
.ihbr:hover span{
	color: #0C376B;
}
.ihbr:hover .inavhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.ihead .img1{
	display: block;
}
.ihead .img2{
	display: none;
}
.ihead_white .img1{
	display: none;
}
.ihead_white .img2{
	display: block;
}
.ihead_white .iht{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.ihead_white .ihtsc input{
	border: 1px solid #ddd;
}
.ihead_white .ihtra{
	color: #333;
}
.ihead_white .ihtra_l{
	border: 1px solid #0c376b;
	color: #0c376b;
}
.ihead_white .ihtra_l.active{
	background: #0c376b;
	color: #fff;
}
.mbnbox{
	border-radius: 10px;
	overflow: hidden;
}
.mbnimg{
	display: block;
	background-size: cover !important;
}
.swiper-button-next-mbn,.swiper-button-prev-mbn{
	width: 52px;
	height: 52px;
	margin-top: -26px;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	color: #fff;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .5s;
}
.mbnbox:hover .swiper-button-next-mbn{
	margin-right: 30px;
	opacity: 1;
}
.mbnbox:hover .swiper-button-prev-mbn{
	margin-left: 30px;
	opacity: 1;
}
.swiper-button-next-mbn:hover,
.swiper-button-prev-mbn:hover{
	background: rgba(255,255,255,.4);
}
.swiper-pagination-mbn{
	bottom: 15px !important;
}
.swiper-pagination-mbn .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,.5);
	opacity: 1;
	transition: .25s;
	margin: 0 8px !important;
}
.swiper-pagination-mbn .swiper-pagination-bullet-active{
	background: #fff;
}
.mtb{
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 3px 25px rgba(0,0,0,.15);
}
.mtba{
	width: 18%;
	color: #171c3c;
	display: flex;
	align-items: center;
}
.mtba i img{
	width: 48px;
	display: block;
}
.mtbar p{
	font-size: 12px;
	color: #8c8d9e;
	margin-top: 3px;
}
.mdtop_more{
	color: #8c8d9e;
}
.mdtop_more:hover{
	color: #0C376B;
}
.mdw{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
}
.mda{
	padding: 10px;
	/* margin-top: 10px; */
	width: 25%;
}
.mda_a{
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 22px rgba(0,0,0,.12);
}
.mda_a:hover{
	box-shadow: 0 2px 22px rgba(0,0,0,.18);
}
.mdatxt h3{
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.mdatxtb{
	border-top: 1px solid #e7e7e8;
	padding-top: 12px;
	margin-top: 12px;
}
.mdatxtbr{
	line-height: 16px;
}
.mdatxtbr i{
	color: #999;
	text-decoration: line-through;
}
.mdtopr_hwyx a{
	display: inline-block;
	background: #e4ecf6;
	color: #0c376b;
	line-height: 35px;
	border-radius: 35px;
	padding: 0 22px;
	margin-left: 20px;
}
.mdtopr_hwyx a:hover,.mdtopr_hwyx a.active{
	background: #0c376b;
	color: #fff;
}
.bqico{
	display: inline-block;
	background: #36bf8a;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	padding: 0 10px;
	border-radius: 4px;
	margin-right: 12px;
}
.bqico_green{
	background: #c7f4e3;
	color: #36bf8a;
}
.bqico_yellow{
	background: #ffefd5;
	color: #d88f31;
	margin-right: 0px;
}
.bqico_gray{
	background: #edeff2;
	color: #667280; 
}
.mdatxtbr_line{
	width: 1px;
	height: 13px;
	background: #ccc;
	margin: 0 10px;
}
.mdatxtbr span,.mdatxtbr h4{
	line-height: 24px;
}
.m6{
	padding: 170px 0 60px 0;
	color: #fff;
	background: url(../images/mdbg_02.jpg) no-repeat top center #0d151e;
	background-size: 100%;
}
.ititle_48{
	font-size: 48px;
}
.mdtitle h1 i{
	background: linear-gradient(to right, #12CE5D 0%, #189EFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mdtitle_red h1 i{
	background: linear-gradient(to right, #CE1212 0%, #6218FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.m6a{
	width: 200px;
	height: 200px;
	margin: 0 15px;
	position: relative;
}
.m6a p{
	color: #fff;
	margin-top: 15px;
}
.m6atxt img{
	width: 60px;
	margin: 0 auto;
	transition: .5s;
}
.m6a:hover .m6atxt img{
	transform:translateY(-8px);
}
.m5t li{
	width: 130px;
	height: 46px;
	font-size: 17px;
	cursor: pointer;
	transition: .35s;
	text-align: center;
	border-radius: 5px;
	margin: 0 15px;
	background-image: linear-gradient(to right, #CE1212 0%, #6218FF 100%);
	padding: 1px;
}
.m5t li span{
	background: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: .25s;
}
.m5t li.active span{
	background: none;
	color: #fff;
}
.m5bla h3,.m5bra h3{
	color: #0d151e;
}
.m5bla p,.m5bra p{
	color: #6d737a;
}
.m5tip{
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	color: #0094FF;
    background-color: rgba(0, 148, 255, 0.12);
    padding: 0 10px;
    border-radius: 4px;
    font-weight: bold;
}
.m5blaimg{
	border-radius: 8px;
}
.m5bra{
	padding: 21px 0;
	border-bottom: 1px solid #ddd;
}
.m5bra:first-child{
	padding-top: 0;
}
.m5bra:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.imd{
	padding-bottom: 120px;
}
.m7w{
	padding: 0 3%;
}
.m7a{
	width: 14%;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 0 2px 25px rgba(0,0,0,.11);
	color: #29303b;
}
.colorindex{
	color: #0C376B;
}
.ifoot{
	padding: 170px 0 0 0;
	color: rgba(255,255,255,.6);
	background: url(../images/mdbg_02.jpg) no-repeat top center #0d151e;
	background-size: 100%;
	position: relative;
}
.ift a{
	color: rgba(255,255,255,.6);
}
.ift a:hover{
	color: #fff;
}
.iftla ul{
	font-size: 13px;
}
.iftla h3 a{
	color: #fff;
}
.iftl{
	margin-right: 13%;
}
.ifblogo{
	display: inline-block;
	height: 42px;
	margin-right: 15px;
	opacity: .6;
}
.iftHead{
	width: 100%;
	position: absolute;
	left: 0;
	top: -50px;
}
.iftHeadBox{
	background: linear-gradient(90deg, #20AA3E 0%, #03A588 100%);
	padding: 40px 50px;
	color: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.iftHeadBox_r a{
	margin-left: 20px;
	display: inline-block;
	line-height: 58px;
	width: 160px;
	border: 1px solid #fff;
	border-radius: 6px;
	text-align: center;
	color: #fff;
}
.iftHeadBox_r a:hover{
	background: rgba(255,255,255,.1);
}
.ft2rlink{
	margin-left: 20px;
}
.ft2rlink:hover{
	-webkit-filter: brightness(120%);
}
.ft2rlink img{
	height: 30px;
}

/* .ifb{
	background: #fff;
	padding: 18px 0;
}
.ifb .fbl,
.ifb .fbl a{
	color: #666;
	opacity: 1;
}
.ifb .fbl a:hover{
	color: #c51f4a;
}
.foothidebox{
	background: #fff;
	border: 1px solid #e6e6e6;
} */

.login_layer{
	display: none;
}
.login_box{
	width: 460px;
}
.lgtop{
	padding: 45px 45px 20px 45px;
	border-bottom: 1px solid #f0f0f0;
}
.lgtit{
	font-size: 30px;
	height: 42px;
	margin-bottom: 35px;
}
.lgtit img{
	margin: 0 auto;
}
.lgipt{
	margin-bottom: 20px;
	position: relative;
}
.lgipt input{
	width: 100%;
	height:50px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding-left: 45px;
	color: #333;
	font-size: 14px;
}
.lgipt input:focus{
	border: 1px solid #0c376b;
}
.lgipt input::-webkit-input-placeholder{
	color:#989898;
}
.lgipt i{
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #777;
}
.lgipt i img{
	display: block;
	height: 100%;
	width: 100%;
}
.code{
	display: inline-block;
	width: 90px;
	text-align: center;
	font-size: 20px;
	text-align: center;
	height: 48px;
	position: absolute;
	right: 1px;
	top: 1px;
	letter-spacing: 2px;
	cursor: pointer;
}
.code img{
	width: 100%;
	height: 100%;
}
.sbmipt{
	font-size: 18px;
	color: #fff;
	height: 50px;
	background: #0c376b;
	width: 100%;
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 50px;
	transition: .25s;
	margin-top: 10px;
}
.lgbot{
	line-height: 35px;
}
.lgbot a{
	font-size: 14px;
	color: #0c376b;
}
.lgbot a i{
	color: #999;
}
.lgbot a.active,.lgbot a:hover{
	color: #0c376b;
}
.lgbot a:hover{
	text-decoration: underline;
}
.lgipt1 input{
	width: 70%;
}
.lgipt1 .code{
	right: 30%;
}
.hqcode{
	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	color: #20AFFD;
	background: none;
	cursor: pointer;
}
.lgb{
	margin-bottom: 15px;
}
.lgb span{
	color: #666;
	display: inline-block;
	line-height: 35px;
	width: 25%;
}

.ci1lthide{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .9);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.ci1lthide_active{
	opacity: 1;
	visibility: inherit;
}
.play_close{
	width: 40px;
	height: 40px;
	background: url(../images/close_wt.png) no-repeat center;
	background-size: 15px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.chdbox{
	padding: 30px;
	border-radius: 15px;
	width: 100%;
	color: #fff;
	text-align: center;
}
.chdboxb a{
	display: inline-block;
	color: #b5b9bc;
	width: 110px;
	line-height: 44px;
	background-color: #363c40;
	margin: 0 10px;
}
.chdboxb a:hover{
	background: #c51f4a;
	color: #fff;
}

@media only screen and (max-width:1599px) {
	.m6,.ifoot{
		padding-top: 150px;
	}
	.ititle_48{
		font-size: 42px;
	}
	body{
		zoom: .9;
	}
	.layui-layer{
		margin-left: 5% !important;
		margin-top: 2.5% !important;
	}
}