﻿body {
	min-width: 1200px;
	max-width: 1920px;
	margin: auto !important;
	overflow-x: hidden;
	/* font-size: 16px; */


}
/***系统置灰处理 start*/
/* img{ 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
     filter: grayscale(100%);
     filter: gray;
}
	html {
   -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
}
body{ filter:gray; } */
/***系统置灰处理 end*/

/*有浮动02*/

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clip:hover {
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

/*布局宽度*/

.layout {
	width: 1200px;
	margin: 0 auto;
}

a:focus {
	outline: none;
}

/*主体*/

.content-box {
	margin-top: 20px;
	opacity: 0.9;
	z-index: 1;
	-webkit-box-shadow: #c7c7c7 0px 0px 18px;
	-moz-box-shadow: #c7c7c7 0px 0px 18px;
	box-shadow: #c7c7c7 0px 0px 18px;
}

/* 顶部 */

.top-box {
	width: 100%;
	height: 120px;
	/*background-color: #92C7FA;*/
}

.top-box .layout .top-left {
	width: 30%;
	height: 100%;
	float: left;
	font-size: 16px;
	margin-top: 14px;
}

.top-box .layout .top-left img {
	width: 12px;
	height: 16px;
	color: white;
	margin-top: -2px;
}

.top-box .layout .top-left span {
	color:#333;
	padding: 4px;
}
.top-box .layout .top-left .view-title {
	/*width: 32%;*/
	height: 88px;
	left: 0;
	color: #333;
	font-size: 36px;
	font-weight: bold;
	float: left;
	line-height: 88px;
}
.top-box .layout .top-right {
	width: 70%;
	height: 100%;
	float: left;
	margin-top: 18px;
	text-align: right;
	line-height: 100px;
	padding-right: 40px;
}

.top-box .layout .top-right .top-right-login {
	/*width: 90px;*/
	height: 100%;
	padding: 4px;
	/*border: 1px solid #fff;*/
	background: #EC6941;
	border-radius: 5px;
	margin-right: 8px;
	box-shadow: 1px 1px 1px #888888;

}

/*.top-box .layout .top-right .top-right-login:after {*/
	/*content: ' ';*/
	/*border-right: 1px solid #fff;*/
	/*margin-left: 10px;*/
/*}*/

.top-box .layout .top-right .top-right-regist {
	width: 90px;
	height: 99%;
	padding: 4px;
	background: #EC6941;
	border-radius: 5px;
	margin-right: 10px;
	box-shadow: 1px 1px 1px #888888;
	/*background: #fff;*/
}
.top-box .top-right-login:hover{
	box-shadow: 5px 5px 5px #888888 !important;
}
.top-box .top-right-regist:hover {
	box-shadow: 5px 5px 5px #888888 !important;
}
.top-box .layout .top-right img {
	/*width: 28px;*/
	/*height: 28px;*/
}

.top-box .layout .top-right span {
	color: #2653BA;
	padding-right:10px;
	font-size: 18px;
	border-right: 2px solid #2653BA;
	padding:0 20px;
	font-weight: bold;
}
.br-0{
	border-right: 0 !important;
}

/* 头部 */

.header-box {
	padding: 0;
	background-color: #439AF1;
}

.header-box .block-layout {
	height: 52px;
	/*background-color: #439AF1;*/
	position: relative;
}

.header-box .block-layout .view-title {
	width: 32%;
	height: 88px;
	left: 0;
	color: #459BEE;
	font-size: 36px;
	font-weight: bold;
	float: left;
	line-height: 88px;
}

.header-box .block-layout .nav-view {
	width: 100%;
	height: 100%;
	float: left;
	line-height: 52px;
}

.header-box .block-layout .nav-view ul {
	width: 100%;
	height: 100%;
	/*margin-top: -2px;*/
	/*margin-left: 22%;*/
}

.header-box .block-layout .nav-view ul li {
	float: left;
	font-size: 18px;
	color: #fff;
	/*margin-left: 25px;*/
	width:16.5%;
	/*border: 1px solid red;*/
	text-align: center;
	height: 52px;
}

.header-box .block-layout .nav-view ul li a {
	width: 100%;
	height: 79px;
	color: #fff;
}

.header-box .block-layout .nav-view ul li .bottom-line:after {
	content: '';
	top: auto;
	bottom: 9px;
	width: 90px;
	position: absolute;
	margin-left: -100px;
	height: 3px;
	background-color: #459BEE;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.header-box .block-layout .nav-view ul li a.active {
	/* font-size: 24px; */
	color: #fff;
	background-color: #4077F4;
	height: 51px;
	/*border-bottom: 3px solid #459BEE;*/



}

.header-box .block-layout .nav-view ul li>a:hover {
	/* font-size: 24px; */
	color: #fff;
	background-color: #4077F4;
	height: 51px;

}

/*尾部*/

.footer {
	margin: auto;
	margin-top: 60px;
	text-align: center;
	height: 126px;
	background: #141A1E;
	width: 100%;
}

.footer>div {
	display: inline-block;
	margin-top: 20px;
}

.footer img {
	width: 44px;
	height: 54px;
	margin-top: 40px;
}

.footer .text-block>p {
	padding: 0 20px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 10px;
}

.footer>div>* {
	display: block;
	float: left;
}

/*左浮动*/
.bottom-fixed-left {
	position: fixed;
	left: 0px;
	top: 350px;
	width: 137px;
	height: 174px;
	border-right: 0;
}
.xcpmap{
	/*width: 190px;height: 293px;*/
	width: 240px;height: 310px;
	position: absolute
}
.xcpplay{
	position: absolute;
	/*top:120px;left: 74px*/
	top:110px;left: 107px
}
.xcptext{
	font-size: 20px;
	/*padding-top: 160px;padding-left: 68px;*/
	padding-top: 140px;
	padding-left: 121px;
	color:#fff;position: absolute;
	text-shadow: 2px -1px 0px #F47C2D, 1px -2px 0px #F47C2D, 2px 2px 0px #F47C2D, -2px -2px 0px #F47C2D, 2px 2px 0px #F47C2D, -1px 1px 0px #F47C2D;
}
@media screen and (max-width:1700px) {
	.xcpmap{
		width: 120px;
		height: 223px;
	}
	.xcpplay{
		width: 35px;
		height: 35px;
		top:90px;left: 45px
	}
	.xcptext{
		font-size: 18px;
		padding-top: 110px;padding-left: 31px;

	}
}

.updown{
	width: 160px;
	margin: 0px auto;
	animation: Updown 1s infinite alternate;
}
@keyframes Updown {
	from {
		margin-top: 15px;
	}
	to {
		margin-top: 10px;
	}
}
/*右浮动*/

.bottom-fixed {
	position: fixed;
	right: 6px;
	top: 350px;
	/*height: 416px;*/
	width: 81px;
	/*box-shadow: inset 0 0 10px #459BEE;*/
	background-color: #F5FAFE;
	border: 1px solid #D2D2D2;
	/*border: 1px solid #badaf9;*/
	/*border: 1px solid #fac5a3;*/
	/*border-right: 0;*/
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.bottom-fixeds {
	position: fixed;
	right: 6px;
	top: 460px;
	height: 80px;
	width: 70px;
	background-color: #F5FAFE;
	border: 1px solid #D2D2D2;
	/*box-shadow: inset 0 0 5px #F47C2D;*/
	/*background-color: #fff;*/
	/*border: 1px solid #fac5a3;*/
	border-right: 0;
}

.bottom-fixed .bottom-box {
	width: 80%;
	height: 20%;
	margin-left: 10%;
	border-bottom: 1px solid #EEEEEE;
}

.code-show img {
	margin-left: 25%;
	margin-top: 14px;
}
.bottom-fixed a:hover .code-show p {
	text-decoration: underline;
}

.code-show p {
	color: #333;
	font-size: 14px;
	padding: 10px;
}

.gohome_btn{
	margin-left: 24px;
	color: #fff;
	font-size: 16px;
}
a.gohome_btn:hover{
	color: #1d63c6;
}
/*登录模块底部*/
.unlogin-footer{
    width:100%;
	height: 126px;
    font-size:14px;
    color: #a7afb7;
    background: #141A1E;
    text-align: center;
}
/*登录中间容器*/
.center-box,.login-center-box{
    width: 800px;
    margin: 0 auto;
    min-height: 410px;
    position: relative;
}
.list-box{
    margin:0 auto;
    display: none;
}

/*尾部*/
.footer3 {
	margin: auto;
	margin-top: 60px;
	text-align: center;
	/* height: 126px; */
	background: #141A1E;
	width: 100%;
	color: #999;
	padding: 20px 0 20px 0;
}

.border-left {
	border-left: 1px solid #fff;
}

.border-right {
	border-right: 1px solid #fff;
}
.footer3 ul li {
	margin-top: 10px;
	text-align: left;
	margin-left: 20%;
}

.footer3 a {
	color: #999;
}

.footer3 a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer3 .linka span {
	margin-left: 40px;
}

.color-ff {
	color: #fff;
}

.fs16 {
	font-size: 16px;
}

.mml100 {
	margin-left: 100px;
}

.mml50 {
	margin-left: 50px;
}

.mml40 {
	margin-left: 40px;
}

@media screen and (max-width:1700px) {
	.mml100 {
		margin-left: 0px;
	}
}
