	html, body {
        height: 100%;
    }
	body {
		background: #f2f2f2;
		
		overflow-x: hidden;
		overflow-y: auto;
		

		background-image:url(http://wxy.nichesite.org/imgapi/pc.php);
		background-repeat:no-repeat;
	background-attachment:fixed;
 background-position:center left;
 background-repeat: no-repeat;
 background-position: center;
height:100%;
width:100%;
	}
	.logotp{border: 1px solid #dedede;width: 30px;height:30px;border-radius: 15px;}
	.logotp img
	{ border: 1px solid #dedede;width:30px;height:30px;border-radius:15px}
	a:hover, a:active, a:focus {
		text-decoration: none;
	}
	dl, ol, ul {
		margin-top: 0;
		margin-bottom: 1rem;
	}
	li {
		list-style: none;
	}
	ul {
		padding: 0;
	}
	.dh {
		padding: 0px 10px;
		margin-bottom:10px;
	}
	.dh .col-xs-4 {
		padding: 0 3px;
	}
	.dh a{
		background: rgba(255,255,255,1);
		text-align: center;
		display: block;
		line-height: 45px;
		border-radius: 2px;
		font-size: 14px;
		color: #0d0d0d;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		opacity:0.6;
	}
	.dh a:hover {
		color: gray;
		font-weight: bold;
		background: #fff;
	}
	.dhname {
		font-size: 16px;
		font-weight: 400;
		color: #f8f1f1;
		display: block;
		margin-bottom: 5px;
	     
	   
	}
	.sousuo {
		padding: 35px 0;
	}
	.search {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.search-box {
		height: 50px;
		/* box-shadow: 0px 0px 2px 0px #ccc; */
		border-radius: 10px;
		overflow: hidden;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #e6e6e6;
	}
	.search-icon {
		position: absolute;
		left: 3px;
		top: 5px;
		width: 41px;
		height: 41px;
		overflow: hidden;
		border-radius: 25px;
		cursor: pointer;
	}
	.search-input {
		box-sizing: border-box;
		flex: 1;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		color: #999;
		border: none;
		outline: none;
		padding-left: 45px;
	}
	.search-clear {
		position: absolute;
		right: 15px;
		top: 50%;
		font-size: 20px;
		color: #999999;
		margin-top: -10px;
		cursor: pointer;
		display: none;
	}
	.search-engine {
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		background: #FFF;
		padding: 15px 0 0 15px;
		border-radius: 5px;
		box-shadow: 0px 5px 20px 0px #d8d7d7;
		transition: all 0.3s;
		display: none;
		z-index: 999;
	}
	.search-engine-head {
		overflow: hidden;
		margin-bottom: 10px;
		padding-right: 15px;
	}
	.search-engine-tit {
		float: left;
		margin: 0;
		font-size: 14px;
		color: #999;
	}
	.search-engine-tool {
		float: right;
		font-size: 12px;
		color: #999;
	}
	.search-engine-tool > span.off {
		background-position: -30px 0px;
	}
	.search-engine-tool > span {
		float: right;
		display: inline-block;
		width: 25px;
		height: 15px;
		background: url(../images/off_on.png) no-repeat 0px 0px;
		cursor: pointer;
	}
	.search-engine-list::after {
		content: '';
		width: 70px;
		height: 18px;
		position: absolute;
		top: -17px;
		left: 1px;
	}
	.search-engine-list li {
		float: left;
		width: 30%;
		line-height: 30px;
		font-size: 14px;
		padding: 5px 10px 5px 10px;
		margin: 0 10px 10px 0;
		background: #f9f9f9;
		color: #999;
		cursor: pointer;
		list-style: none;
	}
	.search-engine ul {
		padding: 0;
	}
	.search-engine-list li img {
		width: 25px;
		height: 25px;
		border-radius: 15px;
		float: left;
		margin-right: 5px;
		margin-top: 2.5px;
	}
	.search-engine ul::before {
		content: '';
		width: 0px;
		height: 0px;
		position: absolute;
		top: -15px;
		border-top: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #fff;
		border-left: 8px solid transparent;
	}
	.search-btn {
		width: 80px;
		height: 50px;
		background: #fff;
		border: none;
		color: #64B5F6;
		font-weight: bold;
		border-left: 1px solid #e6e6e6;
		outline: none;
	}
	.hidden-xs {
		display: block!important;
	}
	.search-hot-text {
		position: absolute;
		z-index: 100;
		width: 100%;
		border-radius: 0 0 10px 10px;
		background: #FFF;
		box-shadow: 0px 4px 5px 0px #cccccc94;
	}
	.search-hot-text ul li {
		border-top: 1px solid #f2f2f2;
		line-height: 30px;
		font-size: 14px;
		padding: 0px 25px;
		color: #777;
		cursor: pointer;
	}
	.search-hot-text ul {
		margin: 0;
	}
	.mb-2, .my-2 {
		margin-bottom: .5rem!important;
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		height: 50px;
		background: #FFF;
	}
	header .main {
		position: relative;
		text-align: center;
		txet-background: #FFF;
	}
	.not_operational {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		background: rgba(255,255,255,.8);
		display: none;
	}
	#content .content-box {
		padding-top: 40px;
	}
	.content-box {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 10px;
	}
	header .logo {
		font-size: 20px;
		margin: 0;
		font-weight: 400;
		text-align: center;
		position: relative;
		z-index: 99;
		border-bottom: 1px solid #e8e8e8;
		background: #FFF;
	}
	header .logo a {
		line-height: 50px;
		color: #484848;
		font-weight: bold;
	}
	header .logo img {
		width: 30px;
		height:30px;
	
 border-radius:100%;
	}
	header .logo img {
		animation: donghua 1.7s linear infinite;
		-webkit-animation: donghua 1.7s linear infinite;
		-moz-animation: donghua 1.7s linear infinite;
		-o-animation: donghua 1.7s linear infinite;
		-ms-animation: donghua 1.7s linear infinite;
	}
	@-webkit-keyframes donghua{
		0%{
			transform: rotate(0deg);
			-ms-transform: rotate(0deg);   /* IE 9 */
			-moz-transform: rotate(0deg);   /* Firefox */
			-webkit-transform: rotate(0deg); /* Safari 和 Chrome */
			-o-transform: rotate(0deg);   /* Opera */
		}
		100%{
			transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);   /* IE 9 */
			-moz-transform: rotate(-360deg);   /* Firefox */
			-webkit-transform: rotate(-360deg); /* Safari 和 Chrome */
			-o-transform: rotate(-360deg);   /* Opera */
		}
	}
	@-moz-keyframes donghua{
		0%{
			transform: rotate(0deg);
			-ms-transform: rotate(0deg);   /* IE 9 */
			-moz-transform: rotate(0deg);   /* Firefox */
			-webkit-transform: rotate(0deg); /* Safari 和 Chrome */
			-o-transform: rotate(0deg);   /* Opera */
		}
		100%{
			transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);   /* IE 9 */
			-moz-transform: rotate(-360deg);   /* Firefox */
			-webkit-transform: rotate(-360deg); /* Safari 和 Chrome */
			-o-transform: rotate(-360deg);   /* Opera */
		}
	}
	@-ms-keyframes donghua{
		0%{
			transform: rotate(0deg);
			-ms-transform: rotate(0deg);   /* IE 9 */
			-moz-transform: rotate(0deg);   /* Firefox */
			-webkit-transform: rotate(0deg); /* Safari 和 Chrome */
			-o-transform: rotate(0deg);   /* Opera */
		}
		100%{
			transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);   /* IE 9 */
			-moz-transform: rotate(-360deg);   /* Firefox */
			-webkit-transform: rotate(-360deg); /* Safari 和 Chrome */
			-o-transform: rotate(-360deg);   /* Opera */
		}
	}
	@-o-keyframes donghua{
		0%{
			transform: rotate(0deg);
			-ms-transform: rotate(0deg);   /* IE 9 */
			-moz-transform: rotate(0deg);   /* Firefox */
			-webkit-transform: rotate(0deg); /* Safari 和 Chrome */
			-o-transform: rotate(0deg);   /* Opera */
		}
		100%{
			transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);   /* IE 9 */
			-moz-transform: rotate(-360deg);   /* Firefox */
			-webkit-transform: rotate(-360deg); /* Safari 和 Chrome */
			-o-transform: rotate(-360deg);   /* Opera */
		}
	}
	header .nav {
		width: 100%;
		margin-left: 25px;
		background: #FFF;
		margin: 0;
		overflow: hidden;
		transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		position: absolute;
		top: -300px;
		left: 0;
	}
	
	header .showNav {
		top: 50px;
		box-shadow: 0 5px 5px rgba(204,204,204,.15);
		-moz-box-shadow: 0 5px 5px rgba(204,204,204,.15);
	}
	header .nav a {
		display: block;
		line-height: 40px;
		font-size: 16px;
		color: #959595;
		padding: 0 25px;
		border-bottom: 1px solid #f5f5f5;
	}
	header .head-btn {
		float: right;
		line-height: 60px;
	}
	header .bar-btn, header .nav-btn {
		position: fixed;
		border: none;
		background: transparent;
		top: 0;
		left: 10px;
		outline: 0;
		margin-top: 10px;
		z-index: 100;
	}
	header .bar-btn .icon-bar, header .nav-btn .icon-line {
		display: block;
		margin: 6px 0;
		width: 25px;
		height: 2px;
		background: #999;
		cursor: pointer;
		transition: all .4s ease;
		-moz-transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
	}
	header .bar-btn .bar-line1 {
		transform: translateY(8px) rotateZ(90deg);
		-ms-transform: translateY(8px) rotateZ(90deg);
		-moz-transform: translateY(8px) rotateZ(90deg);
		-webkit-transform: translateY(8px) rotateZ(90deg);
		-o-transform: translateY(8px) rotateZ(90deg);
	}
	header .bar-btn .bar-line2 {
		transform: translateY(0px) rotateZ(0deg);
		-ms-transform: translateY(0px) rotateZ(0deg);
		-moz-transform: translateY(0px) rotateZ(0deg);
		-webkit-transform: translateY(0px) rotateZ(0deg);
		-o-transform: translateY(0px) rotateZ(0deg);
	}
	header .animated1 .bar-line2 {
		transform: translateY(0px) rotateZ(90deg);
		-ms-transform: translateY(0px) rotateZ(90deg);
		-moz-transform: translateY(0px) rotateZ(90deg);
		-webkit-transform: translateY(0px) rotateZ(90deg);
		-o-transform: translateY(0px) rotateZ(90deg);
	}
	header .nav-btn {
		left: inherit;
		right: 10px;
	}
	header .bar-btn .icon-bar, header .nav-btn .icon-line {
		display: block;
		margin: 6px 0;
		width: 25px;
		height: 2px;
		background: #999;
		cursor: pointer;
		transition: all .4s ease;
		-moz-transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
	}
	header .nav-btn .middle {
		margin: 0 auto;
	}
	header .animated1 .bar-line1 {
		transform: translateY(8px) rotateZ(180deg);
		-ms-transform: translateY(8px) rotateZ(180deg);
		-moz-transform: translateY(8px) rotateZ(180deg);
		-webkit-transform: translateY(8px) rotateZ(180deg);
		-o-transform: translateY(8px) rotateZ(180deg);
	}
	header .animated2 .top {
		transform: translateY(8px) rotateZ(45deg);
		-ms-transform: translateY(8px) rotateZ(45deg);
		-moz-transform: translateY(8px) rotateZ(45deg);
		-webkit-transform: translateY(8px) rotateZ(45deg);
		-o-transform: translateY(8px) rotateZ(45deg);
	}
	header .animated2 .middle {
		width: 0;
	}
	header .animated2 .bottom {
		transform: translateY(-8px) rotateZ(-45deg);
		-ms-transform: translateY(-8px) rotateZ(-45deg);
		-moz-transform: translateY(-8px) rotateZ(-45deg);
		-webkit-transform: translateY(-8px) rotateZ(-45deg);
		-o-transform: translateY(-8px) rotateZ(-45deg);
	}
	
	#content {
		 min-height: 100%;
		 
	}
	.main-index{
	    padding-bottom: 30px;
	}
	#get-top {
		width: 40px;
		height: 40px;
		background: #03b8cf;
		color: #FFF;
		position: fixed;
		right: 15px;
		bottom: 55px;
		line-height: 30px;
		text-align: center;
		font-size: 30px;
		cursor: pointer;
		display: none;
		z-index: 100;
	}
		#footer .copyright {
			letter-spacing: 0.2rem;
			font-size: 0.6rem;
			opacity: 0.75;
			margin-bottom: 0;
			text-transform: uppercase;
		}
	#get-top i {
		margin: 0;
		font-size: 20px;
	}
	.footer {
		width: 100%;
		background-color: #fff;
		font-size: 11px;
		padding-top: 3px;
		margin-top: -40px;
        /*height: 30%;*/
       /* z-index: 9999;*/
position:fixed;
bottom:0;
		color: #666699;
		border-top:solid #999;
		border-width: 0.5px;
	}	
	.footer a{
		color: #666699;
	}	
	@media (min-width: 992px){
		.search {
			width: 650px;
		}
		.search-engine {
			width: 650px;
		}
		.search-engine-list li {
			width: 112px;
			margin: 0 15px 15px 0;
		}
		.search-hot-text {
			width: 559px;
			margin-left: 10px;
		}
		.dh {
			padding: 0px 20px;
			margin-bottom:20px;
		}
		header {
			height: 50px;
			border-bottom: 1px solid #e8e8e8;
		}
		header .main {
			padding: 0 24px;
		}
		header .logo {
			float: left;
			font-size: 27px;
			margin: 0;
			font-weight: 400;
			border: none;
		}
		header .logo a {
			display: block;
			line-height: 59px;
			color: #484848;
			font-weight: 400;
		}
		header .logo img {
			width: 50px;
			vertical-align: -10px;
		
		    margin-top: 200px;
        
          height: 50px;                     border-radius:200px; 
		}
		header .nav {
			float: left;
			margin-left: 25px;
			padding-top: 0px;
			height: 100%;
			display: block;
			overflow: hidden;
			position: static;
			width: auto;
			box-shadow: none;
		}
		header .nav li {
			float: left;
			font-size: 16px;
		}
		header .nav a {
			display: block;
			line-height: 59px;
			color: #959595;
			padding: 0 18px;
			border-bottom: 1px solid #e8e8e8;
		}
        header .nav a:hover {
            border-color: #459df5;
            color: #459df5;
        }
		.content-box {
			padding: 0 10px;
			padding-top: 61px;
		}
		.main-index {
			padding-top: 60px;
		}
	}
	@media (min-width: 768px){
		.sousuo {
			padding: 10px 0 50px 0;
			margin-top: 0;
		}
		.search-clear {
			right: 95px;
		}
	}
		      
		.logotp{
	border: 1px solid #dedede;
	width: 30px;
          height: 30px;   
border-radius:15px;
}
		
	.logotp img{
               border: 1px solid #dedede; 
     width: 30px;
          height: 30px;   
     border-radius:15px; 
                }

