﻿html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
	line-height: 24px;
	width: 100%;
	overflow-x: hidden;
	font-family: source sans pro, serif;


}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
a {
    background-color: transparent
}

b, strong {
    font-weight: 700
}

img {
    border: 0
}
table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


a {
    color: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none
}
img {
    vertical-align: middle
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
.h2, h2 {
    font-size: 30px
}
.h4, h4 {
    font-size: 18px
}
p {
    margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.row {
    /*margin-right: -15px;*/
    /*margin-left: -15px*/
    text-align: center;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 100%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}
table {
    background-color: transparent
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}


.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}
.layui-inline,img {
    display: inline-block;
    vertical-align: middle
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}
.layui-btn,.layui-edge,.layui-inline,img {
    vertical-align: middle
}
blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
img {
    border: none
}

li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h4,h5,h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none
}
html, body, .site-wrapper {
    height: 100%
}



ul {
    list-style-type: none;
    padding-left: 0;
    color: #999
}

a {
    text-decoration: none;
    transition: color .3s
}
h1, h2, h3, h4, h5, h6 {
    font-family: roboto slab, sans-serif;
    color: #222
}

p {
    color: #999;
    line-height: 1.5;
    margin-bottom: 15px
}

.section-block {
    padding-top: 80px
}

.section-content>div {
    margin-bottom: 48px
}
.section-title {
    text-align: center;
    margin-bottom: 84px
}

.section-title h2 {
    font-family: roboto slab, sans-serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: none;
    position: relative;
    margin: 0;
    display: inline-block;
    z-index: 1
}
.section-title h2 span {
    font-size: 104px;
    font-family: source sans pro, serif;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 40%;
    z-index: -1
}

.section-title h2 span.dark {
    color: #f7f7f7
}
.section-title h2:before, .section-title h2:after {
    content: '';
    width: 48px;
    height: 3px;
    left: -72px;
    background: #222;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.section-title h2:after {
    left: auto;
    right: -72px
}

.section-title .lead {
    color: #bbb;
    width: 50%;
    margin: 48px auto 0
}
.lead {
    font-size: 18px;
    font-family: roboto slab, sans-serif
}

.btn {
    border-radius: 0;
    text-transform: none;
    letter-spacing: 2px;
    transition: .3s
}
.btn-ghost {
    background: 0 0;
    border: 1px solid #fff;
    padding: 12px 36px
}
.btn-ghost:hover {
	background: #2bc16e;
	color: #fff;
	border-color: #222
}

#top {
    width: 100%;
}


/*第二块内容*/
.seconder {
    max-height: 450px;
    margin-bottom: 60px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seconder>div {
    width: 50%;
    height: 100%;
}

.seconder>div:nth-child(1) {
    background: #2a2a2a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
}

.seconder>div:nth-child(1)>div {
    width: 63%;
    text-aling: right;
    margin-right: 50px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    text-transform: none;
}

.seconder>div:nth-child(1)>div:nth-child(1) {
    font-size: 42px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.seconder>div:nth-child(1)>div:nth-child(2) {
    font-size: 16px;
    margin-bottom: 40px;
    text-indent: 2em;
    line-height: 26px;
}
.seconder>div:nth-child(2) {
    background: #f7941d;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.seconder>div:nth-child(2)>div {
    height: 300px;
    /* border:solid #fff 1px; */
    margin-left: 7px;
    /* display:flex; */
    padding: 20px;
    /* justify-content: flex-start; */
    position: relative;
}
/* 产品列表 */
.product {
    width: 100%;
    /* background:url(../images/product_bj.png) top center no-repeat; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: none;
    font-family: 'Microsoft YaHei';
    /* border:solid red 1px; */
    padding-top: 40px;
}

.product h2 {
    font-family: roboto slab,sans-serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: none;
    margin: 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.product h2::before {
    content: '';
    width: 48px;
    height: 3px;
    left: -72px;
    background: #222;
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translateX(-50%);
}

.product h2::after {
    content: '';
    left: auto;
    width: 48px;
    height: 3px;
    background: #222;
    position: absolute;
    top: 50%;
    right: -35%;
    transform: translateX(-50%);
}

.product h2 span.dark {
    color: #f7f7f7;
    font-size: 104px;
    font-family: roboto slab,sans-serif;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 40%;
    left: 50%;
    z-index: -1;
}

.product .lead {
    color: #bbb;
    width: 50%;
    font-size: 18px;
    margin: 30px auto 0;
    text-align: center;
    z-index: 1;
}

/*轮播图*/
#wowslider-container{
	zoom:1;
	position:relative;
	width:100%;
    margin:0 auto;
    z-index:100;
    border:none;
    text-align:left;
    font-size:10px
}

#wowslider-container.fullscreen-mode,#wowslider-container.fullwidth-mode{
	max-width:none;max-height:none
}

* html #wowslider-container{
	width:960px
}

#wowslider-container .ws_images ul {
    position: relative;
    width: 10000%;
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible
}

#wowslider-container .ws_images ul li {
    position: relative;
    width: 1%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    float: left;
    font-size: 0;
    padding: 0!important;
    margin: 0!important
}

