@charset "utf-8";

/* 公共样式 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
body {
    background: #fff;
    color: #333;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
	position: relative;
    line-height: 1;
}
div, p, a, li, td {
    -webkit-text-size-adjust: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
li {
	list-style: none;
}
a:link {
    color: #19558c;
    text-decoration: none;
}
a:visited {
    color: #19558c;
    text-decoration: none;
}
a {
    outline: none;
    color: #004280;
    text-decoration: none;
    font-weight: normal;
}
a img {
    border: none;
}
.clear {
    float: none;
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    background: none;
    list-style: none;
    font-size: 0;
}
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: '.';
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.row-maxwidth-100pct {
    margin: 0 auto;
    padding: 0 1%;
    width: 100%;
    max-width: 1200px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */	
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 300px;
}
/* Header */

.main-menu {
    border-bottom: 2px solid #004280;
    -webkit-box-shadow: 0 0 5px 0 #004280;
    box-shadow: 0 0 5px 0 #004280;
}

.header-logo {
    float: left;
    margin: 10px 20px 6px 0;
    width: 240px;
    height: 75px;
}
.header-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(/static/images/logo.png);
	font-size: 34px;
    background-size: auto;
    background-position: left;
    background-repeat: no-repeat;
	font-family:Microsoft YaHei, SimHei;
	font-weight: bold;
	line-height: 75px;
	color:#0E69A3;
    text-indent: 60px;
}
.toggleMenu {
    float: right;
    margin: 35px 10px 20px 0;
    margin-left: 18px;
    width: 22px;
    height: 22px;
}
.toggleMenu img {
    width: 22px;
}
.header-usermenu {
    float: right;
    margin: 35px 0 0;
}
.header-usermenu>li {
    float: left;
    list-style: none;
}
li.usermenu-search>a.search-icon-svg {
    background-image: url(/static/images/icon-header-search.png);
}
.header-usermenu>li>a {
    display: block;
    padding-left: 28px;
    background-position: center left;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 22px;
}
ul.header-nav {
    float: right;
    margin-bottom: 0;
	margin-right: 10px;
}
ul.header-nav>li {
    float: left;
}
ul.header-nav li {
    list-style: none;
}
ul.header-nav>li:first-child a {
}
ul.header-nav>li>a {
	display: block;
    margin-right: 0;
    padding: 0 20px;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 90px;
}
ul.header-nav a {
    text-decoration: none;
}
ul.header-nav>li>div {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    overflow: auto;
}
.row-brdrgray {
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    background-color: #fff;
}
.row-fluid {
    width: 100%;
}
ul.header-nav .cols4, ul.header-nav .cols3 {
    margin: 0 auto;
    width: 98%;
    max-width: 1200px;
}
ul.header-nav .col1 {
    float: left;
    width: 25%;
}
ul.header-nav h5 {
    margin: 0;
	line-height: 55px;
    font-weight: normal;
    font-size: 16px;
}
ul.header-nav h5 a {
    color: #4d4d4d;	
}
ul.header-nav ol li {
    margin: 0 0;
    font-size: 14px;
    line-height: 150%;
    word-wrap: break-word;
    word-break: break-all;
}

ul.header-nav ol li a {
    display: inline-block;
    padding-bottom: 5px;
    color: #004280;
    font-size: 14px;
    line-height: 1.3em;
}

