.biti {
	width: 1200px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.biti_zi {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.biti_zi2 {
	margin-top: 30px;
	border: 1px solid rgb(241,105,0);
}


/*====banner====*/

.banner {
	height: 450px;
	width: 100%;
	z-index: 0;
}

#full-screen-slider {
	width: 100%;
	height: 100%;
	position: relative;
}

#slides {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}

#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0;
	bottom: 20px;
}

#pagination li {
	display: block;
	list-style: none;
	width: 20px;
	height: 4px;
	float: left;
	margin-left: 5px;
	background: #FFF;
	margin-right: 5px;
}

#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#pagination li.current {
	background-color: rgb(241,105,0);
}
/* 学校简介*/
.abouts_01{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.abouts_01 .title{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 24px;
	color: #333;
	height: 90px;
	line-height: 90px;
	border-bottom: 2px solid rgb(241,105,0);
}
.abouts_01 .info{
	width: 100%;
	display: flex;
}
.abouts_01 .info .video{
	padding: 10px;
	box-sizing: border-box;
	width: 41.7%;
	height: auto;
	margin-top: 20px;
}
.abouts_01 .info .info_p{
	width: 58.3%;
	height: auto;
	box-sizing: border-box;
	padding-left: 30px;
}
.abouts_01 .info .info_p p:first-child{
	font-size: 26px;
    color: #ff2e2e;
    font-weight: 400;
    line-height: 34px;
}
.abouts_01 .info .info_p p:nth-child(2){
	font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}
.abouts_01 .info .info_p p:nth-child(3){
	font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
    text-indent: 2em;
    cursor: pointer;
}
.abouts_01 .info .info_p p:nth-child(3):hover{
	text-decoration: underline;
	color: rgb(241,105,0);
}
.abouts_01 .info .info_p div:nth-child(4){
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.abouts_01 .info .info_p div:nth-child(4) div{
	width: 32%;
	height: auto;
}
.abouts_01 .info .info_p div:nth-child(4) div:hover p{
	color: rgb(241,105,0);
}
.abouts_01 .info .info_p div:nth-child(4) div img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
}
.abouts_01 .info .info_p div:nth-child(4) div p{
	width: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	height: 28px;
	color: #555;
}
.abouts_01 .info .info_p>div:last-child{
	width: 112px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: rgb(241,105,0);
	cursor: pointer;
	margin: 20px;
}
/*====新闻====*/

.xw {
	height: 340px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.xw_zuo {
	height: 340px;
	width: 480px;
	float: left;
	background-color: rgb(241,105,0);
}

#slideBox {
	width: 480px;
	height: 340px;
	overflow: hidden;
	position: relative;
}

#slideBox ul#show_pic {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 340px;
	width: 4800px;
	position: absolute;
}

#slideBox ul#show_pic li {
	float: left;
	margin: 0;
	padding: 0;
	height: 285px;
}

#slideBox ul#show_pic li img {
	display: block;
	width: 480px;
	height: 340px;
}

#iconBall {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#iconBall li {
	float: left;
	color: #333;
	width: 20px;
	height: 16px;
	margin-right: 1px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 4px;
	background-image: url(../images/xw_bg02.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#iconBall li.active {
	color: #fff;
	background-image: url(../images/xw_bg01.png);
}

#slideText {
	width: 480px;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#textBall {
	position: absolute;
	left: 10px;
	height: 50px;
	width: 340px;
	bottom: 0px;
}

#textBall li {
	float: left;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
}

#textBall li.active {
	display: block;
}

#textBall li a {
	text-decoration: none;
	color: #fff;
}

.xw_you {
	height: 340px;
	margin-left: 40px;
	float: left;
	width: 100%;
}

.tab2 {
	width: 100%;
	height: 100%;
}

.tab2 .Menubox {
	width: 100%;
	height: 40px;
}
.tab2 .Menubox ul{
	width: 47.5%;
	margin: 30px auto;
}
.tab2 .Menubox li {
	float: left;
	cursor: pointer;
	height: 40px;
	width: 120px;
	margin-right: 10px;
	color: #333;
	background-color: #f5f5f5;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
}

