@charset "utf-8";

/*adminbuy.cn*/
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
    zoom: 1;
}

img {
    display: inline-block;
    border: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
fieldset,
form,
input,
select,
textarea,
figure {
    margin: 0;
}

ul,
ol,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #136ec2;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

a,
a:active,
a:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote,
q {
    quotes: none;
}

address,
em,
i {
    font-style: normal;
}

abbr,
acronym {
    font-variant: normal;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

fieldset,
a img,
iframe {
    border: 0 none;
}

input,
select,
button {
    vertical-align: middle;
}

input,
textarea,
select {
    *font-size: 100%;
}

button {
    overflow: visible;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

:active {
    outline: 0 none;
}

::selection {
    background: #e74700;
    color: white;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    *zoom: 1;
}

html {
    font-size: 20px;
    line-height: 1.76;
}

* {
    font-family: HELVETICANEUELTPRO-THEX, Arial, "微软雅黑", Helvetica, sans-serif;
    -smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    /* -webkit-overflow-scrolling: touch;overflow-scrolling: touch; */
}

body {
    font-size: 14px;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
    min-width: 320px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #000;
}

/*#header *, .containe *{transition:all .5s ease; -webkit-transition: all .5s ease; }*/
h1 {
    font-size: 36px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    font-weight: normal;
}

h4 {
    font-size: 16px;
}

@font-face {
    font-family: 'FontBlar';
    src: url('../images/arialnb_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* 通用样式 */
.boxWrap {
    width: 240px;
    -moz-transition: margin-top .5s ease-out;
    -webkit-transition: margin-top .5s ease-out;
    -o-transition: margin-top .5s ease-out;
    -ms-transition: margin-top .5s ease-out;
}

.boxWrap:hover {
    margin-top: -179px;
}

ul {
    overflow: hidden;
}

input,
a {
    outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0px 0px 1000px white inset;
}

.containe {
    width: 100%;
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbbbbb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #bbbbbb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bbbbbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bbbbbb;
}

.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/*#ind_banner */
.swiper-container .swiper-slide img {
    max-width: 100%;
    display: block;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

@media only screen and (max-width: 1000px) {
    .fixed-b {
        display: block;
    }

    .footer {
        display: none
    }

    .footbar {
        background: #222222;
        margin-top: 5vw;
    }

    .copyright {
        padding-bottom: 40px;
    }

    .homemain .title h2 {
        font: 600 28px "Microsoft Yahei";
    }
}

@media only screen and (max-width: 640px) {
    .copyright {
        padding-bottom: 60px;
        box-sizing: inherit;
        height: auto;
        padding-top: 15px;
        line-height: 1.9em;
        text-align: center;
    }

    .copyright a {
        float: none;
    }

    .fixed-b {
        display: block;
    }

    .footer {
        display: none
    }

    .homemain .title h2 {
        font: 600 22px "Microsoft Yahei"
    }
}

@media only screen and (max-width: 480px) {
    .fixed-b {
        display: block;
    }

    .footer {
        display: none
    }
}

.article {
    overflow: hidden;
}

/*toolbar*/
#toolbar {
    width: 100%;
    height: 60px;
    background: #1f6f97;
    position: fixed;
    z-index: 9990;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    display: none;
}

#toolbar ul li {
    float: left;
    width: 33.33333%;
    text-align: center;
    color: #fff;
}

#toolbar ul li a {
    width: 100%;
    color: #fff;
    padding-top: 10px;
    height: 22px;
    line-height: 0.8;
}

#toolbar ul li a span {
    font-size: 14px;
    line-height: 23px;
}

#nav {
    position: relative;
}

#toolbar ul li ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
}

#toolbar ul li ul li a {
    width: 100%;
    padding: 0px;
    height: 28px;
    line-height: 28px;
}

#maximg img {
    max-width: 100%;
    height: auto !important
}