#wowslider-container .ws_images {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    overflow: hidden
}
#wowslider-container .ws_images a {
    width: 100%;
    display: block;
    color: transparent
}
#wowslider-container img {
    max-width: none!important
}

#wowslider-container .ws_images img {
    width: 100%;
    border: 0;
    max-width: none;
    padding: 0;
    margin: 0
}
#wowslider-container a {
    text-decoration: none;
    outline: none;
    border: none
}

#wowslider-container .ws_bullets {
    float: left;
    position: absolute;
    z-index: 70
}

#wowslider-container .ws_bullets div {
    position: relative;
    float: left;
    font-size: 0
}

#wowslider-container .ws_bullets {
    padding: 10px
}

#wowslider-container .ws_bullets a {
    margin-left: 16px;
    width: 12px;
    height: 12px;
    float: left;
    text-indent: -4000px;
    position: relative;
    background: #1ea5c2;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#wowslider-container .ws_bullets a.ws_selbull,#wowslider-container .ws_bullets a:hover {
    background: #f7941d
}
#wowslider-container a.ws_next,#wowslider-container a.ws_prev {
    /*font-family:wowslider-controls;*/
    position: absolute;
    display: none;
    text-shadow: none;
    text-align: center;
    background: #1ea5c2;
    color: #fff;
    top: 50%;
    margin-top: -2.5em;
    height: 5em;
    width: 5em;
    line-height: 5em;
    z-index: 60;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    /*border:solid red 1px;*/
}
#wowslider-container a.ws_next {
    right: 10px
}
#wowslider-container a.ws_prev {
    left: 10px
}
#wowslider-container .ws_bullets {
    bottom: 15px;
    left: 50%
}

#wowslider-container .ws_bullets div {
    left: -70%
}

#wowslider-container .ws-title {
    position: absolute;
    display: block;
    bottom: .31em;
    left: 1.23em;
    margin: 9px;
    z-index: 50;
    font-family: MisoBold,Oswald,Impact,Charcoal,sans-serif;
    font-size: 5.5em;
    color: #fff;
    text-shadow: 1px 1px 1px #333
}
#wowslider-container .ws_images>ul {
    animation: wsBasic 16.8s infinite;
    -moz-animation: wsBasic 16.8s infinite;
    -webkit-animation: wsBasic 16.8s infinite
}
#wowslider-container.ws_gestures,#wowslider-container.ws_gestures>div>a {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
#wowslider-container .ws_video_btn {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55
}
#wowslider-container .ws_fullscreen {
    display: none;
    position: absolute;
    font-family: fullscreen;
    top: .5em;
    right: .5em;
    font-size: 2.25em;
    z-index: 59;
    color: #1ea5c2;
    text-shadow: none;
	
}


/* 头部 */
.index-top {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-top>div {
    width: 40%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-top>div:nth-child(2) {
    width: 70%;
}
.index-top>div:nth-child(2)>div {
    width: 120px;
    height: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    width: 100px;
    float: left;
}
.nav {
    width: 300px;
    float: right;
}


.class-table .redone-table-1 strong {
	display: block;
	font-family: roboto slab, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 12px
}

.class-table .redone-table-1 span {
	color: #999
}

.class-table .redone-table-1 h4 {
	font-size: 16px;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 15px
}

.class-table .redone-table-1 .btn-ghost {
	border-color: #222;
	margin-top: 15px
}

/*页脚部分CSS*/
/* 联系我们 */
.contact{
	width:100%;
	padding:30px 0;
}
.contact>div{
	width:60%;
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
}
.contact>div>div{
	width:50%;
	border-right:solid #eee 1px;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:20px 0;
}
.contact>div>div:last-child{
	border-left:solid #eee 1px;
	border-right:none;
}
.contact>div>div>div:nth-child(2){
	margin-left:20px;
}
.contact>div>div>div:nth-child(2)>div:nth-child(1){
	font-size:18px;
	font-weight: bold;
	color:#000;
	font-family: 微软雅黑;
}
.contact>div>div>div:nth-child(2)>div:nth-child(2){
	font-size:14px;
	color:#666;
	margin-top:10px;
}
.contact>div>div>div:nth-child(2)>div:nth-child(2)>span:nth-child(2){
	margin-left:20px;
}

/* 页脚 */
.footer{
	width:100%;
	padding:40px;
	background:#2a2a2a;
}
.footer>div{
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
}
.footer>div>div{
	width:50%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.footer>div>div>a,.footer>div>div>span{
   	color:#fff;
	font-size:14px;
	margin:0 8px;
}
.footer>div>div>a{
	border-right:solid #fff 1px;
	padding-right:20px;
}
.footer>div>div>a:last-child{
	border:none;
	padding:0;
}


 
.fk img {
	width: 85px;
}
.mzsm {
	font-family: 微软雅黑;
	width: 1200px;
	margin: 30px auto;
	text-align: center;
	line-height: 26px;
}
.mzsm h2 {
	font-size: 24px;
	padding-bottom: 10px;
}


/*下载引擎鼠标移动背景效果*/
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}