header .logowu{
	border: 1px solid #dedede;
	border-radius:50px;
	clear:both;
	top:10px;
	
}
header.logowu img{
    width: 235px;
    height: 80px;
    	top:10px;
	margin-top: 200px;
border-radius:200px;
    left:xx; top:yy;



}



.logotp{border: 1px solid #dedede;width: 30px;height:30px;border-radius: 15px;}
img.logotp { border: 1px solid #dedede;width:30px;height:30px;border-radius:15px}
.kuang{border-style:dotted;background-color:00ff00;height: 100%;}
iframe.kuang {;height: 800px;}
footer.lao{/*position: absolute;*/position:fixed;
bottom:0;text-aloign:center;line-height:20px;/*height: 25%;*/}


a {
	text-decoration: none;
}
ul {
	padding-left: 0;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'Montserrat', Arial, serif;
}
::selection {
	background-color: #EBEBF2;
	color: #83828D;
}


/* ==================================== */
/*		  	  Navigaton Menu		
/* ==================================== */

.menu-wrap {
	background-color: #696;/*侧滑栏背景颜色*/
	position: fixed;
	top: 0;
	height: 100%;
	width: 280px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 9999;
	z-index: 15;
}
.menu-show {
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu-sidebar {
	margin: 75px 0 80px 10px;
	position: relative;
	top: 70px;
}
.menu-sidebar li {
	padding: 18px 22px 0;
}
.menu-sidebar li > a {
	color: #f3f3f3;
	font-size: 1.18em;
	position: relative;
}
.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #FFFA3B 50.3%);
	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #FFFA3B;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}


/*Hamburger Button*/
.toggle-button {
	position:fixed;
	pos-height: 5px;
	width: 44px;
	height: 40px;
	top: 10px;/*更改三杠的位置，值越小越往上移动*/
	left: 10px;/*更改三杠的位置，越小越往右移动*//**/
	padding: 4px;
	transition: .25s;
	z-index: 15;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 4px solid #555;/*更改三杠的宽度和颜色*/
	border-bottom: none;
	top: 0;
}
.toggle-button .menu-bar-middle {
	height: 4px;
	background-color: #555;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 4px solid #555;
	border-top: none;
	top: 22px;
}
.button-open {
	left: 25px;
}
.button-open .menu-bar-top {
	border-color: #555;/*更改侧滑栏取消键的颜色*/
	transform: rotate(45deg) translate(8px, 8px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #555;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #555;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}



/* Text Block */
.wrapper {
	width: 40%;
	margin: 100px auto 0;
	color: #83828D;
}
.wrapper .text {
	padding: 30px;
}
.wrapper .text .heading {
	margin-bottom: 40px;
	font-size: 2em;
}
.wrapper .text p {
	line-height: 1.6em;
}
.wrapper .text .buttons {
	margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70C;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
	background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
	background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
	background-color: #FF7D60;
}

/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
	background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
	background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.wrapper .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
	content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
	content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
	top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
	right: -6px;
}
p.bai{background: #FFF;}