@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	}
a{
	text-decoration:none
	}
ul{
	list-style:none
	}
img{
	border:none;
	}
body{
	overflow-x:hidden;
	font-family:Arial, "微软雅黑";
	font-size:14px;
	color:#333;
	}
@font-face{
	font-family:"苹方 常规";
	src:url(../fonts/%E8%8B%B9%E6%96%B9%20%E5%B8%B8%E8%A7%84.ttf);
	}
/*********************头部***********************/
.tobg{
	width:100%;
	height:100px;
	position:fixed;
	z-index:9999;
	background-color: #fff;
	border-bottom: 1px solid #fafafa;
	}
.top{
	width:89.6%;
	margin:0 auto;
	height:100px;
	}
.top .logo{
	width:218px;
	height:60px;
	float:left;
	margin-top:20px;
	}
.top .daoh{
	float:left;
	margin-top:40px;
	margin-left:27%;
	}
@media (max-width:1700px) {
	.top .daoh{
		margin-left:24%;
		}
	}
@media (max-width:1500px) {
	.top .daoh{
		margin-left:20%;
		}
	}
@media (max-width:1350px) {
	.top .daoh{
		margin-left:18%;
		}
	}
@media (max-width:1350px) {
	.top .daoh{
		margin-left:15%;
		}
	}
@media (max-width:1150px) {
	.top .daoh{
		margin-left:12%;
		}
	}
@media (max-width:1050px) {
	.top .daoh{
		margin-left:10%;
		}
	}
.top .daoh>ul{
	}
.top .daoh>ul>li{
	float:left;
	}
.top .daoh>ul>li+li{
	margin-left:40px;
	}
.top .daoh>ul>li>a{
	}
.top .daoh>ul>li>a{
	font-size:16px;
	color:#111;
	border-bottom:3px solid #fff;
	padding-bottom:15px;
	transition:all 1s;
	}
.top .daoh>ul>li>a:hover{
	color:#333;
	border-bottom:3px solid #333;
	}
.top .qieh{
	float:right;
	margin-top:39px;
	}
.top .qieh img{
	}
.top .qieh:hover .lange{
	opacity:1;
	visibility:visible;
	}
.top .qieh .lange{
	width:120px;
	overflow:hidden;
	background:#333;
	border-radius:2px;
	position:absolute;
	top:60px;
	z-index:999999;
	margin-left:-5.2%;
	padding:8px 0px;
	opacity:0;
	visibility:hidden;
	}
@media (max-width:1650px) {
	.top .qieh .lange{
		margin-left:-6.2%
		}
	}
@media (max-width:1450px) {
	.top .qieh .lange{
		margin-left:-7.2%
		}
	}
@media (max-width:1250px) {
	.top .qieh .lange{
		margin-left:-8.2%
		}
	}
@media (max-width:1050px) {
	.top .qieh .lange{
		margin-left:-9.2%
		}
	}
.top .qieh .lange p{
	text-align:center;
	}
.top .qieh .lange a{
	font-size:12px;
	color:#ccc;
	}
.top .qieh .lange a{
	font-size:12px;
	color:#ccc;
	line-height:30px;
	transition:all 1s;
	}
.top .qieh .lange a:hover{
	color:#fff;
	}
@media (max-width:1000px) {
.tobg{
	display:none;
	}
	}
/*********************搜索***********************/
.demobar {
	height: 90px;
	line-height: 90px;
}
.demobar .fleft {
	float: left;
	margin-left: 10px;
}
.demobar .fright {
	float: right;
	margin-top: 14px;
	margin-right: 10px;
}
#demo-side-bar {
	position: absolute;
	top: 90px;
	display: none;
}
.demo {
	/*margin: 0 auto;*/

	width: 500px;
	float: right;
	margin-top: 30px;
}
.clear {
	clear: both;
}
.searchMeme-container {
	width: 450px;
}
.searchMeme-container div {
	margin: 0;
	padding: 0;
}
.searchMeme-button-icon {
	background-image: url(../images/icon-search.png);
	top: 27%;
	left: 27%;
	position: relative;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}
.searchMeme-button-searching {
	background-image: url(../images/loading.gif);
	position: relative;
	top: 33%;
	left: 36%;
	width: 60px;
	height: 50px;
	background-repeat: no-repeat;
}
.searchMeme-water-mark {
	/* IE 8 */

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
	filter: alpha(opacity=50); /* Netscape */
	-moz-opacity: 0.5; /* Safari 1.x */
	-khtml-opacity: 0.5; /* Good browsers */
	opacity: 0.5;
}

