@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
::selection
{
	background: #0092DD;
	color:#fff;
}

::-moz-selection
{
	background: #0092DD;
	color:#fff;
}
body {
	font-family: "Microsoft YaHei",helvetica;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	background: #fff;
	width: 100%;
	overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,a {
	margin: 0;
	padding: 0;
}
input,button,select,textarea{outline:none; font-family: "microsoft yahei";}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
span,em{
	display: inline-block;
	position: relative;
}
a {
	text-decoration: none;
	display: inline-block;
	color: #444;
}
img {
	border: none;
	display: inline-block;
}
em,i{
	font-style: normal;
}
.clear {
	height: 0;
	clear: both;
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content:"";
	display:table
}
.clearfix:after {
	clear:both
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.mt_20{
	margin-top: 20px;
}
.mt_10{
	margin-top: 10px;
}
.mt_30{
	margin-top: 30px;
}
.mt_50{
	margin-top: 50px;
}
.mt_40{
	margin-top: 40px;
}
.mt_60{
	margin-top: 60px;
}
.mt_70{
	margin-top: 70px;
}
.mt_80{
	margin-top: 150px;
}
.mt_100{
	margin-top: 100px;
}
.mt_15{
	margin-top: 15px;
}
.mb_10{
	margin-bottom: 10px;
}
.mb_20{
	margin-bottom: 20px;
}
.bgwhite{
	background: #FFFFFF;
}
.padding30{
	padding: 30px;
}
.padding30s{
	padding: 0 30px 30px 30px;
}
.padding20{
	padding: 20px;
}
.lrpadd20{
	padding: 0 20px;
}
.padtop20{
	padding-top: 20px;
}
.paddbot20{
	padding-bottom: 20px;
}
.tbpadd20{
	padding: 20px 0;
}
.pdlr10{
	padding: 0 10px;
}
.marl40{
	margin-left: 40px;
}
.marl10{
	margin-left: 10px;
}
.marl5{
	margin-left: 5px;
}
.marl3{
	margin-left: 3px;
}
.marr3{
	margin-right: 3px;
}

.pdlr30{
	padding: 0 30px;
}
.pdlr20{
	padding: 0 20px;
}
.padding10{
	padding: 10px;
}
.pdb30{
	padding-bottom: 30px;
}
.pdt40{
	padding-top: 40px;
}
.pdb40{
	padding-bottom: 40px;
}
.nopaddingtop{
	padding-top: 0;
}
.borderall{
	border: 1px solid #ddd;
}
.borderright{
	border-right: 1px solid #ddd;
}
.borderleft{
	border-left: 1px solid #ddd;
}
.bordertop{
	border-top: 1px solid #ddd;
}
.borderbot{
	border-bottom: 1px solid #ddd;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.wrap1000{
	width: 1000px;
	margin: 0 auto;
}
.marl20{
	margin-left: 20px;
}
.pdl10{
	padding-left: 10px;
}
.pdl20{
	padding-left: 20px;
}
.block{
	display: block;
}
.row30{
	margin-left: -30px;
}
.heig120{
	height: 120px;
}
.posrelative{
	position: relative;
}
.hovopcity:hover{
	opacity: .7;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	filter: alpha(Opacity=70);
	cursor: pointer;
}
.distab{
	display: table;
}

.logoutbtn{
	background: #333333;
	margin-left: 5px;
}

.bggray{
	background: #F7F7F7;
}
.bgwhite{
	background: #fff;
}
.hovshadow:hover{
	box-shadow: 0 0 10px 1px #aaa;
	transition: all .5s;
}
.whitecolor{
	color: #fff;
}
.redcolor{
	color: #FF0000;
}
.yellowcolor{
	color: #FF9900;
}
.bluecolor{
	color: #1AB2FD;
}
.greencolor{
	color: #14AB05;
}

.BlueViolet{
	color: #8B008B;
}

.btnalink{
	display: inline-block;
	padding: 5px 8px;
	background: #ddd;
	border-radius: 5px;
}
.btnalink i{
	margin-right: 3px;
}
.btnalinks{
	background: none;
	padding: 5px 0;
}
.btnalink1{
	background: #D9534F;
	color: #fff;
}
.btnalink2{
	background: #ADD219;
	color: #fff;
}
.btnalinkborder{
	display: inline-block;
	width: 80px;
	text-align: center;
	padding: 3px 0;
	border: 1px solid #ddd;
}
.btnalinkborder:hover{
	border-color: #D9534F;
	background: #D9534F;
	color: #fff;
}
.textright{
	text-align: right;
}
.hovercolor:hover{
	color: #D9534F;
	cursor: pointer;
}
.borderalink{
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #ddd;
}
.borderalink:hover{
	border-color: #D9534F;
	color: #D9534F;
}
.fullwidth{
	width: 100%;
}
.imgset{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.tbcell{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.tbcellimg{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.maxset{
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.statesp{
	display: inline-block;
	color: #ADD219;
}
.statesp1{
	color: #D9534F;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.imgpos{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	left: 0\9;
	top: 0\9;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
}
.limg{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.row10{
	margin-left: -10px;
}
.fontweit{
	font-weight: bold;
}
/**********************分页***************************/
.pager{
	margin-top: 20px;
	text-align: center;
}
.pager a{
	display: inline-block;
	padding: 6px 15px;
	color: #333;
	margin-left: 8px;
	border: 1px solid #aaa;
}
.pager a:hover{
	background: #0092ff;
	color: #fff;
	border-color: #0092ff;
}
.pager a.pageCurrent{
	background: #0092ff;
	color: #fff;
	border-color: #0092ff;
}
.font18{
	font-size: 18px;
}
.font14{
	font-size: 14px;
}
.disnone{
	display: none;
}
.cl9{
	color: #999;
}
.loader{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222;
	z-index: 20000;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.loadered{
	transform: scale(5);
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	opacity: 0;
}
.sanyilogo{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -157px;
	margin-top: -56px;
}
.lpanel{
	padding:10px 20px;
}


/*按钮*/
.opt_btn{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #aaa;
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	vertical-align: middle;
}
.opt_btn i{
	margin-right: 3px;
}
.opt_btn_red{
	background: #e84d4d;
}
.opt_btn_blue{
	background: #FF9900;
}
.opt_btn_blue1{
	background: #0092ff;
}
.opt_btn_bl{
	background: #0092ff;
}
.opt_btn_gray{
	background: #ddd;
	color: #444;
}
.opt_btn_green{
	background: #71D142;
}
.iss-close{
	position: relative;
    color: #aaa;
    display: none;
    cursor: pointer;
    z-index: 9999;
    width: 24px;
    text-align: center;
    margin-left: -24px;
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
}
.iss-close:hover{
	color: #888;
}
.iss-close-hide{
    display: none;
}
#toolTipLayer{
	border: 5px solid #fff;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	z-index: 1000;
}
#toolTipLayer img{
	max-width: 300px;
	max-height: 300px;
	display: block;
}
.h400{
	height: 400px;
	overflow: auto;
}
.h300{
	height: 300px;
	overflow: auto;
}
.h290{
	height: 290px;
	overflow: auto;
}
.h250{
	height: 250px;
	overflow: auto;
}
.h280{
	height: 250px;
	overflow: auto;
}
.mt_f1{
	margin-top: -1px;
}
.h60{
	height: 60px;
}
.h100{
	height: 100px;
}
.h120{
	height: 120px;
}
.ml_f1{
	margin-left: -1px;
}
.h29{
	height: 29px;
}
.normal_tip{
	font-size: 12px;
	padding: 10px;
	background: #fffbec;
	line-height: 18px;
}
.h51{
	height: 51px;
}
.txtline{
	text-decoration: underline;
}
.h500{
	height: 500px;
}
.pdr30{
	padding-right: 30px;
}
.mt_f20{
	margin-top: -20px;
}
.mtf10{
	margin-top: -10px;
}
.mlf40{
	margin-left: -40px;
}
.disflex{
	display: flex;
	display: -webkit-flex;
}
.flexv{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.flexh{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
}
.jstf_center{
	justify-content: center;
}
.flexwrap{
	flex-wrap: wrap;
}
.flexgs0{
	flex-grow: 0;
	flex-shrink: 0;
}
.flexgs1{
	flex-grow: 1;
	flex-shrink: 1;
}
.flx1{
	flex: 1;
	-webkit-flex: 1;
}
.flx2{
	flex: 2;
	-webkit-flex: 2;
}
.flx3{
	flex: 3;
	-webkit-flex: 3;
}

.mt_5{
	margin-top: 5px;
}

/*字体大小设置*/
.fontList{
	margin-left: 1px;
}
.fontList span{
	display: block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	border-left: none;;
	color: #666;
	float: left;
	text-align: center;
	width: 33.333333%;
	cursor: pointer;
}
.fontList span:first-child{
	border-left: 1px solid #ddd;
}
.fontList span.sp1{
	font-size: 14px;
}
.fontList span.sp2{
	font-size: 16px;
}
.fontList span.sp3{
	font-size: 18px;
}
.fontList span:hover{
	background: #f7f7f7;
}
.fontList span.active{
	color: #FF9900;
	background: #eee;
}
body.font14
,body.font14 #page-tab #menu-list a
,body.font14 .layui-layer-title
,body.font14 .closesubct
,body.font14 .fombtn
,body.font14 .layui-layer-dialog .layui-layer-content{
	font-size: 14px !important;
}
body.font14 .ztree *
,body.font14 .hmalkboxc
,body.font14 .layui-table-cell
,body.font14 .ipt
,body.font14 .opt_btn
,body.font14 .layui-table-page
,body.font14 .layui-laypage a
,body.font14 .layui-laypage span
,body.font14 .treeoptbar span
,body.font14 .optbtn
,body.font14 .opt_btn
,body.font14 .normal_tip
,body.font14 #menu-all #menu-all-ul li
,body.font14 .layui-layer-tips .layui-layer-content
,body.font14 .submenu{
	font-size: 12px !important;
}
body.font16
,body.font16 #page-tab #menu-list a
,body.font16 .layui-layer-title
,body.font16 .closesubct
,body.font16 .fombtn
,body.font16 .layui-layer-dialog .layui-layer-content{
	font-size: 16px !important;
}
body.font16 .ztree *
,body.font16 .hmalkboxc
,body.font16 .layui-table-cell
,body.font16 .ipt
,body.font16.opt_btn
,body.font16 .layui-table-page
,body.font16 .layui-laypage a
,body.font16 .layui-laypage span
,body.font16 .treeoptbar span
,body.font16 .optbtn
,body.font16 .opt_btn
,body.font16 .normal_tip
,body.font16 #menu-all #menu-all-ul li
,body.font16 .layui-layer-tips .layui-layer-content
,body.font16 .submenu{
	font-size: 14px !important;
}
body.font18
,body.font18 #page-tab #menu-list a
,body.font18 .layui-layer-title
,body.font18 .closesubct
,body.font18 .fombtn
,body.font18 .layui-layer-dialog .layui-layer-content{
	font-size: 18px !important;
}
body.font18 .ztree *
,body.font18 .hmalkboxc
,body.font18 .layui-table-cell
,body.font18 .ipt
,body.font18 .opt_btn
,body.font18 .layui-table-page
,body.font18 .layui-laypage a
,body.font18 .layui-laypage span
,body.font18 .treeoptbar span
,body.font18 .optbtn
,body.font18 .opt_btn
,body.font18 .normal_tip
,body.font18 #menu-all #menu-all-ul li
,body.font18 .layui-layer-tips .layui-layer-content
,body.font18 .submenu{
	font-size: 16px !important;
}
.title16{
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
}

.optbarbd{
	border-bottom: 1px solid #ddd;
	margin: 0 20px;
	margin-top: 20px;
	padding: 0;
	padding-bottom: 10px;
}
.pwd .iss-close{
	margin-left: -56px;
}
.pwdu .iss-close{
	margin-left: -46px;
}
.eyebtn{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.eyebtn:hover{
	color: #FF9900;
}
.eyebtns{
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.toolbar{
	height: 30px;
	line-height: 30px;
	background: #F7F7F7;
}
.fix_r_panel{
	background: #fff;
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.sidebar{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	z-index: 60;
}
.sidebar ul li{
	position: relative;
}
.sidebar ul li i.btn{
	display: block;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	border-radius: 50%;
	font-size: 24px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.sidebar ul li.gotop{
	margin-top: 10px;
}
.sidebar ul li:hover i.btn{
	background: #F7F7F7;
	color: #006cff;
}
.sidebar ul li:hover .sideContact{
	display: block;
}
.sideContact{
	position: absolute;
	right: 60px;
	bottom: 0;
	width: 200px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	color: #333;
	text-align: left;
	padding-bottom: 10px;
	display: none;
}
.sideContact h3{
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
}
.sideContact i.arr{
	position: absolute;
	right: -10px;
	bottom: 16px;
	color: #fff;
}
.sdcontactItem{
	position: relative;
	padding: 0 10px;
	padding-left: 60px;
	margin-top: 10px;
}
.sdcontactItem i{
	position: absolute;
	left: 10px;
	top: 50%;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	line-height: 42px;
	text-align: center;
	font-size: 24px;
	background: #eee;
}
.sdcontactItem dd{
	font-size: 16px;
	margin-top: 5px;
}
.col5{
	width: 50%;
	padding: 0 20px;
}
.col5.npd{
	padding: 0;
}
.col5.rec{
	padding: 0;
	padding-left: 7%;
}
.colWrap{
	margin: 0 -20px;
	flex-wrap: wrap;
}
.colWrap.mt_10{
	margin-top: 10px;
}
.pdtb30{
	padding: 30px 0;
}
.col3{
	width: 25%;
	padding: 0 50px;
}
.colWraps{
	flex-wrap: wrap;
	margin: 0 -50px;
}
.icon{
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.bgblue{
	background: #014096;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font24{
	font-size: 24px;
}