@charset "utf-8";

/* CSS Document */

@media only screen and (min-width: 800px) {
     ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #000;
    }
    /*定义滚动条轨道 内阴影+圆角*/
     ::-webkit-scrollbar-track {
        border-radius: 0px;
        background: #000;
    }
    /*定义滑块 内阴影+圆角*/
     ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #0083ca;
    }
}


/*=========
  基本默认值
  ==========*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    font-size: 12px;
    color: #000;
    font-family: "Arial", "微软雅黑";
    overflow-x: hidden;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

:after,
:before {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    font-family: "Arial", "微软雅黑";
    font-size: 12px;
    outline: none;
}


/* =========
  工具样式
  ========== */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.all {
    max-width: 100%;
    overflow: hidden;
}


/* =========

  首页

  ========== */

.wrap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 1150px;
    overflow: hidden;
}


/*头部*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    line-height: 89px;
    z-index: 111;
    border-bottom: 1px solid #cfcfcf;
}

.header .inbox {
    overflow: visible;
}

.header .inbox .logo {
    float: left;
    display: block;
}

.header .inbox .logo img {
    width: 156px;
    height: 45px;
}

.header .inbox .search,
.header .inbox .choose {
    float: right;
}

.header .inbox .search {
    width: 30px;
    text-align: right;
    margin-left: 5px;
    cursor: pointer;
}

.header .inbox .search img {
    width: 15px;
    height: 15px;
}

.header .inbox .choose {
    line-height: 1;
    margin-top: 32px;
}

.header .inbox .choose a {
    display: inline-block;
    border: 1px solid #d9d9d9;
    height: 26px;
    text-align: center;
    width: 50px;
    line-height: 26px;
}

.header .inbox .choose .zw {
    border-right: 0;
}

.header .inbox .choose .yw {
    border-left: 0;
    margin-left: -4px;
}

.header .inbox .choose .yw.active {
    border-left: 1px solid #0083ca;
    border-color: #0083ca;
}

.header .inbox .choose .zw.active {
    border-right: 1px solid #0083ca;
    border-color: #0083ca;
}

.header .inbox .nav {
    float: right;
    position: relative;
    margin-right: 20px;
    z-index: 11;
}

.header .inbox .nav .nLi {
    position: relative;
    display: inline-block;
}

.header .inbox .nav .nLi.active .a1 {
    color: #0083ca;
}

.header .inbox .nav .nLi.on .a1 {
    color: #404040;
    background-color: #f3f3f3;
    border-color: #e7e7e7;
}

.header .inbox .nav .nLi .a1 {
    display: block;
    color: #404040;
    font-weight: bold;
    padding: 0 23px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.header .inbox .nav .nLi .sub {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: #f3f3f3;
    display: none;
}

.header .inbox .nav .nLi .sub li {
    line-height: 1;
    padding: 45px 0;
}

.header .inbox .nav .nLi .sub li .left {
    float: left;
    width: 36.5%;
}

.header .inbox .nav .nLi .sub li .left .title {
    font-size: 30px;
    color: #0083ca;
}

.header .inbox .nav .nLi .sub li .left .desc {
    font-size: 12px;
    color: #6e6e6e;
    line-height: 2;
    margin-top: 15px;
    padding-right: 30px;
}

.header .inbox .nav .nLi .sub li .left .more {
    display: block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #0083ca;
    color: #fff;
    margin-top: 15px;
}

.header .inbox .nav .nLi .sub li .middle {
    float: left;
    width: 33.9%;
    border-top: 1px solid #e0e0e0;
}

.header .inbox .nav .nLi .sub li .middle .a2 {
    display: block;
    line-height: 44px;
    height: 44px;
    border-bottom: 1px solid #e0e0e0;
    color: #686868;
    font-size: 14px;
    position: relative;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.header .inbox .nav .nLi .sub li .middle .a2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #0083ca;
    border-right: 1px solid #0083ca;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
}

.header .inbox .nav .nLi .sub li .right {
    float: right;
    width: 25.8%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: block;
}

.header .inbox .nav .nLi .sub li .right:after {
    content: attr(data-word);
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: #0083ca;
    width: 80px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.header .inbox .nav .nLi .sub li .right img {
    width: 100%;
}

.header .inbox .box {
    height: 16px;
    position: relative;
    display: none;
    float: right;
    margin-left: 8px;
    margin-top: 17px;
    width: 24px;
}

.header .inbox .box .line {
    width: 24px;
    height: 2px;
    background-color: #0083ca;
    position: absolute;
    left: 0px;
    top: 7px;
}

.header .inbox .box .line1 {
    margin-top: -7px;
}

.header .inbox .box .line3 {
    margin-top: 7px;
}

.header .inbox .box[data-active="on"] .line1 {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .inbox .box[data-active="on"] .line2 {
    display: none;
}

.header .inbox .box[data-active="on"] .line3 {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*小屏幕导航*/

.mm-nav-box {
    position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    display: none;
}

.mm-nav-box[data-on="active"],
.mm-nav-box[data-on="active"] .mask,
.mm-nav-box[data-on="active"] .mm-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.mm-nav-box .mask {
    position: fixed;
    top: 0px;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
}

.mm-nav-box .mm-wrap {
    position: fixed;
    top: 0px;
    right: 0;
    width: 50%;
    z-index: 100;
    background-color: #111;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
}

.mm-nav-box .mm-nav .li1 {
    margin: 0 20px;
    line-height: 48px;
}

.mm-nav-box .mm-nav .li1 .a1 {
    display: block;
    color: #fff;
    font-size: 16px;
}

.mm-nav-box .mm-nav .li1.on .a1 {
    color: #0083ca;
}

.mm-nav-box .mm-nav .li1.on .mm-title {
    border-color: #0083ca;
}

.mm-nav-box .mm-nav .li1 .mm-title {
    position: relative;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.mm-nav-box .mm-nav .li1 .mm-title .a1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
}

.mm-nav-box .mm-nav .li1 .mm-title .click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .click:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -3px;
}

.mm-nav-box .mm-nav .li1.on .mm-title .click:after {
    border-color: #0083ca;
}

