body {
    padding-top: 70px;
    padding-bottom: 0;
    font-size: 16px;
}
a,a:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}
.margin-t10 {
    margin-top: 10px;
}
.margin-t15 {
    margin-top: 15px;
}
.margin-t20 {
    margin-top: 20px;
}
.margin-t25 {
    margin-top: 25px;
}
.margin-t30 {
    margin-top: 30px;
}
.margin-t40 {
    margin-top: 40px;
}
.margin-t50 {
    margin-top: 50px;
}
.margin-t60 {
    margin-top: 60px;
}
.margin-t80 {
    margin-top: 80px;
}
.margin-b10 {
    margin-bottom: 10px;
}
.margin-b20 {
    margin-bottom: 20px;
}
.margin-b30 {
    margin-bottom: 30px;
}
.margin-b40 {
    margin-bottom: 40px;
}
.margin-b50 {
    margin-bottom: 50px;
}
.width10 {
    width: 10%;
}
.width15 {
    width: 15%;
}
.width20 {
    width: 20%;
}
.width25 {
    width: 25%;
}
.width30 {
    width: 30%;
}
.width35 {
    width: 35%;
}
.width40 {
    width: 40%;
}
.width45 {
    width: 45%;
}
.width50 {
    width: 50%;
}
.width55 {
    width: 55%;
}
.width60 {
    width: 60%;
}
.width75 {
    width: 75%;
}
.width80 {
    width: 80%;
}
.width85 {
    width: 85%;
}
.width90 {
    width: 90%;
}
/*字体加粗*/
.fb {
    font-weight: bold;
}
/*自定义容器*/
.outer-container {
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
    margin-right: 0;
    margin-left: 0;
}
/*表格标题列*/
tr > td.td-title {
    font-weight: bold;
    text-align: center;
}
/*标题样式*/
.title-box {
    text-align: center;
}
.title-box > h1 {
    position: relative;
    margin: 0;
    display: inline-block;
}
.title-box > h1 > i {
    position: absolute;
    top: 50%;
    width: 3em;
    border-top: 2px #5b9bd5 solid;
}
.title-box > h1 > i.i-left {
    left: -5em;
}
.title-box > h1 > i.i-right {
    margin-left: 2em;
    left: 100%;
}
.title-box .en-text {
    width: 300%;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    text-transform: uppercase;
}
/*标签页导航*/
.tab-content td {
    padding: 5px 0;
    vertical-align: top;
}
.tab-content .t2 {
    padding-left: 10px;
}
.tab-content .t2 > h4 {
    color: #f00;
}
.tab-content .t2 dl {
    margin: 10px 0;
}
.tab-content .t2 dt {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    color: #f00;
}
.tab-content .t2 dd {
    float: right;
}
/*手机端底部固定菜单*/
.foot-pop {
    display: block;
    font-size: 18px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #00306e;
}
.foot-pop a {
    color: #fff;
    text-decoration: none;
}
.foot-pop .online,
.foot-pop .tel {
    width: 44%;
    float: left
}
.foot-pop .online {
    background-color: #f90
}
.foot-pop .top {
    width: 12%;
    float: left;
    background-color: #2554ba;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    height: 50px
}
.foot-pop .top > span {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}
/*文本竖直书写*/
.text-ttb {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
}
/*黑色边框表格*/
.table-bordered-b {
    border: 1px solid #000;
}
.table-bordered-b td{
    border: 1px solid #000;
}
.table-bordered-b th {
    border: 1px solid #000;
}
.table-bordered-b > thead > tr > th,
.table-bordered-b > tbody > tr > th,
.table-bordered-b > tfoot > tr > th,
.table-bordered-b > thead > tr > td,
.table-bordered-b > tbody > tr > td,
.table-bordered-b > tfoot > tr > td {
    padding: 8px 8px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 1px solid #000;
}
/*栅格列图片居中对齐*/
.vertical-middle-xs {
    display: table;
}
.vertical-middle-xs > div {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none;
}
/*重写导航栏样式*/
.navbar {
    min-height: 70px;
    margin-bottom: 0;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-collapse {
    border-top-color: #fff;
}
.navbar-brand > img {
    margin-top: -4px;
    max-height: 40px;
}
#home-navbar {
    padding-right: 30px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #2b6699;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #5b9bd5;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #2b6699;
    background-color: transparent;
}
/*重写下拉按钮样式*/
.dropdown-menu > li > a {
    line-height: 2.6;
    border-bottom: 1px #e5e5e5 solid;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #2b6699;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #5b9bd5;
}
/*重写导航页样式*/
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}
.nav-pills > .normal > a, .nav-pills > .normal > a:hover, .nav-pills > .normal > a:focus {
    color: #333333;
    background-color: #ddd;
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}
/*底部*/
#lxwm .index-footer{
    margin-top: 30px;
    padding: 60px 20px 60px 30px;
    background-color:#3d3e49
}
#lxwm p {
    color: #b4b4b7;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    text-indent: 0;
    margin: 0;
    padding: 0;
}
#lxwm p.name {
    margin-bottom: 30px;
    font-size: 18px;
}
#lxwm .menu-list {
    padding-left: 15px;
}
#lxwm .row .tel {
    line-height: 1;
    display: block;
    color: #44c3f3;
    font-size: 24px;
    margin-bottom: 10px;
}
#lxwm .row h4 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}
#lxwm .row a {
    color: #b4b4b7;
    text-decoration: none;
}
#lxwm .copy {
    font-size: 12px;
    text-align: center;
    background-color: #393a41;
    padding: 20px;
    color: #b4b4b7;
}
#lxwm .copy p {
    text-align: center;
    margin: 0;
    padding: 0;
}
#lxwm .copy a {
    text-decoration: none;
}
#lxwm img {
    vertical-align: middle;
    max-width: 90%;
}
#lxwm .custom-md {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
#lc .box {
    border: 1px #ffc000 solid;
    border-radius: 14px;
    height: 120px;
}
#lc .box h4 {
    padding-left: 10px;
    color:  #ffc000;
}
#lc .img-box {
    height: 106px;
    line-height: 106px;
    text-align: center;
}
#lc .img-box img {
    display: inline-block;
    vertical-align: middle;
}
#lc .img-barrow {
    width: 40px;
}
.jumbotron {
    position: relative;
    padding: 0;
    color: #fff;
    background-color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .dropdown-menu {
        padding: 0;
    }
    .dropdown-menu > li > a {
        height: 40px;
        border-bottom: 1px #e5e5e5 solid;
        padding-bottom: 12px;
        margin: 0;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 40px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #2b6699;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #5b9bd5;
    }
}
@media (min-width: 992px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    .outer-container {
        width: 980px;
        margin: 0 auto;
    }
    .title-box > h1 > i {
        width: 6em;
    }
    .title-box > h1 > i.i-left {
        left: -8em;
    }
    #lxwm .custom-md {
        float: left;
        width: 20%;
    }
    .foot-pop {
        display: none
    }
}
@media (min-width: 1200px) {
    .outer-container {
        width: 1188px;
        margin: 0 auto;
    }
}