.searchMeme-input-left input {
	width: 432px;
	background-color: #2D2822;
	border: none;
	color: #fff;
	z-index: 1;
	padding: 11px;
	font-size: 20px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	-webkit-box-shadow: inset 1px 1px 1px 0px #000;
	-moz-box-shadow: inset 1px 1px 1px 0px #000;
	box-shadow: inset 1px 1px 1px 0px #000;
	margin-top: 0px;
}
.searchMeme-input-left {
	float: left;
	width: 452px;
	overflow: hidden;
}
.searchMeme-button-left {
	width: 47px;
	height: 45px;
	cursor: pointer;
	float: left;
	z-index: 100;
}
.searchMeme-round-left {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}
.searchMeme-input-right input {
	width: 100%;
	/*background-color: #2D2822;*/

	border: none;
	color: #333;
	z-index: 1;
	padding: 11px;
	font-size: 14px;
	/*-webkit-border-radius: 6px 0px 0px 6px;

    -moz-border-radius: 6px 0px 0px 6px;

    border-radius: 6px 0px 0px 6px;*/

    /*-webkit-box-shadow: inset 1px 1px 1px 0px #000;

    -moz-box-shadow: inset 1px 1px 1px 0px #000;

    box-shadow: inset 1px 1px 1px 0px #000;*/

	margin-top: 0px;
	border-bottom: 1px solid #000;
	background: none;
	outline: none;
}
.searchMeme-input-right {
	float: right;
	width: 90%;
	overflow: hidden;
}
.searchMeme-button-right {
	width: 47px;
	height: 40px;
	cursor: pointer;
	float: right;
	z-index: 100;
}
.searchMeme-round-right {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}
 @media (max-width:1700px) {
.demo {
	width: 400px;
}
.searchMeme-input-right {
	width: 87%;
}
}
@media (max-width:1450px) {
.demo {
	width: 350px;
}
.searchMeme-input-right {
	width: 85%;
}
}
@media (max-width:1300px) {
.demo {
	width: 300px;
}
.searchMeme-input-right {
	width: 83%;
}
}
@media (max-width:1200px) {
.demo {
	width: 250px;
}
.searchMeme-input-right {
	width: 80%;
}
}
@media (max-width:1100px) {
.demo {
	width: 200px;
}
.searchMeme-input-right {
	width: 75%;
}
}

/*********************底部***********************/
.fobg{
	width:100%;
	overflow:hidden;
	background:#141414;
	margin-top:50px;
	}
.fobg .footer{
	width:89.6%;
	overflow:hidden;
	margin:0 auto;
	padding-top:40px;
	}
.footer .logodi{
	width:400px;
	height:111px;
	float:left;
	}
.footer .logodi img{
	max-width:100%;
	}
.footer .didh{
	float:right;
	}
.footer .didh ul{
	float:left;
	width:120px;
	overflow:hidden;
	}
.footer .didh ul{
	margin-right:80px;
	}
@media (max-width:1300px) {
.footer .logodi{
	width:300px;
	height:83px;
	float:left;
	}
.footer .didh ul{
	margin-right:40px;
	}
	}
@media (max-width:1100px) {
.footer .didh ul{
	margin-right:30px;
	}
	}
.footer .didh ul:nth-of-type(4){
	margin-right:0px;
	}
.footer .didh ul li{
	font-size:14px;
	color:#ddd;
	line-height:30px;
	}
.footer .didh ul li a{
	color:#ddd;
	}
.footer .didh ul li a:hover{
	text-decoration:underline;
	}
.footer .didh ul li:nth-of-type(1){
	font-size:16px;
	color:#fff;
	margin-bottom:15px;
	}
.fobg .banq{
	width:89.6%;
	overflow:hidden;
	margin:0 auto;
	border-top:1px solid #464646;
	}
.fobg .banq p{
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:30px;
	}
.fobg .banq a{
	color:#fff;
	}
@media (max-width:1000px) {
.footer{
	display:none;
	}
	}
.qhuan{
	overflow:hidden;
	margin-left:30px;
	}
.qhuan a:nth-of-type(1){
	font-size:14px;
	background:#fff;
	color:#333!important;
	border-radius:20px;
	width:200px;
	line-height:30px;
	text-align:center;
	padding:0!important;
	}

.qhuan a:nth-of-type(2){
	font-size:14px;
	background:#333;
	color:#fff!important;
	border-radius:20px;
	width:200px;
	line-height:30px;
	text-align:center;
	padding:0!important;
	}




































