.mm-nav-box .mm-nav .li1 .mm-innav {
    display: none;
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav {
    display: block;
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-nav-box .mm-nav .li1 .mm-innav li {
    margin: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    line-height: 1;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    padding: 6px 0;
}


/*小屏幕导航 End*/


/*搜索展开*/

.header .search-form {
    width: 50%;
    height: 60px;
    position: fixed;
    top: 90px;
    right: 0;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.header .search-form[data-active="on"] {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.header .search-form form {
    width: 100%;
    padding-left: 40px;
    position: relative;
    line-height: 1;
}

.header .search-form form input[type="submit"] {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon03.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.header .search-form form input[type="text"] {
    height: 30px;
    line-height: 30px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #0083ca;
    background: none;
}


/*搜索展开 End*/

@media only screen and (min-width: 600px) {
    .header .inbox .nav .nLi .sub li .middle .a2:hover {
        color: #0083ca;
    }
    .header .inbox .nav .nLi:hover .a1 {
        line-height: 90px;
    }
}

@media only screen and (max-width: 1100px) {
    .header .inbox .nav .nLi .a1 {
        padding: 0 18px;
    }
}

@media only screen and (max-width: 1023px) {
    .header .inbox .nav {
        display: none;
    }
    .header {
        height: 50px;
        line-height: 50px;
    }
    .header .inbox .logo img {
        width: 124px;
        height: 36px;
    }
    .header .inbox .choose {
        margin-top: 12px;
    }
    .header .inbox .search {
        text-align: center;
    }
    .header .inbox .box,
    .mm-nav-box {
        display: block;
    }
    .header .search-form {
        top: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 800px) {
    .mm-nav-box .mm-nav .li1 .mm-title {
        height: 42px;
        line-height: 42px;
    }
    .mm-nav-box .mm-wrap {
        width: 60%;
    }
    .header .search-form {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .mm-nav-box .mm-nav .li1 .mm-title {
        height: 36px;
        line-height: 36px;
    }
    .mm-nav-box .mm-wrap {
        width: 70%;
    }
    .mm-nav-box .mm-nav .li1 .mm-title .a1 {
        font-size: 14px;
    }
    .mm-nav-box .mm-nav .li1 .mm-innav li a {
        font-size: 12px;
    }
    .mm-nav-box .mm-nav .li1 {
        margin: 0 10px;
    }
    .header .search-form {
        height: 40px;
        padding: 0 10px;
    }
    .header .search-form form input[type="text"] {
        height: 24px;
        line-height: 24px;
    }
    .header .search-form form {
        padding-left: 30px;
    }
    .header .search-form form input[type="submit"] {
        width: 24px;
        height: 24px;
        -webkit-background-size: 12px 12px;
        background-size: 12px 12px;
    }
}

@media only screen and (max-width: 414px) {
    .mm-nav-box .mm-wrap {
        width: 80%;
    }
    .header .inbox .search {
        margin-right: 5px;
    }
    .header .inbox .box {
        margin-left: 0;
    }
}


/*头部 End*/


/*中间广告轮播*/

.banner {
    position: relative;
    background-color: #e8e8e8;
    height: auto;
    margin-top: 90px;
}

.banner .my-swiper {
    height: 550px;
}

.banner .my-swiper .swiper-slide {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner .my-swiper .swiper-slide a {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .my-swiper .swiper-slide a .box {
    height: auto;
}

.banner .my-swiper .swiper-slide a .box .title {
    font-size: 14px;
    color: #4e4e4e;
    overflow: hidden;
    font-weight: bold;
}

.banner .my-swiper .swiper-slide a .box .desc {
    font-size: 32px;
    color: #0083ca;
    line-height: 1.2;
    margin-top: 20px;
    font-weight: bold;
}

.banner .my-swiper .swiper-slide a .box .line {
    width: 55px;
    height: 2px;
    background-color: #0083ca;
    margin-top: 52px;
}

.banner .paginationbox {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.banner .paginationbox .swiper-pagination {
    display: inline-block;
    vertical-align: middle;
    position: static;
}

.banner .paginationbox .stop {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.banner .paginationbox .stop:after,
.banner .paginationbox .stop:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    height: 8px;
    width: 2px;
    background-color: #fff;
}

.banner .paginationbox .stop:before {
    left: 11px;
}

.banner .paginationbox .stop.start:before {
    background-color: transparent;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 4px solid transparent;
    left: 8px;
}

.banner .paginationbox .stop.start:after {
    display: none;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    background-color: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner .my-swiper .btn {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    z-index: 10;
    margin-top: -30px;
    cursor: pointer;
}

.banner .my-swiper .btn:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -15px;
    margin-left: -15px;
}

.banner .my-swiper .my-prev:before {
    border-bottom: 2px solid rgba(255, 255, 255, .7);
    border-left: 2px solid rgba(255, 255, 255, .7);
}

.banner .my-swiper .my-next:before {
    border-top: 2px solid rgba(255, 255, 255, .7);
    border-right: 2px solid rgba(255, 255, 255, .7);
}

.banner .my-swiper .swiper-button-disabled {
    display: none;
}

.banner .my-swiper .my-prev {
    left: 2.6%;
}

.banner .my-swiper .my-next {
    right: 2.6%;
}

@media only screen and (max-width: 1600px) {
    .banner .my-swiper {
        height: 520px;
    }
}

@media only screen and (max-width: 1440px) {
    .banner .my-swiper {
        height: 480px;
    }
    .banner .my-swiper .my-prev {
        left: 2%;
    }
    .banner .my-swiper .my-next {
        right: 2%;
    }
}

@media only screen and (max-width: 1280px) {
    .banner .my-swiper {
        height: 450px;
    }
    .banner .my-swiper .swiper-slide a .box .line {
        margin-top: 40px;
    }
    .banner .my-swiper .swiper-slide a .box .desc {
        margin-top: 15px;
    }
    .banner .my-swiper .btn {
        width: 44px;
        height: 44px;
        margin-left: -22px;
        margin-top: -22px;
    }
    .banner .my-swiper .btn:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner .my-swiper {
        height: 420px;
    }
    .banner .my-swiper .btn {
        display: none;
    }
    .banner .my-swiper .swiper-slide a .box .desc {
        font-size: 26px;
        margin-top: 10px;
    }
    .banner .my-swiper .swiper-slide a .box .line {
        margin-top: 30px;
    }
    .banner .paginationbox {
        bottom: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner {
        margin-top: 50px;
    }
    .banner .my-swiper .swiper-slide {
        background-position: 70% center;
    }
}

@media only screen and (max-width: 800px) {
    .banner .my-swiper {
        height: 390px;
    }
    .banner .my-swiper .swiper-slide a .box .line {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .banner .my-swiper {
        height: 320px;
    }
    .banner .swiper-pagination {
        display: none;
    }
    .banner .my-swiper .swiper-slide a .box .desc {
        font-size: 22px;
    }
    .banner .my-swiper .swiper-slide {
        background-position: 80% center;
    }
}

@media only screen and (max-width: 414px) {
    .banner .my-swiper .swiper-slide {
        background-position: 70% center;
    }
    .banner .my-swiper {
        height: 240px;
    }
    .banner .my-swiper .swiper-slide a .box .desc {
        font-size: 18px;
    }
}


/*中间广告轮播 End*/


/*产品*/

.indexProduct .top {
    line-height: 74px;
    border-bottom: 1px solid #f2f2f2;
}

.indexProduct .top .d1 {
    font-size: 24px;
    color: #202122;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.indexProduct .top .d2 {
    font-size: 12px;
    color: #979c9f;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.idproduct-swiper {
    border-right: 1px solid #f2f2f2;
}

.idproduct-swiper .swiper-slide {
    padding: 25px 40px 20px 25px;
    border-left: 1px solid #f2f2f2;
}

.idproduct-swiper .swiper-slide a {
    display: block;
    text-align: center;
}

.idproduct-swiper .swiper-slide .title {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    height: 48px;
    overflow: hidden;
}

.idproduct-swiper .swiper-slide .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ececec;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

.idproduct-swiper .swiper-slide .icon:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 9px;
}

.idproduct-swiper .swiper-slide .imgbox {
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.idproduct-swiper .swiper-slide .imgbox img {
    width: 100%;
}

.indexProduct .middle {
    text-align: center;
}

.indexProduct .middle .inbox {
    position: relative;
    display: inline-block;
    width: 94%;
    max-width: 1050px;
}

.indexProduct .middle .btn {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    z-index: 10;
    margin-top: -30px;
    cursor: pointer;
}

.indexProduct .middle .btn:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -15px;
}

.indexProduct .middle .idproduct-prev:before {
    border-bottom: 2px solid rgba(0, 131, 202, .7);
    border-left: 2px solid rgba(0, 131, 202, .7);
    margin-left: -8px;
}

.indexProduct .middle .idproduct-next:before {
    border-top: 2px solid rgba(0, 131, 202, .7);
    border-right: 2px solid rgba(0, 131, 202, .7);
    margin-left: -24px;
}

.indexProduct .middle .idproduct-prev {
    left: -80px;
}

.indexProduct .middle .idproduct-next {
    right: -80px;
}

.indexProduct .more {
    display: block;
    width: 100%;
    height: 76px;
    line-height: 76px;
    text-align: center;
    background-color: #eeeeee;
    color: #0083ca;
    font-size: 14px;
    font-weight: bold;
}

@media only screen and (min-width: 600px) {
    .idproduct-swiper .swiper-slide:hover a {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@media only screen and (max-width: 1280px) {
    .indexProduct .middle .btn {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
    .indexProduct .middle .btn:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .indexProduct .middle .idproduct-prev:before {
        margin-left: -5px;
    }
    .indexProduct .middle .idproduct-next:before {
        margin-left: -18px;
    }
    .indexProduct .middle .idproduct-next {
        right: -50px;
    }
    .indexProduct .middle .idproduct-prev {
        left: -30px;
    }
}

@media only screen and (max-width: 1150px) {
    .indexProduct .middle .idproduct-next {
        right: -30px;
    }
    .indexProduct .middle .idproduct-prev {
        left: -10px;
    }
}

@media only screen and (max-width: 800px) {
    .indexProduct .top {
        line-height: 60px;
    }
    .indexProduct .top .d1 {
        font-size: 20px;
    }
    .indexProduct .more {
        height: 64px;
        line-height: 64px;
    }
}

@media only screen and (max-width: 640px) {
    .idproduct-swiper .swiper-slide .title {
        font-size: 14px;
        height: 42px;
    }
    .idproduct-swiper .swiper-slide .icon {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .indexProduct .middle .idproduct-next {
        right: -20px;
    }
    .indexProduct .middle .idproduct-prev {
        left: 0px;
    }
    .idproduct-swiper .swiper-slide {
        padding: 15px 20px 10px 15px;
    }
    .indexProduct .top {
        line-height: 1;
    }
    .indexProduct .top .d1 {
        display: block;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .indexProduct .top .d2 {
        display: block;
        margin-left: 0;
        margin-bottom: 3%;
    }
    .indexProduct .middle .btn {
        display: none;
    }
    .indexProduct .more {
        height: 50px;
        line-height: 50px;
    }
}


/*产品 End*/


/*关于我们*/

.index-about {
    max-width: 1520px;
    position: relative;
}

.index-about .left {
    float: left;
    width: 50%;
    padding-top: 132px;
    padding-bottom: 124px;
}

.index-about .left .inbox {
    float: right;
    max-width: 575px;
    width: 100%;
}

.indexComBox .title {
    color: #383838;
    font-weight: bold;
    font-size: 30px;
    transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: translateY(40px) translateZ(0);
    -ms-transform: translateY(40px) translateZ(0);
    transform: translateY(40px) translateZ(0);
    transition-delay: .1s;
    opacity: 0;
}

.indexComBox .title.revealed {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.indexComBox .line {
    width: 55px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #0083ca;
}

.indexComBox .desc {
    line-height: 2;
    color: #8f8f8f;
    font-size: 14px;
    padding-right: 16%;
}

.indexComBox .more {
    display: block;
    width: 195px;
    height: 42px;
    line-height: 42px;
    position: relative;
    color: #fff;
    background-color: #0083ca;
    margin-top: 55px;
    text-align: center;
    padding-right: 40px;
    font-weight: bold;
}

.indexComBox .more:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 12px;
    right: 14px;
    background-color: #fff;
    height: 2px;
}

.indexComBox .more:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 13px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.indexComBox .more .icon {
    position: absolute;
    top: 0;
    right: 40px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.index-about .imgbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
}

.index-about .imgbox img {
    width: 100%;
    display: none;
}

@media only screen and (min-width:600px) {
    .indexComBox .more:hover {
        background-color: #0376b5;
    }
}

@media only screen and (max-width:1280px) {
    .index-about .left {
        padding-top: 110px;
        padding-bottom: 100px;
    }
    .indexComBox .more {
        margin-top: 45px;
    }
}

@media only screen and (max-width:1024px) {
    .index-about .left {
        padding-top: 10%;
        padding-bottom: 11%;
    }
    .indexComBox .title {
        font-size: 24px;
    }
    .indexComBox .line {
        margin: 15px 0;
    }
    .indexComBox .desc {
        line-height: 1.8;
    }
    .indexComBox .more {
        margin-top: 30px;
    }
}

@media only screen and (max-width:800px) {
    .index-about .left {
        float: none;
        width: 100%;
        padding-top: 5%;
        padding-bottom: 4%;
    }
    .index-about .imgbox {
        position: static;
        width: 100%;
    }
    .index-about .imgbox img {
        display: block;
    }
    .index-about .left .inbox {
        float: none;
        max-width: none;
    }
    .indexComBox .desc {
        padding-right: 0;
    }
}

@media only screen and (max-width:600px) {
    .indexComBox .title {
        font-size: 20px;
    }
    .indexComBox .line {
        margin: 10px 0;
    }
    .indexComBox .more {
        margin-top: 20px;
    }
}

@media only screen and (max-width:414px) {
    .indexComBox .title {
        font-size: 18px;
    }
    .indexComBox .line {
        margin: 5px 0;
    }
    .indexComBox .desc {
        font-size: 12px;
    }
    .indexComBox .more {
        margin-top: 10px;
    }
    .indexComBox .more {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        width: 160px;
    }
    .indexComBox .more:before {
        top: 15px;
    }
    .indexComBox .more:after {
        top: 12px;
    }
}


/*关于我们 ENd*/


/*案例*/

.index-case {
    position: relative;
}

.index-case .imgbox {
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.index-case .inbox {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
}

.index-case .inbox .title,
.index-case .inbox .desc {
    color: #fff;
}

@media only screen and (max-width:1600px) {
    .index-case .imgbox {
        height: 520px;
    }
}

@media only screen and (max-width:1440px) {
    .index-case .imgbox {
        height: 480px;
    }
}

@media only screen and (max-width:1280px) {
    .index-case .imgbox {
        height: 440px;
    }
}

@media only screen and (max-width:1024px) {
    .index-case .imgbox {
        height: 380px;
    }
}

@media only screen and (max-width:800px) {
    .index-case .inbox {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .index-case .inbox .title {
        color: #383838;
    }
    .index-case .inbox .desc {
        color: #8f8f8f;
    }
    .index-case .imgbox {
        height: 300px;
    }
}

@media only screen and (max-width:600px) {
    .index-case .imgbox {
        height: 250px;
    }
}

@media only screen and (max-width:414px) {
    .index-case .imgbox {
        height: 200px;
    }
}


/*案例 End*/


/*底部*/

.footer {
    background-color: #191919;
    padding-top: 75px;
    padding-bottom: 25px;
}

.footer .upper {
    margin-bottom: 90px;
}

.footer .upper .item {
    float: left;
    color: #fff;
}

.footer .upper .item1 {
    width: 17.14%;
}

.footer .upper .item2 {
    width: 50.47%;
}

.footer .upper .item3 {
    width: 32.39%;
}

.footer .upper .item .title {
    font-size: 14px;
    margin-bottom: 20px;
}

.footer .upper .item a {
    color: #676767;
    display: block;
}

.footer .upper .item .title .a2 {
    color: #fff;
}

.footer .upper .item .title .click {
    display: none;
}

.footer .upper .item .down .a1 {
    line-height: 2.4;
    font-size: 12px;
}

.footer .upper .item3 .down .row {
    margin-bottom: 20px;
}

.footer .upper .item3 .down .row .left {
    float: left;
    width: 60px;
}

.footer .upper .item3 .down .row .left .d1 {
    font-size: 40px;
    color: #676767;
    line-height: 1;
}

.footer .upper .item3 .down .row .left .d2 {
    font-size: 12px;
    color: #676767;
}

.footer .upper .item3 .down .row .right {
    float: left;
    width: calc(100% - 60px);
}

.footer .upper .item3 .down .row .right .dtitle {
    font-size: 12px;
    color: #818080;
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
}

.footer .upper .item3 .down .row .right .more {
    color: #0083ca;
    font-size: 12px;
    margin-top: 3px;
}


/*middle*/

.footer .middle {
    overflow: visible;
}

.footer .middle .left {
    float: left;
    height: 30px;
    line-height: 30px;
}

.footer .middle .left a {
    display: inline-block;
    vertical-align: middle;
}

.footer .middle .left .line {
    width: 1px;
    background-color: #2b2b2b;
    height: 100%;
    margin-right: 25px;
}

.footer .middle .left .a1 {
    font-size: 12px;
    color: #595959;
    padding-left: 27px;
    line-height: 1.5;
    height: 18px;
    background: url(../images/icon02.png) no-repeat left;
    margin-right: 26px;
}

.footer .middle .left .a2 {
    background: url(../images/icon04.png) no-repeat left;
}

.footer .middle .left .qq {
    margin-right: 30px;
    height: 17px;
}

.footer .middle .left .qq img {
    width: 19px;
    height: 17px;
    vertical-align: top;
}

.footer .middle .left .weixin {
    width: 19px;
    height: 17px;
    background: url(../images/icon05.png) no-repeat left;
    position: relative;
}

.footer .middle .left .weixin .ewm {
    width: 100px;
    height: 100px;
    max-width: none;
    position: absolute;
    bottom: 20px;
    left: -35px;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
    z-index: 11;
}

.footer .middle .right {
    float: right;
    display: block;
}

.footer .middle .right img {
    width: 100px;
    height: 29px;
}


/*middle ENd*/


/*bottom*/

.footer .bottom {
    margin-top: 10px;
    border-top: 1px solid #2b2b2b;
    padding-top: 30px;
    color: #595959;
    font-size: 12px;
}

.footer .bottom .left {
    float: left;
    width: 55%;
    padding-left: 22px;
    background: url(../images/icon06.png) no-repeat left 1px;
}

.footer .bottom .right {
    float: right;
    width: 45%;
    text-align: right;
}


/*bottom End*/

@media only screen and (min-width:601px) {
    .footer .upper .item .down .a1:hover {
        color: #0083ca;
    }
    .footer .middle .left .weixin:hover .ewm {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width:1024px) {
    .footer {
        padding-top: 7.5%;
        padding-bottom: 2.5%;
    }
    .footer .upper {
        margin-bottom: 9%;
    }
    .footer .bottom {
        padding-top: 3%;
    }
}

@media only screen and (max-width:800px) {
    .footer .upper .item,
    .footer .middle .left,
    .footer .middle .right {
        float: none;
        width: 100%;
        margin-bottom: 3%;
    }
    .footer .upper .item .title {
        margin-bottom: 10px;
    }
    .footer .upper {
        margin-bottom: 4%;
    }
    .footer .bottom .left,
    .footer .bottom .right {
        width: 100%;
        float: none;
        text-align: left;
    }
    .footer .bottom .right {
        margin-top: 10px;
    }
}

@media only screen and (max-width:600px) {
    .footer .upper .item .down {
        display: none;
        margin-top: 5px;
        padding-left: 10px;
    }
    .footer .upper .item .title {
        margin-bottom: 0px;
        height: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        text-indent: 5px;
        position: relative;
    }
    .footer .upper .item .title:after {
        content: "";
        position: absolute;
        top: 5px;
        right: 10px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .footer .upper .item .down .a1 {
        line-height: 1.5;
    }
    .footer .upper .item3 .down .row .left {
        display: none;
    }
    .footer .upper .item3 .down .row .right {
        float: none;
        width: 100%;
    }
    .footer .upper .item3 .down .row .right .more {
        display: none;
    }
    .footer .upper .item3 .down .row .right .dtitle {
        height: 18px;
    }
    .footer .upper .item3 .down .row {
        margin-bottom: 0px;
    }
    .footer .upper .item .title .a2 {
        display: inline;
        position: absolute;
        top: 0;
        left: 0px;
        height: 100%;
        z-index: 10;
    }
    .footer .upper .item .title .click {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: block;
    }
    .footer .upper .item[data-on="click"] .down {
        display: block;
    }
    .footer .upper .item[data-on="click"] .title:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .footer .middle .left {
        height: auto;
        line-height: 1;
    }
    .footer .middle .right {
        display: none;
    }
    .footer .middle .left .line {
        display: block;
    }
    .footer .middle .left .qq,
    .footer .middle .left .weixin {
        margin-top: 10px;
    }
    .footer .upper {
        margin-bottom: 2%;
    }
    .footer .middle .left .weixin[data-on="click"] .ewm {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width:414px) {
    .footer .middle .left .a1,
    .footer .middle .left .qq {
        margin-right: 15px;
    }
    .footer .middle .left .a2 {
        margin-right: 0;
    }
    .footer .bottom {
        margin-top: 0;
    }
    .footer .middle .left .qq,
    .footer .middle .left .weixin {
        margin-top: 5px;
    }
    .footer .upper .item,
    .footer .middle .left,
    .footer .middle .right {
        margin-bottom: 2%;
    }
    .footer {
        padding-top: 6%;
    }
}


/*底部 End*/


/* =========

  内页大图

  ========== */

.allbg {
    margin-top: 90px;
    height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ccc;
}

.allbg .box .title {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
}

@media only screen and (max-width: 1600px) {
    .allbg {
        height: 450px;
    }
}

@media only screen and (max-width: 1440px) {
    .allbg {
        height: 416px;
    }
}

@media only screen and (max-width: 1280px) {
    .allbg {
        height: 375px;
    }
    .allbg .box .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1023px) {
    .allbg {
        height: 333px;
        margin-top: 50px;
    }
    .allbg .box .title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 800px) {
    .allbg {
        height: 300px;
    }
    .allbg .box .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 600px) {
    .allbg {
        height: 250px;
    }
    .allbg .box .title {
        font-size: 30px;
    }
}

@media only screen and (max-width:414px) {
    .allbg {
        height: 220px;
    }
    .allbg .box .title {
        font-size: 26px;
    }
}

@media only screen and (max-width:375px) {
    .allbg {
        height: 200px;
    }
    .allbg .box .title {
        font-size: 24px;
    }
}


/* =========

  联系

  ========== */

.contactBox {
    margin-top: 55px;
    margin-bottom: 140px;
}

.comTitleBox .d1 {
    font-size: 44px;
    color: #0083ca;
    text-align: center;
    margin-bottom: 10px;
}

.comTitleBox .d2 {
    font-size: 16px;
    color: #b0afaf;
    text-align: center;
}

.contactBox .inbox {
    margin-top: 100px;
}

.contactBox .inbox .left {
    float: left;
    width: 50%;
    padding-right: 4.8%;
}

.contactBox .inbox .left .top {
    line-height: 2;
    color: #737373;
    margin-bottom: 40px;
}

.contactBox .inbox .left .allmap {
    height: 420px;
}

.contactBox .inbox .left .allmap img {
    max-width: none;
}

.contactBox .inbox .right {
    float: right;
    width: 50%;
    padding-left: 4.8%;
}

.contactBox .inbox .right .title {
    font-size: 16px;
    color: #0083ca;
    font-weight: bold;
}

.contactBox .inbox .right form {
    margin-top: 30px;
}

.contactBox .inbox .right form .input-box {
    margin-bottom: 28px;
}

.contactBox .inbox .right form label {
    display: block;
    font-size: 14px;
    color: #404040;
    margin-bottom: 12px;
}

.contactBox .inbox .right form .input-box input[type="text"] {
    width: 100%;
    height: 46px;
    border: 1px solid #d8d8d8;
    text-indent: 10px;
    font-size: 14px;
}

.contactBox .inbox .right form textarea {
    height: 170px;
    border: 1px solid #d8d8d8;
    padding-top: 10px;
    text-indent: 10px;
    width: 100%;
    font-size: 14px;
}

.contactBox .inbox .right form input[type="submit"] {
    width: 86px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #0083ca;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 18px;
}

@media only screen and (max-width:1024px) {
    .contactBox {
        margin-top: 5.5%;
        margin-bottom: 14%;
    }
    .comTitleBox .d1 {
        font-size: 40px;
    }
    .contactBox .inbox {
        margin-top: 10%;
    }
    .contactBox .inbox .left {
        padding-right: 2%;
    }
    .contactBox .inbox .right {
        padding-left: 2%;
    }
    .contactBox .inbox .left .top {
        margin-bottom: 8%;
    }
    .contactBox .inbox .right form {
        margin-top: 6%;
    }
    .contactBox .inbox .right form .input-box {
        margin-bottom: 5.6%;
    }
}

@media only screen and (max-width:800px) {
    .comTitleBox .d1 {
        font-size: 36px;
    }
    .contactBox .inbox .left,
    .contactBox .inbox .right {
        float: none;
        width: 100%;
        padding: 0;
    }
    .contactBox .inbox .left {
        margin-bottom: 5%;
    }
    .contactBox .inbox .left .top {
        margin-bottom: 4%;
    }
    .contactBox .inbox .right form {
        margin-top: 3%;
    }
    .contactBox .inbox .right form .input-box {
        margin-bottom: 2.8%;
    }
    .contactBox .inbox .left .allmap {
        height: 360px;
    }
    .contactBox .inbox .right form .input-box input[type="text"] {
        height: 38px;
    }
}

@media only screen and (max-width:600px) {
    .comTitleBox .d1 {
        font-size: 30px;
    }
    .comTitleBox .d2 {
        font-size: 14px;
    }
    .contactBox .inbox .left .allmap {
        height: 300px;
    }
    .contactBox .inbox .right form label {
        margin-bottom: 5px;
    }
    .contactBox .inbox .right form .input-box input[type="text"] {
        height: 30px;
        font-size: 12px;
    }
    .contactBox .inbox .right form textarea {
        height: 120px;
    }
}

@media only screen and (max-width:414px) {
    .contactBox .inbox {
        margin-top: 7%;
    }
    .comTitleBox .d1 {
        font-size: 24px;
        margin-bottom: 3px;
    }
    .comTitleBox .d2 {
        font-size: 12px;
    }
    .contactBox .inbox .left .allmap {
        height: 240px;
    }
}


/* =========

  服务

  ========== */

.service-top {
    margin-top: 65px;
    margin-bottom: 100px;
    position: relative;
    overflow: visible;
}

.service-top .desc {
    font-size: 14px;
    color: #515151;
    line-height: 1.5;
    text-align: center;
    margin-top: 50px;
}


/*service-middle*/

.service-middle {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ccc;
    position: relative;
}

.service-middle .inbox {
    height: 300px;
    padding-right: 9%;
    position: relative;
}

.service-middle .inbox .ininbox {
    height: 150px;
}

.service-middle .service-swiper {
    color: #fff;
    height: 100%;
    overflow: visible;
}

.service-middle .service-swiper .swiper-slide:nth-child(2n+0) {
    padding-top: 30px;
}

.service-middle .service-swiper .swiper-slide .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-middle .service-swiper .swiper-slide .line {
    width: 40px;
    height: 2px;
    background-color: #0083ca;
    margin-top: 18px;
    margin-bottom: 18px;
}

.service-middle .service-swiper .swiper-slide .desc {
    font-size: 14px;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
}

.service-middle .service-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-middle .service-pagination .swiper-pagination-bullet {
    display: block;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
}

.service-middle .service-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}


/*service-middle End*/


/*service-bottom*/

.service-bottom {
    margin-top: 90px;
    position: relative;
    overflow: visible;
}

.service-bottom .d1 {
    font-size: 24px;
    color: #5b5b5b;
    font-weight: bold;
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
}

.service-bottom .line {
    width: 40px;
    height: 2px;
    background-color: #0083ca;
    margin-top: 20px;
    margin-bottom: 45px;
}

.service-bottom ul {
    border-bottom: 1px solid #ebebeb;
}

.service-bottom .item {
    height: 61px;
    line-height: 60px;
    border-top: 1px solid #ebebeb;
    color: #898989;
    font-size: 16px;
    display: none;
}

.service-bottom .item:nth-child(1) {
    display: block;
}

.service-bottom .item:nth-child(2) {
    display: block;
}

.service-bottom .item:nth-child(3) {
    display: block;
}

.service-bottom .item:nth-child(4) {
    display: block;
}

.service-bottom .item:nth-child(5) {
    display: block;
}

.service-bottom .item:nth-child(6) {
    display: block;
}

.service-bottom .item .initem {
    width: calc(100% - 30px);
    height: 100%;
    float: left;
}

.service-bottom .item .title {
    color: #353535;
    width: 36%;
    padding-right: 3%;
    overflow: hidden;
    float: left;
    height: 100%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.service-bottom .item .size,
.service-bottom .item .type {
    width: 23%;
    overflow: hidden;
    float: left;
    height: 100%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.service-bottom .item .data {
    width: 17%;
    overflow: hidden;
    float: left;
    height: 100%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.service-bottom .item .down {
    display: inline-block;
    width: 30px;
    background-image: url(../images/icon07.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    float: right;
}

.service-more {
    margin-top: 40px;
    margin-bottom: 90px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #0083ca;
}

.service-more .word {
    display: inline-block;
    cursor: pointer;
}


/*service-bottom End*/

@media only screen and (max-width:1280px) {
    .service-top {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .service-top .desc {
        margin-top: 40px;
    }
    .service-bottom {
        margin-top: 75px;
    }
    .service-more {
        margin-bottom: 75px;
    }
}

@media only screen and (max-width:1024px) {
    .service-top {
        margin-top: 5%;
        margin-bottom: 8%;
    }
    .service-top .desc {
        margin-top: 4%;
    }
    .service-middle {
        height: 500px;
    }
    .service-bottom {
        margin-top: 7.5%;
    }
    .service-more {
        margin-bottom: 7.5%;
        margin-top: 4%;
    }
    .service-bottom .line {
        margin-top: 2%;
        margin-bottom: 4.5%;
    }
}

@media only screen and (max-width:800px) {
    .service-middle {
        height: 450px;
    }
    .service-middle .service-swiper .swiper-slide .title {
        font-size: 20px;
        height: 30px;
    }
    .service-middle .service-swiper .swiper-slide .line {
        margin: 12px 0;
    }
    .service-middle .inbox .ininbox {
        height: 120px;
    }
    .service-middle .inbox {
        height: 240px;
    }
    .service-middle .service-swiper .swiper-slide:nth-child(2n+0) {
        padding-top: 20px;
    }
    .service-bottom .item {
        height: 51px;
        line-height: 50px;
        font-size: 14px;
    }
}

@media only screen and (max-width:600px) {
    .service-middle {
        height: 400px;
    }
    .service-middle .service-swiper .swiper-slide .title {
        font-size: 18px;
        height: 27px;
    }
    .service-middle .service-swiper .swiper-slide .line {
        margin: 8px 0;
    }
    .service-middle .inbox .ininbox {
        height: 100px;
    }
    .service-middle .inbox {
        height: 200px;
        padding-right: 7%;
    }
    .service-middle .service-swiper .swiper-slide:nth-child(2n+0) {
        padding-top: 10px;
    }
    .service-middle .service-swiper .swiper-slide .desc {
        font-size: 12px;
        height: 36px;
    }
    .service-bottom .item {
        height: 41px;
        line-height: 40px;
        font-size: 12px;
    }
    .service-bottom .item .down {
        -webkit-background-size: 15px 15px;
        background-size: 15px 15px;
        width: 23px;
    }
    .service-bottom .item .initem {
        width: calc(100% - 23px);
    }
}

@media only screen and (max-width:500px) {
    .service-bottom .item .size .word,
    .service-bottom .item .type .word {
        display: none;
    }
    .service-bottom .item .size,
    .service-bottom .item .type {
        width: 40px;
        text-align: center;
    }
    .service-bottom .item .data {
        width: 70px;
        text-align: center;
    }
    .service-bottom .item .title {
        width: calc(100% - 150px);
    }
    .service-bottom .d1 {
        font-size: 18px;
        height: 27px;
    }
}

@media only screen and (max-width:414px) {
    .service-top .desc {
        font-size: 12px;
    }
    .service-middle {
        height: 300px;
    }
    .service-middle .service-swiper .swiper-slide .title {
        font-size: 16px;
        height: 24px;
    }
    .service-middle .service-swiper .swiper-slide .line {
        margin: 5px 0;
    }
    .service-middle .inbox .ininbox {
        height: 80px;
    }
    .service-middle .inbox {
        height: 160px;
        padding-right: 7%;
    }
    .service-middle .service-swiper .swiper-slide:nth-child(2n+0) {
        padding-top: 00px;
    }
}


/* =========

  关于我们

  ========== */


/*interodytion*/

.interodytion-top {
    margin-top: 65px;
    margin-bottom: 70px;
}

.interodytion-top .desc {
    line-height: 2;
    margin-top: 50px;
}

.interodytion-top img {
    /*margin-top: 65px;*/
}


/*interodytion-bottom */

.interodytion-bottom {
    max-width: 1520px;
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 90px;
    position: relative;
}

.interodytion-bottom .inbox .title {
    font-size: 24px;
    color: #5f5f5f;
    text-align: center;
    margin-bottom: 40px;
}

.interodytion-bottom .company-swiper .swiper-slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.interodytion-bottom .company-swiper .swiper-slide img {
    width: 100%;
}

.interodytion-bottom .company-pagination {
    text-align: center;
    position: static;
    margin-top: 30px;
}

.interodytion-bottom .swiper-pagination-bullet-active {
    background: #0083ca;
}

.interodytion-bottom .btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
}

.interodytion-bottom .btn:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #0083ca;
    position: absolute;
    top: 50%;
    left: 0;
}

.interodytion-bottom .company-prev {
    left: 4%;
}

.interodytion-bottom .company-next {
    right: 4%;
}

.interodytion-bottom .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -8px;
}

.interodytion-bottom .company-prev:after {
    border-left: 1px solid #0083ca;
    border-bottom: 1px solid #0083ca;
    left: 2px;
}

.interodytion-bottom .company-next:after {
    border-right: 1px solid #0083ca;
    border-top: 1px solid #0083ca;
    right: 2px;
}


/*interodytion-bottom End*/

.comBottom {
    background-color: #0083ca;
    padding: 32px 0;
    text-align: center;
}

.comBottom .inbox {
    overflow: visible;
}

.comBottom a {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
}

.comBottom .a1 {
    color: rgba(255, 255, 255, .3);
}

.comBottom .middle {
    display: inline-block;
}

@media only screen and (min-width:600px) {
    .comBottom .a1:hover {
        color: rgba(255, 255, 255, .8);
    }
    .comBottom .middle:hover {
        -webkit-animation-name: flash;
        animation-name: flash;
    }
}

@media only screen and (max-width:1500px) {
    .interodytion-bottom .company-prev {
        left: 1%;
    }
    .interodytion-bottom .company-next {
        right: 1%;
    }
}

@media only screen and (max-width:1280px) {
    .interodytion-top {
        margin-top: 50px;
        margin-bottom: 55px;
    }
    .interodytion-top .desc {
        margin-top: 35px;
    }
    .interodytion-top img {
        margin-top: 50px;
    }
    .interodytion-bottom .company-prev,
    .interodytion-bottom .company-next {
        display: none;
    }
    .interodytion-bottom {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width:1024px) {
    .interodytion-top {
        margin-top: 5%;
        margin-bottom: 5.5%;
    }
    .interodytion-top .desc {
        margin-top: 3.5%;
    }
    .interodytion-top img {
        margin-top: 5%;
    }
    .interodytion-bottom {
        margin-bottom: 7%;
    }
    .interodytion-bottom .inbox .title {
        margin-bottom: 4%;
    }
    .interodytion-bottom .company-pagination {
        margin-top: 3%;
    }
}

@media only screen and (max-width:600px) {
    .interodytion-bottom {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .interodytion-bottom .inbox .title {
        font-size: 20px;
    }
}

@media only screen and (max-width:414px) {
    .interodytion-bottom {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .interodytion-bottom .inbox .title {
        font-size: 18px;
        margin-bottom: 2.5%;
    }
}


/*interodytion End*/


/*historyUl*/

.historyUl {
    margin-bottom: 120px;
}

.historyUl li .left {
    float: left;
    width: 21.7%;
    border-top: 3px solid #a9a9a9;
}

.historyUl li .left .num {
    font-size: 24px;
    font-weight: bold;
    color: #a9a9a9;
    margin-top: 30px;
}

.historyUl li .left .year {
    font-size: 48px;
    color: #f2f2f2;
    font-weight: bold;
    line-height: 1.1;
}

.historyUl li .right {
    float: right;
    width: 73%;
    border-top: 1px solid #a9a9a9;
    padding: 30px 0;
    color: #6c6c6c;
    line-height: 2;
}

.historyUl li:last-child .right {
    border-bottom: 1px solid #a9a9a9;
}

@media only screen and (max-width:1280px) {
    .historyUl {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width:1024px) {
    .historyUl li .left .num {
        margin-top: 20px;
    }
    .historyUl li .left .year {
        font-size: 40px;
    }
    .historyUl li .right {
        padding: 20px 0;
    }
    .historyUl {
        margin-bottom: 10%;
    }
}

@media only screen and (max-width:800px) {
    .historyUl li .left .num {
        margin-top: 15px;
        font-size: 18px;
    }
    .historyUl li .left .year {
        font-size: 32px;
    }
    .historyUl li .right {
        padding: 15px 0;
    }
    .comBottom {
        padding: 20px 0;
    }
    .comBottom a {
        font-size: 24px;
    }
}

@media only screen and (max-width:600px) {
    .historyUl li .left {
        float: none;
    }
    .historyUl li .right {
        float: none;
        width: 100%;
        border-top: 0;
    }
    .historyUl li {
        margin-bottom: 3%;
    }
    .historyUl li:last-child .right {
        border-bottom: 0;
    }
    .historyUl li .left .num {
        margin-top: 10px;
    }
    .historyUl li .left .year {
        font-size: 26px;
    }
    .historyUl li .right {
        padding: 10px 0;
    }
    .comBottom {
        padding: 15px 0;
    }
    .comBottom a {
        font-size: 20px;
    }
}

@media only screen and (max-width:414px) {
    .historyUl li .left .num {
        margin-top: 5px;
        font-size: 16px;
    }
    .historyUl li .left .year {
        font-size: 20px;
    }
    .historyUl li .right {
        padding: 5px 0;
    }
    .comBottom {
        padding: 10px 0;
    }
    .comBottom a {
        font-size: 16px;
    }
}


/*historyUl End*/


/*honorsUl*/

.honorsUl li {
    float: left;
    width: 29.7%;
    margin-right: 5.45%;
    cursor: pointer;
    background-color: #f3f3f3;
    padding: 0 25px;
    margin-bottom: 65px;
    display: none;
}

.honorsUl li:nth-child(1) {
    display: block;
}

.honorsUl li:nth-child(2) {
    display: block;
}

.honorsUl li:nth-child(3) {
    display: block;
}

.honorsUl li:nth-child(4) {
    display: block;
}

.honorsUl li:nth-child(5) {
    display: block;
}

.honorsUl li:nth-child(6) {
    display: block;
}

.honorsUl li:nth-child(3n+0) {
    margin-right: 0;
}

.honorsUl li .top {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #cacdcf;
}

.honorsUl li .top .imgbox {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.honorsUl li .top .imgbox img {
    width: 100%;
}

.honorsUl li .title {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    margin: 15px 0;
    position: relative;
}

.honorsUl li .title .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    opacity: 0;
}

.honorsUl li .title .icon:before {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #0083ca;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px;
}

.honorsUl li .title .icon:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #0083ca;
    border-right: 1px solid #0083ca;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 9px;
}

.honorsmore {
    cursor: pointer;
    text-align: center;
    color: #0083ca;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 90px;
}

.layui-layer-content img {
    max-width: 500px;
    width: 100%;
}

.layui-layer .intitle {
    font-size: 16px;
    text-align: center;
    height: 24px;
    line-height: 1.5;
    background-color: #fff;
    color: #0083ca;
}

@media only screen and (min-width:600px) {
    .honorsUl li:hover .top {
        border-bottom-color: #0083ca;
    }
    .honorsUl li:hover .title .icon {
        opacity: 1;
    }
    .honorsUl li:hover .title {
        color: #0083ca;
    }
}

@media only screen and (max-width:1280px) {
    .honorsUl li {
        margin-bottom: 50px;
    }
    .honorsmore {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width:1024px) {
    .honorsUl li {
        margin-bottom: 5%;
        width: 31.333%;
        margin-right: 3%;
    }
    .honorsmore {
        margin-bottom: 7%;
    }
    .honorsUl li .top {
        padding: 25px 0;
    }
    .honorsUl li {
        padding: 0 20px;
    }
    .honorsUl li .title {
        margin: 12px 0;
    }
}

@media only screen and (max-width:800px) {
    .honorsUl li {
        width: 48.5%;
    }
    .honorsUl li:nth-child(3n+0) {
        margin-right: 3%;
    }
    .honorsUl li:nth-child(2n+0) {
        margin-right: 0;
    }
}

@media only screen and (max-width:600px) {
    .honorsUl li .title {
        margin: 8px 0;
        line-height: 21px;
        height: 21px;
    }
    .honorsUl li .top {
        padding: 20px 0;
    }
    .honorsUl li {
        padding: 0 15px;
    }
}

@media only screen and (max-width:414px) {
    .honorsUl li .top {
        padding: 12px 0;
    }
    .honorsUl li .title {
        margin: 3px 0;
    }
}


/*honorsUl End*/


/*brandUl*/

.brandUl {
    margin-bottom: 75px;
}

.brandUl li {
    margin-bottom: 70px;
}

.brandUl li .left {
    float: left;
    width: 75px;
}

.brandUl li .left img {
    width: 75px;
    height: 75px;
}

.brandUl li .right {
    float: right;
    width: calc(100% - 95px);
}

.brandUl li .right .title {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: bold;
    line-height: 1.5;
    height: 27px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.brandUl li .right .desc {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 1.6;
    height: 44px;
    overflow: hidden;
}

@media only screen and (max-width:1280px) {
    .brandUl {
        margin-bottom: 65px;
    }
    .brandUl li {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width:1024px) {
    .brandUl {
        margin-bottom: 6.5%;
    }
    .brandUl li {
        margin-bottom: 5.5%;
    }
}

@media only screen and (max-width:600px) {
    .brandUl li .right .title {
        font-size: 16px;
        height: 24px;
    }
}

@media only screen and (max-width:414px) {
    .brandUl li .right .title {
        font-size: 14px;
        height: 21px;
    }
    .brandUl li .right .desc {
        font-size: 12px;
        height: 38px;
    }
    .brandUl li .left img {
        width: 60px;
        height: 60px;
    }
    .brandUl li .left {
        width: 60px;
    }
    .brandUl li .right {
        width: calc(97% - 60px);
    }
    .brandUl {
        margin-bottom: 2%;
    }
}


/*brandUl End*/


/* =========

  新闻资讯

  ========== */

.newsTop {
    margin-top: 160px;
    margin-bottom: 70px;
}

.newsTop .d1 {
    font-size: 60px;
    font-weight: bold;
    color: #0083ca;
    text-align: center;
}

.newsTop .d2 {
    font-size: 16px;
    color: #b0afaf;
    text-align: center;
}

.newsTop .newsBox {
    display: block;
    margin-top: 55px;
    position: relative;
}

.newsTop .newsBox .left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 57.8%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.newsTop .newsBox .left img {
    width: 100%;
    display: none;
}

.newsTop .newsBox .right {
    float: right;
    width: 42.2%;
    background-color: #f3f3f3;
    padding: 90px 55px 95px 40px;
}

.newsTop .newsBox .right .title {
    font-size: 22px;
    color: #383838;
    line-height: 1.5;
    height: 66px;
    overflow: hidden;
}

.newsTop .newsBox .right .data {
    font-size: 14px;
    color: #c1c1c1;
    margin-top: 10px;
    margin-bottom: 25px;
}

.newsTop .newsBox .right .desc {
    font-size: 14px;
    color: #8f8f8f;
    line-height: 1.6;
    height: 66px;
    overflow: hidden;
}

.newsTop .newsBox .right .more {
    font-size: 14px;
    color: #0083ca;
    font-weight: bold;
    margin-top: 38px;
}

.newschose {
    height: 70px;
    background-color: #0083ca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.newschose .inbox {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.newschose .inbox .box,
.newschose .inbox .box1 {
    display: inline-block;
    position: relative;
}

.newschose .inbox .box .float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    z-index: -1;
    background-color: #0083ca;
    text-align: center;
}

.newschose .inbox .box1 {
    margin-right: 20px;
}

.newschose .inbox select {
    background-color: transparent;
    border: 0;
    vertical-align: middle;
    height: 20px;
    line-height: 1;
}

.newschose .inbox select option {
    color: #000;
}

.newschose .inbox .s1,
.newschose .inbox .s2 {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 60px;
    font-size: 14px;
    color: transparent;
}

.newschose .inbox .line {
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    vertical-align: middle;
    margin: 0 5px;
}

.newschose .inbox .s3 {
    margin-left: 70px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    width: 124px;
}


/*newsBottom*/

.newsBottom {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #f3f3f3;
}

.newsBottom ul li {
    margin-bottom: 40px;
    display: none;
}

.newsBottom ul li:nth-child(1) {
    display: block;
}

.newsBottom ul li:nth-child(2) {
    display: block;
}

.newsBottom ul li:nth-child(3) {
    display: block;
}

.newsBottom ul li:nth-child(4) {
    display: block;
}

.newsBottom ul li:nth-child(5) {
    display: block;
}

.newsBottom ul li a {
    display: block;
    padding-bottom: 36px;
    border-bottom: 1px solid #d3d3d3;
}

.newsBottom ul li .left {
    float: left;
    width: 105px;
}

.newsBottom ul li .left .yw {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.newsBottom ul li .left .num {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.newsBottom ul li .right {
    float: right;
    width: calc(100% - 105px);
}

.newsBottom ul li .right .title {
    font-size: 24px;
    color: #2d2d2d;
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newsBottom ul li .right .desc {
    font-size: 14px;
    color: #727272;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 35px;
}

.newsBottom ul li .right .more {
    font-size: 14px;
    color: #0083ca;
    font-weight: bold;
}

.newsBottom .newsBottommore {
    width: 186px;
    height: 40px;
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 20px;
    cursor: pointer;
}

@media only screen and (min-width:600px) {
    .newsBottom ul li:hover .right .title,
    .newsTop .newsBox:hover .right .title {
        color: #0083ca;
    }
    .newsBottom .newsBottommore:hover {
        background-color: #0083ca;
        color: #fff;
        border-color: #0083ca;
    }
}

@media only screen and (max-width:1280px) {
    .newsTop .d1 {
        font-size: 52px;
    }
    .newsTop .newsBox {
        margin-top: 40px;
    }
    .newsTop {
        margin-top: 150px;
        margin-bottom: 60px;
    }
    .newsBottom {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width:1024px) {
    .newsTop .d1 {
        font-size: 44px;
    }
    .newsTop .newsBox {
        margin-top: 4%;
    }
    .newsTop {
        margin-bottom: 6%;
    }
    .newsTop .newsBox .right {
        padding: 90px 40px 95px 25px;
    }
    .newsTop .newsBox .right .title {
        font-size: 20px;
        height: 60px;
    }
    .newsBottom {
        padding-top: 8%;
        padding-bottom: 7%;
    }
    .newsBottom ul li {
        margin-bottom: 4%;
    }
    .newsBottom ul li .right .desc {
        margin-top: 12px;
        margin-bottom: 28px;
    }
    .newsBottom ul li a {
        padding-bottom: 3.6%;
    }
}

@media only screen and (max-width:1023px) {
    .newsTop {
        margin-top: calc(50px + 5%);
    }
}

@media only screen and (max-width:800px) {
    .newsTop .newsBox .right .title {
        font-size: 18px;
        height: 54px;
    }
    .newsTop .newsBox .right {
        padding: 80px 30px 85px 15px;
    }
    .newsTop .d1 {
        font-size: 38px;
    }
    .newsBottom ul li .left {
        width: 80px;
    }
    .newsBottom ul li .right {
        width: calc(100% - 80px);
    }
    .newsBottom ul li .right .title {
        font-size: 20px;
        height: 30px;
    }
    .newsBottom ul li .right .desc {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:640px) {
    .newsTop .newsBox .right {
        float: none;
        width: 100%;
        padding: 4.5% 3% 5%;
    }
    .newsTop .newsBox .left {
        position: static;
        width: 100%;
    }
    .newsTop .newsBox .left img {
        display: block;
    }
    .newsTop .newsBox .right .more {
        margin-top: 4%;
    }
    .newsTop .d1 {
        font-size: 30px;
    }
    .newsTop .newsBox .right .data {
        margin-bottom: 3%;
        margin-top: 2%;
    }
    .newsBottom ul li .left {
        width: 60px;
    }
    .newsBottom ul li .right {
        width: calc(100% - 60px);
    }
    .newsBottom ul li .right .title {
        font-size: 18px;
        height: 27px;
    }
    .newsBottom ul li .right .desc {
        margin-top: 5px;
        margin-bottom: 12px;
    }
    .newsBottom .newsBottommore {
        margin-top: 10px;
        width: 150px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
    .newschose .inbox {
        font-size: 12px;
    }
    .newschose .inbox .s3 {
        font-size: 12px;
        width: 100px;
        margin-left: 25px;
    }
}

@media only screen and (max-width:414px) {
    .newsBottom ul li .left .yw {
        font-size: 14px;
    }
    .newsBottom ul li .left .num {
        font-size: 22px;
    }
    .newsBottom ul li .left {
        width: 45px;
    }
    .newsBottom ul li .right {
        width: calc(100% - 45px);
    }
    .newsBottom ul li .right .title {
        font-size: 14px;
        height: 21px;
    }
    .newsBottom ul li .right .desc {
        margin-top: 3px;
        margin-bottom: 6px;
        font-size: 12px;
        height: 36px;
    }
    .newsBottom ul li .right .more {
        font-size: 12px;
    }
    .newsBottom .newsBottommore {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .newsTop .d1 {
        font-size: 24px;
    }
    .newsTop .d2 {
        font-size: 14px;
    }
    .newschose .inbox .s3 {
        font-size: 12px;
        width: 100px;
        margin-left: 10px;
    }
    .newschose .inbox .s1,
    .newschose .inbox .s2 {
        width: 50px;
    }
}


/*newsBottom End*/


/* =========

  新闻详情

  ========== */

.newDetBg {
    margin-top: 90px;
    height: 420px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.newDetBg .inbox {
    max-width: 1000px;
    height: auto;
}

.newDetBg .type {
    font-size: 14px;
    color: #a0a0a0;
    font-weight: bold;
}

.newDetBg .title {
    font-size: 30px;
    color: #fffefe;
    font-weight: bold;
    line-height: 1.3;
    height: 78px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 35px;
}

.newDetBg .bottom .data {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #a7a7a7;
    margin-right: 20px;
}

.newDetBg .bottom .bshare-custom {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #a7a7a7;
    line-height: 20px !important;
}

.newDetBg .bottom .bshare-custom .bshare-weixin {
    background: url(../images/icon08.png) no-repeat;
    margin-right: 4px;
    margin-left: 6px;
}

.newDetBg .bottom .bshare-custom .bshare-sinaminiblog {
    background: url(../images/icon09.png) no-repeat;
    margin-right: 4px;
}

.newDetBg .bottom .bshare-custom .bshare-more {
    background: url(../images/icon10.png) no-repeat;
}

.newDetBox {
    max-width: 1000px;
    color: #8f8f8f;
    margin-top: 50px;
    margin-bottom: 105px;
    line-height: 2;
}

.newDetBox .back {
    color: #0083ca;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 45px;
    line-height: 1.5;
}

@media only screen and (max-width:1280px) {
    .newDetBg {
        height: 360px;
    }
    .newDetBox {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width:1023px) {
    .newDetBg {
        margin-top: 50px;
        height: 320px;
    }
    .newDetBg .title {
        font-size: 26px;
        height: 66px;
        margin-top: 1.5%;
        margin-bottom: 3%;
    }
    .newDetBox {
        margin-top: 5%;
        margin-bottom: 9%;
    }
    .newDetBox .back {
        margin-bottom: 4.5%;
    }
}

@media only screen and (max-width:800px) {
    .newDetBg .title {
        font-size: 24px;
        height: 62px;
    }
    .newDetBg {
        height: 280px;
    }
}

@media only screen and (max-width:600px) {
    .newDetBg .title {
        font-size: 20px;
        height: 52px;
    }
    .newDetBg {
        height: 240px;
    }
}

@media only screen and (max-width:414px) {
    .newDetBg .title {
        font-size: 16px;
        height: 40px;
    }
    .newDetBg {
        height: 200px;
    }
}


/* =========

  产品

  ========== */

.productTop {
    display: block;
    margin-top: 65px;
    margin-bottom: 70px;
}

.productTop .left {
    float: left;
    width: 40.8%;
}

.productTop .left .title {
    font-size: 36px;
    color: #0083ca;
    margin-top: 70px;
    height: 126px;
    overflow: hidden;
}

.productTop .left .desc {
    font-size: 14px;
    color: #b0afaf;
    line-height: 2;
    margin-top: 30px;
    margin-bottom: 55px;
}

.productTop .left .more {
    font-size: 14px;
    color: #0083ca;
    font-weight: bold;
    text-align: center;
    width: 180px;
    height: 44px;
    line-height: 44px;
    background-color: #eeeeee;
}

.productTop .inright {
    float: right;
    width: 55.6%;
    overflow: hidden;
}

.productTop .right {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.productTop .right img {
    width: 100%;
}


/*productUl*/

.productUl {
    margin-bottom: 160px;
    border-bottom: 1px solid #eaeaea;
}

.productUl li {
    margin-bottom: 70px;
}

.productUl li a {
    display: block;
    padding-top: 52px;
    border-top: 1px solid #eaeaea;
}

.productUl li .inleft {
    float: left;
    width: 32.17%;
    overflow: hidden;
}

.productUl li .left {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.productUl li .left img {
    width: 100%;
}

.productUl li .right {
    float: right;
    width: 64%;
}

.productUl li .right .title {
    font-size: 18px;
    color: #444444;
    line-height: 1.5;
    height: 27px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 35px;
    margin-bottom: 32px;
}

.productUl li .right .desc {
    font-size: 14px;
    color: #acabab;
    line-height: 1.8;
}

.productUl li .right .more {
    font-size: 14px;
    color: #0083ca;
    font-weight: bold;
    margin-top: 50px;
}

@media only screen and (min-width:601px) {
    .productTop:hover .left .more {
        background-color: #0083ca;
        color: #fff;
    }
    .productTop:hover .right,
    .productUl li:hover .left {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        -moz-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }
    .productUl li:hover .right .title {
        color: #0083ca;
    }
}

@media only screen and (max-width:1280px) {
    .productUl li {
        margin-bottom: 55px;
    }
    .productUl {
        margin-bottom: 130px;
    }
    .productTop .left .title {
        margin-top: 60px;
    }
    .productTop {
        margin-top: 55px;
        margin-bottom: 60px;
    }
    .productUl li a {
        padding-top: 45px;
    }
}

@media only screen and (max-width:1024px) {
    .productTop .left .title {
        margin-top: 30px;
        font-size: 30px;
        height: 108px;
    }
    .productTop .left .desc {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .productTop {
        margin-top: 5.5%;
        margin-bottom: 6%;
    }
    .productTop .left {
        width: 42%;
    }
    .productUl li a {
        padding-top: 4.5%;
    }
    .productUl li {
        margin-bottom: 5.5%;
    }
    .productUl li .right .title {
        margin-top: 25px;
        margin-bottom: 22px;
    }
    .productUl li .right .more {
        margin-top: 35px;
    }
    .productUl {
        margin-bottom: 11%;
    }
}

@media only screen and (max-width:800px) {
    .productTop .left .title {
        margin-top: 20px;
        font-size: 24px;
        height: 84px;
    }
    .productTop .left .desc {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .productUl li .right .title {
        margin-top: 15px;
        margin-bottom: 12px;
        font-size: 16px;
        height: 24px;
    }
    .productUl li .right .more {
        margin-top: 20px;
    }
}

@media only screen and (max-width:640px) {
    .productTop .inright,
    .productTop .left {
        float: none;
        width: 100%;
    }
    .productTop .left .title {
        margin-top: 3%;
        font-size: 20px;
        line-height: 1.5;
        height: auto;
        max-height: 60px;
    }
    .productTop .left .desc {
        margin-top: 1%;
        margin-bottom: 2%;
    }
    .productUl li .right .title {
        margin-top: 0;
        margin-bottom: 6px;
        font-size: 16px;
        height: 24px;
    }
    .productUl li .right .desc {
        line-height: 1.5 !important;
        height: 63px;
        overflow: hidden;
    }
    .productUl li .right .more {
        margin-top: 10px;
    }
}

@media only screen and (max-width:414px) {
    .productTop .left .title {
        font-size: 16px;
        line-height: 1.5;
        max-height: 48px;
    }
    .productTop .left .more {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        width: 120px;
    }
    .productUl li .right .title {
        font-size: 14px;
        height: 21px;
        margin-bottom: 3px;
    }
    .productUl li .right .desc {
        font-size: 12px !important;
        height: 54px;
    }
    .productUl li .right .more {
        margin-top: 5px;
        font-size: 12px;
    }
}


/*productUl End*/


/* =========

  产品详细

  ========== */

.proDetTop {
    margin-top: 90px;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #eeeeee;
}

.proDetTop .title {
    font-size: 36px;
    color: #0083ca;
    line-height: 1.5;
    height: 54px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.proDetTop .back {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

.proDetTop .back .color {
    font-family: "宋体";
    color: #0083ca;
    font-size: 14px;
}

.proDetImg {
    margin-top: 55px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.proDetImg .imgbox {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 8%;
}

.proDetImg .imgbox img {
    width: 100%;
}

.proDetImg .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #eeeeee;
    z-index: 11;
}

.proDetImg .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 24px;
    width: 4px;
    margin-top: -12px;
    margin-left: -2px;
    background-color: #0083ca;
}

.proDetImg .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 14px;
    margin-top: -4px;
    margin-left: -9px;
    border-left: 4px solid #0083ca;
    border-bottom: 4px solid #0083ca;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.proDetCon1 {
    margin-bottom: 75px;
}

.proDetCon1 .top {
    height: 126px;
    line-height: 126px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.proDetCon1 .top .inbox {
    font-size: 34px;
    color: #0083ca;
    font-weight: bold;
}

.proDetCon1 .content {
    margin-top: 35px;
    line-height: 2;
    color: #505050;
    font-size: 14px;
}

.proDetCon2 {
    background-color: #eeeeee;
    padding-top: 40px;
    padding-bottom: 110px;
}

.proDetCon2 .word {
    font-size: 24px;
    font-weight: bold;
    color: #777777;
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
    margin-bottom: 35px;
}

@media only screen and (min-width:600px) {
    .proDetTop .back:hover {
        color: #0083ca;
    }
    .proDetImg .icon:hover {
        background-color: #0083ca;
    }
    .proDetImg .icon:hover:before {
        background-color: #fff;
    }
    .proDetImg .icon:hover:after {
        border-color: #fff;
    }
}

@media only screen and (max-width:1023px) {
    .proDetTop {
        margin-top: 50px;
    }
    .proDetTop .title {
        font-size: 30px;
        height: 45px;
    }
    .proDetImg {
        margin-top: 5.5%;
        margin-bottom: 5%;
    }
    .proDetImg .icon {
        width: 40px;
        height: 40px;
    }
    .proDetImg .icon:before {
        height: 16px;
        width: 2px;
        margin-top: -8px;
        margin-left: -1px;
    }
    .proDetImg .icon:after {
        height: 8px;
        width: 8px;
        border-width: 2px;
        margin-top: -2px;
        margin-left: -5px;
    }
    .proDetCon1 .top {
        height: 100px;
        line-height: 100px;
    }
    .proDetCon1 .top .inbox {
        font-size: 28px;
    }
    .proDetCon1 {
        margin-bottom: 7%;
    }
    .proDetCon1 .content {
        margin-top: calc(3% + 5px);
    }
    .proDetCon2 {
        padding-top: 4%;
        padding-bottom: 10%;
    }
    .proDetCon2 .word {
        margin-bottom: 3%;
    }
}

@media only screen and (max-width:800px) {
    .proDetTop .title {
        font-size: 24px;
        height: 36px;
    }
    .proDetTop {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .proDetImg {
        text-align: left;
    }
    .proDetImg .imgbox {
        margin: 0 calc(3% + 40px) 0 3%;
    }
    .proDetCon1 .top {
        height: 80px;
        line-height: 80px;
    }
    .proDetCon1 .top .inbox {
        font-size: 24px;
    }
    .proDetCon2 .word {
        font-size: 20px;
        height: 30px;
    }
}

@media only screen and (max-width:640px) {
    .proDetTop .title {
        font-size: 20px;
        height: 30px;
    }
    .proDetTop {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .proDetImg .icon {
        width: 28px;
        height: 28px;
    }
    .proDetImg .icon:before {
        height: 10px;
        margin-top: -5px;
    }
    .proDetImg .icon:after {
        height: 6px;
        width: 6px;
        margin-left: -4px;
    }
    .proDetImg .imgbox {
        margin: 0 calc(3% + 28px) 0 3%;
    }
    .proDetCon1 .top {
        height: 60px;
        line-height: 60px;
    }
    .proDetCon1 .top .inbox {
        font-size: 20px;
    }
    .proDetCon2 .word {
        font-size: 18px;
        height: 27px;
    }
}

@media only screen and (max-width:414px) {
    .proDetTop .title {
        font-size: 14px;
        height: 21px;
    }
    .proDetTop {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .proDetTop .back {
        font-size: 12px;
        margin-top: 5px;
    }
    .proDetTop .back .color {
        font-size: 12px;
    }
    .proDetImg .imgbox {
        margin: 0 calc(3% + 28px) 0 0%;
    }
    .proDetCon1 .top {
        height: 46px;
        line-height: 46px;
    }
    .proDetCon1 .top .inbox {
        font-size: 16px;
    }
    .proDetCon2 .word {
        font-size: 16px;
        height: 24px;
    }
}


/* =========

  应用方案

  ========== */

.solutionUl {
    margin-bottom: 50px;
}

.solutionUl li {
    margin-bottom: 70px;
}

.solutionUl li a {
    display: block;
    position: relative;
}

.solutionUl li a .left {
    width: 42.7%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.solutionUl li:nth-child(2n+0) a .left {
    left: auto;
    right: 0;
}

.solutionUl li a .left .inbox {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 8%;
}

.solutionUl li:nth-child(2n+0) a .left .inbox {
    padding-right: 0;
    padding-left: 8%;
}

.solutionUl li a .left .inbox .title {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    height: 30px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solutionUl li a .left .inbox .desc {
    font-size: 14px;
    color: #515151;
    line-height: 2;
    margin-top: 15px;
    margin-bottom: 25px;
    height: 84px;
    overflow: hidden;
}

.solutionUl li a .left .inbox .more {
    font-size: 14px;
    color: #0083ca;
    font-weight: bold;
}

.solutionUl li a .right {
    float: right;
    width: 57.3%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.solutionUl li a .right img {
    width: 100%;
}

.solutionUl li:nth-child(2n+0) a .right {
    float: left;
}

@media only screen and (max-width:1280px) {
    .solutionUl li {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .solutionUl li {
        margin-bottom: 6%;
    }
    .solutionUl {
        margin-bottom: 5%;
    }
}

@media only screen and (max-width:800px) {
    .solutionUl li a .left .inbox {
        padding-right: 4%;
    }
    .solutionUl li:nth-child(2n+0) a .left .inbox {
        padding-left: 4%;
    }
    .solutionUl li a .left .inbox .desc {
        margin-top: 5px;
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.8;
        height: 69px;
    }
    .solutionUl li a .left .inbox .title {
        font-size: 18px;
        height: 27px;
    }
}

@media only screen and (max-width:640px) {
    .solutionUl li a .right,
    .solutionUl li:nth-child(2n+0) a .right {
        float: none;
        width: 100%;
    }
    .solutionUl li a .left,
    .solutionUl li:nth-child(2n+0) a .left {
        position: static;
        width: 100%;
        margin-top: 3%;
    }
    .solutionUl li a .left .inbox {
        padding-right: 0;
    }
    .solutionUl li:nth-child(2n+0) a .left .inbox {
        padding-left: 0;
    }
    .solutionUl li a .left .inbox {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width:414px) {
    .solutionUl li a .left .inbox .desc {
        margin-top: 3px;
        margin-bottom: 7px;
        font-size: 12px;
        line-height: 1.5;
        height: 54px;
    }
    .solutionUl li a .left .inbox .title {
        font-size: 16px;
        height: 24px;
    }
    .solutionUl li a .left .inbox .more {
        font-size: 12px;
    }
}


/* =========

  应用方案详细

  ========== */

.sltDetBox {
    margin-top: 60px;
    margin-bottom: 90px;
}

.sltDetBox .left {
    width: 69.5%;
    float: left;
}

.sltDetBox .left .title {
    font-size: 30px;
    color: #0083ca;
    font-weight: bold;
    line-height: 1.5;
    height: 45px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 25px;
}

.sltDetBox .left .content {
    line-height: 2;
    color: #5c5c5c;
    font-size: 14px;
    margin-top: 40px;
}

.sltDetBox .right {
    width: 23.5%;
    float: right;
}

.sltDetBox .right .title {
    font-size: 20px;
    color: #323232;
    line-height: 1.5;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.sltDetBox .right a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #2695d2;
    border-bottom: 1px solid #d9dee8;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sltDetBox .right select {
    display: none;
}

@media only screen and (max-width:1024px) {
    .sltDetBox {
        margin-top: 6%;
        margin-bottom: 9%;
    }
    .sltDetBox .left .content {
        margin-top: 3.5%;
    }
}

@media only screen and (max-width:800px) {
    .sltDetBox .left,
    .sltDetBox .right {
        float: none;
        width: 100%;
    }
    .sltDetBox .left {
        margin-top: 3%;
    }
    .sltDetBox .right a {
        display: none;
    }
    .sltDetBox .right select {
        display: block;
        border: 0;
        width: 100%;
        height: 30px;
        font-size: 14px;
        background-color: #fff;
        border-bottom: 1px solid #000;
    }
    .sltDetBox .left .title {
        margin-bottom: 3%;
        font-size: 24px;
        height: 36px;
    }
}

@media only screen and (max-width:500px) {
    .sltDetBox .left .title,
    .sltDetBox .right .title {
        font-size: 18px;
        height: 27px;
    }
    .sltDetBox .right .title {
        margin-bottom: 0;
    }
    .sltDetBox .right select {
        font-size: 12px;
    }
}

.Comhref {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -90px;
    left: 0;
}

@media only screen and (max-width:1023px) {
    .Comhref {
        top: -50px;
    }
}


/*搜索*/

.search-main img {
    max-width: 100%;
}

.search-main {
    width: 94%;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    min-height: 300px;
    margin-top: 100px;
}

.search-main .list {
    margin-bottom: 30px;
}

.search-main .type {
    line-height: 50px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.search-main .list ul li {
    display: block;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.search-main .list ul li.nothing {
    height: 100px;
    border: 0px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.search-main .list ul li a .text .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.search-main .list ul li a .text .demo {
    font-size: 12px;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 20px;
}

.search-main .list ul li a .text .rq {
    font-size: 14px;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 15px;
}

.search-main .list ul li a .tu {
    margin-bottom: 20px;
}

@media only screen and (min-width:600px) {
    .search-main .list ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -ms-box-orient: horizontal;
        box-orient: horizontal;
    }
    .search-main .list ul li a .tu {
        width: 200px;
        margin-right: 30px;
        margin-bottom: 0px;
    }
    .search-main .list ul li a .text {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
    }
}

.search-main .list ul li a span {
    float: right;
    margin-right: 20px;
}

.search-main .list ul li a:hover {
    color: #e62129;
}

@media only screen and (max-width:800px) {
    .search-main {
        margin-top: 60px;
    }
}

@media only screen and (max-width:500px) {
    .search-main .type {
        font-size: 22px;
    }
}

.pDetswiper {
    max-width: 850px;
    margin: 0 auto;
    width: 94%;
}

.pDetswiper .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pDetswiper .swiper-slide img {
    width: 100%;
}

.proDetImg .btn {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-top: -27px;
    cursor: pointer;
    background-color: #0083ca;
    z-index: 11;
}

.proDetImg .btn:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -12px;
}

.proDetImg .pDer-prev {
    left: 0;
}

.proDetImg .pDer-next {
    right: 0;
}

.proDetImg .pDer-prev:after {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-left: -8px;
}

.proDetImg .pDer-next:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: -14px;
}

@media only screen and (max-width:800px) {
    .pDetswiper {
        margin: 0 calc(3% + 40px) 0 3%;
    }
}

@media only screen and (max-width:640px) {
    .pDetswiper {
        margin: 0 calc(3% + 28px) 0 3%;
    }
    .proDetImg .btn {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .proDetImg .btn:after {
        width: 10px;
        height: 10px;
        margin-top: -6px;
    }
    .proDetImg .pDer-prev:after {
        margin-left: -4px;
    }
    .proDetImg .pDer-next:after {
        margin-left: -8px;
    }
}

@media only screen and (max-width:414px) {
    .pDetswiper {
        margin: 0 calc(3% + 28px) 0 0%;
    }
}

.newDetBox .mejs-overlay .mejs-overlay-button {
    display: none;
}


/*侧边工具栏*/

.toolbar-box {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 99;
}

.toolbar-box .ul1 {
    border-bottom: 1px solid #d6d6d6;
}

.toolbar-box .ul1 li .a1 {
    display: block;
    width: 48px;
    height: 44px;
    border: 1px solid #d6d6d6;
    border-bottom: 0;
}

.toolbar-box .ul1 li:last-child .a1 {
    border-bottom: none;
}

.toolbar-box .ul1 li .qq {
    width: 48px;
    height: 44px;
    position: relative;
    border: 1px solid #d6d6d6;
    border-bottom: 0;
}

.toolbar-box .ul1 li .icon {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    position: relative;
}

.toolbar-box .ul1 li .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 21px;
    margin-top: -10px;
    margin-left: -10px;
}

.toolbar-box .ul1 li .icon .img1 {
    z-index: 1;
}

.toolbar-box .ul1 li .icon .img2 {
    opacity: 0;
}

.toolbar-box .ul1 li .weixin {
    position: relative;
}

.toolbar-box .ul1 li .weixin .ewm {
    position: absolute;
    top: -44px;
    left: -134px;
    width: 132px;
    height: 132px;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
    max-width: none;
}

.toolbar-box .ul1 li .qq .hover-box {
    position: absolute;
    top: -10px;
    right: 60px;
    width: 142px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    font-size: 12px;
    color: #e94f25;
    line-height: 24px;
    z-index: 12;
    text-align: center;
    padding: 15px 0;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}

.toolbar-box .ul1 li .qq .hover-box:before {
    content: "";
    position: absolute;
    top: 24px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #d9d9d9;
    border-bottom: 10px solid transparent;
}

.toolbar-box .ul1 li .qq .hover-box:after {
    content: " ";
    position: absolute;
    top: 25px;
    right: -9px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 9px solid transparent;
}

.toolbar-box .ul1 li .qq .hover-box .hb-span {
    font-size: 14px;
    color: #515151;
    font-weight: bold;
}

.toolbar-box .ul1 li .qq .hover-box a {
    font-size: 14px;
    color: #0083ca;
    font-weight: bold;
    display: block;
}

.toolbar-box .ul1 .back-top {
    display: none;
}

@media only screen and (min-width: 601px) {
    .toolbar-box .ul1 li .icon:hover {
        background-color: #0083ca;
    }
    .toolbar-box .ul1 li .icon:hover .img1 {
        z-index: -1;
        opacity: 0;
    }
    .toolbar-box .ul1 li .icon:hover .img2 {
        opacity: 1;
    }
    .toolbar-box .ul1 li .weixin:hover .ewm,
    .toolbar-box .ul1 li .qq:hover .hover-box {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .mejs-container {
        max-height: 562px;
    }
}

@media only screen and (max-width: 700px) {
    .toolbar-box {
        right: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .toolbar-box {
        right: 10px;
    }
    .toolbar-box .ul1 li .qq[data-on="hover"] .icon,
    .toolbar-box .ul1 li .weixin[data-on="hover"] .icon {
        background-color: #0083ca;
    }
    .toolbar-box .ul1 li .weixin[data-on="hover"] .ewm,
    .toolbar-box .ul1 li .qq[data-on="hover"] .hover-box {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .toolbar-box .ul1 li .weixin[data-on="hover"] .icon .img1,
    .toolbar-box .ul1 li .qq[data-on="hover"] .icon .img1 {
        z-index: -1;
        opacity: 0;
    }
    .toolbar-box .ul1 li .weixin[data-on="hover"] .icon .img2,
    .toolbar-box .ul1 li .qq[data-on="hover"] .icon .img2 {
        opacity: 1;
    }
    .mejs-container {
        height: 180px!important;
    }
}


/*侧边工具栏 End*/