ul.header-nav>li.show-mega>div {
    display: block;
}
/* 头部搜索 */
.row-brdrgray {
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    background-color: #fff;
}
.search-panel {
    display: none;
}
.header-panel-wrapper-search {
    position: absolute;
    left: 0;
    z-index: 1000 !important;
}
.block-search {
    margin: 0 auto;
    padding: 1% 3%;
}
.panel-block {
    margin: 0 0 10px;
}
.search-Mainbox {
    position: relative;
    margin: 2.5% auto 0 auto;
    padding: 0 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
}
.search-input {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 0 0 1%;
    width: calc(100% - 120px - 15px - 20px - 20px);
    height: 60px;
    border: 0;
    color: #4d4d4d;
    vertical-align: middle;
    font-weight: normal;
    font-size: 26px;
}
.search-btnSubmit-svg {
    float: right;
    margin: 0 0;
    width: 120px;
    height: 60px;
    outline: 0;
    border: 0;
    background-color: #004280;
    background-image: url(/static/images/icon-search-submit.png);
    background-position: center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    box-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
    opacity: .75;
    cursor: pointer;
    filter: alpha(opacity=75);
}
.panel-control-up a {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 15px;
    background: url(/static/images/arrow-panel-control-up.png) no-repeat;
    text-indent: -9999px;
	background-size:100%
}
/* footer */
.footer {
    clear: both;
    padding-top: 20px;
}
.row-gray-blue {
    background-color: #406180;
}
.row-maxwidth-98pct {
    margin: 0 auto;
    width: 98%;
    max-width: 1200px;
}
.aonline-contactTitle {
    float: left;
    width: 23%;
	text-indent: 2rem;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    line-height: 90px;
	margin-bottom: 0;
}
.aonline-contact {
    float: left;
    width: 77%;
	margin-bottom: 0;
    border-left: 3px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */	
}
.aonline-contact li i {
    margin-right: 10px;
    vertical-align: top;
    font-size: 24px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.aonline-contact li a {
    color: #fff;
}
.aonline-contact li {
    float: left;
    margin: 0 2.57%;
    background-position: left top;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    color: #fff;
    list-style: none;
    font-size: 16px;
	line-height:90px;
}
.aonline-contact li i {
    margin-right: 10px;
    vertical-align: top;
    font-size: 24px;
}   
.aonline-contact li span {
    display: inline-block;
}
.row-brdrwhite {
    border-top: 3px solid #fff;
}
.row-gray-b96 {
    background-color: #f5f5f5;
}
.footer-nav-wrapper {
    margin: 0 0;
    padding: 2% 0 2% 0;
}
.footer-logo {
    display: inline-block;
    padding: 1% 0 1% 0;
    width: 20%;
    vertical-align: middle;
}
.footer-logo .logo-pic img {
    width: 100%;
    max-width: 170px;
}
.footer-nav-wrapper .footer-nav {
    display: inline-block;
    margin: 0;
    padding-left: 4%;
    width: 70%;
    vertical-align: middle;
}
.footer-nav ul li {
    display: inline-block;
    margin-top: 1%;
    margin-right: 5.25%;
    margin-bottom: 1%;
    list-style: none;
    font-size: 14px;
    line-height: 150%;
}
.footer-nav ul li a {
    display: inline-block;
    color: #4d4d4d;
	text-indent: 0.2rem;
}
.footer-wrapper {
    margin: 0 0;
    padding: 1% 0;
    border-top: 1px solid #ccc;
}
.footer-copyright {
    float: left;
	margin: 0;
}
.footer-copyright li {
    float: left;
    padding: 0 8px;
    border-left: 1px solid #999;
    color: #666;
    list-style: none;
    font-size: 12px;
    line-height: 150%;
}
.footer-copyright li.copr-first {
    padding-left: 0;
    border-left: none;
}
.footer-copyright li a {
    display: block;
    color: #666;
}

/* 面包屑导航 */
.mbx {
    margin: 40px 0 20px;
    font-size: 14px;
    color: #666;
}
.mbx a {
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
}

/* 搜索结果 */
.pro_l .title-block .resultbar {
    position: absolute;
	right: 15px;
	line-height:14px;
	bottom: 10px;
	font-size:14px;
}
.pro_l .title-block .resultbar .fc_03c {
	color: red;
	font-size: 16px;
}
.pro_l .title-block .resultbar b {
	font-size: 16px;
	color: #1CAA9A;
}

.pre, .next {
	line-height: 25px;
	font-size: 14px;
}

.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
	margin-top: 30px;
}
.portlet.light>.portlet-title {
    padding: 0;
    min-height: 48px;
}
.portlet>.portlet-title {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 10px;
    min-height: 41px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.portlet.light>.portlet-title>.caption {
    color: #666;
    padding: 10px 0;
}
.portlet>.portlet-title>.caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}

.portlet.light>.portlet-title>.caption>.caption-subject {
    font-size: 16px;
}

.font-green-sharp {
    color: #406180!important;
}
.portlet.light .portlet-body {
    padding-top: 8px;
	margin-bottom: 210px;
}
.fc-msg-body {
    padding: 90px 0;
}
@media (min-width: 992px)
.col-md-12 {
    width: 100%;
}

.fc-msg-info {
    margin-top: -10px;
    padding-bottom: 5px;
    top: -8px;
}
.fc-msg-info, .fc-msg-url {
    padding-left: 0;
    text-align: left;
}
.fc-msg-title {
    color: #9a9393;
    padding-bottom: 0;
	font-size:14px;
	line-height: 45px;
}
label {
    font-weight: 400;
}
.portlet>.portlet-body p, .table .btn {
    margin-top: 0;
}

