html,body {
	width: 100%;
	height: 100%;
	background-color: white;
	min-width: 1240px;
	font: "宋体"!important;
}
[v-cloak]{
    display:none
}
[v-text]{
    display:none
}
[v-html]{
    display:none
}
body .layui-layer-setmybg .layui-layer-content{
	background-color:  #000000; 
	color: #fff;
	text-align: center;
	border:none;
	font-size: 16px;
}
#topdiv{
	position: fixed;
	z-index: 999;
	top:0;
	left:0;
	right:0;
	height:100px;
	background: #FFFFFF;
	/*min-width: 1300px;*/
	box-sizing: border-box;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 87%, .5);
}
#content{
	position: relative;
	padding: 30px 0;
	box-sizing: border-box;
	min-height: -moz-calc(100vh - 100px);
	min-height: -webkit-calc(100vh - 100px);
	min-height: calc(100vh - 100px);
}
.content{
	width: 1200px;
	margin: 0 auto;
}
#menu{
	padding-top: 20px;
}
#menu,#menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
#menu li a {
	color: black;
	font-size: 16px;
	text-decoration: none;
}
@media(max-width:1340px){
	#menu li a {
		padding: 20px 3px!important;
	}
}
@media(min-width:1340px) and (max-width:1375px){
	#menu li a {
		padding: 20px 5px!important;
	}
}
@media(min-width:1375px) and (max-width:1430px){
	#menu li a {
		padding: 20px 7px!important;
	}
}
@media(min-width:1430px) and (max-width:1530px){
	#menu li a {
		padding: 20px 10px!important;
	}
}
@media(min-width:1530px) and (max-width:1620px){
	#menu li a {
		padding: 20px 15px!important;
	}
}
@media(min-width:1620px){
	#menu li a {
		padding: 20px 20px!important;
	}
}
/*头部tab背景*/

.layui-nav {
	background-color: transparent!important;
}
/*隐藏头部轮播下面的按钮*/

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
	background-color: #1468B0!important;
}


::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	top: 24px;
}
/*滑块*/

::-webkit-scrollbar-thumb {
	background-color: #777;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #777;
}
/*滑道*/
/*::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px #333;
	border-radius: 10px;
}*/

.shadow-divide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 87%, .5);
	z-index: 1;
	height: 5px;
	background-color: #fff;
}
/*
.layui-nav-child.layui-anim.layui-anim-upbit {
	margin-top: 15px;
	left: -9px;
}*/

#pagination{
	text-align: center;
}
.layui-nav .layui-nav-more{
	border-top-color: #dedede;
}
.layui-nav .layui-nav-mored{
	border-top-color: transparent;
	border-bottom-color: #dedede;
}
/*.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
	background-color: #DEDEDE;
}*/
.layui-nav-child.layui-anim.layui-anim-upbit.layui-show dd a:hover{
	color: #038AFD!important;
}



#footerDiv{
	height:211px;
	padding: 30px 0 0;
	box-sizing: border-box;
	background: url("../img/index-foot-bg.png") no-repeat center;
	background-size: 1920px 211px;
}
#footerDiv .box{
	width:1200px;
	margin: 0 auto;
}
#footerDiv .left{
	float: left;
	width:732px;
	box-sizing: border-box;
}
#footerDiv .left .iconLeft{
	float: left;
	width:382px;
}
#footerDiv .left .iconRight{
	float: left;
	width:350px;
}
#footerDiv .left >div{
	font-size: 16px;
	margin-top: 20px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#footerDiv .left div img{
	width:13px;
	height:14px;
	margin-left: 20px;
	margin-right: 10px;
}
#footerDiv .left div img:first-child{
	margin-left: 0;
}
#footerDiv .left div p{
	margin-top: 10px;
}
#footerDiv .left div a{
	margin-left: 54px;
	color: #FFFFFF;
	cursor: pointer;
}
#footerDiv .left div a:first-child{
	margin: 0;
}
#footerDiv .right{
	float: right;
	width:468px;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 20px;
	/*padding-top: 12px;*/
	padding-top: 32px;
	box-sizing: border-box;
}
#footerDiv .right a{
	cursor: pointer;
}
#footerDiv .right .linkLeft{
	/*width:380px;*/
	float: left;
	width:219px;
}
#footerDiv .right .linkRight{
	/*width:130px;*/
	float: left;
	width:219px;
	margin-left: 10px;
}
#footerDiv .right a{
	
	color: #FFFFFF;
}
/*#footerDiv .right p{
	margin-top: 10px;
}*/



#footerDiv .right select{
	display: block;
	width:100%;
	margin-top: 20px;
	line-height: 25px;
	height:25px;
	font-size: 16px;
	padding: 0;
}




.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}