﻿/*全局*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666;
    background: #f8f5ef;
}

a {
    text-decoration: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover {
    color: #0d7ab8;
    text-decoration: none;
}

a:active {
    color: #006030;
    text-decoration: none;
}

strong {
    color: #007cc2;
}

/*覆盖*/
.am-g-fixed {
    max-width: 1200px;
}

.am-breadcrumb {
    font-size: 14px;
    border: 1px solid #E8E8E8;
    background: #fff;
}

.am-pagination > .am-active > a, .am-pagination > .am-active > span, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span:hover, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > span:focus {
    background: #b63b4d;
    border-color: #b63b4d;
}

/*顶部*/
#divTop {
    background: #f7f7f7;
    border-bottom: 1px solid #EEE;
    font-size: 13px;
    line-height: 35px;
}

#divBanner {
    /*background: #fff;*/
    height: 195px;
    background: url(images/banner.jpg) no-repeat center;
}

/* fullSlide */
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 500px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #f00;
}

.fullSlide .prev, .fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 10px;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 10px;
    background-position: -6px -137px;
}

/*菜单*/
#divMenu {
    background: #0f1b57;
}

#divMenu ul {
    overflow: hidden;
    margin-bottom: 0px;
    padding-left: 0px;
    float: left;
}

#divMenu a {
    color: #fff;
}

#divMenu .one_level > li {
    list-style: none;
    float: left;
    padding: 12px 35px;
}

#divMenu .one_level > li:hover {
    background: #1777ae;
}

#divMenu .one_level > li:hover .drop-menu {
    display: block;
}

#divMenu li.active {
    background: #1777ae;
}

#divMenu .drop-menu {
    display: none;
    position: absolute;
    z-index: 999;
    margin-top: 12px;
    background: #1777ae;
    margin-left: -35px;
}

#divMenu .drop-menu li {
    padding: 12px 35px;
}

#divMenu .drop-menu li:hover {
    background: #024f7a;
}

.form-search{
    width: 250px;
    float: right;
    margin-top: 7px;
}

#ipt_search{
    border: none;
}

#btn_search{
    background: #1777ae;
    border-color: #1777ae;
    color: #fff;
    outline:none;
}

/*首页信息显示*/
#divInfo .item {
    float: left;
}

#divCategory .item > div,
#divInfo .item > div {
    border: 1px solid #eaeaea;
    background-color: #fff;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 10px 0 10px;
    cursor: pointer;
    overflow: hidden;
}

#divCategory .item .title,
#divInfo .item .title {
    line-height: 30px;
    background: #0d7ab8;
    width: 90px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: -1px;
    margin-bottom: 12px;
}

#divCategory .item .title a,
#divInfo .item .title a {
    color: #fff;;
}

#divInfo .item img {
    width: 100%;
}

#divCategory li {
    background: url("images/category_bg.jpg");
    color: #666666;
    float: left;
    height: 27px;
    line-height: 27px;
    margin-right: 8px;
    margin-bottom: 12px;
    padding-left: 30px;
    text-align: left;
    width: 227px;
    font-size: 13px;
    list-style: none;
    overflow: hidden;
}

#divInfo #category li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 165px;
}

#divInfo #ads {
    width: 600px;
    margin: 0px 14px 0px 0px;
    float: left;
}

#divInfo #ads li {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    text-indent: 2px;
}

#divInfo #ads time {
    float: right;
    color: #bbb;
    margin-left: 10px;
}

#divInfo #card {
    width: 585px;
}

/*底部*/
#divFooter {
    background: #fff;
    border-bottom: 1px solid #DDD;
    box-shadow: 0 0 6px rgba(0, 0, 0, .10);
}

#divFooter #links, #divFooter #BlogPowerBy {
    line-height: 30px;
    font-size: 14px;
}

#divFooter #links a {
    padding: 0px 10px;
}

/*分类展示页*/
.category_title {
    background: #0d7ab8;
    line-height: 40px;
    color: #fff;
    font-size: 23px;
}

/*产品展示*/
.am-pureview {
    z-index: 2147483646 !important;
}

/*公司公告*/
.article_container {
    background: #fff;
    border: 1px solid #E8E8E8;
	padding-bottom: 20px;
}

.article_container li {
    border-bottom: 1px dashed #E8E8E8;
    list-style: none;
    line-height: 45px;
    font-size: 15px;
}

.category_name {
    background-color: #0d7ab8;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 5px 10px;
}




/*分页*/
DIV#fenye { margin-top:30px}
DIV#fenye A {
	BORDER: #0d7ab8 1px solid; PADDING-RIGHT: 4px; BACKGROUND-POSITION: 50% bottom;PADDING-LEFT: 4px; PADDING-BOTTOM: 4px;  COLOR:#666; MARGIN-RIGHT: 3px; PADDING-TOP: 4px; TEXT-DECORATION: none; display:block; float:left; margin-right:5px; 
}
DIV#fenye A:hover {
	  BACKGROUND-IMAGE: none;  COLOR: #0d7ab8; 
}
DIV#meneame A:active {
	BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #000 1px solid; COLOR: #fff; BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: #0061de
}
DIV#fenye a.curr {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; PADDING-BOTTOM: 4px; COLOR: #0d7ab8; MARGIN-RIGHT: 3px; PADDING-TOP: 4px
}
DIV#fenye a.curr:hover { color:#0d7ab8}