


.lanren {
	width: 1200px;
	height:100%;
	margin:0;
	/*background:white;
	opacity:0.5;*/
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	position: relative;
	left:50%;
	margin-left:-600px;
	margin-bottom:30px;
	margin-top:30px;
}


/* 按钮一排 */
.tab_box {
	/*float: left;*/
	width: 900px;
	height: 140px;
	position: relative;
	left:50%;
	margin-left:-450px;
	padding-bottom:5px;
	/*margin-top:30px;*/
}
.tab_box1 {
	width: 900px;
	position: relative;
	left:50%;
	margin-left:-450px;
	padding-bottom:2px;
	margin-top:2px;
	overflow: hidden;
    padding-right: 3px;
}

.tab_box1 img {
	width:900px;
	margin-top: 3px;
}
.tab_box2 img {
	width:900px;
	margin-top: 3px;
}
.tab_box2 {
	width: 900px;
	height:50px;
	position: relative;
	left:50%;
	margin-left:-450px;
}
.tab_box3 {
	width: 900px;
	height:20px;
	position: relative;
	left:50%;
	margin-left:-450px;
}

.tab_wrap {
	width: 1040px;
	overflow: hidden;
}
.tab_wrap ul {
	float: left;
}
.tab_wrap ul.tab_left {
	width: 500px;
	margin-top: 32px;
	overflow: hidden;
	background-color: #f67732;
}
.tab_wrap ul.tab_left li {
	float: left;
	height: 108px;
	position: relative;
}
.tab_wrap ul.tab_left li a {
	display: block;
	width: 125px;
	height: 108px;
	background-position: left center;
	text-indent: -9999em;
	margin-right: 0px;
}
.tab_wrap ul.tab_left li a.on {
	width: 250px;
	margin-right: 0px;
}
.tab_wrap ul.tab_left li a.tab_01 {
	background-image: url(../images/icon-film.png);
}
.tab_wrap ul.tab_left li a.tab_02 {
	background-image: url(../images/icon-game.png);
}
.tab_wrap ul.tab_left li a.tab_03 {
	background-image: url(../images/icon-pk.png);
}
.tab_stock {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background: url(../images/stock-bg.png) no-repeat;
	
}
.tab_stock a {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}
.tab_stock a:hover {
	color: #d9d9d9;
	font-weight: bold;
	font-size: 25px;
	
}

.tab_wrap ul.tab_right {
	width: 400px;
}
.tab_right li {
	float: left;
	width: 100px;
	height: 140px;
}
.tab_right li a {
	display: block;
	width: 100px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.tab_right li a.tab01 {
	background-image: url(../images/btn-yx.png);
}
.tab_right li a.tab02 {
	background-image: url(../images/btn-movie.png);
}
.tab_right li a.tab03 {
	background-image: url(../images/btn-edu.png);
}
.tab_right li a.tab04 {
	background-image: url(../images/btn-zl.png);
}
.tab_right li a span {
	display: block;
	width: 100%;
}
.tab_right li a span.tab_txt {
	position: absolute;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
.tab_right li a.tab01 .tab_txt {
	background-image: url(../images/txt-yx.png);
}
.tab_right li a.tab02 .tab_txt {
	background-image: url(../images/txt-movie.png);
}
.tab_right li a.tab03 .tab_txt {
	background-image: url(../images/txt-edu.png);
}
.tab_right li a.tab04 .tab_txt {
	background-image: url(../images/txt-zl.png);
}
.tab_right li a span.tab_icon {
	position: absolute;
	left: 50%;
	margin-left: -52px;
	bottom: -91px;
	width: 104px;
	height: 91px;
	background-repeat: no-repeat;
	background-position: center;
}
.tab_right li a.tab01 .tab_icon {
	background-image: url(../images/icon-yx.png);
}
.tab_right li a.tab02 .tab_icon {
	background-image: url(../images/icon-movie.png);
}
.tab_right li a.tab03 .tab_icon {
	background-image: url(../images/icon-edu.png);
}
.tab_right li a.tab04 .tab_icon {
	background-image: url(../images/icon-zl.png);
}


/*自助提交广告*/
.feedback {
	/*position: absolute;
	z-index: 99;
    width: 340px;
	left: 50%;
	margin-left: -170px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
	top: 0px;
	background-color: #fff;*/

	position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 991;
	width: 350px;
	background-color: #fff;
    font-size: 14px;
    border-radius: 10px 10px 10px 10px;
	height:650px;
	
}
#maskss {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    display: none;
	z-index: 990;
}
.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;
}

.feedback .eMailIco {
    background: url("../icon/emailIco.png") 16px center no-repeat #252c33;
    background-size: 21px auto;
}

.feedbackForm {
    padding: 16px 16px 40px 16px;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 20px;
}

.feedbackForm .line {
    margin-bottom: 16px;
}

.feedbackForm .line input, .feedbackForm .line textarea, .feedbackForm .line select {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}


.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .line input {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .line select {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .btn {
    background: #009688;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: auto;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
}
.feedbackForm .btn:hover{
	background-color: #076f65;
	color: #fff;
}

.feedback .closeBtn {
    background: url("../icon/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    cursor: pointer;
	z-index: 100;
	position: fixed;
	/*margin-left: -30px;*/
	margin-left: 353px;
	margin-top: -30px;
}

