@charset "utf-8";
/*前台HOME公用样式表*/

/*浏览器滚动条及页面选取样式*/
::-moz-selection {
    background: #1f5bbe;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #1f5bbe;
    color: #fff;
    text-shadow: none;
}

/*项目基础样式全局定义*/
body, button, input, select, textarea {
    font: 12px/1.5 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	color: #333;
}
button, input, select, textarea {
	font-size: 100%;
}
a {
	color: #1f5bbe;
	text-decoration: none;
/*
	transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
*/
}
a:hover {
	color: #f66a23;
	text-decoration: none;
}

.btn .ionicons {
    margin-right: 5px;
}

/*工具样式*/
.container {
	width: 1200px;
    margin: 0px auto;
}
.brandLine {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 3px;
    overflow: hidden;
    background: #f66a23 url(line.jpg) center top no-repeat;
}

/*布局*/
body {
    padding-top: 80px;
}

.header {
    position: fixed;
    _position: absolute;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 80px;
    background: #fff;
    background: rgba(255,255,255,0.95);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.header .logo {
    width: 200px;
    height: 80px;
    overflow: hidden;
    text-indent: -999em;
    float: left;
    background: url(logo.png) left center no-repeat;
}
.header .nav {
    float: right;
}
.header .nav li {
    float: left;
}
.header .nav li a {
    padding: 0px 20px;
    line-height: 78px;
    height: 78px;
    display: inline-block;
    _zoom: 1;
    _display: inline;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
}
.header .nav li a .ionicons {
    margin-right: 5px;
}
.header .nav li a:hover,
.header .subShow a {
    color: #f66a23!important;
    background: #f2f2f2;
    border-color: #f2f2f2!important;
}
.header .nav li.act a {
    border-color: #f66a23;
}
.header .nav li.act a {
    color: #f66a23;
}
.header .qr {
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: 610px;
}
.header .qr a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: none;
}
.header .qr a:hover {
    background: none;
}
.header .qr .bigImg {
    position: absolute;
    top: 36px;
    right: 0px;
    z-index: 999;
    width: 200px;
    height: 228px;
    background: url(navQRimg.png) 0px 0px no-repeat;
    display: none;
}
.header .subNav {
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    background: #f2f2f2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    display: none;
    transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
}
.header .subNav ul {
    text-align: right;
}
.header .subNav ul li {
    float: none;
    display: inline-block;
    _zoom: 1;
    _display: inline;
    padding: 20px 0px;
}
.ie7 .header .subNav ul li {
    display: inline;
}
.header .subNav ul li a {
    padding: 0px 20px;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    _zoom: 1;
    _display: inline;
    color: #333!important;
    font-weight: normal;
    font-size: 12px;
    border: none;
    border-radius: 14px;
    transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
}
.header .subNav ul li a:hover,
.header .subNav ul li.act a {
    background: #1f5bbe;
    color: #fff!important;
}
.header .subShow .subNav {
    display: block;
    top: 80px;
    transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
}

.footer {
    position: relative;
    color: #a1a1a1;
    background: url(footerBg.jpg) top center repeat;
}
.footer a {
    color: #a1a1a1;
}
.footer a:hover {
    color: #f66a23;
    text-decoration: underline;
}

