/* 初始化 */
.example:before, .example before { content: attr(data-content); ... } 
.example:after, .example after { content: attr(data-content); ... } 
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    word-wrap: break-word
}

body,
html,
input {
    font: 16px/1.5 '微软雅黑';
}

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

img {
    border: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

input.dialog {
    height: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border: none
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

input,
label,
img,
th {
    vertical-align: middle;
}

.font-fixh {
    font-family: Georgia, Arial;
    color: #f00;
    font-size: 16px;
    font-weight: 700;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

input.button,
input.btn {
    padding: 0.25em;
    width: auto;
    _width: 0;
    overflow: visible;
}

ul,
ol,
li {
    list-style: none;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

select optgroup {
    color: #CAC8BB;
}

header {
    display: block
}

*:focus {
    outline: none
}

img {
    height: auto;
}

button {
    border: 0;
}

body {
    overflow-x: hidden;
    position: relative;
}

textarea,
input {
    outline: none;
}

/* 通用 */

.img-box {
    text-align: center;
    overflow: hidden;
}

.img-box img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    max-width: 100%;
}

a:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.img-box img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.row-eq-height {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.float-left {
    float: left!important;
}

.float-right {
    float: right!important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.container>.navbar-header {
    margin-left: 0!important;
    margin-right: 0!important;
}

/* header */
header .navbar-right{
    margin-right: 0;
}
header .navbar-brand {
    height: auto;
}

header .navbar {
    padding-top: 8px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    width: 100%;
}

header .navbar-collapse .tel span {
    font-size: 24px;
    color: #0066b3;
    font-weight: 700;
    line-height: 36px;
}

header .navbar-collapse .tel span img {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    vertical-align: middle;
}

header .navbar-nav>li>a {
    color: #000;
    padding: 12px 33px 15px 33px;
}

header .dropdown-menu {
    box-shadow: none;
}

header .dropdown-menu>li>a {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e5e3;
}
header .dropdown-menu>li>a:hover{
    color: #f88532;
}
header .dropdown-menu>li:last-child>a {
    border: none;
}

header .navbar-nav>li:last-child>a {
    padding-right: 0;
}

header .navbar-nav>li>.dropdown-toggle>a {
    border-bottom: 2px solid #fff;
}

header .navbar-nav>.open>.dropdown-toggle {
    color: #f88532;
    border-bottom: 2px solid #ed883a;
}
header .navbar-nav>li>.dropdown-menu {
    background-color: rgba(255, 255, 255, .7);
}

/* footer */

footer {
    background-color: #123c86;
    color: #fff
}

footer .footer-main .footer-list .footer-item {
    float: left;
    width: 20%;
}

footer .footer-main .container {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

footer .footer-main .container .row {
    margin-left: 0;
    margin-right: 0;
}

footer .footer-main .container .row>div {
    padding-left: 0;
    padding-right: 0;
}

footer .footer-main .footer-item dt a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

footer .footer-main .footer-item dt {
    margin-bottom: 30px;
}

footer .footer-main .footer-item dd {
    line-height: 35px;
}

footer .footer-main .footer-item dd a {
    color: #fff;
}

footer .footer-main .footer-item dd a span {
    font-size: 22px;
    font-weight: 700;
    color: #ee8836;
}

footer .footer-bottom .footer-bottom-main {
    padding: 25px 0;
    font-size: 14px;
}
footer .footer-bottom .footer-bottom-main .copyright .cp{
    margin-left: 10px;
}
footer .footer-bottom .footer-bottom-main .copyright span a {
    color: #fff;
    font-size: 14px;
}
@media(min-width:992px){
    .navbar-nav>li:last-child .dropdown-menu>li>a{
      padding:15px 15px
    }
    .navbar-nav>li:last-child .dropdown-menu{
        right: -15px;
    }
    header .navbar-nav>li:last-child>.dropdown-toggle{
        border-bottom: 2px solid #fff;
    }
    header .navbar-nav>li:last-child>.dropdown-menu{
        border-top: 2px solid #f88532;
    }
}
@media(min-width:1240px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        width: 1240px;
    }
}

@media(max-width:1200px) {
    header .navbar-nav>li>a{
        padding: 12px 20px 15px 20px;
    }
    .navbar-nav>li:last-child .dropdown-menu{
        right: -10px;
    }
}

@media(max-width:992px) {
    header .navbar-nav{
    padding-left: 15px;
    padding-right: 15px;
    }
    header .navbar-brand{
        margin-left: 0!important;
        width: 180px;
        padding: 19px 0;
    }
    header .navbar-brand img{
        max-width: 100%;
    }
    header .navbar .navbar-header .navbar-toggle  {
        font-size: 22px;
        padding: 15px 10px;
    }
    header .dropdown-menu>li>a {
        border: 0;
    }
    header .navbar {
        padding-top: 0;
    }
    header .navbar .navbar-right .tel {
        display: none;
    }
    header .nav .dropdown>a {
        color: #000;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .navbar-nav>.dropdown>a {
        padding: 15px 20px;
        border-bottom: 1px solid #bfbfbf;
    }
    header .nav .dropdown-menu {
        text-align: left;
        float: none;
    }
    header .dropdown-menu>li>a {
        text-align: left;
    }
    header .navbar-nav .open .dropdown-menu>li>a {
        padding: 12px 35px;
    }
    header .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #ee8836;
    }
    header .navbar-nav .open .dropdown-toggle {
        border-bottom: 0;
        color: #ee8836;
    }
    header .navbar-nav .open .dropdown-menu {
        position: relative;
        border: 0;
        box-shadow: none;
    }
    header .navbar-nav .open .dropdown-menu li a {
        border-top: 1px solid #eaeaea;
    }
    header .navbar-nav>li:last-child>a {
        border: 0;
    }
}

@media(max-width:768px) {
    footer .footer-main .container {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    footer .footer-main dt {
        display: none;
    }
}

@media(max-width:640px) {
    footer .footer-bottom .footer-bottom-main .copyright {
        text-align: center;
    }
    footer .footer-bottom .footer-bottom-main .copyright span:last-of-type {
        float: none!important;
        display: inline-block;
    }
}

@media(max-width:480px) {
    footer .footer-bottom .footer-bottom-main .copyright .cp {
        display: block;
    }
}
@media(max-width:280px){
    header .navbar-brand{
        position: absolute;
    }
}