@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-family: "΢���ź�", "����", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #454545;
}

body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

ul,
li,
dl,
dt,
dd,
form {
    list-style: none;
}

h1,
h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

p {
    margin: 0 0 3px 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #00478a;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.clear {
    clear: both;
    overflow: hidden;
}

table {
    margin: 0 0 30px;
    width: 100%;
}

table th,
table td {
    border: 1px solid #e2e1e1;
    padding: 15px;
    padding: 14px 18px;
}

table th img,
table td img {
    max-width: 100%;
}

table thead {
    background: #eee;
}

table thead th,
table thead td {
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
}

#VCode {
    cursor: pointer;
}

#body_margins {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    height: auto;
    background-color: #f5f5f5;
}


/*ͷβ��ʽ*/

#header {
    position: relative;
    z-index: 1000;
    background: #fff;
}

.conlist {
    width: 98%;
    margin: 0 auto;
}

.conlist li {
    margin-bottom: 10px;
    min-height: 30px;
    overflow: hidden;
}

.li_inputbox {
    position: relative;
    min-height: 30px;
    background: #f2f2f2;
    overflow: hidden;
}

.li_input {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    height: 30px;
    width: 100%;
    font-size: 14px;
    border: 0;
    padding: 0 5px;
    margin-top: 2px;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.index_btn {
    margin: 0 auto;
    text-align: center;
}

.index_btn .index_btn {
    display: inline-block;
    width: 130px;
    height: 36px;
    background-color: #0563ba;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
}

.about_honor {
    width: 98%;
    margin: 0 auto;
}

.about_honor ul li {
    width: 44%;
    float: left;
    padding: 10px;
}

.nav_column {
    width: 97.5%;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
}

.nav_column ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.nav_column ul li dl {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: #0563ba;
    padding-right: 10px;
}

.nav_column ul li dl dt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
}

.nav_column ul li dl dt img {
    height: 100%;
    vertical-align: middle;
}

.nav_column ul li dl dd {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    display: inline-block;
}

.product_dg {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.index_bt,
.width_max {
    width: 94%;
    margin: 0 auto;
}

.product_box {
    width: 97.5% !important;
    margin: 0 auto;
}

.product_box ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.product_box ul li a {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.product_box ul li a img {
    width: 100%;
}

.product_box ul li a dd {
    line-height: 35px;
    font-size: 14px;
}

.index_bt {
    padding: 20px 0;
    position: relative;
}

.index_bt h2 {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    position: relative;
    z-index: 9;
}

.index_bt>span {
    font-size: 36px;
    font-weight: bold;
    color: #f3f3f3;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.index_bt h2 a {
    float: right;
    color: #999;
    font-size: 14px;
}

.about_dg {
    margin: 10px auto 0;
    background: #fff;
    display: block;
    padding: 10px 0;
}

.about_box img {
    width: 100%;
    padding: 20px 0;
}

.about_box dd {
    line-height: 24px;
    padding-bottom: 20px;
}

.news_dg {
    margin: 10px auto 0;
    background: #fff;
    display: block;
    padding-bottom: 20px;
    padding: 10px 0;
}

.news_box ul li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}

.news_box ul li .news-time {
    width: 80px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 12px;
}

.news_box ul li .news-time>span {
    display: block;
    text-align: center;
}

.news_box ul li .news-time>span:nth-child(1) {
    background-color: #0563ba;
    color: #fff;
    line-height: 22px;
}

.news_box ul li .news-time>span:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
}