.footer .copyright {
    text-align: center;
    line-height: 30px;
    padding: 15px 0px;
    clear: both;
    border-top: 1px solid #333;
}
.footer dl {
    /*width: 20%;*/
    padding-right: 55px;
    float: left;
    padding-top: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.footer dl dt {
    font-weight: bold;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    _zoom: 1;
    _display: inline;
}
.footer dl dt a {
    color: #fff;
}
.footer dl dd {
    padding-top: 5px;

}
.footer dl ul {

}
.footer dl ul li {

}
.footer dl ul li a {
    font-weight: normal;
    height: 24px;
    line-height: 24px;
}
.footer dl.mini {
    /*width: 120px;*/
}
.footer dl.contact {
    width: 340px;
    padding-right: 0px;
    float: right;
}
.footer dl.contact h5,
.footer dl.contact h5 .ionicons {
    font-size: 20px;
    font-weight: bold;
    color: #f66a23;
    padding: 5px 0px;
}
.footer dl.contact h5 .ionicons {
    font-weight: normal;
    margin-right: 10px;
    padding: 0px;
}
.footer dl.contact p {
    margin: 0px;
    line-height: 2;
}

.pageBanner {
    position: relative;
    height: 340px;
    background: #f2f2f2 url() top center no-repeat;
}
.pageMain {
    background: #fff;
    padding: 20px 0px;
}
.pageMain .container {

}
.pageMain .pageBox {
    width: 900px;
}
.pageMain .pagePath {
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    color: #999;
}
.pageMain .pagePath strong {
    color: #333;
    font-weight: bold;
}
.pageMain .sideBox {
    width: 280px;
}
.sideNav {
    margin-bottom: 10px;
}
.sideNav dt {
    background: #1f5bbe;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 20px 20px;
}
.sideNav dt .ionicons {
    font-size: 20px;
    margin-right: 10px;
}
.sideNav dd {

}
.sideNav ul {

}
.sideNav ul li {
    border-bottom: 1px solid #f2f2f2;
}
.sideNav ul li a {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    display: block;
}
.sideNav ul li a .ionicons {
    margin-right: 10px;
}
.sideNav ul li a:hover {
    background: #f2f2f2;
}
.sideNav ul li.act a {
    color: #f66a23;
    font-weight: bold;
}
.sideBox {

}
.sideBox .tit {
    border-left: 2px solid #1f5bbe;
    color: #1f5bbe;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    padding-left: 20px;
    font-size: 14px;
}
.sideBox .cont {
    padding: 10px 20px;
    line-height: 1.8;
}
.tagList {

}
.tagList li {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}
.tagList li .label {
    background: #aaa;
    color: #eee;
}
.tagList li a:hover {
    background: #f66a23;
    color: #fff;
}

.infoDetail {
    padding: 10px 0px;
}
.infoDetail h1 {
    font-size: 24px;
    font-weight: bold;
}
.infoDetail .status {
    font-size: 14px;
    line-height: 14px;
    color: #999;
    padding: 8px 0px 12px;
    border-bottom: 1px solid #eee;
}
.infoDetail .status span {
    margin-right: 10px;
}
.infoDetail .ionicons {
    margin-right: 5px;
}
.infoDetail .contHtml {
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 0px;
}
.infoDetail .contHtml img {
    width: auto;
    max-width: 100%;
}

.infoList .item {
    position: relative;
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 14px;
    padding: 10px 0px;
}
.infoList .item a {
    font-weight: bold;
    color: #333;
    height: 32px;
    line-height: 32px;
}
.infoList .item a:hover {
    color: #f66a23;
}
.infoList .item p {
    margin: 0px;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}
.infoList .item span {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ccc;
    font-weight: normal;
    line-height: 32px;
    font-size: 12px;
}

.infoListImg {
    padding: 15px 0px;
    width: 920px;
    overflow: hidden;
}
.infoListImg .item {
    width: 280px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}
.infoListImg .item .img {
    width: 100%;
    position: relative;
    font-size: 0px;
    display: block;
    transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
}
.infoListImg .item .img img {
    width: 100%;
    height: 180px;
}
.infoListImg .item .img .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    background: url(../index/inProMask.png) center center no-repeat;
    display: none;
}
.infoListImg .item .img .mask .icon {
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    background: url(../index/inProMaskIcon.png) bottom center no-repeat;
    display: none;
}
.infoListImg .item .img:hover {

}
.infoListImg .item .img:hover .mask {
    display: block;
}
.infoListImg .item .img:hover .mask .icon {
    display: block;
    top: 0px;
    background-position: center center;
}
.infoListImg .item .info {
    height: 85px;
    overflow: hidden;
}
.infoListImg .item .info a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    transition: all 0.2s linear;
	-webkit-transition: 0.2s linear all;
}
.infoListImg .item .info a:hover {
    color: #f66a23;
}
.infoListImg .item .info p {
    margin: 0px;
    text-align: left;
    color: #999;
    line-height: 1.5;
}


.imageList {
    padding: 15px 0px;
    width: 920px;
    overflow: hidden;
}
.imageList .item {
    width: 280px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}
.imageList .item .img {
    display: block;
    text-align: center;
    border: 1px solid #f2f2f2;
    height: 278px;
    position: relative;
}
.imageList .item .img img {
    width: 100%;
}
.imageList .item .info {
    text-align: center;
    line-height: 2;
}
.imageList .item .info a {
    font-size: 14px;
}

