﻿@charset "utf-8";

/* CSS Document */
/***
 * uimaker
 * http://www.uimaker.com
 * e-mail: admin@uimaker.com
 */ 

*{
	border:0;margin:0;padding:0;
	/*IE滚动条*/
	scrollbar-face-color:#0076c8; /*面子*/  
	scrollbar-arrow-color:#fff; /*箭头*/  
	scrollbar-3dlight-color:#0076c8; /*最外左*/  
	scrollbar-highlight-color:#0076c8; /*左二*/  
	scrollbar-shadow-color:#0076c8; /*右二*/  
	scrollbar-darkshadow-color:#0076c8; /*右一*/  
	scrollbar-track-color:#e3e6e8; /*滑道*/ 
}
html{overflow-x:hidden;}/*去横向滚动条*/
body{margin:0 auto;min-width:980px;font-family:"Microsoft YaHei","iconfont"!important}
ul{display:block;margin:0;padding:0;list-style:none;}
li{display:block;margin:0;padding:0;list-style: none;}
img{border:0;}
dl,dt,dd{margin:0;padding:0;display:block;}
a{text-decoration:none;color:#fff;outline:none;blr:expression(this.onFocus=this.blur());}
a:focus{text-decoration:none;outline:none;}
a:hover{text-decoration:none;}
table{border-collapse:collapse;border-spacing: 0;}

/*iconfont*/
@font-face {
	font-family: "iconfont";
    src: url('/easyuiweb/font/iconfont-695014aaf163b40cc549b71cc9c705d8.eot'); /* IE9*/
    src: url('/easyuiweb/font/iconfont-695014aaf163b40cc549b71cc9c705d8.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/easyuiweb/font/iconfont-8833c536a94036fa4cc9ff0796625cee.woff') format('woff'), /* chrome, firefox */
    url('/easyuiweb/font/iconfont-842eeffe67ced90596cad2ad91e0feb0.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('/easyuiweb/font/iconfont-4d5b01beb2052123527d83d4cc5e4fd0.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-size:16px;
	font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;	
}

/*scrollbar*/
::-webkit-scrollbar-track-piece {background-color:#fff;-webkit-border-radius:0}
::-webkit-scrollbar {width:9px;height:9px}
::-webkit-scrollbar-thumb {height:50px;background-color:#e3e6e8;-webkit-border-radius:6px;outline:2px solid #fff;outline-offset:-2px;border:2px solid #fff;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;
opacity:0.5}
::-webkit-scrollbar-thumb:hover {height:50px;background-color:#0076c8;-webkit-border-radius:6px}

/*login*/
.login{height:434px;
	width:758px;


	margin:auto;
	position:absolute;
	left:50%; top:50%;
	margin:-217px 0 0 -379px;
}
.loginbox{
	height:406px;
	background-color:#fff;

	background-image:url(/easyuiweb/images/loginimg-33b9bcf3bbbacdc5f56bfed50728a3f2.png);
	background-repeat:no-repeat;
}
.loginshadow{height:28px; background:url(/easyuiweb/images/shadow-eac8c53930139f935c3a3f78e0c65a68.png) no-repeat;}
.loginleft{width:245px; height:65px;background:url(/easyuiweb/images/logintext-9933987227b2204f8526fa05260f43ac.png) no-repeat top left;margin-left:55px; margin-top:167px; float:left;}
.loginleft h2{font-size:18px; color:#fff; font-weight:normal; padding-top:38px;}
.loginright{float:right; width:306px;margin-right:75px;margin-top:60px;}
.loginlogo{width:138px; height:36px; background:url(/easyuiweb/images/loginlogo-dcef25a48693962915df5bea564ee3a4.png) no-repeat;display:block}
.userlogin{margin-top:40px;}
.userlogin li{width:306px;height:40px; margin-bottom:24px;}
.userlogin li p{display:block;float:left; width:42px; height:40px; line-height:40px; color:#fff; font-size:18px; text-align:center;}
.loginuser{background:#0076c8;}
.loginpassword{background:#d63737;}
.userlogin li cite{display:block; float:left; width:264px;}
.loginbtn{display:block; width:306px; height:40px; background:#0a73bc; text-align:center; line-height:40px;font-size:16px;}
.loginbtn:hover{background:#2c3950;}
.userlogin li em{display:block; float:left; margin-right:8px;}
.userlogin li b{font-size:12px; color:#415372; display:block; float:left; height:20px; line-height:20px;}
.loginfooter{color:#a5c1df;font-size:12px; position:absolute; bottom:80px; text-align:center; width:100%;}
.userlogin>li>cite>.textbox{border-left:0;}/*20190318新增*/

/* main */
.header{background:#0076c8;height:50px; overflow:hidden;}
.left{width:200px;background:#fff; overflow:hidden;}
.footer{height:26px;background:#e3e6e8;color:#525e75;overflow:hidden;}
.center{background:#191f2a;}
.logo{padding-left:20px; margin-top:10px; float:left; width:379px;}
.nav li{float:left;}
.nav li a{display:block; height:48px; line-height:48px; background:#0076c8;padding:0 15px; color:#fff; border-left:solid 1px #0165ab;border-top:solid 2px #0076c8;}
.nav li a i{color:#fff; padding-right:8px;font-size:24px; display:block; float:left; height:48px; line-height:48px;}
.nav li a.selected,.nav li a:hover{background:#005d9e;color:#fff;border-left:solid 1px #0165ab;border-top:solid 2px #fff;}
.nav li a.selected i,.nav li a:hover i{color:#fff;}
.topright{float:right}
.toptool li {float:left; color:#536383;line-height:50px; padding:0 10px; position:relative;}
.toptool li a i{font-size:20px;}
.toptool li a{color:#fff;}
.toptool li a:hover{color:#0594f7;}
.toptool li em{display:block;font-size:9px; font-family: "arial"; color:#fff; background:#d63737; height:12px; line-height:12px; position:absolute; z-index:100; top:13px; right:6px; padding:0 2px; border-radius:2px; font-style:normal;}
.toptool li em.gcolor{background:#0da827;}
.userface{display:block;width:25px; height:25px; line-height:25px; background:url(/easyuiweb/images/userbg-984a68eee9a79aaa7e88afc49b9c2c2b.png) no-repeat; margin-top:13px;font-size:14px; color:#0397fe; text-align:center; float:left;}
.userface i{font-size:12px;}
.userdown{font-size:10px;}
.toptool li font{font-size:14px; display:block; float:left; padding:0 8px;}
.toptool li a i.userdown{-webkit-transform-origin-x: 0;-webkit-transform: scale(0.60);font-size:14px;}
.fleft,.fright{display:block; float:left; height:26px; line-height:26px; color:#415372;font-size:12px;}
.fright{float:right;}
.fleft>.iconfont{padding:0 5px; font-size:12px;}
.fright>.iconfont{float:right; margin-top:2px;}
#tt .tabs-panels>.panel>.panel-body{overflow:hidden;}

/*default*/
.toollist{overflow:hidden;padding-top:8px; padding-left:8px;}
.toollist li{float:left; width:16.66%;}
.toollist li:hover{opacity:0.9; cursor:pointer;}
.toollist li span i{display:block;float:left; width:62px; height:75px; line-height:75px; text-align:center; font-size:35px;background:url(/easyuiweb/images/spanbg-7a21c0bcbe8d1f4f8fde1c7ebd2804fa.png); margin-right:12px; color:#fff;}
.listbox{margin-right:8px;height:75px;}
.boxcolor1{background:#0076c8;}
.boxcolor2{background:#d63737;}
.boxcolor3{background:#6f61ae;}
.boxcolor4{background:#0da827;}
.boxcolor5{background:#008b72;}
.boxcolor6{background:#2c3950;}
.toollist li cite{display:block; float:left; width:110px; height:75px;}
.toollist li cite a{font-size:22px;float:left; display:block; font-style:normal; margin-top:12px;}
.toollist li cite a p{font-style:normal;font-size:12px; color:#fff; opacity:0.55; }
.panellist{padding-left:7px;padding-top:8px; overflow:hidden;}
.panellist li{width:33.33%; float:left;}
.panelbox{margin-right:8px;}
.chartbox{height:235px; overflow:hidden;}
.infolist{padding:8px 8px 0 8px; clear:both;}
.infoleft{width:66.67%; float:left;}
.inforight{width:33.33%; float:left;}
.infoboxleft{height:353px; margin-right:3px;}
.infoboxright{height:353px; margin-left:5px;}
.tablebox{margin:8px; overflow:hidden;}
.textlist{padding:8px;}
.textlist li{line-height:30px; height:30px;*line-height:29px;*height:29px; width:100%;}
.textlist li a{display:block; float:left; font-size:12px; color:#000;}
.textlist li a:hover{color:#0594f7;}
.textlist li span{display:block;width:2px;height:2px;float:left; margin-top:15px;margin-right:8px; margin-left:8px;background:#0594f7;}
.textlist li i{font-style:normal;color:#3c4b69; position:absolute; right:20px;font-size:12px;}
.textlist li em{font-size:9px;font-style:normal;color:#fff;display:block; height:13px; width:30px; line-height:13px;border-radius:2px; float:left;margin-top:8px; margin-left:6px; text-align:center;}
.emcolor1{background:#d63737;}
.emcolor2{background:#0076c8;}
.emcolor3{background:#6f61ae;}
.smallfont{-webkit-transform-origin-x: 0;-webkit-transform: scale(0.80);font-size:12px; }
.odd{background:#f5f5f5;}
.panelbox,.infoboxleft,.infoboxright{position:relative;}
.panelmore{position:absolute;z-index:100;right:10px;top:5px;}
.panelmore a{font-size:12px;color:#415375;padding-right:6px;}
.panelmore a:hover{color:#0594f7;}
.panelmore i{font-size:12px; color:#0594f7;-webkit-transform-origin-x: 0;-webkit-transform: scale(0.80);}


/*pages*/
.pagebox{padding:10px;}
.titlename{font-size:22px; color:#0076c8; padding-bottom:20px;}
.cbox{padding-bottom:15px;}
.cboxdd dd{float:left;width:33.33%;}
.ddiv{padding-left:5px; padding-right:5px;}
.cboxdt dd{float:left; width:50%;}
.fspan{float:left; display:block; width:80px; margin-right:5px;color:#536383; font-size:14px;}
.fi{padding-right:8px; padding-left:5px;color:#536383; font-style:normal;}
.dlinfo{width:250px; margin:0 auto;height:65px; margin-top:20px;}
.dleft{width:65px; height:65px; background:#e3e6e8; float:left; border-radius:50px;}
.lgicon{line-height:65px;color:#0594f7; width:65px; text-align:center; display:block;}
.dright{padding-left:10px; float:left; padding-top:15px;}
.dright span{font-size:16px; color:#566b91;}
.dright p{font-size:12px;color:#415372;}
.textlink{color:#0076c8;}
.iconlist li{float:left;margin-right:10px;margin-bottom:10px;width:120px; height:120px; display:block;}
.iconlist li p{text-align:center; line-height:20px;}
.iconlist li .easyui-panel:hover{border:solid 1px #0076c8;cursor:pointer;}


/*404*/
.page404{width:650px; height:280px;margin:0 auto; background:url(/easyuiweb/images/404-72e0ad8905d5816ea357aab7be392eca.png) no-repeat 20px 10px; margin-top:100px;}
.page404 p{ padding-left:280px;color:#566b91;font-size:16px;}
.error404{color:#d63737;font-size:38px; padding-left:280px; padding-top:80px;}

/*mobile*/
.mobile {height: 540px!important;margin: 0 auto;padding: 102px 25px 159px 23px;width: 337px;margin-top: 40px;background: url(/easyuiweb/images/bgiphone-d8c5ddf1619b9ba933789db195729cd8.png) no-repeat;transition: all .5s ease 0s}
.mobile iframe {height: 585px!important}

/*new*/
.dtitle{height: 50px; line-height: 50px; text-align:center;font-size: 22px;color:#fff; margin-bottom: 8px;margin-right:8px;}
.t1{background:#0076c8}
.t2{background:#d63737}
.t3{background:#6f61ae}
.flist{margin-bottom:10px; overflow:hidden;}
.flist li{float:left; margin-right:5px; margin-bottom:5px;}
.flistdis{margin-bottom:10px; overflow:hidden; display:none;}
.flistdis li{float:left; margin-right:5px; margin-bottom:5px;}
.tjlist{overflow:hidden;}
.tjlist li{float:left; margin-right:8px; border:solid 1px #c5ccd2; height:65px; padding:0px 30px;}
.tjlist li span{display:block; float:left; margin-top:15px;color:#415375;}
.tjright{float:left; padding-left:10px; margin-top:8px;}
.tjright em{font-size:22px; font-style:normal;color:#0076c8;}
.tjright p{font-size:14px;}
.jglist li{margin-bottom:10px;}
.jglist li span{display:block; width:80px; float:left; font-weight:bold;}
.ullist li{float:left; width:420px; margin-right:20px;height:35px;margin-bottom:15px;}


.userlist{position:absolute;z-index:100;top:50px;right:1px; padding:1px; background:#fff; border:solid 1px #c6c6c6; border-top:none;display:none; width:120px;}
.userlist li{line-height:25px;}
.userxl{padding-right:8px;padding-left:15px;}
.userlist li a{display:block; color:#000; height:25px; line-height:25px; background:none;margin-top:0;padding-right:15px;font-size:12px;}
.userlist li a:hover{background:#e3e6e8;color:#0076c8;}
.uldown{display: block;float:left;}

.userimg{width:120px; height:140px; line-height:140px; text-align:center;background:#e3e6e8;float:left; overflow:hidden;}
.userinfo{float:left; border:solid 1px #c5ccd2; height:123px; margin-left:10px; width:286px; padding-top:15px;}
.userinfo li{height:35px; line-height:35px; margin-left:15px; margin-right:15px;}
.userinfo li span{display:block;float:left; width:80px; text-indent:10px; font-weight:bold;}


/*icon*/
.icon-car {
	background: url(/easyuiweb/images/icon/menu_car-1e85df60e68484dc7fa7bbe84a03b348.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: -8px;
}

.icon-fangke {
	background: url(/easyuiweb/images/icon/menu_fangke-e3f2dc4eff14eb7438a4632adc6c5e3c.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: -8px;
}

.icon-rscw {
	background: url(/easyuiweb/images/icon/menu_rscw-c3db68ee5a0fe2d6c8be8ef093ca45c1.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: -8px;
}

.icon-stxf {
	background: url(/easyuiweb/images/icon/menu_stxf-84d76f741f100c454beae31134f1b523.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: -8px;
}

.icon-shiping {
	background: url(/easyuiweb/images/icon/menu_shiping-890005d7f7a2864f940b2ddb4aa412c8.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: -8px;
}

.icon-cardz {
	background: url(/easyuiweb/images/icon/menu_cardz-f14b55c91bdeda5aa7db20d87356089a.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: -8px;
}

.icon-rxdz {
	background: url(/easyuiweb/images/icon/menu_rxdz-447a14382c0392b164459dcdea473cdd.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: -8px;
}

.icon-mj {
	background: url(/easyuiweb/images/icon/menu_mj-79ff10d3783192a20625288cdec9ba19.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: -8px;
}


/**/

.icon-topmenu-anfang {
	background: url(/easyuiweb/images/icon/topmenu_anfang-4e3c1dc3e433caba8df0dec88de32230.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}

.icon-topmenu-xiaofei {
	background: url(/easyuiweb/images/icon/topmenu_xiaofei-4ba915558d8ead70321ef28189291a1e.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	margin-top:4px;
}

.icon-topmenu-meeting {
	background: url(/easyuiweb/images/icon/topmenu_meeting-47f80f150a8f4ffe42002183c7a27913.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	margin-top: 4px;
}

.icon-topmenu-rengshi {
	background: url(/easyuiweb/images/icon/topmenu_rengshi-cd56397c229b0c9658ad4edc80952ae0.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	margin-top: 4px;
}

.icon-topmenu-mysystem {
	background: url(/easyuiweb/images/icon/topmenu_mysystem-ddd6afd9512b7f41b857ce8c71b2d131.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	margin-top: 4px;
}