@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeTop {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fadeBottom {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slider-show {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    background: #f9f9f9;
    font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    padding: 0;
    margin: 0;
}

button, input, select, textarea {
    outline: none;
}

p {
    margin: 5px 0;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

::-moz-selection {
    background: #20a0ff;
    color: #fff;
}

::selection {
    background: #20a0ff;
    color: #fff;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #20a0ff;
    text-decoration: none;
}

.col-xs-1, .col-mm-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-mm-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-mm-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-mm-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-mm-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-mm-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-mm-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-mm-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-mm-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-mm-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-mm-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-mm-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (max-width: 425px) {
    .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
        float: left;
    }

    .col-mm-12 {
        width: 100%;
    }

    .col-mm-11 {
        width: 91.66666667%;
    }

    .col-mm-10 {
        width: 83.33333333%;
    }

    .col-mm-9 {
        width: 75%;
    }

    .col-mm-8 {
        width: 66.66666667%;
    }

    .col-mm-7 {
        width: 58.33333333%;
    }

    .col-mm-6 {
        width: 50%;
    }

    .col-mm-5 {
        width: 41.66666667%;
    }

    .col-mm-4 {
        width: 33.33333333%;
    }

    .col-mm-3 {
        width: 25%;
    }

    .col-mm-2 {
        width: 16.66666667%;
    }

    .col-mm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 767px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 991px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1300px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
}

@media (min-width: 767px) {
    .container {
        width: 95%;
        padding: 0;
    }
}

@media (min-width: 991px) {
    .container {
        width: 85%;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1200px;
    }
}

.top-logo {
    margin: 14px auto;
    height: 32px;
    display: inline-block;
}

@media (max-width: 767px) {
    .top-logo {
        position: fixed;
        top: 0;
        z-index: 999999;
        margin: 9px 5px;
    }
}

.top-logo img {
    max-height: 32px;
}

.top-right {
    display: inline-block;
    height: 60px;
    float: right;
    padding: 10px;
}

@media (max-width: 767px) {
    .top-right {
        display: none;
    }
}

.top-right .more li {
    font-size: 13px;
    color: #000;
    float: left;
}

.top-right .more li a {
    display: inline-block;
    padding: 10px;
}

.header {
    position: absolute;
    height: 55px;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #000;
}

@media (max-width: 767px) {
    .header {
        position: fixed;
        top: 0;
        height: 50px;
        padding: 0 5px;
        background: #fff;
        box-shadow: 0 0 8px #ddd;
    }
}

.header.fixed {
    position: fixed;
    top: 0;
}

.header .navbar {
    color: #fff;
    font-size: 15px;
}

@media (max-width: 767px) {
    .header .navbar {
        position: fixed;
        top: 50px;
        left: -220px;
        width: 220px;
        height: 100%;
        background: #000;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -o-transition: left .3s;
        transition: left .3s;
    }

    .header .navbar.active {
        left: 0;
    }
}

.header .navbar > li {
    position: relative;
    float: left;
}

@media (max-width: 767px) {
    .header .navbar > li {
        width: 100%;
    }
}

.header .navbar > li a:hover, .header .navbar > li.active a {
    background: #20a0ff;
}

.header .navbar > li > a {
    display: inline-block;
    min-width: 90px;
    text-align: center;
    padding: 0 15px;
    line-height: 55px;
    color: #fff;
    height: 55px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

@media (max-width: 767px) {
    .header .navbar > li > a {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0 25px;
    }
}

.header .navbar .menu-item .fa-angle-down {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header .navbar .menu-item .fa-angle-down.active {
    transform: rotateZ(180deg);
}

@media (min-width: 767px) {
    .header .navbar .menu-item:hover .fa-angle-down {
        transform: rotateZ(180deg);
    }
}

.header .navbar .sub-menu {
    display: none;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    font-size: 14px;
    box-shadow: 0 0 10px #ccc;
}

@media (max-width: 767px) {
    .header .navbar .sub-menu {
        position: relative;
        color: #fff;
        background: #222;
        box-shadow: none;
        padding: 0;
    }
}

.header .navbar .sub-menu::before {
    position: absolute;
    content: "";
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .header .navbar .sub-menu::before {
        display: none;
    }
}

@media (min-width: 767px) {
    .header .navbar .menu-item:hover .sub-menu {
        display: block;
        -webkit-animation: fadeBottom .6s;
        -moz-animation: fadeBottom .6s;
        -o-animation: fadeBottom .6s;
        animation: fadeBottom .6s;
    }
}

.header .navbar .sub-menu > .menu-item > a {
    display: inline-block;
    color: #333;
    padding: 8px 15px;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .header .navbar .sub-menu > .menu-item > a {
        color: #eee;
        text-align: left;
        padding: 8px 35px;
    }
}

.header .navbar .sub-menu > .menu-item > a:hover {
    color: #fff;
    background: #20a0ff;
}

.header .search {
    display: flex;
    padding: 10px 0;
    float: right;
}

@media (max-width: 767px) {
    .header .search {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        -webkit-animation: fadeTop .6s;
        -moz-animation: fadeTop .6s;
        -o-animation: fadeTop .6s;
        animation: fadeTop .6s;
    }

    .header .search.active {
        display: block;
    }
}

.header .search .search-input {
    border: none;
    width: 160px;
    height: 35px;
    font-size: 14px;
    padding: 5px 15px;
    position: relative;
    font-family: inherit;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 991px) {
    .header .search .search-input {
        width: 145px;
    }
}

.header .search .search-btn {
    border: none;
    height: 35px;
    position: relative;
    padding: 0 15px;
    color: #fff;
    left: -5px;
    background: #20a0ff;
    font-size: 14px;
    display: inline-block;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header .search-icon {
    position: absolute;
    right: 40px;
    width: 30px;
    height: 50px;
    font-size: 16px;
    color: #000;
}

@media (min-width: 767px) {
    .header .search-icon {
        display: none;
    }
}

.header .search-icon >  i {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.header .nav-icon {
    position: fixed;
    right: 10px;
    z-index: 999999;
    height: 50px;
    width: 30px;
}

@media (min-width: 767px) {
    .header .nav-icon {
        display: none;
    }
}

.header .nav-icon span {
    position: absolute;
    width: 18px;
    height: 2.2px;
    background: #000;
    right: 4px;
    top: 23px;
    margin: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleY(0.9);
    -moz-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    -o-transform: scaleY(0.9);
    transform: scaleY(0.9);
}

.header .nav-icon span:first-child {
    top: 18px;
}

.header .nav-icon span:last-child {
    top: 28px;
}

.header .nav-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    -moz-transform: rotate(45deg) translate(3px, 3px);
    -ms-transform: rotate(45deg) translate(3px, 3px);
    -o-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px);
}

.header .nav-icon.active span:nth-child(2) {
    opacity: 0;
}

.header .nav-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    -moz-transform: rotate(-45deg) translate(4px, -4px);
    -ms-transform: rotate(-45deg) translate(4px, -4px);
    -o-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
}

.black-mask {
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: 99998;
}

@media (min-width: 767px) {
    .black-mask {
        display: none;
    }
}

.banner {
    position: relative;
    margin-top: 70px;
    padding: 10px;
}

@media (max-width: 1300px) {
    .banner {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .banner {
        margin-top: 60px;
    }
}

.banner .item {
    display: none;
}

.banner .item.active {
    display: block;
    -webkit-animation: slider-show 2s;
    -moz-animation: slider-show 2s;
    -o-animation: slider-show 2s;
    animation: slider-show 2s;
}

.banner .item img {
    vertical-align: middle;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 0 10px #666;
}

.banner .slider-left {
    left: 10px;
    color: #eee;
    text-align: center;
    font-size: 30px;
    padding: 30px 0;
    width: 50px;
    position: absolute;
    top: calc(50% - 50px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .banner .slider-left {
        width: 40px;
        padding: 40px 0;
        font-size: 18px;
        left: 5px;
    }
}

.banner .slider-right {
    right: 10px;
    color: #eee;
    text-align: center;
    font-size: 30px;
    padding: 30px 0;
    width: 50px;
    position: absolute;
    top: calc(50% - 50px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .banner .slider-right {
        width: 40px;
        padding: 40px 0;
        font-size: 18px;
        right: 5px;
    }
}

.banner .slider-left:hover, .banner .slider-right:hover {
    color: #fff;
    background: #333;
    opacity: 0.8;
}

.banner .slider-dots {
    position: absolute;
    left: 50%;
    bottom: 25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .banner .slider-dots {
        bottom: 15px;
    }
}

.banner .slider-dots .dot {
    font-size: 0;
    margin: 3px;
    float: left;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

@media (max-width: 767px) {
    .banner .slider-dots .dot {
        width: 8px;
        height: 8px;
    }
}

.banner .slider-dots .dot:hover, .banner .slider-dots .dot.active {
    background: #20a0ff;
}

.product {
    display: inline-block;
}

@media (min-width: 991px) {
    .product {
        padding-right: 10px;
    }
}

.product .head {
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
    padding: 5px 10px;
}

.product .head .title {
    float: left;
    font-size: 22px;
}

@media (max-width: 991px) {
    .product .head .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product .head .title {
        font-size: 18px;
    }
}

.product .head .item {
    float: right;
    font-size: 14px;
}

.product .head .item li {
    float: left;
    padding: 4px 8px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product .head .item li:hover {
    color: #20a0ff;
    border: 1px solid #20a0ff;
}

.product .head .item li.active {
    color: #fff;
    background: #20a0ff;
    border: 1px solid #20a0ff;
}

.product .card {
    /*height: 400px;*/
    margin: 10px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1300px) {
    .product .card {
        margin: 5px;
    }
}

@media (max-width: 991px) {
    .product .card {
        height: 390px;
    }
}

@media (max-width: 767px) {
    .product .card {
        height: 415px;
    }
}

@media (max-width: 425px) {
    .product .card {
        height: auto;
    }
}

.product .card:hover {
    box-shadow: 0 0 8px #ccc;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.product .card .part-img {
    width: 100%;
    height: 160px;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product .card .part-img {
        height: 185px;
    }
}

.product .card .part-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product .card .part-img img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.product .card .part-title {
    width: 100%;
    padding: 0 15px;
    color: #222;
    font-size: 18px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .product .card .part-title {
        font-size: 16px;
    }
}

.product .card .part-desc {
    padding: 0 15px;
    color: #555;
    text-indent: 28px;
    padding: 0 15px;
    color: #555;
    text-indent: 28px;
    /*height: 160px;*/
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

@media (max-width: 991px) {
    .product .card .part-desc {
        font-size: 13px;
        height: 150px;
    }
}

@media (max-width: 425px) {
    .product .card .part-desc {
        height: auto;
    }
}

.product .card .part-btn {
    padding: 10px 15px 15px;
    display: inline-block;
    width: 100%;
    margin: -5px 0;
}

.product .card .part-btn .btn {
    float: right;
    color: #fff;
    padding: 4px 8px;
    background: #20a0ff;
    border-radius: 2px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product .card .part-btn .btn:hover {
    background: #000;
}

.content-right {
    padding: 15px 10px 10px 35px;
}

@media (max-width: 991px) {
    .content-right {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .content-right {
        padding: 10px 5px 5px;
    }
}

.content-right .product, .content-right .news {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    padding: 15px;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .content-right .product, .content-right .news {
        padding: 10px;
    }
}

.content-right .product > .title, .content-right .news > .title {
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .content-right .product > .title, .content-right .news > .title {
        font-size: 16px;
        padding: 0 10px 8px;
        margin-bottom: 10px;
    }
}

.news {
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 991px) {
    .news {
        padding-right: 0;
    }
}

.news .head {
    font-size: 22px;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
}

@media (max-width: 991px) {
    .news .head {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .news .head {
        font-size: 18px;
    }
}

.news .list {
    height: 100px;
    margin: 10px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1300px) {
    .news .list {
        margin: 5px;
    }
}

@media (max-width: 767px) {
    .news .list {
        margin: 0 5px 10px;
    }
}

.news .list:hover {
    box-shadow: 0 0 6px #ccc;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.news .list .part-img {
    width: 140px;
    height: 100%;
    float: right;
    overflow: hidden;
}

.news .list .part-img img {
    width: 100%;
    height: 100%;
    border-radius: 0 3px 3px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.news .list .part-img img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.news .list .part-text {
    margin-right: 140px;
    height: 100%;
    overflow: hidden;
    padding: 10px;
}

.news .list .part-text .title {
    width: 100%;
    padding: 5px 5px;
    color: #222;
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .list .part-text .desc {
    height: 40px;
    font-size: 14px;
    padding: 6px;
    margin-top: -6px;
    line-height: 18px;
    color: #555;
    text-indent: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 991px) {
    .news .list .part-text .desc {
        font-size: 13px;
    }
}

.board {
    position: relative;
    margin-top: 70px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .board {
        margin-top: 60px;
        padding: 0 10px;
        font-size: 13px;
    }
}

.subnav {
    border-radius: 2px;
    box-shadow: 0 0 5px #ddd;
    position: relative;
    background: #fff;
    top: 15px;
    margin: 0 -10px 20px 10px;
}

@media (max-width: 767px) {
    .subnav {
        display: none;
    }
}

.subnav a {
    color: #555;
    display: block;
    padding: 10px 20px;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .subnav a {
        font-size: 15px;
    }
}

.subnav > li:first-child > a {
    border-radius: 2px 2px 0 0;
}

.subnav > li:last-child > a {
    border-radius: 0 0 2px 2px;
}

.subnav a:hover, .subnav > li a.active {
    border-left-color: #20a0ff;
}

.subnav .subnav-item ul {
    display: none;
    background: #fafafa;
}

.subnav .subnav-item ul a {
    padding: 8px 25px;
}

.subnav .subnav-item ul a.active {
    border-left-color: #20a0ff;
}

.subnav .subnav-item .drop-icon {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.subnav .subnav-item .drop-icon.active {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.article-right {
    padding: 15px 10px 10px 35px;
}

@media (max-width: 991px) {
    .article-right {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .article-right {
        padding: 10px 5px 5px;
    }
}

.article-right .article {
    width: 100%;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 5px #ddd;
    padding: 15px;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .article-right .article {
        padding: 10px;
    }
}

.article-right .article .title {
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .article-right .article .title {
        font-size: 16px;
        margin-bottom: 5px;
        padding: 0 5px 5px;
    }
}

.article-right .article .content {
    padding: 5px 10px;
    word-wrap: break-word;
}

@media (max-width: 991px) {
    .article-right .article .content {
        padding: 5px;
    }
}

.footer {
    display: inline-block;
    color: #ddd;
    position: relative;
    background: #000;
    top: 15px;
    padding: 10px 0;
    width: 100%;
    font-size: 13px;
}

@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
}

.footer a {
    color: #eee;
}

.footer a:hover {
    color: #20a0ff;
}

.footer .more {
    display: inline-block;
    padding: 5px 0;
}

.footer .more li {
    float: left;
    padding: 0 10px;
}

.footer .copyright {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5px;
}

.footer .icon-box {
    margin: 10px 0;
}

.footer .icon-box .icon {
    margin: 5px;
    padding: 8px;
    color: #eee;
    background: #333;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer .icon-box .icon-qq:hover .content-qq {
    display: block;
}

.footer .icon-box .icon-weixin:hover .content-weixin {
    display: block;
}

.footer .icon-box .icon-email:hover .content-email {
    display: block;
}

.footer .icon-box .icon-phone:hover .content-phone {
    display: block;
}

.footer .icon-box .icon:hover {
    color: #fff;
    background: #20a0ff;
}

.footer .content-qq, .footer .content-email, .content-phone {
    display: none;
    position: absolute;
    font-size: 14px;
    top: -35px;
    background: #333;
    padding: 5px 10px;
    border-radius: 2px;
    -webkit-animation: fadeIn .3s;
    -moz-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.footer .content-weixin {
    display: none;
    position: absolute;
    top: -105px;
    width: 100px;
    height: 100px;
    padding: 5px;
    left: 120px;
    background: #333;
    border-radius: 2px;
    -webkit-animation: fadeIn .3s;
    -moz-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

@media (max-width: 767px) {
    .footer .content-qq, .footer .content-email,.footer .content-phone, .footer .content-weixin {
        left: 50%;
        transform: translateX(-50%);
    }
}

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