/* 翻页 */
.paginationa {
	padding: 10px 0px 20px;
	line-height: 30px;
	font-size: 12px;
	clear: both;
}
.paginationa strong {
	padding: 0px 2px;
}
.pagination-info {
	float: left;
}

.pagination-pages {
	float: right;
	background: #fff;
}
.pagination-page {
	float: left;
	padding-top: 3px;
}
.pagination-page a {
        cursor:pointer;
	float: left;
	margin-right: 3px;
	padding: 1px 9px;
	color: #999;
	height: 23px;
	line-height: 23px;
	border-radius: 2px;
	text-decoration: none;
}

.pagination-page a:hover {
/*	padding: 0px 8px;*/
/*	border: 1px solid #eee;*/
	background-color: #eee;
	color: #666;
	text-decoration: none;
}

.pagination-page span.cur {
	padding: 0px 8px;
	border: 1px solid #1f5bbe;
	background-color: #1f5bbe;
	color: #fff;
	margin-right: 3px;
	float: left;
	height: 23px;
	line-height: 23px;
	border-radius: 2px;
}

.pagination-page span.point {
	padding: 1px 6px;
	float: left;
	height: 23px;
	line-height: 23px;
}

.pagination-count {
	float: left;
	padding-left: 10px;
	line-height: 30px;
}

.pagination-form {
	float: left;
	padding-left: 10px;
	line-height: 30px;
}

.pagination-form input {
	width: 20px;
	margin: 0px 3px;
	margin-top: -3px;
	padding: 2px 5px;
}

.pagination-form .btn {
	margin-left: 5px;
	margin-top: -3px;
}

.pagination {
    display: block;
    padding: 10px 0px 20px;
	line-height: 30px;
	font-size: 12px;
	clear: both;
}
.pagination ul {
    text-align: center;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    cursor:pointer;
	margin-right: 3px;
	padding: 1px 9px;
	color: #999;
	height: 23px;
	line-height: 23px;
    display: inline-block;
    _zoom: 1;
    _display: inline;
	border-radius: 2px;
	text-decoration: none;
}
.pagination ul li a:hover {
    background-color: #eee;
	color: #666;
	text-decoration: none;
}
.pagination ul li a.current {
    padding: 0px 8px;
	border: 1px solid #1f5bbe;
	background-color: #1f5bbe;
	color: #fff;
	margin-right: 3px;
	height: 23px;
	line-height: 23px;
	border-radius: 2px;
}

/*无侧栏模式*/
.pageMain.noside .pageBox {
    width: 100%;
}
.pageMain.noside .sideBox {
    display: none;
}
.pageMain.noside .infoDetail h1,
.pageMain.noside .infoDetail .status {
    text-align: center;
}


/*表单类页面*/
.pageForm {
    padding-bottom: 55px;
}
.pageForm legend {
    color: #144d9a;
}
.pageForm .formTable .easyui-textbox {
	width: 220px!important;
}
.pageForm .formTable .textbox {
	height: 32px;
}
.pageForm .formTable .easyui-combobox {
	width: 233px!important;
}

.pageForm .formTable .easyui-datetimebox {
	width: 180px!important;
}
.pageForm .formTable .easyui-combotree {
	width: 230px!important;
}
.pageForm .formTable .combo input:focus {
    box-shadow: none;
}
.pageForm .formTable .textbox-focused {
    border: 1px solid #4787ed;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 4px rgba(71,135,237,0.6);
}

.pageForm .formTable .textbox-disabled {
	border: none;
}
.pageForm .formTable .textbox-disabled input {
	color: #999;
	background: #f2f2f2;
	box-shadow: none;
}
.pageForm .formTable .switchbutton {
    margin-top: 4px;
}
.pageForm .formTable label,
.pageForm .formTable .label {
    display: inline-block;
    margin-top: 5px;
}
.formBtn {
    position: fixed;
    _position: absolute;
    bottom: 0px;
    _bottom: auto;
    left: 0px;
    _left: auto;
    right: 0px;
    z-index: 9999;
    width: 100%;
    height: 42px;
    text-align: center;
    padding: 0px;
    border-top: 1px solid #e6e6e6;
    background: #f2f2f2;
    opacity: 0.95;
    filter: opacity(95);
}
.formBtn input {
    margin: 5px 3px 0px;
    font-weight: normal;
}
.formBtn .tools {
	position: absolute;
	left: 10px;
	top: 8px;
}
