/* 初始化 */

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: 15px/1.5 微软雅黑;
}

body {
    overflow-x: hidden;
}

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

img {
    border: 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: rightdle;
}

.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;
}

button {
    border: 0;
    border-radius: 0%;
    appearance: button;
    -moz-appearance:button; 
    -webkit-appearance:button;
}
textarea,
input {
    outline: none;
}

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

a {
    text-decoration: none
}

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

div:focus {
    border: none;
}

:focus {
    outline: none;
}

/*for IE*/

::-moz-focus-inner {
    border-color: transparent;
}

/*for mozilla*/

.white,
.white a {
    color: #fff
}

.blue,
.blue a {
    color: #004499
}

.gray4,
a.gray4 {
    color: #999
}

.red,
.red a,
a.red {
    color: red;
}

.green {
    color: #0E774A
}

select optgroup {
    color: #CAC8BB;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
}

.relative {
    position: relative;
    z-index: 1;
}

.absolute {
    position: absolute;
}

.t-hide {
    opacity: 0;
    visibility: hidden;
}

.text-over {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

.pointer {
    cursor: pointer !important;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.breadcrumb {
    display: none;
}

.rect-485 {
    padding-bottom: 48.5%;
}

.rect-50 {
    padding-bottom: 50%;
}

.rect-5625 {
    padding-bottom: 56.25%;
}

.rect-60 {
    padding-bottom: 60%;
}

.rect-61 {
    padding-bottom: 61%;
}

.rect-618 {
    padding-bottom: 61.8%;
}

.rect-65 {
    padding-bottom: 65%;
}

.rect-66 {
    padding-bottom: 66%;
}

.rect-665 {
    padding-bottom: 66.5%;
}

.rect-70 {
    padding-bottom: 70%;
}

.rect-725 {
    padding-bottom: 72.5%;
}

.rect-75 {
    padding-bottom: 75%;
}

.rect-775 {
    padding-bottom: 77.5%;
}

.rect-80 {
    padding-bottom: 80%;
}

.rect-90 {
    padding-bottom: 90%;
}

.rect-95 {
    padding-bottom: 95%;
}

.rect-100 {
    padding-bottom: 100%;
}

.rect-112 {
    padding-bottom: 112%;
}

.rect-120 {
    padding-bottom: 120%;
}

.rect-130 {
    padding-bottom: 130%;
}

*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.boxshadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.slide-nav {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    right: 15px;
}

.slide-nav ul {
    width: 57px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.slide-nav {
    display: none;
}

.slide-nav ul li {
    width: 100%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    transition: all .5s;
    position: relative;
}

.slide-nav ul li:hover .son {
    opacity: 1;
    display: block;
}

.slide-nav ul li .wechat {
    border: 1px solid #e5e5e5;
    transition: all .5s;
}
.slide-nav ul li .wechat img{
    width: 114px;
    height: 114px;
}
.slide-nav ul li .icon i {
    font-size: 25px;
    padding-top: 17px;
    color: #666;
}

.slide-nav ul li .son {
    position: absolute;
    right: 100%;
    top: -1px;
    opacity: 0;
    display: none;
}

.slide-nav ul li .tel {
    width: 270px;
}

.slide-nav ul li .qq {
    width: 230px;
}

.slide-nav ul li .site {
    border: 1px solid #e5e5e5;
}

.slide-nav ul li .site img {
    width: 114px;
    height: 114px;
}

.slide-nav ul li .tel  {
    display: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 18px;
}
.slide-nav ul li .tel a{
    display: block;
    color:#333;
}
.slide-nav ul li .qq a {
    display: block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 18px;
}

.slide-nav ul li:last-child {
    border-bottom: none;
}

/* header */

header .search input {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

header .navbar-right {
    margin-right: 0;
}

header .navbar {
    background-color: #fff;
}

header .navbar-brand {
    height: auto;
    margin-left: 0 !important;
    line-height: 95.72px;
}

header .nav-address {
    margin-top: 17px;
}

header .dropdown-menu>li>a {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

header .dropdown-menu>li>a:hover {
    color: #57b2e9;
}

header .dropdown-menu>li:last-child>a {
    border-bottom: none;
}

header .navbar-nav>li>a {
    color: #333;
    font-size: 16px;
}

header .nav>li:last-child a,
header .nav>li:nth-last-child(2) a {
    padding: 18px 10px;
    color: #969696;
}

header .nav>li>a {
    padding: 18px 22.5px
}

header .navbar-nav .open>a {
    color: #57b2e7;
}

header .navbar-nav>li:nth-last-child(2)>.dropdown-menu {
    border-top: none;
    width: 195px;
    right: -20px;
}

header .navbar-nav>li:nth-last-child(2)>.dropdown-menu .search-box input {
    width: 80%;
    float: left;
    height: 44px;
    border: 0;
}

header .navbar-nav>li:nth-last-child(2)>.dropdown-menu .search-box .button-search {
    width: 20%;
    float: left;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: url('../images/search.png') no-repeat center;
}

header .navbar-nav>li>.dropdown-menu {
    padding: 0;
    border: none;
    border-top: 2px solid #57b2e7;
}

header .nav-address span a {
    color: #969696;
}

header .nav-address span a img {
    margin-right: 15px;
}

header .nav-address span:nth-child(2) {
    color: #969696;
    margin-left: 20px;
    margin-right: 20px;
}

/* footer */
footer .site-img {
    width: 115px;
    height: 115px;
}

footer .site-img img {
    width: 100%;
    height: 100%;
}

footer .footer-main {
    background-color: #f7f7f7;
}

footer .footer-main .footer-right .row>div:first-child {
    padding-left: 7%;
}

footer .footer-main .footer-right .row>div:nth-child(2) {
    padding-left: 11%;
}

footer .footer-main .footer-share ul .weixin {
    position: relative;
}

footer .footer-main .footer-share ul .weixin:hover .vx {
    display: block;
}

footer .footer-main .footer-share ul .weixin .vx::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

footer .footer-main .footer-share ul .weixin .vx {
    position: absolute;
    top: -186px;
    width: 200px;
    height: auto;
    text-align: center;
    box-shadow: 0 2px 10px #aaa;
    background-color: #fff;
    z-index: 999;
    left: -87px;
    display: none;
}

footer .footer-main .footer-share ul .weixin .vx h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

footer .footer-main .footer-share ul .weixin .vx .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

footer .footer-main .footer-share ul .weixin .vx .vx-img img {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    display: block;
}

footer .footer-top {
    padding: 50px 0;
    border-bottom: 1px solid #d9d9d9;
}

footer .footer-bottom {
    padding: 20px 0;
}

footer .footer-bottom a,
footer .footer-bottom {
    color: #999;
}

footer .footer-bottom .span2 {
    display: none;
}

footer dt {
    padding-bottom: 40px;
    font-weight: 400;
}

footer dt a {
    position: relative;
}

footer dt a::before {
    content: "";
    background-color: #d2d2d2;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -22px;
}

footer dt a::after {
    content: "";
    background-color: #1cabe2;
    position: absolute;
    left: 0;
    width: 50%;
    height: 3px;
    bottom: -22px;
}

footer dd,
footer dd a {
    font-size: 15px;
    color: #666;
    line-height: 35px;
}

footer dd a:hover {
    color: #57b2e7;
}

footer dt,
footer dt a {
    color: #333;
    font-size: 18px;
}

footer .footer-right .row>div:first-child dl dt {
    padding-bottom: 20px;
}

footer .footer-bottom .record {
    display: inline-block;
}

footer .footer-bottom .bei {
    margin-left: 20px;
}

footer .footer-bottom .support {
    float: right;
}

footer .footer-share {
    margin-top: 15px;
}

footer .footer-share ul li {
    float: left;
    margin-right: 12px;
}

footer .footer-share ul li:last-child {
    margin-right: 0;
}


@media (min-width:992px) {
    header .navbar-nav>li:last-child>a:hover {
        color: #57b2e7;
    }

    header .navbar-brand {
        padding: 35px 0 15px 0;
    }
}

@media (max-width:1440px) {
    footer .footer-main .footer-right .row>div:first-child {
        padding-left: 5%;
    }

    footer .footer-main .footer-right .row>div:nth-child(2) {
        padding-left: 7%;
    }
}

@media (max-width:1400px) {
    header .nav>li>a {
        padding: 18px 20px;
    }
}

@media (max-width:1366px) {
    footer .footer-main .footer-right .row>div:first-child {
        padding-left: 3%;
    }

    footer .footer-main .footer-right .row>div:nth-child(2) {
        padding-left: 7%;
    }
}

@media (max-width:1365px) {
    footer .footer-main .footer-right .row>div:first-child {
        padding-left: 3%;
    }

    footer .footer-main .footer-right .row>div:nth-child(2) {
        padding-left: 3%;
    }
}

@media (max-width:1200px) {
    footer .footer-main .footer-right .row>div:nth-child(2) {
        padding-left: 15px;
    }

    footer .footer-bottom .span1 {
        display: none;
    }

    footer .footer-bottom .span2 {
        display: inline-block;
    }

    header .nav>li>a {
        padding: 18px 8.5px;
    }

    footer .footer-top .footer-right .row>div:first-child {
        display: none;
    }

    footer .footer-top .row>div:first-child ul {
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    header .dropdown-menu>li:last-child>a {
        border-bottom: none;
    }

    header .navbar-nav .open .dropdown-menu {
        position: relative;
        border: 0;
        box-shadow: none;
        padding: 5px 0;
    }

    header .nav-address {
        display: none;
    }

    header .navbar-nav>li:last-child {
        display: none;
    }

    header .navbar-nav>li:nth-last-child(2)>a {
        border-bottom: none;
        display: none;
    }

    header .navbar-nav>li:nth-last-child(2) .dropdown-menu {
        display: block !important;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        box-shadow: none;
        padding-left: 10px;
    }

    header .navbar-nav .open .dropdown-menu>li>a {
        text-align: left;
        padding: 12px 35px;
    }

    header .navbar-nav {
        padding: 0 15px;
    }

    header .navbar-nav .open .dropdown-toggle {
        border-bottom: none;
    }

    header .navbar-nav>.dropdown>a {
        padding: 15px 20px;
        border-bottom: 1px solid #bfbfbf;
    }

    header .dropdown-menu>li>a {
        border-bottom: none;
        border-top: 1px solid #efefef;
    }

    header .navbar-brand {
        padding: 0;
        display: inline-block;
        height: 81px;
        width: 250px;
    }

    header .navbar-brand img {
        width: 100%;
    }

    header .navbar-brand h2,
    header .navbar-brand h1 {
        height: 100%;
        line-height: 81px;
    }

    header .nav>li>a {
        padding: 18px 8.5px;
    }

    header .navbar-toggle {
        font-size: 22px;
        padding: 15px;
    }

    .slide-nav {
        display: none;
    }
}

@media (min-width:768px){
   .container{
       padding-left: 0;
       padding-right: 0;
   }
}
@media (max-width:1200px){
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width:768px) {
    header .navbar-brand{
        padding-left: 15px;
    }
    footer .footer-bottom {
        text-align: center;
        font-size: 14px;
        line-height: 2em;
    }

    footer .footer-bottom .bei {
        margin: 10px;
    }

    footer .footer-top {
        padding: 30px 0;
    }

    footer .footer-top .row>div:first-child {
        display: none;
    }

    footer .footer-top .row>div:nth-child(2) {
        width: 100%;
    }
}

@media (max-width:640px) {
    footer .footer-bottom .copy {
        display: block;
        text-align: center;
    }

    footer .footer-bottom .bei {
        margin: 0;
        display: block;
        text-align: center;
    }

    footer .footer-bottom .support {
        display: block;
        text-align: center;
        width: 100%;
    }
}

@media(max-width:375px) {
    header .navbar-brand {
        position: absolute;
    }
}