.news_box ul li a dt {
    color: #0563ba;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_box ul li a dd {
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

.copyright_foot {
    text-align: center;
    padding: 10px 0;
    color: #bbb;
}

.bottom_foot {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    border-top: #dbdbdb 1px solid;
    padding: 5px 0;
}

.bottom_foot ul li {
    float: left;
    width: 25%;
}

.bottom_foot ul li a {
    display: block;
    text-align: center;
}

.bottom_foot ul li a dl dt img {
    height: 20px;
    padding-bottom: 5px;
}

.mainbtn {
    display: block;
    width: 50%;
    height: 45px;
    line-height: 45px;
    margin: 5px;
    text-align: center;
    font-size: 16px;
    background: #ffe25a;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ffeea5), to(#ffe25a));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( top, #ffeea5, #ffe25a);
    /* Chrome 10+, Saf5.1+ */
    border: 1px solid #f4c63f;
    box-shadow: 1px 1px 1px 0 #b5b5b5;
    text-shadow: 0px 1px 1px #fff;
    padding: 0x;
    margin: 20px auto;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
    position: relative;
}

.mainbtn:hover {
    background: #fff;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ffe25a), to(#ffeea5));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( top, #ffe25a, #ffeea5);
    /* Chrome 10+, Saf5.1+ */
}

.icon_bg_tel,
.icon_bg_swt {
    float: left;
    margin: 0 auto;
    background: url(../images/ico/bg_tel.png) no-repeat right center;
    width: 30px;
    height: 40px;
    overflow: hidden;
}

.icon_bg_swt {
    background-image: url(../images/ico/bg_book.png);
}

.logo {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.logo img {
    height: 100%;
    display: block;
    padding: 0px 0 0 10px;
    /*margin: 0 auto;*/
}

.navBtn {
    width: 100%;
    position: relative;
    z-index: 1000;
    color: #fff;
    text-align: center;
    height: 82px;
    overflow: hidden;
}

.navBtn .active {
    color: #ffea00;
}

.navBtn .navArea {
    width: 100%;
    background: #0563ba;
    text-align: left;
    top: 0px;
    padding: 0;
    line-height: 30px;
    display: table;
    text-align: center;
}

.navBtn .navArea ul {}

.navBtn .navArea li {
    width: 25%;
    float: left;
}

.navBtn .navArea a {
    width: 25%;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    display: table-cell;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    /*background:#f91f42;*/
    background-image: #1b9db6;
}


/*Բ��*/

.arr-round {
    background: #0563ba url(../images/icons-arr.png) no-repeat 5px 3px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    display: block;
    border-radius: 9px;
    top: 10px;
}

.arr-round {
    background-position: 3px 5px;
    background-image: url(../images/icons-arr-dn.png);
}

.more {
    float: right;
}

.box {
    position: relative;
    margin: 0;
    background: #f3efc5;
}

.box p {
    margin: 0;
}

.box>.title {
    background: #0563ba;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 2px;
    position: relative;
    font-size: 14px;
    display: none;
}

.box dd {
    padding: 0;
    margin: 0;
}

.box .intro-box {
    padding: 10px;
}

.wap_about .intro-box h1 {
    font-size: 120%;
    text-align: center;
}

.box .intro-box h3 {
    margin: 0;
    font-size: 14px;
}

.box .intro-box img {
    margin-right: 10px;
}

.box,
.pager-next-pre {
    background-color: #fff;
    font-size: 14px;
}

.loading {
    background: url(../images/loading.gif) no-repeat 50% 50%;
    background-size: 20px auto;
}


/*��Ϣ�б�*/

.info-list {
    padding: 10px;
}

.info-list li a:active .arr-round,
.info-list li .active .arr-round {}

.info-list li {
    position: relative;
    text-shadow: -1px -1px 0 #fffff;
    /*margin: 15px auto;*/
}

.info-list li h5 {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #0563ba;
}

.info-list li a {
    padding: 8px 0px;
    float: left;
    width: 100%;
    line-height: 30px;
}

ul.info-list li .news-time {
    width: 22%;
    overflow: hidden;
    float: left;
    margin-right: 12px;
}

ul.info-list li .news-time>span {
    display: block;
    text-align: center;
}

ul.info-list li .news-time>span:nth-child(1) {
    background-color: #0563ba;
    color: #fff;
    line-height: 22px;
}

ul.info-list li .news-time>span:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
}

.info-list li p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 12px;
}

.info-list li .time {
    font-size: 14px;
    color: #999;
}

.info-list li a:active .time {
    color: #fff;
}


/*ר���б�*/

.img-list {
    padding: 10px 0 0 0;
    width: 100%;
    zoom: 1;
    overflow: hidden;
}

