/*==全局样式==*/

* {
	padding: 0;
	margin: 0;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
	border: 0;
}

img,
input {
	border: none;
	vertical-align: middle;
}

body {
	font-family: Tahoma, Arial, Helvetica, "微软雅黑";
	font-size: 12px;
	text-align: left;
	background: #FFF;
	color: #333;
}

html {
	/*overflow-y: scroll;*/
}

ul,
ol {
	list-style-type: none;
}

th,
td,
input {
	font-size: 12px;
}

h3 {
	font-size: 14px;
}

button {
	border: none;
	cursor: pointer;
	font-size: 12px;
	background-color: transparent;
}

select {
	border-width: 1px;
	_zoom: 1;
	border-style: solid;
	padding-top: 2px;
	font-size: 12px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover,
a:active {
	text-decoration: none;
	color: #f60;
	cursor: pointer;
}

section {
	width: 1200px;
	margin: 0 auto;
}

.fff {
	color: #FFFFFF;
}

.flex_row {
	display: flex;
	flex-direction: row;
}

.flex_row_between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

input::input-placeholder {
	color: red !important;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #d5d5d5 !important;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #d5d5d5 !important;
}

::-moz-placeholder {
	/* Mozilla Firefox 19  */
	color: #d5d5d5 !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10  */
	color: #d5d5d5 !important;
}


/*头部样式*/

header {
	background: url(../img/header-new.jpg) no-repeat center;
	width: 100%;
	height:560px;
	position: relative;
}

.header_orgb {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 42px;
}

.header_ordb_left {
	line-height: 42px;
	font-size: 14px;
}

.header_ordb_right a {
	padding: 0 20px;
	height: 22px;
	line-height: 22px;
	margin-top: 11px;
	color: #fff;
	display: inline-block;
	border-left: 1px solid #fff;
}

.header_ordb_right a:hover {
	color: #0a6aa1!important;
}

.header_ordb_right a:nth-child(1) {
	border: 0!important;
}

.header_justy_c,
.header_ordb_just_c {
	display: flex!important;
	justify-content: flex-end;
}

.header_justy_c li {
	margin-left: 9px;
	position: relative;
}

.header_justy_c li .menuaHref {
	background: rgba(48, 48, 48, 0.2);
	width: 123px;
	height: 120px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 23px;
}

.header_justy_c li:hover,
.header_justy_c li a:hover {
	background: rgba(50, 170, 255, 0.2)!important;
	color: #fff!important;
}

.header_active .menuaHref{
	background: rgba(50, 170, 255, 0.2)!important;
	color: #fff!important;
}

.header_justy_c li img {
	width:68px;
	height:68px;
	display: block;
	margin: 6px auto;
}

.header_font {
	font-size:46px;
	color: #4279b9;
	font-family: "Source Han Sans SC Bold";
	font-weight: 700;
	letter-spacing: 6px;
	/*字体描边*/
	/*-webkit-text-stroke: 2px #fff;*/
	/*text-stroke: 2px #fff;*/
	margin-top: 142px;
	text-shadow: 0px 1px 3px #fff;
}

.header_fileFont {
	color: #fff;
	margin-top: 136px;
	color:#3f73b3;
}

.header_fileFont h2 {
	font-size: 30px;
	line-height: 78px;
	/*text-shadow: 0px 1px 2px rgba(0,0,0,.65);*/
	/*text-shadow: 0px 1px 2px #000;*/
	text-shadow: 0px 1px 2px #fff;
	font-weight: bold;
}

.header_fileFont p {
	font-size: 18px;
	font-weight:600;
	line-height: 30px;
	text-indent: 40px;
	width: 799px;
	/*text-shadow: 0px 1px 2px rgba(0,0,0,.65);*/
	/*text-shadow: 0px 1px 2px #000;*/
	text-shadow: 0px 1px 2px #fff;
}

.mouseClass {
	position: absolute;
	top: 138px;
	left: 0;
	background: #3f73b3;
	padding: 6px 0;
	width: 136%;
	z-index: 999999999;

}

.mouseClass:before {
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 15px solid #3f73b3;
	content: "";
	position: absolute;
	top: -15px;
	left: 40px;
}

.mouseClass p {
	font-size: 18px;
	display: block;
	color: #fff;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	text-align: center;

}

.mouseClass :hover {
	background: #32abff;
}




/*底部样式*/

footer {
	height: 230px;
	background: #3f73b3;
	width: 100%;
	margin-top:25px;
	padding: 30px 0;
}

.footer_nameList {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.footer_nameList li {
	padding: 0 30px;
	background: rgba(255, 255, 255, 0.5);
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	color: #fff;
}
.footer_nameList li a{
	color: #fff;
}

.footer_size span {
	display: block;
	color: #fff;
	line-height: 40px;
}

.footer_dress li {
	display: flex;
	flex-direction: row;
	line-height: 40px;
	color: #fff;
}

.footer_dress li:nth-child(1) p:nth-child(1),
.footer_dress li:nth-child(2) p:nth-child(1) {
	width: 250px;
}

.footer_dress li p:nth-child(2) {
	margin-left: 52px;
}

.footer_rwm {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.footer_rwm li {
	width: 77px;
	margin-left: 29px;
}

.footer_rwm li img {
	width: 77px;
	height: 77px;
	display: inline-block;
}

.footer_rwm p {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

.footer_main {
	margin-top: 34px;
}

.dn {
	display: none!important;
}

.layui-table-view{
	margin: 0!important;
}

.layui-table{
	margin: 0!important;
	background-color:#f0f4f9!important;
}
.layui-table[lay-even] tr:nth-child(even) {
	background-color: #dbe5f1!important;
}
