html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 100%;
}

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

body,
button,
input,
select,
textarea {
    font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft JhengHei", "WenQuanYi Micro Hei", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;

}

img {
    max-width: 100%;
}

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+ */
}

input,
button,
select,
textarea {
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

a:focus {
    outline: none;
}

.main a:hover {
    text-decoration: underline;
}

a span,
a img {
    cursor: pointer;
}

fieldset,
img {
    border: 0;
}

ul.nolist,
ul {
    list-style: none;
}

ul.nolist li,
ul li {
    list-style: none;
}

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

.ellipsis2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis4 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis5 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.height5 {
    max-height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p-after:after {
    content: "...";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 12px;
    color: #333333;
    background-color: #fff;
}

.p-title-after:after {
    content: "...";
    position: absolute;
    display: block;
    width: 20px;
    height: 25px;
    bottom: 0;
    right: 12px;
    /*padding-left: 20px;*/
    color: #333333;
    background-color: #fff;
}

.title-height3 {
    max-height: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content-height3 {
    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@font-face {
    font-family: icomoon;
    src: url(./icomoon/icomoon.eot?y91556);
    src: url(./icomoon/icomoon.eot?y915567#iefix) format('embedded-opentype'), url(./icomoon/icomoon.ttf?y91267) format('truetype'), url(./icomoon/icomoon.woff?y92567) format('woff'), url(./icomoon/icomoon.svg?y92567#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.position-fixed {
    position: fixed !important;
}

.return-top {
    position: fixed;
    display: none;
    right: 40px;
    bottom: 113px;
    width: 50px;
    height: 50px;
    background-color: #029bfc;
    cursor: pointer;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.return-top:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 18px;
    width: 15px;
    height: 15px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#banner {
    height: 250px;
    color: #fff;
    position: relative;
    background: #000;
    overflow: hidden;
}

#banner img {
    height: 250px;
}

#banner .title {
    position: absolute;
    top: 0;
    left: 16%;
    width: 60%;
    margin: 0 auto;
    padding-top: 80px;
}

#banner .title h2 {
    font-size: 36px;
    line-height: 80px;
}

#banner .title .titles {
    font-size: 18px;
}

#banner .title .navList {
    font-size: 12px;
    margin-top: 28px;
}

#banner .title .navList a {
    color: #fff;
}

@media screen and (max-width: 1280px) {
    #banner {
        width: 1500px;
        height: 250px;
        color: #fff;
    }

    #banner img {
        width: 100%;
        height: 100%;
    }

    #banner .title {
        left: 11%;
    }


}

@media screen and (max-width: 700px) {
    #banner {
        width: 100%;
        height: 250px;
        color: #fff;
        position: relative;
    }

    #banner img {
       width: 1920px;
       min-width: 1920px;
       height: 250px;
       position: absolute;
       left: -210%;
       top:0;
    }

    #banner .title {
        text-align: center;
        width: 90%;
        left: 5%;
        margin: 0 auto;
        padding-top: 100px;
    }

    #banner .title h2 {
        font-size: 26px;
        line-height: 32px;
    }

    #banner .title .titles {
        padding-top: 10px;
        font-size: 14px;
    }

    #banner .title .navList {
        padding-top: 45px;
        text-align: left;
        font-size: 12px;
        margin-top: 6px;
    }
}




@-webkit-keyframes slowIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes slowIn {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes slowIn {
    0% {
        opacity: 0;
        -o-transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes slowIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}




@-webkit-keyframes slowIns {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes slowIns {
    0% {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-o-keyframes slowIns {
    0% {
        opacity: 1;
        -o-transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 1;
        -o-transform: none;
    }
}

@keyframes slowIns {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}