@charset "utf-8";
/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class{
	visibility: visible;
	opacity: 1; 
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}
.hide{
	opacity: 0;
}
.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.4s;
	-webkit-animation-delay:1.4s;
}
.bnbg{
    background: linear-gradient(to right, rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(23,9,49,.6)', endColorstr='rgba(30,95,116,.6)',GradientType=1 );
}
.head{
	height: 100px;
	width: 100%;
	transition: .25s;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 0 50px;
}
.logo{
	display: inline-block;
	height: 70px;
}
.logo img{
	height: 100%;
}
.logo img.logo_wt{
	display: block;
}
.logo img.logo_blk{
	display: none;
}
/*.head_active .logo img.logo_wt{
	display: none;
}
.head_active .logo img.logo_blk{
	display: block;
}*/
.nav{
	justify-content: flex-end;
}
.nav span{
	position: relative;
	transition: .25s;
	margin: 0 25px;
}
.nava{
	line-height: 70px;
	color: #fff;
	font-size: 18px;
	padding: 0 25px;
}
.navhide{
	z-index: 99;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 100%;
	margin-top: 20px;
	background: rgba(0,0,0,.7);
	padding: 0;
	overflow: hidden;
	width: 180px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 1px 8px rgba(0,0,0,.2);
	padding: 5px;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	display: block;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.navhide a:hover{
	color: #0094FF;
}
.hdra a{
	display: inline-block;
	line-height: 44px;
	width: 120px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.hdra a.active{
	/*background: #0094FF;
	color: #fff;*/
}
.head_active{
	background: rgba(0,0,0,.7);
    height: 100px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
/*.head_active .nava{
	line-height: 100px;
	color: #333;
}
.head_active .nav span:hover .nava,
.head_active .nav span.active .nava{
	color: #0094FF;
}
.head_active .navhide{
	background: #fff;
}
.head_active .navhide a,.head_active .hdra a{
	color: #666;
}
.head_active .navhide a:hover,.head_active .hdra a:hover{
	color: #0094FF;
}
.head_active .hdra a.active{
	color: #fff;
	background: #0094FF;
}*/
.bntxt{
	color: #fff;
	width: 100%;
}
.bntxt h3{
	font-size: 60px;
}
.bntxt h4{
	font-size: 30px;
}
.swiper-container-bn .swiper-slide .bntxt{
	transition: 1s;
	transform:translateX(-200px);
	opacity: 0;
}
.swiper-container-bn .ani-slide .bntxt{
	transform:translateX(0);
	opacity: 1;
}
.bntxt_show{
	transform:translateX(0) !important;
	opacity: 1 !important;
}
.textcolor{
	color: #0094FF;
}
.bgcolor{
	background: #0094FF;
	color: #fff;
}
.ipadding{
	padding-top: 100px;
}
.i2{
	color: #fff;
}
.i1 .wrap,.i2 .wrap,.i3 .wrap{
	width: 1200px;
}
.i2bg{
	/*width: 1000px;
	margin: 0 auto;
	margin-top: 50px;*/
}
.itop h1{
	font-size: 50px;
}
.itop h4{
	font-size: 30px;
}
.swiper-pagination-i2,.swiper-pagination-i3{
	position: relative;
	bottom: 0;
	text-align: center;
	margin-top: 20px;
}
.swiper-pagination-i2 .swiper-pagination-bullet,.swiper-pagination-i3 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 7px;
	transition: .25s;
}
.i2a{
	width: 100%;
	background: rgba(255,255,255,.2);
	padding: 15px;
	color: #fff;
}
.swiper-container-fade .swiper-slide .swiper-slide{
	pointer-events:inherit;
}
.i2a:hover{
	background: rgba(255,255,255,.3);
}
.i2a i{
	height: 50px;
	border-radius: 8px;
	overflow: hidden;
}
.i2a .txt{
	text-align: left;
}
.i3bg{
	background: rgba(0,0,0,.3);
	color: #fff;
}
.co3a{
	width: 48%;
	margin-top: 20px;
}
.co3a_w100{
	width: 100%;
}
.co3a span{
	width: 130px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	letter-spacing: 5px;
	color: #fff;
}
.co3ar i{
	line-height: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	font-size: 18px;
}
.co3ar input,.co3ar select{
	width: 100%;
	height: 60px;
	padding: 0 15px;
	background: rgba(255,255,255,.2);
	border: 1px solid rgba(255,255,255,.3);
	font-size: 16px;
	color: #666;
	transition: .25s;
	color: #fff;
}
.co3ar textarea{
	width: 100%;
	height: 180px;
	padding: 15px;
	background: rgba(255,255,255,.2);
	border: 1px solid rgba(255,255,255,.3);
	font-size: 16px;
	color: #fff;
	transition: .25s;
}
.co3ar input:focus,.co3ar textarea:focus,.co3ar select:hover{
	background: rgba(255,255,255,.35);
}
.co3btn button{
	width: 180px;
	height: 60px;
	text-align: center;
	background: #0094FF;
	border-radius: 4px;
	cursor: pointer;
	transition: .25s;
	color: #fff;
	font-size: 16px;
}
.co3btn button:hover{
	opacity: .85;
}
/*.foot{
	background: #222;
	color: #fff;
	padding: 25px 0;
	line-height: 28px;
	font-size: 14px;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	color: #fff;
}*/
.ft{
	padding: 40px 0;
	background: url(../images/ftbg_02.jpg) no-repeat center;
	background-size: cover;
}
.ftlogo{
	display: inline-block;
	/*filter: grayscale(100%) brightness(500%);*/
}
.ftr{
	margin-left: 50px;
	padding-left: 50px;
	background: url(../images/ftrline_03.png) no-repeat left center;
}
.ftrla{
	color: #fff;
	margin-right: 50px;
}
.ftrla p{
	margin-right: 20px;
}
.ftrla h3{
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
}
.ftrla p,.ftrla p a{
	color: rgba(255,255,255,.75);
	line-height: 32px;
}
.ftrla a:hover{
	color: #fff;
}
.ftrr{
	width: 140px;
}
.ftrra{
	color: #fff;
	font-size: 16px;
	width: 100px;
}
.ftrra img{
	margin-bottom: 10px;
}
.ft2{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid rgba(255,255,255,.3);
}
.ft2box{
	border: 1px solid rgba(255,255,255,.3);
	padding: 20px;
	color: #fff;
}
.ft2l i{
	margin-bottom: 5px;
	font-style: italic;
	opacity: .6;
	letter-spacing: 1px;
}
.ft2l{
	border-right: 1px solid rgba(255,255,255,.3);
	padding-right: 25px;
}
.ft2r a{
	color: #fff;
	opacity: .6;
	display: inline-block;
	margin-left: 25px;
	line-height: 30px;
	font-size: 12px;
}
.ft2r a:hover{
	opacity: 1;
}
.fb{
	line-height: 30px;
	padding: 20px 0;
	background: #000;
	color: #fff;
	color: rgba(255,255,255,.6);
}
.fb a{
	color: #fff;
	color: rgba(255,255,255,.6);
}
.fb a:hover{
	color: #fff;
}
.imore{
	display: inline-block;
	line-height: 50px;
	width: 160px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	font-size: 16px;
	border-radius: 50px;
	cursor: pointer;
}
.imore img{
	animation: myfirst 1.5s infinite;
}
@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(20px, 0);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.itxt{
	display: none;
}
.swiper-pagination-bn{
	position: relative;
	text-align: left;
}
.swiper-pagination-bn .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	position: relative;
	background: none;
	transition: .25s;
}
.swiper-pagination-bn .swiper-pagination-bullet::after{
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -2px;
	margin-top: -2px;
}
.swiper-pagination-bn .swiper-pagination-bullet-active{
	border: 2px solid rgba(255,255,255,.9);
}
.myMenu{
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 98;
}
.myMenu li{
	position: relative;
	margin-bottom: 15px;
}
.myMenu li a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.myMenu li a i{
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 0 10px;
}
.myMenu li a span{
	color: #fff;
	font-size: 13px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.myMenu li a em{
	width: 0px;
	height: 1px;
	background: #fff;
	transition: .25s;
}
.myMenu li.active a em{
	width: 20px;
}
.myMenu li.active a span{
	opacity: 1;
	visibility: inherit;
}
.bnbg_cp{
	background: none;
}
.bntxtw100{
	width: 100%;
}
.colorfff{
	color: #fff;
}

/*right*/
.right{
	z-index: 88;
	position: fixed;
	right: 0;
	bottom: 10%;
}
.rta{
	position: relative;
	margin-bottom: 7px;
}
.rta a{
	display: block;
	width: 70px;
	min-height: 70px;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 7px 0;
	background: #fff;
	color: #888;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 10px;
}
.rta a img{
	display: block;
	margin: 0 auto;
	filter: grayscale(100%);filter: gray;
	opacity: .6;
}
.rta a.rta_1{
	padding: 0;
	background: none;
}
.rta a.rta_1 img{
	filter:inherit;
	opacity: 1;
}
.rta a p{
	font-size: 12px;
	margin-top: 5px;
}
.rthide{
	position: absolute;
	right: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	padding-right: 10px;
}
.rthide_ewm{
	width: 140px;
	height: 140px;
	top: 50%;
	margin-top: -70px;
}
.rthide_phone{
	width: 170px;
	height: auto;
}
.rthidew{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	padding: 8px;
	position: relative;
}
.rthidew::after{
	width: 10px;
	height: 10px;
	border-radius: 4px;
	transform:rotate(45deg);
	position: absolute;
	right: -3px;
	top: 50%;
	margin-top: -5px;
	content: "";
	background: #fff;
	box-shadow: 10px 0 10px rgba(0,0,0,.15);
}
.rta:hover .rthide{
	opacity: 1;
	visibility: inherit;
}
.rthide_phone h3{
	font-size: 17px;
}
.rthide_phone p{
	font-size: 12px;
}
#gotop{
	display: none;
}

/*new*/
.head_height{
	height: 100px;
}
.listbn{
	height: 400px;
}
.md{
	padding: 65px 0;
}
.listmd{
	padding-top: 30px;
}
.lsl{
	width: 260px;
	margin-right: 30px;
}
.lslw{
	background: #f3f3f3;
}
.lslt{
	line-height: 45px;
	background: #0094FF;
	color: #fff;
	padding: 0 20px;
	font-size: 18px;
	cursor: pointer;
}
.lslwhide{
	padding: 10px 0;
}
.lslwhide a{
	display: block;
	line-height: 40px;
	padding: 0 20px;
	padding-left: 35px;
}
.lslwhide a.active,.lslwhide a:hover{
	background: #0094FF;
	color: #fff;
	padding-left: 45px;
}

.lbntitle{
	font-size: 50px;
	text-shadow: 0 3px 5px rgba(0,0,0,.3);
	color: #fff;
}

.listnav{
	padding: 12px 0;
	line-height: 28px;
	border-bottom: 1px solid #e6e6e6;
	background: #f7f7f7;
	color: #666;
}
.listnav a{
	color: #666;
}
.listnav a:hover{
	color: #0094FF;
}
.nea{
	border-bottom: 1px solid #E6E6E6;
	padding: 25px 0;
}
.neaimg{
	width: 250px;
	margin-right: 30px;
}
.nea:hover{
	color: #0094FF;
}
.page a{
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	color: #666;
	margin: 5px;
}
.page a.active,.page a:hover{
	background: #0094FF;
	color: #fff;
	border: 1px solid #0094FF;
}

.niop{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}
.niop h1{
	font-weight: normal;
	font-size: 32px;
	line-height: 40px;
}
.nitxt{
	color: #666;
}
.nitxt *{
	max-width: 100%;
}

/*登录弹窗*/
.tc{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
}
.tc_active{
	opacity: 1;
	visibility: inherit;
}
.tcbg{
	background: rgba(0,0,0,.3);
}
.lgw{
	width: 400px;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 0.5rem 1rem rgb(235 237 243 / 50%);
	background: #fff;
	position: relative;
}
.close_tc{
	width: 14px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.lgat{
	color: #5e5f6c;
	margin-bottom: 10px;
}
.lgat a{
	color: #0094ff;
}
.lgaipt input{
	height: 55px;
	background: #f5f8fa;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 16px;
	width: 100%;
}
.lga_sbm button{
	background: #0094FF;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
}
.lgatips a{
	color: #666;
}
.lgatips a i{
	color: #0094FF;
}
/*注册*/
.regbg{
	background: #F7F7F7;
	padding: 40px 0;
}
.logincontainer .wrap{
	box-shadow: 0 0 25px rgba(0,0,0,.1);
    padding: 50px 30px;
    width: 650px;
}
.lgsw_box{
	margin-bottom: 50px;
}
.lgsbox {
    display: inline-block;
}
.lgspans {
    display: inline-block;
    float: left;
}
.lgspans i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #eee;
    color: #222;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    border-radius: 12px;
}
.lgsbox span.active i {
    background: #3b4;
    color: #fff;
}
em.lgs_emline {
    display: inline-block;
    float: left;
    width: 150px;
    height: 24px;
    background: url(../images/jtico.png) no-repeat center;
    margin: 0 10px;
}
.lgspans p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
.lfooter {
    color: #999;
    font-size: 12px;
}
.lfooters {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}
.logbox {
    min-height: 400px;
    background: #fff;
    margin: 30px auto 0 auto;
    width: 520px;
    position: relative;
}
.lform {
	margin-bottom: 20px;
}
.lform span.ico {
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 100px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #484848;
    font-size: 16px;
    background: #f5f5f5;
    font-size: 13px;
    color: #666;
}
.lform input[type="password"], .lform input[type="text"] {
    width: 100%;
    border: 1px solid #eee;
    height: 47px;
    line-height: 47px;
    /* padding-left: 60px; */
    padding-left: 110px;
    font-size: 13px;
}
.lform input[type="password"]:focus,.lform input[type="text"]:focus{
	border-color: #999;
}
.lform input.icodebox {
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 43px;
    width: 120px;
    text-align: center;
    background: #eee;
    line-height: 43px;
    cursor: pointer;
    background: #0094FF;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.xylabel {
    display: inline-block;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
}
.xylabel input {
    vertical-align: middle;
    margin-top: -2px;
    -webkit-appearance:checkbox;
}
.loginbota a {
    font-size: 13px;
    color: #666;
}
.xylabel  a:hover{
    color: #0094FF;
}
.lform input[type="submit"], .lform a {
    display: inline-block;
    width: 100%;
    height: 50px;
    border: none;
    background: #0094FF;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
}
.lgipt1 a:hover{
	color: #0094FF;
}
/*条款*/
.tiaokuanc{
	width: 800px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 0 1px #ddd;
}
.wz_tt{
	font-size: 24px;
	color: #333;
	padding-top: 30px;
}
.wzcont{
	min-height: 500px;
	padding: 30px;
}
.wzcont{
	line-height: 30px;
	color: #666666;
}
.closebtn{
	display: inline-block;
	padding: 5px 15px;
	cursor: pointer;
	border: 1px solid #aaa;
	background: #fff;
	color: #333;
}
.closebtn:hover{
	background: #F1F1F1;
}

.tkp_btb{
	font-weight: bold;
	margin-top: 10px;
	color: #333;
}







@media only screen and (max-width:1699px) {
	.logo{
		height: 45px;
	}
	.nav span{
		margin: 0 20px;
	}
}
@media only screen and (max-width:1399px) {
	.head{
		padding: 0 25px;
	}
	.nav {
		justify-content: flex-end;
	}
	.nav span{
		margin: 0 15px;
	}
	.nava{
		padding: 0 15px;
	}
	.hdra a{
		font-size: 16px;
		line-height: 40px;
		width: 100px;
	}
	.bntxt h3{
		font-size: 40px;
	}
	.itop h1{
		font-size: 34px;
	}
	.imore{
		line-height: 40px;
		font-size: 14px;
		padding: 0 20px;
		border: 1px solid #fff;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.videohidebox{
		width: 80%;
	}
	.i1 .wrap,.i2 .wrap, .i3 .wrap{
		width: 100%;
	}
	.logo{
		height: 50px;
	}
	.nav span{
		margin: 0 5px;
	}
	
	.right{
		transform: scale(.85);
		margin-right: -5px;
	}
	.ftr{
		padding-left: 30px;
		margin-left: 30px;
	}
	.ftlogo img{
		height: 50px;
	}
	.hdra a{
		width: 80px;
	}
	.nava{
		font-size: 16px;
	}
	.listbn{
		height: 300px;
	}
	
	.neaimg{
		width: 200px;
		margin-right: 20px;
	}
}
@media only screen and (max-width:950px) {
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 25px;
	}
	/*视频*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.bntxt{
		width: 80%;
	}
	.bntxt h3{
		font-size: 22px;
	}
	.i2 .wrap, .i3 .wrap{
		width: 100%;
	}
	.listbn{
		height: 250px;
	}
	.lbntitle{
		font-size: 40px;
	}
}
@media only screen and (max-width:768px) {
	.right{
		transform: scale(.5);
		margin-right: -15px;
	}
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	.ipadding{
		padding-top: 60px;
	}
	.itop h1{
		font-size: 24px;
	}
	.i2a{
		padding: 15px;
	}
	.i2a i{
		height: 40px;
	}
	.i2a .txt{
		margin-left: 15px;
	}
	#fp-nav.right{
		right: 0 !important;
	}
	#fp-nav ul li, .fp-slidesNav ul li{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.myMenu li a span{
		display: none;
	}
	.bntxt h3{
		font-size: 16px;
	}
	.bntxt h4{
		font-size: 24px;
	}
	.imore {
	    line-height: 35px;
	    font-size: 12px;
	    width: 130px;
	    padding: 0 10px;
	    border: 1px solid #fff;
	}
	.i2toptxt {
		margin-top: 0;
	}
	.ft{
		padding: 20px 0;
	}
	.ftl{
		text-align: center;
	}
	.ftlogo img{
		height: 40px;
	}
	.ftr{
		padding-left: 0;
		margin-left: 0;
		background: none;
		font-size: 13px;
		line-height: 24px;
		margin-top: 15px;
	}
	.md{
		padding: 25px 0;
	}
	
	.listbn{
		height: 180px;
	}
	.lbntitle{
		margin-top: 60px;
		font-size: 24px;
	}
	
	.nea{
		display: block;
		padding: 15px 0;
	}
	.nea:first-child{
		padding-top: 0;
	}
	.neaimg{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.neatxt p{
		font-size: 12px;
		line-height: 25px;
	}
	
	/*登录*/
	.lgw{
		width: 90%;
		padding: 20px;
	}
	.lgaipt input,.lga_sbm button{
		font-size: 14px;
		height: 42px;
	}
	/*注册*/
	.regbg{
		margin-top: 60px;
		padding: 0;
	}
	.logbox{
		width: 100%;
	}
	.logincontainer .wrap_1200{
		padding: 25px 15px;
	}
	.lgsw_box{
		margin-bottom: 20px;
	}
	.lform span.ico{
		width: 70px;
		font-size: 12px;
	}
	.lform input[type="password"], .lform input[type="text"]{
		padding-left: 80px;
		font-size: 12px;
	}
	.lform input.icodebox{
		width: 80px;
		font-size: 12px;
	}
	.lgipt1 a{
		font-size: 12px;
	}
	/*条款*/
	.tiaokuanc{
		width: 100%;
	}
	.wzcont{
		padding: 20px;
	}
}