.img-list li {
    width: 49%;
    float: left;
    display: inline;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.img-list li p {
    margin: 0;
    padding: 0;
    clear: both;
}

.img-list li span {
    color: #000000;
    font-size: 14px;
    display: block;
    height: 20px;
    line-height: 20px;
    clear: both;
    overflow: hidden;
}

.img-list li div {
    width: 80%;
    overflow: hidden;
    margin: 0px auto;
    border: 1px solid #cccccc;
}

.img-list li img {
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 1px 1px 0 #b5b5b5;
    height: 130px;
}


/*ͼƬ�б�*/

.n_pic {
    padding: 10px;
    zoom: 1;
    overflow: hidden;
}

.n_pic li {
    width: 50%;
    height: 180px;
    float: left;
    display: inline;
    text-align: center;
    border-bottom: 0;
    overflow: hidden;
}

.n_pic li p {
    margin: 0;
    padding: 1px;
    clear: both;
    font-size: 14px;
}

.n_pic li span {
    color: #000000;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
    clear: both;
    overflow: hidden;
}

.n_pic li div {
    width: 90%;
    overflow: hidden;
    margin: 0px auto;
    border: 1px solid #cccccc;
}

.n_pic li img {
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 1px 1px 0 #b5b5b5;
    height: 130px;
}

.n_pic li a {
    display: block;
    padding: 0;
    width: 95%;
}

.contact {
    line-height: 180%;
}

.pager-next-pre {
    zoom: 1;
    overflow: hidden;
    padding: 0 0 10px;
    background: #ffffff;
    line-height: 22px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.theme {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.ms_time {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.btn-red,
.btn-blue {
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #fda8b5;
    line-height: 24px;
    text-shadow: 1px 1px 1px #333;
    margin-top: 4px;
}

.btn-red {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#fefdfd), to(#f5e3da));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( top, #fefdfd, #f5e3da);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #fefdfd, #f5e3da);
    /* FF3.6 */
    color: #fc606a;
    text-shadow: -1px -1px 0 #ffffff;
    background-color: #ffffff;
}

.btn-blue {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#e4e5ff));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( top, #ffffff, #e4e5ff);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #e4e5ff);
    /* FF3.6 */
    color: #8085de;
    text-shadow: -1px -1px 0 #ffffff;
    background-color: #ffffff;
    border-color: #c1c4ff;
}

.yang_pages {
    padding: 10px 0 5px 0px;
    text-align: center;
    margin: 0 auto;
    line-height: 18px;
    clear: both !important;
    margin-bottom: 54px;
}

.yang_pages a {
    border: 1px solid #e9e9e9;
    color: #555555;
    display: inline;
    display: inline-block;
    padding: 2px 5px;
    margin: 0;
    width: 20px;
    height: 20px;
}

.yang_pages a:hover {
    border: 1px solid #0563ba;
    color: #fff;
    background: #0563ba;
    text-decoration: none;
    cursor: pointer;
}

.yang_pages .current {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 2px 5px;
    background-color: #0563ba;
    color: #fff;
    font-weight: bold;
}

.copyright {
    background: #f3efc5;
    padding: 10px;
    font-size: 14px;
    padding-bottom: 50px;
    text-align: center;
}


/*mj*/

.nav_list {
    clear: both;
    margin: 5px 0;
    background-color: #fff;
}

.nav_list a {
    float: left;
    width: 49.5%;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6f7ff));  Saf4+, Chrome */
    /*background-image: -webkit-linear-gradient(top, #ffffff, #e6f7ff);  Chrome 10+, Saf5.1+ */
    /*background-image:    -moz-linear-gradient(top, #ffffff, #e6f7ff);  FF3.6 */
    margin: 5px 0;
    color: #777172;
    border-right: 1px solid #ccc;
}

.nav_list a:nth-child(2n + 2) {
    border-right: 0;
}


/*�Ƚ��豸*/

.info-sblist li {
    height: 100px;
    padding: 10px 0px;
    text-shadow: -1px -1px 0 #fffff;
}

.info-sblist .img {
    float: left;
    width: 90px;
    margin: 0px 5px;
    height: 100px;
    border: 1px solid #cccccc;
}

.info-sblist .summary {
    float: left;
    width: 190px;
    height: 100px;
    font-size: 14px;
    overflow: hidden;
}

.info-sblist .summary span {
    height: 25px;
    line-height: 25px;
    display: block;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px dotted #f81438;
    color: #f81438;
    overflow: hidden;
}

.info-sblist a {
    color: #f81438;
}

.info-sblist .summary p {
    line-height: 20px;
}


/*ҽ��*/

.info-dtlist {
    width: 99%;
    margin: 0 auto;
}

.info-dtlist li {
    float: left;
    height: auto;
    width: 50%;
    padding: 10px 0px;
    text-shadow: -1px -1px 0 #fffff;
    overflow: hidden;
}

.info-dtlist .img {
    width: 50%;
    text-align: center;
    position: relative;
}

.info-dtlist .img img {
    width: 96%;
    height: auto;
    max-width: 236px;
    max-height: 300px;
}

.info-dtlist .summary {
    width: 50%;
    float: right;
    font-size: 14px;
    overflow: hidden;
}

.info-dtlist .summary a {
    color: #ff0000;
}

.info-dtlist .summary b {
    clear: both;
    display: block;
    color: #000;
    font-size: 14px;
}


/*��ҳ����������*/

.content {
    padding: 10px;
    line-height: 150%;
}

.position {
    height: 35px;
    line-height: 35px;
    text-indent: 8px;
    margin: 5px 1px 5px 1px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    overflow: hidden;
    background: #ffffff;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( top, #ffffff, #eeeeee);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    /* FF3.6 */
}

.pro_h3 {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ffe0b4;
    background: #ffeed5;
}

.intro {
    line-height: 160%;
    padding: 5px 0px;
    max-width: 100%;
    font-size: 12px;
}

.intro img {
    max-width: 100%;
}

.intro a {
    color: #ff0000;
    text-decoration: underline;
}

.askbar {
    height: 56px;
    position: relative;
    margin: 10px 0px 0px;
    width: 100%;
}

.askbar a {
    float: left;
    width: 40%;
    height: 36px;
    line-height: 36px;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    background: #ceefef;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#b5e7de));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( top, #ffffff, #b5e7de);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #b5e7de);
    /* FF3.6 */
    border: 1px solid #b5bebd;
    box-shadow: 1px 1px 1px 0 #b5b5b5;
    text-shadow: 0px 1px 1px #ffffff;
    padding: 0x;
    color: #083031;
    font-weight: bold;
    border-radius: 6px;
    margin: 2px 0px 2px 25px;
    position: relative;
}

.askbar a:hover {
    background: #fff;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#b5e7de), to(#ffffff));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( top, #b5e7de, #ffffff);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #b5e7de, #ffffff);
    /* FF3.6 */
}


/**/

.guestbook_title {
    background: #c8edfb;
    padding: 5px;
    margin-top: 5px;
    font-size: 16px;
}

.guestbook_msg {
    border: 1px solid #c8edfb;
    padding: 5px;
    line-height: 160%;
    font-size: 16px;
}

.guestbook_reply {
    padding: 5px;
    color: red;
    border-top: 1px dotted #cccccc;
}

#fixed-foot {
    position: relative;
    z-index: 1000;
    color: #fff;
    text-align: center;
}

#fixed-foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: table;
    line-height: 17px;
    text-align: left;
}

#fixed-foot li {
    height: 40px;
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    display: table-cell;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #fff;
    background: #0563ba;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#0563ba), to(#0563ba));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( top, #0563ba, #0563ba);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #0563ba, #0563ba);
    /* FF3.6 */
}

#fixed-foot .border-left-none {
    border-left: none;
}

#fixed-foot .border-right-none {
    border-right: none;
}

#fixed-foot li a {
    color: #fff;
}

#fixed-foot li a {
    display: block;
}

#fixed-foot li a div {
    width: 100px;
    height: 40px;
    margin: auto;
}

#fixed-foot li span {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 0px;
}

.swipe img {
    width: 100%;
}