/* 友情链接 */
.flink {
	widht: 100%;
	background: #406180;
}
.flink_c {
	max-width: 1200px;
	margin: 0 auto;
	line-height: 24px;
	color: #fff;
}
.flink_c a {
	color: #fff;
}

.pagelist {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.pagelist ul {
    float: right;
}

.pagelist .pagination li {
    float: left;
    max-width: 100px!important;;
    min-width: 40px!important;;
    list-style: none;
    text-align: center;
}

/* 屏幕尺寸最大为 1100px */
@media screen and (max-width:1100px) {
	.header-logo {
	    margin: 20px 0 16px 0;
	    width: 140px;
	    height: 38px;
	}
	.main-menu .header-nav li {
		width: 50%;
	    border-top: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	    margin-top: -1px;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    text-align: center;		
	}
	.main-menu .header-nav li:nth-of-type(odd){ 
		border-right: 1px solid #eee;
	}
	ul.header-nav {
	    width: 100%;
	}
	ul.header-nav>li>a {
	    line-height: 40px;
	}
	ul.header-nav .col1 {
	    width: 50%;
		border-bottom: 1px solid #eee;
	}
	ul.header-nav h5 {
	    line-height: 40px;
		font-size: 15px;
	}
}

/* 屏幕尺寸最大为 850px */
@media screen and (max-width:850px) {
	.pro_l .title-block {
	    font-size: 18px;
	    line-height: 2.3rem;
	}
}

/* 屏幕尺寸最大为 768px */
@media screen and (max-width:768px) {
	.block-search {
	    padding: 0;
	}
	.search-Mainbox {
	    margin: 10px auto 0 auto;
	}
	.search-input {
	    height: 40px;
	    font-size: 18px;
	}
	.search-btnSubmit-svg {
	    width: 80px;
	    height: 40px;
	}
	.aonline-contact li {
	    margin: 0 2%;
	    font-size: 15px;
	    line-height: 90px;
	}
}

/* 屏幕尺寸最大为 700px */
@media screen and (max-width:700px) {
	.aonline-contactTitle {
	    font-size: 20px;
		text-indent: 0;
		text-align: center;
	}
	.aonline-contact li {
		width: 40%;
	    margin: 0 2.5%;
		text-align: center;
		line-height: 45px;
	}
}

/* 屏幕尺寸最大为 550px */
@media screen and (max-width:550px) {
.main-menu .header-nav li {
		width: 100%;
	}
	.search-input {
		width: calc(100% - 50px - 15px - 20px - 20px);
	    height: 30px;
	    font-size: 14px;
	}
	.search-btnSubmit-svg {
	    width: 60px;
	    height: 30px;
	}
	.header-logo {
	    margin: 10px 0 10px 0;
	    width: 140px;
	    height: 38px;
	}
	.toggleMenu {
	    margin: 20px 10px 10px 10px;
	}
	.header-usermenu {
	    margin: 20px 0 0;
	}
	ul.header-nav>li>a {
	    line-height: 35px;
		font-size: 14px;
	}
	ul.header-nav .col1 {
	    width: 100%;
	}
	ul.header-nav h5 {
		line-height: 35px;
		font-size: 13px;
	}
	.row-maxwidth-98pct {
	    margin: 0 auto;
	    width: 100%;
	    max-width: 1200px;
	}
	.aonline-contactTitle {
	    font-size: 16px;
	}
	.aonline-contact li {
	    width: 47%;
	    margin: 0 1.5%;
	}
	.aonline-contact li i {
	    margin-right: 5px;
	    vertical-align: top;
	    font-size: 20px;
	}
}

/* 屏幕尺寸最大为 350px */
@media screen and (max-width:350px) {
	.panel-control-up a {
	    width: 60px;
	    height: 10px;
	}
	.aonline-contact li {
	    width: 48%;
	    margin: 0 1%;
	}
	.aonline-contact li i {
	    margin-right: 1px;
	    font-size: 16px;
	}
	.mbx {
	    margin: 40px 0 20px;
	    font-size: 12px;
	    color: #666;
	    font-weight: bold;
	}
}

/* 屏幕尺寸最大为 300px */
@media screen and (max-width:300px) {
	.aonline-contact li {
	    width: 100%;
	}
	.index-pro .index-pro-list li {
	    width: 100%;
	}
	.pro_l .title-block .resultbar {
	    display: none;
	}
}

@media screen and (max-width:270px) {
	.header-usermenu {
		display: none;
	}
}
