﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    min-width: 1000px;
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
    background-color: #EBF0FA;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
	display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
.container{
	width:1200px;
	margin:auto;
}

/*面包屑导航*/
.wraps{
	/*max-width: 1200px;*/
	padding: 0 10px;
	padding-left: 20px;
	margin: auto;
	background: url(../images/home1.png) left center no-repeat;
}
.wraps i{
	font-style: normal;
	color: #679cd7;
}
.breadcrumbs{
	width: 100%;
	min-height:35px;
	line-height:35px;
	font-size: 12px;
}
.breadcrumbs em{
	font-style: normal;
}
.breadcrumbs .wraps a{color: #679cd7;}
.breadcrumbs .wraps a + *:before{
	content: '>';
	display: inline-block;
	width: 12px;
	height: 10px;
	/*background: url(../images/mbx.png);*/
	margin: 0 2px;
}
/*.breadcrumbs .wraps span:before{
	content: '>';
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/mbx1.png);
	margin: 0 2px;
}*/
.breadcrumbs span{
	color: #679cd7;
}
/*面包屑导航*/

/*******************************分页*****************************************/
.pages{ height: 30px; text-align: center;overflow: hidden;color: #74aefc;}
.pages a{ display: inline-block;margin: 0 5px;}
.pages .prev,.pages .next{ width: 80px; height: 30px;color: #fff; text-align: center; line-height: 30px;  font-size: 14px; text-decoration: none;background: #1d4881;}
/*.pages .number a{ width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #c1bdb7;  color: #514f4c; font-size: 14px;}
.pages .number a.on,
.pages .number a:hover{ color: #fff; border-color:#f81822 ; background: #f81822; }*/
.pages .text{ display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 30px; border: 1px solid #74aefc;box-sizing: border-box;color: #74aefc;}
.pages .Btn_go{ display: inline-block; width: 38px; height: 30px; color: #74aefc; font-size: 14px; text-align: center; background: #1d4881; line-height: 30px;}
.pages a:hover{
	background: #2282cd;
}
.pages .first,.pages .last{
	width: 60px;
	height: 30px;
	background: #1d4881;
	text-align: center;
	line-height: 30px;
	color: #74aefc;
}
.pages_{
	position: absolute;
    right: 20px;
	margin-right: 20px;
	color: #74aefc;
	line-height: 30px;
}
/*******************************分页*****************************************/
.content{
	/*min-width: 1200px;*/
	padding:0 20px;
}

.layui-body{
	min-width: 1217px;
	top: 35px;
}
/*  header */
.layui-header{
	height: 72px;
	background: url(../images/headbg_01.jpg) center no-repeat;
}
.layui-header .top{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #214b76;
}
.layui-header .top ul{
	float: right;
}
.layui-header .top ul li{
	margin-right: 25px;
	box-sizing: border-box;
	padding-left: 20px;
	float: left;	
	font-size: 14px;
	line-height: 30px;
}
.layui-header .top ul li a{
	color: #d8f1ff;
}
.layui-header .top ul li:nth-of-type(1){
	background: url(../images/home.png) left center no-repeat;
	background-size: 14px 14px;
}
.layui-header .top ul li:nth-of-type(2){
	background: url(../images/version.png) left center no-repeat;
	background-size: 14px 14px;
}
.layui-header .top ul li:nth-of-type(3){
	background: url(../images/drop.png) left center no-repeat;
	background-size: 14px 14px;
}
.layui-header .top1{
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #214b76;
}
.layui-header .top1 .layui-logo{
	float: left;
	width:30%;
	text-align: center;
	line-height: 42px;
	box-sizing: border-box;
	border-right: 1px solid #214b76;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.layui-header .top1>ul {
	width:54%;
	float: left;
}
.layui-header .top1>ul li{
	float: left;
	width:16.6666%;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	cursor: pointer;
}
.layui-header .top1>ul li.on a{
	color: #ad8de2!important;
}
.layui-header .top1 ul li a{
	color:#7cd8ff
}
.layui-header .top1 .nav_r{
	float: right;
	width: 16%;
}
.layui-header .top1 .nav_r ul li{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
}
.layui-header .top1 ul li.help a,.layui-header .top1 ul li.myCenter a{
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
	padding-left:30px;
	color: #ddf3ff;
}
.layui-header .top1 ul li.help a{	
	background: url(../images/help.png) left center no-repeat;
	background-size: 20px 20px;
}
.layui-header .top1 ul li.myCenter a{
	background: url(../images/center.png) left center no-repeat;
	background-size: 20px 20px;
}

/* 垂直导航 */
.layui-nav-tree{
	width: 240px;
}
.layui-bg-black{
	top: 74px;
	width: 240px;
	background: url(../images/nav_l.png) top center no-repeat;
	background-size: cover;
	background-color:transparent!important;
	}
.layui-bg-black .layui-nav{
	background: none;
}
.layui-nav-itemed>.layui-nav-child{
	background: transparent!important;
}
.layui-nav-bar{
	background-color: transparent!important;
}
.layui-nav .layui-nav-more{
	display: none;
}
.layui-nav-tree .layui-nav-item>a:hover{
	background-color: #004a73!important;
}
.layui-nav-item>a{
	text-align: center;
	font-size: 14px;
	color: #fff!important;
	background: url(../images/nav6.png) 20px center no-repeat;
}
.layui-nav-item.layui-nav-itemed>a{
	background: url(../images/nav1.png) 20px center no-repeat;
}
.layui-nav-tree .layui-nav-item>dl>dd>a{
	box-sizing: border-box;
	padding-left:55px;
	font-size: 14px;
	color: #fff;
}
.layui-nav-tree .layui-nav-item .dl1{
	background: url(../images/nav2.png) 20px 10px no-repeat;
}
.layui-nav-tree .layui-nav-item .dl2{
	background: url(../images/nav3.png) 20px 10px no-repeat;
}
.layui-nav-tree .layui-nav-item .dl3{
	background: url(../images/nav4.png) 20px 10px no-repeat;
}
.layui-nav-tree .layui-nav-item .dl4{
	background: url(../images/nav5.png) 20px 10px no-repeat;
}
.layui-nav-tree .layui-nav-item .dl5{
	background: url(../images/nav7.png) 20px 10px no-repeat;
}
.layui-nav-tree .layui-nav-item .dl6{
	background: url(../images/nav8.png) 20px 10px no-repeat;
}
.layui-nav-tree .layui-nav-item .dl7{
	background: url(../images/nav9.png) 20px 10px no-repeat;
}
.layui-nav-tree .layui-nav-item .dl8{
	background: url(../images/nav10.png) 20px 10px no-repeat;
}
.layui-nav-tree .layui-nav-item .dl9{
	background: url(../images/nav11.png) 20px 10px no-repeat;
}
.layui-nav-tree .layui-nav-item .dl10{
	background: url(../images/nav12.png) 20px 10px no-repeat;
}
.layui-nav-tree .nav_three dd a{
	position: relative;
	box-sizing: border-box;
	padding-left: 60px;
	font-size: 14px;
	color: #5fa6e8;
}
.layui-nav-tree .nav_three dd:after{
	position: absolute;
	top: 50%;
	left: 40px;
	margin-top: -3px;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #6eb9ff;
	border-radius: 50%;
}
.layui-nav-tree .nav_three dd:hover{
	background: #00bcd8;
}
/* 当前选择项 */
.layui-this{
	background-color: transparent!important;
}
.layui-this>a{
	background-color: transparent!important;
}
.one_list.layui-side{
	/*left: -220px;*/
	display: none;
}
.layui-body .layadmin-tabsbody-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.layadmin-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.layui-nav-tree dd{
	cursor: pointer;
}

/*  二级  */
/*.second_list .xs_par{
	background: url(../images/xsj.png) left 15px no-repeat;
}*/
.second_list .layui-nav-item.layui-nav-itemed.xs_par>a{
	text-align: left;
	background: url(../images/ttw.png) left 12px no-repeat;
}
.second_list .layui-nav-item.layui-nav-itemed.xs_par.on1>a{
	text-align: left;
	background: url(../images/xsj.png) left 17px no-repeat;
}
.second_list .xs_par>a{
	padding-left: 30px;
	text-align: left;
	background: url(../images/ttw.png) left 12px no-repeat;
}
.second_list .xs_par.on1>a{
	padding-left: 30px;
	text-align: left;
	background: url(../images/xsj.png) left 17px no-repeat;
}
.second_list .xs_par.on>a{
	padding-left: 30px;
	text-align: left;
	background: url(../images/ttw.png) left 12px no-repeat;
}
.second_list .xs_par.on.on1>a{
	padding-left: 30px;
	text-align: left;
	background: url(../images/xsj.png) left 17px no-repeat;
}
.second_list a{
	font-size: 14px!important;
	color: #00bcd8!important;
}
.second_list ul li{
	box-sizing: border-box;
	padding: 0 5px;
}
.second_list .layui-nav-tree .layui-nav-item>a:hover{
	background-color: transparent!important;
}
.topp_{
	margin-top:60px;
	height: 30px;
	width: 100%;
}
.topp_>div{
	text-align: center;
	line-height: 30px;
	height: 100%;
	width: 50%;
	float: left;
	font-size: 14px;
}
.topp_>div:nth-of-type(1){
	background: #304c68;
}
.topp_>div:nth-of-type(2){
	box-sizing: border-box;
	border: 1px solid #21708c;
}
.topp_>div:nth-of-type(2) input{
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}
.second_list1{
	margin-left:15px;
	text-align: left;
}
.second_list .layui-nav-tree .layui-nav-item>dl>dd>a{
	padding-left:25px;
}
.second_list a:hover{
	color: #fff!important;
}
.second_list .sq_btn{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -33px;
	cursor: pointer;
	width: 27px;
	height: 65px;
	background: url(../images/sq_btn.png) center no-repeat;
}


/*资料 &修改密码*/
/*.data11{
	position: fixed;
	top: 0;
	z-index: 99999;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	
}*/

.data{
	display: none;
	position: absolute;
	top: 72px;
	background: url(../images/data_bk.png) no-repeat left;
	width: 279px;
	height: 180px;
	right: 0;
	z-index:999;
}
.data p{
	color: #44d1ff;
	font-size: 16px;
	line-height: 63px;
	text-align: center;
	border-bottom:1px solid #13598a;
}
.data dl{
	margin-top: 25px;
}
.data dl dt{
	float: left;
	width: 50%;
	text-align: center;
	color: #00aee7;
}
.data dl dt.data_xg{
	margin-top: 3px;
}
.data dl dt.data_xg em{
	display:block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	background: url(../images/data.png) no-repeat center;
	margin-bottom: 10px;
}
.data dl dt.pwd em{
	display:block;
	width: 20px;
	height: 26px;
	margin: 0 auto;
	background: url(../images/pwd.png) no-repeat center;
	margin-bottom: 10px;
}
.data dl dt.data_xg.on em{
	width: 47px;
	height: 47px;
	margin: 0 auto;
	background: url(../images/data_on.png) no-repeat center;
	margin-bottom: -3px;
	margin-top: -12px;
}
.data dl dt.pwd.on em{
	width: 47px;
	height: 47px;
	margin: 0 auto;
	background: url(../images/pwd_on.png) no-repeat center;
	margin-bottom: -3px;
	margin-top: -12px;
}
.data dl dt.data_xg.on,.data dl dt.pwd.on{
	color: #a6dfff;
}
.inner.registered .pwd_x{
	background: url(../images/pwd_top.png) center no-repeat;
    background-size: 100% 100%;
}
.pwd_x .top span{
	text-align: center;
	display: inline-block;
	width: 95%;
}
.base_data{
	display: none;
    position: absolute;
    z-index: 2222;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -390px;
    width:680px;
    height: 360px;
}
.data_x{
	width: 100%;
    height: 68px;
    background: url(../images/data_top.png) center no-repeat;
    background-size: 100% 100%;
}
.data_x .top {
    margin: 0 auto;
    width: 100%;
    height: 68px;
    box-sizing: border-box;
    padding: 0 20px;
}
.data_x .top span {
    text-align: center;
    display: inline-block;
    width: 95%;
    font-size: 18px;
    color: #fff;
    line-height: 68px;
}
.data_x .top span._close {
    cursor: pointer;
    float: right;
    margin-top: 30px;
    width: 14px;
    height: 14px;
    background: url(../images/close.png) center no-repeat;
    display: inline-block;
}
.data_x2{
	box-sizing: border-box;
    padding: 20px 30px;
    width: 100%;
    height: 240px;
    background: #dfe7ed;
    box-shadow: 0px 3px 20px 0 #b0c3d9;
    padding-top: 35px;
}
._left{
	float: left;
	width: 290px;
	/*margin-left: 20px;*/
}
._right{
	float: right;
	width: 290px;
}
.data_x2 ul li span{
	display: inline-block;
	width: 80px;
}
.data_x2 ul li{
	margin-bottom: 12px;
}
.data_x2 ul li input,.data_x2 ul li select{
	box-sizing: border-box;
    padding: 0 10px;
    width: 200px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #548bba;
}
.data_x3{
	position: absolute;
	bottom: 0;
	height: 55px;
	background: #d6dfea;
	width: 100%;
}
.sele_ss{
	display: none;
}
.sy_p{
	margin-top: -45px;
	text-align: center;
	color: #ccc;
	font-size: 16px;
	font-weight: bold;
}
.sy_p span{	
	box-sizing: border-box;
	padding-left: 50px;
	display: inline-block;
    line-height: 44px;
}
.sy_p1 span{
	background: url(../images/gz_ic2.png) no-repeat left center;
	background-size:30px 32.25px;
}
.sy_p2 span{
	background: url(../images/gz_ic5.png) no-repeat left center;
	background-size:32.25px 32.25px;
}
.sy_p3 span{
	background: url(../images/gz_ic6.png) no-repeat left center;
	background-size:30.75px 33px;
}
.sy_p4 span{
	background: url(../images/gz_ic1.png) no-repeat left center;
	background-size:30.75px 31px;
}
.sy_p5 span{
	background: url(../images/gz_ic3.png) no-repeat left center;
	background-size:25px 25px;
}
.sy_p6 span{
	padding-left: 60px;
	background: url(../images/gz_ic4.png) no-repeat left center;
	background-size:47.25px 30px;
}
.sy_p7 span{
	background: url(../images/gz_ic1.png) no-repeat left center;
	background-size:30.75px 33px;
}
.sy_p8 span{
	background: url(../images/gz_ic2.png) no-repeat left center;
	background-size:30.75px 31.5px;
}
.sy_p9 span{
	background: url(../images/gz_ic3.png) no-repeat left center;
	background-size:32.25px 32.25px;
}
.sy_p10 span{
	padding-left: 70px;
	background: url(../images/gz_ic4.png) no-repeat left center;
	background-size:47.25px 30px;
}
.sy_p5,.sy_p6{
	position: relative;
	font-size: 16px;
}

/*  td中文字超过一行  加类名  */
.two_lis{
	line-height: 25px;
}

.one_list ul li{
	text-align: left;
}

/* 版本弹框  */
.bbxx_l{
	float: left;
	width: 60%;
}
.bbxx_r{
	text-align: right;
	float: right;
	width: 40%;
}
.bbxx_r img{
	margin-top: 40px;
}
.bbxx_l .p1{
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.bbxx_l .p2{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
}
.bbxx_l .p3{
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	box-sizing: border-box;
	padding-left: 30px;
	background: url(../images/a3.png) left center no-repeat;
}
.sure_{
	cursor: pointer;
	margin: 0 auto;
	margin-top: 20px;
	width: 110px;
	height: 38px;
	border-radius: 5px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	background: #397ac2;
}

.nav_three .layui-this a{
	color: #ad8de2!important;
}
