@charset "utf-8";
body{
	background: #fff;
	font-size: 14px;
	font-family: "'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif";
	color: #555;
}
.btna:hover{
	opacity: .85;
}

/*head*/
.pc_head .head{
	height: 80px;
	width: 100%;
	background: #1c2327;
	/* padding:  0 60px; */
	border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.pc_head .head .headboxs{
	width: 1400px;
	margin: 0 auto;
}
.pc_head .logo{
	display: inline-block;
	height: 55px;
	margin-top: 10px;
}
.pc_head .logo img{
	display: block;
	height: 100%;
	border: 0;
}
.pc_head .logoline{
	width: 17px;
	height: 33px;
	background: url(../images/headline1_03.png) no-repeat center;
	margin-left: 20px;
	margin-top: 24px;
}
.logotxt{
	font-size: 16px;
	color: #eee;
	line-height: 80px;
}
.pc_head .nav span{
	display: inline-block;
	height: 79px;
	line-height: 79px;
	text-align: center;
	position: relative;
	float: left;
}
.navhide{
	width: 200px;
	background: #21292d;
	position: absolute;
	left: 0;
	top:79px;
	z-index: 9999;
	padding: 0px 20px;
	visibility: hidden;
    opacity: 0;
    transition:.3s;
}
.navhidecp{
	width: 160px;
	padding: 0px 10px;
}
.pc_head .nav span:hover .navhide{
	visibility: visible;
    opacity: 1;
}
.navhide a{
	height:50px;
	line-height: 50px;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.05);
	color: rgba(255,255,255,.85);
	font-size: 13px;
	width: 100%;
	overflow: hidden;
}
.navhidecpcp a{
	display: contents;
}
.navhidecp a{
	height:40px;
	line-height: 40px;
}
.navhide a:hover{
	color:#E00B4F;
}
.navhide a:LAST-CHILD{
	border-bottom: 0;
}
.pc_head .nav span a.navas{
	display: inline-block;
	height: 100%;
	color: #f5f5f5;
	padding: 0 25px;
}
.pc_head .nav span a.navas i{
	margin-left: 8px;
}
.pc_head .nav .searchbtn_color{
	color: #E00B4F;
}
.pc_head .nav span:hover a.navas{
	color: #e00b4f;
	background: #21292d;
}
.pc_head .pchidediv{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display:none;
}
.pc_head .pchidediv .pchidebg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	cursor: zoom-out;
}
.ssbox{
	position: fixed;
	width: 500px;
	height: 50px;
	top: 100px;
    right: 60px;
}
.ssbox input[type="text"]{
	width: 460px;
	border: 1px solid #ddd;
	background: #fff;
	height: 50px;
	padding-left: 10px;
    border-radius: 4px 0 0 4px;
    border-right: 0;
}
.ssbox input[type="submit"]{
	width: 40px;
	border: 1px solid #ddd;
	background: #E00B4F;
	height: 50px;
	border: 0;
	cursor: pointer;
    border-radius: 0 4px 4px 0;
    position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
}
.ssbox i{
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	display: inline-block;
	color: #fff;
	background: #E00B4F;
	border-radius: 0 4px 4px 0;
	z-index: 2;
}
.pc_head .phonebox{
	position: fixed;
	width: auto;
	height: 60px;
	line-height: 60px;
	top: 100px;
    right: 60px;
    background: #fff;
    padding: 0 20px;
    z-index: 999;
    font-size: 15px;
    font-weight: bold;
    color: #e00b4f;
    border-radius: 4px;
}
.zcbox{
	width: 350px;
    height: 500px;
    position: absolute;
    top: 50%;
    right: 10%;
    background: rgba(255,255,255,.5);
    margin-top: -250px;
    z-index: 9999999;
}
.bn_gqdm{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #E00B4F;
	position: absolute;
	left: 60px;
	top: 50px;
	padding: 15px;
	background: rgba(255,255,255,.25);
	z-index: 9999;
	border-radius: 4px;
}
.bn_gqdm:hover{
	background: rgba(255,255,255,.35);
}
.nava_active{
	color: #E00B4F !important;
}
.bnalink{
	/* background: rgba(7, 17, 59, 0.5) !important; */
	background: rgba(29, 21, 70, 0.5) !important;;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.index-apply-btn{
	padding: 15px 45px;
	background: #E00B4F;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
}
.index-apply-btn:hover{
	opacity: .85;
}
/*登录注册样式*/
.psbbanner{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.psbbanner_active{
	opacity: 1;
	visibility: inherit;
}
.psbbannerbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.65);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	cursor: zoom-out;
}
.clickbn{
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 10;
	background: #fff;
	color: #333;
	border-radius: 100%;
}
.bnr_left{
	width: 400px;
	padding: 20px;
	background: rgba(255,255,255,.9);
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -192px;
	z-index: 10;
	margin-right: -200px;
}
.bnl_p1{
	color: #444;
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding-bottom: 10px;
}
.bnl_p1 img{
	height: 45px;
	vertical-align: middle;
}
.bnl_p1 span{
	display: inline-block;
	line-height: 45px;
	margin-left: 10px;
	font-size: 20px;
}
.bnl_p1 a.bnl_p1_i{
	line-height: 45px;
	margin-left: 10px;
	font-size: 17px;
	margin-right: 10px;
}
.bnl_p1 a.bnl_p1_i:hover{
	text-decoration: underline;
}
.bnl_p1 span i{
	color: rgba(0,0,0,.5);
}
.loginformset{
	height: 43px;
	line-height: 43px;
	background: none;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.loginformset1{
	width: 280px;
	position: relative;
}
.loginformset1_r{
	width: 80px;
	height: 43px;
	line-height: 43px;
	background: #eeeeee;
	color: #8492e4;
	text-align: center;
}
.loginformset1_rbtn{
	display: inline-block;
	width: 80px;
	height: 43px;
	line-height: 43px;
	border: 0;
	background: #fff;
	color: #f0f0f0;
	cursor: pointer;
	text-align: center;
}
.lgformdmspanhqs{
	height:38px !important;
	line-height:38px !important;
	top:1px !important;
}
.loginformset1_rbtn:hover{
	opacity: .85;
}
.icosp{
	width: 40px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #5858b5;
	color: #fff;
}
.loginipt1{
	width: 320px;
	padding-left: 10px;
	height: 43px;
	line-height: 43px;
	border: none;
	background: rgba(255,255,255,.8);
}
.loginipt1:focus,.loginipt2:focus{
	background: rgba(255,255,255,1);
}
.loginipt1::-webkit-input-placeholder{
	color:#666;
}
.loginipt2{
	width: 240px;
	padding-left: 10px;
	height: 43px;
	line-height: 43px;
	border: none;
	color: #999999;
	background: rgba(255,255,255,.7);
}
.login_a{
	display: inline-block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	background: #E00B4F;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}
.login_b a{
	font-size: 12px;
}
.login_b_a1{
	color: rgba(0,0,0,.8);
}
.login_a:hover{
	opacity: .8;
}
.login_b_a2{
	color: #f53f79;
}
.login_b a:hover{
	text-decoration: underline;
}
.login_tips{
	padding-top: 10px;
	color: #FF0000;
}
.bnr_right{
	margin-bottom: 34px;
	width: 180px;
	height: 310px;
	padding: 10px 20px;
	background:rgba(255,255,255,1);
	color: #444;
	overflow: hidden;
	text-align: center;
}
.bnrr{
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	padding-bottom: 10px;
	color: #E00B4F;
}
.bnnr_b{
	width: 100%;
}
.bnnr_b a{
	display: inline-block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	font-size: 14px;
	color: #444;
}
.bnnr_b a:hover{
	text-decoration: underline;
	color: #E00B4F;
}
.bnnr_b_a{
	display: inline-block;
	width: 140px;
	height: 26px;
	line-height: 26px;
	background: #E00B4F;
	color: #f5f5f5;
	text-align: center;
	border-radius: 13px;
}
.bnnr_b_a:hover{
	opacity: .8;
}

.botdsf_p span{
	display: inline-block;
	height: 1px;
	background: #d4d4d4;
	width: 100%;
}
.botdsf_p em{
	color: #999;
	display: inline-block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	background: none;
	text-align: center;
	font-style: inherit;
	font-size: 13px;
	margin: 0 12px;
}
.botdsf a{
	display: flex;
	align-items: center;
	margin: 0 10px;
	font-size: 14px;
	color: #888;
}
.botdsf a img{
	height: 30px;
	display: block;
	margin-right: 5px;
}

/*幻灯中*/
.bnboxwdh{
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -650px;
}
.bnlogo{
	display: inline-block;
	width: 130px;
	height: 129px;
	background: url(../images/bnslogo.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.bnr_mid{
	width: 950px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -212px;
	z-index: 9999;
	text-align: center;
	color: #fff;
}
.bnr_mid h4{
	font-size: 30px;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: 4px;
}
.bnr_mid p{
	font-size: 18px;
	letter-spacing: 3px;
}
.bnr_mid_a{
	display: inline-block;
	margin: 50px 0;
}
.bnr_mid_a img{
	display: block;
	border: 0;
	margin: 0 auto;
}
.bnr_mid_img{
	margin-top: 50px;
}
.bnr_mid_img img{
	height: 30px;
	margin: 0 5px;
}
/*隐藏banner介绍*/
.bnr_midbox{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}
.bnr_midbox_bg{
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
}
.bnr_midboxtxt{
	width: 600px;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -300px;
	background: url(../images/modal-gloss.png) no-repeat left top #eee;
	border-radius: 10px;
	padding: 30px;
}
.bnr_midboxtxt h4{
	font-size: 36px;
	font-weight: normal;
	color: #000;
}
.bnr_midboxtxt p{
	margin-top: 20px;
	line-height: 28px;
}
.bnr_midboxtxt p a{
	color: #E00B4F;
}
.bnr_midboxtxt p a:hover{
	text-decoration: underline;
}
.bnr_midboxtxt i.fa-close{
	color: #aaa;
	width: 35px;
	height: 35px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	font-size: 16px;
}


.bntxt{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -140px;
	z-index: 9999;
	font-size: 24px;
	color: #fff;
}
.bntxt h4{
	margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
}
.bntxt p{
	height: 25px;
    line-height: 25px;
    margin-bottom: 24px;
    text-indent: 38px;
    background: url(../images/login_desc_icon.png) no-repeat left center;
    font-size: 16px;
}
.bntxt p i{
	color:#ff6697;
	text-indent: 0;
	display: inline;
}

#gotop{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	border-radius: 2px;
	cursor: pointer;
	display: none;
	z-index: 99;
}
.foot{
	background: #F5f5f5;
	padding: 25px 60px;
}
.foot_l{
	width: 47%;
}
.foot_r{
	width: 47%;
}
.foot_tops{
	border-bottom: 1px solid #ccc;
	color: #687982;
	font-size: 17px;
	padding-bottom: 10px;
}
.footline{
	display: block;
	height: 100%;
	width: 1px;
	background: #ccc;
	position: absolute;
	left: 50%;
	top: 0;
}
.foot_l_logo{
	width: 150px;
	position: absolute;
	left: 0;
	/* top: 50%;
	margin-top: -40px; */
	/* margin-top: 10px; */
}
.foot_l_logo a{
	display: inline-block;
	width: 100%;
}
.foot_l_logo a img{
	width: 100%;
	
}
.foot_l_text{
	color: #666;
	line-height: 40px;
	padding-left: 175px;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.foot_rtxt{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -42px;
}
.foot_ra{
	padding-left: 95px;
	padding-top: 0;
}
.foot_ra a{
	color: #666;
	margin-right: 15px;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 28px;
}
.foot_ra a:hover{
	color: #E00B4F;
}
.foot_ra p{
	color: #666;
	font-size: 12px;
	letter-spacing: 0px;
}
/*.foot_l_a ul li{
	display: list-item;
	list-style: disc;
	height: 24px;
	line-height: 24px;
	margin-left: 20px;
}
.foot_l_a ul li a{
	color: #565757;
	font-size: 15px;
}
.foot_l_a ul li a:hover{
	color: #E00B4F;
}
.foot_r_a{
	font-size: 15px;
	color: #565757;
	line-height: 28px;
}
.foot_p{
	font-size: 15px;
	color: #999;
	padding: 20px 0;
}
.foot_p img{
	display: block;
	margin: 0 auto;
}
.foot_pul li{
	margin: 0 20px;
	display: inline-block;
}
.foot_pul li a{
	color: #666;
}
.foot_pul a:hover{
	color: #E00B4F;
}

.foot_l_1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
}
.foot_l_2_box{
	height: 120px;
	width: 100%;
	overflow: hidden;
}
.foot_l_2_box img{
	height: 70px;
	margin-top: 25px;
	transition: .25s;
}
.foot_l_2_box img:hover{
	transform: scale(1.05);
}
#div1{ 
	width: 100%; 
	height: 100px; 
	position: relative;
	overflow: hidden;
}
#div1 ul { 
	width: 100%;
	height: 100px; 
	position: relative; 
}
#div1 ul li { 
	height: 100px; 
	float: left; 
	list-style: none; 
	padding-right:20px;
}
#div1 ul li img { 
	height: 70px;
	margin-top: 15px; 
	display: inline-block;
}*/



/*登录弹出*/
.loginidx{
	position: absolute;
	top: 100px;
	right: 124px;
	height: 60px !important;
	line-height: 60px !important;
	z-index: 999;
}
.loginidx a{
	display: inline-block;
	padding: 0 30px;
	height: 60px !important;
	line-height: 60px !important;
	background: #E00B4F;
	color: #fff;
	margin-left: 20px;
}
.loginidx a:hover{
	color: #fff !important;
	opacity: .85;
}
.waphead{
	display: none;
}
.wapfoot{
	display: none;
}
.wapheadheight{
	display: none;
}
@media only screen and (max-width:1700px) {
	.foot_l_text{
		line-height: 30px;
	}
	.foot_l_logo a{
		margin-top: 10px;
	}
}
@media only screen and (max-width:1700px) {
	.flickerplate{
		height: 430px;
	}
}
@media only screen and (max-width:1300px) {
	.pc_head .nav span a.navas{
		padding: 0 20px;
	}
	.wrap{
		width: 100%;
	}
	.pc_head .nav span a{
		padding: 0 15px;
	}
	.logotxt {
	    font-size: 16px;
	    color: #eee;
	    line-height: 100px;
	    letter-spacing: 0px;
	}
	.foot_ra a{
		margin-right: 15px;
	}
	.bnboxwdh{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	/* .bntxt{
		left: 60px;
	}
	.bnr_left{
		right: 60px;
	} */
}
@media only screen and (max-width:1400px) {
	.navhide,.nvhd{
		top: 70px !important;
	}
	/* 头部 */
	.pc_head .head .headboxs{
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.pc_head .head{
		height: 70px;
	}
	.pc_head .logo{
		height: 50px;
		margin-top: 10px;
	}
	.pc_head .logoline{
		margin-top: 19px;
	}
	.logotxt{
		line-height: 70px !important;
	}
	.pc_head .nav span{
		height:70px;
		line-height: 70px;
	}
	.ssbox{
		top: 70px;
	}
	.loginidx{
		top: 70px;
	}
	.flickerplate{
		height: 380px;
	}
	.bnr_left{
		margin-top: -165px;
	}
	.bntxt{
		margin-top: -145px;
	}
	/* 底部 */
	.foot{
		padding: 20px 30px;
	}
	.foot_l_logo{
		width: 130px;
	}
	.foot_l{
		width: 48%;
	}
	.foot_r{
		width: 48%;
	}
	.foot_l_text{
		padding-left: 150px;
	}
	.foot_ra{
		padding-left: 80px;
	}
	.bnl_p1_i{
		display: block;
	}
	.foot_ra p{
		margin-top: 0px;
	}
	/* mid */
	.row_11{
		height: 200px;
	}
	.row_11 .content{
		width: 100%;
		margin: 20px auto;
	}
	.bnr_leftcps{
		margin-top: -150px;
	}
	.idxnews{
		padding: 15px 0;
	}
	.bnr_left{
		padding: 15px;
		width: 350px;
	}
	.loginipt1{
		width: 280px;
	}
	.bnl_p1 img{
		height: 35px;
	}
	.bnl_p1 span{
		height: 35px;
		line-height: 35px;
	}
	.bnl_p1{
		padding-bottom: 5px;
	}
	.icosp{
		height: 38px;
		line-height: 38px;
	}
	.loginipt1,.loginipt2,.loginformset1_r,.loginformset1_rbtn{
		height: 38px;
		line-height: 38px;
	}
	.login_a{
		height: 40px;
		line-height: 40px
	}
	.bnr_left .mt_20{
		margin-top: 15px;
	}
	.loginformset1{
		width: 240px;
	}
	.loginipt2{
		width: 200px;
	}
}
@media only screen and (min-width:1180px) and (max-width:1299px) {
	
}
/*-----------平板----------------*/
@media only screen and (min-width:768px) and (max-width:1179px) {
}
@media only screen and (max-width:1060px) {
	.pc_head{
		display: none;
	}
	
	.foot{
		display: none;
	}
	.wapfoot{
		padding: 20px;
		background: #f5f5f5;
		display: block;
	}
	#gotop{
		width: 35px;
    	height: 35px;
    	line-height: 35px;
    	font-size: 14px;
    	bottom: 70px;
    	right: 10px;
	}
	.waphead{
		display: block;
	}
	.wapheadtp{
		height: 70px;
		line-height: 70px;
		background: #181818;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		padding: 0 10px;
	}
	.wapheadheight{
		display: block;
		width: 100%;
		height: 70px;
	}
	.wapheada{
		display: inline-block;
		margin-top: 10px;
	}
	.wapheada img{
		display: block;
		border: 0;
		height: 50px;
	}
	#navicon{
		display: inline-block;
		padding: 0 15px;
		height: 70px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 70px;
		color: #fff;
		font-size: 16px;
	}
	.waphdphone p:last-child{
		font-size: 18px;
		color: #fff;
		background: url(../images/headline1_03.png) no-repeat left center;
		padding-left: 20px;
	}
	.wapnav{
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}
	.wapnavbg{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0,0,0,.7);
	}
	.wapnavbox{
		width: 170px;
		height: 100%;
		background: #1c2327;
		position: absolute;
		left: 0;
		top: 0;
		overflow-y: auto;
		margin-left: -170px;
		transition: .5s;
	}
	.waplogos{
		border-bottom: 1px solid #222;
		height: 70px;
		padding: 10px 0;
	}
	.waplogos img{
		height: 100%;
		display: block;
		border: 0;
		margin: 0 auto;
	}
	.wapnava a.wapnava_a{
		color: #fff;
		border-bottom: 1px solid #252c30;
		display: block;
		text-align: center;
		height: 45px;
		line-height: 45px;
	}
	.wapnava span{
		display: block;
	}
	.wapnava a.wapnava_a i{
		margin-left: 5px;
	}
	.navhide{
		width: 100%;
		position: relative;
		display: none;
		top:0;
		background: #0a0d0f;
	}
	.navhide_active{
		visibility: visible;
    	opacity: 1;
    	display: block;
	}
	.waphide1{
		display: none;
	}
	.waphide1 a{
		height: 45px;
		line-height: 45px;
		display: block;
		width: 50%;
		float: left;
		text-align: center;
		color: #E00B4F;
	}
	.waphdft_a a{
		height: 40px;
		line-height: 40px;
		display: block;
		width: 100%;
		float: left;
		text-align: center;
		color: #E00B4F;
	}
	.wapssbox{
	    position: absolute;
	    width: 160px;
	    height: 40px;
	    bottom: 0;
	    left: 5px;
	    margin-bottom: -45px;
	    display: none;
	}
	.wapssbox input[type="text"]{
		width: 120px;
		height: 40px;
		line-height: 40px;
		border: 0;
		background: #fff;
		border-radius: 4px 0 0 4px;
		padding-left: 10px;
	}
	.wapssbox button {
		width: 40px;
		height: 40px;
		line-height: 40px;
		border: 0;
		background: #E00B4F;
	    height: 40px;
	    position: relative;
	    border-radius: 0 4px 4px 0;
	}
	.wapssbox i {
	    height: 40px;
	    line-height: 40px;
	    color: #fff;
	}
	.wapbanner{
		background: url(../images/bnsssss.jpg) no-repeat center;
		background-size: cover;
		height: 320px;
	}
	.bntxt h4{
		font-size: 22px;
		margin-bottom: 20px;
		font-weight: normal;
	}
	.bntxt p{
		font-size: 13px;
		text-indent: 20px;
		margin-bottom: 10px;
		background-size: 15px;
		height: auto;
		background-position: 0 5px;
		table-layout:fixed; 
		word-break: break-all;
		overflow:hidden;
	}
	.bntxt{
		width:90%;
		left: 5%;
		margin-left: 0;
		top: 10%;
		margin-top: 0;
		z-index: 99;
	}
	.foot_ra{
		padding-left: 0;
		text-align: center;
		margin-top: 10px;
	}
	.foot_ra a{
		margin: 0 5px;
	}
}





/*幻灯*/
.bnalink{
	background: rgba(39,79,121,.65);
}
.bnwz{
	width: 940px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	margin-left: -470px;
	margin-top: -135px;
}
.bnwz h3{
	font-size:46px;
	position: relative;
}
.bnwz h1{
	height: 1px;
	width: 0px;
	background: rgba(255,255,255,.7);
	margin-top: 20px;
	-webkit-animation: test .8s linear 0s 1 alternate;
    -moz-animation: test .8s linear 0s 1 alternate;
    -o-animation: test .8s linear 0s 1 alternate;
    animation: test .8s linear 0s 1 alternate;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.bnwz h3 i{
	color: #E00B4F;
}
.bnwz h4{
	font-size: 32px;
	margin-top: 20px;
}
.bnwz h4 i{
	color: #E00B4F;
}
.bnwz p{
	font-size: 14px;
	line-height: 24px;;
	margin-top: 20px;
}
.bnwz span{
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	color: rgba(255,255,255,.85);
	text-transform : uppercase
}
.bnwz_a{
	/*text-align: left;*/
	margin-top: 25px;
}
.bnwz_a a{
	display: inline-block;
	width: 145px;
    height: 45px;
    text-align: center;
    line-height: 45px;
	background: #E00B4F;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	animation:move 2s 0s infinite;
	-webkit-animation:move 2s 0s infinite;
	transform-origin:bottom;
	-webkit-transform-origin:bottom;
	animation-delay: 1.3s;
}
.bnwz_a a:hover{
	background: #E00B4F;
	color: #fff;
}
#particles {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index: 9;
}
.bnycamt_bt{
	animation-delay: 1.3s;
}
.bnycamt_tp{
	animation-delay: .8s;
}
@-webkit-keyframes test {
    0%{
        width: 10%;
    }
    50%{
        width: 50%;
    }
    100%{
        width: 100%;
    }
}
@keyframes move
{
    0%, 65%{ 
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    70% {  
      -webkit-transform:rotate(6deg);
      transform:rotate(6deg);
    }
    75% {  
      -webkit-transform:rotate(-6deg);
      transform:rotate(-6deg);
    }
    80% {  
      -webkit-transform:rotate(6deg);
      transform:rotate(6deg);
    }
    85% {  
      -webkit-transform:rotate(-6deg);
      transform:rotate(-6deg);
    }
    90% {  
      -webkit-transform:rotate(6deg);
      transform:rotate(6deg);
    }
    95% {  
      -webkit-transform:rotate(-6deg);
      transform:rotate(-6deg);
    }
    100% {  
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
}

@-webkit-keyframes move
{
    0%, 65%{ 
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    70% {  
      -webkit-transform:rotate(6deg);
      transform:rotate(6deg);
    }
    75% {  
      -webkit-transform:rotate(-6deg);
      transform:rotate(-6deg);
    }
    80% {  
      -webkit-transform:rotate(6deg);
      transform:rotate(6deg);
    }
    85% {  
      -webkit-transform:rotate(-6deg);
      transform:rotate(-6deg);
    }
    90% {  
      -webkit-transform:rotate(6deg);
      transform:rotate(6deg);
    }
    95% {  
      -webkit-transform:rotate(-6deg);
      transform:rotate(-6deg);
    }
    100% {  
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
}

@media only screen and (max-width:768px) {
	.ndm1_top {
		padding: 0 10px;
	}
	.bnwz{
		width: 100%;
		padding: 0 15px;
		left: 0;
		margin-left: 0;
		margin-top: -110px;
	}
	.bnwz h3{
		font-size: 24px;
	}
	.bnwz h4{
		font-size: 18px;
		margin-top: 15px;
	}
	.bnwz h1{
		margin-top: 15px;
	}
	.bnwz_a a{
		width: 135px;
		height: 40px;
		line-height: 40px;
	}
	.bnwz_a{
		margin-top: 15px;
	}
	
	.sideulhide_li{
		display: none;
	}
	.index-apply-btn-box{
		margin-top: 10px;
	}
	.sideul li i{
		line-height: 35px !important;
	}
	
}

/* 2019-02-18首页新增 */
.wapbotheight{
	width:100%;
	height: 60px;
	display: block;
}
.wapbot{
	position: fixed;
	left: 0;
	bottom: 0;
	background: #f7f7f9;
	width:100%;
	height: 60px;
	z-index: 9999;
	border-top: 1px solid #ddd;
	display: block;
}
.wapbot a {
	text-align: center;
	display: block;
	width: 25%;
	height: 100%;
}
.wapbot a span{
	display:block;
	height: 26px;
	line-height: 26px;
	margin-top: 9px;
}
.wapbot a span img{
	display: inline-block;
	height: 24px;
}
.wapbot a p{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #929292;
}
.wapbot a.active{
	background: #d62f40;
	color: #fff
}
.wapbot a.active p{
	color: #fff
}

/* pc */
.sidebar{
	width: 32px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background: #181818;
	color: #fff;
	z-index: 500;
}
.sideul{
	width: 100%;
}
.sd1{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -93px;
}
.sideul li{
	text-align: center;
	position: relative;
	border-top: 1px solid #222;
}

.sideul li.actives{
	background: #E00B4F;
}
.sideul li.shopcart em{
	display: block;
	margin: 0 auto;
	margin-top: 4px;
	width: 20px;
	height: 20px;
	background: #d84747;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}
.sideul li a.fsta{
	color: #fff;
	display: block;
	padding: 10px 0;
}
.sideul li.active,.sideul li a.fsta:hover{
	background: #E00B4F;
}
.sideul li a.fstasj{
	height: 36px;
	background: url(../images/sjico.png) no-repeat center;
}
.sideul li a.fstasj:hover{
	background: url(../images/sjico.png) no-repeat center #D9534F;
}
.sideul li i{
	display: block;
	font-size: 16px;
}
.sideul li i.fa-angle-up{
	margin-top: -2px;
}
.sideul li.shopcart p{
	padding: 0 5px;
	line-height: 16px;
	margin-top: 5px;
}
#gotop a span{
	display: block;
	height: 2px;
	background: #fff;
	width: 10px;
	margin: 0 auto;
}

.sideul .sidds{
	position: absolute;
	right: 52px;
	top: 0;
	height: 100%;
	line-height: 35px;
	width: 100px;
	background: #333;
	color: #fff;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
}
#gotop .sidds{
	line-height: 41px;
}
.sideul .sidds a{
	display: block;
	width: 100%;
	color: #fff;
}
.sd2{
	position: absolute;
	bottom: 0;
}
.overdelay{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 1500;
	left: 0;
	top: 0;
	display: none;
}
.registerbox{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1501;
	width: 560px;
	height: 532px;
	margin-top: -266px;
	margin-left: -280px;
	background: #fff;
}
.closebox{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	background: #eee;
	cursor: pointer;
}
.closebox:hover{
	background: #D22020;
	color: #fff;
}
.regtips{
	color: #D22020;
}
.pager{
	line-height: 40px;
}
.pager a{
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #ddd;
}
.pager a:hover{
	color: #d84747;
	border-color: #d84747;
}
.pager a.active{
	background: #d84747;
	color: #fff;
	border-color: #d84747;
}
.jumpform{
	display: inline-block;
	margin-left: 20px;
}
.jumpform input[type="text"]{
	height: 24px;
	line-height: 24px;
	width: 40px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
}
.jumpform input[type="submit"]{
	height: 24px;
	line-height: 24px;
	background: #d84747;
	color: #fff;
	padding: 0 10px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
}
.jumpform input[type="submit"]:hover{
	background: #017CBC;
}
.layui-layer-msg{
	z-index: 999999999999999999999 !important;
}

/* 2020-10-16 */
.i_search_top{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	margin: 0;
	padding: 0 0 15px 0;
}
.i_search_top_height{
	height: 70px;
}
.i_search_top_active{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}


/* 全局搜索 */
.newch .layui-form-item{
	display: flex;
}
.newch .layui-input-block{
	flex: 0;
	flex-grow: 1;
	margin: 0 20px;
	display: flex;
}
.relese_fddiv{
	flex: 0;
	flex-grow: 1;
}

/* 分享样式 */
.v2021_share span{
	margin: 0 10px !important;
}
.share_box{
	width: 120px;
	box-shadow: 0 0 7px rgba(0,0,0,.1);
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 5px 0;
	margin-right: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.v2021_share:hover .share_box{
	opacity: 1;
	visibility: inherit;
	margin-right: 20px;
}
.share_box a{
	display: flex;
	font-size: 13px;
	line-height: 35px;
	align-items: center;
	padding: 0 15px;
}
.share_box a i{
	display: flex;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-right: 5px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
}
.share_box a.share_wx i{
	border: 1px solid #05bc11;
	color: #05bc11;
}
.share_box a.share_wx:hover{
	color: #05bc11;
}
.share_box a.share_wb i{
	border: 1px solid #eb192d;
	color: #eb192d;
}
.share_box a.share_wb:hover{
	color: #eb192d;
}
.share_wx,.share_wb{
	cursor: pointer;
}
.wxcode_hide{
	width: 200px;
	position: fixed;
	left: 50%;
	margin-left: -100px;
	top:50%;
	margin-top:-115px;
	z-index: 999;
	background: #fff;
	border: 5px solid #7f7f7f;
	border-radius: 4px;
	display: none;
}
.wcht{
	line-height: 25px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 12px;
	color: #666;
	align-items: center;
	padding: 0 12px;
}
.wcht i{
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
#qrcode{
	padding: 15px;
}
#qrcode *{
	width: 100%;
}
.share_box_show{
	width: auto;
	box-shadow: inherit;
	position: relative;
	background: none;
	padding: 0;
	margin-right: 0;
	opacity: 1;
	visibility: inherit;
	display: flex;
}
.share_box_show a{
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
.abroad_top_r .bshare-custom a{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
@media only screen and (max-width:1400px) {
	.botdsf a img{
		height: 26px !important;
		margin-right: 0 !important;
	}
	.botdsf a{
		margin: 0 8px !important;
		font-size: 13px !important;
		line-height: 22px !important;
		height: 22px !important;
	}
}
@media only screen and (max-width:768px) {
	.botdsf a img{
		height: 22px !important;
		margin-right: 0 !important;
	}
	.botdsf a{
		margin: 0 8px !important;
		font-size: 13px !important;
		line-height: 22px !important;
		height: 22px !important;
	}
}

.itc{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.itc_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.65);
	z-index: 1;
	cursor: zoom-out;
}
.itc_active{
	opacity: 1;
	visibility: inherit;
}
.wxtcw{
	width: 250px;
	height: 280px;
	position: relative;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,.9);
	border-radius: 3px;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	z-index: 2;
}
.itc_close{
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 10;
	background: #fff;
	color: #333;
	border-radius: 100%;
}