/*global settings*/

body{ background:#f2f2f2;}
.container{width:100%;min-width:1230px; position:relative;}
.w{width:1200px; margin:0 auto; position:relative;}

#header{width:100%; position:relative; z-index:3; background:#003aa6; box-shadow:0 2px 6px rgba(0,0,0,0.03);}
#main{width:100%; position:relative; z-index:2;}
#footer{width:100%; position:relative; z-index:1;}
.container.normal #header{border-bottom: 3px solid #004287;}
.container.normal #main{ margin-top:-1px;}
.bg-white{ background:#fff;}

a.more:link,a.more:visited{
	display: block;
    line-height: 24px;
    font-size: 13px;
    color: #0352AB;
    position: absolute;
    top: 8px;
    right: 16px;}
a.more:hover{ color:#329FEF;}
a.more:after{
	font-family:"iconfont" !important;
	font-size:13px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:0.2px;
	-moz-osx-font-smoothing:grayscale;
	content:"\e668";
}

/*===========background===========*/
.orange{ background:#fb7509;}
.blue{ background:#20b0da;}
.ashen{ background:#cba635;}


/*===========list style===========*/
.textlist{width:100%;}
.textlist > li{
	line-height: 32px;
    font-size: 14px;
    padding: 0px 93px 0 35px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;}
.textlist1 > li {
    line-height: 38px;
}
.textlist.small > li{ font-size:12px;}
.textlist > li a:hover{ text-decoration:underline;}
.textlist > li:before{
content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #444;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 21px;
    }
.textlist > li > span{
	display: block;
    font-size: 12px;
    color: #bbb;
    position: absolute;
    top: 0;
    right: 14px;
    }
.textlist > li > span.timing{ color:#666;}
.textlist > li > span.timing span{ color:#fa6f2b;}

.textlist.hideTime > li{padding-right:0;}
.textlist.hideTime > li span{ display:none;}

.textlist > li.topline{ padding:0 0 0 16px; padding-bottom:5px;}
.textlist > li.topline:before{ display:none;}
.textlist > li.topline a{ display:block; font-size:17px; font-weight:800; font-style:normal; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.textlist > li.topline span{ display:none;}


/*===========top===========*/
.topbar{ width:100%; text-align:center;}
.logobar{ 
	position: relative;
    left: 0;
    margin-top: -34px;
    z-index: 3;
    width: 1200px;
    margin: 0 auto;
    height:110px;
}
.logo{
	display: block;
    width: 370px;
    height: 66px;
    background: url(../images/logo.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
    position: relative;
    top: 29px;
    left: 19px;
    background-size: 90%;
}
.logobar .title{
	font-size: 3em;
    color: #FFF;
    font-weight: 500;
    position: absolute;
    top: 29px;
    line-height: 66px;
    left: 370px;
}

.nav{
	text-align: center;
    position: relative;
    z-index: 1;
    background: #005BAC;
    height:51px;
    border-top: 1px solid #fff;
}
.nav .menu > .item{ display:inline-block;}
.nav .menu > .item > a{   
	display: block;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    color: #FFF;
    padding: 0 28px;
    position: relative;}
.nav .menu > .item > a:hover{ 
	color: #fff;
    background: #308CFD;}
.nav .menu{
	text-align: left;
    width: 1200px;
    margin: 0 auto;
}
.search-top{ box-sizing:border-box; border:1px solid #ddd; border-radius:30px; padding-right:20px; overflow:hidden; position:absolute; top:-86%; margin-top:-16px; right:167px; z-index:2}
.search-top > input{display:block; width:150px; line-height:18px; height:30px; font-size:12px; color:#eee; padding:6px 10px; background:none; border:0;}
.search-top > button{display:block; width:24px; line-height:30px; font-size:14px; color:#eee; background:none; border:0;overflow:hidden; position:absolute; top:0; right:0;}
.search-top > button:hover{ color:#3a66a9; cursor:pointer;}
.search-top > button > i{font-size:18px; position:relative; top:1px;}
.frame-box{
	width: 40px;
	height: auto;
	background: #234572;/* #C81321 */
	right: 2px;
	cursor: pointer;
	z-index: 999;
	position: fixed;
	top: 50%;
	color: #FFFFFF;
	text-align: center;
    padding: 5px 0 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.frame-box span{
	display: inline-flex;
    padding: 10px 5px;
    font-size: 16px;
}
.frame-box:before{
	content: url(../images/export.png);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	width: 40px;
	height: 40px;
}
.frame-box:hover{
	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .20), 0 8px 20px 0 rgba(0, 0, 0, .40);
}


/*===========main===========*/
#main{ position:relative; z-index:2;}
#main .grid{ position:relative; padding:35px 0;}

.banner{ width:100%; position:relative;}
.banner .slider{ width:100%; height:400px; text-align:center; overflow:hidden; position:relative; z-index:1;}
.banner img{ display:block; height:100%; position:absolute;}

.sysbar{ width:100%; position:absolute; left:5; bottom:0; z-index:2;}
.sysbar ul{ overflow:hidden; zoom:1; margin-left:-1px; margin-right:-1px;}
.sysbar ul li{ display:block; width:14.2857%; float:left; padding:0 1px;}
.sysbar ul li a{ display:block; width:100%; height:140px; color:#fff; font-size:16px; background:rgba(0,0,0,0.5); text-align:center;}
.sysbar ul li a:hover{ background:rgba(7,56,109,0.9); color:#fff;}
.sysbar ul li a:hover .child_menu{display:block;}
.sysbar ul li a i{ display:block; width:48px; height:98px; margin:0 auto;}
.sysbar ul li a i.caigou{ background:url(../images/btn_caigou.png) center center no-repeat;}
.sysbar ul li a i.yanshou{ background:url(../images/btn_ys.png) center center no-repeat;}
.sysbar ul li a i.baofei{ background:url(../images/btn_bf.png) center center no-repeat;}
.sysbar ul li a i.gongxiang{ background:url(../images/btn_gx.png) center center no-repeat;}
.sysbar ul li a i.gongfang{ background:url(../images/btn_fang.png) center center no-repeat;}
.sysbar ul li a i.anquan{ background:url(../images/btn_anquan.png) center center no-repeat;}
.sysbar ul li a i.sys{ background:url(../images/btn_lab.png) center center no-repeat;}
.child_menu{
	top: 0px;
    position: absolute;
    right: -140px;
    width: 160px;
    height: auto;
    display:none;
}
.child_menu .menu_li{
	float: none;
    height: 45px;
    line-height: 45px;
    width: auto;
}
.layout-l{ width:932px; float:left; position:relative;}
.layout-ml{ width:470px; float:left; position:relative;}
.layout-mr{ width:470px; float:left; position:relative;}
.layout-r{ width:253px; float:right; position:relative;}
.lan1{border: 1px solid #e7e7e7;    margin: 10px 0 10px 0;}

.column{ position:relative;}
.column .column-title{ line-height:38px; border-bottom:1px solid #6fb4fb; margin-bottom:25px; position:relative;}
.column .column-title em{ display:block; font-size:16px; font-weight:600; font-style:normal; color:#444; padding-left:10px; position:relative;}
.column .column-title em:before{ content:""; display:block; width:3px; height:18px; background:#297efe; position:absolute; top:10px; left:0;}
.column.borded{
    background: #fff;
    padding: 0px 7px;
    /* box-shadow: 0 0 8px rgba(0,0,0,0.15); */
    border: 1px solid #e7e7e7;
    }


.tab-column{
	line-height: 37px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-bottom: 4px;
    position: relative;
    margin: 0 0 9px 20px;
    }
.tab-column .btn-tab{ 
    display: block;
    width: auto;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-bottom: 0;
    margin-right: 20px;
    float: left;
    position: relative;
	}
.tab-column .btn-tab:hover{ background:#fafafa;}
.tab-column .btn-tab.active{color: #0359AB;font-weight: 600;background: #fff;border-bottom: #0352AB solid;}
.tab-column .btn-tab.active:after{ content:""; display:block; width:100%; border-bottom:1px solid #fff; position:absolute; left:0;}

.tab-column2{line-height:38px; border-bottom:1px solid #ebebeb; margin-bottom:8px; position:relative;}
.tab-column2 .btn-tab{ display:block; font-size:16px; color:#444; margin-right:15px; padding:0 5px; float:left; position:relative;}
.tab-column2 .btn-tab.active{ font-weight:600; color:#333;}
.tab-column2 .btn-tab.active:after{ content:""; display:block; width:100%; border-bottom:2px solid #6fb4fb; position:absolute; left:0; bottom:-1px;}



.headline{ min-height:86px; padding-left:150px; margin-bottom:18px; position:relative;}
.headline .imgbox{ width:120px; height:86px; background:#ddd; position:absolute; top:0; left:0;}
.headline dt{ line-height:40px; font-size:16px;}
.headline dt a{ color:#333;}
.headline dt a:hover{ color:#0581e4;}
.headline dd{ color:#aaa;}

.newslist .textlist li{ width:50%; float:left;}
.newslist .textlist li{ width:48%; float:left;}
.newslist .textlist li:nth-child(even){ margin-left:4%;}


.notice{ padding-left:20px; background:url(../images/bg_notice.png) 0 0 repeat-y;}
.notice-list > .item{ min-height:92px; position:relative; padding-top:5px; padding-left:70px; padding-bottom:20px; border-bottom:1px solid #ddd; margin-bottom:20px;}
.notice-list > .item:last-child{ border-bottom:0; margin-bottom:0;}
.notice-list > .item a{ display:block; color:#999;}
.notice-list > .item a em{ display:block; font-size:14px; font-style:normal; color:#333; margin-bottom:8px;}
.notice-list > .item a span{ display:block;}
.notice-list .timebox{ width:60px; height:60px; text-align:center; color:#bbb; background:url(../images/bg_calendar.png) center -31px; position:absolute; top:5px; left:0;}
.notice-list .timebox span{ display:block; line-height:22px; font-size:16px; font-weight:600; color:#3dbcf8; padding-top:12px;}

.column.news, .column.notice{ height:280px; padding-top:6px;}

.column.caigou{
	height: 359px;
    padding: 4px 0;
    border: 1px solid #e7e7e7;
    /* padding: 1px 1px 1px 1px; */
    margin: 6px 8px 0px 0px;}
.column.tiaoji{     
	height: 217px;
    position: relative;
    top: 5px;
    margin: 6px 0px;}

.lxwm {
    width: 205px;
    height: 28px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: Regular;
    text-align: left;
    color: rgba(0, 0, 0, 0.75);
    line-height: 28px;
    position: relative;
    left: 20px;
}




/*��Ŀ����*/


.ku{ width:100%;}
.ku a{ display:block; width:100%; height:72px; background:url(../images/ku.png) 0 0 no-repeat; overflow:hidden; text-indent:-99%;}
.ku a:hover{ opacity:0.9;}



/*ϵͳ���*/
.panel-sys{}
.panel-sys .menu a{ display:block; line-height:70px; font-size:18px; color:#fff; padding:0 15px; padding-left:70px; border-radius:2px; margin-bottom:5px; position:relative;}
.panel-sys .menu a span{ font-size:12px; margin-left:5px;}
.panel-sys .menu a:after{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; content:"\e668"; position:absolute; top:0; right:10px;}
.panel-sys a:hover{ opacity:0.8;}
.panel-sys .iconbox{ display:block; width:32px; height:32px; position:absolute; top:21px; left:20px;}
.panel-sys .login{ background:url(../images/icon_user.png) center center no-repeat;}
.panel-sys .gys{ background:url(../images/icon_gys.png) center center no-repeat;}
.panel-sys .zhuanjia{ background:url(../images/icon_zj.png) center center no-repeat;}
.panel-sys .ztb{ background:url(../images/icon_ztb.png) center center no-repeat;}
.panel-sys .robot{ background:url(../images/icon_robot.png) center center no-repeat;}


.panel-sys .menu-block .iconbox{ margin:0 auto; margin-bottom:8px; position:relative; top:auto; left:auto;}
.linear-blue{	background:#46b7ff;
				background:linear-gradient(to bottom, #46b7ff, #35a6ef);
				background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#46b7ff), to(#35a6ef));
}
.linear-green{	background:#00b6d1;
				background:linear-gradient(to bottom, #00b6d1, #00a7c0);
				background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#00b6d1), to(#00a7c0));
}
.linear-darkgreen{	background:#11a5ba;
					background:linear-gradient(to bottom, #11a5ba, #088699);
					background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#11a5ba), to(#088699));
}
.linear-yellow{	background:#ff940a;
				background:linear-gradient(to bottom, #ff940a, #ec8500);
				background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff940a), to(#ec8500));
}




/*===========foot===========*/
#footer{    
	line-height: 2em;
    min-height: 223px;
    text-align: center;
    color: #fff;
    background: url(../images/foot_bg.png) center 13px no-repeat 
}
#footer ul{ line-height:38px; overflow:hidden;zoom:1; padding:20px 0; border-bottom:1px solid rgba(255,255,255,0.1); margin:0 30px; margin-bottom:25px;}
#footer li{ display:inline-block; margin:0 9px;}
#footer li:after{ content:""; display:inline-block; width:1px; height:12px; border-left:1px solid #777; margin-left:20px; position:relative; top:1px;}
#footer li:last-child:after{ display:none;}
#footer li a{ color:#fff; font-size:14px;}
#footer li a:hover{ color:#e2e5e8;}
#footer p{ margin-bottom:0;}
#footer p span{ margin:0 10px;}








/*===========����ҳ��===========*/
.subpage{background:url(../images/lider.png) 5px 0 repeat-y #fafafa; border:1px solid #e5e5e5;box-shadow: 0 4px 12px rgba(0,0,0,0.05); position:relative; padding-left:200px;}
.subpage.no-sider{background:#fff; padding-left:0;}
.subpage.no-sider .siderBar{display:none;}
.subpage.no-sider > .contant{border-left:0;}
.subpage > .contant{min-height:500px; background:#fff; border-left:1px solid #e5e5e5;}
.subpage > .siderBar{width:200px; position:absolute; left:0; top:20px;}
.subpage > .siderBar > .title{line-height:40px; font-size:14px; font-weight:bold; padding:0 10px; margin:0 10px; margin-bottom:15px; border-bottom:2px solid #bcbcbc;}
.subpage > .siderBar > .menu{padding:0 8px;}
.subpage > .siderBar > .menu li{padding:3px 0;}
.subpage > .siderBar > .menu a{display:block; line-height:30px; padding:2px 10px; border-radius:5px; position:relative;}
.subpage > .siderBar > .menu a > i{display:block; line-height:24px; position:absolute; top:5px; right:10px;}
.subpage > .siderBar > .menu a.default:link,.subpage > .siderBar > .menu a.default:visited{color:#666; border:1px solid #e2e2e2;}
.subpage > .siderBar > .menu a.default:hover{background:#f4f4f4; text-decoration:none; border:1px solid #dadada;}
.subpage > .siderBar > .menu a.active:link,.subpage > .siderBar > .menu a.active:visited{color:#fff; background:#054c8a; border:1px solid #054c8a;}
.subpage > .siderBar > .menu a.red:hover{text-decoration:none;}

.subpage > .siderBar .submenu{ padding-top:8px;}
.subpage > .siderBar .submenu a{ padding-left:22px;}
.subpage > .siderBar .submenu a:hover{ color:#2196f3;}
.subpage > .siderBar .submenu a.active{ color:#2196f3 !important; background:#dcdcdc !important; border:0 !important;}

.subpage .listbar{margin:0 30px;}
.subpage .listbar > .title{font-size:14px; color:#555; margin-bottom:15px; border-bottom:1px solid #ddd; padding-top:20px;}
.subpage .listbar > .title > span{display:inline-block; line-height:40px; font-size:18px; font-weight:bold; border-bottom:2px solid #054c8a; margin-bottom:-1px;}
.subpage .listbar > .list{width:100%; padding-bottom:50px;}
.subpage .listbar > .list td{display:block; line-height:24px; padding:7px 115px 7px 24px; border-bottom:1px dotted #eee; position:relative; white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.subpage .listbar > .list td a{color:#444;}
.subpage .listbar > .list td:before{content:"\e635"; font-family:"iconfont" !important; font-size:12px;font-style:normal; line-height:24px; color:#aaa; -webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing:grayscale; position:absolute; top:8px; left:0;}
.subpage .listbar > .list td:hover{background:#f8f8f8;}
.subpage .listbar > .list td span{color:#aaa; display:block; position:absolute; top:7px; right:0;}
/*textҳ��*/
.subpage .textbox{min-height:700px; padding:20px;}
.subpage .textbox > .title{border-bottom:1px solid #f5f5f5; text-align:center; padding-bottom:40px; padding-top:35px;}
.subpage .textbox > .title h1{font-size:21px; font-weight:800; color:#444; line-height:1.5em;}
.subpage .textbox > .title > span{color:#999; line-height:2em;margin:0 1em;}
.subpage .textbox > .msbox{width:auto; font-size:14px; line-height:2em;padding:30px;}
.subpage .textbox > .msbox p{text-indent:2em; margin-bottom:1em;}

.subpage .search-bar{padding:50px 0; border-bottom:1px solid #eee; margin:0 30px; margin-bottom:40px;}
.subpage .search-bar > .search-tool{width:500px; margin:0 auto;}
.subpage .search-bar > .search-tool > input{display:block; width:410px; line-height:22px; height:42px; font-size:12px; padding:8px 12px; background:#fff; border:2px solid #2196f3; border-radius:3px 0 0 3px; float:left;}
.subpage .search-bar > .search-tool > button{display:block; width:62px; line-height:42px; font-size:14px; color:#fff; background:#2196f3; border:0; border-radius:0 3px 3px 0; float:left; overflow:hidden;}
.subpage .search-bar > .search-tool > button:hover{background:#4879e4; cursor:pointer;}

.subpage .listbar > .list td{ border-top:0 !important;}

.calendar{
	margin-top:9px;
}
.cgyx{
    background: url(../images/img-bq.png) 0 0 no-repeat;
    width: 33px;
    left: -13px;
    position: absolute;
    z-index: 1;
    color: #fff;
    height: 134px;
    font-size: 20px;
    /* text-indent: 4px; */
    /* letter-spacing: 2px; */
    line-height: 28px;
    /* align-content: center; */
    text-align: center;
    top:0
}
.imga {
    display: flex;
    width: 50%;
    float: left;
    position: relative;
    
}

.iconDiv {
    position: absolute;
    left: 10%;
    top: 43px;
    color: #fff;
    font-weight: 600;    
}
.iDiv1 {
    left: 63%;
    top: 43px;
    color: #fff;
}
.iDiv2 {
    left: 10%;
    top: 110px;
    color: #fff;
}
.iDiv3 {
    left: 65%;
    top: 110px;
    color: #fff;
}
.iconig {
    position: absolute;
    left: 44px;
    top: 10px;
}
#iconDiv>a{
    cursor: pointer;
}
.calendar-text{
    background: url(../images/rl.png) 0 0 no-repeat;
    width: 33px;
    /* left: -13px; */
    right: -27px;
    position: absolute;
    top: 9px;
    z-index: 1;
    color: #fff;
    height: 155px;
    font-size: 20px;
    /* text-indent: 4px; */
    /* letter-spacing: 2px; */
    line-height: 32px;
    /* align-content: center; */
    text-align: center;
}
/*===========media===========*/
@media(max-width:1025px){

}

