﻿@charset "utf-8";

/* 重置  */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    font: 14px "Microsoft YaHei", "微软雅黑", \9ed1\4f53, \5b8b\4f53, "Microsoft JhengHei", "华文细黑", STHeiti, MingLiu;
}

body {
    background:url(img/body_bg.jpg) center top no-repeat; color:#000000;
}

a {
    color: #333;
}

a:hover {
    color: #f60;
}

a.more:hover {
    color: #f60;
}

img {
    border: 0px
}

p {
    line-height: 175%;
}

/* 清除浮动 */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*边距*/
.m5 {
    margin: 5px
}

.m20 {
    margin: 20px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m30 {
    margin: 30px
}

.m40 {
    margin: 40px
}

.mt5 {
    margin-top: 5px
}

.mt8 {
    margin-top: 13px
}

.mt10 {
    margin-top: 10px
}

.mt13 {
    margin-top: 13px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt70 {
    margin-top: 70px
}

.mt80 {
    margin-top: 80px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb80 {
    margin-bottom: 80px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml100 {
    margin-left: 100px
}

.ml150 {
    margin-left: 150px
}

.ml290 {
    margin-left: 290px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr40 {
    margin-right: 40px
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl30 {
    padding-left: 30px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr30 {
    padding-right: 30px
}

/*字号*/
.bold {
    font-weight: bold !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-40 {
    font-size: 40px !important;
}

/*定位*/
.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.cb {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.vm {
    vertical-align: middle
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.abs-right {
    position: absolute;
    right: 0
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden
}

.none {
    display: none
}

.fw {
    font-weight: bold;
}

/*颜色*/
.gray-fc {
    color: #999
}

.gray-fc1 {
    color: #969696
}

.gray-fc2 {
    color: #d3d3d3
}

.gray-fc3 {
    color: #727272
}

.gray-bg {
    background-color: #f5f5f5;
}

.gray-bg1 {
    background-color: #efefef;
}

.orange-fc {
    color: #ff7601
}

.orange-bg {
    background-color: #ff7601
}

.white-fc {
    color: #fff;
}

.white-bg {
    background-color:: #fff;
}

.black-fc {
    color: #000
}

.blue-fc {
    color: #0166b6
}

.blue-bg {
    background-color: #0166b6
}

.blue-fc a {
    color: #00adf2;
}

.blue-fc a:hover {
    color: #333;
}

.brown-fc {
    color: #824f22
}

.yellow-fc {
    color: #fcd419
}

.green-fc {
    color: #44b32d
}

/*字体图标*/
@font-face {
    font-family: "iconfont";
    src: url('img/iconfont.eot'); /* IE9*/
    src: url('img/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('img/iconfont.woff') format('woff'), /* chrome, firefox */ url('img/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('img/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-danghui:before { content: "\e600"; }

.icon-kunzyqiyewenhua:before { content: "\e678"; }

.icon-hrrq-rlzy:before { content: "\e629"; }

.icon-icon10:before { content: "\e62a"; }

.icon-icon:before { content: "\e601"; }

.icon-dangjianyiliao:before { content: "\e606"; }

.icon-jituandanwei:before { content: "\e6ec"; }

/* 布局 */
.g-body, .g-head, .g-foot {
    width: 100%;
    float: left
}

.g-wrap, .g-box {
    width: 1000px;
    margin: 0 auto;
}

/*盒容器*/
.m-box {
    width: 100%;
    float: left;
}

/*盒容器*/
.g-main {
}

/*主栏*/
.g-mainc {
}

/*主栏子容器*/
.g-side {
}

/*侧栏*/
.g-sidec {
}

/*侧栏子容器*/

/* 头部 */
.g-head .m-top {
    float: left;
    background: #2068b0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
}

.g-head .m-top .search-panel-fields {
    float: right;
    background-color: #fff;
    width: 225px;
    border-radius: 20px;
    height: 25px;
    position: relative;
    padding: 0 10px 0 15px;
    margin-top: 9px
}

.g-head .m-top .search-panel-fields .search-q {
    height: 25px;
    color: #666;
    border: 0;
    outline: none;
    display: block;
    font-family: "Microsoft YaHei";
    width: 100%;
    font-size: 12px;
}

.g-head .m-top .search-panel-fields .search-icon {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 0;
    color: #333;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
}

.top_mail {
    height: 42px;
    line-height: 42px;
    background: url("img/mail.png") no-repeat left center;
    font-size: 14px;
    padding-left: 30px;
}

.m-top a {
    color: #fff;
}

.m-top button {
    width: 24px;
    height: 23px;
    position: relative;
    cursor: pointer;
    margin-top: -25px;
    background: #fff;
    border: none;
    float: right;
}

.top_search {
    width: 24px;
    height: 23px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("img/top_search.png") no-repeat right center;
}

/* index */

.select {
    border: 1px solid #b9b9b9;
    background: #ffffff;
    margin: 1px 0 3px 0;
    height: 25px;
    line-height: 25px;
    width: 320px;
    padding: 0 6px;
    color: #717171;
    font-size: 14px;
    background: url("img/arrow.png") no-repeat scroll 302px 8px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
    background-color: #ffffff;
}

select::-ms-expand {
    display: none;
}

.select option {
    padding: 0 6px;
    border: none;
}

.select-but {
    width: 320px;
    height: 26px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.select-but_last {
    width: 320px;
    height: 26px;
    float: left;
    margin-right: 0;
    overflow: hidden;
}

/* index2 */
.m-logo2 {
    float: left;
    width: 1000px;
    height: 205px;
    background: #eeeeee;
}

.m-new2 {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.m-new2 a{
           font-size: 16px;
}

.m-new2 .a-list {
    background: #3982ca;
    border-radius: 20px;
    padding: 5px 10px;
    height: 22px;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    font-family: 'Simsun';
}

.m-new2 .a-list:hover {
    background: #3467a3;
}

.m-banner2 {
    float: left;
    width: 100%;
}

.m-banner2 .nav-left {
    float: left;
    width: 220px;
}

.m-banner2 .nav-left li {
    float: left;
    width: 218px;
    height: 56px;
    background: #3467a3;
    border: 1px solid #3467a3;
    margin-bottom: 4px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
}

.m-banner2 .nav-left li i {
    display: block;
    float: left;
}

.m-banner2 .nav-left li span {
    display: block;
    float: left;
    height: 56px;
    line-height: 54px;
}

.m-banner2 .nav-left li:hover {
    float: left;
    width: 218px;
    height: 56px;
    background: #fff;
    border: 1px solid #2068b0;
    margin-bottom: 4px;
    line-height: 56px;
    color: #2068b0;
    font-size: 18px;
}

.m-banner2 .nav-left li .pic-icon {
    width: 30px;
    height: 30px;
}

.m-banner2 .banner-right {
    float: right;
    width: 772px;
}

.m-index2-box-a {
    float: left;
    width: 1000px;
}

.m-index2-box-a .m-side-left {
    float: left;
    width: 254px;
}

.m-index2-box-a .m-side-right {
    float: right;
    width: 718px;
}

.m-index2-box-a .m-side-right .list-4 {
    float: left;
    width: 487px;
}

.ss-top {
    float: left;
    width: 100%;
    height: 34px;
    line-height: 35px;
    border-bottom: 1px solid #cccccc;
}

.ss-top .txt-1 {
    float: left;
    height: 32px;
    line-height: 36px;
    border-bottom: 3px solid #3467a3;
    font-size: 16px;
    color: #3467a3;
    font-weight: bold;
    width: 90px;
    padding-left: 6px;
}

.ss-top .more {
    float: right;
    height: 20px;
    line-height: 16px;
    color: #888888;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
}

.m-index2-box-a .m-side-right .txt-4 {
    float: right;
    width: 210px;
}

.s-top {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #c1c1c1;
}

.s-top .txt-1 {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-bottom: 4px solid #096ab2;
    font-size: 20px;
    color: #0d3880;
    text-align: center;
}

.more {
    float: right;
    height: 20px;
    line-height: 20px;
    color: #0d3880;
    text-align: center;
    margin-top: 15px;
}

/* 标签块状的 */
.slideTxtBox4 {
    width: 100%;
    text-align: left;
}

.slideTxtBox4 .hd {
    height: 35px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.slideTxtBox4 .hd ul {
    float: left;
    position: absolute;
    top: -1px;
    height: 37px;
}

.slideTxtBox4 .hd ul li {
    float: left;
    padding: 0 16px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.slideTxtBox4 .hd ul li.on {
    height: 37px;
    background: #3467a3;
    color: #fff;
    margin-right: 10px
}

.slideTxtBox4 .bd ul {
    padding: 12px 4px;
    zoom: 1;
}

.slideTxtBox4 .bd li {
    height: 29px;
    line-height: 29px;
}

.slideTxtBox4 .bd li .date {
    float: right;
    color: #888;
    font-size: 13px;
}

/* banner-css */
.focusBox1 {
    position: relative;
    width: 772px;
    height: 368px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}

.focusBox1 .pic img {
    width: 772px;
    height: 368px;
    display: block;
}

.focusBox1 .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 58px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.6;
    overflow: hidden;
}

.focusBox1 .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 58px;
    width: 100%;
    overflow: hidden;
}

.focusBox1 .txt li {
    height: 58px;
    line-height: 58px;
    position: absolute;
    bottom: -58px;
    margin-left: 10px;

}

.focusBox1 .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 18px;
    text-decoration: none;
    width: 630px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
}

.focusBox1 .num {
    position: absolute;
    z-index: 3;
    bottom: 16px;
    right: 8px;
}

.focusBox1 .num li {
    float: left;
    position: relative;
    width: 22px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
}

.focusBox1 .num li a, .focusBox1 .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusBox1 .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focusBox1 .num li.on a, .focusBox1 .num a:hover {
    background: #f60;
}

.focusBox1 .prev,
.focusBox1 .next {
    width: 41px;
    height: 73px;
    margin: -60px 0 0;
    display: none;
    background: url(img/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.focusBox1 .prev {
    left: 0;
}

.focusBox1 .next {
    background-position: 0 -90px;
    right: 0;
}

.focusBox1 .prev:hover,
.focusBox1 .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

/* 版权 */
.g-foot {
    background: #2068b0;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    line-height: 40px;
    clear: both;
    height: 60px;
}

.laba {
    background: url("img/laba.png") no-repeat left center;
    width: 24px;
    height: 44px;
    display: block;
    float: left;
}

.m-side-left .sp img {
    width: 254px;
    height: 185px;
}

.m-side-left .zl img {
    width: 254px;
    height: 103px;
}

.txt-4 .djqy {
    height: 51px;
}

.list-4 .list2 .bd ul li {
    height: 30px;
    line-height: 30px;
}

.zl {
    height: 103px;
}

.list1 {
    height: 290px;
}

.list2 .bd {
    height: 195px;
}

.pt, .pt span {
    height: 45px;
    line-height: 45px;
}

.pt img {
    margin-right: 10px;
    margin-left: 4px;
}

.pt li {
    margin-bottom: 4px;
}

.g-foot p {
    height: 20px;
    line-height: 20px;
}

.lj {
    margin-bottom: 40px;
}

.list1 .bd a, .list2 .bd a {
    display: block;
    float: left;
    width: 395px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list1 .hd a, .list2 .hd a {
    color: #333;
}

.slideTxtBox4 .hd ul li.on a {
    color: #fff;
}

.pt a {
    display: block;
    width: 210px;
    height: 43px;
}

/*内容页样式*/
.g-head {
    height: 42px;
    clear: both;
}

.nrt {
    background: url("img/nryt.jpg") no-repeat top center;
    height: 110px;
    clear: both;
}

.dqwz {
    height: 33px;
    line-height: 33px;
    background: #ebf3f9;
    padding-left: 20px;
}

.dqwz a {
    margin: 0 4px 0 2px;
}

.xq_hd {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 800px;
    margin: 18px auto;
    overflow: hidden;
    line-height: 27px;
}
.xq_fbt {
    font-size: 20px;
    text-align: center;
    width: 800px;
    font-weight: bold;
    margin:0px auto 18px auto;
    overflow: hidden;
	font-family:"楷体";
    line-height: 27px;
}

.fabu {
    height: 33px;
    line-height: 33px;
    background: #ebf3f9;
    padding-left: 20px;
    text-align: center;
    font-size: 12px;
}

.xq {
    margin: 20px 0;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

.xq p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
}

center img {
    max-width: 800px;
    height: auto;
    margin: 6px auto;
}

.xq_center,.lmxq_center {
    text-align: center;
}

/*栏目页*/
.lmz {
    width: 200px;
    float: left;
    margin-top: 15px;
}

.lmy {
    width: 772px;
    float: right;
    margin-top: 15px;
}

.lmz_hd {
    font-weight: bold;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
}

.lmz_l li {
    width: 200px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.lmz_l li a {
    display: block;
    width: 200px;
    height: 40px;
    color: #333;
    background: #e6e6e6;
}

.lmz_l li.on a {
    color: #fff;
    background: #3467a3;
}

.lmz_l li a:hover {
    color: #fff;
    background: #3467a3;
}
.lmz_l li dl{ width:100%;}
.lmz_l li dl dd{ width:100%; height:40px; line-height:40px; border-bottom:solid 1px #dddddd;}
.lmz_l li dl dd a,.lmz_l li.on dl dd a{ font-size:14px; font-weight:bold;  color:#333; background:url(img/tp_09.png) #ffffff no-repeat 170px 17px;}
.lmz_1 li dl dd a:hover,.lmz_l li.on dl dd a:hover,.lmz_l li.on dl dd a.on{background: url(img/tp_06.png) #ffffff no-repeat 170px 17px; color:#3467a3;}
.lmy_hd {
    margin-bottom: 10px;
    clear: both;
    height: 44px;
}

.lmy_bd {
    clear: both;
}

.lmy_bd li, .lmy_bd2 li {
    background: url("img/lm_dot.png") no-repeat left center;
    padding-left: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;

}

.lmy_bd li a {
    display: block;
    float: left;
    width: 668px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lmy_bd2 li a {
    display: block;
    float: left;
    width: 885px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lmy_bd li .date, .lmy_bd2 li .date {
    color: #888;
    float: right;
    font-size: 13px;
}

.ui-page-wrap2 {
    width: 772px;
    text-align: center;
    height: 50px;
}

.ui-page-wrap3 {
    width: 1000px;
    text-align: center;
    height: 50px;
    margin-bottom: 110px;
}

.m-page {
    height: 26px;
    margin-top: 20px;
    overflow: hidden;
    padding: 10px 0;
    width: 772px;
    position: relative;
}

.ui-page-wrap3 .m-page {
    width: 1000px;
}

.m-page .wraper {
    float: left;
    margin-left: 50%;
}

.m-page .inner {
    float: left;
    margin-left: -50%;
}

.m-page .inner, .m-page .wraper {
    min-width: 90px;
}

.m-page .items {
    float: left;
}

.m-page .item {
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 4px;
    position: relative;
    text-align: center;
    transition: all 0.1s linear 0s;
    width: 26px;
}

.m-page .dot {
    border: medium none;
    cursor: default;
    line-height: 26px;
    width: 24px;
    color: #333;
    background: none;
}

.m-page .next, .m-page .prev {
    font-weight: 400;
    width: 70px;
}

.m-page .prev {
    margin-left: 0;
    margin-right: 6px;
}

.m-page .next-disabled, .m-page .prev-disabled {
    color: #ccc;
}

.m-page .active, .m-page .active:hover {
    background: #3380cc none repeat scroll 0 0;
    border-color: #3380cc;
    color: #fff;
    cursor: default;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.m-page .text, .m-page .total {
    float: left;
    line-height: 26px;
}

.m-page .total {
    margin-left: 10px;
}

.m-page .input, .m-page .text, .m-page .total {
    color: #999;
}

.m-page .form {
    float: left;
}

.m-page .input, .m-page .text, .m-page .total {
    color: #333;
    font-size: 12px;
}

.m-page .btn, .m-page .input, .m-page .text {
    margin-left: 5px;
}

.m-page .text, .m-page .total {
    float: left;
    line-height: 26px;
}

.m-page .input {
    border: 1px solid #ccc;
    height: 21px;
    text-align: center;
    width: 35px;
}

.m-page .btn, .m-page .input {
    float: left;
    margin-top: 3px;
}

.m-page .btn {
    background-clip: padding-box;
    background: #3380cc;
    border-radius: 2px;
    cursor: pointer;
    height: 22px;
    line-height: 20px;
    text-align: center;
    width: 43px;
    color: #fff;
    font-size: 13px;
}

.m-page .btn:hover {
    background: #3467a3;
}

html, body {

    height: 100%;

}

.wrapper {
    /*min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -110px;*/
}

.lm1_img {
    height: 80px;
}

.lm1_img img {
    width: 772px;
    height: 80px;
}

.lm2_img {
    margin: 10px 0 14px 0;
    height: 98px;
}

.lm2_img img {
    width: 1000px;
    height: 98px;
}

.lm_hd {
    border-bottom: 1px solid #ccc;
    height: 34px;
    margin-bottom: 15px;
}

.lm_hdt {
    background: #3467a3;
    width: 117px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

input:focus {
    outline: none;
}

.item .num {
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 1;
    font-size: 12px;
}

.lmxq_center .img {
}

.lmy .xq_hd {
    width: 740px;
    padding: 14px 0 10px 0;
}

.fabu span {
    margin-right: 12px;
}

.wx1_bd{
    border: 1px solid #b6d0e9;
    padding: 10px 30px;overflow: hidden; }

.wx1_hd {

    margin: 25px 0 15px 0;
    font-size: 16px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
}

.wx1_hd .wx1_hdt1 {
    float: left;
    margin-left: 10px;
}

.wx1_hdt {
    float: left;
    background: #2068b0;
    height: 16px;
    width: 6px;
    display: block;
}

.wx1_bd img {
    width: 160px;
    height: 160px;
    float: left;
    margin: 0 auto 0 30px;
    padding: 15px 10px;
}
.bd_t{
    float: left;
    line-height: 190%;
    margin-left: 20px;
    padding: 25px 0 5px;
    text-align: left;
    text-indent: 2em;
    width: 670px;
}
.fgs{
    width: 300px;
    height: 80px;
    padding: 10px;
    border: 1px solid #b6d0e9 ;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;overflow: hidden;
}
.fgs_last{
    width: 300px;
    height: 80px;
    padding: 10px;
    border: 1px solid #b6d0e9 ;
    float: left;
    margin-bottom: 10px;overflow: hidden;
}
.fgs img,.fgs_last img{
    width: 70px;
    height: 70px;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}
.fgs p,.fgs_last p{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.fgs p span,.fgs_last p span{
    font-size: 14px;
    display: block;
}
.fgs p .zh,.fgs_last p .zh{
    color: #888;
}
.g-foot a{
    color:#fff;
}
.g-foot a:hover{
    color:#CBE4FA;
}
.m-logo2{
    position: relative;
}
.logo{
    position: absolute;
    width: 348px;
    height: 80px;top:70px;
    left: 36px;
    background: url("img/logo.png") no-repeat;
    background-image: -webkit-image-set(url("img/logo.png")1x, url("img/logo@2x.png")2x);

}

.lb_p1{ width:772px; overflow:hidden; padding:20px 0px 0px 0px;}
.lb_p1 ul{ width:800px;}
.lb_p1 li{ float:left; width:150px; height:210px; margin:0px 24px 0px 20px; text-align:center;}
.lb_p1 li img{ width:150px; height:160px; display:block;}
.lb_p1 li p{ padding-top:10px;}