.tab2 .Menubox li.hover {
	color: #FFF;
	background-color: rgb(241,105,0);
	position: relative;
	z-index: 1;
}

.tab2 .Contentbox {
	text-align: left;
	clear: both;
}
.tab2 .Contentbox>div>a{
	width: 50%;
	float: left;
}
.xw2 {
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e3e3e3;
}

.xw2_zuo {
	float: left;
	height: 100px;
	width: 140px;
	background-color: #F5F5F5;
}

.xw2_zuo img {
	height: 100px;
	width: 140px;
}

.xw2_you {
	height: 100px;
	margin-left: 160px;
}

.xw2_zi {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #999;
}

.xw2_zi2 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xw2_zi3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.xw2:hover .xw2_zi2 {
	color: rgb(241,105,0);
}

.xw3 {
	margin-top: 10px;
	height: 150px;
}

.xw3 ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xw3 ul li {
	float: left;
	width: 330px;
	height: 30px;
}

.xw3_zuo {
	font-size: 14px;
	line-height: 30px;
	float: left;
	width: 230px;
	height: 30px;
	padding-left: 10px;
	color: #333;
	background-image: url(../images/xw_bg_15.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xw3_you {
	float: right;
	height: 30px;
	width: 80px;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #999;
	text-align: right;
}

.xw3 ul li:hover .xw3_zuo {
	color: rgb(241,105,0);
}

.xw3 ul li:hover .xw3_you {
	color: rgb(241,105,0);
}


/*====快捷链接====*/

.kjlj {
	height: 140px;
	width: 1200px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.kjlj ul li {
	float: left;
	height: 140px;
	width: 590px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.kjlj ul li:hover {
	background-size: 110% 110%;
	transition: all 1s;
}

.kjlj_you {
	height: 40px;
	width: 40px;
	float: right;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
}

.kjlj_zuo {
	height: 140px;
	width: 285px;
}


/*====院系设置====*/

.yxsz {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.yxsz ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.yxsz ul li {
	float: left;
	height: auto;
	width: 32%;
	box-shadow: 0px 0px 10px #e3e3e3;
	margin-top: 20px;
}
.yxsz ul li div:last-child{
	display: flex;
	width: 100%;
	height: 50px;
	background: #fff;
	justify-content: space-around;
}
.yxsz ul li div:last-child div{
	text-align: center;
	width: 25%;
	text-align: center;
	height: 30px;
	margin-top: 10px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: rgb(241,105,0);
}
.yxsz_tu {
	height: auto;
	width: 100%;
	background-color: rgb(247,247,247);
	overflow: hidden;
}

.yxsz_tu img {
	height: auto;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.yxsz ul li:hover {
	box-shadow: 0px 0px 20px #999999;
}

.yxsz ul li:hover .yxsz_tu img {
	transform: scale(1.1);
	transition: all 1s;
}

.yxsz_zi {
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: rgb(241,105,0);
}

.yxsz_zi a {
	color: rgb(241,105,0);
}

.yxsz_zi2 {
	line-height: 30px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.yxsz_zi2 span{
	color: rgb(224,70,54);
}
.yxsz_zi2 a {
	color: #999;
	display: block;
	padding-left: 10px;
	background-image: url(../images/yxsz_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.yxsz_zi2 a:hover {
	background-image: url(../images/yxsz_bg2.jpg);
	color: rgb(241,105,0);
}

.yxsz2 {
	display: block;
	font-size: 14px;
	line-height: 45px;
	font-weight: normal;
	color: #FFF;
	border-radius: 5px;
	background-color: rgb(241,105,0);
	text-align: center;
	height: 45px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}


/*====优势====*/

.ys {
	margin-top: 50px;
	height: 340px;
	width: 100%;
	background-image: url(../images/ys_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.ys_zi {
	font-size: 24px;
	line-height: 50px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	height: 50px;
	padding-top: 40px;
	text-align: center;
}

.ys2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	height: 160px;
}

.ys2 ul li {
	float: left;
	width: 25%;
	height: 160px;
}

.ys2_tu {
	height: 40px;
	width: 40px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-radius: 50%;
}

.ys2_tu img {
	height: 40px;
	width: 40px;
}

.ys2_zi {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}

.ys2_zi2 {
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}


/*====安置就业====*/

.azjy {
	width: 1220px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.azjy ul li {
	float: left;
	width: 285px;
	height: 260px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.azjy_tu {
	height: 200px;
	width: 285px;
	overflow: hidden;
}

.azjy_tu img {
	height: 200px;
	width: 285px;
}

.azjy_zi {
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.azjy_zi2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #999;
}

.azjy ul li:hover .azjy_zi {
	color: rgb(241,105,0);
}

.azjy ul li:hover .azjy_tu img {
	transform: scale(1.1);
	transition: all 1s;
}


/*====在线报名====*/

.zxbm {
	height: 130px;
	width: 100%;
	margin-top: 50px;
	background-image: url(../images/zxbm_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.zxbm_zi {
	font-size: 24px;
	line-height: 50px;
	font-weight: normal;
	color: #FFF;
	height: 50px;
	width: 1200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.zxbm_zi2 {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	height: 30px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.zxbm_zi3 {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 490px;
	padding-left: 490px;
}

.zxbm_zi3 i {
	height: 50px;
	width: 50px;
	display: block;
	float: left;
}

.zxbm_zi3 i img {
	height: 50px;
	width: 50px;
}

.zxbm_zi3 span {
	font-size: 24px;
	line-height: 50px;
	font-weight: normal;
	color: #FFF;
}

.zxbm2 {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.zxbm2_left {
	height: 398px;
	width: 278px;
	border: 1px solid #e3e3e3;
	float: left;
}

.zxbm2_center {
	height: 398px;
	margin-right: 300px;
	margin-left: 300px;
	border: 1px solid #e3e3e3;
}

.zxbm2_right {
	float: right;
	height: 398px;
	width: 278px;
	border: 1px solid #e3e3e3;
}

.zxbm2_zi {
	height: 50px;
	background-color: #f0f0f0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}

.zxbm2_zi2 {
	font-size: 14px;
	line-height: 20px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: justify;
}

.zxbm2_zi3 {
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #F00;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}

.zxbm2_zi4 {
	font-size: 14px;
	line-height: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	text-align: justify;
}

.zxbm2_zi4 span {
	color: #F00;
}

.zxbm3 {
	height: 50px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.zxbm3_bg span {
	color: #F00;
}

.zxbm4 {
	height: 130px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	font-size: 14px;
}

.zxbm3_bg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e3e3e3;
}

.zxbm3_input {
	height: 30px;
	width: 455px;
	margin-left: 10px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	text-indent: 10px;
}

.zxbm3_input2 {
	height: 30px;
	width: 155px;
	margin-left: 10px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	text-indent: 10px;
}

.zxbm4_input {
	height: 105px;
	width: 452px;
	margin-left: 10px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	margin-top: 3px;
}

.zxbm5 {
	height: 63px;
	width: 100%;
}

.zxbm5_input {
	height: 40px;
	width: 200px;
	margin-left: 10px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F00;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
}


/*====校园风采====*/

.tab3 {
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: 860px;
}

.tab3 .Menubox {
	width: 100%;
	height: 40px;
}

.tab3 .Menubox ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.tab3 .Menubox li {
	float: left;
	cursor: pointer;
	height: 40px;
	width: 120px;
	margin-right: 10px;
	color: #333;
	background-color: #f5f5f5;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
}

.tab3 .Menubox li.hover {
	color: #FFF;
	background-color: rgb(241,105,0);
	position: relative;
	z-index: 1;
}

.tab3 .Contentbox {
	text-align: left;
	clear: both;
}

.xyhj {
	height: 340px;
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

.xyhj ul li {
	height: 340px;
	width: 590px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.xyhj ul li img {
	height: 340px;
	width: 590px;
}

.xyhj ul li:hover img {
	transform: scale(1.1);
	transition: all 1s;
}

.xyhj ul li span {
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 90;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

.xyhj2 {
	min-height: 200px;
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
}

.xyhj2 ul li {
	height: 200px;
	width: 285px;
	position: relative;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.xyhj2 ul li img {
	height: 200px;
	width: 285px;
}

.xyhj2 ul li:hover img {
	transform: scale(1.1);
	transition: all 1s;
}

.xyhj2 ul li span {
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 90;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
/*报名*/
#bm{
	width: 1200px;
	margin: 0 auto;
	height: 545px;
	padding-top: 30px;
}
#bm .container{
	width: 100%;
	height: auto;
	display: flex;
}
.tit {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 2px solid rgb(14,110,184);
	margin-bottom: 5px;
}

.tit span {
	font-size: 24px;
	color: rgb(14,110,184);
	display: inline-block;
}
#bm .bm_lis {
	width: 50%;
	float: left;
	padding: 0 10px;
}

#bm .bm_lis .bm_fs {
	padding-top: 10px;
}

#bm .bm_lis .bm_fs table {
	width: 100%;
	color: #333;
	font-size: 14px;
}

#bm .bm_lis .bm_fs table tr {
	line-height: 35px;
}

#bm .bm_lis .bm_fs table span.bmfs {
	font-weight: bold;
}

#bm .bm_lis .bm_fs .zx {
	margin-top: 30px;
}

#bm .bm_lis .zxbm1 {
	padding-top: 10px;
	font-size: 14px;
	line-height: 50px;
}

#bm .bm_lis .zxbm1 table {
	width: 100%;
}

#bm .bm_lis .zxbm1 table td {
	width: 50%;
	padding-bottom: 10px;
}

#bm .bm_lis .zxbm1 input {
	width: 280px;
	height: 50px;
	border: 1px solid #EFEFEF;
	padding: 0 10px;
}

#bm .bm_lis .zxbm1 select {
	width: 280px;
	height: 50px;
	border: 1px solid #EFEFEF;
	padding: 0 10px;
}

#bm .bm_lis .zxbm1 textarea {
	width: 100%;
	border: 1px solid #EFEFEF;
	height: 100px;
	resize: none;
	padding: 10px;
}

#bm .bm_lis .zxbm1 .tj,
#bm .bm_lis .zxbm1 .cz {
	width: 150px;
	height: 50px;
	font-size: 16px;
}

#bm .bm_lis .zxbm1 .tj {
	color: #FFFFFF;
	margin-right: 10px;
	background: rgb(241,105,0);
}

/*====合作伙伴====*/

.hzhb {
	width: 1200px;
	margin-top: 90px;
	margin-right: auto;
	margin-left: auto;
}

.hzhb ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.hzhb ul li {
	height: 90px;
	width: 160px;
	background-image: url(../images/hzjb_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	padding-top: 57px;
	padding-bottom: 57px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -40px;
}

.hzhb ul li img {
	height: 90px;
	width: 160px;
}

.hzhb ul li:hover {
	background-image: url(../images/hzjb_bg2.png);
}


/*====联系我们====*/

.lxwm {
	height: 102px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

.lxwm ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lxwm ul li {
	float: left;
	height: 100px;
	width: 283px;
	border: 1px solid #e3e3e3;
}

.lxwm ul li:hover {
	border-top-color: rgb(241,105,0);
	border-right-color: rgb(241,105,0);
	border-bottom-color: rgb(241,105,0);
	border-left-color: rgb(241,105,0);
}

.lxwm_zuo {
	padding: 25px;
	float: left;
	height: 50px;
	width: 50px;
}

.lxwm_you {
	height: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 100px;
}

.lxwm_zi {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
}

.lxwm_zi2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #999;
}

.gfwx {
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 50%;
	display: none;
}

.gfwx img {
	height: 200px;
	width: 200px;
}

.foot_bg {
	width: 100%;
	position: fixed;
	z-index: 8888;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}