body {
    font-family: 'Microsoft YaHei', '微软雅黑', 'Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
    font-size: 12px;
    width: 100%;
    height: 100%;
    color: #666;
    background: #f1f1f1;
}

body,
p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

input,
select,
textarea {
    border: none;
    outline: none;
    background: none;
}

textarea {
    resize: none;
}

img {
    border: none;
    vertical-align: top;
}

table {
    border: 0;
    border-collapse: collapse;
}

em,
i {
    font-style: normal;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.contain {
    width: 94%;
    margin: 0 auto;
}

.hidebg {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
    z-index: 10;
}

.hidebg1 {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    z-index: 10;
}

.hidebg2 {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
    z-index: 9;
}

.hidebg3 {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    z-index: 11;
}

.hidebg4 {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    z-index: 11;
}

.hidebg5 {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    z-index: 11;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    z-index: 8;
}

.header .img1 {
    height: 18px;
    position: absolute;
    left: 2%;
    top: 16px;
}

.header .img2 {
    margin-top: 6px;
    height: 34px;
}

.header .img3 {
    height: 19px;
    position: absolute;
    right: 2%;
    top: 14px;
}

.header_show {
    position: absolute;
    left: -200%;
    height: 100%;
    width: 60%;
    background: #fff;
    overflow: auto;
    z-index: 10;
}

.header_show .top {
    height: 100px;
    background: #f0f0f0;
}

.header_show .top img {
    width: 60px;
    margin-top: 20px;
    margin-left: 15px;
    border-radius: 50%;
}

.header_show .top span {
    font-size: 16px;
    font-weight: bold;
    line-height: 100px;
    margin-left: 20px;
}

.header_show li {
    background: #fff;
    line-height: 40px;
    font-size: 15px;
}

.header_show li.active {
    background: #f0f0f0;
}

.header_show li .a1 {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    border-bottom: 1px dashed #dad1d1;
}

.header_show li.active .a1 span {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rorate(90deg);
    opacity: 1;
}

.header_show li .a1 span {
    float: right;
    line-height: 40px;
    font-size: 18px;
    color: #999;
    padding-right: 5px;
    opacity: 0.4;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.header_show li .a1 em {
    float: left;
}

.header_show li .mask01 {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
}

.header_show li .mask01 div {
    line-height: 35px;
    border-bottom: 1px dashed #dad1d1;
}

.header_show li .mask01 div a {
    display: block;
    padding-left: 40px;
    font-size: 14px;
}

.body1 {
    background: #fff;
}

.inside_header {
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
}

.inside_header img {
    height: 18px;
    margin-left: 3%;
    margin-top: 14px;
}

.inside_header span {
    line-height: 45px;
    margin-left: 10px;
    font-size: 16px;
}

.header_search {
    margin-top: 46px;
    height: 30px;
    padding-top: 52px;
    position: relative;
    background: #fff;
    padding: 6px 0;
    border-bottom: 1px solid #dcdcdc;
}

.header_search input {
    width: 96%;
    margin-left: 1%;
    height: 28px;
    background: #edecec;
    text-align: center;
    border-radius: 20px;
    color: #999;
}

.header_search #sear {
    width: 15px;
    height: 20px;
    margin: 0;
    border: none;
    background: none
}

.header_search .font {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 15px;
    height: 20px;
    margin-left: -35px;
    margin-top: -10px;
    display: block;
    background: url(../images/header_search.png) no-repeat center;
    background-size: contain;
}

.header_search .font img {
    width: 15px;
}

.header_search .font span {
    margin-left: 5px;
    color: #999;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 55px;
    background: #fff;
    width: 100%;
    z-index: 10;
}

.footer li {
    float: left;
    width: 25%;
    text-align: center;
    height: 59px;
    border-top: 1px solid #dcdcdc;
}

.footer .li1 {
    background: url(../images/footer1.png) no-repeat center;
    background-size: 30px auto;
    background-position-y: 5px;
}

.footer .li1.active {
    background: url(../images/footer1_1.png) no-repeat center;
    background-size: 30px auto;
    background-position-y: 5px;
}

.footer .li2 {
    background: url(../images/footer2.png) no-repeat center;
    background-size: 28px auto;
    background-position-y: 5px;
}

.footer .li2.active {
    background: url(../images/footer2_2.png) no-repeat center;
    background-size: 30px auto;
    background-position-y: 5px;
}

.footer .li3 {
    background: url(../images/footer3.png) no-repeat center;
    background-size: 30px auto;
    background-position-y: 5px;
}

.footer .li3.active {
    background: url(../images/footer3_3.png) no-repeat center;
    background-size: 30px auto;
    background-position-y: 5px;
}

.footer .li4 {
    background: url(../images/footer4.png) no-repeat center;
    background-size: 28px auto;
    background-position-y: 5px;
}

.footer .li4.active {
    background: url(../images/footer4_4.png) no-repeat center;
    background-size: 30px auto;
    background-position-y: 5px;
}

.footer li a {
    display: block;
    height: 60px;
}

.footer li p {
    color: #333;
    line-height: 20px;
    padding-top: 33px;
}

.search_h {
    text-align: center;
}

.search_h p {
    color: #333;
    position: absolute;
    top: 30%;
    width: 100%;
    font-size: 14px;
}

.search_h p em {
    color: #f08300;
}

.norecord {
    text-align: center;
    padding: 50px 0;
    color: #999
}

.sypro {
    margin: 15px 1.8% 0px 1.8%;
    text-align: center
}

.sypro .p1 {
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.sypro .p2 {
    color: #f00c00;
}

.pro1 {
    width: 46.4%;
    padding: 0 1.8%;
    float: left;
    margin-bottom: 15px
}

.pro1 img {
    width: 100%;
}

.top2 {
    margin-top: 56px
}

.pagetab {
    margin: 0 auto
}

.page td {
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
}

.page td a,
.page td a:link,
.page td a:visited {
    border: solid 1px #ddd;
    display: block;
    background-color: #fff;
    text-decoration: none;
    margin: 0 -1px;
    width: 34px;
    height: 32px;
    line-height: 32px;
    color: #333
}

.page td a:hover {
    border: 1px solid #CF0605;
    display: block;
    background-color: #CF0605;
    color: White;
    text-decoration: none;
}

.page .PageNumberActive a,
.page .PageNumberActive a:link,
.page .PageNumberActive a:visited {
    border: 1px solid #CF0605;
    display: block;
    background-color: #CF0605;
    color: White;
    text-decoration: none;
}

.page .PageNumber_t a,
.page .PageNumber_t a:link,
.page .PageNumber_t a:visited {
    width: auto;
    padding: 0 10px
}

.NoConMsg span {
    background: url(../images/webmsg.png) no-repeat;
}

.NoConMsg {
    text-align: center;
    padding: 40px 0;
    background: #fff;
    margin: 10px auto 0;
    border: 1px solid #E4E4E4;
}

.NoConMsg span {
    height: 110px;
    line-height: 90px;
    padding-left: 80px;
    display: inline-block;
    font-family: 微软雅黑, 宋体;
    font-size: 18px;
    color: #999;
    background-position: 0 -90px;
}

.bottom_height {
    height: 70px
}

.service {
    position: fixed;
    bottom: -200%;
    width: 100%;
    height: 250px;
    z-index: 10;
}

.service .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 9;
}

.service span {
    position: absolute;
    top: 5px;
    right: 3%;
    font-size: 20px;
    color: #fff;
}

.service ul {
    width: 90%;
    margin: 50px auto 0;
}

.service li {
    background: #fff;
    border-radius: 8px;
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    text-align: center;
}

.service li img {
    max-width: 150px;
    max-height: 135px;
    padding-top: 5px;
    width: 100%;
}

.service li p {
    font-size: 12px;
    color: #333;
    line-height: 30px;
}

.service .main {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}

.header .img3 {
    cursor: pointer
}

#getmore {
    width: 160px;
    padding: 10px 0;
    background: #F8F8F8;
    text-align: center;
    margin: 10px auto;
}

#getmore a {
    display: inline-block;
}

.dbgao {
    height: 55px
}

.contain_title {
    font-size: 22px;
    text-align: left;
    margin: 10px 0; font-family:微软雅黑
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-family: Helvetica;
    -webkit-font-smoothing: antialiased;
    /* background: rgba( 71, 147, 227, 1); */
}

h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    padding: 30px 0;
}


/* Table Styles */

.table-wrapper {
    /* margin: 10px 70px 70px; */
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2);
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td,
.fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}

.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}


/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead,
    .fl-table tbody,
    .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child {
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td,
    .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
       /* overflow-x: hidden;
        overflow-y: auto;*/
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

